.elementor-kit-2088{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFBEB;--e-global-color-text:#000000;--e-global-color-accent:#FFDF2B;--e-global-color-558d706:#FFFFFF;--e-global-color-637b8e5:#000000;--e-global-color-660de3b:#D1D1D1;--e-global-color-4720d54:#6D6D6D;--e-global-color-634e7bd:#5D5D5D;--e-global-color-458065c:#3D3D3D;--e-global-color-e8b4930:#EFEFEF;--e-global-color-ab941af:#989898;--e-global-color-b06503c:#525252;--e-global-color-5ad3699:#292929;--e-global-color-7026118:#FFDF2B;--e-global-color-45d3bdc:#FFFBEB;--e-global-color-d5e0103:#AC050D;--e-global-color-6f96d2b:#77C4D0;--e-global-color-79b9cd2:#F7F7F7;--e-global-typography-primary-font-family:"Commissioner";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Commissioner";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Commissioner";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Commissioner";--e-global-typography-accent-font-weight:500;--e-global-typography-5236836-font-family:"Commissioner";--e-global-typography-5236836-font-size:24px;--e-global-typography-5236836-font-weight:700;--e-global-typography-5236836-line-height:28px;background-color:var( --e-global-color-79b9cd2 );color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-2088 button,.elementor-kit-2088 input[type="button"],.elementor-kit-2088 input[type="submit"],.elementor-kit-2088 .elementor-button{background-color:var( --e-global-color-7026118 );font-family:"Commissioner", Sans-serif;font-size:16px;font-weight:700;text-decoration:none;line-height:24px;color:var( --e-global-color-primary );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-7026118 );border-radius:4px 4px 4px 4px;padding:8px 12px 8px 12px;}.elementor-kit-2088 button:hover,.elementor-kit-2088 button:focus,.elementor-kit-2088 input[type="button"]:hover,.elementor-kit-2088 input[type="button"]:focus,.elementor-kit-2088 input[type="submit"]:hover,.elementor-kit-2088 input[type="submit"]:focus,.elementor-kit-2088 .elementor-button:hover,.elementor-kit-2088 .elementor-button:focus{background-color:var( --e-global-color-558d706 );color:var( --e-global-color-primary );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-7026118 );}.elementor-kit-2088 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1328px;}.e-con{--container-max-width:1328px;--container-default-padding-top:20px;--container-default-padding-right:56px;--container-default-padding-bottom:20px;--container-default-padding-left:56px;}.elementor-widget:not(:last-child){margin-block-end:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1200px){.elementor-kit-2088{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:16px;--container-default-padding-right:16px;--container-default-padding-bottom:16px;--container-default-padding-left:16px;}}@media(max-width:720px){.elementor-kit-2088{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.pennellata-red {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.pennellata-red::before {
  content: "";
  position: absolute;
  left: -3%;
  top: -13px;
  width: 115%;
  height: 155%;
  background: #c6302c;
  z-index: -1;
  transform: rotate(0deg);
  clip-path: polygon(0% 20%, 95% 7%, 98% 100%, 2% 90%);
  border-radius: 2px;
}

.pennellata {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.pennellata::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  height: 95%;
  background: #ffdd00;
  z-index: -1;
  transform: rotate(0deg);
  clip-path: polygon(0% 25%, 100% 10%, 98% 100%, 2% 90%);
  border-radius: 2px;
}

  #floatingBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    transition: opacity 0.3s ease;
      opacity: 0;
      visibility: hidden;    
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
  }
  
  #floatingBtn.show {
  opacity: 1;
  visibility: visible;
}

/* Responsive fix */
@media (max-width: 768px) {
  .pennellata::before {
        top: -10% !important;
        height: 120% !important;
        /* min-height: 40px !important; */
        clip-path: polygon(0% 30%, 100% 15%, 98% 100%, 2% 95%);
  }
   .pennellata-red::before {
        left: -10px !important;
        top: -20px !important;
        width: 120% !important;
        max-width: 95vw !important;
        height: 165% !important;
        min-height: 50px;
        clip-path: polygon(0% 30%, 100% 15%, 98% 100%, 2% 95%);
        overflow: hidden;
   }
}

/*START TABLE*/
.table-wrap {
  overflow: auto;
  max-width: 100%;
  /*max-height: 400px;*/
  position: relative;
}

.sticky-table {
  border-collapse: collapse;
  min-width: 600px;
}

table.sticky-table tr:nth-child(even) td,
table.sticky-table tr:nth-child(even) th,
table.sticky-table tr:nth-child(odd) td,
table.sticky-table tr:nth-child(odd) th{
 background: #f7f7f7;
}


table.sticky-table th,
table.sticky-table td {
  padding: 12px 12px;
  border: 1px solid #ccc;
  white-space: nowrap;
  background: #fff;
  font-size: 16px;
}

table.sticky-table thead th {
  position: sticky;
  top: 0;
  color:#fff;
  font-weight: 600;
  vertical-align: middle;
}
table.sticky-table thead th:nth-child(1){
  background: #F7F7F7 !important;
}
table.sticky-table thead th:nth-child(2){
  background: #72b8bf;
  width: 120px;
  min-width: 120px;
}
table.sticky-table thead th:nth-child(3){
  background: #4da5af;
  width: 120px;
  min-width: 120px;
}
table.sticky-table thead th:nth-child(4){
  background: #25919d;
  width: 120px;
  min-width: 120px;
}
table.sticky-table thead th:nth-child(5){
  background: #007d8c;
  width: 120px;
  min-width: 120px;
}

table.sticky-table tbody th {
  position: sticky;
  left: 0;
  background: #fbfbfb !important;
  z-index: 10;
  min-width: 200px;
  white-space: normal;
  text-align: left;
  font-weight: normal;
 
}

table.sticky-table tr th.th-noBorder {
  position: sticky;
  left: 0;    
  z-index: 11;
  border-top: 0 !important;
  border-left:0  !important;
  background: #fbfbfb !important;
  color: #000 !important;
  text-align: left;
  font-weight: 600;
}

@media screen and (max-width: 600px){
    table.sticky-table tr th.th-noBorder {
      width:200px;
      max-width: 200px; 
      white-space: normal;  
    }   
    table.sticky-table tbody th {
        width:200px;
        max-width: 200px; 
    }
}
table.sticky-table tr td.icona-spunta{
    background-image: url('https://www.coopysfamily.it/wp-content/uploads/2025/07/Assicuriamo-Flag-verde.svg') !important;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
}

table.sticky-table tbody td {
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    white-space: normal;
}
/*END TABLE*/

@media screen and (max-width: 600px){
    
    img.inner-text {
        width:100%;
    }
}/* End custom CSS */