diff --git a/ServiceHost/Pages/Shared/_Header.cshtml b/ServiceHost/Pages/Shared/_Header.cshtml index 27968bb1..10363dbf 100644 --- a/ServiceHost/Pages/Shared/_Header.cshtml +++ b/ServiceHost/Pages/Shared/_Header.cshtml @@ -83,19 +83,28 @@ } .authBgLog { - background-color: #F1F1F1; + background-color: #38bebe; + border: 1px solid #F1F1F1; + color: #FFFFFF; width: 100%; border-radius: 9px; padding: 7px 9px; text-align: center; + transition: background-color 0.3s ease-in-out,color 0.3s ease-in; + } + .authBgLog:hover { + background-color: #ffffff; + color: #38bebe; + border: 1px solid #38bebe; } .dark\:authBgLog:is(.dark *) { background-color: #212330; width: 100%; border-radius: 9px; + border: 1px solid #38bebe; padding: 7px 9px; - color: #ffffff; + color: #38bebe; } .lineAuthSeparate { @@ -187,6 +196,28 @@ +
+ @if (User.Identity.IsAuthenticated) + { + + @* @currentAccount.Fullname *@ + پیشخان + + + خروج + + } + else + { + + ورود + + @* *@ + @* ثبت نام *@ + @* *@ + + } +
@@ -333,11 +364,11 @@ } else { -
+
+ @*
*@ @* *@ @* ثبت نام *@ diff --git a/ServiceHost/wwwroot/AssetsTailwind/main.css b/ServiceHost/wwwroot/AssetsTailwind/main.css index 2dd707f1..a3907fa2 100644 --- a/ServiceHost/wwwroot/AssetsTailwind/main.css +++ b/ServiceHost/wwwroot/AssetsTailwind/main.css @@ -1 +1,1210 @@ -*,:after,:before{--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: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: ;--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: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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family: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{margin:0;line-height:inherit}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}button,select{text-transform:none}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}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{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}.tw-col-span-1{grid-column:span 1/span 1}.tw-col-span-2{grid-column:span 2/span 2}.tw-mx-auto{margin-left:auto;margin-right:auto}.tw-mb-1{margin-bottom:.25rem}.tw-mb-2{margin-bottom:.5rem}.tw-mb-3{margin-bottom:.75rem}.tw-mb-4{margin-bottom:1rem}.tw-mb-\[3px\]{margin-bottom:3px}.tw-mt-0{margin-top:0}.tw-mt-6{margin-top:1.5rem}.tw-block{display:block}.tw-flex{display:flex}.tw-grid{display:grid}.tw-hidden{display:none}.tw-h-\[20px\]{height:20px}.tw-h-\[25px\]{height:25px}.tw-h-\[35px\]{height:35px}.tw-h-full{height:100%}.tw-w-24{width:6rem}.tw-w-60{width:15rem}.tw-w-\[10\%\]{width:10%}.tw-w-\[100\%\]{width:100%}.tw-w-\[12\%\]{width:12%}.tw-w-\[13\%\]{width:13%}.tw-w-\[14\%\]{width:14%}.tw-w-\[15\%\]{width:15%}.tw-w-\[18\%\]{width:18%}.tw-w-\[2\%\]{width:2%}.tw-w-\[20\%\]{width:20%}.tw-w-\[25\%\]{width:25%}.tw-w-\[3\%\]{width:3%}.tw-w-\[30\%\]{width:30%}.tw-w-\[35\%\]{width:35%}.tw-w-\[4\%\]{width:4%}.tw-w-\[40\%\]{width:40%}.tw-w-\[5\%\]{width:5%}.tw-w-\[50\%\]{width:50%}.tw-w-\[58px\]{width:58px}.tw-w-\[7\%\]{width:7%}.tw-w-\[70\%\]{width:70%}.tw-w-\[8\%\]{width:8%}.tw-w-\[95\%\]{width:95%}.tw-w-\[97\%\]{width:97%}.tw-w-full{width:100%}.tw-w-max{width:-moz-max-content;width:max-content}.tw-cursor-not-allowed{cursor:not-allowed}.tw-cursor-pointer{cursor:pointer}.tw-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.tw-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.tw-flex-col{flex-direction:column}.tw-items-center{align-items:center}.tw-justify-end{justify-content:flex-end}.tw-justify-center{justify-content:center}.tw-justify-between{justify-content:space-between}.tw-gap-1{gap:.25rem}.tw-gap-2{gap:.5rem}.tw-gap-3{gap:.75rem}.tw-gap-4{gap:1rem}.tw-gap-40{gap:10rem}.tw-gap-5{gap:1.25rem}.tw-gap-6{gap:1.5rem}.tw-overflow-x-auto{overflow-x:auto}.tw-truncate{overflow:hidden;text-overflow:ellipsis}.tw-truncate,.tw-whitespace-nowrap{white-space:nowrap}.tw-rounded-\[10px\]{border-radius:10px}.tw-rounded-\[15px\]{border-radius:15px}.tw-rounded-\[5px\]{border-radius:5px}.tw-rounded-full{border-radius:9999px}.tw-rounded-xl{border-radius:.75rem}.\!tw-bg-\[\#9b9d9d\]{--tw-bg-opacity:1!important;background-color:rgb(155 157 157/var(--tw-bg-opacity,1))!important}.\!tw-bg-\[\#a3d798\]{--tw-bg-opacity:1!important;background-color:rgb(163 215 152/var(--tw-bg-opacity,1))!important}.\!tw-bg-green-600{--tw-bg-opacity:1!important;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))!important}.tw-bg-\[\#2090C2\]{--tw-bg-opacity:1;background-color:rgb(32 144 194/var(--tw-bg-opacity,1))}.tw-bg-\[\#37d1d1\]{--tw-bg-opacity:1;background-color:rgb(55 209 209/var(--tw-bg-opacity,1))}.tw-bg-\[\#38BBF6\]{--tw-bg-opacity:1;background-color:rgb(56 187 246/var(--tw-bg-opacity,1))}.tw-bg-\[\#414141\]{--tw-bg-opacity:1;background-color:rgb(65 65 65/var(--tw-bg-opacity,1))}.tw-bg-\[\#454D5C\]{--tw-bg-opacity:1;background-color:rgb(69 77 92/var(--tw-bg-opacity,1))}.tw-bg-\[\#6E6E6E\]{--tw-bg-opacity:1;background-color:rgb(110 110 110/var(--tw-bg-opacity,1))}.tw-bg-\[\#84CC16\]{--tw-bg-opacity:1;background-color:rgb(132 204 22/var(--tw-bg-opacity,1))}.tw-bg-\[\#84D500\]{--tw-bg-opacity:1;background-color:rgb(132 213 0/var(--tw-bg-opacity,1))}.tw-bg-\[\#ADE7F2\]{--tw-bg-opacity:1;background-color:rgb(173 231 242/var(--tw-bg-opacity,1))}.tw-bg-\[\#BABDBF\]{--tw-bg-opacity:1;background-color:rgb(186 189 191/var(--tw-bg-opacity,1))}.tw-bg-\[\#DDD3E0\]{--tw-bg-opacity:1;background-color:rgb(221 211 224/var(--tw-bg-opacity,1))}.tw-bg-\[\#DDF4F4\]{--tw-bg-opacity:1;background-color:rgb(221 244 244/var(--tw-bg-opacity,1))}.tw-bg-\[\#DFF0FF\]{--tw-bg-opacity:1;background-color:rgb(223 240 255/var(--tw-bg-opacity,1))}.tw-bg-\[\#ECFFFF\]{--tw-bg-opacity:1;background-color:rgb(236 255 255/var(--tw-bg-opacity,1))}.tw-bg-\[\#FF8798\]{--tw-bg-opacity:1;background-color:rgb(255 135 152/var(--tw-bg-opacity,1))}.tw-bg-\[\#b1c3c3\]{--tw-bg-opacity:1;background-color:rgb(177 195 195/var(--tw-bg-opacity,1))}.tw-bg-\[\#d8f5d2\]{--tw-bg-opacity:1;background-color:rgb(216 245 210/var(--tw-bg-opacity,1))}.tw-bg-\[\#ddf4f4\]{--tw-bg-opacity:1;background-color:rgb(221 244 244/var(--tw-bg-opacity,1))}.tw-bg-\[\#ecffff\]{--tw-bg-opacity:1;background-color:rgb(236 255 255/var(--tw-bg-opacity,1))}.tw-bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.tw-bg-cyan-800{--tw-bg-opacity:1;background-color:rgb(21 94 117/var(--tw-bg-opacity,1))}.tw-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.tw-bg-\[linear-gradient\(180deg\,_\#41D1D1_0\%\,_\#2CD0D0_100\%\)\]{background-image:linear-gradient(180deg,#41d1d1,#2cd0d0)}.tw-p-2{padding:.5rem}.tw-p-4{padding:1rem}.tw-p-\[4px\]{padding:4px}.tw-px-2{padding-left:.5rem;padding-right:.5rem}.tw-px-4{padding-left:1rem;padding-right:1rem}.tw-px-6{padding-left:1.5rem;padding-right:1.5rem}.tw-py-1{padding-top:.25rem;padding-bottom:.25rem}.tw-text-center{text-align:center}.tw-text-right{text-align:right}.tw-text-start{text-align:start}.tw-text-end{text-align:end}.tw-text-\[10px\]{font-size:10px}.tw-text-\[12px\]{font-size:12px}.tw-text-\[13px\]{font-size:13px}.tw-text-\[16px\]{font-size:16px}.tw-text-\[8px\]{font-size:8px}.tw-text-sm{font-size:.875rem;line-height:1.25rem}.tw-text-xs{font-size:.75rem;line-height:1rem}.tw-font-\[400\]{font-weight:400}.tw-font-\[500\]{font-weight:500}.tw-font-\[600\]{font-weight:600}.tw-ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tw-leading-\[20px\]{line-height:20px}.\!tw-text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.tw-text-\[\#009EE2\]{--tw-text-opacity:1;color:rgb(0 158 226/var(--tw-text-opacity,1))}.tw-text-\[\#BF3737\]{--tw-text-opacity:1;color:rgb(191 55 55/var(--tw-text-opacity,1))}.tw-text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.tw-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.tw-opacity-50{opacity:.5}.tw-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(.4,0,.2,1);transition-duration:.15s}.tw-transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-delay-150{transition-delay:.15s}.tw-duration-300{transition-duration:.3s}.tw-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.even\:tw-bg-\[\#D1E9FF\]:nth-child(2n){--tw-bg-opacity:1;background-color:rgb(209 233 255/var(--tw-bg-opacity,1))}.hover\:tw-bg-\[\#7DC215\]:hover{--tw-bg-opacity:1;background-color:rgb(125 194 21/var(--tw-bg-opacity,1))}.hover\:tw-bg-\[\#C9F0F0\]:hover{--tw-bg-opacity:1;background-color:rgb(201 240 240/var(--tw-bg-opacity,1))}.hover\:tw-bg-\[\#bbc6c6\]:hover{--tw-bg-opacity:1;background-color:rgb(187 198 198/var(--tw-bg-opacity,1))}.hover\:tw-bg-\[\#c7ebc0\]:hover{--tw-bg-opacity:1;background-color:rgb(199 235 192/var(--tw-bg-opacity,1))}@media (min-width:768px){.md\:tw-col-span-2{grid-column:span 2/span 2}.md\:tw-block{display:block}.md\:tw-hidden{display:none}.md\:tw-h-\[28px\]{height:28px}.md\:tw-w-\[25px\]{width:25px}.md\:tw-w-\[98px\]{width:98px}.md\:tw-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:tw-text-\[13px\]{font-size:13px}.md\:tw-text-\[14px\]{font-size:14px}.md\:tw-text-\[20px\]{font-size:20px}.md\:tw-font-\[400\]{font-weight:400}.md\:tw-font-\[600\]{font-weight:600}.md\:tw-leading-\[28px\]{line-height:28px}} \ No newline at end of file +*, ::before, ::after { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; +} + +::backdrop { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; +} + +/* +! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com +*/ + +/* +1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) +2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) +*/ + +*, +::before, +::after { + box-sizing: border-box; + /* 1 */ + border-width: 0; + /* 2 */ + border-style: solid; + /* 2 */ + border-color: #e5e7eb; + /* 2 */ +} + +::before, +::after { + --tw-content: ''; +} + +/* +1. Use a consistent sensible line-height in all browsers. +2. Prevent adjustments of font size after orientation changes in iOS. +3. Use a more readable tab size. +4. Use the user's configured `sans` font-family by default. +5. Use the user's configured `sans` font-feature-settings by default. +6. Use the user's configured `sans` font-variation-settings by default. +7. Disable tap highlights on iOS +*/ + +html, +:host { + line-height: 1.5; + /* 1 */ + -webkit-text-size-adjust: 100%; + /* 2 */ + -moz-tab-size: 4; + /* 3 */ + -o-tab-size: 4; + tab-size: 4; + /* 3 */ + font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + /* 4 */ + font-feature-settings: normal; + /* 5 */ + font-variation-settings: normal; + /* 6 */ + -webkit-tap-highlight-color: transparent; + /* 7 */ +} + +/* +1. Remove the margin in all browsers. +2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. +*/ + +body { + margin: 0; + /* 1 */ + line-height: inherit; + /* 2 */ +} + +/* +1. Add the correct height in Firefox. +2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) +3. Ensure horizontal rules are visible by default. +*/ + +hr { + height: 0; + /* 1 */ + color: inherit; + /* 2 */ + border-top-width: 1px; + /* 3 */ +} + +/* +Add the correct text decoration in Chrome, Edge, and Safari. +*/ + +abbr:where([title]) { + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; +} + +/* +Remove the default font size and weight for headings. +*/ + +h1, +h2, +h3, +h4, +h5, +h6 { + font-size: inherit; + font-weight: inherit; +} + +/* +Reset links to optimize for opt-in styling instead of opt-out. +*/ + +a { + color: inherit; + text-decoration: inherit; +} + +/* +Add the correct font weight in Edge and Safari. +*/ + +b, +strong { + font-weight: bolder; +} + +/* +1. Use the user's configured `mono` font-family by default. +2. Use the user's configured `mono` font-feature-settings by default. +3. Use the user's configured `mono` font-variation-settings by default. +4. Correct the odd `em` font sizing in all browsers. +*/ + +code, +kbd, +samp, +pre { + font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + /* 1 */ + font-feature-settings: normal; + /* 2 */ + font-variation-settings: normal; + /* 3 */ + font-size: 1em; + /* 4 */ +} + +/* +Add the correct font size in all browsers. +*/ + +small { + font-size: 80%; +} + +/* +Prevent `sub` and `sup` elements from affecting the line height in all browsers. +*/ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +/* +1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) +2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) +3. Remove gaps between table borders by default. +*/ + +table { + text-indent: 0; + /* 1 */ + border-color: inherit; + /* 2 */ + border-collapse: collapse; + /* 3 */ +} + +/* +1. Change the font styles in all browsers. +2. Remove the margin in Firefox and Safari. +3. Remove default padding in all browsers. +*/ + +button, +input, +optgroup, +select, +textarea { + font-family: inherit; + /* 1 */ + font-feature-settings: inherit; + /* 1 */ + font-variation-settings: inherit; + /* 1 */ + font-size: 100%; + /* 1 */ + font-weight: inherit; + /* 1 */ + line-height: inherit; + /* 1 */ + letter-spacing: inherit; + /* 1 */ + color: inherit; + /* 1 */ + margin: 0; + /* 2 */ + padding: 0; + /* 3 */ +} + +/* +Remove the inheritance of text transform in Edge and Firefox. +*/ + +button, +select { + text-transform: none; +} + +/* +1. Correct the inability to style clickable types in iOS and Safari. +2. Remove default button styles. +*/ + +button, +input:where([type='button']), +input:where([type='reset']), +input:where([type='submit']) { + -webkit-appearance: button; + /* 1 */ + background-color: transparent; + /* 2 */ + background-image: none; + /* 2 */ +} + +/* +Use the modern Firefox focus style for all focusable elements. +*/ + +:-moz-focusring { + outline: auto; +} + +/* +Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) +*/ + +:-moz-ui-invalid { + box-shadow: none; +} + +/* +Add the correct vertical alignment in Chrome and Firefox. +*/ + +progress { + vertical-align: baseline; +} + +/* +Correct the cursor style of increment and decrement buttons in Safari. +*/ + +::-webkit-inner-spin-button, +::-webkit-outer-spin-button { + height: auto; +} + +/* +1. Correct the odd appearance in Chrome and Safari. +2. Correct the outline style in Safari. +*/ + +[type='search'] { + -webkit-appearance: textfield; + /* 1 */ + outline-offset: -2px; + /* 2 */ +} + +/* +Remove the inner padding in Chrome and Safari on macOS. +*/ + +::-webkit-search-decoration { + -webkit-appearance: none; +} + +/* +1. Correct the inability to style clickable types in iOS and Safari. +2. Change font properties to `inherit` in Safari. +*/ + +::-webkit-file-upload-button { + -webkit-appearance: button; + /* 1 */ + font: inherit; + /* 2 */ +} + +/* +Add the correct display in Chrome and Safari. +*/ + +summary { + display: list-item; +} + +/* +Removes the default spacing and border for appropriate elements. +*/ + +blockquote, +dl, +dd, +h1, +h2, +h3, +h4, +h5, +h6, +hr, +figure, +p, +pre { + margin: 0; +} + +fieldset { + margin: 0; + padding: 0; +} + +legend { + padding: 0; +} + +ol, +ul, +menu { + list-style: none; + margin: 0; + padding: 0; +} + +/* +Reset default styling for dialogs. +*/ + +dialog { + padding: 0; +} + +/* +Prevent resizing textareas horizontally by default. +*/ + +textarea { + resize: vertical; +} + +/* +1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) +2. Set the default placeholder color to the user's configured gray 400 color. +*/ + +input::-moz-placeholder, textarea::-moz-placeholder { + opacity: 1; + /* 1 */ + color: #9ca3af; + /* 2 */ +} + +input::placeholder, +textarea::placeholder { + opacity: 1; + /* 1 */ + color: #9ca3af; + /* 2 */ +} + +/* +Set the default cursor for buttons. +*/ + +button, +[role="button"] { + cursor: pointer; +} + +/* +Make sure disabled buttons don't get the pointer cursor. +*/ + +:disabled { + cursor: default; +} + +/* +1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) +2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) + This can trigger a poorly considered lint error in some tools but is included by design. +*/ + +img, +svg, +video, +canvas, +audio, +iframe, +embed, +object { + display: block; + /* 1 */ + vertical-align: middle; + /* 2 */ +} + +/* +Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) +*/ + +img, +video { + max-width: 100%; + height: auto; +} + +/* Make elements with the HTML hidden attribute stay hidden by default */ + +[hidden]:where(:not([hidden="until-found"])) { + display: none; +} + +.tw-col-span-1 { + grid-column: span 1 / span 1; +} + +.tw-col-span-2 { + grid-column: span 2 / span 2; +} + +.tw-mx-auto { + margin-left: auto; + margin-right: auto; +} + +.tw-mb-1 { + margin-bottom: 0.25rem; +} + +.tw-mb-2 { + margin-bottom: 0.5rem; +} + +.tw-mb-3 { + margin-bottom: 0.75rem; +} + +.tw-mb-4 { + margin-bottom: 1rem; +} + +.tw-mb-\[3px\] { + margin-bottom: 3px; +} + +.tw-mt-0 { + margin-top: 0px; +} + +.tw-mt-6 { + margin-top: 1.5rem; +} + +.tw-block { + display: block; +} + +.tw-flex { + display: flex; +} + +.tw-grid { + display: grid; +} + +.tw-hidden { + display: none; +} + +.tw-h-\[20px\] { + height: 20px; +} + +.tw-h-\[25px\] { + height: 25px; +} + +.tw-h-\[35px\] { + height: 35px; +} + +.tw-h-full { + height: 100%; +} + +.tw-w-24 { + width: 6rem; +} + +.tw-w-60 { + width: 15rem; +} + +.tw-w-\[10\%\] { + width: 10%; +} + +.tw-w-\[100\%\] { + width: 100%; +} + +.tw-w-\[12\%\] { + width: 12%; +} + +.tw-w-\[13\%\] { + width: 13%; +} + +.tw-w-\[14\%\] { + width: 14%; +} + +.tw-w-\[15\%\] { + width: 15%; +} + +.tw-w-\[18\%\] { + width: 18%; +} + +.tw-w-\[2\%\] { + width: 2%; +} + +.tw-w-\[20\%\] { + width: 20%; +} + +.tw-w-\[25\%\] { + width: 25%; +} + +.tw-w-\[3\%\] { + width: 3%; +} + +.tw-w-\[30\%\] { + width: 30%; +} + +.tw-w-\[35\%\] { + width: 35%; +} + +.tw-w-\[4\%\] { + width: 4%; +} + +.tw-w-\[40\%\] { + width: 40%; +} + +.tw-w-\[5\%\] { + width: 5%; +} + +.tw-w-\[50\%\] { + width: 50%; +} + +.tw-w-\[58px\] { + width: 58px; +} + +.tw-w-\[7\%\] { + width: 7%; +} + +.tw-w-\[70\%\] { + width: 70%; +} + +.tw-w-\[8\%\] { + width: 8%; +} + +.tw-w-\[95\%\] { + width: 95%; +} + +.tw-w-\[97\%\] { + width: 97%; +} + +.tw-w-full { + width: 100%; +} + +.tw-w-max { + width: -moz-max-content; + width: max-content; +} + +.tw-cursor-not-allowed { + cursor: not-allowed; +} + +.tw-cursor-pointer { + cursor: pointer; +} + +.tw-grid-cols-12 { + grid-template-columns: repeat(12, minmax(0, 1fr)); +} + +.tw-grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); +} + +.tw-grid-cols-3 { + grid-template-columns: repeat(3, minmax(0, 1fr)); +} + +.tw-grid-cols-4 { + grid-template-columns: repeat(4, minmax(0, 1fr)); +} + +.tw-flex-col { + flex-direction: column; +} + +.tw-items-center { + align-items: center; +} + +.tw-justify-start { + justify-content: flex-start; +} + +.tw-justify-end { + justify-content: flex-end; +} + +.tw-justify-center { + justify-content: center; +} + +.tw-justify-between { + justify-content: space-between; +} + +.tw-gap-1 { + gap: 0.25rem; +} + +.tw-gap-2 { + gap: 0.5rem; +} + +.tw-gap-3 { + gap: 0.75rem; +} + +.tw-gap-4 { + gap: 1rem; +} + +.tw-gap-40 { + gap: 10rem; +} + +.tw-gap-5 { + gap: 1.25rem; +} + +.tw-gap-6 { + gap: 1.5rem; +} + +.tw-overflow-x-auto { + overflow-x: auto; +} + +.tw-truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.tw-whitespace-nowrap { + white-space: nowrap; +} + +.tw-rounded-\[10px\] { + border-radius: 10px; +} + +.tw-rounded-\[15px\] { + border-radius: 15px; +} + +.tw-rounded-\[5px\] { + border-radius: 5px; +} + +.tw-rounded-full { + border-radius: 9999px; +} + +.tw-rounded-xl { + border-radius: 0.75rem; +} + +.\!tw-bg-\[\#9b9d9d\] { + --tw-bg-opacity: 1 !important; + background-color: rgb(155 157 157 / var(--tw-bg-opacity, 1)) !important; +} + +.\!tw-bg-\[\#a3d798\] { + --tw-bg-opacity: 1 !important; + background-color: rgb(163 215 152 / var(--tw-bg-opacity, 1)) !important; +} + +.tw-bg-\[\#2090C2\] { + --tw-bg-opacity: 1; + background-color: rgb(32 144 194 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#37d1d1\] { + --tw-bg-opacity: 1; + background-color: rgb(55 209 209 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#38BBF6\] { + --tw-bg-opacity: 1; + background-color: rgb(56 187 246 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#414141\] { + --tw-bg-opacity: 1; + background-color: rgb(65 65 65 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#454D5C\] { + --tw-bg-opacity: 1; + background-color: rgb(69 77 92 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#6E6E6E\] { + --tw-bg-opacity: 1; + background-color: rgb(110 110 110 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#84CC16\] { + --tw-bg-opacity: 1; + background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#84D500\] { + --tw-bg-opacity: 1; + background-color: rgb(132 213 0 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#ADE7F2\] { + --tw-bg-opacity: 1; + background-color: rgb(173 231 242 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#BABDBF\] { + --tw-bg-opacity: 1; + background-color: rgb(186 189 191 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#DDD3E0\] { + --tw-bg-opacity: 1; + background-color: rgb(221 211 224 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#DDF4F4\] { + --tw-bg-opacity: 1; + background-color: rgb(221 244 244 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#DFF0FF\] { + --tw-bg-opacity: 1; + background-color: rgb(223 240 255 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#ECFFFF\] { + --tw-bg-opacity: 1; + background-color: rgb(236 255 255 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#FF8798\] { + --tw-bg-opacity: 1; + background-color: rgb(255 135 152 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#b1c3c3\] { + --tw-bg-opacity: 1; + background-color: rgb(177 195 195 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#d8f5d2\] { + --tw-bg-opacity: 1; + background-color: rgb(216 245 210 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#ddf4f4\] { + --tw-bg-opacity: 1; + background-color: rgb(221 244 244 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[\#ecffff\] { + --tw-bg-opacity: 1; + background-color: rgb(236 255 255 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-blue-500 { + --tw-bg-opacity: 1; + background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-cyan-800 { + --tw-bg-opacity: 1; + background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-white { + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); +} + +.tw-bg-\[linear-gradient\(180deg\,_\#41D1D1_0\%\,_\#2CD0D0_100\%\)\] { + background-image: linear-gradient(180deg, #41D1D1 0%, #2CD0D0 100%); +} + +.tw-p-2 { + padding: 0.5rem; +} + +.tw-p-4 { + padding: 1rem; +} + +.tw-p-\[4px\] { + padding: 4px; +} + +.tw-px-2 { + padding-left: 0.5rem; + padding-right: 0.5rem; +} + +.tw-px-4 { + padding-left: 1rem; + padding-right: 1rem; +} + +.tw-px-6 { + padding-left: 1.5rem; + padding-right: 1.5rem; +} + +.tw-py-1 { + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + +.tw-text-center { + text-align: center; +} + +.tw-text-right { + text-align: right; +} + +.tw-text-start { + text-align: start; +} + +.tw-text-end { + text-align: end; +} + +.tw-text-\[10px\] { + font-size: 10px; +} + +.tw-text-\[12px\] { + font-size: 12px; +} + +.tw-text-\[13px\] { + font-size: 13px; +} + +.tw-text-\[16px\] { + font-size: 16px; +} + +.tw-text-\[8px\] { + font-size: 8px; +} + +.tw-text-sm { + font-size: 0.875rem; + line-height: 1.25rem; +} + +.tw-text-xs { + font-size: 0.75rem; + line-height: 1rem; +} + +.tw-font-\[400\] { + font-weight: 400; +} + +.tw-font-\[500\] { + font-weight: 500; +} + +.tw-font-\[600\] { + font-weight: 600; +} + +.tw-ordinal { + --tw-ordinal: ordinal; + font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction); +} + +.tw-leading-\[20px\] { + line-height: 20px; +} + +.\!tw-text-white { + --tw-text-opacity: 1 !important; + color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important; +} + +.tw-text-\[\#009EE2\] { + --tw-text-opacity: 1; + color: rgb(0 158 226 / var(--tw-text-opacity, 1)); +} + +.tw-text-\[\#BF3737\] { + --tw-text-opacity: 1; + color: rgb(191 55 55 / var(--tw-text-opacity, 1)); +} + +.tw-text-green-500 { + --tw-text-opacity: 1; + color: rgb(34 197 94 / var(--tw-text-opacity, 1)); +} + +.tw-text-white { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity, 1)); +} + +.tw-opacity-50 { + opacity: 0.5; +} + +.tw-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; +} + +.tw-transition-all { + transition-property: all; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +.tw-delay-150 { + transition-delay: 150ms; +} + +.tw-duration-300 { + transition-duration: 300ms; +} + +.tw-ease-in-out { + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); +} + +.even\:tw-bg-\[\#D1E9FF\]:nth-child(even) { + --tw-bg-opacity: 1; + background-color: rgb(209 233 255 / var(--tw-bg-opacity, 1)); +} + +.hover\:tw-bg-\[\#7DC215\]:hover { + --tw-bg-opacity: 1; + background-color: rgb(125 194 21 / var(--tw-bg-opacity, 1)); +} + +.hover\:tw-bg-\[\#C9F0F0\]:hover { + --tw-bg-opacity: 1; + background-color: rgb(201 240 240 / var(--tw-bg-opacity, 1)); +} + +.hover\:tw-bg-\[\#bbc6c6\]:hover { + --tw-bg-opacity: 1; + background-color: rgb(187 198 198 / var(--tw-bg-opacity, 1)); +} + +.hover\:tw-bg-\[\#c7ebc0\]:hover { + --tw-bg-opacity: 1; + background-color: rgb(199 235 192 / var(--tw-bg-opacity, 1)); +} + +@media (min-width: 768px) { + .md\:tw-col-span-2 { + grid-column: span 2 / span 2; + } + + .md\:tw-block { + display: block; + } + + .md\:tw-hidden { + display: none; + } + + .md\:tw-h-\[28px\] { + height: 28px; + } + + .md\:tw-w-\[25px\] { + width: 25px; + } + + .md\:tw-w-\[98px\] { + width: 98px; + } + + .md\:tw-grid-cols-12 { + grid-template-columns: repeat(12, minmax(0, 1fr)); + } + + .md\:tw-text-\[13px\] { + font-size: 13px; + } + + .md\:tw-text-\[14px\] { + font-size: 14px; + } + + .md\:tw-text-\[20px\] { + font-size: 20px; + } + + .md\:tw-font-\[400\] { + font-weight: 400; + } + + .md\:tw-font-\[600\] { + font-weight: 600; + } + + .md\:tw-leading-\[28px\] { + line-height: 28px; + } +} + +@media (min-width: 1024px) { + .lg\:tw-justify-start { + justify-content: flex-start; + } +} \ No newline at end of file