*, ::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:  ;
}

/*
! tailwindcss v3.4.17 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}

/* @tailwind components; */

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-7 {
  right: 1.75rem;
}

.top-0 {
  top: 0px;
}

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

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

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

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

.m-2p {
  margin: 2%;
}

.m-auto {
  margin: auto;
}

.-mx-2p {
  margin-left: -2%;
  margin-right: -2%;
}

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

.mx-2p {
  margin-left: 2%;
  margin-right: 2%;
}

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

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

.my-2p {
  margin-top: 2%;
  margin-bottom: 2%;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

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

.-mt-1\.5 {
  margin-top: -0.375rem;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

.mb-2p {
  margin-bottom: 2%;
}

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

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

.mb-4p {
  margin-bottom: 4%;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6p {
  margin-bottom: 6%;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

.mt-2p {
  margin-top: 2%;
}

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.\!table {
  display: table !important;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-90vh {
  max-height: 90vh;
}

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

.w-1\/6 {
  width: 16.666667%;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/5 {
  width: 40%;
}

.w-20p {
  width: 20%;
}

.w-40 {
  width: 10rem;
}

.w-49p {
  width: 49%;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-80p {
  width: 80%;
}

.w-full {
  width: 100%;
}

.max-w-50px {
  max-width: 50px;
}

.max-w-6xl {
  max-width: 72rem;
}

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

.max-w-xs {
  max-width: 20rem;
}

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

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

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

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

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

.basis-23p {
  flex-basis: 23%;
}

.basis-32p {
  flex-basis: 32%;
}

.basis-49p {
  flex-basis: 49%;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2p {
  gap: 2%;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-4p {
  gap: 4%;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-7 {
  gap: 1.75rem;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

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

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

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

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

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

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

.border-blue-900 {
  border-color: #1e3a8a;
}

.border-ccc {
  border-color: #cccccc;
}

.border-gray-400 {
  border-color: #9ca3af;
}

.border-green-200 {
  border-color: #bbf7d0;
}

.border-green-800 {
  border-color: #166534;
}

.border-green-900 {
  border-color: #14532d;
}

.border-lite-gray-2 {
  border-color: #dfdfdf;
}

.border-orange-800 {
  border-color: #9a3412;
}

.border-purple-900 {
  border-color: #581c87;
}

.border-red-900 {
  border-color: #7f1d1d;
}

.border-b-ccc {
  border-bottom-color: #cccccc;
}

.border-b-green-800 {
  border-bottom-color: #166534;
}

.bg-black {
  background-color: #000;
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-dc-green {
  background-color: #0a3a0a;
}

.bg-dc-green-2 {
  background-color: #052f07;
}

.bg-dull-green {
  background-color: #c1dcc1;
}

.bg-gray-200 {
  background-color: #e5e7eb;
}

.bg-gray-500 {
  background-color: #6b7280;
}

.bg-green-100 {
  background-color: #dcfce7;
}

.bg-green-500 {
  background-color: #22c55e;
}

.bg-green-800 {
  background-color: #166534;
}

.bg-green-900 {
  background-color: #14532d;
}

.bg-lite-gray {
  background-color: #efefef;
}

.bg-lite-gray-2 {
  background-color: #dfdfdf;
}

.bg-lite-green {
  background-color: #c3d6c4;
}

.bg-orange-500 {
  background-color: #f97316;
}

.bg-purple-700 {
  background-color: #7e22ce;
}

.bg-red-700 {
  background-color: #b91c1c;
}

.bg-red-900 {
  background-color: #7f1d1d;
}

.bg-slate-200 {
  background-color: #e2e8f0;
}

.bg-white {
  background-color: #fff;
}

.bg-yellow-400 {
  background-color: #facc15;
}

.bg-zinc-200 {
  background-color: #e4e4e7;
}

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

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

.from-green-900 {
  --tw-gradient-from: #14532d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.to-dc-green {
  --tw-gradient-to: #0a3a0a var(--tw-gradient-to-position);
}

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

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

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

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-2p {
  padding: 2%;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-2p {
  padding-left: 2%;
  padding-right: 2%;
}

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.py-4p {
  padding-top: 4%;
  padding-bottom: 4%;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4p {
  padding-bottom: 4%;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-56p {
  padding-bottom: 56.25%;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

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

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

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

.pt-56p {
  padding-top: 56.25%;
}

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

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

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

.font-noto-devanagari {
  font-family: Noto Sans Devanagari, sans-serif;
}

.font-sans-serif {
  font-family: sans-serif;
}

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.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;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-none {
  line-height: 1;
}

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

.text-5 {
  color: #555555;
}

.text-blue-900 {
  color: #1e3a8a;
}

.text-dull-green {
  color: #c1dcc1;
}

.text-gray-100 {
  color: #f3f4f6;
}

.text-gray-200 {
  color: #e5e7eb;
}

.text-gray-500 {
  color: #6b7280;
}

.text-green-600 {
  color: #16a34a;
}

.text-green-800 {
  color: #166534;
}

.text-green-900 {
  color: #14532d;
}

.text-lite-gray-2 {
  color: #dfdfdf;
}

.text-orange-800 {
  color: #9a3412;
}

.text-purple-900 {
  color: #581c87;
}

.text-red-900 {
  color: #7f1d1d;
}

.text-white {
  color: #fff;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

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

body {
  color: #333;
  background-color: #fff;
}

#primary-nav li a{
  padding: 17px 10px 10px 10px;
  display: inline-block;
}

#primary-nav li a:hover,
#primary-nav li a.active{
  color: wheat;
}

#primary-nav li.last{
  position: sticky;
  right: 0;
  background: url(../images/svgs/burger-menu.svg) center/28px no-repeat #14532d;
  width: 40px;
  height: 32px;
  margin-top: 10px;
  cursor: pointer;
  padding-right: 10px;
}

#primary-nav li.last a{
  visibility: hidden;
  padding: 0;
  margin: 0;
}

/* #secondary-nav li.last{
  position: sticky;
  right: 0;
  background: url(../images/svgs/search.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #fff;
  width: 44px;
  height: 24px;
  opacity: 0.8;
  padding: 4px 0;
  cursor: pointer;
}

#secondary-nav li.last a{
  visibility: hidden;
  padding: 0;
  margin: 0;
} */

.yt-video-box iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent;
}

.svg-w-full svg{
  width: 100%;
  height: auto;
}

.tabs-content > div{
  display: none;
}

.tabs-content .active{
  display: block;
}

form input:focus-visible,
form input:focus{
  outline: none;
}

svg{
  display: inline-block;
}

.pipe-space-left::before{
  content: '  ।  ';
  white-space: pre;
}

.pipe-space-left:empty{
  display: none;
}

.hide-empty:empty{
  display: none;
}

.views-more-link{
  color: #166534;
  border-bottom: 1px solid transparent;
}

.views-more-link:hover{
  color: #0d5a2a;
  border-bottom: 1px solid #0d5a2a;
}

/* .no-js .js-display{
  display: none;
} */

.active-tabs-border.active{
  background-color: #166534;
  color: #e5e7eb;
}

.img100p img{
  width: 100%;
  height: auto;
}

.audio100p audio{
  width: 100%;
}

.youtube-container--responsive {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.youtube-container--responsive iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.last-bb-0:last-child{
  border-bottom: none;
}

.last-pb-0:last-child{
  padding-bottom: 0;
}

.last-mb-0:last-child{
  margin-bottom: 0;
}

.article_body p{
  margin-bottom: 12px;
}

.article_body blockquote {
  border-left: 4px solid #d5d5d5;
  padding: 20px 16px 12px 24px;
  margin: 24px 0;
  width: 90%;
  margin-left: 5%;
  background: #eee;
  font-size: 20px;
  line-height: 2;
}

.element-invisible{
  display: none;
}

#user-login{
  margin: 2%;
}

#isoSpinner{
  background: url('../images/spinner.gif') center/150px no-repeat;
  width: 100%;
  height: 100px;
}

.mini-pager a{
  background: url(../images/svgs/arrow_right.svg) center/24px no-repeat;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  display: inline-block;
  padding: 1rem 1.25rem;
  border: 2px solid transparent;
}

.mini-pager a:hover{
  border: 2px solid #111;
}

.mini-pager .pager-previous a{
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}

.cb-list .field-title{
  order: -1;
}

.cb-list .field-reporter{
  margin-top: -12px;
}

.sharethis-inline-share-buttons#st-1 .st-total .st-label {
  font-size: 28px;
}

.sharethis-inline-share-buttons#st-1 .st-total .st-shares {
  font-size: 20px;
  line-height: 2;
}

#aqi-box > span{
  padding-bottom: 1px;
}

@media (min-width: 1024px){
  .lg-parent-flex .view-content{
    display: flex;
  }

  .lg-parent-gap-7 .view-content{
    gap: 1.75rem;
  }

  .lg-parent-equal-items .views-row{
    flex: 1 1 0px;
  }
}

/* System Messages CSS */

/* Printing it here explicitly because all System's CSS has been disabled in template.php for Anonymous users */

/* But sometimes, messages need to be displayed to Anonymous users. For example User login page  */

div.messages {
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
}

div.status {
  background-image: url(../../misc/message-24-ok.png);
  border-color: #be7;
}

div.status,
.ok {
  color: #234600;
}

div.status,
table tr.ok {
  background-color: #f8fff0;
}

div.warning {
  background-image: url(../../misc/message-24-warning.png);
  border-color: #ed5;
}

div.warning,
.warning {
  color: #840;
}

div.warning,
table tr.warning {
  background-color: #fffce5;
}

div.error {
  background-image: url(../../misc/message-24-error.png);
  border-color: #ed541d;
}

div.error,
.error {
  color: #8c2e0b;
}

div.error,
table tr.error {
  background-color: #fef5f1;
}

div.error p.error {
  color: #333;
}

div.messages ul {
  margin: 0 0 0 1em;
  /* LTR */
  padding: 0;
}

div.messages ul li {
  list-style-image: none;
}

/* System Messages CSS */

.hover__bg-blue-900:hover {
  background-color: #1e3a8a;
}

.hover__bg-green-800:hover {
  background-color: #166534;
}

.hover__bg-green-900:hover {
  background-color: #14532d;
}

.hover__bg-lite-green:hover {
  background-color: #c3d6c4;
}

.hover__bg-orange-800:hover {
  background-color: #9a3412;
}

.hover__bg-purple-900:hover {
  background-color: #581c87;
}

.hover__bg-red-900:hover {
  background-color: #7f1d1d;
}

.hover__bg-white:hover {
  background-color: #fff;
}

.hover__from-black\/25:hover {
  --tw-gradient-from: rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover__text-gray-200:hover {
  color: #e5e7eb;
}

.hover__text-green-800:hover {
  color: #166534;
}

.hover__text-green-900:hover {
  color: #14532d;
}

.hover__text-lite-green:hover {
  color: #c3d6c4;
}

.hover__text-white:hover {
  color: #fff;
}

.hover__opacity-70:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .md__mt-0 {
    margin-top: 0px;
  }

  .md__flex {
    display: flex;
  }

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

  .md__w-10p {
    width: 10%;
  }

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

  .md__w-3\/5 {
    width: 60%;
  }

  .md__w-32p {
    width: 32%;
  }

  .md__w-40p {
    width: 40%;
  }

  .md__w-49p {
    width: 49%;
  }

  .md__w-60p {
    width: 60%;
  }

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

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

@media (min-width: 1024px) {
  .lg__right-10 {
    right: 2.5rem;
  }

  .lg__-order-1 {
    order: -1;
  }

  .lg__-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg__mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg__mb-2p {
    margin-bottom: 2%;
  }

  .lg__mb-4p {
    margin-bottom: 4%;
  }

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

  .lg__flex {
    display: flex;
  }

  .lg__hidden {
    display: none;
  }

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

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

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

  .lg__w-1\/4 {
    width: 25%;
  }

  .lg__w-1\/6 {
    width: 16.666667%;
  }

  .lg__w-10 {
    width: 2.5rem;
  }

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

  .lg__w-1px {
    width: 1px;
  }

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

  .lg__w-2\/5 {
    width: 40%;
  }

  .lg__w-20p {
    width: 20%;
  }

  .lg__w-23p {
    width: 23%;
  }

  .lg__w-3\/12 {
    width: 25%;
  }

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

  .lg__w-3\/5 {
    width: 60%;
  }

  .lg__w-32p {
    width: 32%;
  }

  .lg__w-4\/12 {
    width: 33.333333%;
  }

  .lg__w-49p {
    width: 49%;
  }

  .lg__w-5\/12 {
    width: 41.666667%;
  }

  .lg__w-73p {
    width: 73%;
  }

  .lg__w-full {
    width: 100%;
  }

  .lg__max-w-32p {
    max-width: 32%;
  }

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

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

  .lg__gap-2p {
    gap: 2%;
  }

  .lg__gap-5 {
    gap: 1.25rem;
  }

  .lg__gap-7 {
    gap: 1.75rem;
  }

  .lg__overflow-auto {
    overflow: auto;
  }

  .lg__border-l {
    border-left-width: 1px;
  }

  .lg__py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .lg__leading-relaxed {
    line-height: 1.625;
  }
}
