@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700");/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 *
 * If using `postcss-import`, you should import this line from it's own file:
 *
 * @import "./tailwind-preflight.css";
 *
 * See: https://github.com/tailwindcss/tailwindcss/issues/53#issuecomment-341413622
 */
/*NOTE: 'preflight' IS RENAMED TO 'base'*/
/*! tailwindcss v3.4.0 | 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: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/**
 * Here you would add any of your custom component classes; stuff that you'd
 * want loaded *before* the utilities so that the utilities could still
 * override them.
 *
 * Example:
 *
 * .btn { ... }
 * .form-input { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "components/buttons";
 * @import "components/forms";
 */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 2160px) {
  .container {
    max-width: 2160px;
  }
}
/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 * If using `postcss-import`, you should import this line from it's own file:
 *
 * @import "./tailwind-utilities.css";
 *
 * See: https://github.com/tailwindcss/tailwindcss/issues/53#issuecomment-341413622
 */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.pointer-events-none {
  pointer-events: none !important;
}
.visible {
  visibility: visible !important;
}
.collapse {
  visibility: collapse !important;
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.sticky {
  position: sticky !important;
}
.bottom-0 {
  bottom: 0px !important;
}
.left-0 {
  left: 0px !important;
}
.right-0 {
  right: 0px !important;
}
.top-0 {
  top: 0px !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-50 {
  z-index: 50 !important;
}
.order-3 {
  order: 3 !important;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.m-6 {
  margin: 1.5rem !important;
}
.m-8 {
  margin: 2rem !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-base {
  margin-top: 2.2rem !important;
  margin-bottom: 2.2rem !important;
}
.-ml-3 {
  margin-left: -0.75rem !important;
}
.-ml-4 {
  margin-left: -1rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.mb-16 {
  margin-bottom: 4rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-20 {
  margin-bottom: 5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.mb-base {
  margin-bottom: 2.2rem !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-10 {
  margin-left: 2.5rem !important;
}
.ml-16 {
  margin-left: 4rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-20 {
  margin-left: 5rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.ml-5 {
  margin-left: 1.25rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-16 {
  margin-right: 4rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mr-5 {
  margin-right: 1.25rem !important;
}
.mr-6 {
  margin-right: 1.5rem !important;
}
.mr-8 {
  margin-right: 2rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mt-16 {
  margin-top: 4rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mt-base {
  margin-top: 2.2rem !important;
}
.\!block {
  display: block !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.table {
  display: table !important;
}
.table-row {
  display: table-row !important;
}
.grid {
  display: grid !important;
}
.contents {
  display: contents !important;
}
.hidden {
  display: none !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-12 {
  height: 3rem !important;
}
.h-16 {
  height: 4rem !important;
}
.h-2 {
  height: 0.5rem !important;
}
.h-24 {
  height: 6rem !important;
}
.h-3 {
  height: 0.75rem !important;
}
.h-32 {
  height: 8rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-48 {
  height: 12rem !important;
}
.h-5 {
  height: 1.25rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-full {
  height: 100% !important;
}
.h-screen {
  height: 100vh !important;
}
.w-1\/12 {
  width: 8.33333% !important;
}
.w-1\/2 {
  width: 50% !important;
}
.w-1\/3 {
  width: 33.33333% !important;
}
.w-1\/4 {
  width: 25% !important;
}
.w-1\/5 {
  width: 20% !important;
}
.w-1\/6 {
  width: 16.66667% !important;
}
.w-10 {
  width: 2.5rem !important;
}
.w-10\/12 {
  width: 83.33333% !important;
}
.w-11\/12 {
  width: 91.66667% !important;
}
.w-12 {
  width: 3rem !important;
}
.w-16 {
  width: 4rem !important;
}
.w-2 {
  width: 0.5rem !important;
}
.w-2\/12 {
  width: 16.66667% !important;
}
.w-2\/3 {
  width: 66.66667% !important;
}
.w-2\/5 {
  width: 40% !important;
}
.w-24 {
  width: 6rem !important;
}
.w-3 {
  width: 0.75rem !important;
}
.w-3\/12 {
  width: 25% !important;
}
.w-3\/4 {
  width: 75% !important;
}
.w-3\/5 {
  width: 60% !important;
}
.w-32 {
  width: 8rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-4\/12 {
  width: 33.33333% !important;
}
.w-4\/5 {
  width: 80% !important;
}
.w-48 {
  width: 12rem !important;
}
.w-5 {
  width: 1.25rem !important;
}
.w-5\/12 {
  width: 41.66667% !important;
}
.w-5\/6 {
  width: 83.33333% !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-6\/12 {
  width: 50% !important;
}
.w-7\/12 {
  width: 58.33333% !important;
}
.w-8 {
  width: 2rem !important;
}
.w-9\/12 {
  width: 75% !important;
}
.w-auto {
  width: auto !important;
}
.w-full {
  width: 100% !important;
}
.min-w-0 {
  min-width: 0 !important;
}
.min-w-\[100px\] {
  min-width: 100px !important;
}
.max-w-full {
  max-width: 100% !important;
}
.max-w-md {
  max-width: 40rem !important;
}
.max-w-sm {
  max-width: 30rem !important;
}
.max-w-xs {
  max-width: 20rem !important;
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.shrink-0 {
  flex-shrink: 0 !important;
}
.flex-grow {
  flex-grow: 1 !important;
}
.border-collapse {
  border-collapse: collapse !important;
}
.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)) !important;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-no-drop {
  cursor: no-drop !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.resize {
  resize: both !important;
}
.grid-flow-col {
  grid-auto-flow: column !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-col-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.content-center {
  align-content: center !important;
}
.content-end {
  align-content: flex-end !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end !important;
}
.items-center {
  align-items: center !important;
}
.items-baseline {
  align-items: baseline !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.justify-around {
  justify-content: space-around !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-y-2 {
  row-gap: 0.5rem !important;
}
.gap-y-3 {
  row-gap: 0.75rem !important;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.self-start {
  align-self: flex-start !important;
}
.self-center {
  align-self: center !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.whitespace-normal {
  white-space: normal !important;
}
.whitespace-nowrap {
  white-space: nowrap !important;
}
.whitespace-pre {
  white-space: pre !important;
}
.break-words {
  overflow-wrap: break-word !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.rounded-lg {
  border-radius: .5rem !important;
}
.rounded-none {
  border-radius: 0 !important;
}
.rounded-sm {
  border-radius: .125rem !important;
}
.rounded-b-lg {
  border-bottom-right-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important;
}
.rounded-t-lg {
  border-top-left-radius: .5rem !important;
  border-top-right-radius: .5rem !important;
}
.border-0 {
  border-width: 0 !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-b-0 {
  border-bottom-width: 0 !important;
}
.border-b-2 {
  border-bottom-width: 2px !important;
}
.border-l-0 {
  border-left-width: 0 !important;
}
.border-r-0 {
  border-right-width: 0 !important;
}
.border-t-0 {
  border-top-width: 0 !important;
}
.border-t-2 {
  border-top-width: 2px !important;
}
.border-solid {
  border-style: solid !important;
}
.border-dashed {
  border-style: dashed !important;
}
.border-\[\#c0c0c054\] {
  border-color: #c0c0c054 !important;
}
.border-\[\#c0c0c0\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(192 192 192 / var(--tw-border-opacity)) !important;
}
.border-\[\#ffb473\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 180 115 / var(--tw-border-opacity)) !important;
}
.border-grey {
  --tw-border-opacity: 1 !important;
  border-color: rgb(184 194 204 / var(--tw-border-opacity)) !important;
}
.border-grey-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(218 225 231 / var(--tw-border-opacity)) !important;
}
.border-transparent {
  border-color: transparent !important;
}
.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.bg-\[\#f8f8f8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#ffb473\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 180 115 / var(--tw-bg-opacity)) !important;
}
.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 41 47 / var(--tw-bg-opacity)) !important;
}
.bg-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(184 194 204 / var(--tw-bg-opacity)) !important;
}
.bg-grey-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(218 225 231 / var(--tw-bg-opacity)) !important;
}
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.fill-current {
  fill: currentColor !important;
}
.stroke-current {
  stroke: currentColor !important;
}
.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.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: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}
.pb-12 {
  padding-bottom: 3rem !important;
}
.pb-16 {
  padding-bottom: 4rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pb-5 {
  padding-bottom: 1.25rem !important;
}
.pb-6 {
  padding-bottom: 1.5rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.pb-base {
  padding-bottom: 2.2rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-16 {
  padding-left: 4rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pl-6 {
  padding-left: 1.5rem !important;
}
.pl-8 {
  padding-left: 2rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 0.75rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pr-8 {
  padding-right: 2rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-5 {
  padding-top: 1.25rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-end {
  text-align: end !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.text-2xl {
  font-size: 1.5rem !important;
}
.text-5xl {
  font-size: 3rem !important;
}
.text-base {
  font-size: 1rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
}
.text-sm {
  font-size: .875rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
}
.text-xs {
  font-size: .75rem !important;
}
.font-black {
  font-weight: 900 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.italic {
  font-style: italic !important;
}
.leading-none {
  line-height: 1 !important;
}
.leading-tight {
  line-height: 1.25 !important;
}
.text-\[\#0064bd\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 100 189 / var(--tw-text-opacity)) !important;
}
.text-\[\#29D4BA\] {
  --tw-text-opacity: 1 !important;
  color: rgb(41 212 186 / var(--tw-text-opacity)) !important;
}
.text-\[\#895EF9\] {
  --tw-text-opacity: 1 !important;
  color: rgb(137 94 249 / var(--tw-text-opacity)) !important;
}
.text-\[\#989ea3\] {
  --tw-text-opacity: 1 !important;
  color: rgb(152 158 163 / var(--tw-text-opacity)) !important;
}
.text-\[\#b91c1c\] {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}
.text-\[\#ff0000\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 0 0 / var(--tw-text-opacity)) !important;
}
.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(34 41 47 / var(--tw-text-opacity)) !important;
}
.text-grey {
  --tw-text-opacity: 1 !important;
  color: rgb(184 194 204 / var(--tw-text-opacity)) !important;
}
.text-inherit {
  color: inherit !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.underline {
  text-decoration-line: underline !important;
}
.line-through {
  text-decoration-line: line-through !important;
}
.no-underline {
  text-decoration-line: none !important;
}
.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.shadow-drop {
  --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
  --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-lg {
  --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
  --tw-shadow-colored: 0 15px 30px 0 var(--tw-shadow-color), 0 5px 15px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-md {
  --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
  --tw-shadow-colored: 0 4px 8px 0 var(--tw-shadow-color), 0 2px 4px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.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-outline {
  --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.outline {
  outline-style: solid !important;
}
.blur {
  --tw-blur: blur(8px) !important;
  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) !important;
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)) !important;
  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) !important;
}
.grayscale {
  --tw-grayscale: grayscale(100%) !important;
  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) !important;
}
.invert {
  --tw-invert: invert(100%) !important;
  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) !important;
}
.\!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) !important;
}
.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) !important;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.duration-200 {
  transition-duration: 200ms !important;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
/**
 * Here you would add any custom utilities you need that don't come out of the
 * box with Tailwind.
 *
 * Example :
 *
 * .bg-pattern-graph-paper { ... }
 * .skew-45 { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "utilities/background-patterns";
 * @import "utilities/skew-transforms";
 */
.hover\:italic:hover {
  font-style: italic !important;
}
.hover\:text-\[\#ef4444\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:underline:hover {
  text-decoration-line: underline !important;
}
.hover\:opacity-75:hover {
  opacity: 0.75 !important;
}
.focus\:border-transparent:focus {
  border-color: transparent !important;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
@media (min-width: 576px) {
  .sm\:order-normal {
    order: 0 !important;
  }
  .sm\:m-0 {
    margin: 0 !important;
  }
  .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }
  .sm\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .sm\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .sm\:mb-auto {
    margin-bottom: auto !important;
  }
  .sm\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .sm\:mr-4 {
    margin-right: 1rem !important;
  }
  .sm\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .sm\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .sm\:mt-0 {
    margin-top: 0 !important;
  }
  .sm\:mt-auto {
    margin-top: auto !important;
  }
  .sm\:block {
    display: block !important;
  }
  .sm\:inline-block {
    display: inline-block !important;
  }
  .sm\:flex {
    display: flex !important;
  }
  .sm\:inline-flex {
    display: inline-flex !important;
  }
  .sm\:hidden {
    display: none !important;
  }
  .sm\:w-1\/2 {
    width: 50% !important;
  }
  .sm\:w-3\/5 {
    width: 60% !important;
  }
  .sm\:w-4\/5 {
    width: 80% !important;
  }
  .sm\:w-auto {
    width: auto !important;
  }
  .sm\:w-full {
    width: 100% !important;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .sm\:flex-row {
    flex-direction: row !important;
  }
  .sm\:rounded-lg {
    border-radius: .5rem !important;
  }
  .sm\:p-16 {
    padding: 4rem !important;
  }
  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sm\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0 !important;
  }
  .md\:ml-4 {
    margin-left: 1rem !important;
  }
  .md\:mt-0 {
    margin-top: 0 !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:flex {
    display: flex !important;
  }
  .md\:inline-flex {
    display: inline-flex !important;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:w-1\/2 {
    width: 50% !important;
  }
  .md\:w-1\/3 {
    width: 33.33333% !important;
  }
  .md\:w-1\/4 {
    width: 25% !important;
  }
  .md\:w-1\/5 {
    width: 20% !important;
  }
  .md\:w-1\/6 {
    width: 16.66667% !important;
  }
  .md\:w-2\/3 {
    width: 66.66667% !important;
  }
  .md\:w-2\/5 {
    width: 40% !important;
  }
  .md\:w-3\/12 {
    width: 25% !important;
  }
  .md\:w-3\/4 {
    width: 75% !important;
  }
  .md\:w-3\/5 {
    width: 60% !important;
  }
  .md\:w-4\/12 {
    width: 33.33333% !important;
  }
  .md\:w-4\/5 {
    width: 80% !important;
  }
  .md\:w-5\/12 {
    width: 41.66667% !important;
  }
  .md\:w-5\/6 {
    width: 83.33333% !important;
  }
  .md\:w-auto {
    width: auto !important;
  }
  .md\:w-full {
    width: 100% !important;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:p-24 {
    padding: 6rem !important;
  }
  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .md\:pb-8 {
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 992px) {
  .lg\:block {
    display: block !important;
  }
  .lg\:hidden {
    display: none !important;
  }
  .lg\:w-1\/2 {
    width: 50% !important;
  }
  .lg\:w-1\/4 {
    width: 25% !important;
  }
  .lg\:w-2\/5 {
    width: 40% !important;
  }
  .lg\:w-3\/4 {
    width: 75% !important;
  }
  .lg\:p-32 {
    padding: 8rem !important;
  }
}
@media (min-width: 1200px) {
  .xl\:hidden {
    display: none !important;
  }
  .xl\:w-1\/2 {
    width: 50% !important;
  }
  .xl\:w-1\/4 {
    width: 25% !important;
  }
  .xl\:w-1\/5 {
    width: 20% !important;
  }
  .xl\:w-2\/5 {
    width: 40% !important;
  }
  .xl\:w-3\/5 {
    width: 60% !important;
  }
}
@media (min-width: 1400px) {
  .min-\[1400px\]\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 2160px) {
  .\33xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 2540px) {
  .min-\[2540px\]\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@font-face {
    font-family: "feather";
    src: url("/build/assets/feather-B6uk7rDz.eot?t=1525787366991"); /* IE9 */
    src:
        url("/build/assets/feather-B6uk7rDz.eot?t=1525787366991#iefix")
            format("embedded-opentype"),
         url("/build/assets/feather-BBViPOsB.woff?t=1525787366991")
            format("woff"),
         url("/build/assets/feather-DJLJ3y0Y.ttf?t=1525787366991")
            format("truetype"),
        
            url("/build/assets/feather-CJHuDf5s.svg?t=1525787366991#feather") format("svg"); /* iOS 4.1- */
}

.feather {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "feather" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-alert-octagon:before {
    content: "\e81b";
}

.icon-alert-circle:before {
    content: "\e81c";
}

.icon-activity:before {
    content: "\e81d";
}

.icon-alert-triangle:before {
    content: "\e81e";
}

.icon-align-center:before {
    content: "\e81f";
}

.icon-airplay:before {
    content: "\e820";
}

.icon-align-justify:before {
    content: "\e821";
}

.icon-align-left:before {
    content: "\e822";
}

.icon-align-right:before {
    content: "\e823";
}

.icon-arrow-down-left:before {
    content: "\e824";
}

.icon-arrow-down-right:before {
    content: "\e825";
}

.icon-anchor:before {
    content: "\e826";
}

.icon-aperture:before {
    content: "\e827";
}

.icon-arrow-left:before {
    content: "\e828";
}

.icon-arrow-right:before {
    content: "\e829";
}

.icon-arrow-down:before {
    content: "\e82a";
}

.icon-arrow-up-left:before {
    content: "\e82b";
}

.icon-arrow-up-right:before {
    content: "\e82c";
}

.icon-arrow-up:before {
    content: "\e82d";
}

.icon-award:before {
    content: "\e82e";
}

.icon-bar-chart:before {
    content: "\e82f";
}

.icon-at-sign:before {
    content: "\e830";
}

.icon-bar-chart-2:before {
    content: "\e831";
}

.icon-battery-charging:before {
    content: "\e832";
}

.icon-bell-off:before {
    content: "\e833";
}

.icon-battery:before {
    content: "\e834";
}

.icon-bluetooth:before {
    content: "\e835";
}

.icon-bell:before {
    content: "\e836";
}

.icon-book:before {
    content: "\e837";
}

.icon-briefcase:before {
    content: "\e838";
}

.icon-camera-off:before {
    content: "\e839";
}

.icon-calendar:before {
    content: "\e83a";
}

.icon-bookmark:before {
    content: "\e83b";
}

.icon-box:before {
    content: "\e83c";
}

.icon-camera:before {
    content: "\e83d";
}

.icon-check-circle:before {
    content: "\e83e";
}

.icon-check:before {
    content: "\e83f";
}

.icon-check-square:before {
    content: "\e840";
}

.icon-cast:before {
    content: "\e841";
}

.icon-chevron-down:before {
    content: "\e842";
}

.icon-chevron-left:before {
    content: "\e843";
}

.icon-chevron-right:before {
    content: "\e844";
}

.icon-chevron-up:before {
    content: "\e845";
}

.icon-chevrons-down:before {
    content: "\e846";
}

.icon-chevrons-right:before {
    content: "\e847";
}

.icon-chevrons-up:before {
    content: "\e848";
}

.icon-chevrons-left:before {
    content: "\e849";
}

.icon-circle:before {
    content: "\e84a";
}

.icon-clipboard:before {
    content: "\e84b";
}

.icon-chrome:before {
    content: "\e84c";
}

.icon-clock:before {
    content: "\e84d";
}

.icon-cloud-lightning:before {
    content: "\e84e";
}

.icon-cloud-drizzle:before {
    content: "\e84f";
}

.icon-cloud-rain:before {
    content: "\e850";
}

.icon-cloud-off:before {
    content: "\e851";
}

.icon-codepen:before {
    content: "\e852";
}

.icon-cloud-snow:before {
    content: "\e853";
}

.icon-compass:before {
    content: "\e854";
}

.icon-copy:before {
    content: "\e855";
}

.icon-corner-down-right:before {
    content: "\e856";
}

.icon-corner-down-left:before {
    content: "\e857";
}

.icon-corner-left-down:before {
    content: "\e858";
}

.icon-corner-left-up:before {
    content: "\e859";
}

.icon-corner-up-left:before {
    content: "\e85a";
}

.icon-corner-up-right:before {
    content: "\e85b";
}

.icon-corner-right-down:before {
    content: "\e85c";
}

.icon-corner-right-up:before {
    content: "\e85d";
}

.icon-cpu:before {
    content: "\e85e";
}

.icon-credit-card:before {
    content: "\e85f";
}

.icon-crosshair:before {
    content: "\e860";
}

.icon-disc:before {
    content: "\e861";
}

.icon-delete:before {
    content: "\e862";
}

.icon-download-cloud:before {
    content: "\e863";
}

.icon-download:before {
    content: "\e864";
}

.icon-droplet:before {
    content: "\e865";
}

.icon-edit-2:before {
    content: "\e866";
}

.icon-edit:before {
    content: "\e867";
}

.icon-edit-1:before {
    content: "\e868";
}

.icon-external-link:before {
    content: "\e869";
}

.icon-eye:before {
    content: "\e86a";
}

.icon-feather:before {
    content: "\e86b";
}

.icon-facebook:before {
    content: "\e86c";
}

.icon-file-minus:before {
    content: "\e86d";
}

.icon-eye-off:before {
    content: "\e86e";
}

.icon-fast-forward:before {
    content: "\e86f";
}

.icon-file-text:before {
    content: "\e870";
}

.icon-film:before {
    content: "\e871";
}

.icon-file:before {
    content: "\e872";
}

.icon-file-plus:before {
    content: "\e873";
}

.icon-folder:before {
    content: "\e874";
}

.icon-filter:before {
    content: "\e875";
}

.icon-flag:before {
    content: "\e876";
}

.icon-globe:before {
    content: "\e877";
}

.icon-grid:before {
    content: "\e878";
}

.icon-heart:before {
    content: "\e879";
}

.icon-home:before {
    content: "\e87a";
}

.icon-github:before {
    content: "\e87b";
}

.icon-image:before {
    content: "\e87c";
}

.icon-inbox:before {
    content: "\e87d";
}

.icon-layers:before {
    content: "\e87e";
}

.icon-info:before {
    content: "\e87f";
}

.icon-instagram:before {
    content: "\e880";
}

.icon-layout:before {
    content: "\e881";
}

.icon-link-2:before {
    content: "\e882";
}

.icon-life-buoy:before {
    content: "\e883";
}

.icon-link:before {
    content: "\e884";
}

.icon-log-in:before {
    content: "\e885";
}

.icon-list:before {
    content: "\e886";
}

.icon-lock:before {
    content: "\e887";
}

.icon-log-out:before {
    content: "\e888";
}

.icon-loader:before {
    content: "\e889";
}

.icon-mail:before {
    content: "\e88a";
}

.icon-maximize-2:before {
    content: "\e88b";
}

.icon-map:before {
    content: "\e88c";
}

.icon-map-pin:before {
    content: "\e88e";
}

.icon-menu:before {
    content: "\e88f";
}

.icon-message-circle:before {
    content: "\e890";
}

.icon-message-square:before {
    content: "\e891";
}

.icon-minimize-2:before {
    content: "\e892";
}

.icon-mic-off:before {
    content: "\e893";
}

.icon-minus-circle:before {
    content: "\e894";
}

.icon-mic:before {
    content: "\e895";
}

.icon-minus-square:before {
    content: "\e896";
}

.icon-minus:before {
    content: "\e897";
}

.icon-moon:before {
    content: "\e898";
}

.icon-monitor:before {
    content: "\e899";
}

.icon-more-vertical:before {
    content: "\e89a";
}

.icon-more-horizontal:before {
    content: "\e89b";
}

.icon-move:before {
    content: "\e89c";
}

.icon-music:before {
    content: "\e89d";
}

.icon-navigation-2:before {
    content: "\e89e";
}

.icon-navigation:before {
    content: "\e89f";
}

.icon-octagon:before {
    content: "\e8a0";
}

.icon-package:before {
    content: "\e8a1";
}

.icon-pause-circle:before {
    content: "\e8a2";
}

.icon-pause:before {
    content: "\e8a3";
}

.icon-percent:before {
    content: "\e8a4";
}

.icon-phone-call:before {
    content: "\e8a5";
}

.icon-phone-forwarded:before {
    content: "\e8a6";
}

.icon-phone-missed:before {
    content: "\e8a7";
}

.icon-phone-off:before {
    content: "\e8a8";
}

.icon-phone-incoming:before {
    content: "\e8a9";
}

.icon-phone:before {
    content: "\e8aa";
}

.icon-phone-outgoing:before {
    content: "\e8ab";
}

.icon-pie-chart:before {
    content: "\e8ac";
}

.icon-play-circle:before {
    content: "\e8ad";
}

.icon-play:before {
    content: "\e8ae";
}

.icon-plus-square:before {
    content: "\e8af";
}

.icon-plus-circle:before {
    content: "\e8b0";
}

.icon-plus:before {
    content: "\e8b1";
}

.icon-pocket:before {
    content: "\e8b2";
}

.icon-printer:before {
    content: "\e8b3";
}

.icon-power:before {
    content: "\e8b4";
}

.icon-radio:before {
    content: "\e8b5";
}

.icon-repeat:before {
    content: "\e8b6";
}

.icon-refresh-ccw:before {
    content: "\e8b7";
}

.icon-rewind:before {
    content: "\e8b8";
}

.icon-rotate-ccw:before {
    content: "\e8b9";
}

.icon-refresh-cw:before {
    content: "\e8ba";
}

.icon-rotate-cw:before {
    content: "\e8bb";
}

.icon-save:before {
    content: "\e8bc";
}

.icon-search:before {
    content: "\e8bd";
}

.icon-server:before {
    content: "\e8be";
}

.icon-scissors:before {
    content: "\e8bf";
}

.icon-share-2:before {
    content: "\e8c0";
}

.icon-share:before {
    content: "\e8c1";
}

.icon-shield:before {
    content: "\e8c2";
}

.icon-settings:before {
    content: "\e8c3";
}

.icon-skip-back:before {
    content: "\e8c4";
}

.icon-shuffle:before {
    content: "\e8c5";
}

.icon-sidebar:before {
    content: "\e8c6";
}

.icon-skip-forward:before {
    content: "\e8c7";
}

.icon-slack:before {
    content: "\e8c8";
}

.icon-slash:before {
    content: "\e8c9";
}

.icon-smartphone:before {
    content: "\e8ca";
}

.icon-square:before {
    content: "\e8cb";
}

.icon-speaker:before {
    content: "\e8cc";
}

.icon-star:before {
    content: "\e8cd";
}

.icon-stop-circle:before {
    content: "\e8ce";
}

.icon-sun:before {
    content: "\e8cf";
}

.icon-sunrise:before {
    content: "\e8d0";
}

.icon-tablet:before {
    content: "\e8d1";
}

.icon-tag:before {
    content: "\e8d2";
}

.icon-sunset:before {
    content: "\e8d3";
}

.icon-target:before {
    content: "\e8d4";
}

.icon-thermometer:before {
    content: "\e8d5";
}

.icon-thumbs-up:before {
    content: "\e8d6";
}

.icon-thumbs-down:before {
    content: "\e8d7";
}

.icon-toggle-left:before {
    content: "\e8d8";
}

.icon-toggle-right:before {
    content: "\e8d9";
}

.icon-trash-2:before {
    content: "\e8da";
}

.icon-trash:before {
    content: "\e8db";
}

.icon-trending-up:before {
    content: "\e8dc";
}

.icon-trending-down:before {
    content: "\e8dd";
}

.icon-triangle:before {
    content: "\e8de";
}

.icon-type:before {
    content: "\e8df";
}

.icon-twitter:before {
    content: "\e8e0";
}

.icon-upload:before {
    content: "\e8e1";
}

.icon-umbrella:before {
    content: "\e8e2";
}

.icon-upload-cloud:before {
    content: "\e8e3";
}

.icon-unlock:before {
    content: "\e8e4";
}

.icon-user-check:before {
    content: "\e8e5";
}

.icon-user-minus:before {
    content: "\e8e6";
}

.icon-user-plus:before {
    content: "\e8e7";
}

.icon-user-x:before {
    content: "\e8e8";
}

.icon-user:before {
    content: "\e8e9";
}

.icon-users:before {
    content: "\e8ea";
}

.icon-video-off:before {
    content: "\e8eb";
}

.icon-video:before {
    content: "\e8ec";
}

.icon-voicemail:before {
    content: "\e8ed";
}

.icon-volume-x:before {
    content: "\e8ee";
}

.icon-volume-2:before {
    content: "\e8ef";
}

.icon-volume-1:before {
    content: "\e8f0";
}

.icon-volume:before {
    content: "\e8f1";
}

.icon-watch:before {
    content: "\e8f2";
}

.icon-wifi:before {
    content: "\e8f3";
}

.icon-x-square:before {
    content: "\e8f4";
}

.icon-wind:before {
    content: "\e8f5";
}

.icon-x:before {
    content: "\e8f6";
}

.icon-x-circle:before {
    content: "\e8f7";
}

.icon-zap:before {
    content: "\e8f8";
}

.icon-zoom-in:before {
    content: "\e8f9";
}

.icon-zoom-out:before {
    content: "\e8fa";
}

.icon-command:before {
    content: "\e8fb";
}

.icon-cloud:before {
    content: "\e8fc";
}

.icon-hash:before {
    content: "\e8fd";
}

.icon-headphones:before {
    content: "\e8fe";
}

.icon-underline:before {
    content: "\e8ff";
}

.icon-italic:before {
    content: "\e900";
}

.icon-bold:before {
    content: "\e901";
}

.icon-crop:before {
    content: "\e902";
}

.icon-help-circle:before {
    content: "\e903";
}

.icon-paperclip:before {
    content: "\e904";
}

.icon-shopping-cart:before {
    content: "\e905";
}

.icon-tv:before {
    content: "\e906";
}

.icon-wifi-off:before {
    content: "\e907";
}

.icon-minimize:before {
    content: "\e88d";
}

.icon-maximize:before {
    content: "\e908";
}

.icon-gitlab:before {
    content: "\e909";
}

.icon-sliders:before {
    content: "\e90a";
}

.icon-star-on:before {
    content: "\e90b";
}

.icon-heart-on:before {
    content: "\e90c";
}

.icon-archive:before {
    content: "\e90d";
}

.icon-arrow-down-circle:before {
    content: "\e90e";
}

.icon-arrow-up-circle:before {
    content: "\e90f";
}

.icon-arrow-left-circle:before {
    content: "\e910";
}

.icon-arrow-right-circle:before {
    content: "\e911";
}

.icon-bar-chart-line-:before {
    content: "\e912";
}

.icon-bar-chart-line:before {
    content: "\e913";
}

.icon-book-open:before {
    content: "\e914";
}

.icon-code:before {
    content: "\e915";
}

.icon-database:before {
    content: "\e916";
}

.icon-dollar-sign:before {
    content: "\e917";
}

.icon-folder-plus:before {
    content: "\e918";
}

.icon-gift:before {
    content: "\e919";
}

.icon-folder-minus:before {
    content: "\e91a";
}

.icon-git-commit:before {
    content: "\e91b";
}

.icon-git-branch:before {
    content: "\e91c";
}

.icon-git-pull-request:before {
    content: "\e91d";
}

.icon-git-merge:before {
    content: "\e91e";
}

.icon-linkedin:before {
    content: "\e91f";
}

.icon-hard-drive:before {
    content: "\e920";
}

.icon-more-vertical-:before {
    content: "\e921";
}

.icon-more-horizontal-:before {
    content: "\e922";
}

.icon-rss:before {
    content: "\e923";
}

.icon-send:before {
    content: "\e924";
}

.icon-shield-off:before {
    content: "\e925";
}

.icon-shopping-bag:before {
    content: "\e926";
}

.icon-terminal:before {
    content: "\e927";
}

.icon-truck:before {
    content: "\e928";
}

.icon-zap-off:before {
    content: "\e929";
}

.icon-youtube:before {
    content: "\e92a";
}


body {
    font-family: Roboto, "Montserrat", Helvetica, Arial, sans-serif !important;
}

.bg-color-info {
    background-color: #7367f0 !important;
}

.text-color-info {
    color: #7367f0 !important;
}

.text-grey,
.border-grey {
    color: grey;
}

.hover-grey:hover {
    background-color: #fbfbfb !important;
}

.btn-primary {
    color: #fff !important;
    font-weight: 500;
    background-image: linear-gradient(47deg, #ff9f43, #ffb976) !important;
    background-repeat: repeat;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: none !important;
}

.btn-primary-border {
    border: 1px solid #ff9f43 !important;
    background-color: transparent !important;
    color: #ff9f43;
    font-weight: 500;
}

.btn-primary-border:hover {
    background-color: rgba(255, 159, 67, 0.04) !important;
    transform: translateY(-2px);
    box-shadow: none !important;
}

.btn-secondary {
    color: #fff !important;
    font-weight: 500;
    background-color: #82868b !important;
    box-shadow: none;
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: none !important;
}

.btn-secondary-border {
    border: 1px solid #82868b !important;
    background-color: transparent;
    color: #82868b !important;
    font-weight: 500;
}

.btn-secondary-border:hover {
    background-color: rgba(130, 134, 139, 0.04) !important;
    transform: translateY(-2px);
}

.badge {
    display: inline-block;
    font-size: 85%;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        background 0s,
        border 0s;
    padding: 0.3rem 0.5rem;
    text-align: center;
    border-radius: 0.358rem;
}

.badge-success {
    color: #28c76f !important;
    background-color: rgba(40, 199, 111, 0.12);
}

.badge-danger {
    color: #ea5455 !important;
    background-color: rgba(234, 84, 85, 0.12);
}

.cursor-pointer {
    cursor: pointer;
}

.v-nav-menu .header-sidebar {
    padding: 20px 19px 16px 19px !important;
}

.vs-textarea {
    font-family: Roboto, "Montserrat", Helvetica, Arial, sans-serif !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.85rem;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.85rem;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.4);
    font-size: 1rem;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.85rem;
}

.avatar {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--vs-primary), 1);
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 10px;
}

.login-logo {
    margin-bottom: 20px;
}

.login-logo img {
    width: 120px;
    margin: 0 auto;
}

#page-login .logo-left img {
    width: 100%;
}

#page-login .login-tabs-container {
    min-height: 550px;
}

.layout--full-page .bg-img {
    background-image: url("/images/lms_admin/logo/et-login-bg.jpg");
}

.con-input-upload .text-input {
    font-size: 12px;
}

.vue-dropzone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-label {
    font-weight: 500;
    color: #2c2c2c;
}

.label-require:after {
    content: " *";
    color: red;
}

.row-edit {
    text-decoration: underline;
    color: inherit;
}

.vue-dropzone > .dz-preview:hover .dz-remove {
    margin: 0;
    bottom: 5px;
    padding: 5px;
    font-size: 10px;
    text-align: center;
    letter-spacing: normal;
    text-transform: capitalize;
}

.dropzone .dz-preview.dz-image-preview {
    display: flex;
    align-items: center;
    justify-content: center;
}

textarea {
    height: 100%;
}

.vue-tags-input {
    max-width: 100% !important;
}

.vue-tags-input .ti-input {
    border-radius: 5px !important;
    padding: 0.5rem !important;
}

#menu-filter-collapse .vs-collapse label {
    font-size: 14px !important;
}

/* #menu-filter-collapse .section-item {
  max-height: 150px;
  overflow-y: auto;
} */

#menu-filter-collapse .collapse-filter .con-content--item {
    padding: 5px 0px 5px 10px !important;
}

#menu-filter-collapse .collapse-filter .vs-collapse-item--header {
    padding: 0px !important;
}

.popup-z-index-medium {
    z-index: 1000100;
}

.popup-size-medium .vs-popup {
    width: 800px !important;
}

.dialog-z-index-largest {
    z-index: 10000000;
}

.block-row-media {
    display: -webkit-box;
}
.vs-popup--title {
  padding: 8px 0;
}

.vue-dropzone {
  border-radius: 6px;
  border: 1px solid #ccc !important;
}

.vue-dropzone-media {
  height: 100px !important;
}

.vue-dropzone-media .dz-preview {
  display: flex !important;
  justify-content: center !important;
}

.vue-dropzone-media .dz-image {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.vue-dropzone-media .dz-image img:not([src]) {
  height: auto !important;
}

.video-preview video {
  width: 100%;
  height: 100%;
}

.list-course-page__box {
  padding-right: 10px;
  margin-bottom: 20px;
}

.list-course-page .pagination .vs-pagination--mb {
  width: 100% !important;
  justify-content: center !important;
}

.course-box {
  position: relative;
}

.course-box .vx-card__body {
  padding: 0 !important;
}

.course-box:hover {
  box-shadow: 0 0 15px 0 #a29e9e;
}

.course-box img {
  position: relative;
  width: 100%;
  height: 160px;
  border-radius: 0.5rem 0.5rem 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.course-box__info, .course-box__action {
  padding: 5px 7px;
}

.course-box__info__name {
  font-weight: 600;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.course-box__info__code, .course-box__info__category {
  color: #a29e9e;
}

.course-box__info__code {
  overflow: hidden;
  text-overflow: ellipsis;
}

.vs-popup {
  position: relative;
}

.vs-popup .popup-close {
  position: absolute;
  right: 10px;
  top: 16px;
  cursor: pointer;
}

.form-block .vs-popup {
  width: 1250px;
}

.form-block .list-block-types {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.form-block__block-type {
  width: auto;
  height: 190px;
  border: 1px solid #ffe9b7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 40px;
  position: relative;
  cursor: pointer;
}

.form-block__block-type:hover {
  border: 1px solid #ffb800;
  background-color: #fff8e7;
}

.form-block__block-type img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 20px;
}

.form-block__block-type span {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff9900;
  position: absolute;
  bottom: 20px;
  text-align: center;
  height: 46px;
  line-height: 23px;
}

.divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.lesson-section-block .vs-collapse-item--header {
  padding-right: 0;
  padding-left: 0;
  color: #2c2c2c;
}

.lesson-section-block .hint-box {
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 0 10px #f4f4f4;
  width: 100%;
}

.matching-box {
  padding: 15px 0;
}

.matching-box h4 {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  font-size: 15px;
}

.matching-box__action {
  height: 48px;
  border-bottom: 1px solid #eee;
  line-height: 48px;
  text-align: center;
}

.form-matching-game .vs-popup {
  width: 900px;
}

.form-matching-game__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.lesson-section-block__title {
  display: flex;
  align-items: center;
}

.lesson-section-block__title__subtitle {
  font-size: 1.2rem;
  color: #aaa;
  font-weight: normal;
  margin-left: 5px;
}

.block-box-type-subtitle {
  color: #aeaeae;
  margin-left: 5px;
}

.vx-card-custom .vx-card__header {
  padding: 1.5rem;
}

.table-action-column span:first-child {
  display: flex;
}

@media only screen and (max-width: 375px) {
  .list-course-page__box {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .list-course-page__box {
    width: 33.33333334%;
  }
}

@media only screen and (min-width: 1024px) {
  .list-course-page__box {
    width: 25%;
  }
}

@media only screen and (min-width: 1366px) {
  .list-course-page__box {
    width: 25%;
  }
}

@media only screen and (min-width: 1600px) {
  .list-course-page__box {
    width: 20%;
  }
}

.form-lesson .vs-popup {
  width: 950px;
}

.lesson-box,
.section-box,
.block-box {
  border: 1px solid #f0f0f0;
  background-color: #f7f7f7;
  clear: both;
  position: relative;
  margin: 2px 0;
}

.lesson-box .vs-collapse-item--header,
.section-box .vs-collapse-item--header,
.block-box .vs-collapse-item--header {
  padding: 0.6rem;
}

.lesson-box .con-content--item,
.section-box .con-content--item,
.block-box .con-content--item {
  padding: 0 !important;
}

.lesson-box__header,
.section-box__header,
.block-box__header {
  position: relative;
}

.lesson-box__header__left,
.section-box__header__left,
.block-box__header__left {
  display: flex;
  align-items: center;
}

.lesson-box__header__left img,
.section-box__header__left img,
.block-box__header__left img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 6px;
}

.lesson-box__header__left__name,
.section-box__header__left__name,
.block-box__header__left__name {
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.lesson-box__header__left__name .title,
.section-box__header__left__name .title,
.block-box__header__left__name .title {
  font-weight: normal;
}

.lesson-box__header__right,
.section-box__header__right,
.block-box__header__right {
  display: flex;
  align-content: center;
  flex-direction: row-reverse;
  margin-right: 20px;
  align-items: center;
}

.lesson-box__header__right a,
.section-box__header__right a,
.block-box__header__right a {
  display: flex;
  margin-left: 12px;
}

.lesson-box__content,
.section-box__content,
.block-box__content {
  background-color: #ffffff;
  padding: 0.25rem;
}

.list-lessons-library {
  background: #ffffff;
  border-radius: 4px;
}

.list-questions {
  background-color: #ffffff;
  border-radius: 4px;
  align-items: center;
}
.select-cus {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 9.8px;
  width: 100%;
  border-radius: 5px;
  max-height: 38.5px;
}
/*=========================================================================================
    File Name: vxCard.scss
    Description: Styles for vx-card component. Imported in VxCard.vue file
    ----------------------------------------------------------------------------------------
    Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
      Author: Pixinvent
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.vx-card {
  width: 100%;
  background: #fff;
  border-radius: 0.5rem;
  display: block;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s ease-in-out;
}
.vx-card.no-shadow {
  box-shadow: none;
}
.vx-card.card-border {
  border: 1px solid #e4e4e4;
}
.vx-card .vx-card__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 0;
}
.vx-card .vx-card__header .vx-card__title h4 + h6 {
  margin-top: 0.3rem;
}
.vx-card .vx-card__header .vx-card__title h6 {
  font-weight: 400;
}
.vx-card .vx-card__header .vx-card__actions .vx-card__action-buttons {
  display: flex;
}
.vx-card .vx-card__header .vx-card__actions .vx-card__action-buttons .feather-icon {
  margin-left: 0.5rem;
}
.vx-card .vx-card__header .vx-card__actions svg {
  transition: all 0.25s ease-out;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
}
.vx-card .vx-card__header .vx-card__actions .rotate180 > svg {
  transform: rotate(180deg) !important;
}
.vx-card img.card-img-top {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.vx-card .vx-card__collapsible-content {
  transition: all 0.3s ease-in-out;
}
.vx-card .vx-card__collapsible-content.vs-con-loading__container {
  overflow: unset;
}
.vx-card .vx-card__collapsible-content.collapsed {
  opacity: 0;
  transform: scale(0.99);
}
.vx-card .vx-card__collapsible-content .card-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.vx-card .vx-card__collapsible-content .card-overlay > * {
  position: relative;
  z-index: 1;
}
.vx-card .vx-card__collapsible-content .card-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.vx-card .vx-card__collapsible-content .vx-card__body {
  padding: 1.5rem;
}
.vx-card .vx-card__collapsible-content .vx-card__body img + .vx-card__title > h4 {
  margin-top: 1.5rem;
}
.vx-card .vx-card__collapsible-content img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.vx-card .vx-card__code-container {
  overflow: hidden;
  transition: transform 0.35s, opacity 0.15s, max-height 0.3s ease-out;
}
.vx-card .vx-card__code-container.collapsed {
  opacity: 0;
  transform: translateY(100%);
}
.vx-card .vx-card__code-container .code-content {
  margin: 1.5rem;
}
.vx-card .vx-card__code-container .code-content pre[class^=language-] {
  max-height: 350px;
  border-radius: 0.5rem;
  margin-bottom: 0;
}
.vx-card .vx-card__footer {
  padding: 0 1.5rem 1.5rem;
}/*=========================================================================================
    File Name: vxList.scss
    Description: Styles for vx-list component. Imported in VxList.vue file
    ----------------------------------------------------------------------------------------
    Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
      Author: Pixinvent
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.list .list__item {
  display: flex;
  padding: 0.4rem;
  align-items: flex-start;
}

/*=========================================================================================
    File Name: _variables.scss
    Description: partial- SCSS varibales
    ----------------------------------------------------------------------------------------
    Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
      Author: Pixinvent
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
/*========================================================
        SPACING
=========================================================*/
/*========================================================
        COLORS
=========================================================*/
/*========================================================
        TYPOGRAPHY
=========================================================*/
/*========================================================
        TYPOGRAPHY
=========================================================*/
/*========================================================
        DARK THEME
=========================================================*/
.vx-input-group .vs-con-textarea {
  margin-bottom: 0;
}
.vx-input-group .vx-input-group-prepend {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.vx-input-group .vx-input-group-prepend .prepend-text {
  display: flex;
  align-items: center;
}
.vx-input-group .vx-input-group-prepend .prepend-text:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vx-input-group .vx-input-group-prepend .prepend-text:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vx-input-group .vx-input-group-prepend .prepend-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vx-input-group .vx-input-group-prepend .prepend-text:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vx-input-group .vx-input-group-prepend .prepend-text.btn-addon .vs-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vx-input-group .vx-input-group-prepend .prepend-text.btn-addon .vs-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.vx-input-group .vx-input-group-append {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.vx-input-group .vx-input-group-append .append-text {
  display: flex;
  align-items: center;
}
.vx-input-group .vx-input-group-append .append-text:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.18);
}
.vx-input-group .vx-input-group-append .append-text:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vx-input-group .vx-input-group-append .append-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vx-input-group .vx-input-group-append .append-text:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vx-input-group .vx-input-group-append .append-text.btn-addon .vs-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vx-input-group .vx-input-group-append .append-text.btn-addon .vs-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.vx-input-group .prepend-text,
.vx-input-group .append-text {
  color: #fff;
}
.vx-input-group .prepend-text:not(.btn-addon),
.vx-input-group .append-text:not(.btn-addon) {
  border-radius: 6px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.vx-input-group .prepend-text.btn-addon .vs-button,
.vx-input-group .append-text.btn-addon .vs-button {
  height: 100%;
  padding: 0 1.5rem !important;
}
.vx-input-group .vx-input-group-default:not(:first-child) input,
.vx-input-group .vx-input-group-default:not(:first-child) .vs-con-textarea {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vx-input-group .vx-input-group-default .vs-input {
  width: 100%;
}
.vx-input-group .vx-input-group-default:not(:last-child) input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}/*=========================================================================================
    File Name: featherIcon.scss
    Description: Feather icon component's scss. Imported in FeatherIcon.vue file
    ----------------------------------------------------------------------------------------
    Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
      Author: Pixinvent
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.feather-icon {
  display: inline-flex;
  align-items: center;
}/*
 * Others
 */
/*
* Text input field
*/
.input-wrapper[data-v-1279007c] {
  position: relative;
}
.input-wrapper.is-number[data-v-1279007c] {
  display: inline-block;
  width: 12rem;
}
.input-wrapper svg[data-v-1279007c] {
  fill: var(--icon-secondary-color);
  left: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.input-wrapper input[data-v-1279007c] {
  background-color: var(--input-bg);
  border: none;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px var(--input-border-color);
  color: var(--text-primary-color);
  display: inline-block;
  font: 400 1.5rem/1.5 var(--font-base);
  outline: none;
  padding: 12px 18px;
  width: 100%;
}
.input-wrapper input[data-v-1279007c]:focus {
  box-shadow: inset 0 0 2px 1px var(--input-border-focus);
}
.input-wrapper input[disabled][data-v-1279007c], .input-wrapper input[readonly][data-v-1279007c] {
  opacity: 0.5;
  cursor: not-allowed;
}
.input-wrapper input[disabled][data-v-1279007c]:focus, .input-wrapper input[readonly][data-v-1279007c]:focus {
  box-shadow: inset 0 0 0 1px var(--input-border-color);
}
.input-wrapper.is-small input[data-v-1279007c] {
  padding: 6px 9px;
}
.input-wrapper.is-invalid input[data-v-1279007c], .input-wrapper.has-error input[data-v-1279007c] {
  box-shadow: inset 0 0 0 1px var(--warning);
}
.input-wrapper.has-padding[data-v-1279007c] {
  padding: 1rem 2rem;
}
.input-wrapper.has-padding.has-icon svg[data-v-1279007c] {
  left: 3rem;
}
.input-wrapper.has-icon input[data-v-1279007c] {
  padding-left: 5.5rem;
}
.input-wrapper.has-icon.is-small input[data-v-1279007c] {
  padding-left: 4rem;
}
.input-wrapper .password-show[data-v-1279007c],
.input-wrapper .password-hide[data-v-1279007c] {
  color: var(--link-primary-color);
  cursor: pointer;
  font-size: 1.4rem;
  position: absolute;
  right: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  top: 1.4rem;
  z-index: 1;
}/*
 * Others
 */
.icon.size-xxxs[data-v-9dc41ccc] {
  height: 10px;
  width: 10px;
}
.icon.size-xxs[data-v-9dc41ccc] {
  height: 12px;
  width: 12px;
}
.icon.size-xs[data-v-9dc41ccc] {
  height: 16px;
  width: 16px;
}
.icon.size-s[data-v-9dc41ccc] {
  height: 20px;
  width: 20px;
}
.icon.size-m[data-v-9dc41ccc] {
  height: 24px;
  width: 24px;
}
.icon.size-l[data-v-9dc41ccc] {
  height: 32px;
  width: 32px;
}
.icon.size-xl[data-v-9dc41ccc] {
  height: 50px;
  width: 50px;
}
.icon.size-xxl[data-v-9dc41ccc] {
  height: 100px;
  width: 100px;
}
.icon.size-xxxl[data-v-9dc41ccc] {
  height: 200px;
  width: 200px;
}
.icon.not-clickable[data-v-9dc41ccc] {
  pointer-events: none;
}
.icon.file[data-v-9dc41ccc] {
  fill: var(--gray-1);
  margin: -2px 1rem -2px 0;
  position: relative !important;
  top: 4px !important;
}
.icon.file--txt[data-v-9dc41ccc] {
  color: #42a5f5;
}
.icon.file--code[data-v-9dc41ccc] {
  color: #2a2e30;
}
.icon.file--img[data-v-9dc41ccc] {
  color: #40b771;
}
.icon.file--video[data-v-9dc41ccc] {
  color: #ef5350;
}
.icon.file--zip[data-v-9dc41ccc] {
  color: #2a2e30;
}
.icon.file--music[data-v-9dc41ccc] {
  color: #2a2e30;
}
.icon.file--pdf[data-v-9dc41ccc] {
  color: #ef5350;
}
.directory-link .icon[data-v-9dc41ccc] {
  margin-right: 1rem;
  position: relative;
  top: 3px;
}