@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}
:after,:before{--tw-content:""}
html{-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;tab-size:4}
body{line-height:inherit; padding-left: 0; /* Changed from 100px to 0 */}
@media (min-width: 768px) {
    body {
        padding-left: 100px; /* Restore original padding on larger screens */
    }
}
hr{border-top-width:1px;color:inherit;height:0}
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:underline; padding-left: 0; /* Changed from 50px to 0 */}
@media (min-width: 768px) {
    a {
        padding-left: 50px; /* Restore original padding on larger screens */
    }
}
b,strong{font-weight:bolder}
code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;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{border-collapse:collapse;border-color:inherit;text-indent:0}
button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%; /* Changed from 400% to 100% */line-height:inherit;margin:0;padding:0}
@media (min-width: 768px) {
    button,input,optgroup,select,textarea {
        font-size: 200%; /* Restore original size on larger screens */
    }
}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-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}
fieldset{margin:0}
fieldset,legend{padding:0}
menu,ol,ul{list-style:none;margin:0;padding:0}
textarea{resize:vertical}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#d8d8d8;opacity:1}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#d8d8d8;opacity:1}
input::placeholder,textarea::placeholder{color:#d8d8d8;opacity:1}
[role=button],button{cursor:pointer}
:disabled{cursor:default}
audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}
img,video{height:auto;max-width:100%}
[hidden]{display:none}
*,:after,:before{--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-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:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }
.container{width:100%}
@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}}
.top-0{top:0}
.mx-auto{margin-left:auto;margin-right:auto}
.mb-0{margin-bottom:0}
.flex{display:flex}
.hidden{display:none}
.h-10{height:5rem}
.min-h-\[100vh\]{min-height:300vh}
.w-full{width:100%} /* Changed from 87% to 100% */
@media (min-width: 768px) {
    .w-full {
        width: 87%; /* Restore original width on larger screens */
    }
}
.flex-row{flex-direction:row}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.items-start{align-items:flex-start}
.items-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.overflow-x-hidden{overflow-x:hidden}
input {
  outline: 0;
  border-width: 0 0 0.5px;
  border-color: #000
}
input:focus {
  border-color: #000;
  outline: 0.5px #000
}

/* Rest of the CSS remains exactly the same */
.border-gray-700{--tw-border-opacity:0;border-color:rgb(255 255 255/var(--tw-border-opacity))}
.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}
.bg-slate-300{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}
.p-10{padding-top:2.5rem}
.p-2{padding:2.5rem}
.p-4{padding:0rem}
.p-0{padding:0}
.py-1{padding-bottom:.25rem;padding-top:.25rem;line-height: 1.3em}
.pl-4{padding-left:0rem}
.font-bold{font-weight:700}
.font-semibold{font-weight:600}
.leading-tight{line-height:1.25}
.text-\[\#000\]{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}
.text-red-500{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity));font-size: 3em; font-weight: 400}
.shadow{--tw-shadow:0 0px 0px 0 rgba(0,0,0,.1),0 0px 0px 0px rgba(0,0,0,.1);--tw-shadow-colored:0 0px 0px 0 var(--tw-shadow-color),0 0px 0px 0 var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow))}
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family: 'Roboto', sans-serif;margin:0;margin-left: 10px;}
code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
@media (min-width:768px){.md\:w-6\/12{width:50%}}
header{align-items:center;background-color:#021e4c;border-bottom:2px solid #fcc014;box-shadow:0 4px 10px rgb(0 0 0/5%);color:#3b454e;display:flex;flex:1 1;flex-direction:row;min-height:80px}
@media (min-width: 768px) {
    body {
        margin-left: 40px; /* Larger margin for desktop */
    }
}
@media(min-width:768px){body{-webkit-font-smoothing:antialiased}}
header img{min-height:20px}
#main{min-height:calc(100vh - 100px)}
.breadcrumb li{line-height:16px}
.breadcrumb li:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTYgMiA1IDYtNC41NzEgNiIgc3Ryb2tlPSIjQjNCQkM2IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);background-position:100%;background-repeat:no-repeat;content:"";display:inline-block;height:18px;position:absolute;width:18px}
.breadcrumb li:last-child:after{height:0;width:2px}
.App-link{color:#61dafb}
@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
table{font-size:.9rem}
table thead>td{font-weight:700}
table tbody>tr>td:last-child,table thead>tr>td:last-child{text-align:right}
table tbody>tr:nth-child(odd){background-color:#f5f5f5}