/*  Fonts  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,500;1,300;1,500&display=swap');


/* variabili comuni */
:root {
  --transDur: 0.3s;
  --luna-blue: #009bde;
}


/* colori versione light*/
:root[dataTheme="light"] {
  --background: #f1f1f0;
  --sfondo: #e6e5e5d7;
  --menu: #f1f1f0;
  --shadow: #8f9090;
  --primary-text: #040806;
  --shadowed-text: #040806d9;
  --selectorFocus: #040806;
  --menu-icon-hover: #2a2828;
  --folderHighlighted: #e3e2e2;
  --switch-circle-bg: #040806;
  --switch-circle-pos: -2.5em;
  --scrollbar: #9b9a9a;
  --scrollbar-hover: #666565;
  --three-dots-exporting-am5: black;
  --exporting-menu-bckgr: #d9d9d9;
  --button-opacity: 0.8;
  --companyLogo: url('index/Luna.svg');
}

/* colori versione dark*/
:root[dataTheme="dark"] {
  --background: #343131;
  --sfondo: #232121;
  --menu: #343131;
  --shadow: #040806;
  --primary-text: #f3f1f2;
  --shadowed-text: #f3f1f2d5;
  --selectorFocus: #f3f1f2;
  --menu-icon-hover: #c6e6f3;
  --folderHighlighted: #2a2828;
  --switch-circle-bg: #f3f1f2;
  --switch-circle-pos: -0.2em;
  --scrollbar: #757474;
  --scrollbar-hover: #939292;
  --three-dots-exporting-am5: white;
  --exporting-menu-bckgr: #343131;
  --button-opacity: 0.9;
  --companyLogo: url('index/Luna\(white\).svg');
}


/* SCROLLBAR */
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--scrollbar);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-hover);

}

::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

/* per non far venire un quadratino bianco all'intersezione di scrollbar x e y */



/* ----- GENERAL ----- */

html {
  overflow: scroll;
}

body {
  font-family: "Poppins", sans-serif;
  margin: auto;
  height: auto;
  background: var(--sfondo);
  overflow: auto;
}

i {
  margin: 0 auto;
  color: var(--primary-text);
}

/* icone Account e Login nei MiniFolder */

input {
  background-color: var(--background) !important;
  color: var(--primary-text);
  border-radius: 20px;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  text-indent: 0.5em;
  line-height: 1.40;
  width: auto;
  border: 1px solid var(--luna-blue);
  caret-color: var(--primary-text);
}


/* ----- TEXT ----- */
a {
  color: var(--primary-text);
}

h2 {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--primary-text);
  font-size: 16px;
  caret-color: transparent;
  margin: 0 auto;
  vertical-align: middle;
}

/* usato per Account e Login nei MiniFolder */

#cur_user {
  max-width: 8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* DEAFAULTS WIDGETS */
.blob_def {
  background-color: var(--background);
  border: 1px solid var(--luna-blue);
  border-radius: 30px;
  padding: 0 1em !important;
  text-align: center;
  vertical-align: middle;
  color: var(--primary-text);
  width: min-content !important;
  height: min-content !important;
}

.blob_def div {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: 0 0.5em;
}

/* titoli blob */

.blob_def span {
  line-height: 1.40;
  font-style: normal;
  font-size: 20px;
}

/* cifra blob */

.btext>* {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 500 !important;
  line-height: 1.40;
}

.button_def {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: var(--background);
  min-width: 5em;
  width: max-content !important;
  height: max-content !important;
  border-radius: 50px;
  border: 1px solid var(--luna-blue);
  padding: 0.3em 0.6em !important;
  margin: 0.3em !important;
  text-align: center;
  vertical-align: middle;
  color: var(--primary-text);
}

.button_def:hover {
  background-color: var(--luna-blue);
  color: var(--background);
}

.button_img_def {
  border-radius: 20px;
  border: 1px solid transparent;
  opacity: var(--button-opacity);
}

.button_img_def:hover {
  opacity: 1;
}

.text_def {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--primary-text);
  caret-color: transparent;
}

.text_def span {
  height: min-content;
  line-height: 18px;
}

.toggle_def {
  border-radius: 20px;
  border-color: var(--luna-blue);
  color: var(--primary-text);
}

.toggle_label {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  caret-color: transparent;
  color: var(--primary-text);
  margin: 0.5em;
  display: grid;
  grid-template-columns: auto;
  gap: 0.5em;
}

.line_def {
  border: solid 1px var(--primary-text);
}

.rect_def {
  border: solid 1px var(--primary-text);
  background: var(--sfondo);
}

input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  margin: auto 0;
  width: 1em;
  height: 1em;
  font: inherit;
  border: 1px solid var(--primary-text);
  border-radius: 4px;
  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  margin: 0.1em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--luna-blue);
  border-radius: 3px;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.DimName {
  color: var(--primary-text);
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  margin: 0 auto;
  width: min-content;
  height: min-content;
}

.dimSelector {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  background-color: var(--background);
  border-radius: 20px;
  border-color: var(--luna-blue);
  text-align: left;
  padding-left: 0.25em;
  color: var(--primary-text);
  min-height: 1.8em;
  height: min-content;
  width: min-content !important;
  min-width: 0;
}

.dimSelector:focus {
  box-sizing: border-box;
  border: 1px solid var(--selectorFocus) !important;
  outline: var(--selectorFocus);
}

.grid_titles {
  color: var(--primary-text);
}

/* ----- Menu ----- */
#Menu {
  position: fixed;
  height: auto;
  resize: none;
  transition: all var(--transDur);
  box-shadow: 3px 3px 3px var(--shadow);
  caret-color: transparent;
  overflow: auto;
  border-radius: 4px;
  background: var(--menu);
  max-height: 99%;
  z-index: 1000;
}

.openMenu {
  float: left;
  top: 0.15em;
}

.closedMenu {
  float: left;
  top: 0.15em;
}

/* sezione logo */
.MenuFolderLogo {
  list-style: none;
  height: auto;
  width: 100%;
  border-bottom: 1.5px solid var(--folderHighlighted);
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all var(--transDur) ease;
  transition: all var(--transDur) ease;
}

.logo-menu {
  content: var(--companyLogo);
  position: relative;
  max-width: 50%;
  margin: 0.5em 25%;
}

.logo {
  content: var(--companyLogo);
  float: right;
  bottom: 0.8em;
  right: 0.8em;
  position: fixed;
  opacity: 0.3;
  max-width: 7%;
}

/* sezione account/logout */
.MenuFolder0 {
  float: left;
  height: 4em;
  display: flex;
  columns: 3;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  text-align: center;
  width: 100%;
  border-bottom: 1.5px solid var(--folderHighlighted);
}

.MiniFolder {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 50%;
  height: 100%;
  align-items: center;
  align-self: center;
  justify-content: center;
  text-align: center;
}

.MiniFolder:first-of-type {
  border-right: 1.5px solid var(--folderHighlighted);
  height: 4em;
}

.MiniFolder:last-of-type {
  border-left: 1.5px solid var(--folderHighlighted);
  height: 4em;
}

.MiniFolder:hover {
  background: var(--folderHighlighted);
}

.MiniFolder span,
.far,
.fas {
  text-align: center;
  align-items: center;
  align-self: center;
  align-content: center;
  vertical-align: middle;
  justify-content: center;
  font-size: 14px;
}

/* ----- bottone di switch tema chiaro/scuro ----- */
.ThemeBox {
  display: flex;
  columns: 3;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  vertical-align: middle;
  caret-color: transparent;
}

#theme-switcher {
  background-color: var(--background);
  border-radius: 50px;
  border: 1.5px solid var(--folderHighlighted);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0;
  cursor: pointer;
  padding: 0;
  position: relative;
  height: 2.5em;
  width: 5em;
}

#theme-switcher::before {
  content: '';
  position: absolute;
  width: 2.3em;
  height: 2.3em;
  background-color: var(--switch-circle-bg);
  border-radius: 50%;
  z-index: 1;
  right: 0;
  transform: translateX(var(--switch-circle-pos));
}

#theme-switcher svg {
  z-index: 2;
}

#icon-moon {
  opacity: 0.35;
}

#icon-sun {
  opacity: 0.3;
}


/* barra colorata dell'hover sulle sezioni */
.bar {
  width: 0px;
  transition: width 0.50s;
  height: 3px;
  position: absolute;
  display: block;
  background: linear-gradient(to right, #0090de, #b8dcf4, #0090de);
  bottom: -1px;
  left: 0;
}


/* sezioni di menu riempite da Luna */
.MenuFolder1 {
  list-style: none;
  float: left;
  margin: 0;
  height: auto;
  border-bottom: 1.5px solid var(--folderHighlighted);
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all var(--transDur) ease;
  transition: all var(--transDur) ease;
}

.MenuFolder1:hover {
  background: var(--folderHighlighted);
}

.MenuFolder1:hover .bar {
  width: 100%;
}

.MenuFolder2 {
  list-style: none;
  float: left;
  margin: 0;
  left: 5%;
  height: auto;
  position: relative;
  width: 95%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all var(--transDur) ease;
  transition: all var(--transDur) ease;
}

.MenuFolder3 {
  list-style: none;
  float: left;
  margin: 0;
  left: 5%;
  height: auto;
  position: relative;
  width: 95%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all var(--transDur) ease;
  transition: all var(--transDur) ease;
}


.MenuHeader {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  color: var(--primary-text);
  font-size: 16px;
  margin: 0px 25px 0px 25px;
  padding: 8px 0 8px 0;
}

.MenuDes {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--primary-text);
  font-size: 15px;
  line-height: 1.70;
}


.MenuEntry1 {
  list-style: none;
}

.MenuEntry1 div {
  color: var(--primary-text);
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  padding: 6px 0 3px 30px;
  margin: 5px 10px 5px 0;
}

.MenuEntry1 div:hover {
  color: var(--luna-blue);
}

.MenuEntry2 {
  list-style: none;
}

.MenuEntry2 div {
  color: var(--primary-text);
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  padding: 3px 0 3px 30px;
  margin: 0 10px 5px 0;
}

.MenuEntry2 div:hover {
  color: var(--luna-blue);
}

.MenuEntry3 {
  list-style: none;
}

.MenuEntry3 div {
  color: var(--primary-text);
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  padding: 3px 0 3px 30px;
  margin: 0 10px 5px 0;
}

.MenuEntry3 div:hover {
  color: var(--luna-blue);
}

.MenuEntry4 {
  list-style: none;
}

.MenuEntry4 div {
  color: var(--primary-text);
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  padding: 3px 0 3px 30px;
  margin: 0 10px 5px 0;
}

.MenuEntry4 div:hover {
  color: var(--luna-blue);
}


/* freccia apri/chiudi menu */

#menuArrow {
  position: fixed;
  margin: 0.7em;
  transition: var(--transDur);
  z-index: 2000;
}

#openFolderArrow {
  margin-left: 15px;
}

.arrow {
  border: solid var(--luna-blue);
  border-width: 0 3px 3px 0;
  border-radius: 2px;
  padding: 3px;
  display: inline-block;
  cursor: pointer;
  caret-color: transparent;
  transition: var(--transDur);
}

.right {
  transform: rotate(-45deg) scale(1.3);
  -webkit-transform: rotate(-45deg) scale(1.3);
}

.left {
  transform: rotate(135deg) scale(1.3);
  -webkit-transform: rotate(135deg) scale(1.3);
}

.down {
  transform: rotate(45deg) translateY(-0.2em);
  -webkit-transform: rotate(45deg) translateY(-0.2em);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.close {
  left: 0%;
}

/* ----- Container (contenitore del browser e del report) ----- */
#Container {
  display: flex;
  flex-direction: row;
  position: absolute;
  float: right;
  right: 0%;
  height: min-content;
  align-items: center;
  transition: all var(--transDur);
  transition-delay: -0.1s;
  z-index: 100;
}

#Browser {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.7em;
  padding-left: 1em;
  height: min-content;
  width: 100%;
  z-index: 1000;
  caret-color: transparent;
}


/* Area grafici */
#Report {
  position: absolute;
  height: auto;
  width: auto;
  padding-top: 2em;
}

#ReportData1 {
  display: block;
  position: absolute;
  transition: opacity var(--transDur);
}

/* #ReportData2 {
  opacity: 0;
  position: relative;
  transition: opacity var(--transDur);
  height: auto;
  width: auto;
} non lo usiamo più, perchè non c'è alternanza tra 2 immagini raster */


/* ----- icona di wait ----- */

lv-circles.md {
  height: 100px;
  width: 100px;
}

.lv-circles div:before {
  content: "";
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #ffffff;
}

.lv-circles div:nth-child(1) {
  animation: lv-circles_move_1 1.2s infinite linear;
}

.lv-circles div:nth-child(2) {
  transform: rotate(30deg);
  opacity: 0.08;
  animation: lv-circles_move_2 1.2s infinite linear;
}

.lv-circles div:nth-child(3) {
  transform: rotate(60deg);
  opacity: 0.16;
  animation: lv-circles_move_3 1.2s infinite linear;
}

.lv-circles div:nth-child(4) {
  transform: rotate(90deg);
  opacity: 0.24;
  animation: lv-circles_move_4 1.2s infinite linear;
}

.lv-circles div:nth-child(5) {
  transform: rotate(120deg);
  opacity: 0.32;
  animation: lv-circles_move_5 1.2s infinite linear;
}

.lv-circles div:nth-child(6) {
  transform: rotate(150deg);
  opacity: 0.4;
  animation: lv-circles_move_6 1.2s infinite linear;
}

.lv-circles div:nth-child(7) {
  transform: rotate(180deg);
  opacity: 0.48;
  animation: lv-circles_move_7 1.2s infinite linear;
}

.lv-circles div:nth-child(8) {
  transform: rotate(210deg);
  opacity: 0.56;
  animation: lv-circles_move_8 1.2s infinite linear;
}

.lv-circles div:nth-child(9) {
  transform: rotate(240deg);
  opacity: 0.64;
  animation: lv-circles_move_9 1.2s infinite linear;
}

.lv-circles div:nth-child(10) {
  transform: rotate(270deg);
  opacity: 0.72;
  animation: lv-circles_move_10 1.2s infinite linear;
}

.lv-circles div:nth-child(11) {
  transform: rotate(300deg);
  opacity: 0.8;
  animation: lv-circles_move_11 1.2s infinite linear;
}

.lv-circles div:nth-child(12) {
  transform: rotate(330deg);
  opacity: 0.88;
  animation: lv-circles_move_12 1.2s infinite linear;
}


@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* sezione che gestisce l'aspetto dell'annotator sui grafici amcharts5 */
.__markerjs2_ {
  z-index: 2000 !important;
}

.__markerjs2_toolbar_colors {
  background-color: #706CB8 !important;
}

.__markerjs2_toolbox-button-row_colors {
  background-color: #706CB8 !important;
}

.__markerjs2_toolbar_active_button {
  background-color: #4b4880 !important;
}

.__markerjs2_toolbar_button:hover {
  background-color: #4b4880 !important;
}

.am5exporting-icon:focus,
.am5exporting-icon:hover,
.am5exporting-menu-open .am5exporting-icon {
  background: var(--exporting-menu-bckgr) !important;
}

.am5exporting-icon path {
  fill: var(--three-dots-exporting-am5) !important;
}

.am5exporting-list {
  background-color: var(--exporting-menu-bckgr) !important;
  border-color: var(--primary-text) !important;
}

.am5exporting-label-alt {
  color: var(--primary-text) !important;
}

#lilith_chart {
  background-color: green;
}

/* ----- MEDIA QUERY ----- */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #Menu {
    position: fixed;
    z-index: 1000;
  }

  .openMenu {
    left: 0.1em;
    width: 99%;
  }

  .closedMenu {
    width: 99%;
    left: -100%;
  }

  .open {
    left: 0.5%;
  }

  #ReportData1 {
    top: 2.8em;
    overflow: scroll !important;
  }

  #Container {
    position: fixed;
    z-index: 500;
  }

  .wide {
    width: 100%;
    left: 0%;
  }

  .resized {
    width: 99%;
    left: 0.5%;
  }

  #Browser {
    justify-content: space-evenly;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }

  body {
    font-size: 18px;
  }

  .MiniFolder span,
  .far,
  .fas {
    font-size: 17px;
  }

  h2 {
    font-size: 18px;
  }

  .MenuHeader {
    font-size: 18px;
  }

  .MenuDes {
    font-size: 17px;
  }

  .MenuEntry4 div {
    font-size: 17px;
  }

  .DimName {
    font-size: 12px !important;
  }

  .dimSelector {
    font-size: 12px !important;
  }

  .button_def {
    font-size: 12px !important;
  }

  .text_def {
    font-size: 12px !important;
  }

  .grid_titles {
    font-size: 12px !important;
  }

  .btitle {
    font-size: 12px !important;
  }

  .bsub1 {
    font-size: 10px !important;
  }

  .bsub2 {
    font-size: 10px !important;
  }

  .btext {
    font-size: 14px !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 769px) {
  #Menu {
    position: fixed;
    z-index: 1000;
  }

  .openMenu {
    left: 0.15em;
    width: 59%;
  }

  .closedMenu {
    width: 59%;
    left: -60%;
  }

  .open {
    left: 59.5%;
  }

  #Container {
    position: fixed;
    z-index: 500;
  }

  .wide {
    width: 100%;
    left: 0%;
  }

  .resized {
    width: 99%;
    left: 0.5%;
  }

  #Browser {
    justify-content: space-evenly;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  #ReportData1 {
    top: 2.8em;
    overflow: scroll !important;
  }

  body {
    font-size: 18px;
    overflow: scroll !important;
  }

  .MiniFolder span,
  .far,
  .fas {
    font-size: 17px;
  }

  h2 {
    font-size: 18px;
  }

  .MenuHeader {
    font-size: 18px;
  }

  .MenuDes {
    font-size: 17px;
  }

  .MenuEntry4 div {
    font-size: 17px;
  }

  .DimName {
    font-size: 14px !important;
  }

  .dimSelector {
    font-size: 14px !important;
  }

  .button_def {
    font-size: 14px !important;
  }

  .text_def {
    font-size: 14px !important;
  }

  .grid_titles {
    font-size: 14px !important;
  }

  .btitle {
    font-size: 14px !important;
  }

  .bsub1 {
    font-size: 12px !important;
  }

  .bsub2 {
    font-size: 12px !important;
  }

  .btext {
    font-size: 16px !important;
  }
}

/* Medium devices (landscape tablets, 769px and up) */
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .openMenu {
    left: 0.15em;
    width: 28%;
  }

  .closedMenu {
    width: 28%;
    left: -29%;
  }

  .open {
    left: 28.5%;
  }

  .resized {
    width: 71%;
    left: 28.5%;
  }

  .wide {
    width: 99%;
    left: 0.5%;
  }

  body {
    font-size: 17px;
  }

  #Browser {
    gap: 1.5em;
  }

  #ReportData1 {
    width: min-content !important;
    height: min-content !important;
    /* questi ultimi 2 param. aggiuti perchè Luna invia una dimensione troppo grande, che lascia un margine a dx e in basso che attiva la scrollbar. 
    Per evitare di far scrollare su un margine vuoto, fisso la dimensione alla minima possibile per accogliere il contenuto del pannello*/
  }

  .MiniFolder span,
  .far,
  .fas {
    font-size: 17px;
  }

  h2 {
    font-size: 17px;
  }

  .MenuHeader {
    font-size: 17px;
  }

  .MenuDes {
    font-size: 16px;
  }

  .MenuEntry4 div {
    font-size: 17px;
  }

  .DimName {
    font-size: 17px;
  }

  .dimSelector {
    font-size: 17px;
  }

  .button_def {
    font-size: 17px !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .open {
    left: 22.5%;
  }

  .openMenu {
    left: 0.15em;
    width: 22%;
  }

  .closedMenu {
    width: 22%;
    left: -23%;
  }

  .resized {
    width: 76.5%;
    left: 23%;
  }

  .wide {
    width: 99%;
    left: 0.5%;
  }

  #Browser {
    gap: 1.5em;
  }

  #ReportData1 {
    width: min-content !important;
    height: min-content !important;
    /* questi ultimi 2 param. aggiuti perchè Luna invia una dimensione troppo grande, che lascia un margine a dx e in basso che attiva la scrollbar. 
    Per evitare di far scrollare su un margine vuoto, fisso la dimensione alla minima possibile per accogliere il contenuto del pannello*/
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .open {
    left: 24.5%;
  }

  .openMenu {
    left: 0.15em;
    width: 24%;
  }

  .closedMenu {
    width: 24%;
    left: -25%;
  }

  .resized {
    width: 75%;
    left: 24.5%;
  }

  .wide {
    width: 99%;
    left: 0.5%;
  }

  .button_def {
    font-size: 15px !important;
  }

  #Browser {
    gap: 1.5em;
  }

  #ReportData1 {
    width: min-content !important;
    height: min-content !important;
    /* questi ultimi 2 param. aggiuti perchè Luna invia una dimensione troppo grande, che lascia un margine a dx e in basso che attiva la scrollbar. 
    Per evitare di far scrollare su un margine vuoto, fisso la dimensione alla minima possibile per accogliere il contenuto del pannello*/
  }
}