diff --git a/dist/AI_bot.html b/dist/AI_bot.html deleted file mode 100644 index 4cf848c..0000000 --- a/dist/AI_bot.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - Dr.Kure - - - - -
- -
- -
- -
- - - -
- -
-

HEY! I'M DOCTOR KURE. HOW CAN I HELP YOU TODAY?

- - -
-
- - - -
- -
- -
-
- - - \ No newline at end of file diff --git a/dist/assets/Android_small.png b/dist/assets/Android_small.png deleted file mode 100644 index b5f6978..0000000 Binary files a/dist/assets/Android_small.png and /dev/null differ diff --git a/dist/assets/Copyright.png b/dist/assets/Copyright.png deleted file mode 100644 index 376d6ec..0000000 Binary files a/dist/assets/Copyright.png and /dev/null differ diff --git a/dist/assets/Diagnose.png b/dist/assets/Diagnose.png deleted file mode 100644 index f975639..0000000 Binary files a/dist/assets/Diagnose.png and /dev/null differ diff --git a/dist/assets/DoctoVerse.png b/dist/assets/DoctoVerse.png deleted file mode 100644 index 305d4d5..0000000 Binary files a/dist/assets/DoctoVerse.png and /dev/null differ diff --git a/dist/assets/Group.png b/dist/assets/Group.png deleted file mode 100644 index ef8b479..0000000 Binary files a/dist/assets/Group.png and /dev/null differ diff --git a/dist/assets/Logo1.png b/dist/assets/Logo1.png deleted file mode 100644 index db58dda..0000000 Binary files a/dist/assets/Logo1.png and /dev/null differ diff --git a/dist/assets/Logo2.png b/dist/assets/Logo2.png deleted file mode 100644 index 0a6c888..0000000 Binary files a/dist/assets/Logo2.png and /dev/null differ diff --git a/dist/assets/Mascot__.png b/dist/assets/Mascot__.png deleted file mode 100644 index e51de20..0000000 Binary files a/dist/assets/Mascot__.png and /dev/null differ diff --git a/dist/assets/OIP 1.png b/dist/assets/OIP 1.png deleted file mode 100644 index 7302b6b..0000000 Binary files a/dist/assets/OIP 1.png and /dev/null differ diff --git a/dist/assets/Out Patient Department.png b/dist/assets/Out Patient Department.png deleted file mode 100644 index ea3012e..0000000 Binary files a/dist/assets/Out Patient Department.png and /dev/null differ diff --git a/dist/assets/Pills.png b/dist/assets/Pills.png deleted file mode 100644 index bdb0c28..0000000 Binary files a/dist/assets/Pills.png and /dev/null differ diff --git a/dist/assets/SendButton.png b/dist/assets/SendButton.png deleted file mode 100644 index 18af568..0000000 Binary files a/dist/assets/SendButton.png and /dev/null differ diff --git a/dist/assets/SignUpPage.png b/dist/assets/SignUpPage.png deleted file mode 100644 index ab1697a..0000000 Binary files a/dist/assets/SignUpPage.png and /dev/null differ diff --git a/dist/assets/Spa Flower.png b/dist/assets/Spa Flower.png deleted file mode 100644 index 9cc3d70..0000000 Binary files a/dist/assets/Spa Flower.png and /dev/null differ diff --git a/dist/assets/Talk.png b/dist/assets/Talk.png deleted file mode 100644 index ea14f52..0000000 Binary files a/dist/assets/Talk.png and /dev/null differ diff --git a/dist/assets/Vector.png b/dist/assets/Vector.png deleted file mode 100644 index 6e25619..0000000 Binary files a/dist/assets/Vector.png and /dev/null differ diff --git a/dist/assets/VoiceAssistant.png b/dist/assets/VoiceAssistant.png deleted file mode 100644 index e4574b9..0000000 Binary files a/dist/assets/VoiceAssistant.png and /dev/null differ diff --git a/dist/assets/attach_file.png b/dist/assets/attach_file.png deleted file mode 100644 index a1b024e..0000000 Binary files a/dist/assets/attach_file.png and /dev/null differ diff --git a/dist/assets/download.png b/dist/assets/download.png deleted file mode 100644 index 54eb9ee..0000000 Binary files a/dist/assets/download.png and /dev/null differ diff --git a/dist/assets/icon.png b/dist/assets/icon.png deleted file mode 100644 index bca384c..0000000 Binary files a/dist/assets/icon.png and /dev/null differ diff --git a/dist/assets/mic.png b/dist/assets/mic.png deleted file mode 100644 index 7a9a3a5..0000000 Binary files a/dist/assets/mic.png and /dev/null differ diff --git a/dist/index.html b/dist/index.html deleted file mode 100644 index 443f087..0000000 --- a/dist/index.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - - - - - - MediSense - - - - - -
- -
- - -
- -
- -
-
- -
- -
-

Revolutionizing

-

Healthcare Conversations

-

Revolutionizing the way you experience
healthcare-efficient, - reliable, and right when you need it.

- - -
- - - -
-
- - -
- - -
- - - -
-
-
-

Medisense: AI-Powered Healthcare Assistant

-

Medisense is an advanced healthcare platform that utilizes AI to - help users diagnose diseases and recommend personalized treatments based on their medical data. With an AI chatbot, users can receive - instant answers to their medical queries and personalized support. The platform also allows for the upload of medical images for detailed - diagnostic analysis, providing accurate insights into health conditions. Additionally, the voice assistant feature enables users to describe - their symptoms verbally, receiving immediate tailored recommendations. Medisense is committed - to empowering users with reliable information and compassionate support throughout their healthcare journey.

-
-
- -
-
-
-
- - - - - - \ No newline at end of file diff --git a/dist/index.js b/dist/index.js deleted file mode 100644 index 1b4f1d5..0000000 --- a/dist/index.js +++ /dev/null @@ -1,49 +0,0 @@ -document.addEventListener('DOMContentLoaded', function(e) -{ - document.getElementById('button1').classList.add('animate-slideInSideBySide'); - document.getElementById('section1').scrollIntoView({ - behavior:'auto', - block:'start', - }); - document.getElementById('section1').style.marginTop = "80px"; -}) -// for mobile_menu - -let vector = document.getElementById('vector'); -let vector_tab = document.getElementById('vector_tab'); -let mascot = document.getElementById('mascot'); - -vector.addEventListener('click',function() -{ - vector_tab.classList.toggle('hidden'); - mascot.classList.toggle('hidden'); - -}); - -// document.addEventListener('DOMContentLoaded', function() { - -// // Check if there's a hash in the URL -// if (window.location.hash) { -// // If there's a hash, replace it with the home section hash -// window.location.hash = '#section1'; -// } else { -// // If there's no hash, ensure the page scrolls to the home section -// const homeSection = document.getElementById('section1'); -// if (homeSection) { -// homeSection.scrollIntoView({ -// behavior: 'auto', -// block: 'start' -// }); -// } -// } -// }); - - - -// function toggleMenu() { -// if (vector_tab.style.transform === "translateX(250px)") { -// vector_tab.style.transform = "translateX(-250px)"; // Slide out -// } else { -// vector_tab.style.transform = "translateX(250px)"; // Slide in -// } -// } \ No newline at end of file diff --git a/dist/signup.html b/dist/signup.html deleted file mode 100644 index 5c3fdce..0000000 --- a/dist/signup.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - Login/SignUp - - - -
-
- -
-
-

Create Your Account

-
-
- - - - - -
-
- -
-

Already have an account ?Login

-
-
- -
-
-
- - \ No newline at end of file diff --git a/dist/style.css b/dist/style.css deleted file mode 100644 index 724bca1..0000000 --- a/dist/style.css +++ /dev/null @@ -1,1410 +0,0 @@ -/* -! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com -*/ - -/* -1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) -2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) -*/ - -*, -::before, -::after { - box-sizing: border-box; - /* 1 */ - border-width: 0; - /* 2 */ - border-style: solid; - /* 2 */ - border-color: #e5e7eb; - /* 2 */ -} - -::before, -::after { - --tw-content: ''; -} - -/* -1. Use a consistent sensible line-height in all browsers. -2. Prevent adjustments of font size after orientation changes in iOS. -3. Use a more readable tab size. -4. Use the user's configured `sans` font-family by default. -5. Use the user's configured `sans` font-feature-settings by default. -6. Use the user's configured `sans` font-variation-settings by default. -7. Disable tap highlights on iOS -*/ - -html, -:host { - line-height: 1.5; - /* 1 */ - -webkit-text-size-adjust: 100%; - /* 2 */ - -moz-tab-size: 4; - /* 3 */ - -o-tab-size: 4; - tab-size: 4; - /* 3 */ - font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - /* 4 */ - font-feature-settings: normal; - /* 5 */ - font-variation-settings: normal; - /* 6 */ - -webkit-tap-highlight-color: transparent; - /* 7 */ -} - -/* -1. Remove the margin in all browsers. -2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. -*/ - -body { - margin: 0; - /* 1 */ - line-height: inherit; - /* 2 */ -} - -/* -1. Add the correct height in Firefox. -2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) -3. Ensure horizontal rules are visible by default. -*/ - -hr { - height: 0; - /* 1 */ - color: inherit; - /* 2 */ - border-top-width: 1px; - /* 3 */ -} - -/* -Add the correct text decoration in Chrome, Edge, and Safari. -*/ - -abbr:where([title]) { - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; -} - -/* -Remove the default font size and weight for headings. -*/ - -h1, -h2, -h3, -h4, -h5, -h6 { - font-size: inherit; - font-weight: inherit; -} - -/* -Reset links to optimize for opt-in styling instead of opt-out. -*/ - -a { - color: inherit; - text-decoration: inherit; -} - -/* -Add the correct font weight in Edge and Safari. -*/ - -b, -strong { - font-weight: bolder; -} - -/* -1. Use the user's configured `mono` font-family by default. -2. Use the user's configured `mono` font-feature-settings by default. -3. Use the user's configured `mono` font-variation-settings by default. -4. Correct the odd `em` font sizing in all browsers. -*/ - -code, -kbd, -samp, -pre { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - /* 1 */ - font-feature-settings: normal; - /* 2 */ - font-variation-settings: normal; - /* 3 */ - font-size: 1em; - /* 4 */ -} - -/* -Add the correct font size in all browsers. -*/ - -small { - font-size: 80%; -} - -/* -Prevent `sub` and `sup` elements from affecting the line height in all browsers. -*/ - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -/* -1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) -2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) -3. Remove gaps between table borders by default. -*/ - -table { - text-indent: 0; - /* 1 */ - border-color: inherit; - /* 2 */ - border-collapse: collapse; - /* 3 */ -} - -/* -1. Change the font styles in all browsers. -2. Remove the margin in Firefox and Safari. -3. Remove default padding in all browsers. -*/ - -button, -input, -optgroup, -select, -textarea { - font-family: inherit; - /* 1 */ - font-feature-settings: inherit; - /* 1 */ - font-variation-settings: inherit; - /* 1 */ - font-size: 100%; - /* 1 */ - font-weight: inherit; - /* 1 */ - line-height: inherit; - /* 1 */ - letter-spacing: inherit; - /* 1 */ - color: inherit; - /* 1 */ - margin: 0; - /* 2 */ - padding: 0; - /* 3 */ -} - -/* -Remove the inheritance of text transform in Edge and Firefox. -*/ - -button, -select { - text-transform: none; -} - -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Remove default button styles. -*/ - -button, -input:where([type='button']), -input:where([type='reset']), -input:where([type='submit']) { - -webkit-appearance: button; - /* 1 */ - background-color: transparent; - /* 2 */ - background-image: none; - /* 2 */ -} - -/* -Use the modern Firefox focus style for all focusable elements. -*/ - -:-moz-focusring { - outline: auto; -} - -/* -Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) -*/ - -:-moz-ui-invalid { - box-shadow: none; -} - -/* -Add the correct vertical alignment in Chrome and Firefox. -*/ - -progress { - vertical-align: baseline; -} - -/* -Correct the cursor style of increment and decrement buttons in Safari. -*/ - -::-webkit-inner-spin-button, -::-webkit-outer-spin-button { - height: auto; -} - -/* -1. Correct the odd appearance in Chrome and Safari. -2. Correct the outline style in Safari. -*/ - -[type='search'] { - -webkit-appearance: textfield; - /* 1 */ - outline-offset: -2px; - /* 2 */ -} - -/* -Remove the inner padding in Chrome and Safari on macOS. -*/ - -::-webkit-search-decoration { - -webkit-appearance: none; -} - -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Change font properties to `inherit` in Safari. -*/ - -::-webkit-file-upload-button { - -webkit-appearance: button; - /* 1 */ - font: inherit; - /* 2 */ -} - -/* -Add the correct display in Chrome and Safari. -*/ - -summary { - display: list-item; -} - -/* -Removes the default spacing and border for appropriate elements. -*/ - -blockquote, -dl, -dd, -h1, -h2, -h3, -h4, -h5, -h6, -hr, -figure, -p, -pre { - margin: 0; -} - -fieldset { - margin: 0; - padding: 0; -} - -legend { - padding: 0; -} - -ol, -ul, -menu { - list-style: none; - margin: 0; - padding: 0; -} - -/* -Reset default styling for dialogs. -*/ - -dialog { - padding: 0; -} - -/* -Prevent resizing textareas horizontally by default. -*/ - -textarea { - resize: vertical; -} - -/* -1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) -2. Set the default placeholder color to the user's configured gray 400 color. -*/ - -input::-moz-placeholder, textarea::-moz-placeholder { - opacity: 1; - /* 1 */ - color: #9ca3af; - /* 2 */ -} - -input::placeholder, -textarea::placeholder { - opacity: 1; - /* 1 */ - color: #9ca3af; - /* 2 */ -} - -/* -Set the default cursor for buttons. -*/ - -button, -[role="button"] { - cursor: pointer; -} - -/* -Make sure disabled buttons don't get the pointer cursor. -*/ - -:disabled { - cursor: default; -} - -/* -1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) -2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) - This can trigger a poorly considered lint error in some tools but is included by design. -*/ - -img, -svg, -video, -canvas, -audio, -iframe, -embed, -object { - display: block; - /* 1 */ - vertical-align: middle; - /* 2 */ -} - -/* -Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) -*/ - -img, -video { - max-width: 100%; - height: auto; -} - -/* Make elements with the HTML hidden attribute stay hidden by default */ - -[hidden] { - display: none; -} - -*, ::before, ::after { - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --tw-translate-x: 0; - --tw-translate-y: 0; - --tw-rotate: 0; - --tw-skew-x: 0; - --tw-skew-y: 0; - --tw-scale-x: 1; - --tw-scale-y: 1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness: proximity; - --tw-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: rgb(59 130 246 / 0.5); - --tw-ring-offset-shadow: 0 0 #0000; - --tw-ring-shadow: 0 0 #0000; - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-opacity: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; - --tw-contain-size: ; - --tw-contain-layout: ; - --tw-contain-paint: ; - --tw-contain-style: ; -} - -::backdrop { - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --tw-translate-x: 0; - --tw-translate-y: 0; - --tw-rotate: 0; - --tw-skew-x: 0; - --tw-skew-y: 0; - --tw-scale-x: 1; - --tw-scale-y: 1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness: proximity; - --tw-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: rgb(59 130 246 / 0.5); - --tw-ring-offset-shadow: 0 0 #0000; - --tw-ring-shadow: 0 0 #0000; - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-opacity: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; - --tw-contain-size: ; - --tw-contain-layout: ; - --tw-contain-paint: ; - --tw-contain-style: ; -} - -.container { - width: 100%; -} - -@media (min-width: 640px) { - .container { - max-width: 640px; - } -} - -@media (min-width: 768px) { - .container { - max-width: 768px; - } -} - -@media (min-width: 1024px) { - .container { - max-width: 1024px; - } -} - -@media (min-width: 1280px) { - .container { - max-width: 1280px; - } -} - -@media (min-width: 1536px) { - .container { - max-width: 1536px; - } -} - -.fixed { - position: fixed; -} - -.absolute { - position: absolute; -} - -.relative { - position: relative; -} - -.right-\[-250px\] { - right: -250px; -} - -.z-10 { - z-index: 10; -} - -.z-50 { - z-index: 50; -} - -.m-2 { - margin: 0.5rem; -} - -.mx-10 { - margin-left: 2.5rem; - margin-right: 2.5rem; -} - -.mx-2 { - margin-left: 0.5rem; - margin-right: 0.5rem; -} - -.mx-4 { - margin-left: 1rem; - margin-right: 1rem; -} - -.ml-10 { - margin-left: 2.5rem; -} - -.ml-4 { - margin-left: 1rem; -} - -.mt-1 { - margin-top: 0.25rem; -} - -.mt-10 { - margin-top: 2.5rem; -} - -.mt-12 { - margin-top: 3rem; -} - -.mt-2 { - margin-top: 0.5rem; -} - -.mt-20 { - margin-top: 5rem; -} - -.mt-28 { - margin-top: 7rem; -} - -.mt-4 { - margin-top: 1rem; -} - -.mt-5 { - margin-top: 1.25rem; -} - -.mt-8 { - margin-top: 2rem; -} - -.mt-14 { - margin-top: 3.5rem; -} - -.inline-block { - display: inline-block; -} - -.flex { - display: flex; -} - -.grid { - display: grid; -} - -.hidden { - display: none; -} - -.h-1 { - height: 0.25rem; -} - -.h-10 { - height: 2.5rem; -} - -.h-12 { - height: 3rem; -} - -.h-16 { - height: 4rem; -} - -.h-8 { - height: 2rem; -} - -.h-\[100vh\] { - height: 100vh; -} - -.h-\[173px\] { - height: 173px; -} - -.h-\[204px\] { - height: 204px; -} - -.h-\[216px\] { - height: 216px; -} - -.h-\[304px\] { - height: 304px; -} - -.h-\[340px\] { - height: 340px; -} - -.h-\[520px\] { - height: 520px; -} - -.h-\[68px\] { - height: 68px; -} - -.h-\[70px\] { - height: 70px; -} - -.h-\[75\%\] { - height: 75%; -} - -.h-auto { - height: auto; -} - -.h-screen { - height: 100vh; -} - -.h-\[114px\] { - height: 114px; -} - -.h-\[225px\] { - height: 225px; -} - -.w-12 { - width: 3rem; -} - -.w-24 { - width: 6rem; -} - -.w-44 { - width: 11rem; -} - -.w-48 { - width: 12rem; -} - -.w-8 { - width: 2rem; -} - -.w-\[1064px\] { - width: 1064px; -} - -.w-\[110px\] { - width: 110px; -} - -.w-\[225px\] { - width: 225px; -} - -.w-\[257px\] { - width: 257px; -} - -.w-\[280px\] { - width: 280px; -} - -.w-\[335px\] { - width: 335px; -} - -.w-\[80px\] { - width: 80px; -} - -.w-\[95\%\] { - width: 95%; -} - -.w-full { - width: 100%; -} - -.w-\[100px\] { - width: 100px; -} - -.transform { - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.transform-none { - transform: none; -} - -@keyframes slideInSideBySide { - 0% { - transform: translateX(-100%); - opacity: 0; - } - - 100% { - transform: translateX(0); - opacity: 1; - } -} - -.animate-slideInSideBySide { - animation: slideInSideBySide 0.9s ease-out; -} - -@keyframes translateYUpDown { - 0%, 100% { - transform: translateY(15px); - } - - 50% { - transform: translateY(-15px); - } -} - -.animate-translate-y-up-down { - animation: translateYUpDown 3s ease-in-out infinite; -} - -.cursor-pointer { - cursor: pointer; -} - -.flex-col { - flex-direction: column; -} - -.flex-wrap { - flex-wrap: wrap; -} - -.place-content-center { - place-content: center; -} - -.items-center { - align-items: center; -} - -.justify-center { - justify-content: center; -} - -.justify-between { - justify-content: space-between; -} - -.justify-around { - justify-content: space-around; -} - -.gap-10 { - gap: 2.5rem; -} - -.gap-3 { - gap: 0.75rem; -} - -.gap-6 { - gap: 1.5rem; -} - -.rounded-2xl { - border-radius: 1rem; -} - -.rounded-3xl { - border-radius: 1.5rem; -} - -.rounded-lg { - border-radius: 0.5rem; -} - -.rounded-xl { - border-radius: 0.75rem; -} - -.border { - border-width: 1px; -} - -.border-b-4 { - border-bottom-width: 4px; -} - -.border-none { - border-style: none; -} - -.border-blue-800 { - --tw-border-opacity: 1; - border-color: rgb(30 64 175 / var(--tw-border-opacity)); -} - -.bg-\[\#2C5484\] { - --tw-bg-opacity: 1; - background-color: rgb(44 84 132 / var(--tw-bg-opacity)); -} - -.bg-blue-800 { - --tw-bg-opacity: 1; - background-color: rgb(30 64 175 / var(--tw-bg-opacity)); -} - -.bg-transparent { - background-color: transparent; -} - -.bg-\[url\(\.\/assets\/Android_small\.png\)\] { - background-image: url(./assets/Android_small.png); -} - -.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-blue-200 { - --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position); - --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position); - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); -} - -.from-blue-300 { - --tw-gradient-from: #93c5fd var(--tw-gradient-from-position); - --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position); - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); -} - -.from-blue-800 { - --tw-gradient-from: #1e40af var(--tw-gradient-from-position); - --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position); - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); -} - -.from-white { - --tw-gradient-from: #fff var(--tw-gradient-from-position); - --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); -} - -.to-blue-300 { - --tw-gradient-to: #93c5fd var(--tw-gradient-to-position); -} - -.to-blue-400 { - --tw-gradient-to: #60a5fa var(--tw-gradient-to-position); -} - -.to-blue-700 { - --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position); -} - -.to-blue-800 { - --tw-gradient-to: #1e40af var(--tw-gradient-to-position); -} - -.bg-cover { - background-size: cover; -} - -.p-2 { - padding: 0.5rem; -} - -.p-3 { - padding: 0.75rem; -} - -.p-4 { - padding: 1rem; -} - -.p-5 { - padding: 1.25rem; -} - -.text-center { - text-align: center; -} - -.text-2xl { - font-size: 1.5rem; - line-height: 2rem; -} - -.text-3xl { - font-size: 1.875rem; - line-height: 2.25rem; -} - -.text-5xl { - font-size: 3rem; - line-height: 1; -} - -.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; -} - -.font-bold { - font-weight: 700; -} - -.text-black { - --tw-text-opacity: 1; - color: rgb(0 0 0 / var(--tw-text-opacity)); -} - -.text-blue-700 { - --tw-text-opacity: 1; - color: rgb(29 78 216 / var(--tw-text-opacity)); -} - -.text-blue-800 { - --tw-text-opacity: 1; - color: rgb(30 64 175 / var(--tw-text-opacity)); -} - -.text-blue-900 { - --tw-text-opacity: 1; - color: rgb(30 58 138 / var(--tw-text-opacity)); -} - -.text-gray-400 { - --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); -} - -.text-purple-600 { - --tw-text-opacity: 1; - color: rgb(147 51 234 / var(--tw-text-opacity)); -} - -.text-white { - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - -.shadow-lg { - --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.shadow-sm { - --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); - --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.outline-none { - outline: 2px solid transparent; - outline-offset: 2px; -} - -.blur { - --tw-blur: blur(8px); - 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); -} - -.backdrop-filter { - -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); - backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); -} - -.transition { - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -.transition-transform { - transition-property: transform; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -.duration-1000 { - transition-duration: 1000ms; -} - -.hover\:translate-y-\[-10px\]:hover { - --tw-translate-y: -10px; - 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)); -} - -.hover\:translate-y-\[-12px\]:hover { - --tw-translate-y: -12px; - 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)); -} - -.hover\:translate-y-\[-6px\]:hover { - --tw-translate-y: -6px; - 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)); -} - -.hover\:cursor-pointer:hover { - cursor: pointer; -} - -.hover\:text-black:hover { - --tw-text-opacity: 1; - color: rgb(0 0 0 / var(--tw-text-opacity)); -} - -.hover\:shadow-2xl:hover { - --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); - --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.hover\:shadow-md:hover { - --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - -.hover\:shadow-black:hover { - --tw-shadow-color: #000; - --tw-shadow: var(--tw-shadow-colored); -} - -.hover\:shadow-gray-400:hover { - --tw-shadow-color: #9ca3af; - --tw-shadow: var(--tw-shadow-colored); -} - -@media (min-width: 768px) { - .md\:m-8 { - margin: 2rem; - } - - .md\:m-4 { - margin: 1rem; - } - - .md\:m-2 { - margin: 0.5rem; - } - - .md\:mx-10 { - margin-left: 2.5rem; - margin-right: 2.5rem; - } - - .md\:ml-20 { - margin-left: 5rem; - } - - .md\:mt-0 { - margin-top: 0px; - } - - .md\:mt-10 { - margin-top: 2.5rem; - } - - .md\:mt-4 { - margin-top: 1rem; - } - - .md\:mt-5 { - margin-top: 1.25rem; - } - - .md\:mt-7 { - margin-top: 1.75rem; - } - - .md\:mt-8 { - margin-top: 2rem; - } - - .md\:mt-2 { - margin-top: 0.5rem; - } - - .md\:mt-14 { - margin-top: 3.5rem; - } - - .md\:mt-16 { - margin-top: 4rem; - } - - .md\:block { - display: block; - } - - .md\:flex { - display: flex; - } - - .md\:grid { - display: grid; - } - - .md\:hidden { - display: none; - } - - .md\:h-16 { - height: 4rem; - } - - .md\:h-28 { - height: 7rem; - } - - .md\:h-\[110px\] { - height: 110px; - } - - .md\:h-\[114px\] { - height: 114px; - } - - .md\:h-\[437px\] { - height: 437px; - } - - .md\:h-\[450px\] { - height: 450px; - } - - .md\:h-20 { - height: 5rem; - } - - .md\:w-44 { - width: 11rem; - } - - .md\:w-96 { - width: 24rem; - } - - .md\:w-\[150px\] { - width: 150px; - } - - .md\:w-\[26vw\] { - width: 26vw; - } - - .md\:w-\[307px\] { - width: 307px; - } - - .md\:w-\[35vw\] { - width: 35vw; - } - - .md\:w-\[515px\] { - width: 515px; - } - - .md\:place-content-center { - place-content: center; - } - - .md\:items-center { - align-items: center; - } - - .md\:justify-between { - justify-content: space-between; - } - - .md\:justify-around { - justify-content: space-around; - } - - .md\:bg-\[url\(\.\/assets\/SignUpPage\.png\)\] { - background-image: url(./assets/SignUpPage.png); - } - - .md\:p-0 { - padding: 0px; - } - - .md\:p-10 { - padding: 2.5rem; - } - - .md\:p-16 { - padding: 4rem; - } - - .md\:p-2 { - padding: 0.5rem; - } - - .md\:p-20 { - padding: 5rem; - } - - .md\:p-4 { - padding: 1rem; - } - - .md\:p-5 { - padding: 1.25rem; - } - - .md\:text-start { - text-align: start; - } - - .md\:text-2xl { - font-size: 1.5rem; - line-height: 2rem; - } - - .md\:text-3xl { - font-size: 1.875rem; - line-height: 2.25rem; - } - - .md\:text-5xl { - font-size: 3rem; - line-height: 1; - } - - .md\:text-lg { - font-size: 1.125rem; - line-height: 1.75rem; - } - - .md\:text-xl { - font-size: 1.25rem; - line-height: 1.75rem; - } - - .md\:text-blue-800 { - --tw-text-opacity: 1; - color: rgb(30 64 175 / var(--tw-text-opacity)); - } -}