:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Titillium Web;font-style:normal;font-weight:300;src:local("Titillium Web Light"),local("TitilliumWeb-Light"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Light.e6d9746e518ca72e0e75.woff2) format("woff2"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Light.57b2cddaf1df838626ba.woff) format("woff"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Light.e2dd145c34877eeaadba.ttf) format("truetype");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Titillium Web;font-style:normal;font-weight:300;src:local("Titillium Web Light"),local("TitilliumWeb-Light"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Light.e6d9746e518ca72e0e75.woff2) format("woff2"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Light.57b2cddaf1df838626ba.woff) format("woff"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Light.e2dd145c34877eeaadba.ttf) format("truetype");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Titillium Web;font-style:normal;font-weight:400;src:local("Titillium Web Regular"),local("TitilliumWeb-Regular"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Regular.cf92085b861a587d4c3c.woff2) format("woff2"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Regular.bf05953c9f4917f0ded1.woff) format("woff"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Regular.6531669d2058b13ca785.ttf) format("truetype");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Titillium Web;font-style:normal;font-weight:400;src:local("Titillium Web Regular"),local("TitilliumWeb-Regular"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Regular.cf92085b861a587d4c3c.woff2) format("woff2"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Regular.bf05953c9f4917f0ded1.woff) format("woff"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Regular.6531669d2058b13ca785.ttf) format("truetype");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Titillium Web;font-style:normal;font-weight:600;src:local("Titillium Web SemiBold"),local("TitilliumWeb-SemiBold"),url(/cittadini/contattaCi/static/media/TitilliumWeb-SemiBold.806e1841df06b9c7ca66.woff2) format("woff2"),url(/cittadini/contattaCi/static/media/TitilliumWeb-SemiBold.eb4d20112339f945cdcd.woff) format("woff"),url(/cittadini/contattaCi/static/media/TitilliumWeb-SemiBold.292026f1d3944de4dfb6.ttf) format("truetype");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Titillium Web;font-style:normal;font-weight:600;src:local("Titillium Web SemiBold"),local("TitilliumWeb-SemiBold"),url(/cittadini/contattaCi/static/media/TitilliumWeb-SemiBold.806e1841df06b9c7ca66.woff2) format("woff2"),url(/cittadini/contattaCi/static/media/TitilliumWeb-SemiBold.eb4d20112339f945cdcd.woff) format("woff"),url(/cittadini/contattaCi/static/media/TitilliumWeb-SemiBold.292026f1d3944de4dfb6.ttf) format("truetype");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Titillium Web;font-style:normal;font-weight:700;src:local("Titillium Web Bold"),local("TitilliumWeb-Bold"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Bold.655a222b0151ef0a05be.woff2) format("woff2"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Bold.f654188a22a6e351f129.woff) format("woff"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Bold.7a3e2008fb7139ce30b9.ttf) format("truetype");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Titillium Web;font-style:normal;font-weight:700;src:local("Titillium Web Bold"),local("TitilliumWeb-Bold"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Bold.655a222b0151ef0a05be.woff2) format("woff2"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Bold.f654188a22a6e351f129.woff) format("woff"),url(/cittadini/contattaCi/static/media/TitilliumWeb-Bold.7a3e2008fb7139ce30b9.ttf) format("truetype");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lora;font-style:normal;font-weight:400;src:local("Lora Regular"),local("Lora-Regular"),url(/cittadini/contattaCi/static/media/Lora-Regular.51b4293af5630f1552d4.woff2) format("woff2"),url(/cittadini/contattaCi/static/media/Lora-Regular.f73674b7e9a785e07dd3.woff) format("woff"),url(/cittadini/contattaCi/static/media/Lora-Regular.52949912492218707f32.ttf) format("truetype");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Lora;font-style:normal;font-weight:400;src:local("Lora Regular"),local("Lora-Regular"),url(/cittadini/contattaCi/static/media/Lora-Regular.51b4293af5630f1552d4.woff2) format("woff2"),url(/cittadini/contattaCi/static/media/Lora-Regular.f73674b7e9a785e07dd3.woff) format("woff"),url(/cittadini/contattaCi/static/media/Lora-Regular.52949912492218707f32.ttf) format("truetype");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lora;font-style:normal;font-weight:700;src:local("Lora Bold"),local("Lora-Bold"),url(/cittadini/contattaCi/static/media/Lora-Bold.db515ef9055fb768c2ed.woff2) format("woff2"),url(/cittadini/contattaCi/static/media/Lora-Bold.9de70973b9a49564a879.woff) format("woff"),url(/cittadini/contattaCi/static/media/Lora-Bold.d6dab44b57ec95be8460.ttf) format("truetype");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Lora;font-style:normal;font-weight:700;src:local("Lora Bold"),local("Lora-Bold"),url(/cittadini/contattaCi/static/media/Lora-Bold.db515ef9055fb768c2ed.woff2) format("woff2"),url(/cittadini/contattaCi/static/media/Lora-Bold.9de70973b9a49564a879.woff) format("woff"),url(/cittadini/contattaCi/static/media/Lora-Bold.d6dab44b57ec95be8460.ttf) format("truetype");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;src:local("Roboto Mono"),local("RobotoMono-Regular"),url(/cittadini/contattaCi/static/media/RobotoMono-Regular.4774b4442b88982c1740.woff2) format("woff2"),url(/cittadini/contattaCi/static/media/RobotoMono-Regular.9d883297dfe255daa573.woff) format("woff"),url(/cittadini/contattaCi/static/media/RobotoMono-Regular.473137234b890954c09c.ttf) format("truetype");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;src:local("Roboto Mono"),local("RobotoMono-Regular"),url(/cittadini/contattaCi/static/media/RobotoMono-Regular.4774b4442b88982c1740.woff2) format("woff2"),url(/cittadini/contattaCi/static/media/RobotoMono-Regular.9d883297dfe255daa573.woff) format("woff"),url(/cittadini/contattaCi/static/media/RobotoMono-Regular.473137234b890954c09c.ttf) format("truetype");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:700;src:local("Roboto Mono Bold"),local("RobotoMono-Bold"),url(/cittadini/contattaCi/static/media/RobotoMono-Bold.d5a5982276bf12b5f3f9.woff2) format("woff2"),url(/cittadini/contattaCi/static/media/RobotoMono-Bold.9de52b74624123faa847.woff) format("woff"),url(/cittadini/contattaCi/static/media/RobotoMono-Bold.3584f5042d3eee6a4b3b.ttf) format("truetype");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:700;src:local("Roboto Mono Bold"),local("RobotoMono-Bold"),url(/cittadini/contattaCi/static/media/RobotoMono-Bold.d5a5982276bf12b5f3f9.woff2) format("woff2"),url(/cittadini/contattaCi/static/media/RobotoMono-Bold.9de52b74624123faa847.woff) format("woff"),url(/cittadini/contattaCi/static/media/RobotoMono-Bold.3584f5042d3eee6a4b3b.ttf) format("truetype");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--font-family-sans-serif:"Titillium Web",Geneva,Tahoma,sans-serif;--font-family-monospace:"Roboto Mono",monospace}body{font-family:Titillium Web,Geneva,Tahoma,sans-serif;font-weight:300}.ant-popover .ant-popover-content,.ant-tooltip .ant-tooltip-content{word-wrap:break-word;font-family:Titillium Web,Geneva,Tahoma,sans-serif;font-style:normal;font-weight:400;line-break:auto;line-height:1.5;white-space:normal;word-break:normal;word-spacing:normal}.ant-popover .ant-popover-content{font-size:.875rem}.ant-collapse .ant-collapse-header{font-family:Titillium Web,Geneva,Tahoma,sans-serif;font-size:1.5rem;line-height:1.2rem}.ant-card .ant-card-head .ant-card-head-title{font-family:Titillium Web,Geneva,Tahoma,sans-serif;font-size:3em;font-weight:300}.ant-card .ant-card-body{font-family:Titillium Web,Geneva,Tahoma,sans-serif;font-size:.875rem;line-height:1.2rem}.ant-card .ant-card-actions{font-family:Titillium Web,Geneva,Tahoma,sans-serif;font-size:.88889rem;font-style:italic;font-weight:700}.dettaglioCpi{border:1px solid #d3d3d3;border-radius:10px;margin-bottom:1em;padding:1em}.dettaglioCpi svg{width:250px}.dettaglioCpi .MuiTypography-root{font-size:1.2em;font-weight:300}.dettaglioCpi .MuiStack-root{align-items:center;flex-direction:row}.dettaglioCpi .MuiStack-root .dettaglioCpiLabel{font-weight:600;margin-right:5px}.dettaglioCpi .MuiStack-root a{text-decoration:none}.dettaglioCpi .MuiStack-root a .MuiTypography-root{color:#277baa}.dettaglioCpi .MuiStack-root a:hover .MuiTypography-root{font-weight:600;text-decoration:underline}@media screen and (max-width:899px){.dettaglioCpi svg{width:200px}.dettaglioCpi .MuiTypography-root{font-size:.9em}.dettaglioCpi .MuiStack-root{align-items:flex-start;flex-direction:column;margin-bottom:.5em}}.homePage .homeTitle{background-color:#277baa}.homePage .homeTitle svg{margin-bottom:1em;width:25em}.homePage .homeTitle .MuiTypography-root{color:#fff;font-weight:600;margin-bottom:.25em;text-align:center}.homePage .homeContent{padding:0 1em}.homePage .homeContent .MuiTypography-root{font-weight:200}.homePage .homeContent .MuiButton-root{background-color:#277baa;margin:1em auto auto;width:125px}.homePage .homeContent .MuiButton-root .MuiTypography-root{color:#fff;text-transform:none}.homePage .homeContent .MuiButton-root:hover .MuiTypography-root{font-weight:600;text-decoration:underline}.cpiDrawer .MuiList-root,.provinceDrawer .MuiList-root{border-top:1px solid #fff;padding:0}.cpiDrawer .MuiList-root .MuiListItem-root,.provinceDrawer .MuiList-root .MuiListItem-root{border-bottom:1px solid #277baa;padding:0}.cpiDrawer .MuiList-root .MuiListItem-root .MuiListItemButton-root,.provinceDrawer .MuiList-root .MuiListItem-root .MuiListItemButton-root{padding:1.5em}.cpiDrawer .MuiList-root .MuiListItem-root .MuiListItemButton-root svg,.provinceDrawer .MuiList-root .MuiListItem-root .MuiListItemButton-root svg{color:#277baa;font-size:1rem}.cpiDrawer .MuiList-root .MuiListItem-root .MuiListItemButton-root:hover,.provinceDrawer .MuiList-root .MuiListItem-root .MuiListItemButton-root:hover{background-color:#277baa}.cpiDrawer .MuiList-root .MuiListItem-root .MuiListItemButton-root:hover .MuiTypography-root,.provinceDrawer .MuiList-root .MuiListItem-root .MuiListItemButton-root:hover .MuiTypography-root{color:#fff;font-weight:600;text-decoration:underline}.cpiDrawer .MuiList-root .MuiListItem-root .MuiListItemButton-root:hover svg,.provinceDrawer .MuiList-root .MuiListItem-root .MuiListItemButton-root:hover svg{color:#fff}.provinceDrawer .MuiDrawer-paper .headerDrawer .gammaCromatica .title .MuiIconButton-root{display:none}.provinceDrawer .scegliButton{background-color:#277baa;margin:2em auto auto;width:150px}.provinceDrawer .scegliButton .MuiTypography-root{color:#fff;text-transform:none}.provinceDrawer .scegliButton:hover{background-color:#277baa}.provinceDrawer .scegliButton:hover .MuiTypography-root{font-weight:600;text-decoration:underline}.cpiDrawer .closeButton{display:none}.cpiDrawer .cpiButton .cpiColor{height:12px;margin-right:1em;width:12px}.centroImpiegoDrawer .closeButton{display:none}.centroImpiegoDrawer .contentDrawer{padding:1em}.centroImpiegoDrawer .contentDrawer iframe{height:350px}.centroImpiegoDrawer .contentDrawer .MuiButton-root{background-color:#277baa;margin:1em auto auto;width:200px}.centroImpiegoDrawer .contentDrawer .MuiButton-root a{text-decoration:none}.centroImpiegoDrawer .contentDrawer .MuiButton-root a .MuiTypography-root{color:#fff;text-transform:none}.centroImpiegoDrawer .contentDrawer .MuiButton-root:hover{background-color:#277baa}.centroImpiegoDrawer .contentDrawer .MuiButton-root:hover a .MuiTypography-root{font-weight:600;text-decoration:underline}.modalCpi .MuiDialog-container{width:100%}.modalCpi .MuiDialog-container .MuiPaper-root{height:75%;max-height:100%;max-width:100%;width:75%}.modalCpi .MuiDialog-container .MuiPaper-root .MuiButton-root{background-color:#fff;height:50px;position:absolute;right:0;top:0;width:50px}.modalCpi .MuiDialog-container .MuiPaper-root .MuiButton-root svg{color:#277baa}.modalCpi .MuiDialog-container .MuiPaper-root iframe{height:100%;width:100%}@media screen and (max-width:899px){.homePage .homeTitle svg{width:20em}.modalCpi .MuiDialog-container{width:100%}.modalCpi .MuiDialog-container .MuiPaper-root{height:100%;margin:0;width:100%}}.profilo{padding:1em 0 2em 3em}.profilo a .MuiIconButton-root{padding:0}.profilo a .MuiIconButton-root svg{color:#277baa;font-size:2em}.profilo a:hover .MuiIconButton-root{background-color:#277baa}.profilo a:hover .MuiIconButton-root svg{color:#fff}.profilo .MuiTypography-body1{font-size:.9em;margin-top:.5em}.profilo .MuiTypography-h2{color:#277baa;font-size:1.75em;font-weight:600;margin-top:1em}.profilo .MuiTypography-h3{color:#277baa;font-size:1.2em;margin-top:1.5em}.richieste .homeTitle{background-color:#277baa;margin-bottom:2em}.richieste .homeTitle svg{margin-bottom:1em;width:25em}.richieste .homeTitle .MuiTypography-root{color:#fff;font-weight:600;margin-bottom:.25em;text-align:center}.richieste .userNotLogged{align-items:center;background-color:#277baa;display:flex}.richieste .userNotLogged svg{padding:1em 4em;width:40%}.richieste .userNotLogged .infoText .MuiTypography-h3{color:#fff;font-size:1.75em;font-weight:600;padding:.25em 0}.richieste .userNotLogged .infoText .MuiButton-root{background-color:#fff;margin-top:1em;padding:.75em;width:125px}.richieste .userNotLogged .infoText .MuiButton-root svg{border:1px solid #277baa;border-radius:50%;padding:0;width:100%}.richieste .userNotLogged .infoText .MuiButton-root .MuiTypography-root{color:#277baa;font-size:1em;font-weight:600}.richieste .userNotLogged .infoText .MuiButton-root:hover .MuiTypography-root{text-decoration:underline}.richieste .listaRichieste .tableHeader{background-color:#277baa;padding:8px}.richieste .listaRichieste .tableHeader .MuiGrid-item{align-items:center;border-right:1px solid rgba(0,0,0,.059);display:flex;height:40px;padding-left:10px}.richieste .listaRichieste .tableHeader .MuiGrid-item .MuiTypography-root{color:#fff;font-weight:600}.richieste .listaRichieste .tableHeader .MuiGrid-item .MuiIconButton-root{color:#fff}.richieste .listaRichieste .tableHeader .MuiGrid-item .MuiIconButton-root:hover{background-color:#fff;color:#277baa}.richieste .listaRichieste .tableHeader .MuiGrid-item:first-child{justify-content:center;padding-left:0}.richieste .listaRichieste .tableHeader .MuiGrid-item:last-child{border-right:0}.richieste .listaRichieste .tableContent .row{align-items:center;border-bottom:1px solid #f0f0f0;flex-direction:row;width:100%}.richieste .listaRichieste .tableContent .row .MuiGrid-item{padding:4px 16px}.richieste .listaRichieste .tableContent .row .MuiGrid-item .MuiTypography-root{font-size:.9em;font-weight:300}.richieste .listaRichieste .tableContent .row .cpi{justify-content:center}.richieste .listaRichieste .tableContent .row .cpi .MuiTypography-root{width:1px}.richieste .listaRichieste .tableContent .row .cpi svg{margin:auto;width:7em}.richieste .listaRichieste .tableContent .row .actions{align-items:center;flex-direction:row;justify-content:flex-end}.richieste .listaRichieste .tableContent .row .actions .MuiIconButton-root{color:#277baa}.richieste .listaRichieste .tableContent .row .actions .MuiIconButton-root:hover{background-color:#277baa;color:#fff}.richieste .listaRichieste .tableContent .row .actions .Mui-disabled{color:rgba(0,0,0,.259)}.richieste .listaRichieste .tableContent .row .actions .rispostaHidden{opacity:0;pointer-events:none}.richieste .listaRichieste .nessunaRichiesta{text-align:center}.richieste .listaRichieste .nessunaRichiesta .MuiButton-root{background-color:#277baa}.richieste .listaRichieste .nessunaRichiesta .MuiButton-root .MuiTypography-root{color:#fff;text-transform:none}.richieste .listaRichieste .nessunaRichiesta .MuiButton-root:hover .MuiTypography-root{font-weight:600;text-decoration:underline}.riepilogoAppuntamentoModal .MuiPaper-root{max-width:60%}.riepilogoAppuntamentoModal .MuiPaper-root .riepilogoAppuntamento{position:relative}.riepilogoAppuntamentoModal .MuiPaper-root .riepilogoAppuntamento .closeModalButton{height:50px;position:absolute;right:0;top:0;width:50px}.riepilogoAppuntamentoModal .MuiPaper-root .riepilogoAppuntamento .annullamentoRichiestaCompletato,.riepilogoAppuntamentoModal .MuiPaper-root .riepilogoAppuntamento .datiAppuntamento{border-radius:0}@media screen and (max-width:899px){.richieste .homeTitle svg{width:20em}.richieste .homeTitle .MuiTypography-root{font-size:1.2em}.richieste .userNotLogged{display:grid;justify-items:center}.richieste .userNotLogged svg{width:70%}.richieste .userNotLogged .infoText{display:grid;justify-items:center;margin-bottom:1em}.richieste .userNotLogged .infoText .MuiTypography-h3{font-size:1.3em}.richieste .listaRichieste .tableHeader{padding:4px}.richieste .listaRichieste .tableHeader .MuiGrid-item{height:auto;padding-left:5px}.richieste .listaRichieste .tableHeader .MuiGrid-item .MuiTypography-root{font-size:.7em}.richieste .listaRichieste .tableHeader .MuiGrid-item .MuiIconButton-root{padding:4px}.richieste .listaRichieste .tableHeader .MuiGrid-item .MuiIconButton-root svg{font-size:.7em}.richieste .listaRichieste .tableContent .row{height:50px}.richieste .listaRichieste .tableContent .row .MuiGrid-item{padding:2px 8px}.richieste .listaRichieste .tableContent .row .MuiGrid-item .MuiTypography-root{font-size:.8em}.richieste .listaRichieste .tableContent .row .cpi svg{width:4em}.richieste .listaRichieste .tableContent .row .actions .MuiIconButton-root{padding:2px}.richieste .listaRichieste .tableContent .row .actions .MuiIconButton-root svg{font-size:.6em}}.riepilogoAppuntamento .datiAppuntamento .customMuiStack-root{align-items:center;flex-direction:row;margin-bottom:.5em}.riepilogoAppuntamento .datiAppuntamento{border:2px solid #277baa;border-radius:25px;box-shadow:5px 5px 10px #4f4f4f;padding:2em 1em}.riepilogoAppuntamento .datiAppuntamento .icona{display:flex;justify-content:center}.riepilogoAppuntamento .datiAppuntamento .icona svg{width:10em}.riepilogoAppuntamento .datiAppuntamento .MuiTypography-h2{color:#277baa;font-size:1.5em;font-weight:600}.riepilogoAppuntamento .datiAppuntamento .MuiTypography-h3{color:#277baa;font-size:1.2em;font-weight:600;margin-bottom:.5em}.riepilogoAppuntamento .datiAppuntamento .itemLabel{font-size:.9em;font-weight:600;margin-right:10px}.riepilogoAppuntamento .datiAppuntamento .labelValue{font-size:.9em;font-weight:300;text-transform:capitalize}.riepilogoAppuntamento .datiAppuntamento .emailField .labelValue,.riepilogoAppuntamento .datiAppuntamento .filenameField{text-transform:none}.riepilogoAppuntamento .datiAppuntamento .downloadSection{align-items:center;display:flex;flex-direction:row}.riepilogoAppuntamento .datiAppuntamento .downloadSection .MuiTypography-root{margin-right:10px;margin-top:-10px}.riepilogoAppuntamento .datiAppuntamento .downloadSection .downloadButtons{align-items:center;flex-direction:row;margin-top:-10px}.riepilogoAppuntamento .datiAppuntamento .statoSection .MuiButton-root{background-color:#277baa}.riepilogoAppuntamento .datiAppuntamento .statoSection .MuiButton-root .MuiTypography-root{color:#fff;text-transform:none}.riepilogoAppuntamento .datiAppuntamento .statoSection .MuiButton-root:hover .MuiTypography-root{font-weight:600;text-decoration:underline}.riepilogoAppuntamento .annullamentoRichiestaCompletato,.riepilogoAppuntamento .appuntamentoNonTrovato{border:2px solid #277baa;border-radius:25px;box-shadow:5px 5px 10px #4f4f4f;display:grid;justify-content:center;margin:0 auto;padding:2em;width:400px}.riepilogoAppuntamento .annullamentoRichiestaCompletato svg,.riepilogoAppuntamento .appuntamentoNonTrovato svg{margin:auto;width:10em}.riepilogoAppuntamento .annullamentoRichiestaCompletato .label,.riepilogoAppuntamento .appuntamentoNonTrovato .label{color:#c8378b;font-size:2em;font-weight:600;line-height:1.2;margin:1em 0;text-align:center}.riepilogoAppuntamento .annullamentoRichiestaCompletato a,.riepilogoAppuntamento .appuntamentoNonTrovato a{text-align:center}.riepilogoAppuntamento .annullamentoRichiestaCompletato a .MuiButton-root,.riepilogoAppuntamento .appuntamentoNonTrovato a .MuiButton-root{background-color:#277baa;border-radius:5px;height:50px}.riepilogoAppuntamento .annullamentoRichiestaCompletato a .MuiButton-root .MuiTypography-root,.riepilogoAppuntamento .appuntamentoNonTrovato a .MuiButton-root .MuiTypography-root{color:#fff;font-weight:600;text-transform:none}.riepilogoAppuntamento .annullamentoRichiestaCompletato a:hover .MuiButton-root .MuiTypography-root,.riepilogoAppuntamento .appuntamentoNonTrovato a:hover .MuiButton-root .MuiTypography-root{font-weight:600;text-decoration:underline}@media screen and (max-width:899px){.riepilogoAppuntamento .datiAppuntamento .customMuiStack-root{align-items:flex-start;flex-direction:column}.riepilogoAppuntamento .datiAppuntamento .downloadSection .MuiTypography-root,.riepilogoAppuntamento .datiAppuntamento .downloadSection .downloadButtons{margin-top:0}.riepilogoAppuntamento .annullamentoRichiestaCompletato,.riepilogoAppuntamento .appuntamentoNonTrovato{width:250px}.riepilogoAppuntamento .annullamentoRichiestaCompletato svg,.riepilogoAppuntamento .appuntamentoNonTrovato svg{width:6em}.riepilogoAppuntamento .annullamentoRichiestaCompletato .label,.riepilogoAppuntamento .appuntamentoNonTrovato .label{font-size:1.5em}}.fullImageModal .MuiPaper-root{max-width:100%;position:relative}.fullImageModal .MuiPaper-root .MuiButton-root{background-color:#fff;height:50px;position:absolute;right:0;top:0;width:50px}.modalInformativa .MuiCard-root .MuiCardHeader-root{height:50px;padding:0}.modalInformativa .MuiCard-root .MuiCardHeader-root .MuiCardHeader-content{display:flex;justify-content:flex-end}.modalInformativa .MuiCard-root .MuiCardHeader-root .MuiCardHeader-content .MuiButton-root{height:50px;padding:0;width:50px}.modalInformativa .MuiCard-root .MuiCardContent-root{overflow-y:auto;padding-bottom:0;padding-top:0}.modalInformativa .MuiCard-root .MuiCardContent-root .MuiTypography-root,.modalInformativa .MuiCard-root .MuiCardContent-root li{font-size:.9em;font-weight:300}.modalInformativa .MuiCard-root .MuiCardContent-root .MuiTypography-h3{font-size:1em;font-weight:600;margin-bottom:1em}.modalInformativa .MuiCard-root .MuiCardContent-root a{color:#277baa;text-decoration:none}.modalInformativa .MuiCard-root .MuiCardContent-root a:hover{font-weight:600;text-decoration:underline}.modalInformativa .MuiCardActions-root{height:50px;justify-content:flex-end}.modalInformativa .MuiCardActions-root .MuiButton-root{background-color:#277baa}.modalInformativa .MuiCardActions-root .MuiButton-root .MuiTypography-root{color:#fff;text-transform:none}.modalInformativa .MuiCardActions-root .MuiButton-root:hover .MuiTypography-root{font-weight:600;text-decoration:underline}.modalUpload .MuiCard-root .MuiCardHeader-root{height:50px;padding:0}.modalUpload .MuiCard-root .MuiCardHeader-root .MuiCardHeader-content{display:flex;justify-content:flex-end}.modalUpload .MuiCard-root .MuiCardHeader-root .MuiCardHeader-content .MuiButton-root{height:50px;padding:0;width:50px}.modalUpload .MuiCard-root .MuiCardContent-root{min-width:500px;padding:0 2em 2em}.modalUpload .MuiCard-root .MuiCardContent-root .fileUpload .uploadedImage{align-items:center;display:flex;justify-content:space-between}.modalUpload .MuiCard-root .MuiCardContent-root .fileUpload .uploadedImage img{width:300px}.modalUpload .MuiCard-root .MuiCardContent-root .fileUpload .uploadedPdf{align-items:center;display:flex;justify-content:space-between}.modalUpload .MuiCard-root .MuiCardContent-root .fileUpload .uploadedPdf .MuiTypography-root{font-weight:300;margin-left:1em;text-align:left}.modalUpload .MuiCard-root .MuiCardContent-root label{cursor:pointer;text-align:center}.modalUpload .MuiCard-root .MuiCardContent-root label .dragArea{background-color:#fafafa;border:1px dashed #277baa;padding:2em}.modalUpload .MuiCard-root .MuiCardContent-root label .dragArea svg{color:#277baa;font-size:5em;opacity:.4}.modalUpload .MuiCard-root .MuiCardContent-root label .dragArea .MuiTypography-root{opacity:.4}.modalUpload .MuiCard-root .MuiCardContent-root label .dragOver .MuiTypography-root,.modalUpload .MuiCard-root .MuiCardContent-root label .dragOver svg,.modalUpload .MuiCard-root .MuiCardContent-root:hover .dragArea .MuiTypography-root,.modalUpload .MuiCard-root .MuiCardContent-root:hover .dragArea svg{opacity:1}.modalUpload .MuiCardActions-root{height:50px;justify-content:flex-end}.modalUpload .MuiCardActions-root .MuiButton-root{background-color:#277baa}.modalUpload .MuiCardActions-root .MuiButton-root .MuiTypography-root{color:#fff;text-transform:none}.modalUpload .MuiCardActions-root .MuiButton-root:hover .MuiTypography-root{font-weight:600;text-decoration:underline}.modalUpload .MuiCardActions-root .Mui-disabled{background-color:#d3d3d3;cursor:not-allowed;pointer-events:auto}.modalUpload .MuiCardActions-root .Mui-disabled:hover .MuiTypography-root{text-decoration:none}@media screen and (max-width:899px){.modalUpload .MuiCard-root .MuiCardContent-root{min-width:300px}.modalUpload .MuiCard-root .MuiCardContent-root .fileUpload .uploadedImage img{width:220px}.modalUpload .MuiCard-root .MuiCardContent-root label .dragArea .MuiTypography-root{font-size:.8em}}.MuiTooltip-popper .MuiTooltip-tooltip{background-color:#277baa;color:#fff;font-weight:600}.MuiTooltip-popper .MuiTooltip-arrow{color:#277baa}.prenotaAppuntamento .formPrenotazione{padding:0 1em}.prenotaAppuntamento .formPrenotazione .MuiTypography-h3{background-color:#277baa;color:#fff;font-size:1em;margin-bottom:1em}.prenotaAppuntamento .formPrenotazione .Mui-checked{color:#277baa}.prenotaAppuntamento .formPrenotazione .disabledCheckbox{color:rgba(0,0,0,.259);cursor:not-allowed}.prenotaAppuntamento .formPrenotazione .MuiButton-root .MuiTypography-root{text-transform:none}.prenotaAppuntamento .formPrenotazione .MuiButton-root:hover .MuiTypography-root{font-weight:600;text-decoration:underline}.prenotaAppuntamento .formPrenotazione .MuiButton-outlined{border-color:#277baa}.prenotaAppuntamento .formPrenotazione .MuiButton-outlined .MuiTypography-root{color:#277baa}.prenotaAppuntamento .formPrenotazione .MuiButton-contained{background-color:#277baa}.prenotaAppuntamento .formPrenotazione .MuiButton-contained .MuiTypography-root{color:#fff}.prenotaAppuntamento .formPrenotazione .disabledButton{background-color:rgba(0,0,0,.122);box-shadow:none;cursor:not-allowed}.prenotaAppuntamento .formPrenotazione .disabledButton .MuiTypography-root{color:#000}.prenotaAppuntamento .formPrenotazione .Mui-required{display:flex;flex-direction:row-reverse;justify-content:left}.prenotaAppuntamento .formPrenotazione .Mui-required .MuiFormLabel-asterisk{color:#e41514;font-size:1.2em;margin-right:5px}.prenotaAppuntamento .dettaglioCpi svg{width:150px}.prenotaAppuntamento .prenotazioneCompletata{border:2px solid #277baa;border-radius:25px;box-shadow:5px 5px 10px #4f4f4f;display:grid;justify-content:center;margin:0 auto;padding:2em;width:400px}.prenotaAppuntamento .prenotazioneCompletata svg{margin:auto;width:10em}.prenotaAppuntamento .prenotazioneCompletata .label{color:#008758;font-size:1.4em;font-weight:600;line-height:1.2;margin:1em 0;text-align:center}.prenotaAppuntamento .prenotazioneCompletata a{text-align:center}.prenotaAppuntamento .prenotazioneCompletata a .MuiButton-root{background-color:#277baa;border-radius:5px;height:50px}.prenotaAppuntamento .prenotazioneCompletata a .MuiButton-root .MuiTypography-root{color:#fff;font-weight:600;text-transform:none}.prenotaAppuntamento .prenotazioneCompletata a:hover .MuiButton-root .MuiTypography-root{font-weight:600;text-decoration:underline}@media screen and (max-width:899px){.prenotaAppuntamento .formPrenotazione{padding:0}.prenotaAppuntamento .prenotazioneCompletata{width:250px}.prenotaAppuntamento .prenotazioneCompletata svg{width:6em}.prenotaAppuntamento .prenotazioneCompletata .label{font-size:1em}}.customDrawer .MuiDrawer-paper{width:60%}.customDrawer .MuiDrawer-paper .headerDrawer{align-items:center;background-color:#277baa;flex-direction:row;height:65px;justify-content:space-between}.customDrawer .MuiDrawer-paper .headerDrawer .gammaCromatica{align-content:space-between;display:grid;height:100%}.customDrawer .MuiDrawer-paper .headerDrawer .gammaCromatica svg{width:100%}.customDrawer .MuiDrawer-paper .headerDrawer .gammaCromatica .title{align-items:center;flex-direction:row}.customDrawer .MuiDrawer-paper .headerDrawer .gammaCromatica .title .MuiIconButton-root{margin-left:.5em;margin-right:0}.customDrawer .MuiDrawer-paper .headerDrawer .gammaCromatica .title .MuiIconButton-root svg{color:#fff;font-size:1rem;width:auto}.customDrawer .MuiDrawer-paper .headerDrawer .gammaCromatica .title .MuiTypography-root{color:#fff;margin:1em 1.5em;text-transform:uppercase}.customDrawer .MuiDrawer-paper .headerDrawer .MuiIconButton-root{margin-right:.5em}.customDrawer .MuiDrawer-paper .headerDrawer .MuiIconButton-root svg{color:#fff}.customDrawer .MuiDrawer-paper .headerDrawer .MuiIconButton-root:hover{border:1px solid #fff}@media screen and (max-width:899px){.customDrawer .MuiDrawer-paper{width:100%}}.empty{display:grid;justify-content:center;padding:2em}.empty svg{margin-bottom:1em;width:10em}.empty .MuiTypography-root{text-align:center}.errorPage{align-items:center;display:flex;justify-content:center;margin-top:150px}.errorPage svg{width:400px}.errorPage .MuiTypography-root{color:#000;font-size:2rem;font-weight:500;text-align:center;width:250px}@media screen and (max-width:899px){.errorPage{display:grid}.errorPage svg{margin:auto auto 25px;width:200px}.errorPage .MuiTypography-root{font-size:1.5rem;width:100%}}.footer{color:#277baa;margin-top:2em;padding:0 2em}.footer .MuiTypography-root{font-size:.8rem}.footer .lineaBlu{border-color:#277baa;border-width:12px;margin-bottom:25px}.footer .logo svg{width:12em}.footer .recapiti .MuiGrid-container{padding-left:64px}.footer .recapiti .MuiGrid-container .regioneLiguria{font-weight:900}.footer .privacy .MuiGrid-item,.footer .recapiti .MuiGrid-container .MuiGrid-item{padding-top:5px}.footer .privacy .MuiGrid-item .MuiTypography-root{text-align:center}.footer .privacy a{text-decoration:none}.footer .privacy a .MuiTypography-root{color:#277baa}.footer .privacy a:hover{text-decoration:underline;text-decoration-color:#277baa}.footer .privacy a:hover .MuiTypography-root{font-weight:700}.footer .realizzazione .MuiGrid-item{display:flex;justify-content:center;padding-top:5px}.footer .realizzazione svg{width:10em}.footer .fondi .MuiGrid-item{display:flex;justify-content:center;padding-top:5px}.footer .fondi svg{width:15em}@media screen and (max-width:899px){.footer{padding:0 1em 1em}.footer .MuiGrid-item{display:flex;justify-content:center}.footer .recapiti .MuiGrid-container{padding-left:0}.footer .logo,.footer .privacy,.footer .realizzazione,.footer .recapiti{margin-bottom:2em}.footer .fondi svg{width:15em}}.girandolaSpinner{display:flex;height:100%;justify-content:center}.girandolaSpinner svg{animation:spinningAnimation 1.4s linear infinite;width:100px}@keyframes spinningAnimation{to{transform:rotate(1turn)}}.header{display:grid}.header .MuiAppBar-root{left:2em;position:relative;width:calc(100% - 4em);z-index:1}.header .MuiAppBar-root .MuiToolbar-root{background-color:#277baa;min-height:48px}.header .MuiAppBar-root .MuiToolbar-root .MuiIconButton-root svg{color:#fff}.header .MuiAppBar-root .MuiToolbar-root .MuiIconButton-root:hover{background-color:#fff}.header .MuiAppBar-root .MuiToolbar-root .MuiIconButton-root:hover svg{color:#277baa}.header .MuiAppBar-root .MuiToolbar-root .MuiTypography-h1{font-size:1rem;font-weight:700;text-transform:uppercase}.header .MuiAppBar-root .MuiToolbar-root .MuiTypography-h1 a{color:#fff;text-decoration:none}.header .MuiAppBar-root .MuiToolbar-root .MuiTypography-h1 a:hover{text-decoration:underline}.header .MuiAppBar-root .MuiToolbar-root a{text-decoration:none}.header .MuiAppBar-root .MuiToolbar-root a .loginButton{background-color:#fff;border-radius:5px;color:#277baa}.header .MuiAppBar-root .MuiToolbar-root a .loginButton .MuiButton-startIcon{margin-right:5px}.header .MuiAppBar-root .MuiToolbar-root a .loginButton .MuiButton-startIcon svg{border:1px solid #277baa;border-radius:50%;font-size:16px}.header .MuiAppBar-root .MuiToolbar-root a .loginButton .MuiTypography-root{font-size:14px;font-weight:700}.header .MuiAppBar-root .MuiToolbar-root a .loginButton:hover .MuiTypography-root{text-decoration:underline;text-decoration-color:#277baa}.header .MuiAppBar-root .MuiToolbar-root .userInfoAvatar{background-color:#fff;color:#277baa}.header .logoApp{left:0;padding-left:3em;padding-top:1em}.header .logoApp svg{width:15em}.userMenu li{justify-content:center}.userMenu li .MuiTypography-root{color:#277baa;font-weight:600}.userMenu .nomeCognome,.userMenu .nomeCognome .MuiTypography-root{color:#c8378b}.drawerHeaderMenu .MuiDrawer-paper{width:400px}.drawerHeaderMenu .MuiDrawer-paper .MuiBox-root{border-bottom:1px solid #f0f0f0;padding:2em 1em 1em 2em}.drawerHeaderMenu .MuiDrawer-paper .MuiBox-root .MuiButton-root svg{width:15em}.drawerHeaderMenu .MuiDrawer-paper .MuiBox-root .MuiButton-root:hover{background-color:transparent}.drawerHeaderMenu .MuiDrawer-paper .MuiBox-root .MuiButton-root:hover svg{border-bottom:1px solid #277baa}.drawerHeaderMenu .MuiDrawer-paper .MuiBox-root .MuiIconButton-root{color:#277baa;height:40px}.drawerHeaderMenu .MuiDrawer-paper .MuiBox-root .MuiIconButton-root:hover{background-color:#277baa;color:#fff}.drawerHeaderMenu .MuiDrawer-paper .MuiButton-root{justify-content:start;padding:1em 2em}.drawerHeaderMenu .MuiDrawer-paper .MuiButton-root .MuiTypography-root{color:#277baa;font-weight:600}.drawerHeaderMenu .MuiDrawer-paper .MuiButton-root:first-child{padding:0}.drawerHeaderMenu .MuiDrawer-paper .MuiButton-root:hover{background-color:#277baa}.drawerHeaderMenu .MuiDrawer-paper .MuiButton-root:hover .MuiTypography-root{color:#fff;text-decoration:underline}.drawerHeaderMenu .MuiDrawer-paper .MuiAccordion-root{box-shadow:none;padding:0}.drawerHeaderMenu .MuiDrawer-paper .MuiAccordion-root .MuiAccordionSummary-root{margin:0 -5px;padding:0 1em 0 2em}.drawerHeaderMenu .MuiDrawer-paper .MuiAccordion-root .MuiAccordionSummary-root .MuiTypography-root{color:#277baa;font-weight:600;text-transform:uppercase}.drawerHeaderMenu .MuiDrawer-paper .MuiAccordion-root .MuiAccordionSummary-root .MuiSvgIcon-root{color:#277baa}.drawerHeaderMenu .MuiDrawer-paper .MuiAccordion-root .MuiAccordionSummary-root:hover{background-color:#277baa}.drawerHeaderMenu .MuiDrawer-paper .MuiAccordion-root .MuiAccordionSummary-root:hover .MuiTypography-root{color:#fff;text-decoration:underline}.drawerHeaderMenu .MuiDrawer-paper .MuiAccordion-root .MuiAccordionSummary-root:hover .MuiSvgIcon-root{color:#fff}.drawerHeaderMenu .MuiDrawer-paper .MuiAccordion-root .MuiAccordionDetails-root{display:grid;padding:0 2em 0 3em}.drawerHeaderMenu .MuiDrawer-paper .MuiAccordion-root .MuiAccordionDetails-root .MuiButtonBase-root{padding:1em .5em}.drawerHeaderMenu .MuiDrawer-paper .MuiAccordion-root .MuiAccordionDetails-root .MuiButtonBase-root .MuiTypography-root{color:#277baa;text-align:left}.drawerHeaderMenu .MuiDrawer-paper .MuiAccordion-root .MuiAccordionDetails-root .MuiButtonBase-root .MuiSvgIcon-root{color:#277baa}.drawerHeaderMenu .MuiDrawer-paper .MuiAccordion-root .MuiAccordionDetails-root .MuiButtonBase-root:hover .MuiSvgIcon-root,.drawerHeaderMenu .MuiDrawer-paper .MuiAccordion-root .MuiAccordionDetails-root .MuiButtonBase-root:hover .MuiTypography-root{color:#fff}@media screen and (max-width:899px){.header .MuiAppBar-root{left:1em;width:calc(100% - 2em)}.header .logoApp{padding-bottom:1em;padding-left:2em}.drawerHeaderMenu .MuiDrawer-paper{width:100%}}.Toastify__toast-theme--colored.Toastify__toast--info{background:#277baa}.Toastify__toast-theme--colored.Toastify__toast--success{background:#2b8427}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#d71083}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e41514}.pageNotFound{display:grid;justify-items:center}.pageNotFound .MuiBox-root{align-items:center;display:flex;justify-content:center;padding:0 0 3em}.pageNotFound .MuiBox-root svg{width:15em}.pageNotFound .MuiBox-root .MuiTypography-root{color:#c8378b;font-size:2em;font-weight:600;margin-left:20px}.pageNotFound a{text-decoration:none}.pageNotFound a .MuiButton-root{background-color:#277baa}.pageNotFound a .MuiButton-root .MuiTypography-root{text-transform:none}.pageNotFound a .MuiButton-root:hover{background-color:#fff;border:1px solid #277baa}.pageNotFound a .MuiButton-root:hover .MuiTypography-root{color:#277baa;font-weight:600;text-decoration:underline}@media screen and (max-width:899px){.pageNotFound .MuiBox-root{padding:2em}.pageNotFound .MuiBox-root svg{width:10em}.pageNotFound .MuiBox-root .MuiTypography-root{font-size:1.5em}}.sessionExpired{background-color:rgba(40,123,170,.502)!important;z-index:2}.sessionExpired .MuiCard-root .MuiCardContent-root .MuiTypography-root{font-size:1.5em;text-align:center}.sessionExpired .MuiCard-root .MuiCardContent-root .MuiButton-root{background-color:#277baa;margin:1em auto;width:40%}.sessionExpired .MuiCard-root .MuiCardContent-root .MuiButton-root svg{border:1px solid #fff;border-radius:50%;color:#fff}.sessionExpired .MuiCard-root .MuiCardContent-root .MuiButton-root .MuiTypography-root{color:#fff;text-transform:none}.sessionExpired .MuiCard-root .MuiCardContent-root .MuiButton-root:hover .MuiTypography-root{font-weight:600;text-decoration:underline}html,html body{background-color:#c8378b}html body{height:100%;margin:0}#root{background:#c8378b}#app,#root{height:100%}#app{background:#fff;margin:0 auto;max-width:1920px}#switchContent{padding:0 2.5%}h1{display:none}.MuiTypography-root{font-family:Titillium Web,Geneva,Tahoma,"sans-serif"!important}.Mui-focused.MuiInputLabel-outlined{background-color:#fff;padding-right:10px}.MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiPickersCalendarHeader-label{text-transform:capitalize}.MuiDateCalendar-root .MuiDateCalendar-viewTransitionContainer .MuiDayCalendar-monthContainer .MuiButtonBase-root.Mui-selected{background-color:#277baa}.MuiBackdrop-root{z-index:2}.MuiButton-root:focus,.MuiButtonBase-root:focus,.MuiIconButton-root:focus,.MuiSelect-select:focus,a:focus,button:focus,input:focus,textarea:focus{border:1px solid orange!important}@media screen and (max-width:899px){#switchContent{margin:auto;width:calc(100% - 2em)}}
/*# sourceMappingURL=main.fc5d1f25.css.map*/