.elementor-kit-3{--e-global-color-primary:#000000;--e-global-color-secondary:#00A371;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-643b4f6:#FFFFFF;--e-global-color-ec5a012:#000000;--e-global-color-1e7595a:#00A371;--e-global-color-24a596c:#009386;--e-global-color-cfcd4a7:#004A43;--e-global-color-0516cdd:#2FFFBF;--e-global-color-9f6eed7:#7ED899;--e-global-color-f40d1cd:#B2D78E;--e-global-color-e86cbb0:#7FBC43;--e-global-color-6591c4f:#35B15A;--e-global-color-0f21570:#B6FFF9;--e-global-color-7a2911f:#B8EBFF;--e-global-color-ede2d19:#006F9A;--e-global-color-a62ece6:#2C3C43;--e-global-color-4d72ca0:#734627;--e-global-color-2822298:#FBF4DE;--e-global-typography-primary-font-family:"Lora";--e-global-typography-primary-font-size:2em;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Lora";--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:600;background-image:url("https://app.co2libri.earth/wp-content/uploads/sites/2/2024/08/bg.svg");background-position:center center;background-repeat:no-repeat;background-size:cover;overscroll-behavior:contain;}.elementor-kit-3 e-page-transition{background-color:var( --e-global-color-cfcd4a7 );}.elementor-kit-3 a{color:var( --e-global-color-secondary );}.elementor-kit-3 button,.elementor-kit-3 input[type="button"],.elementor-kit-3 input[type="submit"],.elementor-kit-3 .elementor-button{border-style:solid;border-width:1px 1px 1px 1px;border-radius:30px 30px 30px 30px;}.elementor-kit-3 input:not([type="button"]):not([type="submit"]),.elementor-kit-3 textarea,.elementor-kit-3 .elementor-field-textual{color:var( --e-global-color-primary );accent-color:var( --e-global-color-secondary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-ec5a012 );border-radius:30px 30px 30px 30px;padding:10px 20px 10px 20px;}.elementor-kit-3 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-3 textarea:focus,.elementor-kit-3 .elementor-field-textual:focus{color:var( --e-global-color-secondary );accent-color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}@media(min-width:1025px){.elementor-kit-3{background-attachment:fixed;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700&family=Lora:wght@400;500;600;700&display=swap');

/* Larghezza pagina */
html, body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
 /* SCROLLBAR ----------------------------- */
/* width */
 ::-webkit-scrollbar {
		width: 6px;
 }
 /* Track */
 ::-webkit-scrollbar-track {
     box-shadow: inset 0 0 1px grey; 
     border-radius: 0px;
	 background: #FFFFFF00;
	 border: #FFFFFF00;
	 padding: 20px;
	 
 }
 /* Handle */
 ::-webkit-scrollbar-thumb {
     background: linear-gradient(#7ed899, #2fffbf);;
	 border-radius: 4px;
 }
 /* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: linear-gradient(#7ed899, #2fffbf);;
	  border-radius: 4px;
}

/* FONT */
/* Title */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', serif;
    color: var(--e-global-color-1e7595a);
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 3em !important;
    line-height: 1.3 !important;
    font-weight: 800;
}
h2 {
    font-size: 2.5em !important;
    line-height: 1.2 !important;
    font-weight: 700;
}
h3 {
    font-size: 2em !important;
    line-height: 1 !important;
    font-weight: 600;
}
h4 {
    font-size: 1.75em !important;
    line-height: 1 !important;
    font-weight: 500;
}
h5 {
    font-size: 1.5em !important;
    line-height: 1 !important;
    font-weight: 400;
}
h6 {
    font-size: 1.25em !important;
    line-height: 1 !important;
    font-weight: 300;
}

/* Stili per Tablet */
@media (max-width: 1024px) {
    h1 { font-size: 2.5em !important; }
    h2 { font-size: 2em !important; }
    h3 { font-size: 1.75em !important; }
    h4 { font-size: 1.5em !important; }
    h5 { font-size: 1.25em !important; }
    h6 { font-size: 1.1em !important; }
}

/* Stili per Mobile */
@media (max-width: 767px) {
    h1 { font-size: 1.5em !important; }
    h2 { font-size: 1.25em !important; }
    h3 { font-size: 1.1em !important; }
    h4 { font-size: 1em !important; }
    h5 { font-size: 0.9em !important; }
    h6 { font-size: 0.8em !important; }
}

/* FONT BODY */
p, body {
    font-family: 'Lato', sans-serif;
    font-size: 1em !important;
    line-height: 1.3em !important;
    font-weight: 300;
}

.body-bold {
    font-weight: 400;
}
.body-light {
    font-weight: 200;
}
.body-plus {
    font-size: 1.1em !important;
    font-weight: 400;
}
.body-small {
    font-size: 0.8em !important;
    font-weight: 200;
}

/* Stili per i link */
a {
    color: #FF9600;
    text-decoration: none;
    transition: color 0.5s ease;
}
a:hover {
    color: #003366;
}
a:visited {
    color: #551a8b;
}

/* Gradient Text */
.text-gradient {
    background: linear-gradient(90deg, #FF9600, #FF6E36, #FF4270, #FF3149, #FF1E1E, #922776, #3A127A, #00026F);
    background-size: 800% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientAnimation 10s linear infinite;
}

@keyframes gradientAnimation {
    0% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* BOX */
.box {
    background: #FFF;
    border-radius: 30px;
}
.shadow-box {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.line-box {
    border-top: 5px solid #fff;
    border-radius: 30px;
    transition: border-top 0.7s ease;
}
.line-box-hover-01:hover { border-top: 5px solid #ff9600; }
.line-box-hover-02:hover { border-top: 5px solid #ff6e36; }
.line-box-hover-03:hover { border-top: 5px solid #ff4270; }
.line-box-hover-04:hover { border-top: 5px solid #ff3149; }
.line-box-hover-05:hover { border-top: 5px solid #ff1e1e; }
.line-box-hover-06:hover { border-top: 5px solid #922776; }
.line-box-hover-07:hover { border-top: 5px solid #3a127a; }
.line-box-hover-08:hover { border-top: 5px solid #00026f; }
.line-box-hover-09:hover { border-top: 5px solid #005aba; }
.line-box-hover-10:hover { border-top: 5px solid #00ffff; }

/* Responsive Box */
@media (min-width: 1024px) {
    .box {
        padding: 40px;
        margin: 20px;
    }
}
@media (max-width: 767px) {
    .box {
        padding: 30px;
    }
    .section {
        padding-left: 1px;
        padding-right: 1px;
    }
}

/* Button */
  .custom-button {
  background: linear-gradient(45deg, var(--e-global-color-1e7595a), var(--e-global-color-cfcd4a7));
  border: 1px solid var(--e-global-color-cfcd4a7);
  color: white !important;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1,1em;
  font-family: 'Advent Pro', sans-serif;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 4px #0000001A;
  width: auto; /* Imposta la larghezza automatica basata sul contenuto */
  white-space: nowrap; /* Impedisce la rottura del testo su più righe */
}

.custom-button:hover {
  background: linear-gradient(45deg, var(--e-global-color-cfcd4a7), var(--e-global-color-cfcd4a7));
  border: 1px solid var(--e-global-color-cfcd4a7);
  color: #FFF !IMPORTANT;
  box-shadow: 0px 1px 2px #0000001A;
  transform: scale(0.95); /* Effetto shrink (diminuzione delle dimensioni) */
}

.dashboard {
    padding: 30px;
}
.body-container {
    height: 80vh; /* 100vh meno l'altezza di #top */
    padding: 30px;
    display: flex;
    flex-direction: column;
        overflow-y: scroll; /* Scroll verticale */
}/* End custom CSS */