/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
    :root {
      --background: 0 0% 100%;
      --foreground: 222.2 84% 4.9%;

      --card: 0 0% 100%;
      --card-foreground: 222.2 84% 4.9%;

      --popover: 0 0% 100%;
      --popover-foreground: 222.2 84% 4.9%;

      --primary: #2E54FF;
      --primary-foreground: #ffffff;

      --secondary: #1A27C9;
      --secondary-foreground: #ffffff;

      --muted: 210 40% 96.1%;
      --muted-foreground: 215.4 16.3% 46.9%;

      --accent: 210 40% 96.1%;
      --accent-foreground: 222.2 47.4% 11.2%;

      --destructive: 0 84.2% 60.2%;
      --destructive-foreground: 210 40% 98%;

      --border: 214.3 31.8% 91.4%;
      --input: 214.3 31.8% 91.4%;
      --ring: 222.2 84% 4.9%;

      --radius: 0.5rem;
    }
    * {
  border-color: hsl(var(--border));
}
    body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}

*, ::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:  ;
}
  .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
  @media (min-width: 1400px) {

  .container {
    max-width: 1400px;
  }
}
  .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
  .pointer-events-none {
  pointer-events: none;
}
  .invisible {
  visibility: hidden;
}
  .fixed {
  position: fixed;
}
  .absolute {
  position: absolute;
}
  .relative {
  position: relative;
}
  .inset-0 {
  inset: 0px;
}
  .inset-x-0 {
  left: 0px;
  right: 0px;
}
  .inset-y-0 {
  top: 0px;
  bottom: 0px;
}
  .bottom-0 {
  bottom: 0px;
}
  .left-0 {
  left: 0px;
}
  .left-1 {
  left: 0.25rem;
}
  .left-2 {
  left: 0.5rem;
}
  .left-4 {
  left: 1rem;
}
  .left-\[50\%\] {
  left: 50%;
}
  .right-0 {
  right: 0px;
}
  .right-1 {
  right: 0.25rem;
}
  .right-2 {
  right: 0.5rem;
}
  .right-3 {
  right: 0.75rem;
}
  .right-4 {
  right: 1rem;
}
  .top-0 {
  top: 0px;
}
  .top-1\/2 {
  top: 50%;
}
  .top-20 {
  top: 5rem;
}
  .top-4 {
  top: 1rem;
}
  .top-5 {
  top: 1.25rem;
}
  .top-\[50\%\] {
  top: 50%;
}
  .z-10 {
  z-index: 10;
}
  .z-50 {
  z-index: 50;
}
  .-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
  .mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
  .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
  .my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
  .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
  .my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
  .mb-0 {
  margin-bottom: 0px;
}
  .mb-6 {
  margin-bottom: 1.5rem;
}
  .ml-0 {
  margin-left: 0px;
}
  .ml-1 {
  margin-left: 0.25rem;
}
  .ml-4 {
  margin-left: 1rem;
}
  .ml-\[0px\] {
  margin-left: 0px;
}
  .ml-auto {
  margin-left: auto;
}
  .mr-0 {
  margin-right: 0px;
}
  .mr-2 {
  margin-right: 0.5rem;
}
  .mr-4 {
  margin-right: 1rem;
}
  .mt-0 {
  margin-top: 0px;
}
  .mt-2 {
  margin-top: 0.5rem;
}
  .mt-4 {
  margin-top: 1rem;
}
  .mt-6 {
  margin-top: 1.5rem;
}
  .box-border {
  box-sizing: border-box;
}
  .block {
  display: block;
}
  .inline {
  display: inline;
}
  .flex {
  display: flex;
}
  .inline-flex {
  display: inline-flex;
}
  .table {
  display: table;
}
  .grid {
  display: grid;
}
  .hidden {
  display: none;
}
  .aspect-square {
  aspect-ratio: 1 / 1;
}
  .h-10 {
  height: 2.5rem;
}
  .h-11 {
  height: 2.75rem;
}
  .h-14 {
  height: 3.5rem;
}
  .h-2 {
  height: 0.5rem;
}
  .h-3 {
  height: 0.75rem;
}
  .h-3\.5 {
  height: 0.875rem;
}
  .h-4 {
  height: 1rem;
}
  .h-5 {
  height: 1.25rem;
}
  .h-6 {
  height: 1.5rem;
}
  .h-7 {
  height: 1.75rem;
}
  .h-8 {
  height: 2rem;
}
  .h-9 {
  height: 2.25rem;
}
  .h-96 {
  height: 24rem;
}
  .h-\[600px\] {
  height: 600px;
}
  .h-\[60px\] {
  height: 60px;
}
  .h-\[68px\] {
  height: 68px;
}
  .h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
  .h-full {
  height: 100%;
}
  .h-px {
  height: 1px;
}
  .max-h-96 {
  max-height: 24rem;
}
  .min-h-screen {
  min-height: 100vh;
}
  .w-10 {
  width: 2.5rem;
}
  .w-11 {
  width: 2.75rem;
}
  .w-2 {
  width: 0.5rem;
}
  .w-3 {
  width: 0.75rem;
}
  .w-3\.5 {
  width: 0.875rem;
}
  .w-3\/4 {
  width: 75%;
}
  .w-4 {
  width: 1rem;
}
  .w-40 {
  width: 10rem;
}
  .w-5 {
  width: 1.25rem;
}
  .w-6 {
  width: 1.5rem;
}
  .w-64 {
  width: 16rem;
}
  .w-7 {
  width: 1.75rem;
}
  .w-72 {
  width: 18rem;
}
  .w-8 {
  width: 2rem;
}
  .w-9 {
  width: 2.25rem;
}
  .w-\[400px\] {
  width: 400px;
}
  .w-\[60px\] {
  width: 60px;
}
  .w-\[68px\] {
  width: 68px;
}
  .w-auto {
  width: auto;
}
  .w-full {
  width: 100%;
}
  .min-w-\[8rem\] {
  min-width: 8rem;
}
  .min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
  .max-w-\[180px\] {
  max-width: 180px;
}
  .max-w-\[872px\] {
  max-width: 872px;
}
  .max-w-full {
  max-width: 100%;
}
  .max-w-lg {
  max-width: 32rem;
}
  .max-w-sm {
  max-width: 24rem;
}
  .flex-1 {
  flex: 1 1 0%;
}
  .flex-none {
  flex: none;
}
  .shrink-0 {
  flex-shrink: 0;
}
  .border-collapse {
  border-collapse: collapse;
}
  .-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-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
  .translate-x-\[-50\%\] {
  --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-y-\[-50\%\] {
  --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));
}
  .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 spin {

  to {
    transform: rotate(360deg);
  }
}
  .animate-spin {
  animation: spin 1s linear infinite;
}
  .cursor-default {
  cursor: default;
}
  .cursor-pointer {
  cursor: pointer;
}
  .select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
  .flex-row {
  flex-direction: row;
}
  .flex-col {
  flex-direction: column;
}
  .flex-col-reverse {
  flex-direction: column-reverse;
}
  .items-start {
  align-items: flex-start;
}
  .items-center {
  align-items: center;
}
  .justify-center {
  justify-content: center;
}
  .justify-between {
  justify-content: space-between;
}
  .justify-around {
  justify-content: space-around;
}
  .gap-2 {
  gap: 0.5rem;
}
  .gap-4 {
  gap: 1rem;
}
  .gap-5 {
  gap: 1.25rem;
}
  .gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
  .gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
  .gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
  .gap-y-4 {
  row-gap: 1rem;
}
  .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-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-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * 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-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
  .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
  .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
  .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
  .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));
}
  .overflow-hidden {
  overflow: hidden;
}
  .overflow-y-auto {
  overflow-y: auto;
}
  .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
  .whitespace-nowrap {
  white-space: nowrap;
}
  .rounded {
  border-radius: 0.25rem;
}
  .rounded-full {
  border-radius: 9999px;
}
  .rounded-lg {
  border-radius: var(--radius);
}
  .rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
  .rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}
  .rounded-xl {
  border-radius: 0.75rem;
}
  .border {
  border-width: 1px;
}
  .border-2 {
  border-width: 2px;
}
  .border-b {
  border-bottom-width: 1px;
}
  .border-l {
  border-left-width: 1px;
}
  .border-r {
  border-right-width: 1px;
}
  .border-t {
  border-top-width: 1px;
}
  .border-solid {
  border-style: solid;
}
  .border-none {
  border-style: none;
}
  .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
  .border-input {
  border-color: hsl(var(--input));
}
  .border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
  .border-transparent {
  border-color: transparent;
}
  .bg-accent {
  background-color: hsl(var(--accent));
}
  .bg-background {
  background-color: hsl(var(--background));
}
  .bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
  .bg-card {
  background-color: hsl(var(--card));
}
  .bg-destructive {
  background-color: hsl(var(--destructive));
}
  .bg-destructive\/15 {
  background-color: hsl(var(--destructive) / 0.15);
}
  .bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
  .bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}
  .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
  .bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
  .bg-muted {
  background-color: hsl(var(--muted));
}
  .bg-popover {
  background-color: hsl(var(--popover));
}
  .bg-primary {
  background-color: var(--primary);
}
  .bg-secondary {
  background-color: var(--secondary);
}
  .bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
  .bg-transparent {
  background-color: transparent;
}
  .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  .fill-current {
  fill: currentColor;
}
  .fill-sky-400 {
  fill: #38bdf8;
}
  .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
  .p-0 {
  padding: 0px;
}
  .p-1 {
  padding: 0.25rem;
}
  .p-2 {
  padding: 0.5rem;
}
  .p-3 {
  padding: 0.75rem;
}
  .p-4 {
  padding: 1rem;
}
  .p-6 {
  padding: 1.5rem;
}
  .p-\[8px\] {
  padding: 8px;
}
  .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
  .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
  .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
  .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
  .px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
  .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
  .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
  .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
  .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
  .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-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
  .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
  .pl-2 {
  padding-left: 0.5rem;
}
  .pl-8 {
  padding-left: 2rem;
}
  .pr-2 {
  padding-right: 0.5rem;
}
  .pr-8 {
  padding-right: 2rem;
}
  .pt-0 {
  padding-top: 0px;
}
  .pt-1 {
  padding-top: 0.25rem;
}
  .text-center {
  text-align: center;
}
  .text-\[0\.8rem\] {
  font-size: 0.8rem;
}
  .text-lg {
  font-size: 20px;
  line-height: 28px;
}
  .text-sm {
  font-size: 14px;
  line-height: 20px;
}
  .text-xl {
  font-size: 24px;
  line-height: 32px;
}
  .font-medium {
  font-weight: 500;
}
  .font-normal {
  font-weight: 400;
}
  .font-semibold {
  font-weight: 600;
}
  .uppercase {
  text-transform: uppercase;
}
  .italic {
  font-style: italic;
}
  .leading-6 {
  line-height: 1.5rem;
}
  .leading-none {
  line-height: 1;
}
  .tracking-tight {
  letter-spacing: -0.025em;
}
  .tracking-widest {
  letter-spacing: 0.1em;
}
  .text-accent-foreground {
  color: hsl(var(--accent-foreground));
}
  .text-card-foreground {
  color: hsl(var(--card-foreground));
}
  .text-destructive {
  color: hsl(var(--destructive));
}
  .text-destructive-foreground {
  color: hsl(var(--destructive-foreground));
}
  .text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
  .text-foreground {
  color: hsl(var(--foreground));
}
  .text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
  .text-muted-foreground {
  color: hsl(var(--muted-foreground));
}
  .text-popover-foreground {
  color: hsl(var(--popover-foreground));
}
  .text-primary {
  color: var(--primary);
}
  .text-primary-foreground {
  color: var(--primary-foreground);
}
  .text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
  .text-secondary-foreground {
  color: var(--secondary-foreground);
}
  .text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
  .underline {
  text-decoration-line: underline;
}
  .underline-offset-4 {
  text-underline-offset: 4px;
}
  .opacity-50 {
  opacity: 0.5;
}
  .opacity-60 {
  opacity: 0.6;
}
  .opacity-70 {
  opacity: 0.7;
}
  .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-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);
}
  .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
  .outline {
  outline-style: solid;
}
  .ring-0 {
  --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);
}
  .ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}
  .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);
}
  .drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}
  .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-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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
  .duration-200 {
  transition-duration: 200ms;
}
  .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
  @keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
  @keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
  .duration-200 {
  animation-duration: 200ms;
}
  .ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

  .file\:border-0::file-selector-button {
  border-width: 0px;
}

  .file\:bg-transparent::file-selector-button {
  background-color: transparent;
}

  .file\:text-sm::file-selector-button {
  font-size: 14px;
  line-height: 20px;
}

  .file\:font-medium::file-selector-button {
  font-weight: 500;
}

  .placeholder\:text-muted-foreground::-moz-placeholder {
  color: hsl(var(--muted-foreground));
}

  .placeholder\:text-muted-foreground::placeholder {
  color: hsl(var(--muted-foreground));
}

  .focus-within\:relative:focus-within {
  position: relative;
}

  .focus-within\:z-20:focus-within {
  z-index: 20;
}

  .hover\:rounded-sm:hover {
  border-radius: calc(var(--radius) - 4px);
}

  .hover\:bg-accent:hover {
  background-color: hsl(var(--accent));
}

  .hover\:bg-destructive\/80:hover {
  background-color: hsl(var(--destructive) / 0.8);
}

  .hover\:bg-destructive\/90:hover {
  background-color: hsl(var(--destructive) / 0.9);
}

  .hover\:bg-emerald-500\/80:hover {
  background-color: rgb(16 185 129 / 0.8);
}

  .hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

  .hover\:bg-primary:hover {
  background-color: var(--primary);
}

  .hover\:bg-secondary:hover {
  background-color: var(--secondary);
}

  .hover\:bg-sky-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

  .hover\:text-accent-foreground:hover {
  color: hsl(var(--accent-foreground));
}

  .hover\:text-background:hover {
  color: hsl(var(--background));
}

  .hover\:text-primary-foreground:hover {
  color: var(--primary-foreground);
}

  .hover\:text-sky-600:hover {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

  .hover\:underline:hover {
  text-decoration-line: underline;
}

  .hover\:opacity-100:hover {
  opacity: 1;
}

  .focus\:bg-accent:focus {
  background-color: hsl(var(--accent));
}

  .focus\:bg-primary:focus {
  background-color: var(--primary);
}

  .focus\:bg-sky-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

  .focus\:text-accent-foreground:focus {
  color: hsl(var(--accent-foreground));
}

  .focus\:text-primary-foreground:focus {
  color: var(--primary-foreground);
}

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

  .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-ring:focus {
  --tw-ring-color: hsl(var(--ring));
}

  .focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

  .focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

  .focus-visible\:ring-1:focus-visible {
  --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-visible\:ring-2:focus-visible {
  --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-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}

  .focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

  .focus-visible\:ring-offset-background:focus-visible {
  --tw-ring-offset-color: hsl(var(--background));
}

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

  .disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

  .disabled\:opacity-50:disabled {
  opacity: 0.5;
}

  .group.toaster .group-\[\.toaster\]\:border-border {
  border-color: hsl(var(--border));
}

  .group.toast .group-\[\.toast\]\:bg-muted {
  background-color: hsl(var(--muted));
}

  .group.toast .group-\[\.toast\]\:bg-primary {
  background-color: var(--primary);
}

  .group.toaster .group-\[\.toaster\]\:bg-background {
  background-color: hsl(var(--background));
}

  .group.toast .group-\[\.toast\]\:text-muted-foreground {
  color: hsl(var(--muted-foreground));
}

  .group.toast .group-\[\.toast\]\:text-primary-foreground {
  color: var(--primary-foreground);
}

  .group.toaster .group-\[\.toaster\]\:text-foreground {
  color: hsl(var(--foreground));
}

  .group.toaster .group-\[\.toaster\]\: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);
}

  .peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}

  .peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}

  .aria-selected\:bg-accent[aria-selected="true"] {
  background-color: hsl(var(--accent));
}

  .aria-selected\:bg-accent\/50[aria-selected="true"] {
  background-color: hsl(var(--accent) / 0.5);
}

  .aria-selected\:text-accent-foreground[aria-selected="true"] {
  color: hsl(var(--accent-foreground));
}

  .aria-selected\:text-muted-foreground[aria-selected="true"] {
  color: hsl(var(--muted-foreground));
}

  .aria-selected\:opacity-100[aria-selected="true"] {
  opacity: 1;
}

  .aria-selected\:opacity-30[aria-selected="true"] {
  opacity: 0.3;
}

  .data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}

  .data-\[side\=bottom\]\:translate-y-1[data-side=bottom] {
  --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));
}

  .data-\[side\=left\]\:-translate-x-1[data-side=left] {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

  .data-\[side\=right\]\:translate-x-1[data-side=right] {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

  .data-\[side\=top\]\:-translate-y-1[data-side=top] {
  --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));
}

  .data-\[state\=checked\]\:translate-x-5[data-state=checked] {
  --tw-translate-x: 1.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));
}

  .data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked] {
  --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));
}

  .data-\[state\=checked\]\:bg-primary[data-state=checked] {
  background-color: var(--primary);
}

  .data-\[state\=open\]\:bg-accent[data-state=open] {
  background-color: hsl(var(--accent));
}

  .data-\[state\=open\]\:bg-secondary[data-state=open] {
  background-color: var(--secondary);
}

  .data-\[state\=unchecked\]\:bg-input[data-state=unchecked] {
  background-color: hsl(var(--input));
}

  .data-\[state\=open\]\:text-muted-foreground[data-state=open] {
  color: hsl(var(--muted-foreground));
}

  .data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}

  .data-\[state\=closed\]\:duration-300[data-state=closed] {
  transition-duration: 300ms;
}

  .data-\[state\=open\]\:duration-500[data-state=open] {
  transition-duration: 500ms;
}

  .data-\[state\=open\]\:animate-in[data-state=open] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

  .data-\[state\=closed\]\:animate-out[data-state=closed] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

  .data-\[state\=closed\]\:fade-out-0[data-state=closed] {
  --tw-exit-opacity: 0;
}

  .data-\[state\=open\]\:fade-in-0[data-state=open] {
  --tw-enter-opacity: 0;
}

  .data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
  --tw-exit-scale: .95;
}

  .data-\[state\=open\]\:zoom-in-95[data-state=open] {
  --tw-enter-scale: .95;
}

  .data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom] {
  --tw-enter-translate-y: -0.5rem;
}

  .data-\[side\=left\]\:slide-in-from-right-2[data-side=left] {
  --tw-enter-translate-x: 0.5rem;
}

  .data-\[side\=right\]\:slide-in-from-left-2[data-side=right] {
  --tw-enter-translate-x: -0.5rem;
}

  .data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top] {
  --tw-enter-translate-y: 0.5rem;
}

  .data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed] {
  --tw-exit-translate-y: 100%;
}

  .data-\[state\=closed\]\:slide-out-to-left[data-state=closed] {
  --tw-exit-translate-x: -100%;
}

  .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed] {
  --tw-exit-translate-x: -50%;
}

  .data-\[state\=closed\]\:slide-out-to-right[data-state=closed] {
  --tw-exit-translate-x: 100%;
}

  .data-\[state\=closed\]\:slide-out-to-top[data-state=closed] {
  --tw-exit-translate-y: -100%;
}

  .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed] {
  --tw-exit-translate-y: -48%;
}

  .data-\[state\=open\]\:slide-in-from-bottom[data-state=open] {
  --tw-enter-translate-y: 100%;
}

  .data-\[state\=open\]\:slide-in-from-left[data-state=open] {
  --tw-enter-translate-x: -100%;
}

  .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open] {
  --tw-enter-translate-x: -50%;
}

  .data-\[state\=open\]\:slide-in-from-right[data-state=open] {
  --tw-enter-translate-x: 100%;
}

  .data-\[state\=open\]\:slide-in-from-top[data-state=open] {
  --tw-enter-translate-y: -100%;
}

  .data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open] {
  --tw-enter-translate-y: -48%;
}

  .data-\[state\=closed\]\:duration-300[data-state=closed] {
  animation-duration: 300ms;
}

  .data-\[state\=open\]\:duration-500[data-state=open] {
  animation-duration: 500ms;
}

  .dark\:text-muted:is(.dark *) {
  color: hsl(var(--muted));
}

  @media not all and (min-width: 1280px) {

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

  @media (min-width: 640px) {

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

  .sm\:max-w-sm {
    max-width: 24rem;
  }

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

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

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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));
  }

  .sm\:rounded-lg {
    border-radius: var(--radius);
  }

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

  @media (min-width: 768px) {

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

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

  .md\:max-w-7xl {
    max-width: 80rem;
  }

  .md\: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));
  }

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

  @media (min-width: 1024px) {

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]) {
  background-color: hsl(var(--accent));
}

  .first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child {
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

  .last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child {
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

  .\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside) {
  background-color: hsl(var(--accent) / 0.5);
}

  .\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end) {
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

  .\[\&\>span\]\:line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./styles/scss/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
Website: MazikBox
Theme URI:
Description: 
Author: Abhishek Shukla
Author URI:
Version: 1.0
License:
License URI:
Text Domain: mazikbox
Tags: custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, translation-ready
*/
/*--------------------------------------------------------------
   TABLE OF CONTENTS:
----------------------------------------------------------------
  #Reset
  #Basic Styles
  #Site Styles
  #Typography
  #Links
  #Lists
  #Images
  #Buttons
  #Forms
  #Misc
  #Home Slider
  #Latest Blog Home
  #Footer
  #Blog Page
  #Pagniation
  #Sidebar
  #Blog Detail Page
  #Audio

*/
/**
 * 1. =Resets & Core Elements
 * ----------------------------------------------------------------------------
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video,
button, input, textarea {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-family: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a:hover {
  text-decoration: none;
}

/* #Lists
================================================== */
ul,
ol {
  margin-bottom: 20px;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}

ul {
  list-style: disc inside;
}

li {
  line-height: 24px;
  margin-bottom: 0px;
}
li p {
  line-height: 21px;
}

ul.large li {
  line-height: 21px;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Be compatible with "input" defaults */
button,
input[type=submit] {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Normalize webkit search */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
}

/* Fix IE scrollbar */
textarea {
  overflow: auto;
}

a img {
  border: 0;
}

/* Responsive images */
img {
  max-width: 100%;
  height: auto;
}

/* Reset placeholder color */
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
}

/* Code block */
pre {
  display: block;
  font-family: Monaco, Monospace;
  font-size: 14px;
  line-height: 22px;
  background-color: #f5f5f5;
  overflow: auto;
  word-wrap: break-word;
  padding: 20px;
  margin-bottom: 30px;
}

/* #Basic Styles
==================================================
*/
body {
  background: #ffffff;
  color: #666;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

button,
select,
input {
  font-family: "Roboto", sans-serif;
}

/*  Blockquotes  */
blockquote,
blockquote p {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
}

blockquote {
  padding: 20px 20px 20px 20px;
  border: none;
  border-left: 6px solid #ddd;
  border-radius: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "— ";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* #Links
================================================== */
a {
  transition: color 0.2s ease-out;
}

a,
a:visited,
a:before,
a:after {
  text-decoration: none;
  outline: 0;
  transition: all 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
}

p a,
p a:visited {
  line-height: inherit;
}

/*Default Style for editor*/
table,
th,
td {
  border: 1px solid #d1d1d1;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

.calendar_wrap th {
  color: #000;
  text-align: center;
}

.calendar_wrap td {
  font-size: 12px;
  text-align: center;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375em;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

/* #Typography
================================================== */
:root {
  font-size: 1rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101010;
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 2.25rem; /* 36px */
  line-height: 2.5rem; /* 40px */
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.875rem; /* 30px */
  line-height: 2.25rem; /* 36px */
  margin-bottom: 1rem;
  margin-top: 2rem;
}

h3 {
  font-size: 1.25rem; /* 20px */
  line-height: 1.75rem; /* 28px */
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

h4 {
  font-size: 1.125rem; /* 18px */
  line-height: 1.75rem; /* 28px */
  margin-bottom: 1rem;
  margin-top: 2rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: 1rem;
  line-height: 1.5;
}

p {
  font-size: 1rem; /* 16px */
  line-height: 1.5rem; /* 24px */
  margin: 0 0 20px 0;
  padding: 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

.text-link {
  position: relative;
}
.text-link::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -3px;
  left: 0;
  background: linear-gradient(142deg, rgb(25, 230, 177) 0%, rgb(212, 239, 30) 100%);
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.text-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.grey-light-bg {
  background-color: #FBFBFB;
}

.grey-dark-bg {
  background-color: #131313;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.header {
  height: 72px;
  margin-bottom: 50px;
}

/*Header bar*/
.header-bar {
  background: #fff;
  padding: 8px 0px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
  position: relative;
}

/* main Header */
.header-bg {
  background-color: #ffffff;
  padding: 70px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-logo {
  position: absolute;
  top: -9000px;
  left: -9000px;
}

.logo-outer {
  display: table;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .logo-outer {
    margin-bottom: 0;
  }
}
.logo-outer h1 {
  margin-bottom: 0;
  line-height: 50px;
}
.logo-outer a {
  display: inline-block;
}
.logo-outer img {
  display: block;
}

/* navigation menu*/
.navbar {
  border-radius: 0;
  border: none;
}

.navbar-nav {
  text-align: center;
  float: none;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  background: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 940px) {
  .navbar-nav {
    padding: 1.2rem 1rem;
  }
}
.navbar-nav .navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.navbar-nav .navigation .nav-menu {
  display: flex;
  align-items: center;
}
.navbar-nav .navigation .login-signup {
  display: flex;
  align-items: center;
}
.navbar-nav .navigation .login-signup a {
  text-decoration: none;
}
.navbar-nav .navigation .logo-container {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .navbar-nav .navigation .logo-container {
    margin-left: 40px;
  }
}
.navbar-nav .profile-dropdown {
  border: none;
  background: transparent;
  min-width: auto;
  padding: 0;
}
.navbar-nav ul {
  list-style: none;
  margin: 0;
}
.navbar-nav > li {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0;
  position: relative;
  float: none;
  list-style: none;
}
.navbar-nav > li a {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0px;
  display: block;
  transition: 0.25s;
  line-height: 50px;
  padding: 0 10px;
}
@media (max-width: 1500px) {
  .navbar-nav > li a {
    font-size: 1.4rem;
  }
}
.navbar-nav > li a:hover {
  color: #ffffff;
}
.navbar-nav > li > .sub-menu {
  border-radius: 0;
  border: none;
  padding: 5px;
  position: absolute;
  background: #FFFFFF;
  text-align: left;
  left: -30px;
  top: 50px;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}
.navbar-nav > li > .sub-menu .menu-item-has-children > a {
  font-weight: bold;
}
.navbar-nav > li:hover > .sub-menu {
  top: 60px;
  visibility: visible;
  opacity: 1;
  display: block;
  transition-delay: 0.23s;
}

.nav-section .nav > li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  margin-left: 7px;
  color: #999;
  font-size: 13px;
  font-weight: 600;
}
.nav-section ul.nav ul a,
.nav-section .nav ul ul a {
  color: #333333;
  margin: 0;
  font-size: 13px;
  padding: 6px 15px;
  min-width: 250px;
  line-height: 30px;
  transition: 0.25s;
  font-weight: 400;
  box-sizing: border-box;
}
.nav-section ul.nav ul a:hover,
.nav-section .nav ul ul a:hover {
  color: #1DE6AE;
  font-weight: 500;
  text-decoration: none;
  background: #fafafa;
  padding-left: 5px;
}
.nav-section ul.nav li:hover > ul,
.nav-section .nav ul li:hover > ul {
  display: block;
  margin-left: 0;
}
.nav-section li.super > ul {
  width: 1000px;
}
.nav-section li.super > ul > li {
  display: inline-block;
  width: 24%;
  float: left;
}
.nav-section li.super > ul > li:nth-child(4) {
  width: 26%;
}
.nav-section li.super > ul > li:nth-child(5) {
  width: 26%;
}
.nav-section li.super > ul > li:last-child {
  width: 26%;
}
.nav-section .nav .sub-menu ul,
.nav-section .nav .children ul {
  left: 100%;
  top: 0;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  animation: animate-header 0.4s ease-out forwards;
}
.sticky .nav-section .nav > li > a {
  color: #ffffff;
}
.sticky .nav-section .nav > li > a:hover {
  color: #ffffff;
}
.sticky .header-contact .contact-number a {
  color: #ffffff;
}

@keyframes animate-header {
  from {
    background: transparent;
  }
  to {
    background: #002333;
  }
}
body.home .header-fluid {
  background: transparent;
}
body.home .header-fluid .navbar-nav > li a {
  color: #002333;
}
body.home .sticky .nav-section .nav > li > a {
  color: #ffffff;
}
body.home .header-contact .contact-number a {
  color: #1D202B;
}
body.home .sticky .header-contact .contact-number a {
  color: #ffffff;
}

.logo {
  text-align: left;
  margin-bottom: 0;
  vertical-align: middle;
  flex: 1;
  height: 48px;
}
@media (max-width: 767px) {
  .logo {
    height: 38px;
  }
}

.header-back {
  animation: animate-header-back 0.4s ease-in forwards;
}

@keyframes animate-header-back {
  from {
    transform: translateY(88px);
  }
  to {
    transform: translateY(0px);
  }
}
.header-contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-contact .contact-number {
  margin-right: 3rem;
}
.header-contact .contact-number a {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 1500px) {
  .header-contact .contact-number a {
    font-size: 1.4rem;
  }
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 340px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(70, 70, 70, 0.15);
}
.sidr .sidr-inner:first-child {
  padding: 40px 30px 20px;
}
.sidr ul.menu li,
.sidr .sub-menu {
  border-color: #e8e8e8;
}
.sidr .menu li {
  width: 100%;
  float: left;
  border-bottom: 1px solid;
  border-color: #e8e8e8;
  list-style: none;
}
.sidr .menu li:last-child {
  border-bottom: none;
}
.sidr .menu li a {
  display: block;
  padding: 11px 0;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000;
}
.sidr .navbar-nav > li {
  width: 100%;
}
.sidr ul li .open-sidr {
  color: #000;
  float: right;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  cursor: pointer;
  padding: 13px 10px;
  font-weight: 700;
}
.sidr .sub-menu {
  display: none;
  clear: both;
  float: none;
  border-top: 1px solid;
  border-color: #e8e8e8;
  width: 100%;
  margin-left: 0;
}
.sidr ul.sub-menu li a {
  padding-left: 15px;
  padding-right: 15px;
}

.sidr.left {
  left: -440px;
  right: auto;
}

.sidr-inner {
  padding: 30px;
  clear: both;
}
.sidr-inner .image-logo img {
  max-width: 80%;
}
.sidr-inner .menu {
  margin: 0;
}
.sidr-inner .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  margin-bottom: 20px;
}

.open-sidr:after {
  content: "\f078";
}

.sidr .sidr-inner:last-child {
  padding-top: 50px;
}

.sidr-inner .header-social {
  float: left;
}
.sidr-inner .header-social a {
  margin-left: 0;
  margin-right: 12px;
  color: #000;
}
.sidr-inner .header-search-wrap {
  float: right;
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.sidr-inner .header-search-wrap a {
  color: #000;
}
.sidr-inner .show-search {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#mobile-menu {
  background: #002333;
}

#mobile-header-wrapper-sticky-wrapper, #mobile-header-wrapper {
  display: none;
}

#mobile-header,
#mobile-footer {
  display: none;
}

#mobile-menu.mobile-header .image-logo img {
  max-height: 62px;
  max-width: 200px;
}

@media screen and (max-width: 1200px) {
  /* Mobile menu */
  #mobile-header-wrapper,
  #mobile-header-wrapper-sticky-wrapper {
    display: block;
  }
  .header-bg,
  .nav-section,
  .header-bar {
    display: none;
  }
}
#mobile-header-wrapper {
  width: 100%;
  z-index: 100;
}

#mobile-menu.mobile-header {
  height: 70px;
}

.menu-icon {
  position: absolute;
  left: 15px;
  cursor: pointer;
  transition: all 0.1s linear;
  color: #000;
}

#mobile-navigation {
  display: none;
}

#mobile-menu {
  position: relative;
  width: 100%;
  height: 90px;
  box-shadow: 0 0px 28px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transition: height 0.25s ease;
}

.menu-toggle {
  border: none;
  outline: none;
  position: relative;
  display: inline-block;
  width: 20px;
  max-width: 20px;
  min-width: 20px;
  height: 14px;
  background: transparent;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: #fff;
  font-size: 0;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.menu-toggle:hover {
  background: transparent;
  color: #fff;
}
.menu-toggle::before, .menu-toggle::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease-in-out;
}

.menu-icon span {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-left: 6px;
  color: #000;
}

#close-mobile-menu {
  position: absolute;
  right: 20px;
  height: 22px;
  width: 32px;
  top: 40px;
}
#close-mobile-menu::before, #close-mobile-menu::after {
  position: absolute;
  right: 20px;
  content: " ";
  height: 18px;
  width: 1px;
  background-color: #333;
}
#close-mobile-menu::before {
  transform: rotate(45deg);
}
#close-mobile-menu::after {
  transform: rotate(-45deg);
}

.sidr-inner .show-search input[type=text].search-bar,
.sidr-inner .show-search .search-outer {
  width: 100%;
}

footer .footer-block {
  background: #EAEAEA;
  padding: 1.9rem 0;
  position: relative;
}
footer .footer-block p {
  text-align: center;
  color: #878787;
  margin: 0;
}

.aside nav a {
  text-transform: capitalize;
  display: block;
  padding: 10px 15px;
}
.aside nav a:hover {
  background: #f1f1f1;
}
.aside nav h3 {
  color: #cdcdcd;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 16px;
  padding: 8px 14px;
}
.aside nav > ul {
  margin-bottom: 30px;
}
.aside nav ul.box-links {
  margin-left: 0;
  height: 70vh;
}

.mobile-menu-icon {
  margin-right: 10px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile-menu-icon {
    display: block;
    z-index: 13;
    position: fixed;
    top: 22px;
    left: 10px;
  }
}

.sidebar {
  border: none !important;
}

.left-sidebar {
  float: right;
}

.sidebar-inner {
  z-index: 9 !important;
  background: #fff !important;
  padding: 8px;
}

.sidebar-create-box {
  width: 100%;
  position: absolute;
  bottom: 80px;
  border-top: 1px solid #ddd;
  z-index: 9;
}

/* Mobile styles */
@media (max-width: 767px) {
  .aside {
    transform: translateX(-100%) !important;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
  .translate-x-0 {
    transform: translateX(0);
  }
}
.aside.translate-x-0 {
  transform: translateX(0%) !important;
}

/* Custom scrollbar styling */
.aside::-webkit-scrollbar {
  width: 8px;
}

.aside::-webkit-scrollbar-track {
  background: transparent;
}

.aside::-webkit-scrollbar-thumb {
  background-color: #888; /* Scrollbar color */
  border-radius: 4px;
}

.aside::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Scrollbar color on hover */
}

.aside-hover {
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .aside-hover {
    overflow-y: auto;
  }
}

.aside-hover:hover {
  overflow-y: auto;
}

/* #Forms
================================================== */
form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea,
select {
  border: 1px solid #dedede;
  padding: 6px 29px;
  outline: none;
  font-size: 16px;
  color: #52626f;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  background: #fff;
  height: 48px;
  box-sizing: border-box;
}

select {
  padding: 0;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
  min-height: 150px;
}

label,
legend {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

select {
  width: 220px;
}

input[type=checkbox] {
  display: inline;
}

.form-error {
  color: red;
  padding: 10px;
}

.form-field {
  padding: 12px 0;
}

.bookmark-form-wrap {
  margin-top: 50px;
  margin-bottom: 70px;
  max-width: 720px;
  width: 72rem;
  margin: 0 auto 5rem;
}
@media (max-width: 767px) {
  .bookmark-form-wrap {
    width: 90vw;
  }
}
.bookmark-form-wrap .bookmark-form {
  width: 100%;
  padding: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .bookmark-form-wrap .bookmark-form {
    width: 100%;
  }
}
.bookmark-form-wrap .bookmark-form h2 {
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
}

.bookmark-add-form {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  padding: 8px 10px 8px 20px;
}
.bookmark-add-form form {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.bookmark-add-form form input[type=text] {
  margin-bottom: 0;
  border: none;
}
.bookmark-add-form form input[type=text]:focus {
  box-shadow: none;
}
.bookmark-add-form form input[type=submit]:hover {
  background: transparent;
}
.bookmark-add-form form .icon {
  background: transparent;
}
.bookmark-add-form form .icon svg {
  fill: #999999;
}

.ReactModal__Overlay {
  background-color: rgba(30, 30, 30, 0.9) !important;
}

:root {
  --tagify-dd-color-primary:rgb(53,149,246);
  --tagify-dd-bg-color:white;
  --tagify-dd-item-pad:.3em .5em;
}

.tagify {
  --tags-disabled-bg:#F1F1F1;
  --tags-border-color:#DDD;
  --tags-hover-border-color:#CCC;
  --tags-focus-border-color:#3595f6;
  --tag-border-radius:3px;
  --tag-bg:#E5E5E5;
  --tag-hover:#D3E2E2;
  --tag-text-color:black;
  --tag-text-color--edit:black;
  --tag-pad:0.3em 0.5em;
  --tag-inset-shadow-size:1.1em;
  --tag-invalid-color:#D39494;
  --tag-invalid-bg:rgba(211, 148, 148, 0.5);
  --tag-remove-bg:rgba(211, 148, 148, 0.3);
  --tag-remove-btn-color:black;
  --tag-remove-btn-bg:none;
  --tag-remove-btn-bg--hover:#c77777;
  --input-color:inherit;
  --tag--min-width:1ch;
  --tag--max-width:auto;
  --tag-hide-transition:0.3s;
  --placeholder-color:rgba(0, 0, 0, 0.4);
  --placeholder-color-focus:rgba(0, 0, 0, 0.25);
  --loader-size:.8em;
  --readonly-striped:1;
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid var(--tags-border-color);
  padding: 0;
  line-height: 0;
  cursor: text;
  outline: 0;
  position: relative;
  box-sizing: border-box;
  transition: 0.1s;
}

@keyframes tags--bump {
  30% {
    transform: scale(1.2);
  }
}
@keyframes rotateLoader {
  to {
    transform: rotate(1turn);
  }
}
.tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
  --tags-border-color:var(--tags-hover-border-color);
}

.tagify[disabled] {
  background: var(--tags-disabled-bg);
  filter: saturate(0);
  opacity: 0.5;
  pointer-events: none;
}

.tagify[disabled].tagify--select, .tagify[readonly].tagify--select {
  pointer-events: none;
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select), .tagify[readonly]:not(.tagify--mix):not(.tagify--select) {
  cursor: default;
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select) > .tagify__input, .tagify[readonly]:not(.tagify--mix):not(.tagify--select) > .tagify__input {
  visibility: hidden;
  width: 0;
  margin: 5px 0;
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div, .tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div {
  padding: var(--tag-pad);
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div::before, .tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}

@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}
.tagify[disabled] .tagify__tag__removeBtn, .tagify[readonly] .tagify__tag__removeBtn {
  display: none;
}

.tagify--loading .tagify__input > br:last-child {
  display: none;
}

.tagify--loading .tagify__input::before {
  content: none;
}

.tagify--loading .tagify__input::after {
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  border-radius: 50%;
  animation: rotateLoader 0.4s infinite linear;
  content: "" !important;
  margin: -2px 0 -2px 0.5em;
}

.tagify--loading .tagify__input:empty::after {
  margin-left: 0;
}

.tagify + input, .tagify + textarea {
  position: absolute !important;
  left: -9999em !important;
  transform: scale(0) !important;
}

.tagify__tag {
  display: inline-flex;
  align-items: center;
  margin: 5px 0 5px 5px;
  position: relative;
  z-index: 1;
  outline: 0;
  line-height: normal;
  cursor: default;
  transition: 0.13s ease-out;
}

.tagify__tag > div {
  vertical-align: top;
  box-sizing: border-box;
  max-width: 100%;
  padding: var(--tag-pad);
  color: var(--tag-text-color);
  line-height: inherit;
  border-radius: var(--tag-border-radius);
  white-space: nowrap;
  transition: 0.13s ease-out;
}

.tagify__tag > div > * {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  min-width: var(--tag--min-width);
  max-width: var(--tag--max-width);
  transition: 0.8s ease, 0.1s color;
}

.tagify__tag > div > [contenteditable] {
  outline: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
       user-select: text;
  cursor: text;
  margin: -2px;
  padding: 2px;
  max-width: 350px;
}

.tagify__tag > div::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  inset: var(--tag-bg-inset, 0);
  z-index: -1;
  pointer-events: none;
  transition: 120ms ease;
  animation: tags--bump 0.3s ease-out 1;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;
}

.tagify__tag:focus div::before, .tagify__tag:hover:not([readonly]) div::before {
  --tag-bg-inset:-2.5px;
  --tag-bg:var(--tag-hover);
}

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

.tagify__tag--loading .tagify__tag__removeBtn {
  display: none;
}

.tagify__tag--loading::after {
  --loader-size:.4em;
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  border-radius: 50%;
  animation: rotateLoader 0.4s infinite linear;
  margin: 0 0.5em 0 -0.1em;
}

.tagify__tag--flash div::before {
  animation: none;
}

.tagify__tag--hide {
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  transform: scale(0);
  transition: var(--tag-hide-transition);
  pointer-events: none;
}

.tagify__tag--hide > div > * {
  white-space: nowrap;
}

.tagify__tag.tagify--noAnim > div::before {
  animation: none;
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div > span {
  opacity: 0.5;
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
  --tag-bg:var(--tag-invalid-bg);
  transition: 0.2s;
}

.tagify__tag[readonly] .tagify__tag__removeBtn {
  display: none;
}

.tagify__tag[readonly] > div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}

@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}
.tagify__tag--editable > div {
  color: var(--tag-text-color--edit);
}

.tagify__tag--editable > div::before {
  box-shadow: 0 0 0 2px var(--tag-hover) inset !important;
}

.tagify__tag--editable > .tagify__tag__removeBtn {
  pointer-events: none;
}

.tagify__tag--editable > .tagify__tag__removeBtn::after {
  opacity: 0;
  transform: translateX(100%) translateX(5px);
}

.tagify__tag--editable.tagify--invalid > div::before {
  box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important;
}

.tagify__tag__removeBtn {
  order: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  font: 14px/1 Arial;
  background: var(--tag-remove-btn-bg);
  color: var(--tag-remove-btn-color);
  width: 14px;
  height: 14px;
  margin-right: 4.6666666667px;
  margin-left: auto;
  overflow: hidden;
  transition: 0.2s ease-out;
}

.tagify__tag__removeBtn::after {
  content: "×";
  transition: 0.3s, color 0s;
}

.tagify__tag__removeBtn:hover {
  color: #fff;
  background: var(--tag-remove-btn-bg--hover);
}

.tagify__tag__removeBtn:hover + div > span {
  opacity: 0.5;
}

.tagify__tag__removeBtn:hover + div::before {
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg, rgba(211, 148, 148, 0.3)) inset !important;
  transition: box-shadow 0.2s;
}

.tagify:not(.tagify--mix) .tagify__input br {
  display: none;
}

.tagify:not(.tagify--mix) .tagify__input * {
  display: inline;
  white-space: nowrap;
}

.tagify__input {
  flex-grow: 1;
  display: inline-block;
  min-width: 110px;
  margin: 5px;
  padding: var(--tag-pad);
  line-height: normal;
  position: relative;
  white-space: pre-wrap;
  color: var(--input-color);
  box-sizing: inherit;
}

.tagify__input:empty::before {
  position: static;
}

.tagify__input:focus {
  outline: 0;
}

.tagify__input:focus::before {
  transition: 0.2s ease-out;
  opacity: 0;
  transform: translatex(6px);
}

@supports (-ms-ime-align: auto) {
  .tagify__input:focus::before {
    display: none;
  }
}
.tagify__input:focus:empty::before {
  transition: 0.2s ease-out;
  opacity: 1;
  transform: none;
  color: rgba(0, 0, 0, 0.25);
  color: var(--placeholder-color-focus);
}

@-moz-document url-prefix() {
  .tagify__input:focus:empty::after {
    display: none;
  }
}
.tagify__input::before {
  content: attr(data-placeholder);
  height: 1em;
  line-height: 1em;
  margin: auto 0;
  z-index: 1;
  color: var(--placeholder-color);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  position: absolute;
}

.tagify__input::after {
  content: attr(data-suggest);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  min-width: calc(100% - 1.5em);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  color: var(--tag-text-color);
  opacity: 0.3;
  pointer-events: none;
  max-width: 100px;
}

.tagify__input .tagify__tag {
  margin: 0 1px;
}

.tagify--mix {
  display: block;
}

.tagify--mix .tagify__input {
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  display: block;
}

.tagify--mix .tagify__input::before {
  height: auto;
  display: none;
  line-height: inherit;
}

.tagify--mix .tagify__input::after {
  content: none;
}

.tagify--select::after {
  content: ">";
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font: 16px monospace;
  line-height: 8px;
  height: 8px;
  pointer-events: none;
  transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  transition: 0.2s ease-in-out;
}

.tagify--select[aria-expanded=true]::after {
  transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
}

.tagify--select .tagify__tag {
  position: absolute;
  top: 0;
  right: 1.8em;
  bottom: 0;
}

.tagify--select .tagify__tag div {
  display: none;
}

.tagify--select .tagify__input {
  width: 100%;
}

.tagify--empty .tagify__input::before {
  transition: 0.2s ease-out;
  opacity: 1;
  transform: none;
  display: inline-block;
  width: auto;
}

.tagify--mix .tagify--empty .tagify__input::before {
  display: inline-block;
}

.tagify--focus {
  --tags-border-color:var(--tags-focus-border-color);
  transition: 0s;
}

.tagify--invalid {
  --tags-border-color:#D39494;
}

.tagify__dropdown {
  position: absolute;
  z-index: 9999;
  transform: translateY(1px);
  overflow: hidden;
}

.tagify__dropdown[placement=top] {
  margin-top: 0;
  transform: translateY(-100%);
}

.tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
  border-top-width: 1.1px;
  border-bottom-width: 0;
}

.tagify__dropdown[position=text] {
  box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), 0.1);
  font-size: 0.9em;
}

.tagify__dropdown[position=text] .tagify__dropdown__wrapper {
  border-width: 1px;
}

.tagify__dropdown__wrapper {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  background: var(--tagify-dd-bg-color);
  border: 1px solid;
  border-color: var(--tagify-dd-color-primary);
  border-bottom-width: 1.5px;
  border-top-width: 0;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  transition: 0.25s cubic-bezier(0, 1, 0.5, 1);
}

.tagify__dropdown__header:empty {
  display: none;
}

.tagify__dropdown__footer {
  display: inline-block;
  margin-top: 0.5em;
  padding: var(--tagify-dd-item-pad);
  font-size: 0.7em;
  font-style: italic;
  opacity: 0.5;
}

.tagify__dropdown__footer:empty {
  display: none;
}

.tagify__dropdown--initial .tagify__dropdown__wrapper {
  max-height: 20px;
  transform: translateY(-1em);
}

.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
  transform: translateY(2em);
}

.tagify__dropdown__item {
  box-sizing: border-box;
  padding: var(--tagify-dd-item-pad);
  margin: 1px;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
  outline: 0;
  max-height: 60px;
  max-width: 100%;
}

.tagify__dropdown__item--active {
  background: var(--tagify-dd-color-primary);
  color: #fff;
}

.tagify__dropdown__item:active {
  filter: brightness(105%);
}

.tagify__dropdown__item--hidden {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 1px;
  pointer-events: none;
  overflow: hidden;
  max-height: 0;
  transition: var(--tagify-dd-item--hidden-duration, 0.3s) !important;
}

.tagify__dropdown__item--hidden > * {
  transform: translateY(-100%);
  opacity: 0;
  transition: inherit;
}

.tagify {
  border: 0;
}

.tagify .tagify__input {
  order: -1;
  flex: 100%;
  border: 1px solid var(--tags-border-color);
  margin-bottom: 1em;
  transition: 0.1s;
}

.tagify .tagify__input:hover {
  border-color: var(--tags-hover-border-color);
}

.tagify.tagify--focus .tagify__input {
  transition: 0s;
  border-color: var(--tags-focus-border-color);
}

/* #Buttons */
.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  color: #fff;
  background: #004ECC;
}

.btn:active,
button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
  color: #fff;
}

.btn-text {
  color: #0062FF;
  background: transparent;
}
.btn-text:hover {
  color: #004ECC;
  background: #f1f1f1;
}

.btn.full-width,
button.full-width,
input[type=submit].full-width,
input[type=reset].full-width,
input[type=button].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

.btn.btn-primary:hover {
  background: #000;
  border: none;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn-lg {
  font-size: 12px;
  padding: 16px 44px 16px 34px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.btn-secondary {
  background-color: #DC143C;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.icon-btn {
  cursor: pointer;
  display: inline-flex;
}
.icon-btn:hover {
  background: #f1f1f1;
}

button:disabled {
  background: #eee;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 150px;
  max-width: 1280px;
}
.cards .infinite-scroll-component {
  justify-content: center;
}
.cards .card {
  position: relative;
  width: 350px;
  margin: 0 15px 30px;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1366px) {
  .cards .card {
    width: 300px;
  }
}
@media (max-width: 1280px) {
  .cards .card {
    width: 280px;
  }
}
@media (max-width: 940px) {
  .cards .card {
    width: 44%;
  }
}
@media (max-width: 540px) {
  .cards .card {
    width: 100%;
  }
}
.cards .card .title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 700;
}
.cards .card .website-thumb {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #202121;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}
.cards .card .website-thumb > a {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
}
.cards .card .website-thumb > a .url_thumb_img {
  transition: all 0.3s linear;
  width: 100%;
}
.cards .card .website-thumb figure {
  position: relative;
  height: 100%;
}
.cards .card .website-thumb figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards .card .website-thumb:hover .url_thumb_img {
  transform: scale(1.1);
  transition: all 0.3s linear;
  opacity: 0.5;
}
.cards .card .website {
  font-size: 14px;
  color: #C6C6C6;
}
.cards .card .content {
  padding: 20px;
  padding-bottom: 60px;
}
.cards .card:hover .on-hover {
  display: block;
}
.cards .card .actions {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  align-items: center;
}
.cards .card .actions .date {
  font-size: 13px;
  flex: 1;
}

.card-detail .card {
  margin: 0 1.5rem;
}
.card-detail .website-thumb {
  margin-bottom: 30px;
}
.card-detail .website-thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 480px;
}

.website-thumb {
  margin-bottom: 30px;
}

.box-list {
  clear: both;
  position: relative;
  z-index: 1;
  display: flex;
}
.box-list ul {
  display: flex;
  flex-wrap: wrap;
}
.box-list ul li {
  margin-bottom: 1rem;
}
.box-list ul a {
  display: block;
  margin-right: 0.5rem;
  color: #565D77;
}
.box-list ul a:hover {
  color: #0062FF;
  background: #e6f0ff;
}

.visit-site {
  top: 10px;
  position: relative;
  right: 10px;
}

.on-hover {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.icon {
  width: 34px;
  height: 34px;
  display: inline-block;
  padding: 6px;
  background: rgba(0, 0, 0, 0.4);
}
.icon svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
.icon--border {
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.heading-section {
  max-width: 44rem;
  margin-bottom: 7rem;
}
@media (max-width: 1280px) {
  .heading-section {
    max-width: 60rem;
  }
}
.heading-section > span {
  text-transform: uppercase;
  color: #002333;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
.heading-section > span::before {
  position: absolute;
  content: "";
  width: 7rem;
  height: 0.2rem;
  background-color: #002333;
  top: 9px;
  left: -84%;
}
@media (max-width: 1280px) {
  .heading-section > span::before {
    display: none;
  }
}
.heading-section.heading-light * {
  color: #ffffff;
}
.heading-section.heading-light *::before {
  background-color: #ffffff;
}

.user-profile {
  max-width: 500px;
  margin: 0 auto 5rem;
  text-align: center;
}
.user-profile__title {
  margin-bottom: 0;
}

.product-detail .card-header {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  padding: 20px;
}
@media (max-width: 540px) {
  .product-detail .card-header {
    flex-direction: column;
    text-align: center;
  }
}
.product-detail .card-header .card-title {
  flex-grow: 2;
  margin: 0rem 0 0rem;
  flex-basis: 40%;
  max-width: 70%;
}
@media (max-width: 540px) {
  .product-detail .card-header .card-title {
    max-width: 100%;
  }
}
.product-detail .card-header .card-title .card-heading {
  font-size: 36px;
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 42px;
  font-weight: 700;
}

.favicon {
  background: #333;
  position: relative;
  overflow: hidden;
  justify-content: center;
  border-radius: 4px;
}
@media (max-width: 540px) {
  .favicon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.favicon img {
  width: 100%;
}
.favicon p {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 0 0;
  text-transform: uppercase;
  color: #ffffff;
}

.related-post-title h2 {
  font-size: 28px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 700;
}
@media (max-width: 540px) {
  .related-post-title h2 {
    padding: 0 20px;
  }
}

.box-detail {
  margin: 0 15px 50px;
  max-width: 920px;
}
.box-detail h1 {
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.section {
  width: 100%;
  padding: 150px 0;
  clear: both;
}

body {
  font-family: "Roboto", sans-serif;
}

.dark-circle {
  position: absolute;
  right: 0;
  bottom: 0;
}

.light-circle {
  position: absolute;
  right: 0;
  bottom: 0;
}

.row {
  margin: 0 -15px;
}

.col {
  padding: 0 15px;
}

body {
  font-size: 16px;
}

.infinite-scroll-component {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .infinite-scroll-component {
    justify-content: center;
  }
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .container {
    max-width: 1140px;
  }
}

.main-container {
  width: 100%;
}

.cards-container {
  width: 100%;
  margin-left: auto;
  z-index: -1;
}
@media (max-width: 940px) {
  .cards-container {
    width: 100%;
    padding: 0 20px;
  }
}

/* Style to edit */
