/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./src/assets/Poppins/font-style-poppins.css ***!
  \***********************************************************************************************************************************************************************************************************************************/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 2, 2021 */


@font-face {
  font-family: "Poppins";
  src: url("Poppins-Regular.ttf") format("opentype"),
  url("Poppins-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Black";
  src: url("Poppins-Black.ttf") format("opentype"),
  url("Poppins-Black.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("Poppins-Medium.ttf") format("opentype"),
  url("Poppins-Medium.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins Light";
  src: url("Poppins-Light.ttf") format("opentype"),
  url("Poppins-Light.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins Bold";
  src: url("Poppins-Bold.ttf") format("opentype"),
  url("Poppins-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Semi Bold";
  src: url("Poppins-SemiBold.ttf") format("opentype"),
  url("Poppins-SemiBold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
  @font-face {
  font-family: "Poppins Light Bold";
  src: url("Poppins-BoldItalic.ttf") format("opentype"),
    url("Poppins-BoldItalic.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}  

/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/codemirror/lib/codemirror.css ***!
  \************************************************************************************************************************************************************************************************************************************/
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection, 
.cm-fat-cursor .CodeMirror-line > span > span::selection { background: transparent; }
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
.cm-fat-cursor { caret-color: transparent; }
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px; margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  z-index: 0;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */ border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/codemirror/theme/monokai.css ***!
  \***********************************************************************************************************************************************************************************************************************************/
/* Based on Sublime Text's Monokai theme */

.cm-s-monokai.CodeMirror { background: #272822; color: #f8f8f2; }
.cm-s-monokai div.CodeMirror-selected { background: #49483E; }
.cm-s-monokai .CodeMirror-line::selection, .cm-s-monokai .CodeMirror-line > span::selection, .cm-s-monokai .CodeMirror-line > span > span::selection { background: rgba(73, 72, 62, .99); }
.cm-s-monokai .CodeMirror-line::-moz-selection, .cm-s-monokai .CodeMirror-line > span::-moz-selection, .cm-s-monokai .CodeMirror-line > span > span::-moz-selection { background: rgba(73, 72, 62, .99); }
.cm-s-monokai .CodeMirror-gutters { background: #272822; border-right: 0px; }
.cm-s-monokai .CodeMirror-guttermarker { color: white; }
.cm-s-monokai .CodeMirror-guttermarker-subtle { color: #d0d0d0; }
.cm-s-monokai .CodeMirror-linenumber { color: #d0d0d0; }
.cm-s-monokai .CodeMirror-cursor { border-left: 1px solid #f8f8f0; }

.cm-s-monokai span.cm-comment { color: #75715e; }
.cm-s-monokai span.cm-atom { color: #ae81ff; }
.cm-s-monokai span.cm-number { color: #ae81ff; }

.cm-s-monokai span.cm-comment.cm-attribute { color: #97b757; }
.cm-s-monokai span.cm-comment.cm-def { color: #bc9262; }
.cm-s-monokai span.cm-comment.cm-tag { color: #bc6283; }
.cm-s-monokai span.cm-comment.cm-type { color: #5998a6; }

.cm-s-monokai span.cm-property, .cm-s-monokai span.cm-attribute { color: #a6e22e; }
.cm-s-monokai span.cm-keyword { color: #f92672; }
.cm-s-monokai span.cm-builtin { color: #66d9ef; }
.cm-s-monokai span.cm-string { color: #e6db74; }

.cm-s-monokai span.cm-variable { color: #f8f8f2; }
.cm-s-monokai span.cm-variable-2 { color: #9effff; }
.cm-s-monokai span.cm-variable-3, .cm-s-monokai span.cm-type { color: #66d9ef; }
.cm-s-monokai span.cm-def { color: #fd971f; }
.cm-s-monokai span.cm-bracket { color: #f8f8f2; }
.cm-s-monokai span.cm-tag { color: #f92672; }
.cm-s-monokai span.cm-header { color: #ae81ff; }
.cm-s-monokai span.cm-link { color: #ae81ff; }
.cm-s-monokai span.cm-error { background: #f92672; color: #f8f8f0; }

.cm-s-monokai .CodeMirror-activeline-background { background: #373831; }
.cm-s-monokai .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.iquigai.scss?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
*, ::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 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 280px){
  .\!container{
    max-width: 280px !important;
  }
  .container{
    max-width: 280px;
  }
}
@media (min-width: 576px){
  .\!container{
    max-width: 576px !important;
  }
  .container{
    max-width: 576px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 992px){
  .\!container{
    max-width: 992px !important;
  }
  .container{
    max-width: 992px;
  }
}
@media (min-width: 1200px){
  .\!container{
    max-width: 1200px !important;
  }
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }
  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.\!right-0{
  right: 0px !important;
}
.-bottom-6{
  bottom: -1.5rem;
}
.-bottom-7{
  bottom: -1.75rem;
}
.-left-1\.5{
  left: -0.375rem;
}
.-left-10{
  left: -2.5rem;
}
.-left-\[25px\]{
  left: -25px;
}
.-left-\[30px\]{
  left: -30px;
}
.-left-\[9999px\]{
  left: -9999px;
}
.-right-10{
  right: -2.5rem;
}
.-right-12{
  right: -3rem;
}
.-right-\[25px\]{
  right: -25px;
}
.-right-\[30px\]{
  right: -30px;
}
.-top-1{
  top: -0.25rem;
}
.-top-6{
  top: -1.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-1{
  bottom: 0.25rem;
}
.bottom-1\/4{
  bottom: 25%;
}
.bottom-16{
  bottom: 4rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-3{
  bottom: 0.75rem;
}
.bottom-32{
  bottom: 8rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.bottom-8{
  bottom: 2rem;
}
.bottom-\[13\%\]{
  bottom: 13%;
}
.bottom-\[14\%\]{
  bottom: 14%;
}
.bottom-\[15px\]{
  bottom: 15px;
}
.bottom-\[30px\]{
  bottom: 30px;
}
.bottom-\[50\%\]{
  bottom: 50%;
}
.bottom-full{
  bottom: 100%;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-1\/4{
  left: 25%;
}
.left-12{
  left: 3rem;
}
.left-14{
  left: 3.5rem;
}
.left-2{
  left: 0.5rem;
}
.left-3\/4{
  left: 75%;
}
.left-8{
  left: 2rem;
}
.left-\[-1\.5\%\]{
  left: -1.5%;
}
.left-\[1\%\]{
  left: 1%;
}
.left-\[13\%\]{
  left: 13%;
}
.left-\[15\%\]{
  left: 15%;
}
.left-\[15px\]{
  left: 15px;
}
.left-\[18\%\]{
  left: 18%;
}
.left-\[2\%\]{
  left: 2%;
}
.left-\[20\%\]{
  left: 20%;
}
.left-\[22\%\]{
  left: 22%;
}
.left-\[30\%\]{
  left: 30%;
}
.left-\[38\.5\%\]{
  left: 38.5%;
}
.left-\[4\%\]{
  left: 4%;
}
.left-\[45\%\]{
  left: 45%;
}
.left-\[48\%\]{
  left: 48%;
}
.left-\[48\.5\%\]{
  left: 48.5%;
}
.left-\[50\%\]{
  left: 50%;
}
.left-\[55\%\]{
  left: 55%;
}
.left-\[70px\]{
  left: 70px;
}
.left-full{
  left: 100%;
}
.right-0{
  right: 0px;
}
.right-0\.5{
  right: 0.125rem;
}
.right-1{
  right: 0.25rem;
}
.right-2{
  right: 0.5rem;
}
.right-2\.5{
  right: 0.625rem;
}
.right-3{
  right: 0.75rem;
}
.right-36{
  right: 9rem;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.right-6{
  right: 1.5rem;
}
.right-8{
  right: 2rem;
}
.right-\[0\.35rem\]{
  right: 0.35rem;
}
.right-\[1\%\]{
  right: 1%;
}
.right-\[13px\]{
  right: 13px;
}
.right-\[15px\]{
  right: 15px;
}
.right-\[18px\]{
  right: 18px;
}
.right-\[2\%\]{
  right: 2%;
}
.right-\[20\%\]{
  right: 20%;
}
.right-\[20px\]{
  right: 20px;
}
.right-\[50px\]{
  right: 50px;
}
.right-\[5px\]{
  right: 5px;
}
.right-\[6\%\]{
  right: 6%;
}
.right-\[6px\]{
  right: 6px;
}
.right-full{
  right: 100%;
}
.top-0{
  top: 0px;
}
.top-0\.5{
  top: 0.125rem;
}
.top-1{
  top: 0.25rem;
}
.top-1\.5{
  top: 0.375rem;
}
.top-1\/2{
  top: 50%;
}
.top-1\/3{
  top: 33.333333%;
}
.top-1\/4{
  top: 25%;
}
.top-10{
  top: 2.5rem;
}
.top-11{
  top: 2.75rem;
}
.top-12{
  top: 3rem;
}
.top-14{
  top: 3.5rem;
}
.top-16{
  top: 4rem;
}
.top-2{
  top: 0.5rem;
}
.top-20{
  top: 5rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-6{
  top: 1.5rem;
}
.top-9{
  top: 2.25rem;
}
.top-\[1\%\]{
  top: 1%;
}
.top-\[10px\]{
  top: 10px;
}
.top-\[11px\]{
  top: 11px;
}
.top-\[12px\]{
  top: 12px;
}
.top-\[13px\]{
  top: 13px;
}
.top-\[14\%\]{
  top: 14%;
}
.top-\[18px\]{
  top: 18px;
}
.top-\[20px\]{
  top: 20px;
}
.top-\[22px\]{
  top: 22px;
}
.top-\[25\%\]{
  top: 25%;
}
.top-\[265px\]{
  top: 265px;
}
.top-\[3\%\]{
  top: 3%;
}
.top-\[33\%\]{
  top: 33%;
}
.top-\[38\%\]{
  top: 38%;
}
.top-\[40px\]{
  top: 40px;
}
.top-\[45\%\]{
  top: 45%;
}
.top-\[4px\]{
  top: 4px;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[52\%\]{
  top: 52%;
}
.top-\[70px\]{
  top: 70px;
}
.top-\[9rem\]{
  top: 9rem;
}
.top-full{
  top: 100%;
}
.\!z-40{
  z-index: 40 !important;
}
.\!z-50{
  z-index: 50 !important;
}
.\!z-\[9998\]{
  z-index: 9998 !important;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[29\]{
  z-index: 29;
}
.z-\[51\]{
  z-index: 51;
}
.z-\[60\]{
  z-index: 60;
}
.z-\[99999\]{
  z-index: 99999;
}
.z-\[9999\]{
  z-index: 9999;
}
.z-\[9999px\]{
  z-index: 9999px;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.\!m-0{
  margin: 0px !important;
}
.m-1{
  margin: 0.25rem;
}
.m-2{
  margin: 0.5rem;
}
.m-2\.5{
  margin: 0.625rem;
}
.m-3{
  margin: 0.75rem;
}
.m-5{
  margin: 1.25rem;
}
.m-6{
  margin: 1.5rem;
}
.m-auto{
  margin: auto;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.my-\[10px\]{
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-\[5px\]{
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.\!ml-0{
  margin-left: 0px !important;
}
.\!mr-2{
  margin-right: 0.5rem !important;
}
.\!mt-12{
  margin-top: 3rem !important;
}
.\!mt-3{
  margin-top: 0.75rem !important;
}
.\!mt-4{
  margin-top: 1rem !important;
}
.\!mt-5{
  margin-top: 1.25rem !important;
}
.-mb-1{
  margin-bottom: -0.25rem;
}
.-ml-1{
  margin-left: -0.25rem;
}
.-ml-3{
  margin-left: -0.75rem;
}
.-ml-5{
  margin-left: -1.25rem;
}
.-ml-6{
  margin-left: -1.5rem;
}
.-ml-\[20px\]{
  margin-left: -20px;
}
.-ml-\[21px\]{
  margin-left: -21px;
}
.-ml-\[25px\]{
  margin-left: -25px;
}
.-mr-1{
  margin-right: -0.25rem;
}
.-mt-0\.5{
  margin-top: -0.125rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-1\.5{
  margin-top: -0.375rem;
}
.-mt-10{
  margin-top: -2.5rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-3{
  margin-top: -0.75rem;
}
.-mt-4{
  margin-top: -1rem;
}
.-mt-5{
  margin-top: -1.25rem;
}
.-mt-6{
  margin-top: -1.5rem;
}
.-mt-7{
  margin-top: -1.75rem;
}
.-mt-\[0\.1rem\]{
  margin-top: -0.1rem;
}
.-mt-\[12px\]{
  margin-top: -12px;
}
.-mt-\[14px\]{
  margin-top: -14px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[2\.25rem\]{
  margin-bottom: 2.25rem;
}
.me-8{
  margin-inline-end: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-16{
  margin-left: 4rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-2\.5{
  margin-left: 0.625rem;
}
.ml-24{
  margin-left: 6rem;
}
.ml-28{
  margin-left: 7rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-32{
  margin-left: 8rem;
}
.ml-36{
  margin-left: 9rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-40{
  margin-left: 10rem;
}
.ml-48{
  margin-left: 12rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-56{
  margin-left: 14rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-9{
  margin-left: 2.25rem;
}
.ml-\[12\%\]{
  margin-left: 12%;
}
.ml-\[15\%\]{
  margin-left: 15%;
}
.ml-\[15px\]{
  margin-left: 15px;
}
.ml-\[20px\]{
  margin-left: 20px;
}
.ml-\[25\%\]{
  margin-left: 25%;
}
.ml-\[5px\]{
  margin-left: 5px;
}
.ml-\[80\%\]{
  margin-left: 80%;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-12{
  margin-right: 3rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-28{
  margin-right: 7rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.ms-1{
  margin-inline-start: 0.25rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-28{
  margin-top: 7rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-3\.5{
  margin-top: 0.875rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-60{
  margin-top: 15rem;
}
.mt-64{
  margin-top: 16rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-80{
  margin-top: 20rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[-4px\]{
  margin-top: -4px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[15\%\]{
  margin-top: 15%;
}
.mt-\[2px\]{
  margin-top: 2px;
}
.mt-\[30\%\]{
  margin-top: 30%;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[4px\]{
  margin-top: 4px;
}
.mt-\[5px\]{
  margin-top: 5px;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mt-\[70px\]{
  margin-top: 70px;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.\!inline{
  display: inline !important;
}
.inline{
  display: inline;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.table-cell{
  display: table-cell;
}
.table-row{
  display: table-row;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.\!h-4{
  height: 1rem !important;
}
.\!h-5{
  height: 1.25rem !important;
}
.\!h-7{
  height: 1.75rem !important;
}
.\!h-\[20px\]{
  height: 20px !important;
}
.\!h-\[500px\]{
  height: 500px !important;
}
.\!h-\[52px\]{
  height: 52px !important;
}
.\!h-\[55vh\]{
  height: 55vh !important;
}
.\!h-\[90\%\]{
  height: 90% !important;
}
.\!h-auto{
  height: auto !important;
}
.\!h-fit{
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.\!h-full{
  height: 100% !important;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-44{
  height: 11rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-5\/6{
  height: 83.333333%;
}
.h-56{
  height: 14rem;
}
.h-6{
  height: 1.5rem;
}
.h-60{
  height: 15rem;
}
.h-64{
  height: 16rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-96{
  height: 24rem;
}
.h-\[1\.1rem\]{
  height: 1.1rem;
}
.h-\[1040px\]{
  height: 1040px;
}
.h-\[13\%\]{
  height: 13%;
}
.h-\[136px\]{
  height: 136px;
}
.h-\[14vh\]{
  height: 14vh;
}
.h-\[15vh\]{
  height: 15vh;
}
.h-\[16vh\]{
  height: 16vh;
}
.h-\[19vh\]{
  height: 19vh;
}
.h-\[20\%\]{
  height: 20%;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[20vh\]{
  height: 20vh;
}
.h-\[214px\]{
  height: 214px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[30\%\]{
  height: 30%;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[30rem\]{
  height: 30rem;
}
.h-\[30vh\]{
  height: 30vh;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[33\%\]{
  height: 33%;
}
.h-\[330px\]{
  height: 330px;
}
.h-\[33vh\]{
  height: 33vh;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[35vh\]{
  height: 35vh;
}
.h-\[390px\]{
  height: 390px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[406px\]{
  height: 406px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[40vh\]{
  height: 40vh;
}
.h-\[45vh\]{
  height: 45vh;
}
.h-\[47px\]{
  height: 47px;
}
.h-\[484px\]{
  height: 484px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[50vh\]{
  height: 50vh;
}
.h-\[550px\]{
  height: 550px;
}
.h-\[55px\]{
  height: 55px;
}
.h-\[55vh\]{
  height: 55vh;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[60vh\]{
  height: 60vh;
}
.h-\[65px\]{
  height: 65px;
}
.h-\[65vh\]{
  height: 65vh;
}
.h-\[68\.5vh\]{
  height: 68.5vh;
}
.h-\[68vh\]{
  height: 68vh;
}
.h-\[70vh\]{
  height: 70vh;
}
.h-\[74vh\]{
  height: 74vh;
}
.h-\[77px\]{
  height: 77px;
}
.h-\[80vh\]{
  height: 80vh;
}
.h-\[836px\]{
  height: 836px;
}
.h-\[85\%\]{
  height: 85%;
}
.h-\[93vh\]{
  height: 93vh;
}
.h-\[95\%\]{
  height: 95%;
}
.h-\[96\%\]{
  height: 96%;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-60{
  max-height: 15rem;
}
.max-h-64{
  max-height: 16rem;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[25rem\]{
  max-height: 25rem;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[30vh\]{
  max-height: 30vh;
}
.max-h-\[31\.25rem\]{
  max-height: 31.25rem;
}
.max-h-\[32vh\]{
  max-height: 32vh;
}
.max-h-\[450px\]{
  max-height: 450px;
}
.max-h-\[45vh\]{
  max-height: 45vh;
}
.max-h-\[50vh\]{
  max-height: 50vh;
}
.max-h-\[55vh\]{
  max-height: 55vh;
}
.max-h-\[60vh\]{
  max-height: 60vh;
}
.max-h-\[65vh\]{
  max-height: 65vh;
}
.max-h-\[75\%\]{
  max-height: 75%;
}
.max-h-\[80\%\]{
  max-height: 80%;
}
.max-h-\[80vh\]{
  max-height: 80vh;
}
.max-h-\[90\%\]{
  max-height: 90%;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.max-h-full{
  max-height: 100%;
}
.\!min-h-\[15vh\]{
  min-height: 15vh !important;
}
.\!min-h-\[30vh\]{
  min-height: 30vh !important;
}
.\!min-h-\[45vh\]{
  min-height: 45vh !important;
}
.\!min-h-\[5vh\]{
  min-height: 5vh !important;
}
.\!min-h-screen{
  min-height: 100vh !important;
}
.min-h-\[85vh\]{
  min-height: 85vh;
}
.min-h-\[90vh\]{
  min-height: 90vh;
}
.min-h-\[calc\(100vh-90px\)\]{
  min-height: calc(100vh - 90px);
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-1\/2{
  width: 50% !important;
}
.\!w-1\/3{
  width: 33.333333% !important;
}
.\!w-1\/4{
  width: 25% !important;
}
.\!w-11\/12{
  width: 91.666667% !important;
}
.\!w-2\/3{
  width: 66.666667% !important;
}
.\!w-2\/6{
  width: 33.333333% !important;
}
.\!w-24{
  width: 6rem !important;
}
.\!w-3\/4{
  width: 75% !important;
}
.\!w-3\/5{
  width: 60% !important;
}
.\!w-4{
  width: 1rem !important;
}
.\!w-4\/5{
  width: 80% !important;
}
.\!w-40{
  width: 10rem !important;
}
.\!w-5{
  width: 1.25rem !important;
}
.\!w-7{
  width: 1.75rem !important;
}
.\!w-72{
  width: 18rem !important;
}
.\!w-\[20px\]{
  width: 20px !important;
}
.\!w-\[24px\]{
  width: 24px !important;
}
.\!w-\[300px\]{
  width: 300px !important;
}
.\!w-\[49\.5\%\]{
  width: 49.5% !important;
}
.\!w-\[50\%\]{
  width: 50% !important;
}
.\!w-\[50px\]{
  width: 50px !important;
}
.\!w-\[92\%\]{
  width: 92% !important;
}
.\!w-\[96\.5\%\]{
  width: 96.5% !important;
}
.\!w-full{
  width: 100% !important;
}
.w-0\.5{
  width: 0.125rem;
}
.w-1{
  width: 0.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-11\/12{
  width: 91.666667%;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-2\/5{
  width: 40%;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-3\/4{
  width: 75%;
}
.w-3\/5{
  width: 60%;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-40{
  width: 10rem;
}
.w-44{
  width: 11rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-5\/12{
  width: 41.666667%;
}
.w-5\/6{
  width: 83.333333%;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-9{
  width: 2.25rem;
}
.w-96{
  width: 24rem;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[11\%\]{
  width: 11%;
}
.w-\[12\%\]{
  width: 12%;
}
.w-\[12rem\]{
  width: 12rem;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[20rem\]{
  width: 20rem;
}
.w-\[230px\]{
  width: 230px;
}
.w-\[24\%\]{
  width: 24%;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[262\.5px\]{
  width: 262.5px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[30rem\]{
  width: 30rem;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[35\%\]{
  width: 35%;
}
.w-\[350px\]{
  width: 350px;
}
.w-\[380px\]{
  width: 380px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[44\%\]{
  width: 44%;
}
.w-\[47\%\]{
  width: 47%;
}
.w-\[5\%\]{
  width: 5%;
}
.w-\[50vw\]{
  width: 50vw;
}
.w-\[51\%\]{
  width: 51%;
}
.w-\[55\%\]{
  width: 55%;
}
.w-\[550px\]{
  width: 550px;
}
.w-\[58\%\]{
  width: 58%;
}
.w-\[60\%\]{
  width: 60%;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[75\%\]{
  width: 75%;
}
.w-\[76\%\]{
  width: 76%;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[85\%\]{
  width: 85%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[93\%\]{
  width: 93%;
}
.w-\[94\%\]{
  width: 94%;
}
.w-\[95\%\]{
  width: 95%;
}
.w-\[98\%\]{
  width: 98%;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.w-screen{
  width: 100vw;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[100rem\]{
  min-width: 100rem;
}
.min-w-\[150px\]{
  min-width: 150px;
}
.min-w-\[1rem\]{
  min-width: 1rem;
}
.min-w-\[240px\]{
  min-width: 240px;
}
.min-w-\[350px\]{
  min-width: 350px;
}
.min-w-\[50vh\]{
  min-width: 50vh;
}
.min-w-full{
  min-width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-72{
  max-width: 18rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[260px\]{
  max-width: 260px;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-\[60\%\]{
  max-width: 60%;
}
.max-w-\[60rem\]{
  max-width: 60rem;
}
.max-w-\[60vh\]{
  max-width: 60vh;
}
.max-w-\[725px\]{
  max-width: 725px;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.basis-\[20\%\]{
  flex-basis: 20%;
}
.basis-\[70\%\]{
  flex-basis: 70%;
}
.basis-full{
  flex-basis: 100%;
}
.table-auto{
  table-layout: auto;
}
.table-fixed{
  table-layout: fixed;
}
.\!border-collapse{
  border-collapse: collapse !important;
}
.border-collapse{
  border-collapse: collapse;
}
.border-separate{
  border-collapse: separate;
}
.\!border-spacing-0{
  --tw-border-spacing-x: 0px !important;
  --tw-border-spacing-y: 0px !important;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y) !important;
}
.border-spacing-2{
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-\[20px\]{
  --tw-border-spacing-y: 20px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-center{
  transform-origin: center;
}
.-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));
}
.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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));
}
.-translate-y-1\/4{
  --tw-translate-y: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[15px\]{
  --tw-translate-y: -15px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!rotate-90{
  --tw-rotate: 90deg !important;
  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)) !important;
}
.-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.\!cursor-not-allowed{
  cursor: not-allowed !important;
}
.cursor-default{
  cursor: default;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-zoom-in{
  cursor: zoom-in;
}
.select-none{
  -webkit-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  appearance: none;
}
.grid-flow-col-dense{
  grid-auto-flow: column dense;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-items-center{
  place-items: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.\!items-center{
  align-items: center !important;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.\!justify-center{
  justify-content: center !important;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.justify-items-center{
  justify-items: center;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-20{
  gap: 5rem;
}
.gap-24{
  gap: 6rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-12{
  column-gap: 3rem;
}
.gap-x-2{
  column-gap: 0.5rem;
}
.gap-x-3{
  column-gap: 0.75rem;
}
.gap-x-4{
  column-gap: 1rem;
}
.gap-x-6{
  column-gap: 1.5rem;
}
.gap-y-16{
  row-gap: 4rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.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)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.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)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-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));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-start{
  align-self: flex-start;
}
.self-center{
  align-self: center;
}
.self-stretch{
  align-self: stretch;
}
.self-baseline{
  align-self: baseline;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.\!overflow-y-auto{
  overflow-y: auto !important;
}
.overflow-y-auto{
  overflow-y: auto;
}
.\!overflow-x-hidden{
  overflow-x: hidden !important;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.\!overflow-y-hidden{
  overflow-y: hidden !important;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.\!whitespace-normal{
  white-space: normal !important;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.\!whitespace-break-spaces{
  white-space: break-spaces !important;
}
.whitespace-break-spaces{
  white-space: break-spaces;
}
.text-wrap{
  text-wrap: wrap;
}
.\!text-nowrap{
  text-wrap: nowrap !important;
}
.text-nowrap{
  text-wrap: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.\!rounded-lg{
  border-radius: 0.5rem !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[7px\]{
  border-radius: 7px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-bl-\[15px\]{
  border-bottom-left-radius: 15px;
}
.rounded-bl-none{
  border-bottom-left-radius: 0px;
}
.rounded-br-none{
  border-bottom-right-radius: 0px;
}
.rounded-tl-\[15px\]{
  border-top-left-radius: 15px;
}
.rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}
.rounded-tr-xl{
  border-top-right-radius: 0.75rem;
}
.\!border{
  border-width: 1px !important;
}
.\!border-2{
  border-width: 2px !important;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-\[2px\]{
  border-right-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-t-2{
  border-top-width: 2px;
}
.\!border-solid{
  border-style: solid !important;
}
.border-solid{
  border-style: solid;
}
.\!border-dashed{
  border-style: dashed !important;
}
.border-dashed{
  border-style: dashed;
}
.\!border-none{
  border-style: none !important;
}
.border-none{
  border-style: none;
}
.\!border-\[\#7ca755\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(124 167 85 / var(--tw-border-opacity, 1)) !important;
}
.\!border-\[\#D4D8DE\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 216 222 / var(--tw-border-opacity, 1)) !important;
}
.\!border-\[\#ff2626\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 38 38 / var(--tw-border-opacity, 1)) !important;
}
.border-Active_Otp_Border{
  border-color: var(--Active_Otp_Border);
}
.border-\[\#3E8BD1\]{
  --tw-border-opacity: 1;
  border-color: rgb(62 139 209 / var(--tw-border-opacity, 1));
}
.border-\[\#3e8bd1\]{
  --tw-border-opacity: 1;
  border-color: rgb(62 139 209 / var(--tw-border-opacity, 1));
}
.border-\[\#437800\]{
  --tw-border-opacity: 1;
  border-color: rgb(67 120 0 / var(--tw-border-opacity, 1));
}
.border-\[\#789E48\]{
  --tw-border-opacity: 1;
  border-color: rgb(120 158 72 / var(--tw-border-opacity, 1));
}
.border-\[\#8C8C8C\]{
  --tw-border-opacity: 1;
  border-color: rgb(140 140 140 / var(--tw-border-opacity, 1));
}
.border-\[\#8FDC45\]{
  --tw-border-opacity: 1;
  border-color: rgb(143 220 69 / var(--tw-border-opacity, 1));
}
.border-\[\#ABB3BE\]{
  --tw-border-opacity: 1;
  border-color: rgb(171 179 190 / var(--tw-border-opacity, 1));
}
.border-\[\#B9E7FE\]{
  --tw-border-opacity: 1;
  border-color: rgb(185 231 254 / var(--tw-border-opacity, 1));
}
.border-\[\#FDDF48\]{
  --tw-border-opacity: 1;
  border-color: rgb(253 223 72 / var(--tw-border-opacity, 1));
}
.border-\[\#FF0000\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-add_section_border{
  border-color: var(--add_section_border);
}
.border-alert_red_bg_Color{
  border-color: var(--alert_red_bg_Color);
}
.border-attempt_test_border_color{
  border-color: var(--attempt_test_border_color);
}
.border-attempt_test_preview_btn_bg{
  border-color: var(--attempt_test_preview_btn_bg);
}
.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-blue_Color{
  border-color: var(--blue_Color);
}
.border-card_Bg_Color{
  border-color: var(--card_Bg_Color);
}
.border-card_Border_Color{
  border-color: var(--card_Border_Color);
}
.border-card_number_color{
  border-color: var(--card_number_color);
}
.border-college_admin_border_color{
  border-color: var(--college_admin_border_color);
}
.border-drag_container_border_colour{
  border-color: var(--drag_container_border_colour);
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-my_profile_subHeading_Border_Color{
  border-color: var(--my_profile_subHeading_Border_Color);
}
.border-primary_Bg_Button_Color{
  border-color: var(--primary_Bg_Button_Color);
}
.border-primary_red_color{
  border-color: var(--primary_red_color);
}
.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-red-700{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-secondary_Light_Text_Color{
  border-color: var(--secondary_Light_Text_Color);
}
.border-text_secondary_gray{
  border-color: var(--text_secondary_gray);
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-b-card_Bg_Color{
  border-bottom-color: var(--card_Bg_Color);
}
.border-r-card_Bg_Color{
  border-right-color: var(--card_Bg_Color);
}
.border-t-card_Bg_Color{
  border-top-color: var(--card_Bg_Color);
}
.border-t-transparent{
  border-top-color: transparent;
}
.border-opacity-20{
  --tw-border-opacity: 0.2;
}
.border-opacity-50{
  --tw-border-opacity: 0.5;
}
.\!bg-\[\#ABB3BE\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(171 179 190 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#caf2c9\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 242 201 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#ffbfbf\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 191 191 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-primary_Bg_Button_Color{
  background-color: var(--primary_Bg_Button_Color) !important;
}
.\!bg-transparent{
  background-color: transparent !important;
}
.bg-Active_Otp_Border{
  background-color: var(--Active_Otp_Border);
}
.bg-Successful_text_colour{
  background-color: var(--Successful_text_colour);
}
.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#000000e6\]{
  background-color: #000000e6;
}
.bg-\[\#004D40\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 77 64 / var(--tw-bg-opacity, 1));
}
.bg-\[\#008000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#031B3E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(3 27 62 / var(--tw-bg-opacity, 1));
}
.bg-\[\#031a2e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(3 26 46 / var(--tw-bg-opacity, 1));
}
.bg-\[\#031b3e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(3 27 62 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0B479F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(11 71 159 / var(--tw-bg-opacity, 1));
}
.bg-\[\#111827\]{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1B5E20\]{
  --tw-bg-opacity: 1;
  background-color: rgb(27 94 32 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1D49C4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(29 73 196 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2f2f2f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3C8BFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(60 139 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3E8BD1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(62 139 209 / var(--tw-bg-opacity, 1));
}
.bg-\[\#437800\]{
  --tw-bg-opacity: 1;
  background-color: rgb(67 120 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#446595\]{
  --tw-bg-opacity: 1;
  background-color: rgb(68 101 149 / var(--tw-bg-opacity, 1));
}
.bg-\[\#5E35B1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(94 53 177 / var(--tw-bg-opacity, 1));
}
.bg-\[\#5a5a5a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 90 / var(--tw-bg-opacity, 1));
}
.bg-\[\#676767\]{
  --tw-bg-opacity: 1;
  background-color: rgb(103 103 103 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6A1B9A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(106 27 154 / var(--tw-bg-opacity, 1));
}
.bg-\[\#B5C3D2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(181 195 210 / var(--tw-bg-opacity, 1));
}
.bg-\[\#C7D7B3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(199 215 179 / var(--tw-bg-opacity, 1));
}
.bg-\[\#CFDAC2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(207 218 194 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D4D8DE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(212 216 222 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D4F7D0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(212 247 208 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D94C00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 76 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D9E1CF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 225 207 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E0F2FE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E2EEF8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(226 238 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E9E9E9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ECF2E6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 242 230 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ECF3FA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 243 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ECF4FB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 244 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F987\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 249 135 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5CFCF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 207 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FCD300\]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FDB71C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 183 28 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FEF2B3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 179 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF0000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFE6E6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 230 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e3ebef\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 235 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e3ebf0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 235 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eff8f5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 248 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffefef\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fffbe6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 230 / var(--tw-bg-opacity, 1));
}
.bg-add_card_bg{
  background-color: var(--add_card_bg);
}
.bg-alert_red_bg_Color{
  background-color: var(--alert_red_bg_Color);
}
.bg-attempt_test_code_editor_bg_color{
  background-color: var(--attempt_test_code_editor_bg_color);
}
.bg-attempt_test_preview_btn_bg{
  background-color: var(--attempt_test_preview_btn_bg);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blank_answer_inp_bg{
  background-color: var(--blank_answer_inp_bg);
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-blue_Color{
  background-color: var(--blue_Color);
}
.bg-body_Bg_Color{
  background-color: var(--body_Bg_Color);
}
.bg-candidate_detail_drive_detail_bg{
  background-color: var(--candidate_detail_drive_detail_bg);
}
.bg-card_Bg_Color{
  background-color: var(--card_Bg_Color);
}
.bg-carousel_Bg_Color{
  background-color: var(--carousel_Bg_Color);
}
.bg-close_confirm_cancel_btn_bg{
  background-color: var(--close_confirm_cancel_btn_bg);
}
.bg-close_confirm_save_btn_bg{
  background-color: var(--close_confirm_save_btn_bg);
}
.bg-college_drive_detail_btn_txt_color{
  background-color: var(--college_drive_detail_btn_txt_color);
}
.bg-disabled_Input_Bg_Color{
  background-color: var(--disabled_Input_Bg_Color);
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-header_bg{
  background-color: var(--header_bg);
}
.bg-inactive_status_text{
  background-color: var(--inactive_status_text);
}
.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-install_plugin_active_bg_color{
  background-color: var(--install_plugin_active_bg_color);
}
.bg-landing_page_main_colour{
  background-color: var(--landing_page_main_colour);
}
.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-primary_Bg_Button_Color{
  background-color: var(--primary_Bg_Button_Color);
}
.bg-primary_Text_Color{
  background-color: var(--primary_Text_Color);
}
.bg-primary_red_color{
  background-color: var(--primary_red_color);
}
.bg-profile_card_bg{
  background-color: var(--profile_card_bg);
}
.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-secondary_Light_Text_Color{
  background-color: var(--secondary_Light_Text_Color);
}
.bg-section_head_bg{
  background-color: var(--section_head_bg);
}
.bg-setting_ide_popup_gray_colour{
  background-color: var(--setting_ide_popup_gray_colour);
}
.bg-skyish_blue_Color{
  background-color: var(--skyish_blue_Color);
}
.bg-subcategory_profile_bg{
  background-color: var(--subcategory_profile_bg);
}
.bg-toolbar_bg_color{
  background-color: var(--toolbar_bg_color);
}
.bg-transparent{
  background-color: transparent;
}
.bg-verify_surronding_bg_color{
  background-color: var(--verify_surronding_bg_color);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white_color{
  background-color: var(--white_color);
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-zinc-200{
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}
.bg-zinc-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-opacity-45{
  --tw-bg-opacity: 0.45;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-\[url\(\'\/assets\/images\/mobile-steppers-bg-2\.svg\'\)\]{
  background-image: url('/assets/images/mobile-steppers-bg-2.svg');
}
.bg-\[url\(\'\/assets\/images\/mobile-steppers-bg\.svg\'\)\]{
  background-image: url('/assets/images/mobile-steppers-bg.svg');
}
.bg-custom-gradient{
  background-image: linear-gradient(270deg, #FFFDF5, #FFFDF5 70%, rgba(150, 130, 28, 0.11) 100%, rgba(156, 116, 29, 0) 76.83%);;
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600{
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue_Color{
  --tw-gradient-from: var(--blue_Color) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50{
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-white{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-gray-100{
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}
.to-purple-50{
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}
.to-purple-500{
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}
.to-purple-600{
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.to-subcategory_profile_bg{
  --tw-gradient-to: var(--subcategory_profile_bg) var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-fixed{
  background-attachment: fixed;
}
.bg-clip-text{
  background-clip: text;
}
.bg-\[50\%_50\%\]{
  background-position: 50% 50%;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.object-fill{
  object-fit: fill;
}
.\!p-0{
  padding: 0px !important;
}
.\!p-5{
  padding: 1.25rem !important;
}
.\!p-6{
  padding: 1.5rem !important;
}
.\!p-7{
  padding: 1.75rem !important;
}
.\!p-9{
  padding: 2.25rem !important;
}
.\!p-\[10px\]{
  padding: 10px !important;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-16{
  padding: 4rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-3\.5{
  padding: 0.875rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-7{
  padding: 1.75rem;
}
.p-8{
  padding: 2rem;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[15px\]{
  padding: 15px;
}
.\!px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[17px\]{
  padding-top: 17px;
  padding-bottom: 17px;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}
.\!pl-10{
  padding-left: 2.5rem !important;
}
.\!pl-12{
  padding-left: 3rem !important;
}
.\!pl-20{
  padding-left: 5rem !important;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-11{
  padding-left: 2.75rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-20{
  padding-left: 5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-\[18\%\]{
  padding-left: 18%;
}
.pl-\[20\%\]{
  padding-left: 20%;
}
.pl-\[24\%\]{
  padding-left: 24%;
}
.pl-\[25\%\]{
  padding-left: 25%;
}
.pl-\[28\%\]{
  padding-left: 28%;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-20{
  padding-right: 5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-\[35px\]{
  padding-right: 35px;
}
.ps-2{
  padding-inline-start: 0.5rem;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-1\.5{
  padding-top: 0.375rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-3\.5{
  padding-top: 0.875rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-9{
  padding-top: 2.25rem;
}
.pt-\[28px\]{
  padding-top: 28px;
}
.pt-\[6px\]{
  padding-top: 6px;
}
.pt-\[8px\]{
  padding-top: 8px;
}
.pt-\[90px\]{
  padding-top: 90px;
}
.\!text-left{
  text-align: left !important;
}
.text-left{
  text-align: left;
}
.\!text-center{
  text-align: center !important;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.align-middle{
  vertical-align: middle;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.\!text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[23px\]{
  font-size: 23px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[35px\]{
  font-size: 35px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xxs{
  font-size: 10px;
}
.\!font-bold{
  font-weight: 700 !important;
}
.\!font-light{
  font-weight: 300 !important;
}
.\!font-normal{
  font-weight: 400 !important;
}
.\!font-semibold{
  font-weight: 600 !important;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.\!italic{
  font-style: italic !important;
}
.italic{
  font-style: italic;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-\[26px\]{
  line-height: 26px;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.\!text-\[\#7ca755\]{
  --tw-text-opacity: 1 !important;
  color: rgb(124 167 85 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#ff2626\]{
  --tw-text-opacity: 1 !important;
  color: rgb(255 38 38 / var(--tw-text-opacity, 1)) !important;
}
.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-primary_Bg_Button_Color{
  color: var(--primary_Bg_Button_Color) !important;
}
.\!text-primary_Text_Color{
  color: var(--primary_Text_Color) !important;
}
.text-Active_Otp_Border{
  color: var(--Active_Otp_Border);
}
.text-Admin_question_bank_no_grp{
  color: var(--Admin_question_bank_no_grp);
}
.text-Successful_text_colour{
  color: var(--Successful_text_colour);
}
.text-\[\#004D40\]{
  --tw-text-opacity: 1;
  color: rgb(0 77 64 / var(--tw-text-opacity, 1));
}
.text-\[\#0200ed\]{
  --tw-text-opacity: 1;
  color: rgb(2 0 237 / var(--tw-text-opacity, 1));
}
.text-\[\#031B3E\]{
  --tw-text-opacity: 1;
  color: rgb(3 27 62 / var(--tw-text-opacity, 1));
}
.text-\[\#0369A1\]{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-\[\#065B86\]{
  --tw-text-opacity: 1;
  color: rgb(6 91 134 / var(--tw-text-opacity, 1));
}
.text-\[\#0B479F\]{
  --tw-text-opacity: 1;
  color: rgb(11 71 159 / var(--tw-text-opacity, 1));
}
.text-\[\#1B5E20\]{
  --tw-text-opacity: 1;
  color: rgb(27 94 32 / var(--tw-text-opacity, 1));
}
.text-\[\#32b586\]{
  --tw-text-opacity: 1;
  color: rgb(50 181 134 / var(--tw-text-opacity, 1));
}
.text-\[\#3A1B0A\]{
  --tw-text-opacity: 1;
  color: rgb(58 27 10 / var(--tw-text-opacity, 1));
}
.text-\[\#3C8BFF\]{
  --tw-text-opacity: 1;
  color: rgb(60 139 255 / var(--tw-text-opacity, 1));
}
.text-\[\#3E8BD1\]{
  --tw-text-opacity: 1;
  color: rgb(62 139 209 / var(--tw-text-opacity, 1));
}
.text-\[\#437800\]{
  --tw-text-opacity: 1;
  color: rgb(67 120 0 / var(--tw-text-opacity, 1));
}
.text-\[\#446595\]{
  --tw-text-opacity: 1;
  color: rgb(68 101 149 / var(--tw-text-opacity, 1));
}
.text-\[\#57677E\]{
  --tw-text-opacity: 1;
  color: rgb(87 103 126 / var(--tw-text-opacity, 1));
}
.text-\[\#5E35B1\]{
  --tw-text-opacity: 1;
  color: rgb(94 53 177 / var(--tw-text-opacity, 1));
}
.text-\[\#64a1e0\]{
  --tw-text-opacity: 1;
  color: rgb(100 161 224 / var(--tw-text-opacity, 1));
}
.text-\[\#6A1B9A\]{
  --tw-text-opacity: 1;
  color: rgb(106 27 154 / var(--tw-text-opacity, 1));
}
.text-\[\#818D9E\]{
  --tw-text-opacity: 1;
  color: rgb(129 141 158 / var(--tw-text-opacity, 1));
}
.text-\[\#ABB3BE\]{
  --tw-text-opacity: 1;
  color: rgb(171 179 190 / var(--tw-text-opacity, 1));
}
.text-\[\#C7D5DA\]{
  --tw-text-opacity: 1;
  color: rgb(199 213 218 / var(--tw-text-opacity, 1));
}
.text-\[\#FF0000\]{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#ff2626\]{
  --tw-text-opacity: 1;
  color: rgb(255 38 38 / var(--tw-text-opacity, 1));
}
.text-admin_table_text{
  color: var(--admin_table_text);
}
.text-alert_red_text_Color{
  color: var(--alert_red_text_Color);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue_Color{
  color: var(--blue_Color);
}
.text-btn_text_blue_color{
  color: var(--btn_text_blue_color);
}
.text-card_Bg_Color{
  color: var(--card_Bg_Color);
}
.text-card_Border_Color{
  color: var(--card_Border_Color);
}
.text-card_number_color{
  color: var(--card_number_color);
}
.text-college_drive_detail_btn_txt_color{
  color: var(--college_drive_detail_btn_txt_color);
}
.text-disabled_Input_Bg_Color{
  color: var(--disabled_Input_Bg_Color);
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-gray_secondary{
  color: var(--gray_secondary);
}
.text-gray_text{
  color: var(--gray_text);
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}
.text-inactive_status_text{
  color: var(--inactive_status_text);
}
.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-instruction_follow_text{
  color: var(--instruction_follow_text);
}
.text-lessTimeRemaining_txt_color{
  color: var(--lessTimeRemaining_txt_color);
}
.text-my_profile_secondary_text{
  color: var(--my_profile_secondary_text);
}
.text-my_profile_subHeading_text{
  color: var(--my_profile_subHeading_text);
}
.text-next_page_text_colour{
  color: var(--next_page_text_colour);
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-primary_Bg_Btn_Text_color{
  color: var(--primary_Bg_Btn_Text_color);
}
.text-primary_Bg_Button_Color{
  color: var(--primary_Bg_Button_Color);
}
.text-primary_Text_Color{
  color: var(--primary_Text_Color);
}
.text-primary_red_color{
  color: var(--primary_red_color);
}
.text-published_text{
  color: var(--published_text);
}
.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-secondary_Light_Text_Color{
  color: var(--secondary_Light_Text_Color);
}
.text-skyish_blue_Color{
  color: var(--skyish_blue_Color);
}
.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-text_gray_primary{
  color: var(--text_gray_primary);
}
.text-text_secondary_gray{
  color: var(--text_secondary_gray);
}
.text-text_warning_msg{
  color: var(--text_warning_msg);
}
.text-transparent{
  color: transparent;
}
.text-verify_surronding_text_colour{
  color: var(--verify_surronding_text_colour);
}
.text-verify_surronding_textcolor{
  color: var(--verify_surronding_textcolor);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-opacity-40{
  --tw-text-opacity: 0.4;
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.decoration-skyish_blue_Color{
  text-decoration-color: var(--skyish_blue_Color);
}
.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.accent-\[\#3E8BD1\]{
  accent-color: #3E8BD1;
}
.accent-blue-600{
  accent-color: #2563eb;
}
.accent-blue_Color{
  accent-color: var(--blue_Color);
}
.opacity-0{
  opacity: 0;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-35{
  opacity: 0.35;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-90{
  opacity: 0.9;
}
.\!shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_3px_10px_rgb\(0\2c 0\2c 0\2c 0\.2\)\]{
  --tw-shadow: 0 3px 10px rgb(0,0,0,0.2);
  --tw-shadow-colored: 0 3px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_6px_0px_rgba\(0\2c _0\2c _0\2c _0\.1\)\]{
  --tw-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 0px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_80px_114px_0px_\#031B3E0D\]{
  --tw-shadow: 0px 80px 114px 0px #031B3E0D;
  --tw-shadow-colored: 0px 80px 114px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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);
}
.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);
}
.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);
}
.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);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-blue-100{
  --tw-shadow-color: #dbeafe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-filter_dropdown_box_shadow{
  --tw-shadow-color: var(--filter_dropdown_box_shadow);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100{
  --tw-shadow-color: #dcfce7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-100{
  --tw-shadow-color: #e0e7ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-100{
  --tw-shadow-color: #ffedd5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-100{
  --tw-shadow-color: #f3e8ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100{
  --tw-shadow-color: #fee2e2;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset{
  --tw-ring-inset: inset;
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[1px\]{
  --tw-blur: blur(1px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
  transition: all 0.2s;
}

html {
  height: 100%;
}

body:has(.overlay) {
  overflow: hidden;
}

.poppinsLight {
  font-family: "Poppins Light", Helvetica Neue, sans-serif !important;
}

.poppinsRegular {
  font-family: "Poppins", Helvetica Neue, sans-serif !important;
}

.poppinsMedium {
  font-family: "Poppins Medium", Helvetica Neue, sans-serif !important;
}

.poppinsBold {
  font-family: "Poppins Bold", Helvetica Neue, sans-serif !important;
}

.poppinsSemiBold {
  font-family: "Poppins Semi Bold", Helvetica Neue, sans-serif !important;
}

.poppinsLightBold {
  font-family: "Poppins Light Bold", Helvetica Neue, sans-serif !important;
}

body {
  font-family: "Poppins Semi Bold";
  box-sizing: border-box;
}

button:disabled{
  cursor: not-allowed;
  background-color: var(--disabled_Input_Bg_Color);
  opacity: 0.5;
}

.carousel-open:checked + .carousel-item {
  position: static;
  opacity: 100;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
  display: block;
}

.carousel-indicators {
  list-style: none;
  text-align: center;
  z-index: auto;
}

#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet {
  color: var(--carousel_bullet_blue);
}

.carousel-bullet.active{
  color: var(--primary_Text_Color);
}

.user-input-wrp{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  display: flex;
  width: 60%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 280px){
  .user-input-wrp{
    width: 83.333333%;
  }
}

@media (min-width: 768px){
  .user-input-wrp{
    width: 50%;
  }
}

@media (min-width: 992px){
  .user-input-wrp{
    width: 75%;
  }
}

@media (min-width: 1200px){
  .user-input-wrp{
    width: 60%;
  }
}

@media (min-width: 1536px){
  .user-input-wrp{
    width: 41.666667%;
  }
}

.user-input-wrp .inputText{
  width: 100%;
  padding-left: 0.75rem;
  padding-top: 1.25rem;
  letter-spacing: 0.05em;
}

.user-input-wrp .floating-label{
  pointer-events: none;
  position: absolute;
  top: 1rem;
  left: 4rem;
  font-weight: 500;
}

@media (min-width: 280px){
  .user-input-wrp .floating-label{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 576px){
  .user-input-wrp .floating-label{
    left: 6rem;
  }
}

@media (min-width: 768px){
  .user-input-wrp .floating-label{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 992px){
  .user-input-wrp .floating-label{
    left: 5rem;
  }
}

@media (min-width: 1200px){
  .user-input-wrp .floating-label{
    left: 6rem;
  }
}

@media (min-width: 1536px){
  .user-input-wrp .floating-label{
    left: 5rem;
  }
}

.user-input-wrp .floating-label {
  transition: 0.2s ease all;
}

.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
  top: 0.5rem;
  left: 4rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  opacity: 1;
}

@media (min-width: 576px){
  .user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
    left: 5rem;
  }
}

@media (min-width: 768px){
  .user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
    left: 6rem;
  }
}

@media (min-width: 1200px){
  .user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
    left: 6rem;
  }
}

@media (min-width: 1536px){
  .user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
    left: 5rem;
  }
}

.user-input-wrp .anonymous-floating-label{
  pointer-events: none;
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  transition: 0.2s ease all;
}

.user-input-wrp input:focus ~ .anonymous-floating-label,
.user-input-wrp input:not(:focus):valid ~ .anonymous-floating-label{
  top: 0.5rem;
  left: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  opacity: 1;
}

.terms-conditions{
  position: absolute;
  bottom: 3rem;
}

@media (min-width: 280px){
  .terms-conditions{
    left: 5rem;
  }
}

@media (min-width: 576px){
  .terms-conditions{
    left: 25%;
  }
}

@media (min-width: 768px){
  .terms-conditions{
    left: 33.333333%;
  }
}

@media (min-width: 992px){
  .terms-conditions{
    left: 7rem;
  }
}

@media (min-width: 1200px){
  .terms-conditions{
    left: 13rem;
  }
}

@media (min-width: 1536px){
  .terms-conditions{
    left: 15%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .terms-conditions{
    left: 8rem;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1400px) {
  .terms-conditions{
    left: 11rem;
  }
}
.otp-input{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  background-color: transparent;
  text-align: center;
}
@media (min-width: 768px){
  .otp-input{
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 992px){
  .otp-input{
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 1200px){
  .otp-input{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 1536px){
  .otp-input{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.otp-input {
  width: 16px !important;
  border-bottom: 1px solid secondary_light_Text_color !important;
  font-size: 28px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px !important;
}

.otp-input:focus {
  outline: none;
}

.otp-input-verify-email .otp-input {
  margin: 0 20px !important;
}
.otp-input-verify-email .otp-input:focus {
  outline: none;
}

.continue_btn-disabled{
  cursor: not-allowed;
  background-color: var(--card_Bg_Color);
  color: var(--body_Bg_Color);
}

.continue_btn-enabled{
  background-color: var(--primary_Bg_Button_Color);
  color: var(--primary_Bg_Btn_Text_color);
}

.send-otp-btn{
  margin-top: 1.5rem;
  width: 60%;
  border-radius: 0.5rem;
  background-color: var(--primary_Bg_Button_Color);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  color: var(--primary_Bg_Btn_Text_color);
}

@media (min-width: 280px){
  .send-otp-btn{
    width: 83.333333%;
  }
}

@media (min-width: 768px){
  .send-otp-btn{
    width: 50%;
  }
}

@media (min-width: 992px){
  .send-otp-btn{
    width: 75%;
  }
}

@media (min-width: 1200px){
  .send-otp-btn{
    width: 60%;
  }
}

@media (min-width: 1536px){
  .send-otp-btn{
    width: 41.666667%;
  }
}

.cardStyles{
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 24rem;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: var(--card_Border_Color_Gradient);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 10px;
  padding-right: 10px;
}

.cardStyles:hover{
  border-color: var(--card_Border_Color);
}

@media (min-width: 576px){
  .cardStyles{
    margin-top: 50px;
  }
}

.cardStyles {
  box-shadow: 0px 20px 34px 0px rgba(34, 34, 34, 0.09);
}
@media screen and (max-height: 700px) {
  .cardStyles{
    margin-top: 10px;
  }
}

.cardForUploadResume{
  margin-top: 1.25rem;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  box-shadow: 0px 16px 34px 0px rgba(144, 144, 144, 0.18);
}

.previewCard{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: block;
  justify-content: flex-start;
  gap: 1.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--border_colour);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 576px){
  .previewCard{
    display: flex;
    justify-content: space-between;
  }
}

.previewCard {
  box-shadow: 0px 2px 1px 0px var(--box_shadow_colour);
}

.previewButton{
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: var(--primary_Text_Color);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--primary_Text_Color);
}

.detailsCard{
  margin-top: 1.25rem;
  display: flex;
  cursor: pointer;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 576px){
  .detailsCard{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.detailsCard {
  box-shadow: 0px 16px 34px 0px rgba(144, 144, 144, 0.18);
}

.register-detailsCard{
  margin-top: 2rem;
  display: flex;
  cursor: pointer;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 576px){
  .register-detailsCard{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.register-detailsCard {
  box-shadow: 0px 0px 39px -25px rgba(0, 0, 0, 0.1);
}

#toast-container{
  margin-right: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  background-position: 5% 30%;
}

#toast-container > .toast-error{
  background-color: var(--toaster_BgColor);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --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);
}

.inputStyle{
  height: 48px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  padding-left: 0.75rem;
  padding-right: 2rem;
  font-weight: 600;
}

.inputStyle:focus{
  border-color: var(--card_Border_Color);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.inputStyleCandidateRegister{
  margin-top: 0.25rem;
  height: 48px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  padding-left: 0.75rem;
  padding-right: 2rem;
  font-weight: 600;
}

.inputStyleCandidateRegister:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 280px){
  .inputStyleCandidateRegister{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 992px){
  .inputStyleCandidateRegister{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.inputStyleCandidateRegister {
  background-color: #f4f7f9;
}
.inputStyleCandidateRegister::placeholder {
  white-space: pre-line;
}
.inputStyleCandidateRegister.has-value {
  background-color: white;
}
.inputStyleCandidateRegister:focus {
  background-color: white;
}
.inputStyleCandidateRegister.has-error{
  border-color: var(--primary_red_color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.inputStyleCandidateRegisterEmail{
  margin-top: 0.25rem;
  display: flex;
  height: 48px;
  width: 100%;
  cursor: not-allowed;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 2rem;
  font-weight: 600;
}

.inputStyleCandidateRegisterEmail:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.inputStyleForSearch{
  height: 48px;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  padding-left: 0.75rem;
  padding-right: 2rem;
  font-weight: 600;
}

.inputStyleForSearch:focus{
  border-color: var(--card_Border_Color);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.inputStyle::placeholder{
  font-weight: 400;
}

.inputStyleCandidateRegister::placeholder{
  font-weight: 400;
  color: var(--candidate_registration_input_heading);
}

#toast-container > .toast-success{
  background-color: var(--toaster_container_msg_colour);
  color: var(--white_color);
  --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);
}

#donate label{
  float: left;
  margin: 0.25rem;
  width: 10rem;
  overflow: auto;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--card_Bg_Color);
  background-color: var(--donate_label_bg_color);
  color: var(--my_profile_secondary_text);
}

#donate label input{
  position: absolute;
  top: auto;
}

#donate input:checked + span{
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Border_Color);
  background-color: var(--blank_answer_inp_bg);
  color: var(--primary_Text_Color);
  font-family: "Poppins Bold", Helvetica Neue, sans-serif;
}

#donate .blue{
  width: 100%;
  border-radius: 7px;
  background-color: var(--white_color);
}

.active{
  border-radius: 7px;
  background-color: var(--white_color);
}

.cardStyle{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-shadow: 0 3px 10px rgb(0,0,0,0.2);
  --tw-shadow-colored: 0 3px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cardStyleForInstall{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
  box-shadow: 0px 20px 34px 0px rgba(34, 34, 34, 0.09);
}

.welcomeText{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: var(--secondary_Light_Text_Color);
}

.close-modal-btn{
  margin-top: 0.75rem;
  width: 10rem;
  border-radius: 0.375rem;
  background-color: var(--primary_Bg_Button_Color);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: var(--primary_Bg_Btn_Text_color);
}

.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 500ms;
  z-index: 9999;
}

.popup{
  width: 100%;
}

@media (min-width: 768px){
  .popup{
    width: 75%;
  }
}

@media (min-width: 1200px){
  .popup{
    width: 50%;
  }
}

.popup {
  margin: 200px auto;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  min-height: 48%;
  transition: all 5s ease-in-out;
}

.popupForStatus {
  margin: 200px auto;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  transition: all 5s ease-in-out;
}

.popupForUploadProfile{
  width: 98%;
}

@media (min-width: 576px){
  .popupForUploadProfile{
    width: 50%;
  }
}

@media (min-width: 768px){
  .popupForUploadProfile{
    width: 33.333333%;
  }
}

@media (min-width: 1536px){
  .popupForUploadProfile{
    width: 25%;
  }
}

.popupForUploadProfile {
  margin: 200px auto;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  min-height: 38%;
  transition: all 5s ease-in-out;
}

.popupForRefreshPopup{
  width: 100%;
}

@media (min-width: 576px){
  .popupForRefreshPopup{
    width: 50%;
  }
}

@media (min-width: 768px){
  .popupForRefreshPopup{
    width: 33.333333%;
  }
}

@media (min-width: 1536px){
  .popupForRefreshPopup{
    width: 30%;
  }
}

.popupForRefreshPopup {
  margin: 200px auto;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  transition: all 5s ease-in-out;
}

.popupForSendMail{
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 576px){
  .popupForSendMail{
    width: 50%;
  }
}

@media (min-width: 768px){
  .popupForSendMail{
    width: 66.666667%;
  }
}

@media (min-width: 1536px){
  .popupForSendMail{
    width: 66.666667%;
  }
}

.popupForSendMail {
  margin: 200px auto;
  border-radius: 20px;
  text-align: center;
  position: relative;
  transition: all 5s ease-in-out;
}

.popupForDeleteResume {
  margin: 200px auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  transition: all 5s ease-in-out;
}

.popupForBulkUpload {
  margin: auto;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popupForChangePasswordForm {
  border-radius: 20px;
  position: relative;
  transition: all 5s ease-in-out;
  width: 558px;
}

.popupForPdfPreview{
  width: 80%;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  min-height: 48%;
  transition: all 5s ease-in-out;
}

.popupForReportQuestion{
  width: 100%;
  border-radius: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 576px){
  .popupForReportQuestion{
    width: 50%;
  }
}

.popupForReportQuestion {
  margin: 200px auto;
  position: relative;
  transition: all 5s ease-in-out;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary_Bg_Button_Color);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary_Bg_Button_Color);
}

.basicDetailsCard{
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 28rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  box-shadow: 0px 49px 74px 0px rgba(144, 144, 144, 0.14);
}

.main-heading{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: var(--primary_Text_Color);
}

.card-heading{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--primary_Text_Color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-paragraph{
  font-weight: 500;
  color: var(--secondary_Light_Text_Color);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-count{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 200;
  color: var(--card_number_color);
}

.timeCounter{
  display: inline-block;
  width: 2.75rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--card_Border_Color);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  color: var(--primary_Text_Color);
  background: linear-gradient(0deg, var(--blank_answer_inp_bg), var(--white_color));
}

.breadCrumbNumber{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  text-align: center;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.activeBreadCrumb{
  border-radius: 0px;
  border-bottom-width: 3px;
  border-style: solid;
  border-bottom-color: var(--blue_Color);
  background-color: transparent;
}

.roundedButtons{
  display: flex;
  width: 55px;
  border-radius: 9999px;
  padding: 1rem;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 2rem;
}

.customCheckBox{
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
  height: 1.35em;
  width: 1.35em;
  appearance: none;
  place-content: center;
  border-radius: 0.15em;
  border-width: 0.5px;
  border-style: solid;
  border-color: var(--customCheckBox_border_color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.customCheckBox::before{
  height: 0.65em;
  width: 0.65em;
  --tw-content: "";
  content: var(--tw-content);
}

.customCheckBox:checked{
  border-width: 0.5px;
  border-style: solid;
  border-color: var(--Custom_Checkbox_bg_colour);
}

.customCheckBox:checked::before{
  content: var(--tw-content);
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.customCheckBox {
  font: inherit;
}

.customCheckBox::before {
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.customCheckBox:checked {
  background: var(--Custom_Checkbox_bg_colour);
}

.customCheckBox:checked::before {
  background: white;
}

.enterDetailsButton{
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: var(--card_Bg_Color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 140px;
  padding-right: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 280px) and (max-width: 430px) {
  .enterDetailsButton{
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.enterDetailsHeading{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: var(--primary_Text_Color);
}
@media screen and (min-width: 280px) and (max-width: 400px) {
  .enterDetailsHeading{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.enterDetailsSubHeading{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--secondary_Light_Text_Color);
}
@media screen and (min-width: 280px) and (max-width: 400px) {
  .enterDetailsSubHeading{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.assessment-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--primary_Text_Color);
}

.assessment-details{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--primary_Text_Color);
}

.assessment-complete-txt{
  margin-left: 1rem;
  border-radius: 0.375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  color: var(--Active_Otp_Border);
  font-family: "Poppins Medium", Helvetica Neue, sans-serif;
  background: rgba(51, 184, 136, 0.1);
}

.upload-progress-txt{
  margin-left: 1rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 225 74 / var(--tw-bg-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  color: var(--primary_Text_Color);
  font-family: "Poppins Medium", Helvetica Neue, sans-serif;
}

.assessment-seach-box{
  margin-left: auto;
  display: flex;
  height: 3rem;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.userNameText{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--primary_Text_Color);
}

@media (min-width: 576px){
  .userNameText{
    font-size: 30px;
  }
}

@media (min-width: 768px){
  .userNameText{
    font-size: 32px;
  }
}

.userNameText {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dashBoradNameText{
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 600;
  color: var(--primary_Text_Color);
}

@media (min-width: 280px){
  .dashBoradNameText{
    font-size: 10px;
  }
}

@media (min-width: 576px){
  .dashBoradNameText{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.drop-zone{
  display: block;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: dashed;
  border-color: var(--card_Border_Color);
  background-color: var(--body_Bg_Color);
}

@media (min-width: 576px){
  .drop-zone{
    display: flex;
  }
}

.resumeDropCard{
  display: block;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: dashed;
  border-color: var(--card_Border_Color);
  background-color: var(--body_Bg_Color);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 576px){
  .resumeDropCard{
    display: flex;
  }
}

.resumeDropCardNew{
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: dashed;
  border-color: var(--card_Bg_Color);
  padding: 1.25rem;
}

.resumeDropCardHover{
  display: block;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: dashed;
  border-color: var(--card_Border_Color);
  background-color: var(--body_Bg_Color);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 576px){
  .resumeDropCardHover{
    display: flex;
  }
}

.resumeDropCardHover {
  transform: scale(1.04, 1.1);
}

.resumeDropCardFOrBulk{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: dashed;
  border-color: var(--card_Border_Color);
  background-color: var(--body_Bg_Color);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.resumeDropCardHoverForBulk{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: dashed;
  border-color: var(--card_Border_Color);
  background-color: var(--body_Bg_Color);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transform: scale(1.04, 1.1);
}

.certificateDetailsStyles{
  color: var(--primary_Text_Color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Basic reset for button styles */
.btn {
  display: inline-block;
  padding: 12px 10px;
  width: 100%;
  background-color: var(--white_color);
  color: #000;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.toggle-btn {
  display: none;
}

.toggle-btn:checked + .btn-label{
  border-radius: 0.5rem;
  background-color: var(--profile_card_bg);
}

.emailText {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.assessmentCardStyle{
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
  border-width: 1px;
  border-color: var(--card_number_color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  box-shadow: 0px 2px 1px 0px var(--box_shadow_colour);
}

.assessmentHeading{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--primary_Text_Color);
}

.assessmentDate{
  margin-top: auto;
  margin-bottom: auto;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--secondary_Light_Text_Color);
}

.assessmentPublished{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  color: var(--published_text);
  font-family: "Poppins Medium", Helvetica Neue, sans-serif;
}

.add-user-input{
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.createAssessmentCard{
  margin-top: 1.25rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  box-shadow: 0px 80px 114px 0px var(--create_AssessmentCard_box_shadow_color);
}

.assessmentInputStyle{
  height: 48px;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  padding-left: 0.75rem;
  padding-right: 2rem;
  font-weight: 600;
}

.assessmentInputStyle:focus{
  border-color: var(--card_Border_Color);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.assessmentCardDetailsStyle{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-width: 1px;
  border-color: var(--card_number_color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.detailsTitle{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--primary_Text_Color);
  font-family: "Poppins Medium", Helvetica Neue, sans-serif;
}

.difficulty-level{
  margin-bottom: 0.5rem;
  text-align: center;
  color: var(--my_profile_secondary_text);
  font-family: "Poppins", Helvetica Neue, sans-serif;
}

.section-heading {
  padding: 5px 10px;
  font-size: 15px;
  font-weight: bold;
}

.drag-container {
  z-index: 9999 !important;
  width: 400px;
  max-width: 100%;
  margin: 0 25px 25px 0;
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--drag_container_border_colour);
  cursor: move;
  padding: 15px;
  border-radius: 5px;
}
.drag-container--origin {
  background-color: transparent;
}
.drag-container--destination {
  background-color: transparent;
}
.drag-container--disabled {
  pointer-events: none;
  cursor: none;
}

.item-list {
  min-height: 60px;
  border-radius: 4px;
  display: block;
}

.item-box {
  z-index: 99999 !important;
  padding: 8px 10px;
  border: solid 2px var(--blue_Color) !important;
  margin-bottom: 10px !important;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: inherit;
  background: var(--white_color) !important;
  font-size: 14px;
  border-radius: 5px;
}
.item-box--include {
  background-color: #5987e1;
  color: var(--white_color);
  border-radius: 0;
  margin-bottom: 0;
}
.item-box--exclude {
  background-color: #eb4444;
  color: var(--white_color);
  border-radius: 0;
  margin-bottom: 0;
}
.item-box--disabled {
  background-color: var(--drag_container_border_colour);
  color: #000;
}

.cdk-drag-preview {
  box-sizing: border-box;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}

.cdk-drag-placeholder {
  opacity: 0;
}

.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.item-list.cdk-drop-list-dragging .item-box:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.sectionTime{
  display: block;
  border-radius: 0.75rem;
  border-width: 2px;
  border-color: var(--add_section_border);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: var(--primary_Text_Color);
}

.sectionTime:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.item-list .cdk-drag {
  cursor: move;
  border: 1px solid var(--custom_radio_label_boder_color);
  background-color: var(--not_found_container_bg_color);
  padding: 8px;
  margin: 4px 0;
}

.question-list .cdk-drag {
  cursor: move;
  padding: 8px;
}

input.largerCheckbox {
  width: 20px;
  height: 20px;
}

.selectTimeInputStyle{
  margin-top: 0px;
  margin-right: 0.75rem;
  height: 45px;
  width: 140px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 2rem;
  font-family: "Poppins Medium", Helvetica Neue, sans-serif;
}

.selectTimeInputStyle:focus{
  border-color: var(--card_Border_Color);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.selectTimeInputStyle::placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--primary_Text_Color);
}

.selectedUserCheckbox {
  display: none;
}

.selectedUserCheckbox label {
  display: inline-block;
  cursor: pointer;
}

.input-box.ng-invalid.ng-touched{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.rotate-down {
  transform: rotate(90deg);
}

select {
  -webkit-appearance: none !important;
  background-image: url("/assets/images/dropdown.svg");
  background-size: 20px;
  background-position: 100%;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
}

.errorValidationsStyles{
  position: relative;
  right: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: end;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.completeButton{
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: var(--Accent_Color_For_Checkbox);
  --tw-bg-opacity: 0.1;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.inCompleteButton{
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: var(--primary_red_color);
  --tw-bg-opacity: 0.1;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.onGoingButton{
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: var(--profile_card_bg);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.completeBorderColor{
  border-left-width: 2px;
  border-color: var(--Accent_Color_For_Checkbox);
  padding-left: 0.5rem;
}

.inCompleteBorderColor{
  border-left-width: 2px;
  border-color: var(--primary_red_color);
  padding-left: 0.5rem;
}

.onGoingBorderColor{
  border-left-width: 2px;
  border-color: var(--profile_card_bg);
  padding-left: 0.5rem;
}

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

.highlight{
  font-weight: 700;
  color: var(--primary_Text_Color);
}

.noHightLight{
  font-weight: 500;
  color: var(--secondary_Light_Text_Color);
}

.pagination-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-dots span {
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
}

.pagination-dots span.active {
  background-color: var(--pagination_dots_active_bg_colour);
}
.pagination-dots span.active .ng-toggle-switch-button {
  background: var(--pagination_toggle_switch_bg) !important;
}

.fixed-dimensions {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: fill;
}

.fixed-dimensions-assessment-video {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}

@media (min-width: 1330px) and (min-height: 700px) {
  .fixed-dimensions {
    height: 160px;
  }
}
@media (min-width: 1440px) and (min-height: 700) {
  .fixed-dimensions {
    height: 170px;
  }
}
@media (min-width: 1330px) {
  .fixed-dimensions-assessment-video {
    height: 300px;
  }
}
@media (min-width: 1530px) {
  .fixed-dimensions {
    height: 185px;
  }
  .fixed-dimensions-assessment-video {
    height: 450px;
  }
}
.copied-tooltip {
  position: absolute;
  background-color: #000;
  color: var(--white_color);
  padding: 8px 16px;
  border-radius: 4px;
  opacity: 0.9;
  transition: opacity 0.5s;
}

.copied-tooltip.fade-out {
  opacity: 0;
}

.custom-table {
  border-collapse: collapse;
  width: 100%;
}

.custom-table th,
.custom-table td {
  border: 1px solid var(--progress_bar_color);
  padding: 8px;
  text-align: left;
}

.custom-table th {
  background-color: #f2f2f2;
}

/* Style for the video overlay background */
.overlay-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: opacity 500ms;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.candidate-profile{
  height: 48px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  padding-left: 0.75rem;
  padding-right: 2rem;
  padding-top: 0.625rem;
  font-weight: 600;
}

.candidate-profile:focus{
  border-color: var(--card_Border_Color);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.candidate-new-profile{
  margin-top: 0.25rem;
  display: flex;
  height: 48px;
  width: 100%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  padding-left: 0.75rem;
  padding-right: 2rem;
  font-weight: 600;
}

.candidate-new-profile:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.candidate-new-profile-responsibilty{
  margin-top: 0.25rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
}

.candidate-new-profile-responsibilty:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.candidate-new-profile-responsibilty {
  white-space: pre-wrap;
  word-break: break-word;
}

.candidate-details-title{
  margin-right: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: var(--primary_Text_Color);
}

.candidate-detail{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: var(--secondary_Light_Text_Color);
}

.candidate-section-head{
  white-space: nowrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: start;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--secondary_Light_Text_Color);
}

.candidate-section-info{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: start;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: var(--primary_Text_Color);
}

.candidate-details-heading{
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1536px){
  .candidate-details-heading{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.candidate-feed-loading{
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  z-index: 99999;
}

.candidate-response-heading{
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--primary_Text_Color);
}

.candidate-response{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--secondary_Light_Text_Color);
}

.schedule-drive-title{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  display: block;
  width: 100%;
  appearance: none;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--primary_Text_Color);
}

.schedule-drive-title::placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--secondary_Light_Text_Color);
}

.schedule-drive-title:focus{
  border-color: var(--blue_Color);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.drive-table-head{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--my_profile_secondary_text);
}

.drive-table-head-number{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--my_profile_secondary_text);
}

.drive-details-title{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--secondary_Light_Text_Color);
}

.drive-details-card-title{
  font-weight: 500;
  color: var(--secondary_Light_Text_Color);
}

.drive-details{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--primary_Text_Color);
}

.card-drive-details{
  margin-top: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
  color: var(--primary_Text_Color);
}

.candidate-info-label{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--secondary_Light_Text_Color);
}

.candidate-info-label-new-register{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--candidate_registration_input_heading);
}

.candidate-info-title{
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--card_Bg_Color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 992px){
  .candidate-info-title{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.course-dropdown{
  position: absolute;
  z-index: 1;
  margin-top: 0.75rem;
  max-height: 12rem;
  min-height: 3rem;
  width: 100%;
  overflow-y: auto;
  border-radius: 0.75rem;
  border-width: 2px;
  border-color: var(--card_Bg_Color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.group:focus-within .course-dropdown{
  visibility: visible;
  --tw-translate-y: 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));
  opacity: 1;
}

.profile-sections{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 576px){
  .profile-sections{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.bg-checked{
  background-color: var(--candidate_detail_drive_detail_bg);
}

.dropdown-item:hover{
  color: var(--primary_Text_Color);
  background-color: var(--dropdown_bg_color);
}

.dropdown-item:hover p,
.dropdown-item:hover img {
  background-color: var(--dropdown_bg_color);
}

.capture-image-prompt{
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-shadow: 0px 2px 1px 0px var(--capture_image_prompt_box_shadow);
  border: 1px solid var(--border_colour);
}

.popup-arrow {
  position: absolute;
  left: 80%;
  bottom: 49%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  box-shadow: 2px -2px 4px 4px var(--popup_arrow_box_shadow_colour);
}

.code-editor{
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  border-radius: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  width: 100%;
  padding: 10px;
  height: 45vh !important;
  outline: none;
  background: var(--codeMirror_bg_color);
  font-family: monospace;
}

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

.editor .ProseMirror {
  font-family: "Poppins", Helvetica Neue, sans-serif !important;
}

.NgxEditor__Content {
  min-height: 300px;
}

.question-editor .NgxEditor__Content {
  min-height: 35vh;
  max-height: 40vh;
  overflow-y: auto;
}

.mail-editor .NgxEditor__Content {
  min-height: 15vh;
  max-height: 40vh;
  overflow-y: auto;
}

.NgxEditor {
  border-radius: 10px 10px 0px 0px !important;
  padding: 10px !important;
}

.editor {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

ngx-editor-menu {
  display: block;
  margin-bottom: 10px;
}

ngx-editor ::ng-deep .placeholder {
  color: #999;
}

ngx-editor ::ng-deep .toolbar {
  background-color: var(--ngx_editor_bg_color);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 8px;
}

ngx-editor ::ng-deep .toolbar button {
  background-color: transparent;
  cursor: pointer;
  margin-right: 10px;
  padding: 5px;
}

ngx-editor ::ng-deep .toolbar button i {
  font-size: 20px;
  color: var(--ngx_editor_toolbar_btn_color);
}

ngx-editor ::ng-deep .toolbar button.active {
  background-color: var(--pagination_dots_active_bg_colour);
  color: var(--landing_page_bg_color);
  border-radius: 4px;
}

.disability-radio input[type=radio]:checked + label span {
  border-color: var(--primary_Bg_Button_Color);
  border-width: 5px;
  padding: 0;
  background-color: var(--disbled_radio_bg);
}

.disability-radio input[type=radio] + label span {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 9999px;
  border: 1px solid var(--disabled_radio_border);
  margin-right: 0.5rem;
  padding: 3px;
  background-color: var(--disbled_radio_bg);
}

.disability-radio label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio-group {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 50px;
}

.custom-radio {
  display: none;
}

.custom-radio-label {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid var(--custom_radio_label_boder_color);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  position: relative;
}

.custom-radio:checked + .custom-radio-label {
  background-color: var(--progress_bar_bg_color);
  border-color: var(--progress_bar_bg_color);
}

.custom-radio-label::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) !important;
  position: absolute;
  top: 6%;
  left: 30%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s;
}

.custom-radio:checked + .custom-radio-label::after {
  transform: translate(-50%, -50%) scale(1);
}

.table-wrapper {
  position: relative;
}

.header-wrapper {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: white;
  overflow-x: hidden;
}

.table-body-wrapper {
  max-height: calc(65vh - 4rem);
  overflow: auto;
}

@media (max-height: 699px) {
  .card-container {
    height: 370px;
  }
}
@media (min-height: 700px) and (max-height: 750px) {
  .card-container {
    height: 428px;
  }
}
@media (min-height: 751px) and (max-height: 799px) {
  .card-container {
    height: 480px;
  }
}
@media (min-height: 800px) and (max-height: 849px) {
  .card-container {
    height: 530px;
  }
}
@media (min-height: 850px) and (max-height: 899px) {
  .card-container {
    height: 560px;
  }
}
@media (min-height: 900px) and (max-height: 944px) {
  .card-container {
    height: 600px;
  }
}
@media (min-height: 945px) {
  .card-container {
    height: 740px;
  }
}

@media (max-height: 699px) {
  .card-container-pop-up {
    height: 300px;
  }
}
@media (min-height: 700px) {
  .card-container-pop-up {
    height: 350px;
  }
}
@media (min-height: 850px) {
  .card-container-pop-up {
    height: -moz-fit-content;
    height: fit-content;
  }
}

/* Customize the CodeMirror*/
.CodeMirror-gutter {
  position: absolute;
  left: -12px !important;
  background: var(--codeMirror_bg_color) !important;
}

.CodeMirror-gutter .CodeMirror-linenumber {
  text-align: right;
  left: -5px !important;
  font-size: 10px !important;
}

.CodeMirror-gutter .CodeMirror-linenumbers {
  width: 35px !important;
}

.CodeMirror-linenumber {
  padding: 0 5px 0 15px !important;
  text-align: center !important;
  font-size: 12px !important;
}

.CodeMirror-cursor {
  border-left: 1px solid #f8f8f2 !important;
}

.CodeMirror pre.CodeMirror-line {
  padding-left: 40px !important;
  font-size: 14px !important;
  font-family: "Courier New", Courier, monospace !important;
}

.cm-s-monokai.CodeMirror{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding-top: 0.75rem;
  background: var(--codeMirror_bg_color) !important;
  height: 33vh;
}

.question-section-height {
  max-height: 50vh;
}

@media (min-height: 751px) {
  .cm-s-monokai.CodeMirror {
    height: 38vh;
  }
  .question-section-height {
    max-height: 60vh;
  }
}
@media (min-height: 900px) {
  .cm-s-monokai.CodeMirror {
    height: 45vh;
  }
  .question-section-height {
    max-height: 60vh;
  }
}
@media (min-height: 945px) {
  .cm-s-monokai.CodeMirror {
    height: 55vh;
  }
  .question-section-height {
    max-height: 70vh;
  }
}
#codeEditor .cm-s-monokai.CodeMirror {
  height: 42vh !important;
}

@media (min-height: 751px) {
  #codeEditor .cm-s-monokai.CodeMirror {
    height: 47vh !important;
  }
}
@media (min-height: 955px) {
  #codeEditor .cm-s-monokai.CodeMirror {
    height: 51vh !important;
  }
}
@media (min-height: 965px) {
  #codeEditor .cm-s-monokai.CodeMirror {
    height: 44vh !important;
  }
}
.progress-bar {
  width: 100%;
  height: 10px;
  border-radius: 50px;
  overflow: hidden;
  background: var(--progress_bar_color);
  position: relative;
}

.progress-bar::-webkit-progress-bar {
  background: var(--progress_bar_color);
  border-radius: 50px;
}

.progress-bar::-webkit-progress-value {
  background: var(--progress_bar_bg_color); /* Progress color */
  border-radius: 50px;
}

.progress-bar::-moz-progress-bar {
  background: var(--progress_bar_bg_color); /* Progress color */
  border-radius: 50px;
}

.tooltip-container {
  position: relative;
  display: inline-block;
}

.tooltip-text {
  visibility: hidden;
  background-color: white;
  color: gray;
  text-align: center;
  border-radius: 8px;
  padding: 15px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  display: block;
}

.prompt-input{
  position: absolute;
  bottom: 0.125rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.prompt-input::placeholder {
  color: var(--custom_tag_close_icon_color);
  font-weight: normal;
  font-size: 14px;
}

.custom-tag {
  background-color: var(--pagination_toggle_switch_bg);
  border-radius: 12px;
  padding: 4px 8px;
  margin: 2px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary_Text_Color);
}

.custom-tag .close-icon {
  margin-left: 6px;
  font-size: 16px;
  cursor: pointer;
  color: var(--custom_tag_close_icon_color);
}

.chart-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.chart-card {
  flex: 1;
  min-width: 300px;
  background-color: var(--landing_page_bg_color);
  position: relative;
  height: 320px; /* Fixed height for consistency */
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border-width: 1px;
  padding: 24px;
  border: 1px solid var(--border_colour);
  box-shadow: 0px 2px 1px 0px var(--box_shadow_colour);
}
@media (max-width: 1370px) {
  .chart-card {
    padding: 16px;
  }
}

.chart-container {
  flex: 1;
  width: 100%;
  overflow-y: auto; /* Enables vertical scrolling */
  overflow-x: hidden; /* Prevents horizontal scrolling */
  max-height: 300px; /* Adjust based on your requirement */
  min-height: 200px;
}

/* For responsive layout */
@media (max-width: 992px) {
  .chart-card {
    min-width: 100%;
  }
}
body[data-notebook=notebooks] .jp-Notebook.jp-mod-scrollPastEnd::after {
  display: none !important;
}

.ide-container {
  display: flex;
  width: 100%;
  gap: 0.6rem;
}

.heightResponsive1{
  height: 33vh;
}

@media (min-width: 768px){
  .heightResponsive1{
    height: 45vh;
  }
}

@media (min-width: 992px){
  .heightResponsive1{
    height: 58vh;
  }
}

@media (min-width: 1536px){
  .heightResponsive1{
    height: 66vh;
  }
}

.heightResponsive2{
  height: 36vh;
}

@media (min-width: 768px){
  .heightResponsive2{
    height: 48vh;
  }
}

@media (min-width: 992px){
  .heightResponsive2{
    height: 66vh;
  }
}

@media (min-width: 1536px){
  .heightResponsive2{
    height: 67vh;
  }
}

.ideHeight1{
  height: 33vh;
}

@media (min-width: 768px){
  .ideHeight1{
    height: 45vh;
  }
}

@media (min-width: 992px){
  .ideHeight1{
    height: 58vh;
  }
}

@media (min-width: 1536px){
  .ideHeight1{
    height: 66vh;
  }
}

.ideHeight2{
  height: 36vh;
}

@media (min-width: 768px){
  .ideHeight2{
    height: 48vh;
  }
}

@media (min-width: 992px){
  .ideHeight2{
    height: 66vh;
  }
}

@media (min-width: 1536px){
  .ideHeight2{
    height: 67vh;
  }
}

.notebookHeight1{
  height: 33vh;
}

@media (min-width: 768px){
  .notebookHeight1{
    height: 45vh;
  }
}

@media (min-width: 992px){
  .notebookHeight1{
    height: 58vh;
  }
}

@media (min-width: 1536px){
  .notebookHeight1{
    height: 66vh;
  }
}

.notebookHeight2{
  height: 36vh;
}

@media (min-width: 768px){
  .notebookHeight2{
    height: 48vh;
  }
}

@media (min-width: 992px){
  .notebookHeight2{
    height: 66vh;
  }
}

@media (min-width: 1536px){
  .notebookHeight2{
    height: 67vh;
  }
}

.lm-Widget .lm-Panel {
  display: none !important;
}

#top-panel-wrapper {
  display: none !important;
}

.resizable-pane {
  position: relative;
  height: 100%;
  border-right: 4px solid var(--custom_radio_label_boder_color);
  cursor: ew-resize;
  border-radius: 16px;
}

.ide-iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

.ide-container iframe:last-child {
  flex: 1;
}

.full-width {
  flex: 1;
}

.resize-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  cursor: ew-resize;
  z-index: 9999;
}

.table-header-cell{
  padding-left: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1.25rem;
  text-align: start;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: var(--secondary_Light_Text_Color);
}

.table-data-cell{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1.25rem;
  text-align: start;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: var(--primary_Text_Color);
}

.radar-chart-area {
  fill-opacity: 0.4;
  stroke-width: 2;
}

.radar-chart-circle {
  fill: none;
  stroke: var(--radar_chart_circle_stroke);
}

.radar-chart-axis {
  stroke: #888;
  stroke-width: 1;
}

.radar-chart-label {
  font-size: 11px;
  fill: var(--radar_chart_label_bg_colour);
  font-weight: bold;
}

.radar-value-label {
  font-size: 10px;
  fill: var(--radar_value_label_color);
}

.score-value {
  font-size: 10px;
  fill: var(--radar_value_label_color);
  font-weight: bold;
}

.rotate-once {
  animation: rotate360 0.6s linear;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.not-found-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--not_found_container_bg_color);
  color: var(--not_found_container_color);
  padding: 20px;
}

.not-found-container h1 {
  font-size: 6rem;
  margin: 0;
  color: var(--not_found_container_heading_color);
}

.not-found-container .message {
  font-size: 1.5rem;
  margin: 20px 0;
}

.back-home-btn {
  padding: 10px 20px;
  font-size: 1rem;
  color: white;
  background-color: var(--back_btn_bg_color);
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.back-home-btn:hover {
  background-color: var(--back_btn_hover_bg_color);
}

.preview-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.toolbar {
  display: flex;
  gap: 10px;
  padding: 8px;
  background-color: var(--toolbar_bg_color);
  align-items: center;
}

.search-input {
  flex: 1;
  padding: 6px 10px;
  font-size: 14px;
}

.ide-iframe {
  flex-grow: 1;
  width: 100%;
  border: none;
}

/* Rotate + Zoom Animation */
@keyframes rotate-zoom {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.animate-rotate-zoom {
  animation: rotate-zoom 2s infinite ease-in-out;
}

/* Fade Animation for messages */
@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  10%, 90% {
    opacity: 1;
  }
}
.animate-fade {
  animation: fade 2s ease-in-out;
}

@keyframes wave {
  0%, 100% {
    height: 0.5rem;
  }
  50% {
    height: 2rem;
  }
}
.animate-wave {
  animation: wave 1s infinite ease-in-out;
}

.delay-0 {
  animation-delay: 0s;
}

.delay-100 {
  animation-delay: 0.1s;
}

.delay-200 {
  animation-delay: 0.2s;
}

.delay-300 {
  animation-delay: 0.3s;
}

.delay-400 {
  animation-delay: 0.4s;
}

@keyframes wave {
  0%, 100% {
    transform: scaleY(0.6);
  }
  50% {
    transform: scaleY(1.4);
  }
}
.animate-wave {
  animation: wave 1.2s infinite ease-in-out;
}

.changeScrollbarStyle::-webkit-scrollbar {
  width: 0px !important;
  display: none !important;
}

.changeScrollbarStyle::-webkit-scrollbar-track {
  background-color: transparent;
}

.changeScrollbarStyle::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 0px !important;
}

.changeScrollbarStyle::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

#segmentsTable.changeScrollbarStyleForSectionSummary::-webkit-scrollbar, .interviewBot::-webkit-scrollbar {
  width: 3px !important;
}

#segmentsTable.changeScrollbarStyleForSectionSummary::-webkit-scrollbar-track, .interviewBot::-webkit-scrollbar-track {
  background-color: transparent !important;
  opacity: 1 !important;
}

#segmentsTable.changeScrollbarStyleForSectionSummary::-webkit-scrollbar-thumb, .interviewBot::-webkit-scrollbar-thumb {
  background-color: #3E8BD1 !important;
  border-radius: 2px !important;
}

#segmentsTable.changeScrollbarStyleForSectionSummary::-webkit-scrollbar-thumb:hover, .interviewBot::-webkit-scrollbar-thumb:hover {
  background-color: #3E8BD1 !important;
}

#horizontalBarchartContainer .y-axis .domain, #barchartContainer .y-axis .domain {
  stroke: var(--horizontal_Barchart_Stroke) !important;
}

#horizontalBarchartContainer .x-axis .domain, #barchartContainer .x-axis .domain {
  stroke: var(--horizontal_Barchart_Stroke);
}

.brightRedColor{
  color: var(--primary_red_color);
}

.borderColorprimary_Text_Color{
  border-color: var(--primary_Text_Color);
}

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

@media (min-width: 280px){
  .terms-conditions-login{
    left: 5rem;
  }
}

@media (min-width: 576px){
  .terms-conditions-login{
    left: 25%;
  }
}

@media (min-width: 768px){
  .terms-conditions-login{
    left: 33.333333%;
  }
}

@media (min-width: 992px){
  .terms-conditions-login{
    left: 7rem;
  }
}

@media (min-width: 1200px){
  .terms-conditions-login{
    left: 13rem;
  }
}

@media (min-width: 1536px){
  .terms-conditions-login{
    left: 15%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .terms-conditions-login{
    left: 8rem;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1400px) {
  .terms-conditions-login{
    left: 11rem;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1900px) {
  .otp-input {
    width: 27px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 576px) {
  .otp-input {
    font-size: 20px !important;
  }
  .ng-otp-input-wrapper .otp-input:not(:last-child) {
    margin-right: 0px !important;
  }
  .dashbaord-container-image{
    margin-top: 3rem;
  }
}
.responsiveMarginforTimerForsmallerScreens{
  margin-left: 0.25rem;
}

.responsiveWidthForText{
  width: 50%;
}

@media screen and (min-width: 320px) and (max-width: 395px) {
  .responsiveMarginforTimerForsmallerScreens{
    margin-left: 3px;
  }
  .responsiveWidthForText{
    width: 100%;
  }
  .timeCounter{
    width: 2rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.dashboard-container-image{
  margin-top: 0px;
}

@media screen and (min-height: 500px) and (max-height: 768px) {
  .dashboard-container-image{
    margin-top: 5rem;
  }
}
.editIconOnprofile{
  top: 139px;
  margin-left: 5rem;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .editIconOnprofile{
    top: 86px;
    margin-left: 5rem;
  }
}
@media screen and (min-width: 425px) and (max-width: 473px) {
  .editIconOnprofile{
    top: 105px;
    margin-left: 5rem;
  }
}
@media screen and (min-width: 474px) and (max-width: 570px) {
  .editIconOnprofile{
    top: 125px;
    margin-left: 5rem;
  }
}
@media screen and (min-width: 570px) and (max-width: 617px) {
  .editIconOnprofile{
    top: 140px;
    margin-left: 5rem;
  }
}
@media screen and (min-width: 618px) and (max-width: 714px) {
  .editIconOnprofile{
    top: 160px;
    margin-left: 5rem;
  }
}
@media screen and (min-width: 714px) and (max-width: 800px) {
  .editIconOnprofile{
    top: 170px;
    margin-left: 5rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 881px) {
  .editIconOnprofile{
    top: 190px;
    margin-left: 5rem;
  }
}
@media screen and (min-width: 881px) and (max-width: 991px) {
  .editIconOnprofile{
    top: 200px;
    margin-left: 5rem;
  }
}
@media screen and (min-width: 988px) and (max-width: 1274px) {
  .editIconOnprofile{
    top: 100px;
    margin-left: 5rem;
  }
}
@media screen and (min-width: 1275px) and (max-width: 1360px) {
  .editIconOnprofile{
    top: 121px;
    margin-left: 5rem;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1536px) {
  .editIconOnprofile{
    top: 131px;
    margin-left: 5rem;
  }
}
@media screen and (min-width: 1536px) and (max-width: 2000px) {
  .editIconOnprofile{
    top: 112px;
    margin-left: 5rem;
  }
}
.marginFortimerOnDashboard{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 320px) and (max-width: 395px) {
  .marginFortimerOnDashboard{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
:root {
  /* yellow colour */
  --primary_Text_Color: #031B3E;
  --secondary_Light_Text_Color:#818D9E;
  --primary_Bg_Button_Color:#FCD300;
  --primary_Bg_Btn_Text_color:#000;
  /*Common colours*/
  --blue_Color:#3E8BD1;
  --skyish_blue_Color:#3B82F6;
  --carousel_Bg_Color:#FFFDF5;
  --card_Bg_Color:#D4D8DE;
  --disabled_Input_Bg_Color:#D4D8DE;
  --exam_topbar_btn_diabled_Bg_Color:#D4D8DE;
  --body_Bg_Color:#F8F9FB;
  --card_Border_Color:#3E8BD1;
  --card_Border_Color_Gradient:linear-gradient(90deg, rgba(171, 179, 190, 0.5) 0%, rgba(171, 179, 190, 0) 93.37%);
  --toaster_BgColor:#ff6666;
  --Active_Otp_Border:#33B888;
  --Inactive_toggle_status:#D4D8DE;
  --Disable_toggle_status:#A7F3D0;
  --Accent_Color_For_Checkbox:#33B888;
  --Custom_Checkbox_bg_colour:#33B888;
  --Successful_text_colour:#33B888;
  --card_number_color: #E9E9E9;
  --box_shadow_colour:#E9E9E9;
  --border_colour:##E9E9E9;
  --alert_red_bg_Color:#FFF0F0;
  --alert_red_text_Color:#DA322A;
  --my_profile_secondary_text: #57677E;
  --profile_card_bg: #EAEDF0;
  --add_section_border:#EAEDF0;
  --exam_unattempted_ques:#EAEDF0;
  --admin_table_text: #2D415E;
  --my_profile_subHeading_text: #2D415E;
  --my_profile_subHeading_Border_Color:#D4D8DE;
  --instruction_follow_text:#2D415E;
  --inactive_status_text: #ABB3BE;
  --next_page_text_colour:#ABB3BE;
  --verify_surronding_text_colour:#ABB3BE;
  --candidate_registration_input_heading:#ABB3BE;
  --section_head_bg: #F4F4F4;
  --subcategory_profile_bg: #835AD9;
  --text_gray_primary:#1F2937;
  --text_secondary_gray:#71717A;
  --add_card_bg: #F3F4F6;
  --pagination_toggle_switch_bg: #F3F4F6;
  --primary_red_color:#FF0000;
  --published_text: #10B981;
  --gray_secondary:#6B7280;
  --gray_text:#4B5563;
  --header_bg: #ecf6ff;
  --lightBlueColor:#ADD8FF;
  --close_confirm_cancel_btn_bg:#e74c3c;
  --close_confirm_save_btn_bg:#2ecc71;
  --disabled_radio_border:#d1d5db;
  --disbled_radio_bg:#fff;
  --text_warning_msg:#b91c1c;
  --Admin_question_bank_no_grp:#F54B3E;
  --blank_answer_inp_bg:#ECF3FA;
  --voice_assistant_filter_drop_shadow:#fff7e4;
  --back_btn_hover_bg_color:#457b9d;
  --back_btn_bg_color:#1d3557;
  --not_found_container_heading_color:#e63946;
  --toolbar_bg_color:#f5f5f5;
  --not_found_container_bg_color:#f9f9f9;
  --not_found_container_color:#333;
  --radar_chart_label_bg_colour:#333;
  --radar_value_label_color:#0066cc;
  --landing_page_bg_color:#ffffff;
  --custom_tag_close_icon_color:#9ca3af;
  --attempt_test_dragging_handle_color:#9ca3af;
  --progress_bar_bg_color:#4caf50;
  --progress_bar_color:#ddd;
  --pagination_dots_active_bg_colour:#007bff;
  --horizontal_Barchart_Stroke:#E8EAEE;
  --popup_arrow_box_shadow_colour:#0000000f;
  --drag_container_border_colour:#e9ecef;
  --custom_radio_label_boder_color:#ccc;
  --dropdown_bg_color:#f6f6f7;
  --create_AssessmentCard_box_shadow_color:#031b3e0d;
  --carousel_bullet_blue:#2b6cb0;
  --toaster_container_msg_colour:#51A351;
  --donate_label_bg_color:#efefef;
  --customCheckBox_border_color:#1E3757;
  --btn_text_blue_color:#1E3757;
  --white_color:#fff;
  --radar_chart_circle_stroke:#CDCDCD;
  --codeMirror_bg_color:#111827;
  --ngx_editor_bg_color:#f0f0f0;
  --capture_image_prompt_box_shadow:#e9e9e980;
  --landing_page_box_shadow:#031b3e1a;
  --add_question_box_shadow:#9090902e;
  --create_assesment_box_shadow:#00000040;
  --filter_dropdown_box_shadow:#e6e8eb;
  --landing_page_main_colour:#f8f9fa;
  --landing_page_txt_color:#495057;
  --step_number_bg_color:#6c757d;
  --note_text_color:#856404;
  --landing_page_overlap_border_color:#d4d8de0d;
  --landing_page_rectangle_box_shadow:#2222221a;
  --landing_page_grp9_bg_color:#32b787;
  --college_admin_border_color:#18183312;
  --college_drive_detail_btn_txt_color:#DA291C;
  --attempt_test_box_shadow:#90909024;
  --attempt_test_code_editor_bg_color:#1D283E;
  --attempt_test_border_color:#8C8C8C;
  --ngx_editor_toolbar_btn_color:#555;
  --lessTimeRemaining_txt_color:#DC2626;
  --install_plugin_active_bg_color:#15C06E;
  --call_layout_action_btn_bg:#3e8bd133;
  --call_layout_offstate_bg:#ff383c;
  --text_gradient_shimmer_bg:#818d9e;
  --interview_agent_main_container_bg:#f1f1f1;
  --transcript_section_top_header_color:#7c828b;
  --suggested_mark_color:#757575;
  --format_icon_bg_color:#031b3e30;
  --transcript_submit_btn_hover_bg:#031b3e4c;
  --user_media_interview_agent_bg:#d9e4ed;
  --candidate_detail_drive_detail_bg:#f5f6f8;
  --candidate_detail_box_shadow:#031b3e1f;
  --candidate_detail_border_color:#eaedf0;
  --drive_details_yellow_color:#FFB81C;
  --control_btn_color:#007BFF;
  --control_btn_hover_color:#ff0000;
  --verify_surronding_textcolor:#059669;
  --verify_surronding_bg_color:#D1FAE5;
  --loader_container_bg_color:#000000a6;
  --screen_shot_divider_bg:#4b5563;
  --screen_shot_close_btn_hover_color:#dc2626;
  --tooltip_bg_color:#FDE68A;
  --loader_color:#fcd301;
  --attempt_test_preview_btn_bg:#fcd301;
  --black_colour:#0000;
  --setting_ide_popup_gray_colour:#D9D9D9;
  --SIGNIN_BANNER: url("/assets/images/banner1.svg");
  --SKIPPED_STAR:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiIGZpbGw9IiNEM0MxMUQiLz4KPHBhdGggZD0iTTE3LjU0MyAxMC4wNTQ1QzE3LjkwMTQgOS4yODI3OSAxOC45OTg2IDkuMjgyNzkgMTkuMzU3IDEwLjA1NDVMMjAuODkzIDEzLjM2MkMyMS4wMzg3IDEzLjY3NTcgMjEuMzM2MiAxMy44OTE5IDIxLjY3OTYgMTMuOTMzNUwyNS4yOTk4IDE0LjM3MjNDMjYuMTQ0NSAxNC40NzQ3IDI2LjQ4MzYgMTUuNTE4MSAyNS44NjA0IDE2LjA5NzRMMjMuMTg5NSAxOC41ODAzQzIyLjkzNjEgMTguODE1OCAyMi44MjI0IDE5LjE2NTYgMjIuODg5IDE5LjUwNTFMMjMuNTkwNCAyMy4wODM3QzIzLjc1NDEgMjMuOTE4NyAyMi44NjY1IDI0LjU2MzYgMjIuMTIyOSAyNC4xNDk5TDE4LjkzNjIgMjIuMzc2OUMxOC42MzM5IDIyLjIwODggMTguMjY2MSAyMi4yMDg4IDE3Ljk2MzggMjIuMzc2OUwxNC43NzcxIDI0LjE0OTlDMTQuMDMzNSAyNC41NjM2IDEzLjE0NTkgMjMuOTE4NyAxMy4zMDk2IDIzLjA4MzdMMTQuMDExIDE5LjUwNTFDMTQuMDc3NiAxOS4xNjU2IDEzLjk2MzkgMTguODE1OCAxMy43MTA1IDE4LjU4MDNMMTEuMDM5NiAxNi4wOTc0QzEwLjQxNjQgMTUuNTE4MSAxMC43NTU1IDE0LjQ3NDcgMTEuNjAwMiAxNC4zNzIzTDE1LjIyMDQgMTMuOTMzNUMxNS41NjM4IDEzLjg5MTkgMTUuODYxMyAxMy42NzU3IDE2LjAwNyAxMy4zNjJMMTcuNTQzIDEwLjA1NDVaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K")
    /* blue colour */
   /* --primary_Bg_Button_Color:#031B3E;*/
    /*--primary_Text_Color:#fff;*/ ;
}
@media (min-width: 576px){
  .sm\:container{
    width: 100%;
  }
  @media (min-width: 280px){
    .sm\:container{
      max-width: 280px;
    }
  }
  @media (min-width: 576px){
    .sm\:container{
      max-width: 576px;
    }
  }
  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 992px){
    .sm\:container{
      max-width: 992px;
    }
  }
  @media (min-width: 1200px){
    .sm\:container{
      max-width: 1200px;
    }
  }
  @media (min-width: 1536px){
    .sm\:container{
      max-width: 1536px;
    }
  }
}
.placeholder\:text-sm::placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.placeholder\:font-light::placeholder{
  font-weight: 300;
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.invalid\:text-secondary_Light_Text_Color:invalid{
  color: var(--secondary_Light_Text_Color);
}
.hover\: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\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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\:rounded-md:hover{
  border-radius: 0.375rem;
}
.hover\:border-dashed:hover{
  border-style: dashed;
}
.hover\:border-blue_Color:hover{
  border-color: var(--blue_Color);
}
.hover\:border-primary_Bg_Button_Color:hover{
  border-color: var(--primary_Bg_Button_Color);
}
.hover\:border-primary_Text_Color:hover{
  border-color: var(--primary_Text_Color);
}
.hover\:bg-\[\#676767\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(103 103 103 / var(--tw-bg-opacity, 1));
}
.hover\:bg-add_card_bg:hover{
  background-color: var(--add_card_bg);
}
.hover\:bg-blue-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue_Color:hover{
  background-color: var(--blue_Color);
}
.hover\:bg-body_Bg_Color:hover{
  background-color: var(--body_Bg_Color);
}
.hover\:bg-card_Bg_Color:hover{
  background-color: var(--card_Bg_Color);
}
.hover\:bg-card_Border_Color:hover{
  background-color: var(--card_Border_Color);
}
.hover\:bg-drag_container_border_colour:hover{
  background-color: var(--drag_container_border_colour);
}
.hover\:bg-dropdown_bg_color:hover{
  background-color: var(--dropdown_bg_color);
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-100\/60:hover{
  background-color: rgb(220 252 231 / 0.6);
}
.hover\:bg-indigo-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary_Bg_Button_Color:hover{
  background-color: var(--primary_Bg_Button_Color);
}
.hover\:bg-purple-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-primary_Bg_Btn_Text_color:hover{
  color: var(--primary_Bg_Btn_Text_color);
}
.hover\:text-red-800:hover{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
.hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-lg:hover{
  --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);
}
.hover\:shadow-md:hover{
  --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);
}
.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-blue_Color:focus{
  border-color: var(--blue_Color);
}
.focus\:border-card_Border_Color:focus{
  border-color: var(--card_Border_Color);
}
.focus\:pt-\[28px\]:focus{
  padding-top: 28px;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-transparent:focus{
  --tw-ring-color: transparent;
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.group:focus-within .group-focus-within\:visible{
  visibility: visible;
}
.group:focus-within .group-focus-within\:translate-y-1{
  --tw-translate-y: 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));
}
.group:focus-within .group-focus-within\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:pointer-events-auto{
  pointer-events: auto;
}
.group:hover .group-hover\:flex{
  display: flex;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:focus ~ .peer-focus\:left-\[15px\]{
  left: 15px;
}
.peer:focus ~ .peer-focus\:-translate-y-\[15px\]{
  --tw-translate-y: -15px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:focus ~ .peer-focus\:text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 280px){
  .xs\:top-\[4\.1rem\]{
    top: 4.1rem;
  }
  .xs\:m-1{
    margin: 0.25rem;
  }
  .xs\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xs\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .xs\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .xs\:-mr-2{
    margin-right: -0.5rem;
  }
  .xs\:mb-3{
    margin-bottom: 0.75rem;
  }
  .xs\:mb-6{
    margin-bottom: 1.5rem;
  }
  .xs\:mt-16{
    margin-top: 4rem;
  }
  .xs\:mt-2{
    margin-top: 0.5rem;
  }
  .xs\:mt-20{
    margin-top: 5rem;
  }
  .xs\:mt-3{
    margin-top: 0.75rem;
  }
  .xs\:mt-4{
    margin-top: 1rem;
  }
  .xs\:mt-6{
    margin-top: 1.5rem;
  }
  .xs\:mt-8{
    margin-top: 2rem;
  }
  .xs\:block{
    display: block;
  }
  .xs\:inline{
    display: inline;
  }
  .xs\:flex{
    display: flex;
  }
  .xs\:hidden{
    display: none;
  }
  .xs\:h-10{
    height: 2.5rem;
  }
  .xs\:h-32{
    height: 8rem;
  }
  .xs\:h-4{
    height: 1rem;
  }
  .xs\:h-5\/6{
    height: 83.333333%;
  }
  .xs\:h-6{
    height: 1.5rem;
  }
  .xs\:h-64{
    height: 16rem;
  }
  .xs\:h-7{
    height: 1.75rem;
  }
  .xs\:h-8{
    height: 2rem;
  }
  .xs\:h-\[30px\]{
    height: 30px;
  }
  .xs\:\!w-5\/6{
    width: 83.333333% !important;
  }
  .xs\:\!w-\[90\%\]{
    width: 90% !important;
  }
  .xs\:w-24{
    width: 6rem;
  }
  .xs\:w-28{
    width: 7rem;
  }
  .xs\:w-3{
    width: 0.75rem;
  }
  .xs\:w-36{
    width: 9rem;
  }
  .xs\:w-4{
    width: 1rem;
  }
  .xs\:w-5\/6{
    width: 83.333333%;
  }
  .xs\:w-6{
    width: 1.5rem;
  }
  .xs\:w-7{
    width: 1.75rem;
  }
  .xs\:w-8{
    width: 2rem;
  }
  .xs\:w-\[30px\]{
    width: 30px;
  }
  .xs\:w-\[80\%\]{
    width: 80%;
  }
  .xs\:w-\[90\%\]{
    width: 90%;
  }
  .xs\:w-\[95\%\]{
    width: 95%;
  }
  .xs\:w-full{
    width: 100%;
  }
  .xs\:\!max-w-\[17rem\]{
    max-width: 17rem !important;
  }
  .xs\:max-w-md{
    max-width: 28rem;
  }
  .xs\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xs\:justify-start{
    justify-content: flex-start;
  }
  .xs\:justify-end{
    justify-content: flex-end;
  }
  .xs\:justify-center{
    justify-content: center;
  }
  .xs\:gap-3{
    gap: 0.75rem;
  }
  .xs\:gap-4{
    gap: 1rem;
  }
  .xs\:gap-y-3{
    row-gap: 0.75rem;
  }
  .xs\: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));
  }
  .xs\:overflow-y-scroll{
    overflow-y: scroll;
  }
  .xs\:p-1\.5{
    padding: 0.375rem;
  }
  .xs\:p-2{
    padding: 0.5rem;
  }
  .xs\:p-3{
    padding: 0.75rem;
  }
  .xs\:\!py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xs\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xs\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xs\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xs\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xs\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .xs\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .xs\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xs\:pb-6{
    padding-bottom: 1.5rem;
  }
  .xs\:pb-\[1\.6rem\]{
    padding-bottom: 1.6rem;
  }
  .xs\:pb-\[1rem\]{
    padding-bottom: 1rem;
  }
  .xs\:pl-1{
    padding-left: 0.25rem;
  }
  .xs\:text-left{
    text-align: left;
  }
  .xs\:text-center{
    text-align: center;
  }
  .xs\:\!text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .xs\:\!text-xs{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  .xs\:\!text-xxs{
    font-size: 10px !important;
  }
  .xs\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xs\:text-\[0\.64rem\]{
    font-size: 0.64rem;
  }
  .xs\:text-\[8px\]{
    font-size: 8px;
  }
  .xs\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xs\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .xs\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .xs\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xs\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .xs\:text-xxs{
    font-size: 10px;
  }
  .xs\:leading-4{
    line-height: 1rem;
  }
  .xs\:leading-8{
    line-height: 2rem;
  }
  .xs\:placeholder\:text-xs::placeholder{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 576px){
  .sm\:static{
    position: static;
  }
  .sm\:top-1{
    top: 0.25rem;
  }
  .sm\:top-\[4\.5rem\]{
    top: 4.5rem;
  }
  .sm\:z-40{
    z-index: 40;
  }
  .sm\:order-2{
    order: 2;
  }
  .sm\:m-3{
    margin: 0.75rem;
  }
  .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .sm\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .sm\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .sm\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .sm\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .sm\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm\:mx-\[12rem\]{
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .sm\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sm\:-mr-4{
    margin-right: -1rem;
  }
  .sm\:ml-3{
    margin-left: 0.75rem;
  }
  .sm\:ml-4{
    margin-left: 1rem;
  }
  .sm\:ml-8{
    margin-left: 2rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-4{
    margin-top: 1rem;
  }
  .sm\:mt-\[2px\]{
    margin-top: 2px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline-block{
    display: inline-block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-10{
    height: 2.5rem;
  }
  .sm\:h-12{
    height: 3rem;
  }
  .sm\:h-14{
    height: 3.5rem;
  }
  .sm\:h-32{
    height: 8rem;
  }
  .sm\:h-48{
    height: 12rem;
  }
  .sm\:h-6{
    height: 1.5rem;
  }
  .sm\:h-\[406px\]{
    height: 406px;
  }
  .sm\:h-\[40px\]{
    height: 40px;
  }
  .sm\:h-auto{
    height: auto;
  }
  .sm\:\!w-\[80\%\]{
    width: 80% !important;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-10{
    width: 2.5rem;
  }
  .sm\:w-12{
    width: 3rem;
  }
  .sm\:w-3\/4{
    width: 75%;
  }
  .sm\:w-4\/6{
    width: 66.666667%;
  }
  .sm\:w-6{
    width: 1.5rem;
  }
  .sm\:w-80{
    width: 20rem;
  }
  .sm\:w-\[35rem\]{
    width: 35rem;
  }
  .sm\:w-\[40px\]{
    width: 40px;
  }
  .sm\:w-\[90\%\]{
    width: 90%;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:min-w-0{
    min-width: 0px;
  }
  .sm\:\!max-w-md{
    max-width: 28rem !important;
  }
  .sm\:max-w-none{
    max-width: none;
  }
  .sm\:basis-auto{
    flex-basis: auto;
  }
  .sm\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:gap-16{
    gap: 4rem;
  }
  .sm\:gap-y-5{
    row-gap: 1.25rem;
  }
  .sm\:whitespace-nowrap{
    white-space: nowrap;
  }
  .sm\:border-r-transparent{
    border-right-color: transparent;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:p-2{
    padding: 0.5rem;
  }
  .sm\:p-3{
    padding: 0.75rem;
  }
  .sm\:p-3\.5{
    padding: 0.875rem;
  }
  .sm\:p-4{
    padding: 1rem;
  }
  .sm\:p-5{
    padding: 1.25rem;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:\!py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:py-\[10px\]{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sm\:pb-16{
    padding-bottom: 4rem;
  }
  .sm\:pb-3{
    padding-bottom: 0.75rem;
  }
  .sm\:pb-4{
    padding-bottom: 1rem;
  }
  .sm\:pb-8{
    padding-bottom: 2rem;
  }
  .sm\:pl-0{
    padding-left: 0px;
  }
  .sm\:pl-4{
    padding-left: 1rem;
  }
  .sm\:pt-3\.5{
    padding-top: 0.875rem;
  }
  .sm\:pt-6{
    padding-top: 1.5rem;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:\!text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .sm\:\!text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-\[30px\]{
    font-size: 30px;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .sm\:leading-7{
    line-height: 1.75rem;
  }
  .sm\:transition-none{
    transition-property: none;
  }
  .sm\:placeholder\:text-sm::placeholder{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px){
  .md\:\!left-\[5\.1rem\]{
    left: 5.1rem !important;
  }
  .md\:\!left-\[5\.5rem\]{
    left: 5.5rem !important;
  }
  .md\:bottom-2{
    bottom: 0.5rem;
  }
  .md\:mx-\[15rem\]{
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .md\:\!ml-1{
    margin-left: 0.25rem !important;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-24{
    margin-top: 6rem;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:h-4\/5{
    height: 80%;
  }
  .md\:h-52{
    height: 13rem;
  }
  .md\:h-\[38vh\]{
    height: 38vh;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:\!w-3\/5{
    width: 60% !important;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-44{
    width: 11rem;
  }
  .md\:w-48{
    width: 12rem;
  }
  .md\:w-60{
    width: 15rem;
  }
  .md\:w-8{
    width: 2rem;
  }
  .md\:w-80{
    width: 20rem;
  }
  .md\:w-\[70\%\]{
    width: 70%;
  }
  .md\:max-w-screen-md{
    max-width: 768px;
  }
  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-\[20\%_80\%\]{
    grid-template-columns: 20% 80%;
  }
  .md\:grid-cols-\[40\%_60\%\]{
    grid-template-columns: 40% 60%;
  }
  .md\: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)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:overflow-hidden{
    overflow: hidden;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:pl-4{
    padding-left: 1rem;
  }
  .md\:\!text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 992px){
  .lg\:left-\[20\%\]{
    left: 20%;
  }
  .lg\:left-\[28\%\]{
    left: 28%;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .lg\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .lg\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .lg\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .lg\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .lg\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .lg\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg\:mx-\[22rem\]{
    margin-left: 22rem;
    margin-right: 22rem;
  }
  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:\!ml-0{
    margin-left: 0px !important;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-16{
    margin-left: 4rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-14{
    margin-top: 3.5rem;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-10{
    height: 2.5rem;
  }
  .lg\:h-48{
    height: 12rem;
  }
  .lg\:h-60{
    height: 15rem;
  }
  .lg\:h-\[406px\]{
    height: 406px;
  }
  .lg\:h-\[45vh\]{
    height: 45vh;
  }
  .lg\:\!w-2\/5{
    width: 40% !important;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-10{
    width: 2.5rem;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-4{
    width: 1rem;
  }
  .lg\:w-5{
    width: 1.25rem;
  }
  .lg\:w-60{
    width: 15rem;
  }
  .lg\:w-64{
    width: 16rem;
  }
  .lg\:w-7{
    width: 1.75rem;
  }
  .lg\:w-\[16rem\]{
    width: 16rem;
  }
  .lg\:w-\[60\%\]{
    width: 60%;
  }
  .lg\:w-\[78\%\]{
    width: 78%;
  }
  .lg\:max-w-screen-lg{
    max-width: 992px;
  }
  .lg\:max-w-xl{
    max-width: 36rem;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:text-nowrap{
    text-wrap: nowrap;
  }
  .lg\:p-5{
    padding: 1.25rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:pl-3{
    padding-left: 0.75rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-\[20px\]{
    font-size: 20px;
  }
  .lg\:text-\[28px\]{
    font-size: 28px;
  }
  .lg\:text-\[35px\]{
    font-size: 35px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:text-xxs{
    font-size: 10px;
  }
}
@media (min-width: 1200px){
  .xl\:\!-top-12{
    top: -3rem !important;
  }
  .xl\:\!-top-16{
    top: -4rem !important;
  }
  .xl\:left-\[25\%\]{
    left: 25%;
  }
  .xl\:left-\[33\%\]{
    left: 33%;
  }
  .xl\:left-\[7\.4rem\]{
    left: 7.4rem;
  }
  .xl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .xl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .xl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .xl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .xl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .xl\:mx-\[28rem\]{
    margin-left: 28rem;
    margin-right: 28rem;
  }
  .xl\:\!ml-1{
    margin-left: 0.25rem !important;
  }
  .xl\:-mt-\[6px\]{
    margin-top: -6px;
  }
  .xl\:ml-1{
    margin-left: 0.25rem;
  }
  .xl\:ml-12{
    margin-left: 3rem;
  }
  .xl\:ml-24{
    margin-left: 6rem;
  }
  .xl\:ml-4{
    margin-left: 1rem;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:mt-20{
    margin-top: 5rem;
  }
  .xl\:mt-4{
    margin-top: 1rem;
  }
  .xl\:mt-9{
    margin-top: 2.25rem;
  }
  .xl\:\!flex{
    display: flex !important;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:h-2\.5{
    height: 0.625rem;
  }
  .xl\:h-56{
    height: 14rem;
  }
  .xl\:h-96{
    height: 24rem;
  }
  .xl\:h-\[180px\]{
    height: 180px;
  }
  .xl\:h-\[30\%\]{
    height: 30%;
  }
  .xl\:h-\[391px\]{
    height: 391px;
  }
  .xl\:h-full{
    height: 100%;
  }
  .xl\:max-h-\[45vh\]{
    max-height: 45vh;
  }
  .xl\:max-h-\[50vh\]{
    max-height: 50vh;
  }
  .xl\:max-h-\[55vh\]{
    max-height: 55vh;
  }
  .xl\:max-h-\[60vh\]{
    max-height: 60vh;
  }
  .xl\:max-h-\[65vh\]{
    max-height: 65vh;
  }
  .xl\:\!w-1\/3{
    width: 33.333333% !important;
  }
  .xl\:w-1\/3{
    width: 33.333333%;
  }
  .xl\:w-10{
    width: 2.5rem;
  }
  .xl\:w-11{
    width: 2.75rem;
  }
  .xl\:w-2\.5{
    width: 0.625rem;
  }
  .xl\:w-2\/5{
    width: 40%;
  }
  .xl\:w-20{
    width: 5rem;
  }
  .xl\:w-3\/5{
    width: 60%;
  }
  .xl\:w-32{
    width: 8rem;
  }
  .xl\:w-5{
    width: 1.25rem;
  }
  .xl\:w-8{
    width: 2rem;
  }
  .xl\:w-\[104px\]{
    width: 104px;
  }
  .xl\:w-\[110px\]{
    width: 110px;
  }
  .xl\:w-\[150px\]{
    width: 150px;
  }
  .xl\:w-\[35\%\]{
    width: 35%;
  }
  .xl\:w-\[40\%\]{
    width: 40%;
  }
  .xl\:w-\[45\%\]{
    width: 45%;
  }
  .xl\:w-\[60\%\]{
    width: 60%;
  }
  .xl\:w-\[80\%\]{
    width: 80%;
  }
  .xl\:w-\[86\%\]{
    width: 86%;
  }
  .xl\:w-\[90\%\]{
    width: 90%;
  }
  .xl\:w-\[94\%\]{
    width: 94%;
  }
  .xl\:max-w-2xl{
    max-width: 42rem;
  }
  .xl\:max-w-\[70rem\]{
    max-width: 70rem;
  }
  .xl\:max-w-screen-xl{
    max-width: 1200px;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:justify-start{
    justify-content: flex-start;
  }
  .xl\:gap-2{
    gap: 0.5rem;
  }
  .xl\:gap-6{
    gap: 1.5rem;
  }
  .xl\:gap-8{
    gap: 2rem;
  }
  .xl\:text-wrap{
    text-wrap: wrap;
  }
  .xl\:rounded-lg{
    border-radius: 0.5rem;
  }
  .xl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .xl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
  .xl\:p-0{
    padding: 0px;
  }
  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xl\:text-left{
    text-align: left;
  }
  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-\[10px\]{
    font-size: 10px;
  }
  .xl\:text-\[40px\]{
    font-size: 40px;
  }
  .xl\:text-\[8px\]{
    font-size: 8px;
  }
  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:left-\[30\%\]{
    left: 30%;
  }
  .\32xl\:left-\[38\%\]{
    left: 38%;
  }
  .\32xl\:right-\[15\%\]{
    right: 15%;
  }
  .\32xl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .\32xl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .\32xl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .\32xl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .\32xl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .\32xl\:mx-\[35rem\]{
    margin-left: 35rem;
    margin-right: 35rem;
  }
  .\32xl\:mb-2{
    margin-bottom: 0.5rem;
  }
  .\32xl\:ml-6{
    margin-left: 1.5rem;
  }
  .\32xl\:mr-16{
    margin-right: 4rem;
  }
  .\32xl\:mt-0{
    margin-top: 0px;
  }
  .\32xl\:mt-10{
    margin-top: 2.5rem;
  }
  .\32xl\:mt-12{
    margin-top: 3rem;
  }
  .\32xl\:mt-8{
    margin-top: 2rem;
  }
  .\32xl\:flex{
    display: flex;
  }
  .\32xl\:h-8{
    height: 2rem;
  }
  .\32xl\:h-\[0\.7rem\]{
    height: 0.7rem;
  }
  .\32xl\:h-\[220px\]{
    height: 220px;
  }
  .\32xl\:h-\[29rem\]{
    height: 29rem;
  }
  .\32xl\:h-\[35vh\]{
    height: 35vh;
  }
  .\32xl\:h-\[36px\]{
    height: 36px;
  }
  .\32xl\:h-\[45vh\]{
    height: 45vh;
  }
  .\32xl\:h-\[50vh\]{
    height: 50vh;
  }
  .\32xl\:h-auto{
    height: auto;
  }
  .\32xl\:max-h-\[50vh\]{
    max-height: 50vh;
  }
  .\32xl\:max-h-\[60vh\]{
    max-height: 60vh;
  }
  .\32xl\:max-h-\[65vh\]{
    max-height: 65vh;
  }
  .\32xl\:max-h-\[70vh\]{
    max-height: 70vh;
  }
  .\32xl\:\!w-48{
    width: 12rem !important;
  }
  .\32xl\:w-1\/2{
    width: 50%;
  }
  .\32xl\:w-1\/3{
    width: 33.333333%;
  }
  .\32xl\:w-1\/4{
    width: 25%;
  }
  .\32xl\:w-2\/3{
    width: 66.666667%;
  }
  .\32xl\:w-40{
    width: 10rem;
  }
  .\32xl\:w-5\/12{
    width: 41.666667%;
  }
  .\32xl\:w-5\/6{
    width: 83.333333%;
  }
  .\32xl\:w-8{
    width: 2rem;
  }
  .\32xl\:w-\[0\.7rem\]{
    width: 0.7rem;
  }
  .\32xl\:w-\[20rem\]{
    width: 20rem;
  }
  .\32xl\:w-\[30\%\]{
    width: 30%;
  }
  .\32xl\:w-\[36px\]{
    width: 36px;
  }
  .\32xl\:w-\[40\%\]{
    width: 40%;
  }
  .\32xl\:w-\[45\%\]{
    width: 45%;
  }
  .\32xl\:w-\[50\%\]{
    width: 50%;
  }
  .\32xl\:w-\[55\%\]{
    width: 55%;
  }
  .\32xl\:w-\[59\%\]{
    width: 59%;
  }
  .\32xl\:w-\[70\%\]{
    width: 70%;
  }
  .\32xl\:w-\[74\%\]{
    width: 74%;
  }
  .\32xl\:w-\[80\%\]{
    width: 80%;
  }
  .\32xl\:w-\[82\%\]{
    width: 82%;
  }
  .\32xl\:w-\[88\%\]{
    width: 88%;
  }
  .\32xl\:w-\[90\%\]{
    width: 90%;
  }
  .\32xl\:w-auto{
    width: auto;
  }
  .\32xl\:w-full{
    width: 100%;
  }
  .\32xl\:max-w-2xl{
    max-width: 42rem;
  }
  .\32xl\:max-w-\[100rem\]{
    max-width: 100rem;
  }
  .\32xl\:max-w-screen-2xl{
    max-width: 1536px;
  }
  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .\32xl\:whitespace-nowrap{
    white-space: nowrap;
  }
  .\32xl\:text-nowrap{
    text-wrap: nowrap;
  }
  .\32xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .\32xl\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .\32xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .\32xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .\32xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .\32xl\:pb-10{
    padding-bottom: 2.5rem;
  }
  .\32xl\:pl-10{
    padding-left: 2.5rem;
  }
  .\32xl\:pl-2{
    padding-left: 0.5rem;
  }
  .\32xl\:pl-28{
    padding-left: 7rem;
  }
  .\32xl\:pl-6{
    padding-left: 1.5rem;
  }
  .\32xl\:pr-10{
    padding-right: 2.5rem;
  }
  .\32xl\:pt-1\.5{
    padding-top: 0.375rem;
  }
  .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .\32xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .\32xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .\32xl\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (prefers-color-scheme: dark){
  .dark\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }
  .dark\:border-neutral-500{
    --tw-border-opacity: 1;
    border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  }
  .dark\:border-r-gray-700{
    --tw-border-opacity: 1;
    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }
  .dark\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 576px){
  @media (prefers-color-scheme: dark){
    .sm\:dark\:border-r-transparent{
      border-right-color: transparent;
    }
  }
}
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ngx-toastr/toastr.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/Poppins/font-style-poppins.css?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 2, 2021 */


@font-face {
  font-family: "Poppins";
  src: url("Poppins-Regular.ttf") format("opentype"),
  url("Poppins-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Black";
  src: url("Poppins-Black.ttf") format("opentype"),
  url("Poppins-Black.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("Poppins-Medium.ttf") format("opentype"),
  url("Poppins-Medium.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins Light";
  src: url("Poppins-Light.ttf") format("opentype"),
  url("Poppins-Light.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins Bold";
  src: url("Poppins-Bold.ttf") format("opentype"),
  url("Poppins-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Semi Bold";
  src: url("Poppins-SemiBold.ttf") format("opentype"),
  url("Poppins-SemiBold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
  @font-face {
  font-family: "Poppins Light Bold";
  src: url("Poppins-BoldItalic.ttf") format("opentype"),
    url("Poppins-BoldItalic.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}  

/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/katex/dist/katex.min.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url('KaTeX_AMS-Regular.woff2') format("woff2"),url('KaTeX_AMS-Regular.woff') format("woff"),url('KaTeX_AMS-Regular.ttf') format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url('KaTeX_Caligraphic-Bold.woff2') format("woff2"),url('KaTeX_Caligraphic-Bold.woff') format("woff"),url('KaTeX_Caligraphic-Bold.ttf') format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url('KaTeX_Caligraphic-Regular.woff2') format("woff2"),url('KaTeX_Caligraphic-Regular.woff') format("woff"),url('KaTeX_Caligraphic-Regular.ttf') format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url('KaTeX_Fraktur-Bold.woff2') format("woff2"),url('KaTeX_Fraktur-Bold.woff') format("woff"),url('KaTeX_Fraktur-Bold.ttf') format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url('KaTeX_Fraktur-Regular.woff2') format("woff2"),url('KaTeX_Fraktur-Regular.woff') format("woff"),url('KaTeX_Fraktur-Regular.ttf') format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url('KaTeX_Main-Bold.woff2') format("woff2"),url('KaTeX_Main-Bold.woff') format("woff"),url('KaTeX_Main-Bold.ttf') format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url('KaTeX_Main-BoldItalic.woff2') format("woff2"),url('KaTeX_Main-BoldItalic.woff') format("woff"),url('KaTeX_Main-BoldItalic.ttf') format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url('KaTeX_Main-Italic.woff2') format("woff2"),url('KaTeX_Main-Italic.woff') format("woff"),url('KaTeX_Main-Italic.ttf') format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url('KaTeX_Main-Regular.woff2') format("woff2"),url('KaTeX_Main-Regular.woff') format("woff"),url('KaTeX_Main-Regular.ttf') format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url('KaTeX_Math-BoldItalic.woff2') format("woff2"),url('KaTeX_Math-BoldItalic.woff') format("woff"),url('KaTeX_Math-BoldItalic.ttf') format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url('KaTeX_Math-Italic.woff2') format("woff2"),url('KaTeX_Math-Italic.woff') format("woff"),url('KaTeX_Math-Italic.ttf') format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url('KaTeX_SansSerif-Bold.woff2') format("woff2"),url('KaTeX_SansSerif-Bold.woff') format("woff"),url('KaTeX_SansSerif-Bold.ttf') format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url('KaTeX_SansSerif-Italic.woff2') format("woff2"),url('KaTeX_SansSerif-Italic.woff') format("woff"),url('KaTeX_SansSerif-Italic.ttf') format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url('KaTeX_SansSerif-Regular.woff2') format("woff2"),url('KaTeX_SansSerif-Regular.woff') format("woff"),url('KaTeX_SansSerif-Regular.ttf') format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url('KaTeX_Script-Regular.woff2') format("woff2"),url('KaTeX_Script-Regular.woff') format("woff"),url('KaTeX_Script-Regular.ttf') format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url('KaTeX_Size1-Regular.woff2') format("woff2"),url('KaTeX_Size1-Regular.woff') format("woff"),url('KaTeX_Size1-Regular.ttf') format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url('KaTeX_Size2-Regular.woff2') format("woff2"),url('KaTeX_Size2-Regular.woff') format("woff"),url('KaTeX_Size2-Regular.ttf') format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url('KaTeX_Size3-Regular.woff2') format("woff2"),url('KaTeX_Size3-Regular.woff') format("woff"),url('KaTeX_Size3-Regular.ttf') format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url('KaTeX_Size4-Regular.woff2') format("woff2"),url('KaTeX_Size4-Regular.woff') format("woff"),url('KaTeX_Size4-Regular.ttf') format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url('KaTeX_Typewriter-Regular.woff2') format("woff2"),url('KaTeX_Typewriter-Regular.woff') format("woff"),url('KaTeX_Typewriter-Regular.ttf') format("truetype")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.22"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}

/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/prismjs/themes/prism.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;
	tab-size: 4;
	hyphens: none;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #999;
}

.token.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #9a6e3a;
	/* This background color was intended by the author of this theme. */
	background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}

.token.function,
.token.class-name {
	color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
	color: #e90;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/codemirror/lib/codemirror.css?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection, 
.cm-fat-cursor .CodeMirror-line > span > span::selection { background: transparent; }
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
.cm-fat-cursor { caret-color: transparent; }
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px; margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  z-index: 0;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */ border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/codemirror/theme/monokai.css?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/* Based on Sublime Text's Monokai theme */

.cm-s-monokai.CodeMirror { background: #272822; color: #f8f8f2; }
.cm-s-monokai div.CodeMirror-selected { background: #49483E; }
.cm-s-monokai .CodeMirror-line::selection, .cm-s-monokai .CodeMirror-line > span::selection, .cm-s-monokai .CodeMirror-line > span > span::selection { background: rgba(73, 72, 62, .99); }
.cm-s-monokai .CodeMirror-line::-moz-selection, .cm-s-monokai .CodeMirror-line > span::-moz-selection, .cm-s-monokai .CodeMirror-line > span > span::-moz-selection { background: rgba(73, 72, 62, .99); }
.cm-s-monokai .CodeMirror-gutters { background: #272822; border-right: 0px; }
.cm-s-monokai .CodeMirror-guttermarker { color: white; }
.cm-s-monokai .CodeMirror-guttermarker-subtle { color: #d0d0d0; }
.cm-s-monokai .CodeMirror-linenumber { color: #d0d0d0; }
.cm-s-monokai .CodeMirror-cursor { border-left: 1px solid #f8f8f0; }

.cm-s-monokai span.cm-comment { color: #75715e; }
.cm-s-monokai span.cm-atom { color: #ae81ff; }
.cm-s-monokai span.cm-number { color: #ae81ff; }

.cm-s-monokai span.cm-comment.cm-attribute { color: #97b757; }
.cm-s-monokai span.cm-comment.cm-def { color: #bc9262; }
.cm-s-monokai span.cm-comment.cm-tag { color: #bc6283; }
.cm-s-monokai span.cm-comment.cm-type { color: #5998a6; }

.cm-s-monokai span.cm-property, .cm-s-monokai span.cm-attribute { color: #a6e22e; }
.cm-s-monokai span.cm-keyword { color: #f92672; }
.cm-s-monokai span.cm-builtin { color: #66d9ef; }
.cm-s-monokai span.cm-string { color: #e6db74; }

.cm-s-monokai span.cm-variable { color: #f8f8f2; }
.cm-s-monokai span.cm-variable-2 { color: #9effff; }
.cm-s-monokai span.cm-variable-3, .cm-s-monokai span.cm-type { color: #66d9ef; }
.cm-s-monokai span.cm-def { color: #fd971f; }
.cm-s-monokai span.cm-bracket { color: #f8f8f2; }
.cm-s-monokai span.cm-tag { color: #f92672; }
.cm-s-monokai span.cm-header { color: #ae81ff; }
.cm-s-monokai span.cm-link { color: #ae81ff; }
.cm-s-monokai span.cm-error { background: #f92672; color: #f8f8f0; }

.cm-s-monokai .CodeMirror-activeline-background { background: #373831; }
.cm-s-monokai .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}


/*# sourceMappingURL=styles.css.map*/