@charset "UTF-8";
.page-budget .gift-details,
.page-budget .football-details {
  display: none;
}
.page-budget #general-table {
  width: 80%;
  margin: 0 auto;
}
.page-budget .save-budget-version,
.page-budget .split-all-costs {
  line-height: 14px;
  padding: 0 5px !important;
}

/*
Template Name: mediasel
Author: Marcello
Email: marcello@carvisiglia.com
File: brand.css
*/
.brands input.mod,
#bible-table input.mod {
  border: solid 2px red;
}

.user-initials {
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  background: #ccc;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
}

/* Stile per i sottomenu */
.dropdown-menu .dropdown-submenu {
  position: relative;
}

.dropdown-menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 80%;
  margin-top: -1px;
}

.navbar.bg-white .invert {
  filter: invert(1);
  opacity: 1;
}

/*
Template Name: mediasel
Author: Marcello
Email: marcello@carvisiglia.com
File: dashboard.css

COLORI DELLA DASHBOARD PER LE CATEGORIE
"cinema": "#FF9CA6",  // ROSA
"tv": "#EDC948",      // GIALLO
"digital": "#58A14F", // VERDE
"radio": "#F28E2B",   // ARANCIONE
"stampa": "#C27BA0",  // VIOLA
"ooh": "#776453",     // MARRONE
"eventi": "#75B7B2"   // AZZURRO

*/
.rose {
  color: #ff9ca6;
}

.yellow {
  color: #edc948;
}

.green {
  color: #58a14f;
}

.orange {
  color: #f28e2b;
}

.purple {
  color: #c27ba0;
}

.brown {
  color: #776453;
}

.azure {
  color: #75b7b2;
}

.rose-bg {
  background-color: #ff9ca6;
}

.yellow-bg {
  background-color: #ffda66;
}

.green-bg {
  background-color: #617653;
}

.orange-bg {
  background-color: #f28e2b;
}

.purple-bg {
  background-color: #c27ba0;
}

.brown-bg {
  background-color: #776453;
  color: #fff;
}

.azure-bg {
  background-color: #00b0f0;
}

.gray-bg {
  background-color: #eee;
}

.default-bg {
  background: repeating-linear-gradient(44deg, #cecece, #cecece 8px, #acacac 8px, #acacac 16px);
}

#weekly-budget {
  width: 100%;
}
#weekly-budget tr {
  background-color: transparent !important;
}
#weekly-budget th {
  text-align: center;
}
#weekly-budget td {
  border-bottom: solid 1px #aaa;
  padding: 0 4px;
  height: 40px;
  line-height: 19px;
  position: relative;
}
#weekly-budget .brown-bg {
  color: #212529;
}

.end {
  border-right: solid 1px #aaa;
}

#monthly-budget td {
  border-right: solid 1px #ccc;
  text-align: center;
}

.page-dashboard #filter .col-3.my-5:not(:first-child),
.page-realtime-dashboard #filter .col-3.my-5:not(:first-child) {
  display: none;
}
.page-dashboard td,
.page-realtime-dashboard td {
  padding: 3px;
  position: relative;
}
.page-dashboard .total,
.page-realtime-dashboard .total {
  height: 31px;
  padding: 0;
}
.page-dashboard .total span,
.page-realtime-dashboard .total span {
  position: absolute;
}
.page-dashboard .total span:first-child,
.page-realtime-dashboard .total span:first-child {
  height: 25px;
  display: inline-block;
  background: #4e78a7;
  position: absolute;
  top: 3px;
  margin-right: 5px;
}
.page-dashboard .total span:nth-child(2),
.page-realtime-dashboard .total span:nth-child(2) {
  height: 25px;
  top: 0;
}
.page-dashboard .cost span,
.page-realtime-dashboard .cost span {
  position: absolute;
}
.page-dashboard .cost span:first-child,
.page-realtime-dashboard .cost span:first-child {
  height: 25px;
  display: inline-block;
  background: #4e78a7;
  position: absolute;
  top: 3px;
  margin-right: 5px;
}
.page-dashboard .percentage,
.page-realtime-dashboard .percentage {
  display: flex;
  padding: 0;
  width: 100%;
}
.page-dashboard .percentage span,
.page-realtime-dashboard .percentage span {
  height: 25px;
  text-align: center;
}
.page-dashboard .budget-percentage,
.page-realtime-dashboard .budget-percentage {
  display: flex;
  padding: 0;
  width: 100%;
}
.page-dashboard .budget-percentage span,
.page-realtime-dashboard .budget-percentage span {
  height: 25px;
  text-align: center;
}

#adv_budget .first-total,
#adv_budget .second-total {
  border-left: solid 2px #f00;
}
#adv_budget td:not(:first-child) {
  text-align: center;
}
#adv_budget td:nth-child(2) {
  font-weight: bold;
  text-align: right;
}
#adv_budget .perc,
#adv_budget .perccell {
  font-size: 13px;
  font-style: italic;
  vertical-align: middle;
  border-right: solid 1px #aaa;
}
#adv_budget .perc.red,
#adv_budget .perccell.red {
  border-right: solid 2px #f00;
}

.hovered {
  position: absolute;
  left: 10px;
  z-index: 2;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 1px 1px 5px #ccc;
  min-width: 300px;
}
.hovered.hovered-top {
  top: -120px;
  left: 10px;
}
.hovered.hovered-left {
  left: -220px;
}

.span-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 15px;
  font-size: 15px;
}

.first-day {
  transform: rotate(-90deg);
  white-space: nowrap; /* Evita il wrapping del testo */
  font-size: 13px;
  margin-bottom: 10px;
}

#table-working img {
  max-width: 100px;
  max-height: 60px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-dashboard-brand #filter .col-3.my-5:not(:nth-child(2)),
.page-realtime-brand #filter .col-3.my-5:not(:nth-child(2)) {
  display: none;
}
.page-dashboard-brand .semestre,
.page-realtime-brand .semestre {
  font-weight: bold;
  border-right: solid 1px #f00 !important;
  border-left: solid 1.5px #f00 !important;
}

.page-dashboard-budget #filter .col-3.my-5:not(:nth-child(1)),
.page-realtime-budget #filter .col-3.my-5:not(:nth-child(1)) {
  display: none;
}

.page-mensilizzazione #mensile,
.page-realtime-mensilizzazione #mensile {
  border-collapse: separate;
  border-spacing: 0;
}
.page-mensilizzazione #mensile th,
.page-realtime-mensilizzazione #mensile th {
  position: sticky;
  top: 67px;
  z-index: 2;
  background: #fff;
  border-bottom: solid 1px #000;
}

:root {
  --icon-size: 16px; /* Dimensione predefinita */
}

.swal2-icon {
  border: none;
}

.swal2-confirm.swal2-styled {
  background-color: #2a4c8b;
}

.bi-football::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 24 24' style='fill: currentColor;'%3E%3Cpath d='M19.071 4.929a9.936 9.936 0 0 0-7.07-2.938 9.943 9.943 0 0 0-7.072 2.938c-3.899 3.898-3.899 10.243 0 14.142a9.94 9.94 0 0 0 7.073 2.938 9.936 9.936 0 0 0 7.07-2.937c3.899-3.898 3.899-10.243-.001-14.143zM12.181 4h-.359c.061-.001.119-.009.18-.009s.118.008.179.009zm6.062 13H16l-1.258 2.516a7.956 7.956 0 0 1-2.741.493 7.96 7.96 0 0 1-2.746-.494L8 17.01H5.765a7.96 7.96 0 0 1-1.623-3.532L6 11 4.784 8.567a7.936 7.936 0 0 1 1.559-2.224 7.994 7.994 0 0 1 3.22-1.969L12 6l2.438-1.625a8.01 8.01 0 0 1 3.22 1.968 7.94 7.94 0 0 1 1.558 2.221L18 11l1.858 2.478A7.952 7.952 0 0 1 18.243 17z'%3E%3C/path%3E%3Cpath d='m8.5 11 1.5 4h4l1.5-4L12 8.5z'%3E%3C/path%3E%3C/svg%3E");
}

.bi-tv-old::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='bi bi-tv-old' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M20 6h-5.586l2.293-2.293-1.414-1.414L12 5.586 8.707 2.293 7.293 3.707 9.586 6H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2zM4 19V8h16l.002 11H4z'/%3E%3C/svg%3E");
  font-size: 1em;
  color: currentColor;
}

[class^=page-campagne] .mezzo.active,
[class^=page-campagne] .football-details {
  background-color: #f00 !important;
}
[class^=page-campagne] .scrollbar-top {
  width: 100%;
  overflow-x: auto;
  height: 20px; /* Altezza scrollbar */
}

.table-container {
  width: 100%; /* Occupa tutta la larghezza disponibile */
  overflow-x: auto; /* Abilita lo scroll orizzontale */
  white-space: nowrap; /* Impedisce il ritorno a capo delle celle */
}
.table-container table {
  width: -moz-max-content;
  width: max-content; /* Adatta la tabella al contenuto */
  border-collapse: collapse;
}
.table-container table.tablestriped tbody tr:nth-child(odd) {
  background-color: #eee;
}
.table-container table.tablestriped tbody tr:nth-child(odd) .sticky-col {
  background-color: #eee !important;
}
.table-container table.tablestriped tbody tr:nth-child(even) .sticky-col {
  background-color: #fff !important;
}
.table-container table.tablestriped thead tr .sticky-col, .table-container table.tablestriped tfoot tr .sticky-col {
  background-color: #c4c5ff !important;
}
.table-container table.zoomable-table {
  transform-origin: top left; /* Punto di riferimento per lo scaling */
  transition: transform 0.2s ease-in-out; /* Effetto fluido */
}
.table-container table thead,
.table-container table tfoot {
  position: sticky;
  z-index: 4;
  background-color: #c4c5ff;
}
.table-container table thead {
  top: 0;
}
.table-container table tfoot {
  bottom: 0;
}
.table-container table .sticky-col {
  position: sticky;
  z-index: 1;
  padding: 5px 0;
}
.table-container table .sticky-col-1 {
  left: 0;
  z-index: 2;
  cursor: grab;
}
.table-container table .sticky-col-1:active {
  cursor: grabbing;
}
.table-container table .sticky-col-2 {
  left: 100px; /* Regola questa larghezza in base alla larghezza della tua colonna */
  z-index: 2;
}
.table-container table .bg-focus {
  background-color: pink !important;
}
.table-container .modify {
  width: 100px;
  border: none;
  background-color: transparent;
  color: #000;
  pointer-events: none;
  text-align: center;
}
.table-container .modify.admin {
  border: solid 1px #ccc;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  pointer-events: all;
}
.table-container .modify.admin.rivalutabili, .table-container .modify.admin.nonriv {
  background-color: #eee;
}
.table-container .limited-text {
  max-width: 528px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: inline-block;
}

.ui-sortable-helper {
  cursor: grabbing !important;
}

#gift_total table td {
  line-height: 18px;
  vertical-align: middle;
}

.filter-button.active {
  background-color: #f00;
}

.page-crossection,
.page-index {
  text-transform: none !important;
}
.page-crossection .aforisma,
.page-index .aforisma {
  height: calc(100vh - 70px);
  background: linear-gradient(to right, #1e3c72, #2a5298);
  color: white;
}
.page-crossection .quote-box,
.page-index .quote-box {
  max-width: 70%;
  padding: 20px;
  border-radius: 10px;
  animation: fadeIn 2s ease-in-out;
}
.page-crossection .quote,
.page-index .quote {
  font-size: 3rem;
  font-style: italic;
  position: relative;
  font-family: "Merriweather", serif;
  text-transform: none;
}
.page-crossection .quoted::before,
.page-crossection .quoted::after,
.page-index .quoted::before,
.page-index .quoted::after {
  content: "“";
  font-size: 3rem;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
}
.page-crossection .quoted::before,
.page-index .quoted::before {
  left: -20px;
  top: -10px;
}
.page-crossection .quoted::after,
.page-index .quoted::after {
  content: "”";
  right: -20px;
  bottom: -10px;
}
.page-crossection .author,
.page-index .author {
  margin-top: 10px;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  opacity: 0.8;
  text-transform: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-crossection .highcharts-credits,
.page-index .highcharts-credits {
  display: none !important;
}

.icon-9::before {
  width: 9px;
  height: 9px;
}

.icon-10::before {
  width: 10px;
  height: 10px;
}

.icon-11::before {
  width: 11px;
  height: 11px;
}

.icon-12::before {
  width: 12px;
  height: 12px;
}

.icon-13::before {
  width: 13px;
  height: 13px;
}

.icon-14::before {
  width: 14px;
  height: 14px;
}

.icon-15::before {
  width: 15px;
  height: 15px;
}

.icon-16::before {
  width: 16px;
  height: 16px;
}

.icon-17::before {
  width: 17px;
  height: 17px;
}

.icon-18::before {
  width: 18px;
  height: 18px;
}

.icon-19::before {
  width: 19px;
  height: 19px;
}

.icon-20::before {
  width: 20px;
  height: 20px;
}

.icon-21::before {
  width: 21px;
  height: 21px;
}

.icon-22::before {
  width: 22px;
  height: 22px;
}

.icon-23::before {
  width: 23px;
  height: 23px;
}

.icon-24::before {
  width: 24px;
  height: 24px;
}

.icon-25::before {
  width: 25px;
  height: 25px;
}

.icon-26::before {
  width: 26px;
  height: 26px;
}

.icon-27::before {
  width: 27px;
  height: 27px;
}

.icon-28::before {
  width: 28px;
  height: 28px;
}

.icon-29::before {
  width: 29px;
  height: 29px;
}

.icon-30::before {
  width: 30px;
  height: 30px;
}

.icon-31::before {
  width: 31px;
  height: 31px;
}

.icon-32::before {
  width: 32px;
  height: 32px;
}

.icon-33::before {
  width: 33px;
  height: 33px;
}

.icon-34::before {
  width: 34px;
  height: 34px;
}

.icon-35::before {
  width: 35px;
  height: 35px;
}

.icon-36::before {
  width: 36px;
  height: 36px;
}

.icon-37::before {
  width: 37px;
  height: 37px;
}

.icon-38::before {
  width: 38px;
  height: 38px;
}

.icon-39::before {
  width: 39px;
  height: 39px;
}

.icon-40::before {
  width: 40px;
  height: 40px;
}

.icon-41::before {
  width: 41px;
  height: 41px;
}

.icon-42::before {
  width: 42px;
  height: 42px;
}

.icon-43::before {
  width: 43px;
  height: 43px;
}

.icon-44::before {
  width: 44px;
  height: 44px;
}

.icon-45::before {
  width: 45px;
  height: 45px;
}

.icon-46::before {
  width: 46px;
  height: 46px;
}

.icon-47::before {
  width: 47px;
  height: 47px;
}

.icon-48::before {
  width: 48px;
  height: 48px;
}

.icon-49::before {
  width: 49px;
  height: 49px;
}

.icon-50::before {
  width: 50px;
  height: 50px;
}

.icon-51::before {
  width: 51px;
  height: 51px;
}

.icon-52::before {
  width: 52px;
  height: 52px;
}

.icon-53::before {
  width: 53px;
  height: 53px;
}

.icon-54::before {
  width: 54px;
  height: 54px;
}

.icon-55::before {
  width: 55px;
  height: 55px;
}

.icon-56::before {
  width: 56px;
  height: 56px;
}

.icon-57::before {
  width: 57px;
  height: 57px;
}

.icon-58::before {
  width: 58px;
  height: 58px;
}

.icon-59::before {
  width: 59px;
  height: 59px;
}

.icon-60::before {
  width: 60px;
  height: 60px;
}

.icon-61::before {
  width: 61px;
  height: 61px;
}

.icon-62::before {
  width: 62px;
  height: 62px;
}

.icon-63::before {
  width: 63px;
  height: 63px;
}

.icon-64::before {
  width: 64px;
  height: 64px;
}

.icon-65::before {
  width: 65px;
  height: 65px;
}

.icon-66::before {
  width: 66px;
  height: 66px;
}

.icon-67::before {
  width: 67px;
  height: 67px;
}

.icon-68::before {
  width: 68px;
  height: 68px;
}

.icon-69::before {
  width: 69px;
  height: 69px;
}

.icon-70::before {
  width: 70px;
  height: 70px;
}

.icon-71::before {
  width: 71px;
  height: 71px;
}

.icon-72::before {
  width: 72px;
  height: 72px;
}

.icon-73::before {
  width: 73px;
  height: 73px;
}

.icon-74::before {
  width: 74px;
  height: 74px;
}

.icon-75::before {
  width: 75px;
  height: 75px;
}

.icon-76::before {
  width: 76px;
  height: 76px;
}

.icon-77::before {
  width: 77px;
  height: 77px;
}

.icon-78::before {
  width: 78px;
  height: 78px;
}

.icon-79::before {
  width: 79px;
  height: 79px;
}

.icon-80::before {
  width: 80px;
  height: 80px;
}

.text-9 {
  font-size: 9px;
}

.mw-9 {
  max-width: 9%;
}

.text-10 {
  font-size: 10px;
}

.mw-10 {
  max-width: 10%;
}

.text-11 {
  font-size: 11px;
}

.mw-11 {
  max-width: 11%;
}

.text-12 {
  font-size: 12px;
}

.mw-12 {
  max-width: 12%;
}

.text-13 {
  font-size: 13px;
}

.mw-13 {
  max-width: 13%;
}

.text-14 {
  font-size: 14px;
}

.mw-14 {
  max-width: 14%;
}

.text-15 {
  font-size: 15px;
}

.mw-15 {
  max-width: 15%;
}

.text-16 {
  font-size: 16px;
}

.mw-16 {
  max-width: 16%;
}

.text-17 {
  font-size: 17px;
}

.mw-17 {
  max-width: 17%;
}

.text-18 {
  font-size: 18px;
}

.mw-18 {
  max-width: 18%;
}

.text-19 {
  font-size: 19px;
}

.mw-19 {
  max-width: 19%;
}

.text-20 {
  font-size: 20px;
}

.mw-20 {
  max-width: 20%;
}

.text-21 {
  font-size: 21px;
}

.mw-21 {
  max-width: 21%;
}

.text-22 {
  font-size: 22px;
}

.mw-22 {
  max-width: 22%;
}

.text-23 {
  font-size: 23px;
}

.mw-23 {
  max-width: 23%;
}

.text-24 {
  font-size: 24px;
}

.mw-24 {
  max-width: 24%;
}

.text-25 {
  font-size: 25px;
}

.mw-25 {
  max-width: 25%;
}

.text-26 {
  font-size: 26px;
}

.mw-26 {
  max-width: 26%;
}

.text-27 {
  font-size: 27px;
}

.mw-27 {
  max-width: 27%;
}

.text-28 {
  font-size: 28px;
}

.mw-28 {
  max-width: 28%;
}

.text-29 {
  font-size: 29px;
}

.mw-29 {
  max-width: 29%;
}

.text-30 {
  font-size: 30px;
}

.mw-30 {
  max-width: 30%;
}

.text-31 {
  font-size: 31px;
}

.mw-31 {
  max-width: 31%;
}

.text-32 {
  font-size: 32px;
}

.mw-32 {
  max-width: 32%;
}

.text-33 {
  font-size: 33px;
}

.mw-33 {
  max-width: 33%;
}

.text-34 {
  font-size: 34px;
}

.mw-34 {
  max-width: 34%;
}

.text-35 {
  font-size: 35px;
}

.mw-35 {
  max-width: 35%;
}

.text-36 {
  font-size: 36px;
}

.mw-36 {
  max-width: 36%;
}

.text-37 {
  font-size: 37px;
}

.mw-37 {
  max-width: 37%;
}

.text-38 {
  font-size: 38px;
}

.mw-38 {
  max-width: 38%;
}

.text-39 {
  font-size: 39px;
}

.mw-39 {
  max-width: 39%;
}

.text-40 {
  font-size: 40px;
}

.mw-40 {
  max-width: 40%;
}

.text-41 {
  font-size: 41px;
}

.mw-41 {
  max-width: 41%;
}

.text-42 {
  font-size: 42px;
}

.mw-42 {
  max-width: 42%;
}

.text-43 {
  font-size: 43px;
}

.mw-43 {
  max-width: 43%;
}

.text-44 {
  font-size: 44px;
}

.mw-44 {
  max-width: 44%;
}

.text-45 {
  font-size: 45px;
}

.mw-45 {
  max-width: 45%;
}

.text-46 {
  font-size: 46px;
}

.mw-46 {
  max-width: 46%;
}

.text-47 {
  font-size: 47px;
}

.mw-47 {
  max-width: 47%;
}

.text-48 {
  font-size: 48px;
}

.mw-48 {
  max-width: 48%;
}

.text-49 {
  font-size: 49px;
}

.mw-49 {
  max-width: 49%;
}

.text-50 {
  font-size: 50px;
}

.mw-50 {
  max-width: 50%;
}

.text-51 {
  font-size: 51px;
}

.mw-51 {
  max-width: 51%;
}

.text-52 {
  font-size: 52px;
}

.mw-52 {
  max-width: 52%;
}

.text-53 {
  font-size: 53px;
}

.mw-53 {
  max-width: 53%;
}

.text-54 {
  font-size: 54px;
}

.mw-54 {
  max-width: 54%;
}

.text-55 {
  font-size: 55px;
}

.mw-55 {
  max-width: 55%;
}

.text-56 {
  font-size: 56px;
}

.mw-56 {
  max-width: 56%;
}

.text-57 {
  font-size: 57px;
}

.mw-57 {
  max-width: 57%;
}

.text-58 {
  font-size: 58px;
}

.mw-58 {
  max-width: 58%;
}

.text-59 {
  font-size: 59px;
}

.mw-59 {
  max-width: 59%;
}

.text-60 {
  font-size: 60px;
}

.mw-60 {
  max-width: 60%;
}

.text-61 {
  font-size: 61px;
}

.mw-61 {
  max-width: 61%;
}

.text-62 {
  font-size: 62px;
}

.mw-62 {
  max-width: 62%;
}

.text-63 {
  font-size: 63px;
}

.mw-63 {
  max-width: 63%;
}

.text-64 {
  font-size: 64px;
}

.mw-64 {
  max-width: 64%;
}

.text-65 {
  font-size: 65px;
}

.mw-65 {
  max-width: 65%;
}

.text-66 {
  font-size: 66px;
}

.mw-66 {
  max-width: 66%;
}

.text-67 {
  font-size: 67px;
}

.mw-67 {
  max-width: 67%;
}

.text-68 {
  font-size: 68px;
}

.mw-68 {
  max-width: 68%;
}

.text-69 {
  font-size: 69px;
}

.mw-69 {
  max-width: 69%;
}

.text-70 {
  font-size: 70px;
}

.mw-70 {
  max-width: 70%;
}

.text-71 {
  font-size: 71px;
}

.mw-71 {
  max-width: 71%;
}

.text-72 {
  font-size: 72px;
}

.mw-72 {
  max-width: 72%;
}

.text-73 {
  font-size: 73px;
}

.mw-73 {
  max-width: 73%;
}

.text-74 {
  font-size: 74px;
}

.mw-74 {
  max-width: 74%;
}

.text-75 {
  font-size: 75px;
}

.mw-75 {
  max-width: 75%;
}

.text-76 {
  font-size: 76px;
}

.mw-76 {
  max-width: 76%;
}

.text-77 {
  font-size: 77px;
}

.mw-77 {
  max-width: 77%;
}

.text-78 {
  font-size: 78px;
}

.mw-78 {
  max-width: 78%;
}

.text-79 {
  font-size: 79px;
}

.mw-79 {
  max-width: 79%;
}

.text-80 {
  font-size: 80px;
}

.mw-80 {
  max-width: 80%;
}

.text-bold {
  font-weight: bold;
}

html * {
  font-family: "oswald", arial, sans-serif;
  text-transform: uppercase;
}

.container-fluid,
.row,
.col {
  padding: 0;
  margin: 0;
}

.iconcrs {
  border: none;
}

body.swal2-height-auto.swal2-shown {
  height: 100% !important;
}

#bdgt_year {
  border: none;
  color: #212529;
  font-weight: 500;
}

#filter .dropdown {
  margin: 3rem 0;
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5647058824);
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 200px;
}

.page-mensilizzazione #filter .col-3.my-5,
.page-realtime-mensilizzazione #filter .col-3.my-5 {
  display: none;
}
.page-mensilizzazione #filter .col-3.my-5:nth-of-type(1), .page-mensilizzazione #filter .col-3.my-5:nth-of-type(3),
.page-realtime-mensilizzazione #filter .col-3.my-5:nth-of-type(1),
.page-realtime-mensilizzazione #filter .col-3.my-5:nth-of-type(3) {
  display: block;
}
.page-mensilizzazione .value,
.page-realtime-mensilizzazione .value {
  text-align: right;
}
.page-mensilizzazione .semestre,
.page-realtime-mensilizzazione .semestre {
  font-weight: bold;
  border-right: solid 1px #f00;
  border-left: solid 1px #f00;
}
.page-mensilizzazione #mensile tfoot,
.page-realtime-mensilizzazione #mensile tfoot {
  font-weight: bold;
}
.page-mensilizzazione #mensile tfoot td:not(:first-child),
.page-realtime-mensilizzazione #mensile tfoot td:not(:first-child) {
  text-align: center;
}
.page-mensilizzazione #mensile .brand,
.page-realtime-mensilizzazione #mensile .brand {
  font-weight: bold;
}

.page-login {
  background-image: url("../../assets/img/main-background.jpg");
  background-position: center;
  background-size: cover;
}

.bi-grip-vertical {
  cursor: grab;
}

.print-compact {
  font-size: 12px !important;
}/*# sourceMappingURL=style.css.map */