/*
! tailwindcss v3.0.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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[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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

.-translate-x-56, .translate-x-0, .translate-x-56, .transform, .hide, .sm\:translate-x-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-transform: translateX(var(--tw-translate-x)) translateY(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));
}

.border, .border-1, .border-b-1, .border-t-2, .border-l-1, blockquote, div, .scroll, .dark\:border {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.shadow-lg, .shadow-sm, img {
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

.ring-1, .focus\:ring-2 {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --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;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0px;
}
.top-8 {
  top: 2rem;
}
.right-0 {
  right: 0px;
}
.z-10 {
  z-index: 10;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.float-right {
  float: right;
}
.m-1 {
  margin: 0.25rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mr-8 {
  margin-right: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mt-auto {
  margin-top: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-4 {
  margin-left: 1rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mb-4 {
  margin-bottom: -1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1\/4 {
  height: 25%;
}
.h-screen {
  height: 100vh;
}
.h-12 {
  height: 3rem;
}
.h-6 {
  height: 1.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-1 {
  height: 0.25rem;
}
.h-24 {
  height: 6rem;
}
.h-full {
  height: 100%;
}
.h-36 {
  height: 9rem;
}
.h-60 {
  height: 15rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-3\/4 {
  width: 75%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-12 {
  width: 3rem;
}
.w-72 {
  width: 18rem;
}
.w-6 {
  width: 1.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-56 {
  width: 14rem;
}
.w-36 {
  width: 9rem;
}
.w-8 {
  width: 2rem;
}
.w-4 {
  width: 1rem;
}
.w-3\/12 {
  width: 25%;
}
.w-24 {
  width: 6rem;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-1\/2 {
  width: 50%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/6 {
  width: 33.333333%;
}
.w-60 {
  width: 15rem;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-content {
  max-width: 95rem;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.origin-top-right {
  transform-origin: top right;
}
.-translate-x-56 {
  --tw-translate-x: -14rem;
  transform: var(--tw-transform);
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
}
.translate-x-56 {
  --tw-translate-x: 14rem;
  transform: var(--tw-transform);
}
.transform {
  transform: var(--tw-transform);
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-small {
  grid-template-columns: 0 auto;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.overflow-auto {
  overflow: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-1 {
  border-width: 1px;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-t-2 {
  border-top-width: 0.5rem;
}
.border-l-1 {
  border-left-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.border-opacity-30 {
  --tw-border-opacity: 0.3;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-sidebar-dark {
  background-image: radial-gradient(circle, #242424 0%, #1d1f27 100%);
}
.bg-sidebar-light {
  background-image: radial-gradient(circle,rgba(35,56,124, 1) 0%,rgba(35, 37, 46, 1) 100%);
}
.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgb(243 244 246 / 0));
}
.to-white {
  --tw-gradient-to: #fff;
}
.p-4 {
  padding: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-0 {
  padding: 0px;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pl-0 {
  padding-left: 0px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.font-light {
  font-weight: 300;
}
.font-extralight {
  font-weight: 200;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.tabular-nums {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  --tw-font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-font-variant-numeric);
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-pagination {
  line-height: 1.8rem;
}
.leading-12 {
  line-height: 3rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
.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-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 {
  outline-style: solid;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.underline {
  text-decoration: underline;
  text-decoration-color: text-indigo-300;
  text-underline-position: under;
}

img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  border-radius: 0.5rem;
  --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);
}

main img.border-b-1 {
        border-bottom-width: 0px;
    }

/* Left sidebar */

.sidebar .navitem {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.sidebar .navitem:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sidebar .navitem.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

div.menu li {
  line-height: 3rem;
}

div.menu ul > li:last-child > a {
    margin-right: -3px;
    max-width: calc(100% - 3px);
}

div.menu ul > li:last-child::after {
    visibility: hidden;
    content: "";
    position: relative;
    right: -8.8rem;
    width: 3px;
    background-color: white;
    pointer-events: none;
    border-right: solid 2px white;
    transition: top 0.5s ease;
}

@media screen and (max-width: 1280px) {
    div.menu ul > li:last-child::after {
        right: -6.8rem;
    }
}

div.menu ul > li.active:nth-child(1) ~ li:last-child::after,
div.menu ul > li.navitem:nth-child(1):hover ~ li:last-child::after {
    top: -12rem;
    visibility: visible;
}
div.menu ul > li.active:nth-child(2) ~ li:last-child::after,
div.menu ul > li.navitem:nth-child(2):hover ~ li:last-child::after {
    top: -9rem;
    visibility: visible;
}
div.menu ul > li.active:nth-child(3) ~ li:last-child::after,
div.menu ul > li.navitem:nth-child(3):hover ~ li:last-child::after {
    top: -6rem;
    visibility: visible;
}
div.menu ul > li.active:nth-child(4):last-child::after,
div.menu ul > li.navitem:nth-child(4):last-child:hover::after {
    top: -3rem;
    visibility: visible;
}

div.menu > * {
    transition: transform 0.4s ease;
}

/* SVGs */

html[class="dark"] svg {
    fill: #9ca3af;
    stroke: #9ca3af;
}

html[class="dark"] .social svg:hover {
    fill: white;
    stroke: white;
}

html:not(.dark) svg.twitter {
    fill: #1da1f2;
    stroke: #1da1f2;
}

html:not(.dark) svg.twitter:hover {
    fill: #1b90d8;
    stroke: #1b90d8;
}

html:not(.dark) svg.facebook {
    fill: #4267b2;
    stroke: #4267b2;
}

html:not(.dark) svg.facebook:hover {
    fill: #375593;
    stroke: #375593;
}

html:not(.dark) svg.linkedin {
    fill: #0072b1;
    stroke: #0072b1;
}

html:not(.dark) svg.linkedin:hover {
    fill: #006398;
    stroke: #006398;
}

html[class="dark"] svg.darktoggle {
  display: none;
}

html:not(.dark) svg.lighttoggle {
  display: none;
}

.sidebar svg {
    fill: #9ca3af;
    stroke: #9ca3af;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.sidebar svg:hover {
    fill: #fff;
    stroke: #fff;
}

/* Content area */

.content, .postlist {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 2rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
}

@media (min-width: 1024px) {

  .content, .postlist {
    margin-right: 8rem;
  }

  .content, .postlist {
    margin-left: 8rem;
  }
}

.content a {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
  text-decoration: underline;
  text-decoration-color: text-indigo-300;
  text-underline-position: under;
}

.dark .content a {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}

.content p {
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  font-weight: 300;
}

.dark .content p {
  font-weight: 200;
}

.content blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.dark .content blockquote {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.content blockquote > p {
  margin-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.content h1 {
  margin-top: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.dark .content h1 {
  font-weight: 300;
}

.content h2 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.content h3 {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.content ol {
  list-style-type: decimal;
  padding-left: 2.5rem;
  line-height: 2rem;
}

.content ul {
  list-style-type: disc;
  padding-left: 2.5rem;
  line-height: 2rem;
}

.content table {
  width: 100%;
  table-layout: auto;
}

.content table thead tr {
  line-height: 3rem;
}

.dark .content table tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 40 43 / var(--tw-bg-opacity));
}

.content table tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.dark .content table tbody tr:nth-child(odd) {
  background-image: radial-gradient(circle, #242424 0%, #1d1f27 100%);
}

.content img {
    max-width: 100%;
}

.social svg {
  margin-left: 0.5rem;
  margin-right: 0.75rem;
  height: 1.25rem;
}

.social a {
    position: relative;
}

.social a::before {
    content: attr(aria-label);
    position: absolute;
    transform: translateY(-50%);
    top: -42px;
    left: -45px;
    width: 150px;
    padding: 10px;
    background: #000;
    border-radius: 0.3rem;
    color: #fff;
    text-align: center;
    opacity: 0;
    font-size: 12px;
}

.social a.link:active::before {
    content: "Copied";
    top: -33px;
}

.social a:hover::before {
    opacity: 1;
    display: block;
}

.social a:hover > span::after {
    content: " ";
    position: absolute;
    top: -14px;
    left: 7px;
    margin-bottom: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

/* Utils */

.readingtime {
  cursor: default;
    position: relative;
}

.readingtime::before {
    content: attr(data-words);
    position: absolute;
    transform: translateY(-50%);
    bottom: -49px;
    right: 1px;
    width: 100px;
    padding: 4px;
    background: #000;
    border-radius: 0.3rem;
    color: #fff;
    text-align: center;
    opacity: 0;
    font-size: 12px;
}

div.readingtime:hover::before {
    opacity: 1;
    display: block;
}

.readingtime:hover > span::after {
    content: " ";
    position: absolute;
    top: 11px;
    right: 41px;
    margin-bottom: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.content.post > p > a:hover, .content.page a:hover, a.postlistheading:hover, .postlist a:hover, #recents a:hover, #top-bar a:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
  text-decoration: underline;
  text-decoration-color: text-indigo-300;
  text-underline-position: under;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

/* Right sidebar */

#toc {
    transition: top 0.2s ease-in-out;
    animation: fadeup-content 0.8s;
}

nav.toc {
    margin-left: 8px;
}

nav.toc ol {
  list-style-type: none;
    transition: top 0.4s ease;
}

nav.toc li {
  line-height: 2rem;
}

nav.toc a {
  display: block;
  text-decoration: none;
}

main nav.toc a.border-b-1 {
        border-bottom-width: 0px;
    }

nav.toc a {
    padding-left: 18px;
    margin-left: -9px;
}

nav.toc a:active, nav.toc a:hover {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.dark nav.toc a:active, .dark nav.toc a:hover {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}

nav.toc a:active,
nav.toc a:hover {
    border-left: 1px solid;
    padding-left: 17px;
}

nav.toc a.active {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.dark nav.toc a.active {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}

nav.toc a.active {
    border-left: 2px solid;
    padding-left: 16px;
}

nav.toc ol ol a,
nav.toc ol ol a:hover,
nav.toc ol ol a:active,
nav.toc ol ol a.active {
    padding-left: 26px;
}

nav.toc ol ol a:active,
nav.toc ol ol a:hover {
    padding-left: 25px;
}

nav.toc ol ol a.active {
    padding-left: 24px;
}

/* Collection pagination */

ul.pagination div {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
}

ul.pagination div:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark ul.pagination div {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark ul.pagination div:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

html:not(.dark) ul.pagination div.active {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    box-shadow: 0 0 8px 0 rgba(55, 48, 163);
}

html[class="dark"] ul.pagination div.active {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}

::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

::placeholder {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

#top-bar.hide {
  --tw-translate-y: -3rem;
  transform: var(--tw-transform);
}

.additions a {
  text-decoration: none;
}

.additions div {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  text-decoration: none;
}

.dark .additions div {
  --tw-bg-opacity: 1;
  background-color: rgb(27 27 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.additions div:hover {
  text-decoration: none;
}

.scroll {
  height: 3rem;
  width: 3rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dark .scroll {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.scroll {
    position: fixed;
    display: none;
    justify-content: center;
    align-content: center;
    align-items: center;
    bottom: 80px;
    right: 60px;
    opacity: 0.8;
    border-radius: 50%;
    z-index: 9;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
    animation: fadeup-scrolltop 0.7s;
}

@media all and (max-width: 400px) {
    .scroll {
        bottom: 40px;
        right: 40px;
        animation: fadeup-scrolltop-mobile 0.7s;
    }
}

.scroll svg {
  fill: currentColor;
  stroke: currentColor;
}

@keyframes fadeup-content {
    0% {
        opacity: 0;
        position: relative;
        top: 2rem;
    }
    100% {
        opacity: 1;
        position: relative;
        top: 0;
    }
}

@keyframes fadeup-scrolltop {
    0% {
        opacity: 0;
        bottom: 20px;
    }
    100% {
        opacity: 0.8;
        bottom: 80px;
    }
}

@keyframes fadeup-scrolltop-mobile {
    0% {
        opacity: 0;
        bottom: 20px;
    }
    100% {
        opacity: 0.8;
        bottom: 40px;
    }
}

/* Syntax highlighting */

pre {
  border-radius: 0.375rem;
}

div.code-toolbar {
  width: 100%;
}

div.code-toolbar > .toolbar {
    margin-top: -5px;
    opacity: 1;
}

div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
    background: unset;
    box-shadow: unset;
    border-radius: unset;
}

@media print {
    #sidebar #sidebar-contents {
        display: none;
    }

    #right-area #top-bar {
        display: none;
    }

    .grid {
        display: block;
    }

    #scroll {
        visibility: hidden;
    }

    aside {
        display: none;
    }

    #search-container {
        display: none;
    }

    main .content .social {
        display: none;
    }

    main .content.border-b-1,
    main .block.border-b-1 {
        border-bottom-width: 0px;
    }

    main .content .additions {
        display: none;
    }
}

.hover\:bg-indigo-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

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

.hover\:no-underline:hover {
  text-decoration: none;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:underline:hover {
  text-decoration: underline;
  text-decoration-color: text-indigo-300;
  text-underline-position: under;
}

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

.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-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

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

.dark .dark\:border {
  border-width: 1px;
}

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

.dark .dark\:border-transparent {
  border-color: transparent;
}

.dark .dark\:border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.dark .dark\:border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.dark .dark\:border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.dark .dark\:bg-dark-body {
  --tw-bg-opacity: 1;
  background-color: rgb(27 27 30 / var(--tw-bg-opacity));
}

.dark .dark\:bg-dark-heading {
  --tw-bg-opacity: 1;
  background-color: rgb(39 40 43 / var(--tw-bg-opacity));
}

.dark .dark\:bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.dark .dark\:bg-transparent {
  background-color: transparent;
}

.dark .dark\:bg-sidebar-dark {
  background-image: radial-gradient(circle, #242424 0%, #1d1f27 100%);
}

.dark .dark\:from-dark-outer {
  --tw-gradient-from: #1B1B1E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(27 27 30 / 0));
}

.dark .dark\:via-dark-middle {
  --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgb(36 36 36 / 0));
}

.dark .dark\:to-dark-outer {
  --tw-gradient-to: #1B1B1E;
}

.dark .dark\:font-extralight {
  font-weight: 200;
}

.dark .dark\:font-light {
  font-weight: 300;
}

.dark .dark\:text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}

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

.dark .dark\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.dark .dark\:text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.dark .dark\:text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.dark .dark\:text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

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

.dark .dark\:hover\:bg-slate-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.dark .dark\:hover\:bg-indigo-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}

.dark .dark\:hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.dark .dark\:hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

@media (min-width: 640px) {

  .sm\:sticky {
    position: sticky;
  }

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

  .sm\:hidden {
    display: none;
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: var(--tw-transform);
  }

  .sm\:grid-cols-regular {
    grid-template-columns: minmax(auto, 0fr) auto;;
  }

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

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:transition-none {
    transition-property: none;
  }
}

@media (min-width: 768px) {

  .md\:grid-cols-topbar {
    grid-template-columns: auto 18rem;
  }
}

@media (min-width: 1024px) {

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

  .lg\:mr-24 {
    margin-right: 6rem;
  }
}

@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }

  .xl\:w-72 {
    width: 18rem;
  }

  .xl\:grid-cols-topbar {
    grid-template-columns: auto 18rem;
  }

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

    main .content.border-b-1,
    main .xl\:block.border-b-1 {
        border-bottom-width: 0px;
    }
}
