/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-500:oklch(63.7% .237 25.331);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-white:#fff;--spacing:.25rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--font-weight-bold:700;--radius-2xl:1rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.mt-4{margin-top:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-10{height:calc(var(--spacing)*10)}.w-10{width:calc(var(--spacing)*10)}.w-fit{width:fit-content}.w-full{width:100%}.flex-1{flex:1}.cursor-pointer{cursor:pointer}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-\[repeat\(auto-fill\,minmax\(15vh\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(15vh,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-2{gap:calc(var(--spacing)*2)}.gap-4{gap:calc(var(--spacing)*4)}.gap-10{gap:calc(var(--spacing)*10)}.self-center{align-self:center}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.border{border-style:var(--tw-border-style);border-width:1px}.bg-blue-500{background-color:var(--color-blue-500)}.bg-red-500{background-color:var(--color-red-500)}.bg-white{background-color:var(--color-white)}.p-2{padding:calc(var(--spacing)*2)}.p-6{padding:calc(var(--spacing)*6)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.py-2{padding-block:calc(var(--spacing)*2)}.pt-4{padding-top:calc(var(--spacing)*4)}.text-center{text-align:center}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.text-red-500{color:var(--color-red-500)}.text-white{color:var(--color-white)}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media (hover:hover){.hover\:bg-blue-600:hover{background-color:var(--color-blue-600)}}@media not all and (min-width:40rem){.max-sm\:gap-4{gap:calc(var(--spacing)*4)}}@media (min-width:40rem){.sm\:w-\[50\%\]{width:50%}}@media (min-width:48rem){.md\:grid-cols-\[repeat\(auto-fill\,minmax\(200px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.md\:gap-10{gap:calc(var(--spacing)*10)}}}::-webkit-scrollbar{background:var(--s1-color);width:1vh}::-webkit-scrollbar-thumb{background:var(--n1-color)}:root{--p1-color:#0e0e0e;--s1-color:#f2f2f2;--s2-color:#dfdfdf;--n1-color:#003f8b;--n2-color:red;--shadow:black;--p-margin:50%;--top-margin:0;--padding-whole:1vh 2vh;--text-font-size:1.5vh;--header-font-size:2.5vh;--object-font-size:2.5vh;--big-font-size:4vh;--text:"Open Sans",sans-serif;--text-color:#1d1d1d}.activeDay{background:var(--n2-color)!important}.activeDay td{font-size:var(--header-font-size)!important}.activeDay td:first-child{color:var(--s1-color);font-weight:700;background:var(--n2-color)!important}.fullscreen{background:var(--p1-color);width:100%;position:absolute;top:0;left:0;height:100%!important}.fullscreen .iframe-controllers{width:100%!important}.show-item,.search-item{cursor:pointer;text-align:center;text-transform:capitalize;width:100%;height:15vh;font-weight:700;font-size:var(--object-font-size);background:var(--s1-color);border:.3vh solid var(--p1-color);border-radius:.5vh;justify-content:center;align-items:center;padding:2vh;text-decoration:none;transition:all .2s ease-in-out;display:flex;position:relative}.show-item:hover:after,.search-item:hover:after{background:var(--n2-color)}.show-item a,.search-item a{text-transform:capitalize;width:100%;height:100%;font-weight:700;font-size:var(--header-font-size);color:var(--text-color);justify-content:center;align-items:center;text-decoration:none;display:flex}@keyframes blob{0%{background-position:0 0}25%{background-position:100% 0}50%{background-position:100% 100%}75%{background-position:0 100%}to{background-position:0 0}}@keyframes dots{20%{background-position:0 0,50%,100%}40%{background-position:0 100%,50% 0,100%}60%{background-position:0%,50% 100%,100% 0}80%{background-position:0%,50%,100% 100%}}@font-face{font-family:handwriting-12;src:url(../fonts/handwriting-12.ttf)}@font-face{font-family:handwriting-30;src:url(../fonts/handwriting-30.ttf)}*{box-sizing:border-box;font-family:var(--text);border:none;outline:none;font-weight:400;text-decoration:none}img,svg{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.go-back-btn{cursor:pointer;text-align:center;text-transform:uppercase;font-weight:700;font-size:var(--text-font-size);background:var(--s1-color);border:.3vh solid var(--p1-color);border-radius:.5vh;justify-content:center;align-items:center;padding:1vh;text-decoration:none;transition:all .2s ease-in-out;display:flex;position:relative}.go-back-btn:hover:after{background:var(--n2-color)}body{background-image:linear-gradient(var(--s2-color).1vh,transparent .1vh),linear-gradient(to right,var(--s2-color).1vh,transparent .1vh);background-size:2vh 2vh;background-color:var(--s1-color);width:100%;min-height:100dvh}body .loading-screen{background-image:linear-gradient(var(--s2-color).1vh,transparent .1vh),linear-gradient(to right,var(--s2-color).1vh,transparent .1vh);background-size:2vh 2vh;background-color:var(--s1-color);justify-content:center;align-items:center;width:100%;height:100dvh;transition:all .2s ease-in-out;display:flex}body .loading-screen .loading-animation{background:radial-gradient(farthest-side,var(--n2-color)98%,transparent)0/2vh 2vh no-repeat,conic-gradient(from 90deg at 1vh 1vh,var(--p1-color),var(--n1-color))content-box,conic-gradient(from -90deg at 1vh 1vh,var(--p1-color),var(--n1-color))content-box,transparent;width:8vh;height:8vh;padding:1vh;animation:2s infinite blob}body #everything{opacity:1;flex-direction:column;justify-content:flex-start;align-items:center;gap:3vh;width:100%;height:100%;padding-top:1vh;padding-bottom:3vh;transition:all .2s ease-in-out;display:flex}body #everything .nav-bar{width:var(--p-margin);margin-bottom:2vh}body #everything .nav-bar .nav-options{width:100%;height:100%;padding:var(--padding-whole);justify-content:space-between;align-items:center;list-style-type:none;display:flex}body #everything .nav-bar .nav-options .logo{cursor:pointer;font-size:var(--header-font-size);text-transform:capitalize;color:var(--n1-color);font-weight:700}body #everything .nav-bar .nav-options .logo img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}body #everything .nav-bar .nav-options .pc-options{justify-content:center;align-items:center;gap:3vh;display:flex}body #everything .nav-bar .nav-options .pc-options .nav-option{cursor:pointer;font-weight:700;font-size:var(--text-font-size)}body #everything .hero-page{width:100%;padding:var(--padding-whole);flex-direction:column;justify-content:flex-end;align-items:center;gap:0;transition:all .2s ease-in-out;display:flex}body #everything .hero-page .hero-page-slogan{width:var(--p-margin);font-size:var(--header-font-size);height:10vh;padding-left:1vh}body #everything .hero-page .hero-page-slogan span{font-size:var(--big-font-size);font-weight:700}body #everything .hero-page .search-part{width:calc(var(--p-margin) - 2vh);justify-content:space-between;align-items:center;height:5vh;display:flex}body #everything .hero-page .search-part .text-input{width:100%;height:100%;display:flex}body #everything .hero-page .search-part .text-input #search-id{cursor:pointer;background:var(--s1-color);border:.3vh solid var(--p1-color);width:95%;height:100%;font-size:var(--text-font-size);border-radius:.5vh;outline:none;padding-left:2vh}body #everything .hero-page .search-part .text-input:hover #search-id{border:.5vh solid var(--p1-color)}body #everything .hero-page .search-part .search-btn{cursor:pointer;background:var(--s1-color);border:.3vh solid var(--p1-color);border-radius:.5vh;justify-content:space-between;align-items:center;width:20%;height:100%;padding:1vh;transition:all .2s ease-in-out;display:flex}body #everything .hero-page .search-part .search-btn .search-txt{font-weight:700;font-size:var(--text-font-size)}body #everything .hero-page .search-part .search-btn .search-image{justify-content:center;align-items:center;width:20%;height:100%;display:flex}body #everything .hero-page .search-part .search-btn .search-image svg{stroke:var(--p1-color);stroke-width:.2vh;-o-object-fit:contain;object-fit:contain;width:100%;height:100%}body #everything .every-projects-link{width:var(--p-margin);padding:var(--padding-whole);flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:3vh;transition:all .2s ease-in-out;display:flex}body #everything .every-projects-link .header{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:fit-content;display:flex}body #everything .every-projects-link .header .main-header{font-size:var(--header-font-size);text-transform:uppercase;justify-content:center;align-items:center;gap:1vh;font-weight:700;display:flex}body #everything .every-projects-link .header .main-header svg{width:var(--header-font-size);height:var(--header-font-size)}body #everything .every-projects-link .header .sub-header{opacity:.5;font-size:var(--text-font-size);font-weight:700}body #everything .every-projects-link .tag-bar{border:.3vh solid var(--shadow);background:var(--s1-color);border-radius:.5vh;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1vh;width:100%;padding:2vh;display:flex;position:relative}body #everything .every-projects-link .tag-bar .header{font-size:var(--text-font-size);text-transform:uppercase;border:.3vh solid var(--shadow);background:var(--s1-color);border-radius:.5vh;padding:1vh;font-weight:700;position:absolute;top:-1vh;left:-2vh}body #everything .every-projects-link .tag-bar .tag-list{white-space:nowrap;grid-template-columns:auto auto auto auto auto auto;gap:2vh;width:100%;display:grid;overflow-x:hidden}body #everything .every-projects-link .tag-bar .tag-list .tags{font-size:var(--text-font-size);padding:var(--padding-whole);border:.3vh solid var(--shadow);text-align:center;cursor:pointer;border-radius:.5vh}@media (hover:hover){body #everything .every-projects-link .tag-bar .tag-list .tags:hover{opacity:.5}}body #everything .every-projects-link .tag-bar .show-more{font-size:var(--text-font-size);border:.3vh solid var(--shadow);cursor:pointer;background:var(--n1-color);color:var(--s1-color);border-radius:.5vh;align-self:flex-end;padding:1vh;font-weight:700;position:absolute;bottom:-1.2vh;right:-1.2vh;transform:translate(1.2vh,1.2vh)}body #everything .every-projects-link .every-projects-body{grid-template-columns:30% auto 30%;gap:5vh;width:100%;display:grid}body #everything .search-page{width:var(--p-margin);margin-top:var(--top-margin);padding:var(--padding-whole);opacity:0;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:3vh;transition:all .2s ease-in-out;display:none}body #everything .search-page .header .main-header{font-size:var(--header-font-size);text-transform:uppercase;font-weight:700}body #everything .search-page .header .sub-header{font-size:var(--text-font-size);opacity:.5;font-weight:700}body #everything .search-page .search-results{grid-template-columns:30% auto 30%;gap:5vh;width:100%;display:grid}body #everything .search-page .search-results .show{display:flex}body #everything .search-page .search-results .hide{display:none}body #everything #page{width:var(--p-margin);margin-top:var(--top-margin);padding:var(--padding-whole);opacity:1;flex-direction:column;justify-content:flex-start;align-items:flex-start;transition:all .5s ease-in-out;display:flex;gap:3vh!important}body #everything #page .header{width:100%}body #everything #page .header .main-header{font-size:var(--header-font-size);text-transform:capitalize;font-weight:700}body #everything #page .header .sub-header{font-size:var(--text-font-size);opacity:.5;font-weight:700}body #everything .note-page .note-output{flex-direction:column;justify-content:center;align-items:flex-start;width:100%;height:70vh;display:flex}body #everything .note-page .note-output .iframe-controllers{background:var(--s1-color);border:.3vh solid var(--p1-color);border-bottom:none;border-radius:.5vh .5vh 0 0;justify-content:center;align-items:center;gap:1vh;width:fit-content;padding:1vh;display:flex}body #everything .note-page .note-output .iframe-controllers .iframe-controller{font-size:var(--text-font-size);background:var(--n1-color);text-transform:uppercase;border:.3vh solid var(--p1-color);color:var(--s1-color);cursor:pointer;border-radius:.5vh;padding:1vh;font-weight:700;transition:all .2s}body #everything .note-page .note-output .iframe-controllers .iframe-controller:hover{color:var(--p1-color);background:var(--s1-color)}body #everything .note-page .note-output iframe{background:var(--s1-color);border:.3vh solid var(--p1-color);border-radius:0 .5vh .5vh;width:100%;height:100%}body #everything .cover-page-generator-page .generator-whole{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:2vh;width:100%;display:flex}body #everything .cover-page-generator-page .generator-whole .header{text-align:center;width:100%;font-size:var(--header-font-size);text-transform:capitalize;font-weight:700}body #everything .cover-page-generator-page .generator-whole .generator-body{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2vh;width:100%;display:flex}body #everything .cover-page-generator-page .generator-whole .input-field{justify-content:flex-start;align-items:flex-start;gap:2vh;width:100%;display:flex}body #everything .cover-page-generator-page .generator-whole .input-field .roll-no,body #everything .cover-page-generator-page .generator-whole .input-field .subject{border-right:.3vh solid var(--shadow);flex-direction:column;justify-content:center;align-items:center;gap:1vh;width:100%;padding-right:2vh;display:flex}body #everything .cover-page-generator-page .generator-whole .input-field .roll-no .header,body #everything .cover-page-generator-page .generator-whole .input-field .subject .header{font-size:var(--text-font-size);text-align:left;text-transform:uppercase}body #everything .cover-page-generator-page .generator-whole .input-field .roll-no select,body #everything .cover-page-generator-page .generator-whole .input-field .subject select{cursor:pointer;background:var(--s1-color);border:.3vh solid var(--p1-color);width:100%;font-size:var(--text-font-size);border-radius:.5vh;padding:1vh}body #everything .cover-page-generator-page .generator-whole .input-field .roll-no select optgroup,body #everything .cover-page-generator-page .generator-whole .input-field .subject select optgroup{color:var(--p1-color);text-transform:capitalize;width:100%;font-size:2vh}body #everything .cover-page-generator-page .generator-whole .input-field .roll-no select optgroup option,body #everything .cover-page-generator-page .generator-whole .input-field .subject select optgroup option{width:100%;font-size:var(--text-font-size)}body #everything .cover-page-generator-page .generator-whole .input-field .title-selector,body #everything .cover-page-generator-page .generator-whole .input-field .report-no-selector{border-right:.3vh solid var(--shadow);flex-direction:column;gap:1vh;width:100%;padding-right:2vh;display:flex}body #everything .cover-page-generator-page .generator-whole .input-field .title-selector .header,body #everything .cover-page-generator-page .generator-whole .input-field .report-no-selector .header{width:100%;font-size:var(--text-font-size);text-align:left;text-transform:uppercase}body #everything .cover-page-generator-page .generator-whole .input-field .title-selector input,body #everything .cover-page-generator-page .generator-whole .input-field .report-no-selector input{font-size:var(--text-font-size);background:var(--s1-color);border:.3vh solid var(--p1-color);border-radius:.5vh;width:100%;height:100%;padding:1vh 2vh}body #everything .cover-page-generator-page .sub-header{font-weight:700;font-size:var(--text-font-size);justify-content:flex-start;align-items:flex-start;gap:1vh;display:flex}body #everything .cover-page-generator-page .sub-header a{color:var(--n2-color);font-size:var(--text-font-size)}body #everything .cover-page-generator-page .coverpage-output{background:var(--s1-color);width:100%;height:100vh}body #everything .cover-page-generator-page .display-none{display:none!important}body #everything .cover-page-generator-page .action-btn{justify-content:center;align-items:center;gap:2vh;display:flex}body #everything .cover-page-generator-page .download{cursor:pointer;background:var(--n1-color);color:var(--s1-color);font-size:var(--text-font-size);text-align:center;text-transform:uppercase;border:none;border:.3vh solid var(--p1-color);border-radius:.5vh;outline:none;padding:1vh;font-weight:700;transition:all .2s ease-in-out}body #everything .cover-page-generator-page .download:hover{background:var(--s1-color);color:var(--p1-color)}body #everything .class-routine-page{gap:2vh;width:100%}body #everything .class-routine-page .routine-whole{flex-direction:column;justify-content:center;align-items:center;gap:2vh;width:100%;display:flex}body #everything .class-routine-page .class-routine-body{flex-direction:column;justify-content:center;align-items:center;gap:3vh;width:100%;display:flex}body #everything .class-routine-page .routine-section-A,body #everything .class-routine-page .routine-section-B{width:100%}body #everything .class-routine-page tr{outline:.3vh solid var(--shadow)}body #everything .class-routine-page thead{background:var(--n1-color)}body #everything .class-routine-page thead tr:first-child th{color:var(--s1-color);font-weight:700;font-size:var(--header-font-size)!important}body #everything .class-routine-page thead th{color:var(--s1-color)}body #everything .class-routine-page td{background:var(--s1-color);font-weight:700}body #everything .class-routine-page td,body #everything .class-routine-page th{outline:.3vh solid var(--shadow);text-align:center;font-size:var(--text-font-size);padding:1vh}body #everything .syllabus-page .syllabus-body{width:100%}body #everything .syllabus-page .syllabus-body .semester-options{-moz-column-gap:1vh;grid-template-columns:auto auto auto auto;gap:1vh;list-style-type:none;display:grid}body #everything .syllabus-page .syllabus-body .semester-options .semester-option{cursor:pointer;background:var(--s1-color);border:.3vh solid var(--p1-color);border-radius:.5vh;justify-content:center;align-items:center;height:10vh;transition:all .2s ease-in-out;display:flex;position:relative}body #everything .syllabus-page .syllabus-body .semester-options .semester-option a{color:var(--p1-color);background:var(--s1-color);font-size:var(--header-font-size);border-radius:.5vh;justify-content:center;align-items:center;width:100%;height:100%;font-weight:700;text-decoration:none;transition:all .2s ease-in-out;display:flex}body #everything .syllabus-page .syllabus-body .semester-options .syllabus-1-8{grid-column:1/5}body #everything .syllabus-page .syllabus-body .semester-options .syllabus-1-8 a{font-size:var(--header-font-size);background:var(--n1-color);color:var(--s1-color)}body #everything .text-2-handwriting .opacity{opacity:1!important}body #everything .text-2-handwriting .text-2-handwriting-body{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2vh;width:100%;display:flex}body #everything .text-2-handwriting .text-2-handwriting-body .handwriting-selection{justify-content:flex-start;align-items:flex-start;gap:2vh;display:flex}body #everything .text-2-handwriting .text-2-handwriting-body .handwriting-selection .in-built-handwritings,body #everything .text-2-handwriting .text-2-handwriting-body .handwriting-selection .custom-handwriting{border-right:.3vh solid var(--shadow);flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1vh;padding-right:2vh;display:flex}body #everything .text-2-handwriting .text-2-handwriting-body .handwriting-selection .header{font-size:var(--text-font-size);text-transform:uppercase;font-weight:900}body #everything .text-2-handwriting .text-2-handwriting-body .handwriting-selection .handwriting-selector{background:var(--s1-color);width:100%;font-size:var(--text-font-size);border:.3vh solid var(--shadow);border-radius:.5vh;padding:1vh}body #everything .text-2-handwriting .text-2-handwriting-body .handwriting-selection .custom-handwriting-selector{cursor:pointer;background:var(--n1-color);border:.3vh solid var(--shadow);border-radius:.5vh;width:100%;padding:1vh;position:relative}body #everything .text-2-handwriting .text-2-handwriting-body .handwriting-selection #custom-hw-selector{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute}body #everything .text-2-handwriting .text-2-handwriting-body .handwriting-selection .btn{cursor:pointer;width:100%;color:var(--s1-color);text-align:center}body #everything .text-2-handwriting .text-2-handwriting-body .sub-header{font-size:var(--text-font-size);opacity:.5;gap:1vh;font-weight:700;display:flex}body #everything .text-2-handwriting .text-2-handwriting-body .sub-header a{color:var(--n2-color)}body #everything .text-2-handwriting .text-2-handwriting-body .text-2-handwriting-converter-field{border:.3vh solid var(--shadow);border-radius:.5vh;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}body #everything .text-2-handwriting .text-2-handwriting-body .page-customization{flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;display:flex}body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .customizations,body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .headers{border-bottom:.3vh solid var(--shadow);grid-template-columns:20% 20% 20% 20% 20%;width:100%;display:grid}body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .customizations .header,body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .headers .header{text-transform:uppercase;justify-content:center;align-items:center;font-weight:900;display:flex;color:var(--s1-color)!important;background:var(--n1-color)!important;border-left:.3vh solid var(--shadow)!important}body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .customizations .header:first-child,body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .headers .header:first-child{border-left:none!important}body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .customizations .generate-pdf,body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .headers .generate-pdf{cursor:pointer;background:var(--n2-color)!important}body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .customizations input,body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .headers input{border-left:.3vh solid var(--shadow)!important}body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .customizations input:first-child,body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .headers input:first-child{border-left:none!important}body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .customizations .page-border-checker,body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .headers .page-border-checker{background:var(--s1-color);padding:1vh;border-left:.3vh solid var(--shadow)!important}body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .customizations .page-border-checker input,body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .headers .page-border-checker input{cursor:pointer;width:100%;height:100%}body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .customizations .random-line-checker,body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .headers .random-line-checker{background:var(--s1-color);padding:1vh;border-left:.3vh solid var(--shadow)!important}body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .customizations .random-line-checker input,body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .headers .random-line-checker input{cursor:pointer;width:100%;height:100%}body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .customizations .header,body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .customizations input,body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .headers .header,body #everything .text-2-handwriting .text-2-handwriting-body .page-customization .headers input{background:var(--s1-color);width:100%;font-size:var(--text-font-size);border:none;outline:none;padding:1vh}body #everything .text-2-handwriting .text-2-handwriting-body .text-2-handwriting-output-whole{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1vh;width:100%;height:fit-content;display:flex}body #everything .text-2-handwriting .text-2-handwriting-body .text-2-handwriting-output-whole .text-2-handwriting-output{background:var(--s1-color);border:.3vh solid var(--shadow);border-radius:.5vh;outline:none;width:100%;height:60vh}body #everything .text-2-handwriting .text-2-handwriting-body .text-2-handwriting-output-whole .header{font-size:var(--text-font-size);text-transform:uppercase;font-weight:900}body #everything .text-2-handwriting .text-2-handwriting-body .text-selector{resize:vertical;width:100%;min-height:25vh;font-size:var(--header-font-size);background:var(--s1-color);padding:1vh}body #everything .text-2-handwriting .text-2-handwriting-body .download-field{justify-content:center;align-items:center;gap:1vh;display:flex}body #everything .text-2-handwriting .text-2-handwriting-body .download{cursor:pointer;border:.3vh solid var(--shadow);background:var(--n1-color);color:var(--s1-color);font-weight:900;font-size:var(--text-font-size);text-transform:uppercase;border-radius:.5vh;padding:1vh 2vh;transition:all .2s}body #everything .text-2-handwriting .text-2-handwriting-body .download:hover{background:var(--n2-color)!important}@media (max-width:1235px){:root{--object-font-size:1.7vh}.tag-list{grid-template-columns:auto auto auto!important}.every-projects-body{grid-template-columns:30% auto 30%!important}}@media (min-width:1024px){.search-btn:hover{background:var(--n2-color)!important}.search-btn:hover .search-txt{color:var(--s1-color)}.mobile-options{display:none}.go-back-btn:before{bottom:-.7vh!important;right:-.7vh!important}.search-item:before,.show-item:before,.go-back-btn:before{z-index:-1;content:"";background:var(--s2-color);border:.3vh solid var(--p1-color);border-radius:.5vh;width:100%;height:100%;transition:all .2s ease-in-out;position:absolute;bottom:-10%;right:-5%}.search-item:after,.show-item:after,.go-back-btn:after{content:"";width:100%;height:15%;font-size:var(--text-font-size);color:var(--s1-color);border-bottom:.3vh solid var(--p1-color);justify-content:center;align-items:center;transition:all .2s ease-in-out;display:flex;position:absolute;top:0%}}@media (max-width:1024px){:root{--p-margin:70%;--header-font-size:2vh;--object-font-size:1.5vh;--big-font-size:3vh}.every-projects-body{grid-template-columns:30% auto 30%!important}.every-projects-body,.search-results{gap:2vh!important}}@media (max-width:720px){:root{--p-margin:100%;--header-font-size:2vh;--object-font-size:1.5vh;--big-font-size:3vh}#everything{gap:2vh!important}.search-part{min-width:100%}.search-part .search-btn{max-width:max-content}.search-part .search-txt{display:none}.search-part .search-image{min-width:100%}.pc-options{gap:1vh!important}.nav-option{background:var(--n1-color);color:var(--s1-color);border:.3vh solid var(--shadow);border-radius:.5vh;padding:1vh}.tag-bar .header{top:-3vh!important;left:0!important}.tag-bar .tag-list{grid-template-columns:auto auto auto!important}.tag-bar .show-more{bottom:-1.5vh!important;right:0!important;transform:translateY(1.5vh)!important}.every-projects-body{grid-template-columns:30% 30% 30%!important}.every-projects-body,.search-results{gap:2vh!important}.show-item,.search-item{max-height:10vh!important}.generator-body .input-field{min-width:100%}.coverpage-output{display:none!important}.routine .routine-row{gap:.1vh!important}.routine .routine-cell{padding:.5vh!important}.text-2-handwriting-output-whole{display:none!important}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
