/*
! tailwindcss v3.3.5 | 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.
*/

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 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

/* @font-face {
        font-family: consolas;
        font-weight: 400;
        src: url(/Consolas-Font/CONSOLA.TTF) format("ttf");
        src: url(/Consolas-Font/CONSOLAB.TTF) format("ttf");
        src: url(/Consolas-Font/consolai.ttf) format("ttf");
        src: url(/Consolas-Font/Consolas.ttf) format("ttf");
        src: url(/Consolas-Font/consolaz.ttf) format("ttf");
    } */

html {
  scroll-behavior: smooth
}

body {
  /* max-w-[1850px] */
  /* @apply bg-white dark:bg-slate-900  mx-auto; */
  margin-left: auto;
  margin-right: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

:is(.dark body) {
  --tw-bg-opacity: 1;
  background-color: rgb(7 8 29 / var(--tw-bg-opacity));
}

h1, h2, h3, h4 {
  margin-top: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 640px) {
  h1, h2, h3, h4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  h1, h2, h3, h4 {
    font-size: 3rem;
    line-height: 1;
  }
}

h1, h2, h3, h4 {
  font-family: 'Amaranth';
  /* @apply mx-auto font-['georgia']; */
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  /* @apply from-blue-800  to-red-500 ;
        @apply dark:from-red-500 dark:to-blue-500; */
  /* @apply from-red-500     to-yellow-500 ;
        @apply dark:from-red-500 dark:to-yellow-500; */
  /* @apply from-gray-600  to-red-800 ;
        @apply dark:to-blue-300  dark:from-gray-300; */
  /* @apply from-blue-700     to-orange-700 ;
        @apply dark:from-sky-500 dark:to-orange-300; */
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(239 68 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

:is(.dark h1),:is(.dark  h2),:is(.dark  h3),:is(.dark  h4) {
  --tw-gradient-from: #fdba74 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f87171 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

h1, h2, h3, h4 {
  /*@apply from-green-700     to-orange-700 ;
        @apply dark:from-lime-500 dark:to-orange-300;*/
  /* @apply from-fuchsia-400     to-green-700 ;
        @apply dark:from-fuchsia-500 dark:to-green-300;*/
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h4 {
  /* from-blue-500     to-blue-300 
        dark:from-sky-500 dark:to-sky-100; */
}

h5 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is(.dark h5) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

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

@media (min-width: 640px) {
  h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h6 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is(.dark h6) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

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

@media (min-width: 640px) {
  h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

hr {
  margin: auto;
  height: 0.25rem;
  width: 25%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  opacity: 0.7;
}

:is(.dark hr) {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

table {
  width: 91.666667%;
}

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

@media (min-width: 1280px) {
  table {
    width: 66.666667%;
  }
}

/* .table-cell-padding {
        border-spacing: theme("spacing.3");
      } */

mjx-container {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

:is(.dark mjx-container) {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

@media (min-width: 500px) {
  mjx-container {
    font-size: 14px !important;
  }
}

@media (min-width: 768px) {
  mjx-container {
    font-size: 21px !important;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

@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;
  }
}

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

.bor-t {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

:is(.dark .bor-t) {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.bor-b {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

:is(.dark .bor-b) {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

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

:is(.dark .table) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.table {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .table {
    width: 91.666667%;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .table {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* .table th {
        @apply font-['arial']
    } */

.table tr {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

:is(.dark .table tr) {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.nav-div {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0.25rem;
  border-radius: 0.375rem;
  padding: 0.25rem;
}

@media (min-width: 500px) {
  .nav-div {
    gap: 0.5rem;
  }
}

@media (min-width: 640px) {
  .nav-div {
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .nav-div {
    gap: 2rem;
  }
}

.nav-btn-pair {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: "roboto";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

:is(.dark .nav-btn-pair) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .nav-btn-pair {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 1280px) {
  .nav-btn-pair {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* python codes in a div    */

.code-container {
  margin-top: 0.25rem;
  width: 100%;
  max-width: 36rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: 'Inconsolata';
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75rem;
}

:is(.dark .code-container) {
  font-weight: 300;
}

@media (min-width: 640px) {
  .code-container {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .code-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .code-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

/* python codes in an svg  4xl-36, 5xl-48  */

.idle-window {
  /* @apply w-11/12 md:w-3/4 border border-gray-500 rounded-md;  */
  width: 91.666667%;
  align-self: center;
  border-radius: 0.375rem;
}

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

.idle-window {
  /*max-w-[600px]*/
}

.code-window {
  width: 91.666667%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

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

.code {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  font-family: 'Inconsolata';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  opacity: 1;
}

:is(.dark .code) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .code {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .code {
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .code {
    font-size: 24px;
  }
}

.opr-border {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  font-family: 'Inconsolata';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  opacity: 1;
}

:is(.dark .opr-border) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .opr-border {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .opr-border {
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .opr-border {
    font-size: 24px;
  }
}

.opr-border {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

.h-left {
  /* @apply self-start px-1 xs:px-2 md:px-4 lg:px-12 leading-6; */
  /* @apply self-start px-1 xs:px-2 md:px-4 xl:px-5 leading-6; */
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  align-self: flex-start;
  line-height: 1.5rem;
}

@media (min-width: 500px) {
  .h-left {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  .h-left {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 1280px) {
  .h-left {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

/* xs-12px sm-14px base-16px lg-18px xl-20px 2xl-24px  3xl-30px 4xl-36px 5xl-48px **/

.p {
  /* @apply self-start px-1 xs:px-2 md:px-4 lg:px-12 leading-6; */
  /* @apply self-start px-1 xs:px-2 md:px-4 xl:px-5 leading-6; */
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  align-self: flex-start;
  line-height: 1.5rem;
}

@media (min-width: 500px) {
  .p {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  .p {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 1280px) {
  .p {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.p {
  margin-top: 4px;
  max-width: 42rem;
  align-self: flex-start;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: 'roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  word-spacing: 1.5px;
}

:is(.dark .p) {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .p {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .p {
    font-size: 20px;
  }
}

.li {
  font-family: 'roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  word-spacing: 1.5px;
}

:is(.dark .li) {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .li {
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .li {
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .li {
    font-size: 20px;
  }
}

.bold {
  font-weight: 600;
}

:is(.dark .bold) {
  font-weight: 400;
}

.math {
  font-family: 'cambria math';
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

:is(.dark .math) {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.menu-li {
  width: 18rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  transition-duration: 300ms;
}

.menu-li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.menu-li-a {
  font-family: 'roboto';
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

:is(.dark .menu-li-a) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.menu-ul {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .menu-ul {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 500px) {
  .group:hover .menu-ul {
    --tw-translate-x: 140px;
    --tw-translate-y: -30px;
    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));
  }
}

@media (min-width: 640px) {
  .group:hover .menu-ul {
    --tw-translate-x: 0px;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.menu-button {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: left;
  font-family: 'roboto';
  font-size: 1.25rem;
  line-height: 1.75rem;
  transition-duration: 300ms;
}

.menu-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.userform-label {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is(.dark .userform-label) {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.userform-input-text {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is(.dark .userform-input-text) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.userform-input-text {
  margin-left: 1rem;
  margin-right: 1rem;
  height: 2rem;
  width: 91.666667%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
}

:is(.dark .userform-input-text) {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .userform-input-text {
    height: 2.5rem;
  }
}

.userform-div {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is(.dark .userform-div) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.userform-div {
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

:is(.dark .userform-div) {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.three-col-set-up {
  /* @apply flex flex-row justify-center 2xl:justify-start gap-x-36 */
  /* @apply flex flex-row justify-center lg:justify-start 2xl:justify-around   */
  display: flex;
  flex-direction: row;
  justify-content: flex-start
}

.body-left {
  /* @apply hidden xl:flex flex-col xl:sticky  justify-start  xl:w-[400px]  top-60 mt-0 ml-5 mx-1 h-full */
  /* @apply hidden lg:flex flex-col sticky  self-start top-[150px] mt-0 ml-5 mx-1 h-full w-full */
  position: sticky;
  top: 150px;
  margin-right: 0.25rem;
  margin-top: 0px;
  margin-left: 1.25rem;
  display: none;
  width: 300px;
  flex-direction: column;
  align-self: flex-start
}

@media (min-width: 1024px) {
  .body-left {
    display: flex;
  }
}

/* px-1 xs:px-2 sm:px-8 */

.body-main {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  display: flex;
  width: 91.666667%;
  flex-direction: column;
  align-items: center;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

:is(.dark .body-main) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

@media (min-width: 500px) {
  .body-main {
    width: 500px;
  }
}

@media (min-width: 640px) {
  .body-main {
    width: 550px;
  }
}

@media (min-width: 1024px) {
  .body-main {
    width: 750px;
    border-left-width: 1px;
  }
}

@media (min-width: 1536px) {
  .body-main {
    margin-right: 200px;
  }
}

.body-cards {
  display: none;
  flex-direction: column;
  align-items: center;
  align-self: auto;
}

@media (min-width: 1536px) {
  .body-cards {
    display: flex;
  }
}

.banner-icons {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.75rem;
  cursor: pointer;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.banner-icons:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.box {
  /* @apply self-start px-1 xs:px-2 md:px-4 lg:px-12 leading-6; */
  /* @apply self-start px-1 xs:px-2 md:px-4 xl:px-5 leading-6; */
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  align-self: flex-start;
  line-height: 1.5rem;
}

@media (min-width: 500px) {
  .box {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  .box {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 1280px) {
  .box {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.box {
  margin-top: 4px;
  max-width: 42rem;
  align-self: flex-start;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: 'roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  word-spacing: 1.5px;
}

:is(.dark .box) {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .box {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .box {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .box {
    font-size: 20px;
  }
}

.box {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is(.dark .box) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.box {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  max-width: 42rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

:is(.dark .box) {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}

@media (min-width: 500px) {
  .box {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  .box {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .box {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.step {
  /* @apply self-start px-1 xs:px-2 md:px-4 lg:px-12 leading-6; */
  /* @apply self-start px-1 xs:px-2 md:px-4 xl:px-5 leading-6; */
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  align-self: flex-start;
  line-height: 1.5rem;
}

@media (min-width: 500px) {
  .step {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  .step {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 1280px) {
  .step {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.step {
  margin-top: 4px;
  max-width: 42rem;
  align-self: flex-start;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: 'roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  word-spacing: 1.5px;
}

:is(.dark .step) {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .step {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .step {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .step {
    font-size: 20px;
  }
}

.step {
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}

:is(.dark .step) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

.\!a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

:is(.dark .\!a) {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

:is(.dark .a) {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.svg {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  font-weight: 400;
}

:is(.dark .svg) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-weight: 400;
}

.svg-transparent {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  font-weight: 400;
}

:is(.dark .svg-transparent) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-weight: 400;
}

.svg-transparent {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

:is(.dark .svg-transparent) {
  --tw-bg-opacity: 1;
  background-color: rgb(7 8 29 / var(--tw-bg-opacity));
}

/*  A ul inside an li creating problem.
        To negate the style in Menu.php  12-03-24    
    */

/* .ul-in-li {
        @apply translate-x-8 scale-100;
    }

    .li:hover > .ul-in-li { 
        @apply translatex-x-8 scale-100;
    } */

/* to negate the style in Menu.php  12-03-24    */

.para-note {
  /* @apply self-start px-1 xs:px-2 md:px-4 lg:px-12 leading-6; */
  /* @apply self-start px-1 xs:px-2 md:px-4 xl:px-5 leading-6; */
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  align-self: flex-start;
  line-height: 1.5rem;
}

@media (min-width: 500px) {
  .para-note {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  .para-note {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 1280px) {
  .para-note {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.para-note {
  margin-top: 4px;
  max-width: 42rem;
  align-self: flex-start;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: 'roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  word-spacing: 1.5px;
}

:is(.dark .para-note) {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .para-note {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .para-note {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .para-note {
    font-size: 20px;
  }
}

.para-note {
  display: flex;
  width: 91.666667%;
  flex: none;
  flex-direction: column;
  align-self: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

:is(.dark .para-note) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}

.para-note>*:first-child {
  margin-bottom: 0px;
  display: flex;
  flex: none;
  flex-direction: row;
}

.acc {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

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

.acc {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  width: 91.666667%;
  cursor: pointer;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: 'roboto';
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.acc:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

:is(.dark .acc:hover) {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

:is(.dark .acc) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.acc > p, .acc > li {
  margin-top: 0.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: 'roboto';
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is(.dark .acc > p),:is(.dark  .acc > li) {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .acc > p, .acc > li {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.image {
  max-width: 500px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

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

:is(.dark .image-container) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.image-container {
  width: 91.666667%;
  max-width: 500px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
  text-align: center;
  font-family: 'arial';
  font-size: 0.75rem;
  line-height: 1rem;
}

:is(.dark .image-container) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .image-container {
    width: 75%;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .image-container {
    width: 66.666667%;
  }
}

.image-container img {
  border-radius: 0.5rem;
}

.stroke-red-55 {
  stroke: #ef4444;
}

:is(.dark .stroke-red-55) {
  stroke: #ef4444;
}

.stroke-green-55 {
  stroke: #22c55e;
}

:is(.dark .stroke-green-55) {
  stroke: #22c55e;
}

.stroke-red-64 {
  stroke: #dc2626;
}

:is(.dark .stroke-red-64) {
  stroke: #f87171;
}

.stroke-green-64 {
  stroke: #16a34a;
}

:is(.dark .stroke-green-64) {
  stroke: #4ade80;
}

.stroke-blue-64 {
  stroke: #2563eb;
}

:is(.dark .stroke-blue-64) {
  stroke: #60a5fa;
}

.stroke-yellow-64 {
  stroke: #ca8a04;
}

:is(.dark .stroke-yellow-64) {
  stroke: #facc15;
}

.stroke-gray-64 {
  stroke: #4b5563;
}

:is(.dark .stroke-gray-64) {
  stroke: #9ca3af;
}

/* .stroke-fuchsia-64{
        @apply stroke-fuchsia-600 dark:stroke-fuchsia-400;
    } */

.stroke-green-73 {
  stroke: #15803d;
}

:is(.dark .stroke-green-73) {
  stroke: #86efac;
}

.stroke-gray-73 {
  stroke: #374151;
}

:is(.dark .stroke-gray-73) {
  stroke: #d1d5db;
}

.stroke-bnw {
  stroke: #000;
}

:is(.dark .stroke-bnw) {
  stroke: #e5e7eb;
}

.fill-red-55 {
  fill: #ef4444;
}

:is(.dark .fill-red-55) {
  fill: #ef4444;
}

.fill-green-55 {
  fill: #22c55e;
}

:is(.dark .fill-green-55) {
  fill: #22c55e;
}

.fill-blue-55 {
  fill: #3b82f6;
}

:is(.dark .fill-blue-55) {
  fill: #3b82f6;
}

.fill-yellow-55 {
  fill: #eab308;
}

:is(.dark .fill-yellow-55) {
  fill: #eab308;
}

.fill-gray-55 {
  fill: #6b7280;
}

:is(.dark .fill-gray-55) {
  fill: #6b7280;
}

.fill-red-64 {
  fill: #dc2626;
}

:is(.dark .fill-red-64) {
  fill: #f87171;
}

.fill-green-64 {
  fill: #16a34a;
}

:is(.dark .fill-green-64) {
  fill: #4ade80;
}

.fill-blue-64 {
  fill: #2563eb;
}

:is(.dark .fill-blue-64) {
  fill: #60a5fa;
}

.fill-yellow-64 {
  fill: #ca8a04;
}

:is(.dark .fill-yellow-64) {
  fill: #facc15;
}

.fill-gray-64 {
  fill: #4b5563;
}

:is(.dark .fill-gray-64) {
  fill: #9ca3af;
}

/* .fill-fuchsia-64{
        @apply fill-fuchsia-600 dark:fill-fuchsia-400
    } */

.fill-red-73 {
  fill: #b91c1c;
}

:is(.dark .fill-red-73) {
  fill: #fca5a5;
}

.fill-green-73 {
  fill: #15803d;
}

:is(.dark .fill-green-73) {
  fill: #86efac;
}

.fill-blue-73 {
  fill: #1d4ed8;
}

:is(.dark .fill-blue-73) {
  fill: #93c5fd;
}

.fill-yellow-73 {
  fill: #a16207;
}

:is(.dark .fill-yellow-73) {
  fill: #fde047;
}

.fill-gray-73 {
  fill: #374151;
}

:is(.dark .fill-gray-73) {
  fill: #d1d5db;
}

.fill-red-82 {
  fill: #7f1d1d;
}

:is(.dark .fill-red-82) {
  fill: #fecaca;
}

.fill-green-82 {
  fill: #14532d;
}

:is(.dark .fill-green-82) {
  fill: #bbf7d0;
}

.fill-blue-82 {
  fill: #1e3a8a;
}

:is(.dark .fill-blue-82) {
  fill: #bfdbfe;
}

.fill-yellow-82 {
  fill: #713f12;
}

:is(.dark .fill-yellow-82) {
  fill: #fef08a;
}

.fill-gray-82 {
  fill: #1f2937;
}

:is(.dark .fill-gray-82) {
  fill: #e5e7eb;
}

.fill-bnw {
  fill: #000;
}

:is(.dark .fill-bnw) {
  fill: #e5e7eb;
}

.red-55 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

:is(.dark .red-55) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.red-64 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

.green-64 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

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

.blue-64 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

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

.yellow-64 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

:is(.dark .yellow-64) {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.gray-64 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

.red-73 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

:is(.dark .red-73) {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.green-73 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

:is(.dark .green-73) {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}

.blue-73 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

:is(.dark .blue-73) {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.yellow-73 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

:is(.dark .yellow-73) {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.red-82 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

:is(.dark .red-82) {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}

.green-82 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

:is(.dark .green-82) {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}

.blue-82 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

:is(.dark .blue-82) {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

.yellow-82 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}

:is(.dark .yellow-82) {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}

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

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

.bnw {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is(.dark .bnw) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

/*CSS for writing calculations with numerators and denominators	*/

/* variables  */

.var {
  fill: #00addd;
  color: #00addd;
}

:is(.dark .var) {
  fill: deepskyblue;
  /* #00bfff    */
  color: deepskyblue;
}

/* keywords if for ...  */

.res {
  fill: tomato;
  color: tomato;
}

:is(.dark .res) {
  fill: tomato;
  color: tomato;
}

/* booleans  */

.boo{
  fill: hotpink;
  color: hotpink;
}

/* functions  */

.key {
  fill: #cca400;
  color:#cca400;
}

:is(.dark .key) {
  fill:gold;
  /*ffd700    */
  color: gold;
}

/* integers  */

.int {
  fill:#00cc00;
  color: #00cc00;
}

:is(.dark .int) {
  fill:lime;
  color: lime;
}

/* floats  */

.flo{
  fill: #66bb88;
  color: #66bb88;
}

:is(.dark .flo) {
  fill:#88ddaa;
  color: #88ddaa;
}

/* comments  */

.com{
  /* fill: #009900;
        color: #009900; */
  fill: #777;
  color: #777;
}

/* strings  */

.str {
  fill: #d67660;
  color: #d67660;
}

:is(.dark .str) {
  fill:#F89880;
  color: #F89880;
}

/* operators  */

.opr{
  fill: darkgray;
  color: darkgray;
}

:is(.dark .opr) {
  fill: lightgray;
  color: lightgray;
}

/* sqr brackets  */

.sqr {
  fill: #bcB8ee;
  color: #CDB8ee;
  /* fill: #05f;
        color: #05f; */
}

/* 2nd brackets  */

.bra {
  fill: #93C572;
  color: #93C572;
}

/* 1st brackets  */

.par {
  fill: #904444;
  color: #904444;
  stroke: #904444;
  /* fill: #902222;   
        color: #902222; */
}

/* libraries  */

.lib {
  fill: pink;
  color: pink;
}

/* parameters  */

.arg {
  fill: burlywood;
  color: burlywood;
}

/* outputs  */

.out{
  fill: whitesmoke;
  color: whitesmoke;
}

/* :is(.dark .out) {
        fill: whitesmoke;
        color: whitesmoke;
    } */

/* prompts  */

.prompt{
  color: #666;
  fill: #666;
  /* font-size: 27px; */
}

/* .err{
        color: #f00;
        fill: #f00; 
    } */

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-50 {
  z-index: 50;
}

.float-right {
  float: right;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-3 {
  margin-top: 0.75rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-12 {
  height: 3rem;
}

.h-24 {
  height: 6rem;
}

.h-40 {
  height: 10rem;
}

.h-8 {
  height: 2rem;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-1\/2 {
  width: 50%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-8 {
  width: 2rem;
}

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

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

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

.w-full {
  width: 100%;
}

.min-w-full {
  min-width: 100%;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-initial {
  flex: 0 1 auto;
}

.shrink {
  flex-shrink: 1;
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.self-center {
  align-self: center;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-none {
  border-style: none;
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

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

.bg-\[\#07081d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 8 29 / var(--tw-bg-opacity));
}

.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}

.bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.bg-cyan-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}

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

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}

.bg-sky-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-red-600 {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-yellow-400 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-amber-600 {
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.fill-\[\#904444\] {
  fill: #904444;
}

.fill-black {
  fill: #000;
}

.fill-blue-200 {
  fill: #bfdbfe;
}

.fill-blue-300 {
  fill: #93c5fd;
}

.fill-blue-400 {
  fill: #60a5fa;
}

.fill-blue-500 {
  fill: #3b82f6;
}

.fill-blue-600 {
  fill: #2563eb;
}

.fill-gray-100 {
  fill: #f3f4f6;
}

.fill-gray-200 {
  fill: #e5e7eb;
}

.fill-gray-300 {
  fill: #d1d5db;
}

.fill-gray-400 {
  fill: #9ca3af;
}

.fill-gray-500 {
  fill: #6b7280;
}

.fill-gray-600 {
  fill: #4b5563;
}

.fill-gray-800 {
  fill: #1f2937;
}

.fill-green-200 {
  fill: #bbf7d0;
}

.fill-green-300 {
  fill: #86efac;
}

.fill-green-400 {
  fill: #4ade80;
}

.fill-green-500 {
  fill: #22c55e;
}

.fill-none {
  fill: none;
}

.fill-red-200 {
  fill: #fecaca;
}

.fill-red-300 {
  fill: #fca5a5;
}

.fill-red-400 {
  fill: #f87171;
}

.fill-red-500 {
  fill: #ef4444;
}

.fill-red-500\/\[0\.4\] {
  fill: rgb(239 68 68 / 0.4);
}

.fill-white {
  fill: #fff;
}

.fill-yellow-200 {
  fill: #fef08a;
}

.fill-yellow-300 {
  fill: #fde047;
}

.fill-yellow-400 {
  fill: #facc15;
}

.fill-yellow-500 {
  fill: #eab308;
}

.stroke-\[\#904444\] {
  stroke: #904444;
}

.stroke-\[\#ff0000\] {
  stroke: #ff0000;
}

.stroke-blue-200 {
  stroke: #bfdbfe;
}

.stroke-blue-300 {
  stroke: #93c5fd;
}

.stroke-blue-400 {
  stroke: #60a5fa;
}

.stroke-blue-500 {
  stroke: #3b82f6;
}

.stroke-gray-200 {
  stroke: #e5e7eb;
}

.stroke-gray-300 {
  stroke: #d1d5db;
}

.stroke-gray-400 {
  stroke: #9ca3af;
}

.stroke-gray-500 {
  stroke: #6b7280;
}

.stroke-gray-600 {
  stroke: #4b5563;
}

.stroke-green-200 {
  stroke: #bbf7d0;
}

.stroke-green-300 {
  stroke: #86efac;
}

.stroke-green-400 {
  stroke: #4ade80;
}

.stroke-green-500 {
  stroke: #22c55e;
}

.stroke-red-200 {
  stroke: #fecaca;
}

.stroke-red-300 {
  stroke: #fca5a5;
}

.stroke-red-400 {
  stroke: #f87171;
}

.stroke-red-500 {
  stroke: #ef4444;
}

.stroke-white {
  stroke: #fff;
}

.stroke-yellow-200 {
  stroke: #fef08a;
}

.stroke-yellow-300 {
  stroke: #fde047;
}

.stroke-yellow-400 {
  stroke: #facc15;
}

.stroke-yellow-500 {
  stroke: #eab308;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.p-1 {
  padding: 0.25rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

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

.text-center {
  text-align: center;
}

.font-\[\"\$\{TEXTFONT\}\"\] {
  font-family: "${TEXTFONT}";
}

.font-\[\"\$\{ff_text\}\"\] {
  font-family: "${ff text}";
}

.font-\[\"\$\{ff\}\"\] {
  font-family: "${ff}";
}

.font-\[\"Amaranth\"\] {
  font-family: "Amaranth";
}

.font-\[\"Inconsolata\"\] {
  font-family: "Inconsolata";
}

.font-\[\"Mali\"\] {
  font-family: "Mali";
}

.font-\[\"arial\"\] {
  font-family: "arial";
}

.font-\[\"cambria\"\] {
  font-family: "cambria";
}

.font-\[\"mali\"\] {
  font-family: "mali";
}

.font-\[\"roboto\"\] {
  font-family: "roboto";
}

.font-\[\"roboto_serif\"\] {
  font-family: "roboto serif";
}

.font-\[\'Inconsolata\'\] {
  font-family: 'Inconsolata';
}

.font-\[\'amaranth\'\] {
  font-family: 'amaranth';
}

.font-\[\'arial\'\] {
  font-family: 'arial';
}

.font-\[\'arial_narrow\'\] {
  font-family: 'arial narrow';
}

.font-\[\'cambria\'\] {
  font-family: 'cambria';
}

.font-\[\'consolas\'\] {
  font-family: 'consolas';
}

.font-\[\'georgia\'\] {
  font-family: 'georgia';
}

.font-\[\'handlee\'\] {
  font-family: 'handlee';
}

.font-\[\'inconsolata\'\] {
  font-family: 'inconsolata';
}

.font-\[\'roboto\'\] {
  font-family: 'roboto';
}

.font-\[\'roboto_slab\'\] {
  font-family: 'roboto slab';
}

.font-\[\'segoe_ui\'\] {
  font-family: 'segoe ui';
}

.font-\[\'times\'\] {
  font-family: 'times';
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[187px\] {
  font-size: 187px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[19px\] {
  font-size: 19px;
}

.text-\[21px\] {
  font-size: 21px;
}

.text-\[23px\] {
  font-size: 23px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[27px\] {
  font-size: 27px;
}

.text-\[42px\] {
  font-size: 42px;
}

.text-\[45px\] {
  font-size: 45px;
}

.text-\[51px\] {
  font-size: 51px;
}

.text-\[70px\] {
  font-size: 70px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}

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

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

.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

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

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

.overline {
  text-decoration-line: overline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

/* br {
        line-height: 2rem;
        height: 2rem;
    } */

.magnify {
  transition:transform 0.25s ease;
}

.magnify:hover {
  transform:scale(1.5);
}

.o-0{
  opacity: 0;
}

.stroke_5{
  stroke-width: 0.5;
}

.stroke-3{
  stroke-width: 3;
}

.stroke-4{
  stroke-width: 4;
}

.stroke-5{
  stroke-width: 5;
}

/* tictactoe game css */

#tictactoeSqr1, #tictactoeSqr2, #tictactoeSqr3, #tictactoeSqr4, 
    #tictactoeSqr5, #tictactoeSqr6, #tictactoeSqr7, #tictactoeSqr8, #tictactoeSqr9 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:is(.dark #tictactoeSqr1),:is(.dark  #tictactoeSqr2),:is(.dark  #tictactoeSqr3),:is(.dark  #tictactoeSqr4),:is(.dark  
    #tictactoeSqr5),:is(.dark  #tictactoeSqr6),:is(.dark  #tictactoeSqr7),:is(.dark  #tictactoeSqr8),:is(.dark  #tictactoeSqr9) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

#tictactoeSqr1, #tictactoeSqr2, #tictactoeSqr3, #tictactoeSqr4, 
    #tictactoeSqr5, #tictactoeSqr6, #tictactoeSqr7, #tictactoeSqr8, #tictactoeSqr9 {
  height: 33.333333%;
  width: 33.333333%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
  font-family: 'roboto serif';
  font-size: 3.75rem;
  line-height: 1;
}

:is(.dark #tictactoeSqr1),:is(.dark  #tictactoeSqr2),:is(.dark  #tictactoeSqr3),:is(.dark  #tictactoeSqr4),:is(.dark  
    #tictactoeSqr5),:is(.dark  #tictactoeSqr6),:is(.dark  #tictactoeSqr7),:is(.dark  #tictactoeSqr8),:is(.dark  #tictactoeSqr9) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media (min-width: 1280px) {
  #tictactoeSqr1, #tictactoeSqr2, #tictactoeSqr3, #tictactoeSqr4, 
    #tictactoeSqr5, #tictactoeSqr6, #tictactoeSqr7, #tictactoeSqr8, #tictactoeSqr9 {
    font-size: 4.5rem;
    line-height: 1;
  }
}

#tictactoeSqr1, #tictactoeSqr2, #tictactoeSqr3, #tictactoeSqr4, 
    #tictactoeSqr5, #tictactoeSqr6, #tictactoeSqr7, #tictactoeSqr8, #tictactoeSqr9 {
  text-align: center;
}

.won {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.reverse {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

/* tictactoe game css */

.cursor {
  color: white;
  fill: white;
  animation: blink 1s infinite;
}

@keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.\[-6\:-4\] {
  -6: -4;
}

.\[p\:q\] {
  p: q;
}

/*  those are outside any layer 31-07-24    */

.stroke-fuchsia-64 {
  stroke: #c026d3;
}

:is(.dark .stroke-fuchsia-64) {
  stroke: #e879f9;
}

.fill-fuchsia-64 {
  fill: #c026d3;
}

:is(.dark .fill-fuchsia-64) {
  fill: #e879f9;
}

.fuchsia-64 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}

:is(.dark .fuchsia-64) {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}

.stroke-lime-64 {
  stroke: #65a30d;
}

:is(.dark .stroke-lime-64) {
  stroke: #a3e635;
}

.fill-lime-64 {
  fill: #65a30d;
}

:is(.dark .fill-lime-64) {
  fill: #a3e635;
}

.lime-64 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}

:is(.dark .lime-64) {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}

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

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

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

:is(.dark .dark\:bg-\[\#07081d\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(7 8 29 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-amber-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-black) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

:is(.dark .dark\:bg-gray-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-rose-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-sky-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}

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

:is(.dark .dark\:from-red-600) {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

:is(.dark .dark\:via-yellow-400) {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

:is(.dark .dark\:to-amber-600) {
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}

:is(.dark .dark\:fill-\[\#904444\]) {
  fill: #904444;
}

:is(.dark .dark\:stroke-\[\#904444\]) {
  stroke: #904444;
}

:is(.dark .dark\:stroke-\[\#ff0000\]) {
  stroke: #ff0000;
}

:is(.dark .dark\:font-normal) {
  font-weight: 400;
}

:is(.dark .dark\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 350px) {
  .\32xs\:w-\[350px\] {
    width: 350px;
  }
}

@media (min-width: 500px) {
  .xs\:ml-0 {
    margin-left: 0px;
  }

  .xs\:w-\[350px\] {
    width: 350px;
  }

  .xs\:w-\[440px\] {
    width: 440px;
  }

  .xs\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 640px) {
  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:font-\[\'roboto\'\] {
    font-family: 'roboto';
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:justify-between {
    justify-content: space-between;
  }

  .\32xl\:justify-around {
    justify-content: space-around;
  }
}