@sito/ui 0.0.184 → 0.0.196

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,6 @@ import { HTMLProps } from "react";
2
2
  import { ColorVariants } from '../../providers/StyleProvider/types';
3
3
  export type ButtonShapes = "filled" | "outlined" | "text";
4
4
  export interface ButtonProps extends HTMLProps<HTMLButtonElement> {
5
- tooltip?: string | undefined;
6
5
  color?: ColorVariants | undefined;
7
6
  shape?: ButtonShapes | undefined;
8
7
  type?: "button" | "submit" | "reset" | undefined;
@@ -0,0 +1,4 @@
1
+ import { ColorPalette } from '../../providers/StyleProvider/types';
2
+ export declare const makeStyles: (colors: ColorPalette) => {
3
+ root: string;
4
+ };
@@ -1,9 +1,7 @@
1
1
  import { ReactNode } from "react";
2
- import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
3
2
  import { ButtonProps } from '../Button';
4
3
  export interface ErrorProps {
5
4
  onRetry?: () => void | undefined;
6
- icon?: IconDefinition | undefined;
7
5
  title?: string | undefined;
8
6
  text: string;
9
7
  button?: string | undefined;
@@ -1,5 +1,5 @@
1
- import { IconProp } from "@fortawesome/fontawesome-svg-core";
1
+ import { ReactNode } from "react";
2
2
  import { ButtonProps } from '../Button/';
3
3
  export interface IconButtonProps extends ButtonProps {
4
- icon: IconProp;
4
+ icon: ReactNode;
5
5
  }
@@ -0,0 +1,9 @@
1
+ import { ColorPalette } from '../../providers/StyleProvider';
2
+ /**
3
+ *
4
+ * @param colors
5
+ * @param color
6
+ */
7
+ export declare const makeStyles: (colors: ColorPalette) => {
8
+ root: string;
9
+ };
@@ -5,5 +5,5 @@ import { ColorPalette, ColorVariants } from '../../providers/StyleProvider/types
5
5
  * @param color
6
6
  */
7
7
  export declare const makeStyles: (colors: ColorPalette, color: ColorVariants) => {
8
- root: string;
8
+ root: import("@emotion/serialize").CSSObject;
9
9
  };
@@ -5,5 +5,5 @@ import { ColorPalette, ColorVariants } from '../../providers/StyleProvider';
5
5
  * @param color
6
6
  */
7
7
  export declare const makeStyles: (colors: ColorPalette, color: ColorVariants) => {
8
- sitoLogo: string;
8
+ root: string;
9
9
  };
@@ -1,5 +1,4 @@
1
1
  import { ColorPalette, ColorVariants } from '../../providers/StyleProvider/types';
2
2
  export declare const makeStyles: (colors: ColorPalette, activeColor: ColorVariants, inactiveColor: ColorVariants) => {
3
- active: string;
4
- inactive: string;
3
+ root: string;
5
4
  };
@@ -4,10 +4,9 @@ import { InputControl, SelectControl, TextareaControl, InputControlProps, Select
4
4
  import { Switcher, SwitcherProps } from "./Switch/";
5
5
  import { Image, ImageProps } from "./Image";
6
6
  import { PrintAfter, PrintAfterProps } from "./PrintAfter";
7
- import { ToTop, ToTopProps } from "./ToTop";
8
7
  import { Notification, NotificationProps } from "./Notification";
9
8
  import { Loading, LoadingProps } from "./Loading";
10
9
  import { SplashScreen, SplashScreenProps } from "./SplashScreen";
11
10
  import { Handler, ErrorFallbackProps, Error, ErrorProps, HandlerProps } from "./Error";
12
- export { Button, IconButton, InputControl, SelectControl, TextareaControl, Switcher, Image, PrintAfter, ToTop, Notification, Loading, Handler, Error, SplashScreen, };
13
- export type { ErrorFallbackProps, HandlerProps, ErrorProps, ButtonProps, IconButtonProps, InputControlProps, SelectControlProps, TextareaControlProps, SwitcherProps, ImageProps, PrintAfterProps, NotificationProps, LoadingProps, ToTopProps, SplashScreenProps, };
11
+ export { Button, IconButton, InputControl, SelectControl, TextareaControl, Switcher, Image, PrintAfter, Notification, Loading, Handler, Error, SplashScreen, };
12
+ export type { ErrorFallbackProps, HandlerProps, ErrorProps, ButtonProps, IconButtonProps, InputControlProps, SelectControlProps, TextareaControlProps, SwitcherProps, ImageProps, PrintAfterProps, NotificationProps, LoadingProps, SplashScreenProps, };
package/dist/main.css CHANGED
@@ -1 +1 @@
1
- *,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}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,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal}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,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{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;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[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,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}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[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 / .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: }::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 / .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: }.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-1{bottom:.25rem}.left-1{left:.25rem}.right-1{right:.25rem}.top-1{top:.25rem}.z-40{z-index:40}.mr-1{margin-right:.25rem}.inline{display:inline}.flex{display:flex}.\!hidden{display:none!important}.min-h-screen{min-height:100vh}.w-full{width:100%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.gap-3{gap:.75rem}.rounded-xl{border-radius:.75rem}.\!pl-0{padding-left:0!important}.\!pl-2{padding-left:.5rem!important}.\!pr-0{padding-right:0!important}.\!pr-2{padding-right:.5rem!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.invert{--tw-invert: invert(100%);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)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (pointer: coarse){[data-tippy-root]{display:none!important}}.appear{animation:appear .5s ease 1}.disappear{animation:disappear .5s ease 1}@keyframes appear{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes disappear{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(15px)}}.aGrow{animation:aGrow .5s ease 1}.aShrink{animation:aShrink .5s ease 1}@keyframes aGrow{0%{transform:scale(0)}80%{transform:scale(1.01)}to{transform:scale(1)}}@keyframes aShrink{0%{transform:scale(1)}to{transform:scale(0)}}.shake{animation:shake 1 .5s linear}.horizontal-shake{animation:horizontalShake 1 .5s linear}@keyframes shake{0%{transform:rotate(-15deg)}20%{transform:rotate(15deg)}30%{transform:rotate(-15deg)}50%{transform:rotate(0)}}@keyframes horizontalShake{0%{transform:translate(-10px)}20%{transform:translate(+10px)}30%{transform:translate(-10px)}50%{transform:translate(0)}}.button{display:flex;cursor:default;align-items:center;justify-content:center;border-radius:1.5rem;padding:.5rem 1.75rem;font-weight:600;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:.3s}.outlined.button{border-width:2px}.icon-button{min-width:2.5rem;min-height:2.5rem;height:2.5rem;width:2.5rem;border-radius:9999px;padding:0;font-size:1.25rem;line-height:1.75rem}.box{background-image:linear-gradient(to right,#ededed calc(50% - 100px),#e1e1e1 50%,#ededed calc(50% + 100px))}.dark .box{background-image:linear-gradient(to right,#202020 calc(50% - 100px),#101010 50%,#202020 calc(50% + 100px))}.image{font-style:italic;max-width:100%;height:auto;vertical-align:middle}.box{background-size:0;opacity:1;position:relative;overflow:hidden}.box:before{content:"";position:absolute;height:100%;top:0;right:0;width:calc(200% + 200px);bottom:0;background-image:inherit;animation:move 2s linear infinite}@keyframes move{to{transform:translate(calc(50% + 100px))}}.sub{display:flex;align-items:center;justify-content:space-between;padding-left:.75rem;padding-right:.75rem}.input-control{display:flex;width:100%;align-items:flex-start;justify-content:flex-start;gap:.25rem}.column{flex-direction:column}.row{flex-direction:row}.input-control textarea{width:100%;resize:none;border-radius:20px;padding:.5rem 1rem}.input-control input,.input-control select{width:100%;border-radius:1.5rem;padding:.5rem 1rem}.input-control .sub{position:relative;width:100%;border-radius:1.5rem}.input-control textarea:focus-visible,.input-control textarea,.input-control input:focus-visible,.input-control input{outline:none!important}.loading{display:flex;height:100%;width:100%;align-items:center;justify-content:center}.loader-container{padding:5%}.loader{width:40px;position:relative;margin:0 auto}.loader:before{content:"";padding-top:100%;display:block}.circular{animation:rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:100%;width:100%}.path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@layer{.notification{min-width:150px;max-width:300px;padding:1.25rem 3rem 1.25rem 1.25rem}}.container{width:100%}@media (min-width: 1537px){.container{max-width:1537px}}.check-input{display:none!important;height:0px;width:0px}.switcher{width:55px;height:25px;border-radius:100px;position:relative;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-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ball{width:20px;height:14px;border-radius:20px;top:50%;transition:all .5s ease;position:absolute}.deactivated{transform:translate(20%,-50%)}.activated{transform:translate(150%,-50%)}.splash-screen{height:100vh;height:100svh;position:fixed;top:0;left:0;z-index:50;display:flex;width:100%;flex-direction:column;align-items:center;overflow:hidden;transition-property:opacity;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.logo-container{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center}.image{width:100px;height:100px;border-radius:9999px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.brand{margin-bottom:1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.brand p{font-size:15px}.brand-name{display:flex;align-items:flex-end}.brand-name p{font-size:1.25rem}.splash-sito-logo{width:100px;height:60px;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.splash-loading{background-color:#0000!important;height:70px!important}.splash-loading .loader{width:30px}.slide-in-bck-center{animation:slide-in-bck-center .7s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-in-bck-center{0%{transform:translateZ(600px);opacity:0}to{transform:translateZ(0);opacity:1}}.puff-in-center{animation:puff-in-center .7s cubic-bezier(.47,0,.745,.715) both}@keyframes puff-in-center{0%{transform:scale(2);filter:blur(4px);opacity:0}to{transform:scale(1);filter:blur(0px);opacity:1}}@keyframes slideInUp{0%{transform:translate3d(0,120%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}.animated{animation-delay:1s;animation-duration:1s;animation-fill-mode:both}
1
+ @media (pointer: coarse){[data-tippy-root]{display:none!important}}.appear{animation:appear .5s ease 1}.disappear{animation:disappear .5s ease 1}@keyframes appear{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes disappear{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(15px)}}.aGrow{animation:aGrow .5s ease 1}.aShrink{animation:aShrink .5s ease 1}@keyframes aGrow{0%{transform:scale(0)}80%{transform:scale(1.01)}to{transform:scale(1)}}@keyframes aShrink{0%{transform:scale(1)}to{transform:scale(0)}}.shake{animation:shake 1 .5s linear}.horizontal-shake{animation:horizontalShake 1 .5s linear}@keyframes shake{0%{transform:rotate(-15deg)}20%{transform:rotate(15deg)}30%{transform:rotate(-15deg)}50%{transform:rotate(0)}}@keyframes horizontalShake{0%{transform:translate(-10px)}20%{transform:translate(+10px)}30%{transform:translate(-10px)}50%{transform:translate(0)}}.button{display:flex;font-weight:600;cursor:default;align-items:center;justify-content:center;padding:.5rem 1.75rem;border-radius:1.5rem;transition-duration:.3s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.outlined.button{border-width:2px}.icon-button{min-width:2.5rem;min-height:2.5rem;width:2.5rem;height:2.5rem;border-radius:100%;font-size:1.25rem;line-height:1.75rem;padding:0}.image{font-style:italic;max-width:100%;height:auto;vertical-align:middle}.box{background-size:0;opacity:1;position:relative;overflow:hidden}.box:before{content:"";position:absolute;height:100%;top:0;right:0;width:calc(200% + 200px);bottom:0;background-image:inherit;animation:move 2s linear infinite}@keyframes move{to{transform:translate(calc(50% + 100px))}}.s-no-padding-left{padding-left:0!important}.s-no-padding-right{padding-right:0!important}.s-small-padding-left{padding-left:.5rem!important}.s-small-padding-right{padding-right:.5rem!important}.sub{display:flex;align-items:center;justify-content:space-between;padding:0 .75rem}.input-control{display:flex;gap:.25rem;align-items:flex-start;justify-content:flex-start;width:100%}.column{flex-direction:column}.row{flex-direction:row}.input-control textarea{width:100%;padding:.5rem 1rem;border-radius:20px;resize:none}.input-control input,.input-control select{width:100%;padding:.5rem 1rem;border-radius:1.5rem}.input-control .sub{width:100%;position:relative;border-radius:1.5rem}.input-control textarea:focus-visible,.input-control textarea,.input-control input:focus-visible,.input-control input{outline:none!important}.error-root{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:100vh;min-height:100svh}.s-error-body{width:60%;white-space:break-spaces;text-align:center}.s-error-icon{filter:invert(1);width:40px;height:40px}.loader-container{padding:5%}.loader{width:40px;position:relative;margin:0 auto}.loader:before{content:"";padding-top:100%;display:block}.circular{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.path{stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}@-webkit-keyframes rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.loading{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.notification-root{position:fixed;left:.25rem;bottom:.25rem;z-index:40}.notification{min-width:150px;max-width:300px;padding:1.25rem 3rem 1.25rem 1.25rem;position:relative;border-radius:.75rem}.notification-close-button{position:absolute;top:.25rem;left:.25rem}.close-notification-icon{width:40px;height:40px;object-fit:contain}.check-input{height:0;width:0;display:none!important}.switcher-root{display:flex;gap:.75rem;align-items:center;justify-content:flex-start}.switcher{width:55px;height:25px;border-radius:100px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;position:relative}.ball{width:20px;height:14px;border-radius:20px;top:50%;transition:all .5s ease;position:absolute}.deactivated{transform:translate(20%,-50%)}.activated{transform:translate(150%,-50%)}.splash-screen{height:100vh;height:100svh;display:flex;width:100%;position:fixed;top:0;left:0;z-index:50;flex-direction:column;align-items:center;overflow:hidden;transition-duration:.3s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.logo-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.splash-loading-show{opacity:1}.splash-loading-hide{opacity:0}.splash-loading{transition:opacity .3s cubic-bezier(.4,0,.2,1)}.splash-image{width:100px;height:100px;object-fit:cover;object-position:center;border-radius:100%}.brand{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1.25rem}.brand p{font-size:15px}.brand-name{display:flex;align-items:flex-end}.brand-name p{font-size:1.25rem}.splash-sito-logo{width:100px;height:60px;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.splash-loading{background-color:#0000!important;height:70px!important}.splash-loading .loader{width:30px}.slide-in-bck-center{-webkit-animation:slide-in-bck-center .7s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-bck-center .7s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes slide-in-bck-center{0%{-webkit-transform:translateZ(600px);transform:translateZ(600px);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes slide-in-bck-center{0%{-webkit-transform:translateZ(600px);transform:translateZ(600px);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.puff-in-center{-webkit-animation:puff-in-center .7s cubic-bezier(.47,0,.745,.715) both;animation:puff-in-center .7s cubic-bezier(.47,0,.745,.715) both}@-webkit-keyframes puff-in-center{0%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(4px);filter:blur(4px);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0px);filter:blur(0px);opacity:1}}@keyframes puff-in-center{0%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(4px);filter:blur(4px);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0px);filter:blur(0px);opacity:1}}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,120%,0);transform:translate3d(0,120%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}.animated{animation-delay:1s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}