/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./styles/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;
}

*, ::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%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.z-10 {
  z-index: 10;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-5 {
  margin-right: -1.25rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.flex {
  display: flex;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-8 {
  height: 2rem;
}
.h-full {
  height: 100%;
}
.w-8 {
  width: 2rem;
}
.max-w-md {
  max-width: 28rem;
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.text-center {
  text-align: center;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.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, 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;
}

/* DARK MODE */

html[data-theme="dark"] {
  --primary-color: #4379ee;
  --background-color: #2f2f2f;
  --card-color: #242424;
  --title-color: #c2c2c2;
  --button-hover-color: #3f6ff0;
  --sidebar-text-color: #eeeeee;
  --sidebar-active-bg: #3f6ff0;
  --sidebar-active-color: #ffffff;
  --accordion-active-bg: #242424;
  --sidebar-bg: #242424;
  --sidebar-divider-color: #515151;
  --text-color: #ffffff;
  --theme-text: #eeeeee;
  --search-bar-bg-color: linear-gradient(180deg, #454545 0%, #1e1e1e 100%);
  --modal-bg-color: rgba(131, 131, 131, 0.5);
  --dropdown-hover: rgba(2, 2, 2, 0.2);
  --secondary-search-bar-bg: #424242;
  --login-card-border: #242424;
  --pagination-border: #424242;
  --pagination-bg: #424242;
  --icon-color: #ffffff;
  --gray-50: #9e9e9e;
  --gray-100: #838383;
  --gray-150: #242424;
  --gray-200: #fafafa;
  --gray-250: #424242;
  --gray-300: #242424;
  --gray-350: #2f2f2f;
  --gray-400: #616161;
  --gray-450: #424242;
  --gray-500: #424242;
  --gray-550: #424242;
  --gray-600: #393939;
  --white: #ffffff;
}

/* LIGHT MODE */

html[data-theme="light"] {
  --primary-color: #4379ee;
  --background-color: #ffffff;
  --card-color: #ffffff;
  --title-color: #616161;
  --button-hover-color: #3f6ff0;
  --sidebar-text-color: #757575;
  --sidebar-active-bg: rgba(63, 110, 240, 0.07);
  --sidebar-active-color: #3f6ff0;
  --accordion-active-bg: rgba(63, 110, 240, 0.07);
  --sidebar-bg: #ffffff;
  --sidebar-divider-color: #d9d9d9;
  --text-color: #242424;
  --theme-text: #424242;
  --search-bar-bg-color: linear-gradient(180deg, #fafafa 0%, #f9f9f9 100%);
  --modal-bg-color: rgba(189, 189, 189, 0.5);
  --dropdown-hover: rgba(74, 75, 77, 0.07);
  --secondary-search-bar-bg: linear-gradient(
    180deg,
    rgba(250, 250, 250, 1) 0%,
    rgba(235, 235, 235, 1) 100%
  );
  --login-card-border: #ebebeb;
  --pagination-border: #e3e3e3;
  --pagination-bg: #ffffff;
  --icon-color: #3f6ff0;
  --gray-50: #616161;
  --gray-100: #e3e3e3;
  --gray-150: #ffffff;
  --gray-200: #616161;
  --gray-250: #f9f9f9;
  --gray-300: #e3e3e3;
  --gray-350: #f9f9f9;
  --gray-400: #ffffff;
  --gray-450: #ffffff;
  --gray-500: #e3e3e3;
  --gray-550: #ffffff;
  --gray-600: #f1f1f1;
  --white: #ffffff;
}

/* FONTS */

@font-face {
  font-family: Satoshi;
  font-weight: 400;
  src: url(/_next/static/media/Satoshi-Regular.bb2accee.woff);
}

@font-face {
  font-family: Satoshi;
  font-weight: 500;
  src: url(/_next/static/media/Satoshi-Medium.f3941e68.woff);
}

@font-face {
  font-family: Satoshi;
  font-weight: 700;
  src: url(/_next/static/media/Satoshi-Bold.b28a04c4.woff);
}

/* BODY */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

body {
  background-color: var(--background-color);
  font-family: Satoshi;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

/* LOGIN */

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.login-card {
  background-color: var(--card-color);
  padding: 20px 80px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 24px;
  border: 1px solid var(--login-card-border);
  box-shadow: 0px 4px 18.4px 0px rgba(0, 0, 0, 0.05);
  color: #000000;
  margin-top: 0px;
}

.login-card-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.login-image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--title-color);
}

.login-title.subscription {
  margin-bottom: 0;
  margin-top: 10px;
}

.login-input {
  width: 400px;
  height: 45px;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--login-card-border);
  background: linear-gradient(
    180deg,
    rgba(250, 250, 250, 1) 0%,
    rgba(235, 235, 235, 1) 100%
  );
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.05),
    0px 2px 4px -2px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  color: var(--gray-200);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 12px;
  padding-left: 20px;
  gap: 10px;
  margin-bottom: 30px;
}

.login-input.error {
  border: 1px solid #ef4444 !important;
}

.login-input.subscription {
  margin-bottom: 10px;
}

.login-input.modal {
  width: 100%;
  margin-bottom: 0;
  margin-top: 5px;
}

.login-input.secondary {
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--gray-500);
  background: var(--gray-550);
}

html[data-theme="dark"] .login-input {
  background: linear-gradient(180deg, rgb(68, 68, 68) 0%, rgb(61, 61, 61) 100%);
}

.login-input-title {
  color: var(--text-color);
}

.login-input-title:has-text("*") {
  color: var(--text-color);
}

/* Make required field asterisks more visible */
.login-input-title::after {
  content: "";
}

.login-input-title[data-required="true"]::after,
.login-input-title:contains("*")::after {
  content: " *";
  color: var(--primary-color);
  font-weight: bold;
}

.login-forgot-pass {
  color: var(--title-color);
  font-size: 14px;
}

.login-button {
  border-radius: 12px;
  background-color: var(--primary-color);
  margin-top: 10px;
  cursor: pointer;
  color: white;
  font-size: 15px;
  font-weight: bold;
  min-width: 400px;
  height: 40px;
  justify-content: center;
}

.login-button:hover {
  background-color: var(--button-hover-color);
}

.login-form {
  margin-top: 40px;
}

.login-form.subscription {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.login-form .one-column {
  width: 50%;
}

.login-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.login-text-container.subscription {
  margin: 32px 0;
}

.login-create-account {
  color: var(--primary-color);
  font-size: 14px;
  cursor: pointer;
}

.error-text {
  color: #ef4444;
  font-size: 13px;
  margin-top: -5px;
  margin-bottom: 5px;
}

/* SIDEBAR */

.menu-sidebar {
  position: fixed;
  bottom: 0;
  top: 0;
  z-index: 0;
  inset: 0;
  height: 100%;
  width: 260px;
  background: var(--sidebar-bg);
  box-shadow: 12px 3px 27px 0px rgba(166, 166, 166, 0.1),
    47px 12px 49px 0px rgba(166, 166, 166, 0.09),
    106px 28px 66px 0px rgba(166, 166, 166, 0.05),
    189px 50px 78px 0px rgba(166, 166, 166, 0.01),
    295px 78px 85px 0px rgba(166, 166, 166, 0);
  transition: width 0.3s;
  left: 0;
}

html[data-theme="dark"] .menu-sidebar {
  box-shadow: none;
}

.sidebar-logo {
  display: flex;
  justify-content: start;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color);
}

.sidebar-logo .primary {
  color: var(--primary-color);
}

.sidebar-logo.large {
  font-size: 2rem;
}

.sidebar-container {
  display: flex;
  width: 100%;
  height: 100px;
  margin-top: -50px !important;
  margin-left: -15px !important;
  margin-bottom: 10px;
}

.sidebar-perfect-scrollbar {
  position: relative;
  padding: 1rem;
  height: calc(100vh - 80px);
  transition: padding 0.3s;
}

.sidebar-ul {
  font-weight: 600;
  overflow-y: auto;
  height: 100%;
  max-height: calc(100vh - 80px);
  overflow-x: hidden;
  margin-left: -15px;
}

.sidebar-ul::-webkit-scrollbar {
  width: 5px;
}

.sidebar-ul::-webkit-scrollbar-track {
  border-radius: 10px;
}

.sidebar-ul::-webkit-scrollbar-thumb {
  background: var(--gray-350);
  border-radius: 10px;
}

.sidebar-ul::-webkit-scrollbar-thumb:hover {
  background: var(--gray-500);
}

.sidebar-perfect-scrollbar-h2 {
  display: flex;
  align-items: center;
  color: var(--sidebar-text-color);
  font-size: 11px;
  line-height: 16.2px;
  font-weight: 600;
  padding: 10px 13px;
  margin-left: 5px;
  transition: padding 0.3s, opacity 0.3s;
}

.sidebar-perfect-scrollbar-span {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: opacity 0.3s, padding 0.3s;
  font-size: 14px;
  font-weight: 600;
}

.sidebar-divider {
  position: relative;
  width: 250px;
  margin-left: -18px;
  margin-top: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid var(--sidebar-divider-color);
  -o-border-image: linear-gradient(
      90deg,
      var(--sidebar-divider-color) 0%,
      rgba(217, 217, 217, 0) 100%
    )
    1;
     border-image: linear-gradient(
      90deg,
      var(--sidebar-divider-color) 0%,
      rgba(217, 217, 217, 0) 100%
    )
    1;
}

.sidebar-link {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  color: var(--sidebar-text-color);
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  line-height: 21.6px;
  background-color: transparent;
  text-decoration: none;
  transition: padding 0.2s;
  margin-left: 5px;
}

.sidebar-link.children {
  width: calc(100% - 5px);
}

.sidebar-link.active,
.sidebar-link:hover {
  color: var(--sidebar-active-color);
  background: var(--sidebar-active-bg);
}

.sidebar-icon-container {
  display: flex;
  align-items: center;
  padding-left: 15px;
  justify-content: space-between;
  gap: 10px;
}

.sidebar-icon-chats {
  display: flex;
  align-items: center;
}

.sidebar-icon {
  flex-shrink: 0;
  width: 20px;
}

.sidebar-icon.active {
  color: var(--primary-color);
}

.sidebar-children {
  display: flex;
  flex-direction: column;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
}

.chevron {
  transition: transform 0.3s ease;
  margin-right: 10px;
}

.chevron.rotated {
  transform: rotate(180deg);
}

.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in;
}

.submenu.expanded {
  max-height: 1000px;
}

.nav-item {
  margin-left: 10px;
}

.sidebar-collapse-icon {
  position: absolute;
  top: 9%;
  transform: translateY(-50%) rotate(0deg);
  left: 90.7%;
  transition: transform 0.3s, left 0.3s;
  height: 48px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--gray-250);
  padding: 16px 4px 16px 4px;
  border-radius: 12px 0px 0px 12px;
  color: var(--text-color);
}

/* COLLAPSED SIDEBAR  */

@media screen and (min-width: 767px) {
  .menu-sidebar.collapsed {
    width: 0;
  }

  .menu-sidebar.collapsed .sidebar-container {
    display: none;
  }

  .menu-sidebar.collapsed .sidebar-collapse-icon {
    transform: translate(0%, -50%) rotate(180deg);
    left: 108.5%;
  }

  .menu-sidebar.collapsed .sidebar-perfect-scrollbar {
    display: none;
  }

  .menu-sidebar.collapsed .sub-title-container {
    display: none;
  }
}

/* BOTTOM */

.bottom {
  position: absolute;
  bottom: 1%;
  text-align: left;
  padding: 10px;
  margin-top: auto;
  left: 15px;
  right: 0;
}

/* THEME SWITCH */

.theme-switch {
  display: flex;
  align-items: center;
  transition: opacity 0.3s, margin-left 0.3s;
  position: relative;
  z-index: 1;
}

.darkLight {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 2;
}

.darkLight span {
  font-size: 10px;
  font-weight: 500;
  color: var(--sidebar-text-color);
  text-transform: capitalize;
}

.theme-text {
  color: var(--theme-text);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 16.2px;
  font-weight: 500;
  margin-bottom: 8px;
  transition: padding 0.3s, opacity 0.3s;
}

.theme-switch input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}

.theme-switch label {
  display: flex;
  align-items: center;
  position: relative;
  width: 52px;
  height: 28px;
  background-color: white;
  border-radius: 25px;
  transition: 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05) inset;
}

.theme-switch label::before {
  content: "";
  position: absolute;
  right: auto;
  left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fafafa;
  transition: 0.2s;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99998 2.1001C8.15911 2.1001 8.31172 2.16331 8.42424 2.27583C8.53676 2.38836 8.59998 2.54097 8.59998 2.7001V3.9001C8.59998 4.05923 8.53676 4.21184 8.42424 4.32436C8.31172 4.43688 8.15911 4.5001 7.99998 4.5001C7.84085 4.5001 7.68823 4.43688 7.57571 4.32436C7.46319 4.21184 7.39998 4.05923 7.39998 3.9001V2.7001C7.39998 2.54097 7.46319 2.38836 7.57571 2.27583C7.68823 2.16331 7.84085 2.1001 7.99998 2.1001ZM7.99998 12.5001C8.15911 12.5001 8.31172 12.5633 8.42424 12.6758C8.53676 12.7884 8.59998 12.941 8.59998 13.1001V14.3001C8.59998 14.4592 8.53676 14.6118 8.42424 14.7244C8.31172 14.8369 8.15911 14.9001 7.99998 14.9001C7.84085 14.9001 7.68823 14.8369 7.57571 14.7244C7.46319 14.6118 7.39998 14.4592 7.39998 14.3001V13.1001C7.39998 12.941 7.46319 12.7884 7.57571 12.6758C7.68823 12.5633 7.84085 12.5001 7.99998 12.5001ZM7.99998 6.1001C7.36346 6.1001 6.75301 6.35295 6.30292 6.80304C5.85283 7.25313 5.59998 7.86358 5.59998 8.5001C5.59998 9.13662 5.85283 9.74707 6.30292 10.1972C6.75301 10.6472 7.36346 10.9001 7.99998 10.9001C8.6365 10.9001 9.24694 10.6472 9.69703 10.1972C10.1471 9.74707 10.4 9.13662 10.4 8.5001C10.4 7.86358 10.1471 7.25313 9.69703 6.80304C9.24694 6.35295 8.6365 6.1001 7.99998 6.1001ZM12.5256 4.8233C12.5845 4.76837 12.6318 4.70213 12.6646 4.62853C12.6974 4.55493 12.715 4.47548 12.7164 4.39492C12.7179 4.31435 12.7031 4.23433 12.6729 4.15962C12.6427 4.08491 12.5978 4.01704 12.5408 3.96007C12.4838 3.90309 12.416 3.85818 12.3413 3.828C12.2665 3.79782 12.1865 3.783 12.106 3.78442C12.0254 3.78585 11.9459 3.80348 11.8723 3.83627C11.7987 3.86907 11.7325 3.91635 11.6776 3.9753L10.8288 4.8233C10.7228 4.93704 10.6651 5.08747 10.6678 5.24292C10.6706 5.39836 10.7335 5.54666 10.8435 5.6566C10.9534 5.76653 11.1017 5.8295 11.2572 5.83224C11.4126 5.83498 11.563 5.77728 11.6768 5.6713L12.5256 4.8233ZM5.17118 12.1769C5.23013 12.122 5.27741 12.0557 5.3102 11.9821C5.34299 11.9085 5.36063 11.8291 5.36205 11.7485C5.36347 11.668 5.34865 11.5879 5.31847 11.5132C5.2883 11.4385 5.24338 11.3706 5.18641 11.3137C5.12943 11.2567 5.06156 11.2118 4.98685 11.1816C4.91214 11.1514 4.83212 11.1366 4.75156 11.138C4.671 11.1394 4.59154 11.1571 4.51795 11.1899C4.44435 11.2227 4.37811 11.2699 4.32318 11.3289L3.47518 12.1769C3.36919 12.2906 3.31149 12.4411 3.31424 12.5965C3.31698 12.752 3.37995 12.9003 3.48988 13.0102C3.59981 13.1201 3.74812 13.1831 3.90356 13.1858C4.059 13.1886 4.20944 13.1309 4.32318 13.0249L5.17118 12.1769ZM14.4 8.5001C14.4 8.65923 14.3368 8.81184 14.2242 8.92436C14.1117 9.03688 13.9591 9.1001 13.8 9.1001H12.6C12.4408 9.1001 12.2882 9.03688 12.1757 8.92436C12.0632 8.81184 12 8.65923 12 8.5001C12 8.34097 12.0632 8.18836 12.1757 8.07583C12.2882 7.96331 12.4408 7.9001 12.6 7.9001H13.8C13.9591 7.9001 14.1117 7.96331 14.2242 8.07583C14.3368 8.18836 14.4 8.34097 14.4 8.5001ZM3.99998 8.5001C3.99998 8.65923 3.93676 8.81184 3.82424 8.92436C3.71172 9.03688 3.55911 9.1001 3.39998 9.1001H2.19998C2.04085 9.1001 1.88823 9.03688 1.77571 8.92436C1.66319 8.81184 1.59998 8.65923 1.59998 8.5001C1.59998 8.34097 1.66319 8.18836 1.77571 8.07583C1.88823 7.96331 2.04085 7.9001 2.19998 7.9001H3.39998C3.55911 7.9001 3.71172 7.96331 3.82424 8.07583C3.93676 8.18836 3.99998 8.34097 3.99998 8.5001ZM11.6768 13.0257C11.7905 13.1317 11.941 13.1894 12.0964 13.1866C12.2518 13.1839 12.4001 13.1209 12.5101 13.011C12.62 12.9011 12.683 12.7528 12.6857 12.5973C12.6885 12.4419 12.6308 12.2914 12.5248 12.1777L11.6768 11.3289C11.6218 11.2699 11.5556 11.2227 11.482 11.1899C11.4084 11.1571 11.329 11.1394 11.2484 11.138C11.1678 11.1366 11.0878 11.1514 11.0131 11.1816C10.9384 11.2118 10.8705 11.2567 10.8135 11.3137C10.7566 11.3706 10.7117 11.4385 10.6815 11.5132C10.6513 11.5879 10.6365 11.668 10.6379 11.7485C10.6393 11.8291 10.657 11.9085 10.6898 11.9821C10.7225 12.0557 10.7698 12.122 10.8288 12.1769L11.6768 13.0257ZM4.32318 5.6713C4.43692 5.77728 4.58735 5.83498 4.74279 5.83224C4.89823 5.8295 5.04654 5.76653 5.15647 5.6566C5.2664 5.54666 5.32937 5.39836 5.33212 5.24292C5.33486 5.08747 5.27716 4.93704 5.17118 4.8233L4.32318 3.9753C4.26785 3.91797 4.20167 3.87223 4.12848 3.84075C4.05529 3.80927 3.97657 3.79268 3.8969 3.79195C3.81724 3.79122 3.73822 3.80636 3.66447 3.8365C3.59072 3.86663 3.52371 3.91115 3.46735 3.96746C3.41098 4.02377 3.3664 4.09074 3.3362 4.16446C3.30599 4.23819 3.29077 4.31719 3.29143 4.39685C3.29208 4.47652 3.3086 4.55526 3.34001 4.62848C3.37142 4.70169 3.4171 4.76792 3.47438 4.8233L4.32318 5.6713Z' fill='%23FFC700'/%3E%3C/svg%3E%0A");
}

.theme-switch input:checked + .theme-switch__label {
  background-color: #242424;
  box-shadow: unset;
  border: unset;
}

.theme-switch input:checked + .theme-switch__label::before {
  content: "";
  left: calc(100% - 24px);
  background-color: #ccc;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fillRule='evenodd' clipRule='evenodd' d='M5.96429 2.10322C6.05448 2.17506 6.12207 2.27136 6.15896 2.38061C6.19584 2.48985 6.20047 2.60741 6.17229 2.71922C5.9065 3.7624 5.94701 4.86007 6.28898 5.88081C6.63095 6.90155 7.25988 7.8021 8.10046 8.47461C8.94104 9.14713 9.95765 9.56311 11.0286 9.67275C12.0995 9.7824 13.1793 9.58105 14.1387 9.09282C14.2414 9.04055 14.3571 9.01899 14.4718 9.03072C14.5865 9.04245 14.6953 9.08697 14.7854 9.15896C14.8754 9.23094 14.9428 9.32735 14.9795 9.43664C15.0162 9.54593 15.0206 9.66348 14.9923 9.77522C14.7117 10.8771 14.1592 11.8909 13.3855 12.7241C12.6118 13.5573 11.6415 14.1831 10.5634 14.5444C9.48535 14.9057 8.33388 14.9909 7.21436 14.7922C6.09484 14.5935 5.04302 14.1173 4.15511 13.4071C3.2672 12.6969 2.57156 11.7753 2.13182 10.7268C1.69207 9.67825 1.52227 8.53619 1.63794 7.40508C1.75362 6.27396 2.15107 5.18991 2.79395 4.25209C3.43682 3.31427 4.3046 2.55262 5.31789 2.03682C5.42063 1.98465 5.53622 1.96317 5.65085 1.97494C5.76548 1.98672 5.87429 2.03125 5.96429 2.10322Z' fill='%23242424'/%3E%3C/svg%3E%0A");
}

/* SEARCH BAR */

.header {
  display: flex;
  justify-content: space-between;
}

.search-bar-button-container {
  display: flex;
  position: relative;
  left: 290px;
  justify-content: center;
  align-items: center;
}

.sidebar-is-open-search-bar {
  left: 55px;
}

.search-bar-button-container .button {
  position: relative;
  top: 10px;
  left: 20px;
}

.search-bar-container {
  width: 240px;
  transition: width 0.3s ease-in-out;
  display: flex;
  align-items: center;
  height: 100%;
}

.search-bar-container.secondary {
  width: 200px;
}

.search-bar-container.expanded {
  width: 350px;
}

.header-project-container {
  position: fixed;
}

.profile-container {
  position: relative;
  top: 10px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-right: 16px;
  color: var(--gray-200);
}

.profile-container.right-sidebar-is-open {
  right: 250px;
}

.logout-button {
  color: #ff3838;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.logout-button span {
  margin-left: 5px;
}

.profile-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 6px;
}

.profile-content.settings {
  padding-top: 0px;
  padding-bottom: 0px;
}

.profile-content h2 {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-200);
}

.profile-content p {
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-200);
}

.profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--gray-250);
  border: 1px solid var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile span {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-200);
}

.search-input {
  position: relative;
  border: 1px solid var(--gray-500);
  background: var(--gray-550);
  width: 400px;
  height: 40px;
  margin-top: 20px;
  padding: 12px 16px 12px 16px;
  border-radius: 16px;
  padding-left: 40px;
  font-size: 14px;
  color: var(--text-color);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.03),
    0px 4px 8px -2px rgba(0, 0, 0, 0.05);
}

.search-input.secondary {
  width: 100%;
  height: 40px;
  padding: 12px 16px 12px 16px;
  padding-left: 40px;
  font-size: 14px;
  color: var(--text-color);
  border-radius: 12px;
  margin-top: 0;
}

.search-input.custom {
  background-color: var(--gray-400);
}

html[data-theme="dark"] .search-input {
  box-shadow: none;
  border: none;
}

.search-input:focus {
  border: 1px solid #bdbdbd;
  outline: none;
}

.search-input::-moz-placeholder {
  color: var(--gray-50);
  opacity: 1;
}

.search-input::placeholder {
  color: var(--gray-50);
  opacity: 1;
}

.search-icon-container {
  position: absolute;
  left: 14px;
  top: 30px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.search-icon-container.secondary {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 1rem;
  transform: translateY(-50%);
  color: var(--grey-2400);
}

.search-icon {
  color: var(--gray-50);
}

.main-content {
  position: relative;
  margin-left: 290px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: width 0.3s ease, right 0.3s ease;
}

/* CARD */

.workspace-wrapper {
  position: absolute;
  transition: width 0.3s ease, left 0.3s ease;
}

.card-container {
  position: relative;
  width: calc(100vw - 315px);
  height: 100%;
  top: 65px;
  padding: 20px 20px 6px 20px;
  border-radius: 24px;
  border: 1px solid var(--gray-300);
  background: var(--card-color);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.03),
    0px 4px 8px -2px rgba(0, 0, 0, 0.05);
}

.card-container.list {
  padding: 10px 15px;
}

.card-container.roles {
  top: 50px;
  padding: 0px;
  overflow: hidden;
}

.card-container.sidebar-is-open-tool-card {
  width: calc(100vw - 80px);
  right: 235px;
}

.card-container.right-sidebar-is-open {
  width: calc(100vw - 560px);
}

.card-container.both-sidebar-open {
  width: calc(100vw - 340px);
  right: 235px;
}

.card {
  width: calc(100% + 10px);
  overflow-y: auto;
  max-height: 490px;
  overflow-x: hidden;
  padding-right: 10px;
  height: 100%;
}

.card.list {
  max-height: 510px;
}

.card::-webkit-scrollbar {
  width: 5px;
}

.card::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--gray-350);
}

.card::-webkit-scrollbar-thumb {
  background: var(--gray-600);

  border-radius: 10px;
}

.card::-webkit-scrollbar-thumb:hover {
  background: var(--gray-500);
}

.tools-card {
  position: relative;
  width: calc(100vw - 315px);
  height: 60px;
  top: 45px;
  padding: 22px 20px;
  border-radius: 16px;
  border: 1px solid var(--gray-300);
  background: var(--card-color);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.03),
    0px 4px 8px -2px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar-is-open-tool-card {
  width: calc(100vw - 80px);
  right: 235px;
}

.tools-card.right-sidebar-is-open {
  width: calc(100vw - 560px);
}

.tools-card.both-sidebar-open {
  width: calc(100vw - 340px);
  right: 235px;
}

.workspace-breadcrumb {
  position: relative;
  top: 30px;
  font-size: 22px;
  font-weight: 700;
  color: var(--gray-200);
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-is-open-breadcrumb {
  right: 235px;
}

.card-item {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: var(--gray-350);
  margin-bottom: 14px;
  border-radius: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.card-item:hover {
  background-color: #9e9e9e0b;
}

.card-item:last-child {
  border-bottom: none;
}

.icon-container {
  margin-right: 1rem;
  color: var(--gray-200);
}

.info-container {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  color: var(--gray-200);
}

.item-title {
  font-size: 16px;
  margin: 0;
  color: var(--gray-200);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.item-title:hover {
  color: var(--primary-color);
  transform: scale(1.01);
  letter-spacing: 0.2px;
}

.item-date-container {
  display: flex;
  align-items: center;
  background-color: var(--sidebar-active-bg);
  color: var(--sidebar-active-color);
  border-radius: 10px;
  padding: 2px 20px;
  margin-right: 10px;
  border: 1px solid var(--sidebar-active-color);
}

.item-date {
  font-size: 13px;
  font-weight: 500;
  margin-top: 1px;
}

/* BUTTON */

.primary-button {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  white-space: nowrap;
}

.primary-button.solid {
  color: var(--white);
  background-color: var(--primary-color);
}

.primary-button:hover {
  background-color: var(--primary-color);
  color: white;
}

.tools-buttons-container {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 10px;
  position: relative;
}

/* CHECKBOX */

.check-box {
  display: block;
}

.check-box input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.check-box label {
  position: relative;
  cursor: pointer;
  bottom: 1px;
}

.check-box input:disabled + label {
  cursor: not-allowed;
  opacity: 0.6;
}

.check-box label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--gray-100);
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8.5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 2px;
  margin-right: 15px;
  transition: background-color 0.3s;
}

.check-box input:checked + label:before {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.check-box input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

/* DROP DOWN */

.dropdown {
  opacity: 0;
  visibility: hidden;
  scale: 0.7;
  transition: 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  top: calc(100% + 24px);
  right: 30px;
  transform-origin: top center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px;
  border-radius: 12px;
  background-color: var(--gray-450);
  z-index: 99999;
  box-shadow: 0px 6px 12px -2px rgba(0, 0, 0, 0.08),
    0px 4px 8px -2px rgba(0, 0, 0, 0.01);
  white-space: nowrap;
}

.dropdown-divider {
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(238, 238, 238, 1) 40%,
    rgba(255, 255, 255, 0) 0%
  );
  border: none;
  background-repeat: repeat-x;
  background-size: 15px 1px;
  background-position: center;
  width: 100%;
}

html[data-theme="dark"] .dropdown-divider {
  background-image: linear-gradient(
    to right,
    rgb(120, 120, 120) 40%,
    rgba(255, 255, 255, 0) 0%
  );
}

.info-card {
  position: absolute;
  left: 40%;
  top: 110%;
  padding: 10px;
  background-color: var(--gray-350);
  border: 1px solid var(--gray-300);
  box-shadow: 0px 6px 12px -2px rgba(0, 0, 0, 0.08),
    0px 4px 8px -2px rgba(0, 0, 0, 0.01);
  z-index: 10;
  border-radius: 12px;
  width: 120px;
  color: var(--gray-200);
  transition: 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  font-size: 14px;
  font-weight: 500;
}

.info-card::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -16px;
  border-width: 7.5px;
  border-style: solid;
  border-color: transparent var(--gray-300) transparent transparent;
}

.info-card::after {
  content: "";
  position: absolute;
  top: 40%;
  left: -14px;
  border-width: 7.5px;
  border-style: solid;
  border-color: transparent var(--gray-350) transparent transparent;
}

.small-card p {
  margin: 0;
  font-size: 0.875rem;
}

.dropdown.right-click {
  top: 0;
  left: 30px;
}

.dropdown .btn {
  padding: 6px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  color: var(--gray-200);
  position: relative;
  cursor: pointer;
  justify-content: space-between;
}

.dropdown .btn:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(238, 238, 238, 1) 40%,
    rgba(255, 255, 255, 0) 0%
  );
  background-repeat: repeat-x;
  background-size: 15px 1px;
}

html[data-theme="dark"] .dropdown .btn:not(:last-child)::after {
  background-image: linear-gradient(
    to right,
    rgb(120, 120, 120) 40%,
    rgba(255, 255, 255, 0) 0%
  );
  border: none;
}

.dropdown .btn:hover {
  background-color: var(--dropdown-hover);
}

.dropdown.active {
  opacity: 1;
  visibility: visible;
  scale: 1;
}

/* MAIN LOADER */

.loader-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: var(--background-color);
}

/* SUBSCRIPTION */

.sub-card-container {
  display: flex;
  align-items: center;
  gap: 16px;
  width: calc(100% - 18px);
  height: 70px;
  background-color: var(--gray-350);
  border-radius: 16px;
  padding: 15px;
  margin-bottom: 5px;
}

.sub-icon-container {
  border-radius: 12px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sidebar-active-bg);
  color: var(--icon-color);
  align-self: flex-start;
}

.sub-icon-container.modal {
  padding: 12px;
}

.sub-icon-container.logs {
  background-color: var(--gray-350);
}

.sub-title-container {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}

.sub-title-container span {
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-200);
}

.sub-title-container p {
  font-size: 15px;
  font-weight: 700;
  color: var(--gray-200);
}

/* PAGINATION */

.pagination-container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  top: 100px;
  right: 0;
  margin-left: auto;
  padding: 22px 20px;
  border-radius: 14px;
  border: 1px solid var(--gray-300);
  background: var(--card-color);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.03),
    0px 4px 8px -2px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--text-color);
  font-size: 13px;
}

.sidebar-is-opn-pagination-container {
  right: 115px;
}

.pagination-button {
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 51px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-button.active {
  border: 1px solid var(--pagination-border);
  background-color: var(--pagination-bg);
}

.pagination-button:disabled {
  color: var(--gray-100);
  cursor: not-allowed;
  background-color: var(--card-color) !important;
}

.pagination-button:not(.active):hover {
  border: 1px solid var(--pagination-border);
  background-color: var(--pagination-bg);
}

.pagination-dots {
  padding: 8px 12px;
  color: var(--text-color);
  cursor: default;
}

/* COURSES */

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
  gap: 16px;
  position: relative;
  width: 98%;
  transition: margin-right 0.3s ease;
}

.grid-container.right-sidebar-is-open {
  width: calc(100vw - 560px);
}

.grid-container.both-sidebar-open {
  width: calc(100vw - 340px);
  right: 235px;
}

.courses-container {
  border-radius: 18px;
  border: 1px solid var(--gray-300);
  background: var(--card-color);
  text-align: left;
  position: relative;
  overflow: hidden;
}

.courses-card {
  border-radius: 18px;
  border: 1px solid var(--gray-300);
  background: var(--card-color);
  padding: 12px;
  text-align: left;
  gap: 16px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.courses-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-top: 6px;
}

.courses-card h1 {
  font-size: 18px;
  margin-top: 4px;
  font-weight: 600;
  color: var(--primary-color);
}

.courses-card span {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-50);
}

.course-image {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.logo-image {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.star-rating {
  margin-top: 4px;
  display: flex;
  gap: 4px;
}

.star-icon {
  color: yellow !important;
  font-size: 20px;
}

.courses-card .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(63, 111, 240, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.courses-card .overlay-text {
  color: #242424;
  font-size: 16px;
  margin-bottom: 50px;
  font-weight: 600;
  background: #ffffff;
  border-radius: 12px;
  padding: 10px;
}

.image-container:hover .image-overlay {
  opacity: 1;
}

.course-checkbox {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 10000;
  pointer-events: auto;
}

.courses-card.faded {
  opacity: 0.7;
  transition: opacity 0.5s ease;
  position: relative;
  z-index: 1;
}

/* RIGHT SIDEBAR */

.right-sidebar {
  position: fixed;
  right: -250px;
  top: 0;
  width: 250px;
  height: 100%;
  padding: 20px;
  gap: 20px;
  background-color: var(--sidebar-bg);
  box-shadow: -12px 3px 27px 0px rgba(166, 166, 166, 0.1),
    -47px 12px 49px 0px rgba(166, 166, 166, 0.09),
    -106px 28px 66px 0px rgba(166, 166, 166, 0.05),
    -189px 50px 78px 0px rgba(166, 166, 166, 0.01),
    -295px 78px 85px 0px rgba(166, 166, 166, 0);
  transition: right 0.3s ease;
  z-index: 1000;
}

html[data-theme="dark"] .right-sidebar {
  box-shadow: none;
}

.right-sidebar-is-open {
  right: 0;
}

.right-sidebar .title-container {
  display: flex;
  justify-content: space-between;
  color: var(--text-color);
}

.right-sidebar .close-icon {
  cursor: pointer;
}

.right-sidebar-open-grid {
  margin-right: 300px;
}

.right-sidebar h1 {
  font-size: 18px;
  font-weight: 600;
}

/* MULTI SELECT */

.multi-select-container {
  width: 250px;
  font-family: Arial, sans-serif;
  position: relative;
}

.multi-select-dropdown {
  position: absolute;
  top: 105%;
  width: 100%;
  background-color: var(--gray-450);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow-y: auto;
  padding: 6px;
  cursor: pointer;
  font-size: 14px;
  color: var(--text-color);
}

.options-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.option-item {
  padding: 8px;
  cursor: pointer;
}

.option-item:hover {
  background-color: var(--gray-400);
  border-radius: 12px;
}

.option-item input {
  margin-right: 8px;
}

/* STATUS RADIO */

.modal-status-container {
  max-width: 48%;
  height: 45px;
  padding: 10px;
  gap: 8px;
  border-radius: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: 600;
  line-height: 18.9px;
  padding-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

/* LIST */

.logs-list-container {
  padding: 10px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  color: var(--gray-200);
}

.list-divider {
  border-bottom: 0.5px solid var(--sidebar-divider-color);
}

.logs-list-container span {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-200);
}

.logs-list-container p {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-50);
}

.card-container .date {
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-50);
}

/* MODAL */

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-color: var(--modal-bg-color);
}

.modal-content {
  position: relative;
  background: var(--background-color);
  box-shadow: 0px 25px 56px 0px rgba(0, 0, 0, 0.08),
    0px 101px 101px 0px rgba(0, 0, 0, 0.07),
    0px 228px 137px 0px rgba(0, 0, 0, 0.04),
    0px 406px 162px 0px rgba(0, 0, 0, 0.01),
    0px 634px 177px 0px rgba(0, 0, 0, 0);
  overflow: hidden;
  border-radius: 16px;
  padding: 0 !important;
  color: var(--text-color);
  min-width: 400px;
}

.modal-has-children {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.modal-title-container {
  display: flex;
  justify-content: flex-start;
  padding: 20px 15px 15px 20px;
  gap: 10px;
}

.modal-title-container.trash {
  display: flex;
  justify-content: space-between;
  padding: 20px 15px 15px 20px;
  gap: 10px;
}

.modal-icon-container {
  background: var(--sidebar-active-bg);
  width: 100%;
  height: 48px;
  gap: 19px;
  border-radius: 8px;
  color: var(--is-wait-text);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-title-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 32.4px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: var(--grey-400);
}

.modal-label-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.6px;
  color: var(--grey-800);
  text-align: center;
}

.modal-divider {
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--sidebar-divider-color);
  -o-border-image: linear-gradient(
      90deg,
      var(--sidebar-divider-color) 0%,
      rgba(217, 217, 217, 0) 100%
    )
    1;
     border-image: linear-gradient(
      90deg,
      var(--sidebar-divider-color) 0%,
      rgba(217, 217, 217, 0) 100%
    )
    1;
}

.details-container {
  padding: 10px;
  border: 1px solid var(--gray-500);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}

.details-container.not-last {
  margin-bottom: 10px;
}

.input-details-container {
  margin-bottom: 10px;
}

.cancel-button {
  width: 108px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid #9e9e9e;
  align-items: center;
  justify-content: center;
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 700;
}

.save-button {
  width: 80%;
  height: 38px;
  border-radius: 12px;
  background: var(--primary-color);
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: 700;
}

.modal-buttons-container {
  display: flex;
  gap: 0.5rem;
  padding: 1.25rem;
}

.modal-buttons-container.create {
  padding: 0.25rem;
}

/* ACCORDION */

.accordion-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid var(--gray-500);
  border-radius: 8px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid var(--gray-500);
  cursor: pointer;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-title {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  color: var(--text-color);
}

.accordion-title .chevron-icon {
  transition: transform 0.3s ease;
}

.accordion-item.active .chevron-icon {
  transform: rotate(180deg);
}

.accordion-item:first-child .accordion-title {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.accordion-item.active .accordion-title {
  background-color: var(--accordion-active-bg);
  color: var(--primary-color);
  border-bottom: 1px solid var(--gray-500);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease, padding 0.6s ease;
  transition: max-height 0.3s ease;
  background-color: var(--gray-350);
}

.accordion-item.active .accordion-content {
  max-height: 300px;
  padding: 15px 20px;
}

.accordion-content p {
  margin: 0;
  font-size: 1rem;
  color: var(--text-color);
}

/* NOT FOUND */
.not-found-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--background-color);
  padding: 0 20px;
  text-align: center;
}

.not-found-code {
  font-size: 6rem;
  font-weight: bold;
  color: var(--primary-color);
  margin: 0,
}
  
.not-found-message {
  font-size: 1.5rem;
  color: var(--gray-200);
  margin-bottom: 2rem;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  border-color: var(--sidebar-active-color);
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.filter-apply-button {
  display: flex;
  justify-content:flex-start;
  position: fixed;
  bottom: 20px;
  gap: 10px
}

.empty-state-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gray-200);
  margin-bottom: 0.5rem;
}

.empty-state-message {
  font-size: 1rem;
  color: var(--gray-200);
  margin-bottom: 1.5rem;
}

/* CREATE CONTENT MODAL STYLES */

.content-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.content-type-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid var(--gray-500);
  border-radius: 12px;
  background: var(--card-color);
  color: var(--text-color);
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
  font-size: 14px;
}

.content-type-card:hover {
  background: var(--dropdown-hover);
  border-color: var(--primary-color);
}

.content-type-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
}

.content-type-label {
  color: var(--text-color);
  font-weight: 500;
}

.form-fields-container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.login-input.modal.textarea {
  min-height: 80px;
  resize: vertical;
  padding-top: 12px;
  font-family: inherit;
}

.login-input.modal.file-input {
  padding: 8px 12px;
  cursor: pointer;
}

.modal-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: var(--gray-200);
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.modal-close-button:hover {
  background: var(--dropdown-hover);
  color: var(--text-color);
}

.lti-form-scrollable {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 8px;
}

.lti-form-scrollable::-webkit-scrollbar {
  width: 6px;
}

.lti-form-scrollable::-webkit-scrollbar-track {
  background: var(--gray-300);
  border-radius: 3px;
}

.lti-form-scrollable::-webkit-scrollbar-thumb {
  background: var(--gray-200);
  border-radius: 3px;
}

.lti-form-scrollable::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

/* Firefox scrollbar */
.lti-form-scrollable {
  scrollbar-width: thin;
  scrollbar-color: var(--gray-200) var(--gray-300);
}

/* Folder Tree Styles */

.F {
  display: flex;
  flex-direction: column;
  max-height: 240px;
  overflow-y: auto;
  padding: 8px;
  background: var(--gray-350);
  border: 1px solid var(--gray-300);
  border-radius: 6px;
}

.folder-tree-item {
  display: flex;
  flex-direction: column;
}

.folder-tree-item-content {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  border-radius: 4px;
  transition: background-color 0.15s ease;
}

.folder-tree-item-content:hover {
  background-color: rgba(var(--primary-rgb, 0, 123, 255), 0.05);
}

.folder-tree-expand-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  color: var(--gray-50);
  transition: all 0.15s ease;
}

.folder-tree-expand-button:hover {
  background-color: var(--gray-200);
  color: var(--text-color);
}

.folder-tree-spacer {
  width: 20px;
  height: 20px;
}

.folder-tree-chevron {
  width: 12px;
  height: 12px;
  transition: transform 0.15s ease;
  transform: rotate(-90deg);
}

.folder-tree-chevron.expanded {
  transform: rotate(0deg);
}

.folder-tree-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--primary-color);
  flex-shrink: 0;
}

.folder-tree-details {
  flex: 1;
  min-width: 0;
}

.folder-tree-name {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.folder-tree-type {
  font-size: 11px;
  color: var(--gray-50);
  line-height: 1.2;
}

.folder-tree-children {
  position: relative;
}

.folder-tree-children::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--gray-300);
  opacity: 0.5;
}

.folder-tree-more {
  font-size: 11px;
  color: var(--gray-50);
  font-style: italic;
  padding: 4px 0;
  cursor: pointer;
  transition: color 0.15s ease;
}

.folder-tree-more:hover {
  color: var(--primary-color);
}

/* CONFIRMATION MODAL STYLES */

.confirmation-modal {
  max-width: 500px;
  width: 90%;
}

.confirmation-content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.confirmation-message {
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  font-weight: 600;
}

.confirmation-message p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
}

.confirmation-item-preview {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: var(--gray-350);
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  margin: 8px 0;
}

.confirmation-item-preview .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--background-color);
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  color: var(--primary-color);
  flex-shrink: 0;
}

.confirmation-item-preview .item-details {
  flex: 1;
  min-width: 0;
}

.confirmation-item-preview .item-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 2px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.confirmation-item-preview .item-type {
  font-size: 12px;
  color: var(--gray-50);
  text-transform: capitalize;
}

.folder-contents-section {
  margin: 12px 0;
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  overflow: hidden;
}

.folder-contents-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--gray-350);
  cursor: pointer;
  transition: background-color 0.15s ease;
  border-bottom: 1px solid var(--gray-300);
}

.folder-contents-toggle:hover {
  background: var(--dropdown-hover);
}

.folder-contents-toggle-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.folder-contents-chevron {
  width: 14px;
  height: 14px;
  color: var(--gray-50);
  transition: transform 0.2s ease;
  transform: rotate(-90deg);
}

.folder-contents-chevron.expanded {
  transform: rotate(0deg);
}

.folder-contents-info {
  flex: 1;
}

.folder-contents-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 2px;
}

.folder-contents-subtitle {
  font-size: 12px;
  color: var(--gray-50);
}

.folder-contents-tree {
  max-height: 300px;
  overflow-y: auto;
  padding: 8px 16px 16px;
  background: var(--background-color);
}

.folder-contents-tree::-webkit-scrollbar {
  width: 6px;
}

.folder-contents-tree::-webkit-scrollbar-track {
  background: var(--gray-300);
  border-radius: 3px;
}

.folder-contents-tree::-webkit-scrollbar-thumb {
  background: var(--gray-50);
  border-radius: 3px;
}

.folder-contents-tree::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

.folder-tree-count {
  font-size: 11px;
  color: var(--gray-50);
  background: var(--gray-300);
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: auto;
  flex-shrink: 0;
}

.folder-tree-collapsed-info {
  margin-top: 2px;
}

.folder-tree-collapsed-text {
  font-size: 11px;
  color: var(--gray-50);
  font-style: italic;
  opacity: 0.8;
}

.confirmation-warning {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 8px;
  margin-bottom: 16px;
  align-items: flex-start;
}

.warning-header {
  display: flex;
  align-items: start;
  gap: 8px;
}

.warning-icon {
  font-size: 16px;
  flex-shrink: 0;
}

.warning-title {
  font-size: 14px;
  font-weight: 600;
  color: #dc2626;
}

.warning-message {
  font-size: 13px;
  line-height: 1.4;
  color: #dc2626;
  margin-left: 24px;
}

/* Enhanced button styles for confirmation modal */
.save-button.dangerous {
  background: #dc2626;
  border: 1px solid #dc2626;
}

.save-button.dangerous:hover {
  background: #b91c1c;
  border-color: #b91c1c;
}

.save-button.dangerous:disabled {
  background: #6b7280;
  border-color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}

.save-button:disabled {
  background: #6b7280;
  border-color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}

.cancel-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Loading spinner animation */
.loading-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 8px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Dark theme adjustments */
html[data-theme="dark"] .confirmation-warning {
  background: rgba(239, 68, 68, 0.15);
  border-color: rgba(239, 68, 68, 0.4);
}

html[data-theme="dark"] .warning-title,
html[data-theme="dark"] .warning-message {
  color: #f87171;
}

html[data-theme="dark"] .folder-contents-toggle {
  border-color: var(--gray-400);
}

html[data-theme="dark"] .confirmation-item-preview {
  border-color: var(--gray-400);
}

html[data-theme="dark"] .folder-contents-section {
  border-color: var(--gray-400);
}

/* Responsive design for smaller screens */
@media (max-width: 640px) {
  .confirmation-modal {
    width: 95%;
    max-width: none;
    margin: 10px;
  }
  
  .modal-buttons-container.create {
    flex-direction: column;
    gap: 8px;
  }
  
  .save-button {
    width: 100%;
  }
  
  .cancel-button {
    width: 100%;
  }
  
  .folder-contents-tree {
    max-height: 200px;
  }
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
@media (prefers-color-scheme: dark) {

  .dark\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity));
  }

  .dark\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgb(52 211 153 / var(--tw-text-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(74 222 128 / var(--tw-text-opacity));
  }

  .dark\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgb(129 140 248 / var(--tw-text-opacity));
  }

  .dark\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgb(244 114 182 / var(--tw-text-opacity));
  }

  .dark\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgb(192 132 252 / var(--tw-text-opacity));
  }

  .dark\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity));
  }

  .dark\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity));
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./node_modules/react-toastify/dist/ReactToastify.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: hsl(6, 78%, 57%);
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);

  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);

  --toastify-container-width: fit-content;
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;

  /* Used only for colored theme */
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;

  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  /* used to control the opacity of the progress trail */
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  width: var(--toastify-container-width);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
  align-items: end;
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
  align-items: end;
}

.Toastify__toast {
  --y: 0;
  position: relative;
  touch-action: none;
  width: var(--toastify-toast-width);
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: var(--toastify-toast-padding);
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: var(--toastify-toast-shadow);
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  /* webkit only issue #791 */
  z-index: 0;
  /* inner swag */
  display: flex;
  flex: 1 auto;
  align-items: center;
  word-break: break-word;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
  .Toastify__toast {
    --toastify-toast-width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
}

.Toastify__toast-container[data-stacked='true'] {
  width: var(--toastify-toast-width);
}

.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}

.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,
.Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}

.Toastify__toast--stacked[data-collapsed='false'] {
  overflow: visible;
}

.Toastify__toast--stacked[data-collapsed='true']:not(:last-child) > * {
  opacity: 0;
}

.Toastify__toast--stacked:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}

.Toastify__toast--stacked[data-pos='top'] {
  top: 0;
}

.Toastify__toast--stacked[data-pos='bot'] {
  bottom: 0;
}

.Toastify__toast--stacked[data-pos='bot'].Toastify__toast--stacked:before {
  transform-origin: top;
}

.Toastify__toast--stacked[data-pos='top'].Toastify__toast--stacked:before {
  transform-origin: bottom;
}

.Toastify__toast--stacked:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 22px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  z-index: 1;
}

.Toastify__toast--rtl .Toastify__close-button {
  left: 6px;
  right: unset;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
}

.Toastify__progress-bar--wrp {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}

.Toastify__progress-bar--wrp[data-hidden='true'] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

