/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-0 {
  left: 0px;
}

.right-2 {
  right: 0.5rem;
}

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

.m-2 {
  margin: 0.5rem;
}

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-16 {
  height: 4rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-16 {
  width: 4rem;
}

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

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-full {
  width: 100%;
}

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

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

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

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

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

.list-inside {
  list-style-position: inside;
}

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

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

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

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

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

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

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

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / 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-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

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

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

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

.from-green-500 {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.fill-current {
  fill: currentColor;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.pt-6 {
  padding-top: 1.5rem;
}

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

.text-2xl {
  font-size: 1.563rem;
}

.text-3xl {
  font-size: 1.953rem;
}

.text-4xl {
  font-size: 2.441rem;
}

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

.text-sm {
  font-size: 0.7rem;
}

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

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

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

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

.leading-normal {
  line-height: 1.5;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

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

.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}

.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}

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

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

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

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

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

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

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

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

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

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

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

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

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

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

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

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

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

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Break up */

.breadcrumb .breadcrumb-item:not(:last-child):after {
  content: ' > ';
}

.h-underline {
  position: relative;
}

.h-underline::after {
  content: '';
  position: absolute;
  height: 5px;
  width: 50%;
  display: block;
  max-width: 60px;
  margin-top: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

input[type=submit] {
  margin-top: 2rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input[type=submit]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}

input[type=submit]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Global Autocomplete Style */

.js-form-type-textfield  {
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px;
}

.js-form-type-textfield .form-autocomplete, .js-form-type-entity-autocomplete .form-autocomplete {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.js-form-type-textfield .form-autocomplete:focus, .js-form-type-entity-autocomplete .form-autocomplete:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.js-form-type-textfield  ul {
  visibility: hidden;
  position: absolute;
  left: 0px;
  right: 0px;
  margin-top: 0.5rem;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.js-form-type-textfield  li {
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.js-form-type-textfield  li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.views-field-field-fee-details a {
  font-size: 0.7rem;
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.views-field-field-fee-details a:visited {
  color: rgb(234 88 12 );
}

.views-field-field-fee-details a:hover {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}

#sidebar {
  --tw-translate-x: -100%;
}

#menu-close-icon {
  display: none;
}

#menu-open:checked ~ #sidebar {
  --tw-translate-x: 0;
}

#menu-open:checked ~ * #mobile-menu-button {
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

#menu-open:checked ~ * #menu-open-icon {
  display: none;
}

#menu-open:checked ~ * #menu-close-icon {
  display: block;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

/* general styling */

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

.sukul-mail-form  {
  textarea{
    border: 1px solid #ccc;
  }
  .form-email {
    padding:10px;
    border: 1px solid #ccc;
  }
  .form-text {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
  }
  #edit-message-format {
    display:none;
  }
}

.node-fees-form, .node-fees-edit-form {
  .form-autocomplete {
    width:21% !important;
    margin-left: 3px;
    margin-bottom:4px;
  }
  .form-number {
    width: 50%;
  }
  .vertical-tabs.clearfix {
    display:none;
  }
  .entity-meta {
    display:none;
  }
  .form-item-title-0-value {
    display:none;
  }
  .form-textarea {
    width:100%;
    text-align: center;
  }
  input {
    text-align: center;
  }
}

@media (min-width: 768px) {
  #sidebar {
    --tw-translate-x: 0;
  }
}

.node-fees-form input, .node-fees-edit-form input {
  text-align: center;
}

.node-fees-form .form-autocomplete,  .node-fees-edit-form .form-autocomplete {
  width:21% !important;
  margin-left: 3px;
  margin-bottom:4px;
}

.view-students-fees {
  select#edit-field-student-target-id-verf {
    padding: 0.5rem;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 16px;
    margin-left: 10px;
  }
  .view-empty {
    text-align: center;
  }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
  .ui-dialog {
    width: auto !important;
  }

  .view-students-fees {
    input#edit-field-class-target-id {
      width: 33%;
      margin-top: 13px;
      margin-left: 20px;
    }
    input#edit-field-year-value {
      border: 1px solid #ccc;
      margin-left: 27px;
      width: 33%;
      padding: 0.5 rem;
      margin-top: 15px;
    }
    div#edit_field_student_target_id_verf_chosen {
      width: 33% !important;
      margin-top: 15px;
      a.chosen-single {
        padding: 0.5rem;
      }
    }
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */

/* @media only screen and (min-width: 768px) {} */

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  .node-fees-form .form-autocomplete {
    width: 65% !important;
    margin-left: 3px;
  }

  .view-students-fees {
    input#edit-field-year-value {
      border: 1px solid #ccc;
      margin-left: 35px;
      width: 50%;
      padding: 0.5 rem;
      margin-top: 20px;
    }
    input#edit-field-class-target-id {
      width: 50%;
      margin-left: 30px;
    }
    select#edit-field-student-target-id-verf {
      padding: 0.5rem;
      background-color: #fff;
      border: 1px solid #ccc;
      margin-top: 16px;
      margin-left: 10px;
      width: 50%;
    }
  }

  .node-fees-form, .node-fees-edit-form {
    .tabledrag-handle {
      display:none;
    }
    .js-form-item-title-0-value {
      display:none;
    }
    select {
      padding:10px;
    }
    input {
      width:100%;
      border: 1px solid #ccc;
      padding:5px;
    }
    textarea {
      width:100%;
      border: 1px solid #ccc;
      padding: 6px;
    }
    .form-autocomplete {
      width: 60% !important;
    }
    table[id^="field-fee-details-values"] {
      td {
        margin-bottom:20px;
        div {
          margin-bottom:20px;
        }
      }
    }
  }

  #views-exposed-form-students-fees-page-2 {
    input[id^="edit-title"], input[id^="edit-field-class-target-id"] {
      width: 50% !important;
    }
  }

  #views-exposed-form-students-fees-page-3 {
    input[id^="edit-title"], input[id^="edit-field-departments-target-id"] {
      width: 50% !important;
    }
  }

  .student-add-modal, .student-modal-edit {
    input[id^="edit-title"], input[id^="edit-field-roll-no"],
    input[id^="edit-field-section"], input[id^="edit-field-father"],
    input[id^="edit-field-mother"], input[id^="edit-field-local-guardian"],
    input[id^="edit-field-phone-number"], input[id^="edit-field-date"],
    input[id^="edit-field-email"], input[id^="edit-field-exit-date"],
    input[id^="edit-field-relation"], input[id^="edit-field-occupation"],
    select,  .form-autocomplete, textarea {
      width: 100% !important;
      margin-top: 15px !important;
      margin-bottom: 15px !important;
    }
  }

  .staff-add-modal, .staff-modal-edit {
    input[id^="edit-title"],
    input[id^="edit-field-phone-number"], input[id^="edit-field-date"],
    input[id^="edit-field-email"], input[id^="edit-field-exit-date"],
    select,
    .form-number, .form-autocomplete, textarea {
      width: 100% !important;
      margin-top: 15px !important;
      margin-bottom: 15px !important;
    }
  }

  .view-id-students_fees.view-display-id-page_4 {
    table td::before {
      display:none !important;
    }
  }

  .view-id-students_fees.view-display-id-page_5 {
    table td {
      text-align: center !important;
    }
  }
}

.fee-modal-form textarea {
  width:100%;
  border: 1px solid #ccc;
  padding: 6px;
}

.node-fees-form, .node-fees-edit-form {
  .tabledrag-toggle-weight-wrapper {
    display:none;
  }
  .form-date {
    border: 1px solid #ccc;
    padding: 4px;
    width:100%;
    font-size: 10px;
  }
  .paragraphs-dropdown-actions {
    input {
      background: #d63030 !important;
    }
  }
  .js-form-type-select  select{
    padding: 8px;
    border: 1px solid #ccc;
  }
  select[name^="field_year"] {
    margin-left: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 10px;
  }
  .field_payment_mode select {
    width: 100%;
    font-size: 10px;
  }
  .field--type-entity-reference.field--name-field-month select{
    width: 100%;
    margin-left: 18px;
    font-size: 10px;
  }
  .js-text-full  {
    padding: 8px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 10px;
  }
  a.tabledrag-handle .handle {
    width: 24px !important;
    height: 27px !important;
  }
  .form-number {
    border: 1px solid #ccc;
    transition: 0.5s;
    outline: none;
    width: 82%;
    font-size: 10px;
    padding: 7px;
  }
  .js-form-item-status-value {
    display:none;
  }
}

.ui-dialog button.button.button--primary.js-form-submit {
  background: #538253;
  color: white;
  width: 100%;
}

.modal-edit-link .button--danger {
  display: none;
}

.modal-delete-link, .student-modal-delete, .staff-modal-delete  {
  .ui-dialog-buttonset.form-actions {
    display:flex;
    .button--primary.js-form-submit {
      background: #d63030;
    }
    .dialog-cancel {
      background: #538253;
      color: white;
      width: 100%;
    }
  }
}

.modal-mail-link, .staff-modal-mail  {
  input[id^="edit-mail"] {
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 14px;
  }
  input {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .form-textarea  {
    border: 1px solid #ccc;
    width: 100%;
  }
  div[id^="edit-message-format"] {
    display:none;
  }
}

.student-add-modal, .student-modal-edit {
  .form-autocomplete {
    width:40%;
    /* margin-left: 3px;
    margin-bottom:4px; */
    display: block;
    margin: 0 auto;
  }
  .form-number {
    width: 40%;
  }
  .vertical-tabs.clearfix, .field--name-status {
    display:none;
  }
  .entity-meta {
    display:none;
  }
  input[id^="edit-field-profile-pic"] {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .description {
    font-size: 8px;
    margin-bottom: 20px;
  }
  input[id^="edit-title"], input[id^="edit-field-roll-no"],
  input[id^="edit-field-section"], input[id^="edit-field-father"],
  input[id^="edit-field-mother"], input[id^="edit-field-local-guardian"],
  input[id^="edit-field-phone-number"], input[id^="edit-field-date"],
  input[id^="edit-field-email"], input[id^="edit-field-exit-date"],
  input[id^="edit-field-relation"], input[id^="edit-field-occupation"] {
    width: 40%;
    border: 1px solid #ccc;
    padding: 5px;
    display: block;
    margin: 0 auto;
  }
  select[id^="edit-field-gender"] {
    width: 40%;
    padding: 5px;
    display: block !important;
    margin: 0 auto;
  }
  .form-textarea {
    border: 1px solid #ccc;
    padding: 6px;
  }
  .button--danger {
    display:none;
  }
  .error-message {
    text-align: center;
  }
  .js-form-item-field-school-0-target-id {
    display:none;
  }
}

#views-exposed-form-students-fees-page-2 {
  input[id^="edit-title"] {
    width: 28%;
    margin-top: 15px;
  }
  input[id^="edit-field-class-target-id"] {
    width: 28%;
    margin-left: 67px;
  }
}

.view-id-students_fees.view-display-id-page_2,  .view-id-students_fees.view-display-id-page_3{
  .views-field-nothing a{
    font-size: 0.7rem;
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity));
    text-decoration-line: underline
  }
}

.staff-add-modal, .staff-modal-edit {
  .form-autocomplete {
    width:40%;
    display: block;
    margin: 0 auto;
  }
  .form-number {
    width: 40%;
  }
  .vertical-tabs.clearfix, .field--name-status {
    display:none;
  }
  .entity-meta, .button--danger {
    display:none;
  }
  input[id^="edit-title"],
  input[id^="edit-field-phone-number"], input[id^="edit-field-date"],
  input[id^="edit-field-email"], input[id^="edit-field-exit-date"],
  select[id^="edit-field-gender"] {
    width: 40%;
    border: 1px solid #ccc;
    padding: 5px;
    display: block;
    margin: 0 auto;
  }
  .js-form-item-field-school-0-target-id {
    display:none;
  }
  .form-textarea {
    border: 1px solid #ccc;
    padding:6px;
  }
  .fieldset-wrapper {
    background: #e3e1e1;
    padding: 15px;
    font-size: 12px;
  }
  .error-message {
    text-align: center;
  }
  .description {
    font-size: 8px;
    margin-bottom: 20px;
  }
  input[id^="edit-field-government-id"] {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 12px;
  }
}

#drupal-modal  {
  .js-media-library-menu {
    background: #c7c5e5;
    margin-bottom: 12px;
    padding: 12px;
    display:flex;
    li a {
      display: inline-block;
      padding: 10px 20px;
      margin: 5px;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      color: #fff;
      background-color: #007bff;
      border: 1px solid #007bff;
      border-radius: 4px;
      transition: background-color 0.3s ease, border-color 0.3s ease;
    }
  }
  .js-media-library-add-form {
    background: #e3e1e1;
    padding: 16px;
    font-size: 12px;
    .description {
      font-size: 9px;
      padding: 10px;
    }
    .js-form-item-upload label {
      display:none;
    }
  }
  .view-media-library {
    .view-header {
      background: #c7c5e5;
      padding: 12px;
      font-weight: bold;
      margin-top: 25px;
      margin-bottom: 12px;
    }
    .view-filters {
      background: #e3e1e1;
      padding: 16px;
      font-size: 12px;
    }
    .view-content {
      background: #e3e1e1;
      padding: 16px;
      font-size: 12px;
      margin-top: 25px;
    }
  }
}

#views-exposed-form-students-fees-page-3 {
  input[id^="edit-title"] {
    padding: 5px;
    margin-top: 8px;
    margin-left: 46px;
    border: 1px solid #ccc;
  }
  .form-autocomplete {
    width: 35%;
  }
}

.ui-widget-overlay {
  background: #3f3f3f/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
  opacity: .5/*{opacityOverlay}*/;
}

.ui-widget-header {
  border: 1px solid #db6927/*{borderColorHeader}*/;
  background: #db6927/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
  color: #fff5f5/*{fcHeader}*/;
  font-weight: bold;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
  padding: 0;
}

.field-add-more-submit {
  background: coral !important;
}

.view-students-fees {
  input#edit-field-year-value {
    border: 1px solid #ccc;
    padding: 0.5rem;
  }
}

.view-students-fees td.views-field.views-field-edit-node {
  display:flex;
}

.view-header button {
  background-color: rgb(249, 115, 22);
  color: #fff;
  padding: 6px;
}

/*** User Login **/

/* Center the form */

.user-login-wrap.layout-container {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}

/* Form container */

.user-login-wrap .layout-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
  padding: 2rem;
}

/* Form inputs */

.user-login-form input[type="text"],
.user-login-form input[type="password"] {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding: 0.75rem;
}

/* Form labels */

.user-login-form label {
  font-weight: 700;
}

/* Submit button */

.user-login-form input[type="submit"] {
  width: 100%;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Hover effect for submit button */

.user-login-form input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}

/*** Add user **/

#views-exposed-form-user-admin-people-page-2 {
  .form-item-user {
    margin-top: 20px;
  }
  #edit-user {
    padding: 5px;
    margin-top: 8px ;
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    width: 50%;
  }
  select {
    padding: 0.5rem;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 16px;
    display: block;
    margin: 0 auto;
    width: 50%;
  }
}

.add-user-modal-form {
  input {
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    margin-top: 7px;
    margin-bottom: 15px;
  }
  select {
    display: block;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 10px 0px 10px 0px;
  }
  input[type=submit] {
    margin-top: 2rem;
  }
  input[type=submit] {
    border-radius: 0.25rem;
  }
  input[type=submit] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
  }
  input[type=submit] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  input[type=submit] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  input[type=submit] {
    font-weight: 700;
  }
  input[type=submit] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  input[type=submit]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(154 52 18 / var(--tw-bg-opacity));
  }
  input[type=submit]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}

.notice-modal-form, .notice-modal-edit {
  .form-item-field-user-role-content-editor {
    display:none;
  }
  .vertical-tabs.clearfix, .form-item-status-value, .entity-meta, .button--danger {
    display: none;
  }
  a[id^="edit-body-0-format-help-about"] {
    display:none;
  }
  .js-form-type-textarea {
    .field-edit-link {
      display:none;
    }
  }
  input[id^="edit-title-0"] {
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    margin-top: 7px;
    margin-bottom: 15px;
  }
  fieldset[id^="edit-field-user-role"] {
    margin-top:20px;
    margin-bottom: 20px;
    .fieldset-wrapper {
      margin-top:12px;
      .form-item-field-user-role-administrator {
        display:none;
      }
    }
  }
}

/** Attendance **/

.attendance-form {
  .today-date {
    font-weight: bold;
    margin-bottom: 17px;
    text-align: center;
  }
  #edit-filters {
    margin-bottom: 20px;
    .fieldset-legend {
      font-weight: 600;
    }
    .form-item-class select {
      padding: 10px;
      background: #fff;
      border: 1px solid #ccc;
      margin: 10px 0px 10px 0px;
      width: 50%;
    }
    input[type=submit] {
      margin-top: 1rem;
    }
  }
}

.attendance-download-form {
  /* Ensure the container uses flexbox and centers its contents */
  .form-item-month.js-form-item-month, .form-item-student {
    display: flex;
    justify-content: center;
    /* Centers the select box horizontally */
    align-items: center;
    /* Centers the select box vertically */
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* Style the select box to ensure it is visible and properly styled */
  .form-item-month.js-form-item-month .chosen-container, .form-item-student .chosen-container {
    width: auto !important;
    position: relative;
    clip: auto;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /* Container styling for the select box */
  .form-item-year.js-form-item-year, .form-item-class.js-form-item-class {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* Optional: Style adjustments for the select box */
  .form-item-year.js-form-item-year .form-select, .form-item-class.js-form-item-class .form-select{
    width: auto;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ccc;
  }
}

/** Message **/

/* Container for Drupal messages */

[data-drupal-messages] {
  margin: 20px 0;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: #eafaf1;
  /* Light green background */
  color: #2d572c;
  /* Dark green text */
  font-family: Arial, sans-serif;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Role contentinfo styling */

[data-drupal-messages] [role="contentinfo"] {
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

/* Change color for Error messages */

[data-drupal-messages] [role="contentinfo"][aria-label="Error message"] {
  color: #d9534f;
  /* Red text for error */
  background-color: #f2dede;
  /* Light red background for error */
  border-color: #ebccd1;
  /* Red border for error */
}

/* Visually hidden heading for screen readers */

[data-drupal-messages] .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Icon for status message */

[data-drupal-messages] [role="contentinfo"]::before {
  content: '✔';
  /* Checkmark icon */
  font-size: 24px;
  margin-right: 10px;
  color: #2d572c;
}

/* Icon for error message */

[data-drupal-messages] [role="contentinfo"][aria-label="Error message"]::before {
  content: '✖';
  /* Cross icon for error */
  color: #d9534f;
  /* Red color for error icon */
}

[data-drupal-messages] [role="contentinfo"] {
  font-weight: bold;
}

/* Animation for message appearance */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

[data-drupal-messages] {
  animation: fadeIn 0.5s ease-in-out;
}

/* Responsive adjustments */

@media (max-width: 600px) {
  [data-drupal-messages] {
    font-size: 14px;
    padding: 8px;
  }

  [data-drupal-messages] [role="contentinfo"]::before {
    font-size: 20px;
  }
}

/** Leaves **/

.view-id-students_fees.view-display-id-page_6 {
  .js-form-item-field-status {
    label {
      display:none;
    }
    select {
      padding: 2px;
      background: #fff;
      border: 1px solid #ccc;
    }
  }
  form[id^= "editablefields-form-node-leaves"] {
    display: inline-flex;
    input[id^="edit-submit"] {
      margin-top: 0;
      padding: 5px;
      font-size: 8px;
      font-weight: 600;
      margin-left: 5px;
    }
  }
}

/** parent profile page **/

/* Custom SCSS styles for the content block */

.view-id-user_admin_people.view-display-id-page_3 {
  padding: 2rem;
  background-color: #f9fafb;
  /* Light gray background */
  border-radius: 0.75rem;
  /* Rounded corners */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  /* Deeper shadow for more depth */
  .view-content {
    flex-wrap: wrap;
    /* Wrap the items */
    gap: 1.5rem;
    /* Gap between items */
    .views-view-responsive-grid__item {
      background-color: #ffffff;
      /* White background for items */
      border-radius: 0.75rem;
      /* Rounded corners */
      overflow: hidden;
      /* Hide overflow */
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      /* Subtle shadow */
      transition: transform 0.3s, box-shadow 0.3s;
      /* Smooth hover effect */
      &:hover {
        transform: translateY(-5px);
        /* Lift on hover */
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
        /* Enhance shadow on hover */
      }
      .views-view-responsive-grid__item-inner {
        padding: 1.5rem;
        /* Inner padding */
      }
      .views-field {
        margin-bottom: 1rem;
        /* Space between fields */
      }
      .views-field-field-profile-pic img {
        border-radius: 50%;
        /* Circular profile picture */
        border: 3px solid #e2e8f0;
        /* Border around image */
      }
      .views-field-title,
      .views-field-field-class,
      .views-field-field-date-of-birth,
      .views-field-field-date {
        display: flex;
        align-items: center;
        .views-label {
          font-weight: 700;
          /* Bold labels */
          color: #4a5568;
          /* Darker text color */
          margin-right: 0.5rem;
          /* Space between label and content */
          font-size: 1.125rem;
          /* Slightly larger font size */
        }
        .field-content {
          color: #2d3748;
          /* Slightly darker text */
          font-size: 1rem;
          /* Regular font size */
        }
        a {
          color: #3182ce;
          /* Blue links */
          text-decoration: none;
          /* Remove underline */
          transition: color 0.3s;
          &:hover {
            color: #2b6cb0;
            /* Darker blue on hover */
          }
        }
      }
    }
  }
  .views-field.views-field-nothing {
    .views-label {
      font-size: 1.125rem;
      font-weight: bold;
      color: #4a5568;
      display: block;
      margin-bottom: 10px;
    }
    .field-content {
      background-color: #f9f9f9;
      p {
        font-size: small;
        color: #333;
        margin: 5px 0;
        strong {
          color: #4a5568;
          font-size: 14px;
        }
      }
    }
  }
}

/** Parent fees page **/

/* Custom SCSS styles */

.parent-fees-container {
  padding: 2rem;
  background-color: #f9fafb;
  /* Light background */
  border-radius: 0.75rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  h2 {
    font-size: 2rem;
    color: #2c5282;
    /* Dark blue */
    margin-bottom: 1rem;
    font-weight: bold;
    text-align: center;
  }
  h3 {
    font-size: 1.5rem;
    color: #2c5282;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-align: center;
  }
  table {
    width: 100%;
    margin-bottom: 2rem;
    border-collapse: collapse;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.75rem;
    overflow: hidden;
    thead {
      tr {
        background-color: #2c5282;
        /* Dark blue */
        color: #ffffff;
      }
      th {
        padding: 1rem;
        font-weight: 600;
        text-align: left;
      }
    }
    tbody {
      tr {
        &:nth-child(even) {
          background-color: #edf2f7;
          /* Light gray for even rows */
        }
        &:nth-child(odd) {
          background-color: #ffffff;
          /* White for odd rows */
        }
        td {
          padding: 1rem;
          border-bottom: 1px solid #e2e8f0;
          /* Light border */
        }
      }
    }
  }
}

/* Animation for table rows */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

table tbody tr {
  animation: fadeInUp 0.5s ease-in-out;
}

/* Responsive adjustments */

@media (max-width: 768px) {
  .parent-fees-container {
    padding: 1rem;
    table {
      thead {
        display: none;
      }
      tbody {
        tr {
          display: block;
          margin-bottom: 1rem;
          td {
            display: flex;
            justify-content: space-between;
            padding: 0.5rem;
            font-size: 0.875rem;
            border-bottom: none;
            &:before {
              content: attr(data-label);
              font-weight: bold;
              margin-right: 0.5rem;
            }
          }
        }
      }
    }
  }
}

/** Parent attendance detail **/

.parent-attendance-detail {
  padding: 2rem;
  background-color: #f8fafc;
  border-radius: 0.75rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    thead {
      tr {
        background-color: #2d3748;
        color: #fff;
      }
      th {
        padding: 0rem;
        font-weight: 600;
        text-align: center;
        border: 1px solid #4a5568;
      }
      th:first-child {
        text-align: left;
      }
      tr:first-child th {
        text-align: center;
        font-size: 1.25rem;
        background-color: #4a5568;
      }
    }
    tbody {
      tr:nth-child(even) {
        background-color: #edf2f7;
      }
      tr:nth-child(odd) {
        background-color: #fff;
      }
      tr {
        td:first-child {
          text-align: left;
          font-weight: bold;
          background-color: #f8f8f8;
          color: #2d3748;
          border:none;
        }
        td:nth-child(n+2).P {
          background-color: #48bb78;
          color: #fff;
          font-weight: bold;
        }
        td:nth-child(n+2).A {
          background-color: #e53e3e;
          color: #fff;
          font-weight: bold;
        }
        td:nth-child(n+2):not(.P):not(.A) {
          background-color: #edf2f7;
          color: #2d3748;
        }
        td {
          padding: 1rem;
          border: 1px solid #cbd5e0;
          text-align: center;
        }
      }
    }
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

table tbody tr {
  animation: fadeInUp 0.5s ease-in-out;
}

@media (max-width: 768px) {
  .parent-attendance-detail {
    padding: 1rem;
  }

  table {
    th, td {
      padding: 0.5rem;
      font-size: 0.875rem;
    }
  }
}

/** Parent apply leaves **/

.view-students-fees.view-id-students_fees.view-display-id-page_5 {
  .use-ajax {
    background-color: transparent;
    color: #d97706;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border: 2px solid #d97706;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
    &:hover {
      background-color: #d97706;
      color: #fff;
      border-color: transparent;
    }
  }
  .view-content {
    margin: 2rem 0;
  }
  .views-table {
    width: 100%;
    margin: 2rem 0;
    border-collapse: collapse;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .views-table th,
.views-table td {
    padding: 1rem;
    text-align: left;
  }
  .views-table th {
    background-color: #f1f5f9;
    color: #111827;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    border-bottom: 2px solid #e5e7eb;
  }
  .views-table td {
    border-bottom: 1px solid #e5e7eb;
  }
  .views-table tbody tr:nth-of-type(odd) {
    background-color: #f9fafb;
  }
  .views-table tbody tr:nth-of-type(even) {
    background-color: #fff;
  }
  .views-table tbody tr:hover {
    background-color: #e2e8f0;
    cursor: pointer;
  }
  .views-table a.use-ajax {
    color: #d97706;
    font-weight: 600;
    text-decoration: none;
    &:hover {
      text-decoration: underline;
      color: #e2e8f0;
    }
  }
  .view-header {
    text-align: right;
    margin: 1rem 0;
    .use-ajax {
      margin-right: 0;
    }
  }
  .views-field time {
    font-style: italic;
    color: #6b7280;
  }
}

.apply-leaves-add-modal {
  .node-leaves-form {
    background-color: #fff;
    padding: 2rem;
    margin: 2rem auto;
    max-width: 600px;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .node-leaves-form label {
    font-weight: 600;
    color: #111827;
    display: block;
    margin-bottom: 0.5rem;
  }
  .node-leaves-form input[type="text"],
.node-leaves-form input[type="date"],
.node-leaves-form input[type="select"],
.node-leaves-form textarea,
.node-leaves-form select {
    width: 100%;
    padding: 0.75rem;
    margin-bottom: 1.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.25rem;
    font-size: 1rem;
    color: #374151;
    background-color: #f9fafb;
    transition: border-color 0.3s ease;
    &:focus {
      border-color: #d97706;
      outline: none;
    }
  }
  .node-leaves-form .js-form-required::after {
    content: " *";
    color: #d97706;
  }
  .node-leaves-form h4 {
    font-size: 1.125rem;
    color: #111827;
    margin-bottom: 0.5rem;
  }
  .node-leaves-form .form-actions input[type="submit"] {
    background-color: #d97706;
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
    &:hover {
      background-color: #b45309;
    }
  }
  .node-leaves-form .form-autocomplete {
    position: relative;
    &.ui-autocomplete-input {
      &::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #374151;
        pointer-events: none;
      }
    }
  }
  .node-leaves-form .form-item {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 768px) {
  .node-leaves-form {
    padding: 1rem;
    margin: 1rem;
  }

  .node-leaves-form input[type="text"],
  .node-leaves-form input[type="date"],
  .node-leaves-form textarea,
  .node-leaves-form select {
    padding: 0.5rem;
  }

  .node-leaves-form .form-actions input[type="submit"] {
    padding: 0.5rem 1rem;
  }
}

.leave-cancel-link {
  .form-actions {
    width:100%;
  }
  .dialog-cancel {
    width: 100%;
    background: cornflowerblue;
    color: #fff;
  }
}

/** Notice **/

.notice-attachment {
  img {
    margin-bottom:20px;
    margin-top:20px;
  }
  a {
    color: blue;
  }
}

/** User page **/

.form-item-sukul-user-page {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  label {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.5rem;
  }
  span {
    font-size: 1rem;
    color: #666666;
  }
  div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}

.demo-modal-edit {
  .dialog-container {
    position: fixed;
  }
  .dialog-container {
    inset: 0px;
  }
  .dialog-container {
    z-index: 50;
  }
  .dialog-container {
    overflow-y: auto;
  }
  .dialog-overlay {
    position: fixed;
  }
  .dialog-overlay {
    inset: 0px;
  }
  .dialog-overlay {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .dialog-overlay {
    opacity: 0.5;
  }
  .dialog {
    position: relative;
  }
  .dialog {
    margin-left: auto;
    margin-right: auto;
  }
  .dialog {
    margin-top: 6rem;
  }
  .dialog {
    max-width: 28rem;
  }
  .dialog {
    border-radius: 0.5rem;
  }
  .dialog {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .dialog {
    padding: 1.5rem;
  }
  .dialog {
    --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);
  }
  .dialog-titlebar {
    margin-bottom: 1rem;
  }
  .dialog-titlebar {
    display: flex;
  }
  .dialog-titlebar {
    align-items: center;
  }
  .dialog-titlebar {
    justify-content: space-between;
  }
  .dialog-titlebar {
    border-bottom-width: 1px;
  }
  .dialog-titlebar {
    padding-bottom: 0.75rem;
  }
  .ui-widget-header {
    margin-bottom: 1rem;
  }
  .ui-widget-header {
    display: flex;
  }
  .ui-widget-header {
    align-items: center;
  }
  .ui-widget-header {
    justify-content: space-between;
  }
  .ui-widget-header {
    border-bottom-width: 1px;
  }
  .ui-widget-header {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }
  .ui-widget-header {
    --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .ui-widget-header {
    --tw-gradient-to: rgb(236 72 153 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
  .ui-widget-header {
    --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
  }
  .ui-widget-header {
    padding-bottom: 0.75rem;
  }
  .dialog-title {
    font-size: 1.25rem;
  }
  .dialog-title {
    font-weight: 600;
  }
  .dialog-close {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }
  .dialog-close:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
  }
  .dialog-close:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .form-item {
    margin-bottom: 1rem;
  }
  .form-item label {
    margin-bottom: 0.5rem;
  }
  .form-item label {
    display: block;
  }
  .form-item label {
    font-size: 0.7rem;
  }
  .form-item label {
    font-weight: 500;
  }
  .form-item label {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
  }
  .form-text, .form-email, .form-tel, .form-textarea {
    display: block;
  }
  .form-text, .form-email, .form-tel, .form-textarea {
    width: 100%;
  }
  .form-text, .form-email, .form-tel, .form-textarea {
    border-radius: 0.375rem;
  }
  .form-text, .form-email, .form-tel, .form-textarea {
    border-width: 1px;
  }
  .form-text, .form-email, .form-tel, .form-textarea {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  .form-text, .form-email, .form-tel, .form-textarea {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .form-text, .form-email, .form-tel, .form-textarea {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .form-text, .form-email, .form-tel, .form-textarea {
    --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);
  }
  .form-text:focus, .form-email:focus, .form-tel:focus, .form-textarea:focus {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
  }
  .form-text:focus, .form-email:focus, .form-tel:focus, .form-textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .form-text:focus, .form-email:focus, .form-tel:focus, .form-textarea: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);
  }
  .form-text:focus, .form-email:focus, .form-tel:focus, .form-textarea:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
  }
  @media (min-width: 640px) {
    .form-text, .form-email, .form-tel, .form-textarea {
      font-size: 0.7rem;
    }
  }
  .form-textarea {
    resize: none;
  }
  .form-actions {
    margin-top: 1.5rem;
  }
  .form-actions {
    display: flex;
  }
  .form-actions {
    justify-content: flex-end;
  }
  .form-submit {
    border-radius: 0.25rem;
  }
  .form-submit {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  }
  .form-submit {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .form-submit {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .form-submit {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .form-submit:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  }
  .form-submit:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}

/** Support ticket webform **/

.webform-submission-raise-concern-form
{
  /* Form container */
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  text-align: center;
  /* Form heading */
  #edit-processed-text p {
    font-size: 1.2em;
    margin-bottom: 20px 0;
    color: #4CAF50;
  }
  /* Form labels */
  label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
  }
  /* Form input fields */
  input[type="text"],
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 1em;
    color: #333;
  }
  input[type="text"]:focus,
 textarea:focus {
    outline: none;
    border-color: #4CAF50;
    box-shadow: 0 0 5px rgba(#4CAF50, 0.5);
  }
  /* Textarea */
  textarea {
    resize: vertical;
  }
  /* Submit button */
  .form-actions input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s ease;
  }
  .form-actions input[type="submit"]:hover {
    background-color: darken(#4CAF50, 10%);
  }
  /* Contextual links (optional) */
  .contextual {
    display: none;
    /* Hide contextual links by default */
  }
  /* Media query for responsiveness */
  @media (max-width: 600px) {
    padding: 15px;

    input[type="text"],
 textarea {
      padding: 8px;
      font-size: 0.9em;
    }

    .form-actions input[type="submit"] {
      padding: 8px 15px;
      font-size: 0.9em;
    }
  }
}

/* Confirmation modal styles */

.webform-confirmation-modal {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  /* Modal title bar */
  .ui-dialog-titlebar {
    background-color: #4CAF50;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .ui-dialog-titlebar .ui-dialog-title {
    font-size: 1.2em;
  }
  .ui-dialog-titlebar .ui-dialog-titlebar-close {
    color: #fff;
  }
  /* Modal content */
  .webform-confirmation-modal--content {
    padding: 20px;
  }
  .confirmation-container h1 {
    color: #4CAF50;
    margin-bottom: 20px;
  }
  .confirmation-container p {
    color: #333;
    font-size: 1em;
    margin-bottom: 20px;
  }
  /* Button styles */
  .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
  }
  .btn:hover {
    background-color: darken(#4CAF50, 10%);
  }
  /* Media query for responsiveness */
  @media (max-width: 600px) {
    padding: 15px;

    width: 90%;

    .btn {
      padding: 8px 15px;
      font-size: 0.9em;
    }
  }
}

.modal-holiday-link {
  .field--name-title, .vertical-tabs, .field--name-status, .tabledrag-toggle-weight,
  .tabledrag-handle, input[type="submit"][value="Duplicate"]
  {
    display:none;
  }
  .text-full {
    width:100%;
    text-align:center;
    padding:10px;
  }
  input[id^='edit-field-holidays-list'] {
    padding:10px;
    width: 100%;
    text-align: center;
  }
  input[type="submit"][value="Remove"] {
    background: #bb3a3a;
  }
}

.view-id-listing.view-display-id-page_1 {
  .attachment-before {
    a {
      background-color: rgb(249 115 22 / var(--tw-bg-opacity));
      color: #fff;
      padding: 6px;
    }
  }
}

/** Parent dashboard student profile **/

.student-profile-whatsapp {
  display:inline-flex;
  a {
    margin-left: 10px;
  }
}

.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top: -4px;
}

.page-header {
  .header {
    background: linear-gradient(to right, #38a169, #4299e1);
    /* Green to blue gradient */
    color: #ffffff;
    padding: 3rem 0;
    text-align: center;
    h1 {
      font-size: 2.5rem;
      font-weight: bold;
    }
    p {
      margin-top: 1rem;
      font-size: 1.125rem;
    }
  }
}

.sukul-article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2rem 0;
  .page-content {
    flex: 1;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    .container {
      max-width: 100%;
    }
    .article-content {
      font-family: 'Roboto', sans-serif;
      line-height: 1.6;
      p {
        font-size: 1rem;
        color: #333333;
        margin-bottom: 1.5rem;
      }
      img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 1.5rem;
      }
    }
  }
  .page-sidebar {
    background-color: #f7fafc;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    .views-element-container {
      margin-bottom: 2rem;
      h2 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #2d3748;
        margin-bottom: 1rem;
        border-bottom: 2px solid #2d3748;
        padding-bottom: 0.5rem;
      }
      .view-content {
        .views-field {
          margin-bottom: 1rem;
          .field-content {
            a {
              font-size: 1.125rem;
              font-weight: 500;
              color: #3182ce;
              text-decoration: none;
              &:hover {
                color: #2b6cb0;
                text-decoration: underline;
              }
            }
            .views-field-changed {
              font-size: 0.875rem;
              color: #718096;
            }
          }
          .views-field-field-image {
            .field-content img {
              border-radius: 0.375rem;
              width: 100%;
              height: auto;
              margin-top: 0.5rem;
            }
          }
        }
      }
    }
  }
}

#site-footer {
  background-color: #1a202c;
  /* Dark gray background */
  color: #ffffff;
  padding: 2rem 0;
  text-align: center;
  .footer-credits {
    p {
      margin: 0.5rem 0;
      &.footer-copyright {
        font-size: 0.875rem;
      }
      &.powered-by-mahadevsoft a {
        color: #4299e1;
        text-decoration: none;
        &:hover {
          color: #2b6cb0;
        }
      }
    }
  }
}

.sukul-article-header {
  #block-sukul-page-title {
    text-align: center;
    margin-top: 13px;
    font-size: 27px;
    font-weight: bold;
  }
}

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

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

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

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95;
}

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

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

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

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

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

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:w-64 {
    width: 16rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

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

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

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

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

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

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

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

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

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

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

  .lg\:flex {
    display: flex;
  }

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

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

  .lg\:w-auto {
    width: auto;
  }

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

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

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .lg\:text-3xl {
    font-size: 1.953rem;
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}