@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
#loadingOverlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 9999; /* Ensure it's on top of everything */
}

#loadingGif {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}
.fade-in {
    animation: fadeIn 0.3s ease-in-out;
}

.block {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(101, 201, 203, 1);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(101, 201, 203, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(101, 201, 203, 0);
    }
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.text-gradient {
    background: linear-gradient(90deg, #65c9cb, #a6dcde);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

*,
::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:
}

*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

::after,
::before {
    --tw-content: ''
}

:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: Poppins, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    height: 100%;
    overflow-x: hidden;
    margin: 0;
    line-height: inherit;
    overscroll-behavior: contain;
    font-family: Poppins, 'Open Sans', Arial, Helvetica, sans-serif;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button,
select {
    text-transform: none;
    cursor: pointer;
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

.open-sans {
    font-family: 'Open Sans', ui-sans-serif, system-ui, sans-serif;
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],
button, .btn {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden]:where(:not([hidden=until-found])) {
    display: none
}

.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
    }
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.fixed {
    position: fixed;
}
.left-0 {
    left: 0px;
}
.right-0 {
    right: 0px;
}
.right-10 {
    right: 10px;
}
.-right-2 {
    right: -0.5rem
}
.top-0 {
    top: -0px
}

.-top-2 {
    top: -0.5rem
}
.bottom-0 {
    bottom: 0px;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mb-2 {
    margin-bottom: 0.5rem
}

.mb-3 {
    margin-bottom: 0.75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-7 {
    margin-bottom: 1.75rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-9 {
    margin-bottom: 2.25rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.ml-1 {
    margin-left: 0.25rem
}

.ml-2 {
    margin-left: 0.5rem
}

.mr-1 {
    margin-right: 0.25rem
}

.mr-2 {
    margin-right: 0.5rem
}

.mr-3 {
    margin-right: 0.75rem
}

.mr-4 {
    margin-right: 1rem
}

.mt-0 {
    margin-top: 0rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mt-8 {
    margin-top: 2rem
}

.mt-9 {
    margin-top: 2.25rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-16 {
    margin-top: 4rem
}

.flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-col {
    flex-direction: column; 
}

.flex-row {
    flex-direction: row; 
}

.flex-40 {
    flex: 0 0 40%;
}

.grid {
    display: grid
}

.h-1{height:.25rem}
.h-2{height:.5rem}
.h-3{height:.75rem}
.h-4{height:1rem}
.h-5{height:1.25rem}
.h-6{height:1.5rem}
.h-7{height:1.75rem}
.h-8{height:2rem}
.h-9{height:2.25rem}
.h-10{height:2.5rem}
.h-11{height:2.75rem}
.h-12{height:3rem}
.h-13{height:3.25rem}
.h-14{height:3.5rem}
.h-15{height:3.75rem}
.h-16{height:4rem}
.h-17{height:4.25rem}
.h-18{height:4.5rem}
.h-19{height:4.75rem}
.h-20{height:5rem}
.h-21{height:5.25rem}
.h-22{height:5.5rem}
.h-23{height:5.75rem}
.h-24{height:6rem}
.h-25{height:6.25rem}
.h-26{height:6.5rem}
.h-27{height:6.75rem}
.h-28{height:7rem}
.h-29{height:7.25rem}
.h-30{height:7.5rem}
.h-31{height:7.75rem}
.h-32{height:8rem}
.h-33{height:8.25rem}
.h-34{height:8.5rem}
.h-35{height:8.75rem}
.h-36{height:9rem}
.h-37{height:9.25rem}
.h-38{height:9.5rem}
.h-39{height:9.75rem}
.h-40{height:10rem}

.min-h-\[150px\] {
    min-height: 150px
}

.min-h-\[400px\] {
    min-height: 400px
}

.min-h-screen {
    min-height: 100vh
}

.w-1  { width: 0.25rem; }
.w-2  { width: 0.50rem; }
.w-3  { width: 0.75rem; }
.w-4  { width: 1.00rem; }
.w-5  { width: 1.25rem; }
.w-6  { width: 1.50rem; }
.w-7  { width: 1.75rem; }
.w-8  { width: 2.00rem; }
.w-9  { width: 2.25rem; }
.w-10 { width: 2.50rem; }

.w-11 { width: 2.75rem; }
.w-12 { width: 3.00rem; }
.w-13 { width: 3.25rem; }
.w-14 { width: 3.50rem; }
.w-15 { width: 3.75rem; }
.w-16 { width: 4.00rem; }
.w-17 { width: 4.25rem; }
.w-18 { width: 4.50rem; }
.w-19 { width: 4.75rem; }
.w-20 { width: 5.00rem; }

.w-21 { width: 5.25rem; }
.w-22 { width: 5.50rem; }
.w-23 { width: 5.75rem; }
.w-24 { width: 6.00rem; }
.w-25 { width: 6.25rem; }
.w-26 { width: 6.50rem; }
.w-27 { width: 6.75rem; }
.w-28 { width: 7.00rem; }
.w-29 { width: 7.25rem; }
.w-30 { width: 7.50rem; }

.w-31 { width: 7.75rem; }
.w-32 { width: 8.00rem; }
.w-33 { width: 8.25rem; }
.w-34 { width: 8.50rem; }
.w-35 { width: 8.75rem; }
.w-36 { width: 9.00rem; }
.w-37 { width: 9.25rem; }
.w-38 { width: 9.50rem; }
.w-39 { width: 9.75rem; }
.w-40 { width: 10.00rem; }


.w-40p {
    width: 40%;
}

.w-50p {
    width: 50%;
}

.w-60p {
    width: 60%;
}

.w-70p {
    width: 70%;
}

.w-80p {
    width: 80%;
}

.w-90p {
    width: 90%;
}

.w-full {
    width: 100%
}

.max-w-xl {
    max-width: 12rem
}

.max-w-2xl {
    max-width: 24rem
}

.max-w-3xl {
    max-width: 36rem
}

.max-w-4xl {
    max-width: 48rem
}

.max-w-5xl {
    max-width: 60rem
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-full {
    max-width: 100%
}

.z-1 {
    z-index: 5;
}

.z-2 {
    z-index: 10;
}

.z-3 {
    z-index: 15;
}

.z-4 {
    z-index: 20;
}

#report-content{
    width: 200mm;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.items-top {
    align-items: top
}

.items-center {
    align-items: center
}

.items-bottom {
    align-items: bottom
}

.self-center {
    align-self: center
}

.justify-center {
    justify-content: center
}

.justify-around {
    justify-content: space-around
}

.justify-between {
    justify-content: space-between
}

.gap-1 {
    gap: 0.25rem
}

.gap-2 {
    gap: 0.5rem
}

.gap-3 {
    gap: 0.75rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.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-x-4> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-2> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-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))
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.rounded-full {
    border-radius: 9999px
}

.rounded-md {
    border-radius: 0.25rem
}

.rounded-lg {
    border-radius: 0.5rem
}

.rounded-xl {
    border-radius: 0.75rem
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.rounded-b-xl {
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

.border {
    border-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-dark-600 {
    --tw-border-opacity: 1;
    border-color: rgb(71 85 105 / var(--tw-border-opacity, 1))
}

.border-dark-700 {
    --tw-border-opacity: 1;
    border-color: rgb(51 65 85 / var(--tw-border-opacity, 1))
}

.border-selected {
    border: 2px solid #161b30;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.bg-black {
    background-color: #000;
}

.bg-black-100 {
    background-color: rgba(0,0,0,0.1);
}

.bg-black-200 {
    background-color: rgba(0,0,0,0.2);
}

.bg-black-300 {
    background-color: rgba(0,0,0,0.3);
}

.bg-black-400 {
    background-color: rgba(0,0,0,0.4);
}

.bg-black-500 {
    background-color: rgba(0,0,0,0.5);
}

.bg-gray-100 {
    background-color: rgba(97, 112, 125, 0.1);
}

.bg-gray-200 {
    background-color: rgba(97, 112, 125, 0.2);
}

.bg-gray-300 {
    background-color: rgba(97, 112, 125, 0.3);
}

.bg-gray-400 {
    background-color: rgba(97, 112, 125, 0.4);
}

.bg-gray-500 {
    background-color: rgba(97, 112, 125, 0.5);
}

.bg-brand-100 {
    background-color: rgba(101, 201, 203, 0.1);
}

.bg-brand-200 {
    background-color: rgba(101, 201, 203, 0.2);
}

.bg-brand-300 {
    background-color: rgba(101, 201, 203, 0.3);
}

.bg-brand-400 {
    background-color: rgba(101, 201, 203, 0.4);
}

.bg-brand-500 {
    background-color: rgba(101, 201, 203, 0.5);
}
.bg-brand-600 {
    background-color: rgba(101, 201, 203, 0.6);
}
.bg-brand-700 {
    background-color: rgba(101, 201, 203, 0.7);
}
.bg-brand-800 {
    background-color: rgba(101, 201, 203, 0.8);
}
.bg-brand-900 {
    background-color: rgba(101, 201, 203, 0.9);
}
.bg-brand {
    background-color: rgba(101, 201, 203, 1);
}

.bg-dark-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1))
}

.bg-dark-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1))
}

.bg-dark-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1))
}

.bg-dark-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1))
}

.bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1))
}

.bg-green-500 {
    background-color: #65cc88
}
.bg-amber-500 {
    background-color: #fbbf24;
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1))
}

.bg-green-100 {
    background-color: rgba(74, 222, 128, 0.1)
}

.bg-indigo-100 {
    background-color: rgba(129, 140, 248, 0.1)
}

.bg-pink-100 {
    background-color: rgba(244, 114, 182, 0.1)
}

.bg-purple-100 {
    background-color: rgba(192, 132, 252, 0.1)
}

.bg-red-100 {
    background-color: rgba(248, 113, 113, 0.1)
}

.bg-blur {
    backdrop-filter: blur(3px);
}

.inset-0 {
    inset: 0px
}

.p-1 {
    padding: 0.25rem
}

.p-2 {
    padding: 0.5rem
}

.p-3 {
    padding: 0.75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-7 {
    padding: 1.75rem
}

.p-8 {
    padding: 2rem
}

.pb-2 {
    padding-bottom: 0.5rem
}

.pb-3 {
    padding-bottom: 0.75rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-7 {
    padding-bottom: 1.75rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pr-4 {
    padding-right: 1rem
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.pt-4 {
    padding-top: 1rem
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1)
}

.shadow, .shadow-md {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.text-brand-turq {
    color: #65c9cb;
}

.text-brand-gray {
    color: #61707d;
}

.text-brand-light-turq {
    color: #a6dcde;
}

.text-brand-blue {
    color: #161B30;
}

.text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1))
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1))
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1))
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(15 15 15 / var(--tw-text-opacity, 1))
}

.text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(74 222 128 / var(--tw-text-opacity, 1))
}

.text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgb(129 140 248 / var(--tw-text-opacity, 1))
}

.text-pink-400 {
    --tw-text-opacity: 1;
    color: rgb(244 114 182 / var(--tw-text-opacity, 1))
}

.text-purple-400 {
    --tw-text-opacity: 1;
    color: rgb(192 132 252 / var(--tw-text-opacity, 1))
}

.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity, 1))
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.opacity-50 {
    opacity: 0.5
}

.hidden {
    display: none;
}

.no-pb {
  /* force it to be a standalone box, not part of the grid’s fragmentation */
  display: inline-block;
  width: 100%;              /* fill its grid cell when in a grid container */
  box-sizing: border-box;   /* include padding/border inside that 100% */

  /* now really avoid splitting it */
  break-inside: avoid-page !important;
  page-break-inside: avoid !important;
  -webkit-column-break-inside: avoid !important;
}


.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}

.hover\:bg-dark-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1))
}

.hover\:bg-dark-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1))
}


.hover\:bg-gray-100:hover {
    background-color: rgba(97, 112, 125, 0.1);
}

.hover\:bg-gray-200:hover {
    background-color: rgba(97, 112, 125, 0.2);
}

.hover\:bg-gray-300:hover {
    background-color: rgba(97, 112, 125, 0.3);
}

.hover\:bg-gray-400:hover {
    background-color: rgba(97, 112, 125, 0.4);
}

.hover\:bg-gray-500:hover {
    background-color: rgba(97, 112, 125, 0.5);
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.hover\:bg-brand-100:hover {
    background-color: rgba(101, 201, 203, 0.1);
}

.hover\:bg-brand-200:hover {
    background-color: rgba(101, 201, 203, 0.2);
}

.hover\:bg-brand-300:hover {
    background-color: rgba(101, 201, 203, 0.3);
}

.hover\:bg-brand-400:hover {
    background-color: rgba(101, 201, 203, 0.4);
}

.hover\:bg-brand-500:hover {
    background-color: rgba(101, 201, 203, 0.5);
}
.hover\:bg-brand-600:hover {
    background-color: rgba(101, 201, 203, 0.6);
}
.hover\:bg-brand-700:hover {
    background-color: rgba(101, 201, 203, 0.7);
}
.hover\:bg-brand-800:hover {
    background-color: rgba(101, 201, 203, 0.8);
}
.hover\:bg-brand-900:hover {
    background-color: rgba(101, 201, 203, 0.9);
}
.hover\:bg-brand:hover {
    background-color: rgba(101, 201, 203, 1);
}

.focus\:border-transparent:focus {
    border-color: transparent
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-primary-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))
}

@media (min-width: 1024px) {
    .lg\:sticky {
        position: sticky
    }

    .lg\:top-6 {
        top: 1.5rem
    }

    .lg\:col-span-1 {
        grid-column: span 1 / span 1
    }

    .lg\:col-span-3 {
        grid-column: span 3 / span 3
    }

    .lg\:h-\[calc\(100vh-3rem\)\] {
        height: calc(100vh - 3rem)
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}
@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
    .sml\:hidden {
        display: none;
    }
    .sml\:w-full {
        width:100%;
    }
    .sml\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sml\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sml\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sml\:flex-col {
        flex-direction: column;
    }
}
@media (max-width: 400px) {
    .vsml\:hidden {
        display: none;
    }
    .vsml\:w-full {
        width:100%;
    }
    .vsml\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .vsml\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .vsml\:flex-col {
        flex-direction: column;
    }
}