/* 
Theme Name: Hello Elementor Metaping Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* METAPING CALENDARIO FISCALE SHORTCODE Accordion styles */
.metaping-tabs input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .metaping-tabs {
    border-radius: 0;
    overflow: hidden;
    /*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
  }
  .metaping-tab {
    width: 100%;
    overflow: hidden;
  }
  .metaping-tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    /* Icon */
    cursor: pointer;
  }
  .metaping-tab-label:hover {
    background: #ececec;
  }
  .metaping-tab-label::after {
    /* QUESTA È L'ICONA PER L'ACCORDION 
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
    */
  }
  .metaping-tab-container {
    /*
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
    */
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0,0,0,0.5);
  }
  .metaping-tab-content {
    position: absolute;
    z-index: 10001;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 20px;
    margin: 0 auto;
    max-width: 800px;
    max-height: 100vh;
    overflow-y: scroll;
    background-color: white;
  }
  .metaping-tab-content .closebutton {
    position: sticky;
    z-index: 2;
    top: 0;
    width: 100%;
    background-color: #ececec;
  }
  .metaping-tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    cursor: pointer;
  }
  .metaping-tab-close:hover {
    /* background: #1a252f; */
  }
  input:checked + .metaping--label {
    /* background: #1a252f; */
  }
  input:checked + .metaping-tab-label::after {
    transform: rotate(90deg);
  }
  input:checked ~ .metaping-tab-container {
    /*max-height: 80vh;
    overflow: scroll;*/
    padding: 1em;
    display: block;
  }

/* SKIN RASSEGNA */
@media screen and (min-width: 800px){
  .metaping-tab-content .text {
    columns: 2;
  }
}
/* SKIN CALENDARIO */
.metaping-calendar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.metaping-calendar .metaping-tab {
  padding: .5rem;
  border: 1px solid #ececec;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 25%;
  min-width: 120px;
  background-color: white;
}
.metaping-tab-content .metaping-calendar-day-scadenza {
    padding: 1em 0;
}
.metaping-tab-content .metaping-calendar-day-scadenza h4 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 1.2rem;
}