@charset "UTF-8";
/* CSS Document 
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');*/
/* nunito-200 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
  src:
    url("../font/nunito-v31-latin_latin-ext-200.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url("../font/nunito-v31-latin_latin-ext-200.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* nunito-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  src:
    url("../font/nunito-v31-latin_latin-ext-300.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url("../font/nunito-v31-latin_latin-ext-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* nunito-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src:
    url("../font/nunito-v31-latin_latin-ext-regular.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url("../font/nunito-v31-latin_latin-ext-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* nunito-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src:
    url("../font/nunito-v31-latin_latin-ext-700.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url("../font/nunito-v31-latin_latin-ext-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* nunito-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  src:
    url("../font/nunito-v31-latin_latin-ext-800.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url("../font/nunito-v31-latin_latin-ext-800.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
  font-family: "Nunito", sans-serif !important;
  color: #5f5f5f;
  /*overflow-x: hidden;*/
}
.nascondi {
  display: none !important;
}
.unauthorized {
  display: none !important;
}
.disabilita {
  pointer-events: none !important;
}
@keyframes spinner-b87k6z {
  to {
    transform: rotate(360deg);
  }
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: #00000094;*/
  background-color: rgba(124, 137, 161, 0.2);
  z-index: 99999;
}

.spinner_infinity {
  color: #357afe;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  box-shadow:
    20px 0px 0 0 rgba(53, 122, 254, 0.2),
    16.2px 11.8px 0 0 rgba(53, 122, 254, 0.4),
    6.2px 19px 0 0 rgba(53, 122, 254, 0.6),
    -6.2px 19px 0 0 rgba(53, 122, 254, 0.8),
    -16.2px 11.8px 0 0 #357afe;
  animation: spinner-b87k6z 1s infinite linear;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
}

#loadingEmailPDF {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#loadingEmailPDF::after {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
}
#loadingEmailPDF .loading {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -30px;
  margin-top: -30px;
}
#layoutAuthentication {
  background: url("../img/login-bg.svg") #f5f6fa no-repeat;
  background-position: bottom 50px left -150px;
}
#layoutAuthentication_content .login-brand img {
  height: 63px;
}
#layoutAuthentication_content .card {
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 18px 38px 0 rgba(0, 0, 0, 0.05);
}
#layoutAuthentication_content .card input {
  height: 48px;
}
.form-floating > label {
  padding: 0.75rem 0.75rem;
}
#layoutAuthentication_content .card .btn {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
}
#layoutAuthentication_content .card h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 300;
  color: var(--bs-blue);
}
#layoutAuthentication_content .card h2 strong {
  font-weight: 700;
  color: var(--bs-primary);
}

.navbar-brand img {
  height: 32px;
}
.navbar-text {
  /*font-weight: 700;*/
  color: var(--bs-primary);
  font-size: 1.6rem;
  line-height: 1;
}
.search {
  width: 35%;
}
.search input {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  font-size: 15px;
  padding-left: 0px;
}
.search input:focus {
  box-shadow: none;
  background-color: transparent;
}
/* 
.search .input-group::after {
  content: "\f002";
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  font-size: 18px;
  display: block;
  left: 0;
  top: 7px;
  font-weight: 300;
  font-size: 16px;
}
*/

.search #btnDirectSearch {
  margin-left: -35px;
  z-index: 9;
}
.nav-right a {
  text-align: center;
  margin: 0 10px;
}
.nav-right a span {
  display: block;
  font-size: 11px;
  color: #222;
  margin-top: -3px;
}
.nav-right .profile .dropdown-menu {
  border-radius: 10px;
  margin-top: -3px !important;
  border: 1px solid #f0f0f0;
  margin-left: -1px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0;
}
.nav-right .profile a {
  font-size: 13px;
  color: var(--bs-blue);
  font-weight: 700;
  margin-top: 3px;
  margin-right: 0px;
}
.nav-right .profile .user {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background: var(--bs-secondary);
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  color: var(--bs-blue);
  padding: 6.2px 0;
  margin-right: 5px;
}
.nav-right .profile .dropdown-menu a {
  font-size: 12px;
  padding: 7px 29px 7px 20px;
  color: #222;
  border-left: 2px solid #fff;
  transition: all 0.2s ease-out;
  margin: 0;
  font-weight: 400;
  text-align: left;
}
.nav-right .profile .dropdown-menu a:hover {
  border-left: 2px solid var(--bs-primary);
  color: var(--bs-primary);
}
#layoutSidenav_nav .sb-sidenav-menu li .btn-check {
  position: relative !important;
  display: none;
}
.sb-sidenav-light {
  background-color: #fff;
  color: #212529;
  box-shadow: 0 18px 20px 0 rgba(0, 0, 0, 0.1);
  border-right: 1px solid #dedede;
}
.topbar-divider {
  width: 0;
  border-right: 1px solid #e3e6f0;
  height: calc(4.375rem - 2.5rem);
  margin: auto 1rem;
}
.top-menu {
  padding: 0px;
  min-height: 50px;
}
.calendar {
  width: 245px;
  background: #326ce3;
  min-height: 50px;
}
.top-menu .navbar-nav .nav-item {
  margin: 0 5px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  position: relative;
}
.top-menu .navbar-nav .nav-item i {
  font-size: 16px;
}
.top-menu .navbar-nav .nav-item a {
  color: #fff;
  padding: 4px 10px;
  border-radius: 10px;
}
.top-menu .navbar-nav .nav-item a.active {
  color: var(--bs-secondary);
  background: #2f5ec9;
}
.top-menu .navbar-nav .nav-item a.show {
  color: var(--bs-secondary);
  background: #2f5ec9;
  border-radius: 10px;
}

.top-menu .navbar-nav .nav-item a.active + .pressSelBadge .ckPress::before {
  content: "\f046";
  color: #f6e275;
}

.top-menu .navbar-nav .dropdown-menu {
  border-radius: 10px;
  border: 0px solid #f0f0f0;
  box-shadow: 10px 12px 20px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  /*width: calc(100% - 245px) !important;
  margin-left: 245px !important;
  margin-left: 257px !important;*/
  margin-top: 5px;
  z-index: 9999;
  padding: 30px;
  background: #2f5ec9;
  animation: fade-in 300ms !important;
  width: max-content;
}

.top-menu .navbar-nav .dropdown-menu li {
  margin-bottom: 20px;
}

.top-menu .navbar-nav .megamenu {
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.top-menu .navbar-nav .megamenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.testo-titolo {
  margin-left: 5px;
}

#toolFilter,
#toolSummary,
#toolOCR,
#toolCut,
#toolTranslate {
  margin-right: 30px!important;
}

.top-menu .navbar-nav .dropdown-menu .btn {
  padding: 6px 7px 6px 12px;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  border: 0px !important;
  border-radius: 10px;
  line-height: 16px;
  color: #ffffffc4;
  display: inline-block;
  margin-bottom: 15px;
}
.top-menu .navbar-nav .dropdown-menu .btn-check:checked + .btn {
  color: #fff;
  background-color: #5884d9;
  border: 0px !important;
  font-weight: 600;
}
.top-menu .navbar-nav .dropdown-menu .qty {
  font-size: 9px;
  background: var(--bs-secondary);
  border-radius: 50px;
  padding: 1px 5px;
  font-weight: 400;
  color: var(--bs-blue);
  margin-left: 5px;
  vertical-align: bottom;
}
.top-menu .navbar-nav .dropdown-menu a {
  font-size: 13px;
  padding: 7px 29px 7px 20px;
  color: var(--bs-primary);
  border-left: 2px solid #fff;
  transition: all 0.2s ease-out;
}
.top-menu .navbar-nav .btn-check + .btn {
  color: #fff;
  background: none;
  border: 0px !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  margin: 0px 2px;
  padding: 4px 10px;
}
.top-menu .navbar-nav .btn-check + .btn .qty {
  font-size: 9px;
  border: 1px solid #ffffffd6;
  border-radius: 50px;
  padding: 0 4px;
  font-weight: 400;
  color: #ffffffd6;
  word-wrap: normal;
  background: none;
  vertical-align: text-top;
  margin-top: 3px;
  display: inline-block;
  line-height: 11.5px;
  margin-left: 3px;
}

.top-menu .navbar-nav .btn-check:checked + .btn {
  color: var(--bs-secondary);
  background: #2f5ec9;
  border-radius: 10px;
  border: 0px !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  margin: 0px 2px;
  padding: 4px 10px;
}

.top-menu
  .navbar-nav
  .btn-check:checked
  + .btn
  .pressSelBadge
  .ckPress::before {
  content: "\f046";
  color: #f6e275;
}

.top-menu .navbar-nav .btn-check:checked + .btn .qty {
  font-size: 9px;
  border: 1px solid var(--bs-secondary);
  border-radius: 50px;
  padding: 0 4px;
  font-weight: 400;
  color: #273479;
  word-wrap: normal;
  background: #f6e275;
  vertical-align: text-top;
  margin-top: 3px;
  display: inline-block;
  line-height: 11.5px;
  margin-left: 3px;
}

.top-menu
  .navbar-nav
  .btn-check:checked
  + .btn
  + .pressSelBadge
  .ckPress::before {
  content: "\f046";
  color: #f6e275;
}

.btn {
  border-radius: 10px;
}
.btn.btn-small {
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 15px;
}
.sticky-head {
  /*position: -webkit-sticky;
  position: sticky;
	top: 0;
	background: #fff;*/
  position: relative;
  z-index: 9;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 0px solid #d4d4d4;
}
#news-body.content {
  height: calc(100vh - 255.5px);
  overflow: auto;
  overflow-x: hidden;
}
#news-body.content.h-calc {
  height: calc(100vh - 217px);
}

#news-body.content.lettore {
  height: calc(100vh - 184px);
}

#nav-container-top {
  height: 0px;
}

.action-bar {
  background: #eff2fb;
  height: 42px;
  /*
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 9;*/
}
.sticky-head.is-pinned {
  /*box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .20);
  border-bottom: 0px solid #D4D4D4;*/
}
.sticky-head.is-pinned .stati.nav-tabs {
  /*display: flex;
  justify-content: space-between;*/
}
.sticky-head.is-pinned .stati.nav-tabs .nav-link {
  /* padding: 5px 10px;*/
}
.sticky-head.is-pinned .stati.nav-tabs .nav-link .stati-ico {
  /* display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  margin-bottom: 4px;*/
} /*
.sticky-head.is-pinned .stati.nav-tabs .nav-link .stati-ico i {
  font-size: 12px;
  display: none;
}*/
.nav-item .btn {
  font-size: 13px;
  font-weight: 700;
  border-radius: 0px;
  border: 0px;
  /* border-right: 1px solid #D4D4D4; */
  /* color: #444; */
  height: 42px;
  /* --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.375rem; */
}
.nav-item .btn i {
  color: var(--bs-primary);
  font-size: 14px;
  margin-right: 6px;
}
.nav-item .btn:active,
.nav-item .btn:focus {
  background: #fff;
  /* border-right: 1px solid #D4D4D4; */
}
/* .btn-group > :not(.btn-check:first-child) + .btn, .btn-group > .btn-group:not(:first-child) {
  margin-left: 0px;
} */

.nav-item .dropdown-menu {
  border-radius: 0px;
  margin-top: -3px !important;
  border-top: 0;
  margin-left: -1px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
}
.nav-item .dropdown-menu a {
  font-size: 13px;
  padding: 7px 35px 7px 20px;
  color: #222;
  border-left: 2px solid #fff;
  transition: all 0.2s ease-out;
}
.nav-item .dropdown-menu a i {
  margin-right: 5px;
}
.nav-item .dropdown-menu a:hover {
  border-left: 2px solid var(--bs-primary);
  color: var(--bs-primary);
}

.action-bar .btn {
  font-size: 13px;
  font-weight: 700;
  border-radius: 0px;
  border: 0px;
  border-right: 1px solid #d4d4d4;
  color: #444;
  height: 42px;
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.375rem;
}
.action-bar .btn i {
  color: var(--bs-primary);
  font-size: 14px;
  margin-right: 6px;
}
.action-bar .btn:active,
.action-bar .btn:focus {
  background: #fff;
  border-right: 1px solid #d4d4d4;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: 0px;
}
.action-bar .dropdown-menu {
  border-radius: 0px;
  margin-top: -3px !important;
  border-top: 0;
  margin-left: -1px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
}
.action-bar .dropdown-menu a {
  font-size: 13px;
  padding: 7px 35px 7px 20px;
  color: #222;
  border-left: 2px solid #fff;
  transition: all 0.2s ease-out;
}
.action-bar .dropdown-menu a i {
  margin-right: 5px;
}
.action-bar .dropdown-menu a:hover {
  border-left: 2px solid var(--bs-primary);
  color: var(--bs-primary);
}
.action-bar .addnew-btn {
  margin-top: 4px;
  height: 34px;
  border-radius: 10px;
  margin-right: 10px;
  border: 0px;
  color: var(--bs-blue);
  transition: all 0.4s ease-in-out;
}
.action-bar .addnew-btn i {
  color: var(--bs-blue);
}
.tab-stati-hide {
  border-bottom: 1px solid var(--bs-primary);
  padding: 7px 15px;
  justify-content: flex-end;
}
.manage-bar .collapse-stati {
  position: absolute;
  top: 35%;
  right: 20px;
}
.manage-bar .expand-stati {
  position: absolute;
  top: 42%;
  right: 20px;
}
.tab-stati-hide .stato-attivo {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  color: var(--bs-nav-tabs-link-active-color);
  margin-right: 30px;
}
.stati.nav-tabs {
  border-bottom: 1px solid var(--bs-primary);
  padding: 3px 15px 0;
}
.stati.nav-tabs .nav-link {
  color: #bfbfbf;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
.stati.nav-tabs .nav-link small {
  font-weight: 400;
}
.stati.nav-tabs .nav-link.active {
  color: #5f5f5f;
  border: 0px;
  border-bottom: 3px solid var(--bs-primary);
}
.stati.nav-tabs .nav-link .stati-ico {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 0 auto;
  padding: 6px;
  text-align: center;
  margin-bottom: 3px;
}
.stati.nav-tabs .nav-link.active .stati-ico {
  background: #ccc;
  color: #fff;
}
.stati.nav-tabs .nav-link .stati-ico i {
  font-size: 16px;
}
.stati.nav-tabs .nav-link.all .stati-ico {
  background-color: rgba(var(--bs-primary-rgb), 0.2);
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}
.stati.nav-tabs .nav-link.new .stati-ico {
  background-color: rgba(var(--bs-new-rgb), 0.2);
  color: var(--bs-new);
  border: 1px solid var(--bs-new);
}
.stati.nav-tabs .nav-link.production .stati-ico {
  background-color: rgba(var(--bs-production-rgb), 0.2);
  color: var(--bs-production);
  border: 1px solid var(--bs-production);
}
.stati.nav-tabs .nav-link.publish .stati-ico {
  background-color: rgba(var(--bs-publish-rgb), 0.2);
  color: var(--bs-publish);
  border: 1px solid var(--bs-publish);
}
.stati.nav-tabs .nav-link.reserved .stati-ico {
  background-color: rgba(var(--bs-reserved-rgb), 0.2);
  color: var(--bs-reserved);
  border: 1px solid var(--bs-reserved);
}
.stati.nav-tabs .nav-link.discarded .stati-ico {
  background-color: rgba(var(--bs-discarded-rgb), 0.2);
  color: var(--bs-discarded);
  border: 1px solid var(--bs-discarded);
}
.stati.nav-tabs .nav-link.all.active .stati-ico {
  background-color: rgba(var(--bs-primary-rgb), 1);
  color: #fff;
  border: 1px solid var(--bs-primary);
}
.stati.nav-tabs .nav-link.new.active .stati-ico {
  background-color: rgba(var(--bs-new-rgb), 1);
  color: #fff;
  border: 1px solid var(--bs-new);
}
.stati.nav-tabs .nav-link.production.active .stati-ico {
  background-color: rgba(var(--bs-production-rgb), 1);
  color: #fff;
  border: 1px solid var(--bs-production);
}
.stati.nav-tabs .nav-link.publish.active .stati-ico {
  background-color: rgba(var(--bs-publish-rgb), 1);
  color: #fff;
  border: 1px solid var(--bs-publish);
}
.stati.nav-tabs .nav-link.reserved.active .stati-ico {
  background-color: rgba(var(--bs-reserved-rgb), 1);
  color: #fff;
  border: 1px solid var(--bs-reserved);
}
.stati.nav-tabs .nav-link.discarded.active .stati-ico {
  background-color: rgba(var(--bs-discarded-rgb), 1);
  color: #fff;
  border: 1px solid var(--bs-discarded);
}

/* LAMBERTO 2024-08-01
	aggiunta div di notifica sopra i tab
*/

.pressLabel {
  font-size: 14px;
  color: white;
  cursor: pointer;
}

.app_offline {
  width: 26px;
  border: 0px solid darkred;
  text-align: center;
  font-size: 0.8em;
  color: darkred;
  border-radius: 10px;
  margin-left: -26px;
  font-weight: bold;
}

.usrModeLabel {
  display: unset !important;
  font-size: inherit !important;
}

.usrModeLabel:hover {
  color: var(--bs-primary) !important;
}

.nav-link .notifica {
  top: 2px;
  right: 0px;
  border: 0px solid black;
  padding: 0px 4px;
  border-radius: 10px;
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  position: absolute;
}

.nav-link .notleft {
  top: 2px;
  left: 0px;
  border: 0px solid black;
  padding: 0px 4px;
  border-radius: 10px;
  background-color: rgba(172, 22, 36, 1);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  position: absolute;
}

.nav-link .notright {
  top: 2px;
  right: 0px;
  border: 0px solid black;
  padding: 0px 4px;
  border-radius: 10px;
  background-color: rgba(11, 130, 82, 1);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  position: absolute;
}

.nav-link .notOrder {
  top: 2px;
  left: 0px;
  border: 0px solid black;
  padding: 0px 4px;
  border-radius: 10px;
  background-color: #d335fe;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  position: absolute;
}

.nav-link .notChanges {
  top: 2px;
  right: 0px;
  border: 0px solid black;
  padding: 0px 4px;
  border-radius: 10px;
  background-color: #357afe;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  position: absolute;
}

.nav-icoCont {
  display: flex;
  justify-content: center;
  width: 70px;
  position: relative;
  border: 0px solid black;
}

@keyframes lampeggia {
  0%,
  100% {
    opacity: 1;
    color: darkred;
    transform: scale(1.4);
  }
  50% {
    opacity: 0;
    color: #0d6efd;
    transform: scale(1);
  }
}

.lampeggiante {
  animation: lampeggia 1s infinite; /* durata di 1 secondo, ripetuta all'infinito */
}

.pressSelBadge {
  margin-left: 3px;
  display: inline-block;
  cursor: pointer;
}

.ckPress {
  border: 1px solid transparent;
  padding: 0px 3px;
}

.pressSelBadge:not(#multiSelPress):not(#multiSelWeb):not(#multiSelTV):not(
    #multiSelRadio
  )
  .ckPress:hover {
  /*background-color: lightgrey;*/
  border: 1px dashed #ffd701;
}

.ckPress::before {
  font-family: "FontAwesome" !important;
  content: "\f096";
  color: white;
  font-style: normal;
}

.newArt::before {
  font-family: "FontAwesome" !important;
  content: "\f0a3";
  color: #ffd701;
  font-style: normal;
  margin-right: 3px;
}

/* TERMINE IMPLEMENTAZIONE */

.accordion-item .accordion-header {
  color: #fff;
  background-color: var(--bs-primary);
  padding: 0px 20px 0px 39px;
  font-size: 17px;
  position: relative;
  z-index: 1;
}
#news-body.content.lettore .accordion-item .accordion-header {
  padding: 0px 20px 0px 19px;
}
.accordion-item .undo-order {
  position: absolute;
  right: 10px;
  font-size: 15px;
  color: #ffd701 !important;
  top: 6px;
  text-decoration: none;
  z-index: 9;
}

.accordion-item .accordion-button {
  color: #fff;
  background-color: var(--bs-primary);
  border-radius: 0px !important;
  padding: 4px 20px 4px 0px;
  font-size: 17px;
  text-transform: uppercase;
  box-shadow: none;
}
.accordion-button::after {
  filter: brightness(0) invert(1);
}
.accordion-item .accordion-header .accordion-button small {
  font-size: 12px;
  opacity: 1;
  display: block;
  margin-top: -1px;
  font-weight: 300;
  margin-right: 5px;
}
.accordion-item .accordion-header .accordion-button small.all {
  font-weight: 600;
}
.accordion-item .accordion-header .accordion-button small i {
  margin: 0;
  font-size: 7px;
  border: 1px solid #fff;
  border-radius: 50px;
  vertical-align: top;
  margin-top: 2.5px;
}
.accordion-item .accordion-header .accordion-button small.publish i {
  color: #27b27a;
}
.accordion-item .accordion-header .accordion-button small.new i {
  color: var(--bs-new);
}
.accordion-item .accordion-header .accordion-button small.production i {
  color: var(--bs-production);
}
.accordion-item .accordion-header .accordion-button small.reserved i {
  color: var(--bs-reserved);
}
.accordion-item .accordion-header .accordion-button small.discarded i {
  color: var(--bs-discarded);
}
.accordion-item {
  border: 0;
  border-top: 1px solid #fff !important;
}
.accordion-item .accordion-button i {
  font-size: 14px;
  margin: 0 10px;
}
.accordion-item .accordion-header .form-check input[type="checkbox"] {
  background-color: transparent;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  margin-top: 6px;
}
.accordion-item .accordion-header .form-check input[type="checkbox"]:checked {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23357AFE' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.accordion-body {
  padding: 0;
}
.lista-rassegna {
  border-radius: 0px;
}
/*.lista-rassegna h2 {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  color: #222;
}*/
.lista-rassegna .titolo_news {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  color: #222;
  display: block;
  line-height: 20.4px;
}
.lista-rassegna .list-group-item.large-font .titolo_news {
  font-size: 20px;
  line-height: 23.4px;
}
.lista-rassegna .list-group-item.small-font .titolo_news {
  font-size: 16px;
  line-height: 19.4px;
}
.lista-rassegna .list-group-item.medium-font .titolo_news {
  font-size: 17px;
  line-height: 20.4px;
}
.lista-rassegna .titolo_news .swap-article {
  vertical-align: text-top;
}
.lista-rassegna .list-group-item.compressed .titolo_news .swap-article {
  vertical-align: text-bottom;
}

.lista-rassegna .informazioni .swap-article i,
.lista-rassegna .titolo_news .swap-article i {
  border: 1px solid #2734798a;
  padding: 1.5px;
  font-size: 10px;
  border-radius: 4px;
  color: var(--bs-blue);
  margin-left: 5px;
  font-weight: 400;
  cursor: pointer;
}
.lista-rassegna .informazioni .swap-article i:hover,
.lista-rassegna .titolo_news .swap-article i:hover {
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
}
.lista-rassegna .informazioni .swap-article .color-id,
.lista-rassegna .titolo_news .swap-article .color-id {
  width: 8px;
  height: 16px;
  border: 1px solid #bebebe;
  border-radius: 3px;
  background: #fff;
  background-color: rgb(255, 255, 255);
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}
.lista-rassegna .titolo_news .copied-article {
  vertical-align: text-top;
}
.lista-rassegna .titolo_news .copied-article i {
  border: 1px solid #2734798a;
  padding: 1.5px;
  font-size: 10px;
  border-radius: 4px;
  color: var(--bs-blue);
  margin-left: 5px;
  font-weight: 400;
  cursor: pointer;
}

.lista-rassegna .testata,
.lista-rassegna .pagina,
.lista-rassegna .autore,
.lista-rassegna .argomento,
.lista-rassegna .dossier,
.lista-rassegna .tag,
.lista-rassegna .orario {
  font-size: 12.5px;
  font-weight: 400;
  position: relative;
  margin-right: 15px;
  color: #000;
  /*
	display: inline-block;
	width: 130px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; 
	*/
}
.lista-rassegna .autore {
  font-weight: 400;
}

.lista-rassegna .testata {
  text-transform: uppercase;
  font-weight: 700;
  color: #326ce3;
  /*color: #0054ff;*/
  font-size: 14px;
}

.compressed .testata {
  text-transform: uppercase;
  font-weight: 700;
  color: #326ce3;
  /*color: #0054ff;*/
  font-size: 14px;

  display: inline-block;
  width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  transition: width 0.3s ease;
  padding-right: 4px;
}

.compressed .pagina {
  display: inline-block;
  width: 36px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.compressed .autore {
  display: inline-block;
  width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  transition: width 0.3s ease;
  padding-right: 4px;
}

/*.lista-rassegna span:not(.titolo_news):not(.testo-titolo):not(.copied-article):not(.sezione):not(.ofAuthor):not(.swap-article):not(.swap-lists):not(.color-id):after {
.lista-rassegna span:not(.titolo_news):not(.testo-titolo):not(.copied-article):not(.sezione):not(.swap-lists):not(.titleProp):after {*/
.lista-rassegna span.testata:after,
.lista-rassegna span.pagina:after,
.lista-rassegna span.autore:after,
.lista-rassegna span.orario:after,
.lista-rassegna span.sezione:after,
.lista-rassegna span.dossier:after,
.lista-rassegna span.tag:after,
.lista-rassegna span.argomento:after {
  content: "";
  width: 1px;
  height: 8px;
  background: var(--bs-primary);
  position: absolute;
  top: 4px;
  right: -10px;
}

.lista-rassegna .compressed span.testata:after,
.lista-rassegna .compressed span.pagina:after,
.lista-rassegna .compressed span.autore:after {
  right: 0px !important;
}

.lista-rassegna .argomento:after {
  width: 0px;
}
.lista-rassegna .argomento {
  background: #cfe0ff;
  border-radius: 4px;
  padding: 0 5px;
  white-space: nowrap;
  font-size: 11px;
}
.lista-rassegna .argomento i {
  font-size: 10px;
}
.lista-rassegna .dossier {
  background: none;
  border-radius: 5px;
}
.lista-rassegna .dossier i {
  color: var(--bs-primary);
}
.lista-rassegna .tag {
  background: none;
  border-radius: 5px;
}
.lista-rassegna .tag i {
  color: var(--bs-primary);
}
.lista-rassegna .action-row {
  /*min-width: 220px;*/
  min-width: 160px;
}
.lista-rassegna .action-row.fastorder {
  min-width: 220px;
}
.lista-rassegna .action-row .btn {
  min-width: 30px;
  height: 30px;
  padding: 3px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.lista-rassegna .action-row .pos-button {
  border: 1px solid var(--bs-secondary) !important;
  pointer-events: none !important;
  color: #3e51b9;
  font-weight: 700;
  font-size: 14px !important;
  letter-spacing: -1px;
  padding-top: 4px;
}
.lista-rassegna .action-row .posnew-button,
.lista-rassegna .action-row .posnew-source-button {
  border: 1px solid var(--bs-secondary) !important;
  background: #fff6c7;
  color: #3e51b9;
  font-weight: 700;
  font-size: 14px !important;
  letter-spacing: -1px;
  padding-top: 4px;
}

.lista-rassegna .action-row .dossier-pin {
  padding: 0;
  margin-top: 9px;
  font-size: 13px;
  color: var(--bs-primary);
}
.lista-rassegna li {
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
  transition: background 0.2s ease-in-out;
  /*padding-top: 5px;
  padding-bottom: 5px;*/
}
.lista-rassegna li.compressed {
  padding-top: 3px;
  padding-bottom: 3px;
}
.lista-rassegna li.compressed .informazioni {
  display: flex;
  align-items: center;
  line-height: 19px;
}

.lista-rassegna li.compressed .informazioni .infoTitle {
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .lista-rassegna li.compressed .informazioni .infoTitle {
    display: table;
  }
}
/*.lista-rassegna li.compressed .informazioni h2 {
  font-size: 14px;
}*/
.lista-rassegna li.compressed .informazioni .titolo_news {
  font-size: 14px;
  display: inline;
  font-weight: 700;
  flex: 1;
}
.lista-rassegna .list-group-item.compressed.large-font .titolo_news {
  font-size: 15.5px;
}
.lista-rassegna .list-group-item.compressed.small-font .titolo_news {
  font-size: 12.5px;
}
.lista-rassegna .list-group-item.compressed.medium-font .titolo_news {
  font-size: 14px;
}
.lista-rassegna li.compressed .informazioni .testata {
  font-size: 12px;
}
.lista-rassegna .compressed .informazioni .testata,
.lista-rassegna .compressed .informazioni .pagina,
.lista-rassegna .compressed .informazioni .autore,
.lista-rassegna .compressed .informazioni .argomento,
.lista-rassegna .compressed .informazioni .dossier,
.lista-rassegna .compressed .informazioni .orario {
  white-space: nowrap;
}
.lista-rassegna .compressed .informazioni .orario i {
  display: none;
}
.lista-rassegna .compressed .action-row .btn {
  min-width: 30px;
  height: 26px;
  padding: 3px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  font-size: 14px;
}

.lista-rassegna li.checked-row {
  background: #ffef01e5 !important;
}
.lista-rassegna li .top-riga-articolo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lista-rassegna li .bottom-riga-articolo {
  padding-left: 51px;
  margin-top: 2px;
  display: none;
}
.lettore .lista-rassegna li .bottom-riga-articolo {
  padding-left: 30px;
}
.lista-rassegna li .bottom-riga-articolo .abstract {
  font-size: 15px;
  line-height: 20px;
  color: #222;
  margin-top: 5px;
  /*
	margin-bottom: 7px;
	white-space: break-spaces;
*/
}

.lista-rassegna .list-group-item.large-font .bottom-riga-articolo .abstract {
  font-size: 17px;
  line-height: 22px;
}
.lista-rassegna .list-group-item.small-font .bottom-riga-articolo .abstract {
  font-size: 13px;
  line-height: 18px;
}
.lista-rassegna .list-group-item.medium-font .bottom-riga-articolo .abstract {
  font-size: 15px;
  line-height: 20px;
}

.selected-row {
  /*background: #FFF6C6 !important;*/
  background: #ffdf36a6 !important;
}

.lista-rassegna li:hover {
  /* background: #FFF6C6; */
  background: #eff2fba1;
}

.lista-rassegna li.list-group-item::before {
  content: "";
  position: absolute;
  width: 8px;
  height: calc(100% - 2px);
  background: #fff;
  left: 0px;
  border-radius: 2px;
  opacity: 1;
  top: 1px;
}
#news-body.lettore .lista-rassegna li.list-group-item::before {
  background: none !important;
}
.lista-rassegna li.list-group-item.publish {
  /*background: #3cc28c0f;*/
}
/*.lista-rassegna li.list-group-item.publish:hover {
  background: #3cc28c1c;
}*/
.lista-rassegna li.list-group-item.publish::before {
  background: var(--bs-publish);
}
.lista-rassegna li.list-group-item.reserved::before {
  background: var(--bs-reserved);
}
.lista-rassegna li.list-group-item.discarded::before {
  background: var(--bs-discarded);
}
.lista-rassegna li.list-group-item.production::before {
  background: var(--bs-production);
}
.lista-rassegna li.list-group-item.new::before {
  background: var(--bs-new);
}
.lista-rassegna li .section-right {
  display: flex;
  flex: 0;
}
.lista-rassegna li .section-left {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
}

.lista-rassegna li .pdfMissed {
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  font-size: 0.8em;
  display: none;
  background-color: red;
  padding: 0px 4px;
  border-radius: 5px;
}

.lista-rassegna li .section-left .drag {
  color: #d3d3d3;
  margin-right: 8px;
}
.lista-rassegna li .section-left .selezione {
  margin-right: 5px;
}
.lista-rassegna .dropdown-menu {
  border-radius: 10px;
  margin-top: -3px !important;
  border: 1px solid #f0f0f0;
  margin-left: -1px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0;
}
.lista-rassegna .dropdown-menu a {
  font-size: 12px;
  padding: 7px 29px 7px 20px;
  color: #222;
  border-left: 2px solid #fff;
  transition: all 0.2s ease-out;
}
.lista-rassegna.dropdown-menu a i {
  margin-right: 5px;
}
.lista-rassegna .dropdown-menu a:hover {
  border-left: 2px solid var(--bs-primary);
  color: var(--bs-primary);
}
.dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  border: 0px;
  font-size: 9px;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.stati-dropdown.dropdown-menu i {
  font-size: 8px !important;
  vertical-align: middle;
  margin-top: -3px;
}

.highlight-btn {
  position: relative;
}
.highlight-btn .clr-field {
  width: 32px;
  height: 32px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0;
}
.highlight-btn .clr-field button {
  width: 15px !important;
  height: 15px !important;
}
.highlight-btn .clr-field input {
  font-size: 0;
  border: 0;
  background: none;
  width: 32px;
  height: 32px;
  padding: 0;
  cursor: default;
  outline: none;
  box-shadow: none;
}

.stati-select {
  width: 40px;
  background: #fff !important;
}
.stati-select i {
  font-size: 8px;
  vertical-align: middle;
  margin-top: -3px;
}
.stati-select i.publish,
.stati-dropdown.dropdown-menu i.publish {
  color: var(--bs-publish);
}
.stati-select i.reserved,
.stati-dropdown.dropdown-menu i.reserved {
  color: var(--bs-reserved);
}
.stati-select i.discarded,
.stati-dropdown.dropdown-menu i.discarded {
  color: var(--bs-discarded);
}
.stati-select i.production,
.stati-dropdown.dropdown-menu i.production {
  color: var(--bs-production);
}
.stati-select i.new,
.stati-dropdown.dropdown-menu i.new {
  color: var(--bs-new);
}
.view-button {
  border: 1px solid var(--bs-secondary) !important;
}
.view-button:hover {
  border: 1px solid var(--bs-secondary) !important;
  background: var(--bs-secondary) !important;
  color: var(--bs-blue) !important;
}
/* .sortable-list .list-group-item {
	cursor: move;
} */
.drag {
  cursor: move;
}
.drag i {
  transition: all 0.2s ease-out;
}
.drag i:hover {
  color: var(--bs-primary);
}
/*.list-group-item.dragging {
  opacity: 0.6;
}
.list-group-item.dragging :where(.section-left, .section-right) {
  opacity: 0;
}*/
.list-group-item.sortable-chosen {
  background: #fff !important;
}
.list-group-item.sortable-chosen :where(.section-left, .section-right) {
  opacity: 1;
}
.list-group-item.sortable-ghost :where(.section-left, .section-right) {
  opacity: 0.2;
}
.list-top {
  display: flex;
  padding: 5px 20px 5px 32px;
  justify-content: space-between;
  align-items: center;
}
.list-top.typelettore {
  padding: 5px 10px 5px 11px;
}
.list-top .selection label {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: var(--bs-primary);
}
.list-top .selection label input {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin-top: -1px;
  margin-right: 7px;
  border: 1px solid var(--bs-primary);
}
.list-top .save-order {
  border-radius: 6px;
  text-decoration: none;
  padding: 2px 7px !important;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--bs-secondary);
  color: var(--bs-blue);
}

.list-top .sorting {
  font-size: 12px;
  margin-right: 18px;
}
.list-top .sorting i {
  font-size: 14px;
  vertical-align: sub;
}
.list-top .sorting .btn {
  font-size: 12px;
  padding: 0;
  border: 0px;
  font-weight: 700;
  margin-top: -2px;
  margin-left: 5px;
}
.list-top .sorting .dropdown-menu a {
  font-size: 12px;
  padding: 7px 29px 7px 20px;
  color: #5f5f5f;
  border-left: 2px solid #fff;
  transition: all 0.2s ease-out;
}
.sb-sidenav-menu ul {
  padding: 0rem 1rem 0.75rem;
  list-style-type: none;
  height: calc(100vh - 282px);
  overflow: auto;
}
.sb-sidenav-menu li {
  margin: 3px 0;
}
.sb-sidenav-menu li .btn {
  padding: 5px 7px;
  text-align: left;
  font-size: 13px;
  width: 100%;
  border: 0px !important;
  border-radius: 5px;
  line-height: 16px;
  color: #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  word-wrap: anywhere;
}
.btn-check:checked + .btn {
  color: var(--bs-btn-active-color);
  background-color: #f0f2fb;
  border: 0px !important;
  font-weight: 700;
}
.sb-sidenav-menu li .qty {
  font-size: 10px;
  border: 1px solid var(--bs-secondary);
  border-radius: 50px;
  padding: 0 5px;
  font-weight: 400;
  color: var(--bs-blue);
  word-wrap: normal;
}
.sb-sidenav-menu li .qty span {
  font-weight: 800;
}
.sb-sidenav-menu li .qty span.denominatore {
  font-weight: 400;
}
.sb-sidenav-menu li .btn-check:checked + .btn .qty {
  border: 1px solid #f6e275;
  background: #f6e275;
}
.sb-sidenav-menu li .btn-check[disabled] + .btn .qty {
  pointer-events: none;
  border: 1px solid #f0f2fb;
  background: #f0f2fb;
  color: #000;
  opacity: 0.65;
}
.sb-sidenav .sb-sidenav-menu .nav .accordion-item .accordion-header {
  color: var(--bs-primary);
  background-color: #f5f6fa;
  padding: 0;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.sb-sidenav .sb-sidenav-menu .nav .accordion-item .accordion-button {
  color: var(--bs-primary);
  background: none;
  border-radius: 0px !important;
  padding: 1.25rem 0.75rem 1.25rem;
  font-size: 14px;
  text-transform: none;
  box-shadow: none;
  font-weight: 800;
}
.sb-sidenav .sb-sidenav-menu .nav .accordion-button::after {
  filter: brightness(1) invert(0);
  width: 16px;
  height: 16px;
  background-size: contain;
}
.sb-sidenav .sb-sidenav-menu .nav h2 .accordion-button:not(.collapsed) {
  background-color: #fff;
}
.sb-sidenav .sb-sidenav-menu .nav ul {
  margin-bottom: 0rem;
}
.calendar {
  padding: 10px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.calendar a i {
  color: var(--bs-secondary);
  font-size: 22px;
}
.calendar .dateNav {
  margin-top: 4px;
}
.calendar .dateNav a i {
  color: #fff;
  font-size: 22px;
}
.calendar .datecalendar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.calendar .date {
  display: flex;
  align-items: center;
  margin-left: 0px;
}
.calendar .date .day {
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}
.calendar .date .month-year {
  font-size: 12px;
  font-weight: 300;
  line-height: 13px;
  margin-left: 5px;
  text-transform: uppercase;
}
#layoutSidenav #layoutSidenav_view {
  border-left: 1px solid #dedede;
  /*height: 100dvh;*/
}
.action-bar-viewer {
  background: #fff;
  height: 42px;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 9;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.viewer-arrows {
  display: flex;
  gap: 10px;
  transform: translateY(42px);
}

#mainArticle {
  position: relative;
  padding-top: 18px;
}

#myTabContentViewer {
  margin-top: 0 !important;
  padding-top: 48px;
}


.sidebar-viewer-btn {
  position: absolute;
  left: 0px;
  background: #326ce3;
  color: #fff;
  border-radius: 0px;
  height: 42px;
  width: 42px;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}

.sidebar-viewer-btn:hover {
  background: var(--bs-primary);
  color: #fff;
}
.viewer-mode.nav-tabs .nav-link {
  padding-bottom: 10px;
  background: none;
  border: 0;
  border-radius: 0px;
}
.viewer-mode.nav-tabs .nav-link.active,
.viewer-mode.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-blue);
  background-color: var(--bs-secondary);
  border: 0;
}
#layoutSidenav_view #myTabContentViewer,
#layoutSidenav_view_Edit #myTabContentViewer_Edit {
  background: #fff;
}
#layoutSidenav_view_Edit #myTabContentViewer_Edit {
  border-left: 1px solid #dedede;
}
#layoutSidenav_view .tab-content .tab-pane,
#layoutSidenav_view_Edit .tab-content .tab-pane {
  overflow: auto;
  min-width: 0;
  height: calc(100vh - 148px);
}
#layoutSidenav_view .sentiment,
#layoutSidenav_view_Edit .sentiment {
  width: 150px;
  height: 40px;
  position: absolute;
  left: calc(50% - 75px);
  text-align: center;
  /*bottom: 125px;*/
  top: calc(100dvh - 180px);
  z-index: 9;
  background: #fffdf2;
  border: 2px solid var(--bs-secondary);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  padding: 0 5px;
  transition: all 0.4s ease-in-out;
}

#layoutSidenav_view .sentiment a,
#layoutSidenav_view_Edit .sentiment a {
  width: 40px;
  display: block;
  position: relative;
}
#layoutSidenav_view .sentiment i,
#layoutSidenav_view_Edit .sentiment i {
  font-size: 18px;
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
#layoutSidenav_view .sentiment a::last-child::after {
}
#layoutSidenav_view .sentiment a::after,
#layoutSidenav_view_edit .sentiment a::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #333;
  position: absolute;
  top: 4px;
  right: -4px;
}
#layoutSidenav_view .sentiment a:last-child::after,
#layoutSidenav_view_Edit .sentiment a:last-child::after {
  width: 0px;
}

/*
#layoutSidenav_view .sentiment a.ok, #layoutSidenav_view_Edit .sentiment a.ok {
  color: var(--bs-publish) !important;
}
#layoutSidenav_view .sentiment a.neutral, #layoutSidenav_view_Edit .sentiment a.neutral {
  color: var(--bs-production) !important;
}
#layoutSidenav_view .sentiment a.ko, #layoutSidenav_view_Edit .sentiment a.ko {
  color: var(--bs-discarded) !important;
}
*/

.sentiment a i {
  color: #7e7e7e;
}

.sentiment a.active i {
  color: var(--bs-blue);
}

.sentiment a,
.sentiment a:hover,
.sentiment a:focus,
.sentiment a:active {
  box-shadow: none !important;
  outline: none !important;
}

#layoutSidenav_view .sentiment a.ok.active i:before,
#layoutSidenav_view .sentiment a.neutral.active i:before,
#layoutSidenav_view .sentiment a.ko.active i:before,
#layoutSidenav_view_Edit .sentiment a.ok.active i:before,
#layoutSidenav_view_Edit .sentiment a.neutral.active i:before,
#layoutSidenav_view_Edit .sentiment a.ko.active i:before {
  font-weight: 700;
}
#layoutSidenav_view .sentiment a:hover i,
#layoutSidenav_view_Edit .sentiment a:hover i {
  transform: scale(1.3);
}
#layoutSidenav_view .viewer-navigation-prev,
#layoutSidenav_view_Edit .viewer-navigation-prev {
  width: 41px;
  height: 42px;
  position: absolute;
  left: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dedede;
  text-decoration: none;
  transition: all 0.15s ease-out;
}
#layoutSidenav_view .viewer-navigation-next,
#layoutSidenav_view_Edit .viewer-navigation-next {
  width: 41px;
  height: 42px;
  position: absolute;
  right: 0px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-left: 1px solid #dedede;
  text-decoration: none;
  transition: all 0.15s ease-out;
}
#layoutSidenav_view .viewer-fullscreen-close {
  width: 41px;
  height: 42px;
  position: absolute;
  right: 0px;
  justify-content: center;
  /*display: flex;*/
  align-items: center;
  border-left: 1px solid #dedede;
  text-decoration: none;
  transition: all 0.15s ease-out;
  font-size: 20px;
  display: none;
}
#layoutSidenav_view .viewer-navigation-next:hover,
.viewer-navigation-prev:hover,
#layoutSidenav_view_Edit .viewer-navigation-next:hover,
#layoutSidenav_view .viewer-fullscreen-close:hover {
  background: #eff2fb;
}

.stato-fullscreen {
  height: 42px;
  position: absolute;
  left: 42px;
  align-items: center;
  justify-content: center;
  display: none;
  border-right: 1px solid #dedede;
  padding: 0px 15px;
}
.stato-fullscreen small i {
  margin: 0;
  font-size: 10px;
  border-radius: 50px;
  vertical-align: top;
  margin-left: 0px !important;
  margin-top: 6px;
  margin-right: 3px;
}
.stato-fullscreen small.publish i {
  color: var(--bs-publish);
}
.stato-fullscreen small.new i {
  color: var(--bs-new);
}
.stato-fullscreen small.production i {
  color: var(--bs-production);
}
.stato-fullscreen small.reserved i {
  color: var(--bs-reserved);
}
.stato-fullscreen small.discarded i {
  color: var(--bs-discarded);
}

#layoutSidenav_view .scelta-stato,
#layoutSidenav_view_Edit .scelta-stato {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top:42px;
  justify-content: center;
  display: flex;
  gap: 10px;
  z-index: 500;
 pointer-events: auto;
}

#layoutSidenav_view .scelta-stato a,
#layoutSidenav_view_Edit .scelta-stato a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border-left: 1px solid #dedede;
  white-space: nowrap;
  transition: all 0.15s ease-out;
  text-decoration: none;
}
#layoutSidenav_view .scelta-stato a i,
#layoutSidenav_view_Edit .scelta-stato a i {
  margin-right: 3px;
  align-items: center;
  justify-content: center;
}

#layoutSidenav_view .scelta-stato a.viewer-scarta-btn,
#layoutSidenav_view_Edit .scelta-stato a.viewer-scarta-btn {
  color: var(--bs-discarded);
  border-bottom: 2px solid transparent;
}
#layoutSidenav_view .scelta-stato a.viewer-pubblica-btn,
#layoutSidenav_view_Edit .scelta-stato a.viewer-pubblica-btn {
  color: var(--bs-publish);
  border-bottom: 2px solid transparent;
}

/* Nuova button */
#layoutSidenav_view .scelta-stato a.viewer-nuova-btn,
#layoutSidenav_view_Edit .scelta-stato a.viewer-nuova-btn {
  color: var(--bs-new);
  border-bottom: 2px solid transparent;
}
#layoutSidenav_view .scelta-stato a.viewer-nuova-btn:hover,
#layoutSidenav_view_Edit .scelta-stato a.viewer-nuova-btn:hover {
  border-bottom: 2px solid var(--bs-new);
}

/* In Produzione button */
#layoutSidenav_view .scelta-stato a.viewer-produzione-btn,
#layoutSidenav_view_Edit .scelta-stato a.viewer-produzione-btn {
  color: var(--bs-production);
  border-bottom: 2px solid transparent;
}
#layoutSidenav_view .scelta-stato a.viewer-produzione-btn:hover,
#layoutSidenav_view_Edit .scelta-stato a.viewer-produzione-btn:hover {
  border-bottom: 2px solid var(--bs-production);
}

/* Riservate button */
#layoutSidenav_view .scelta-stato a.viewer-riservate-btn,
#layoutSidenav_view_Edit .scelta-stato a.viewer-riservate-btn {
  color: var(--bs-reserved);
  border-bottom: 2px solid transparent;
}
#layoutSidenav_view .scelta-stato a.viewer-riservate-btn:hover,
#layoutSidenav_view_Edit .scelta-stato a.viewer-riservate-btn:hover {
  border-bottom: 2px solid var(--bs-reserved);
}

#layoutSidenav_view .scelta-stato a.viewer-scarta-btn:hover,
#layoutSidenav_view_Edit .scelta-stato a.viewer-scarta-btn:hover {
  border-bottom: 2px solid var(--bs-discarded);
}
#layoutSidenav_view .scelta-stato a.viewer-pubblica-btn:hover,
#layoutSidenav_view_Edit .scelta-stato a.viewer-pubblica-btn:hover {
  border-bottom: 2px solid var(--bs-publish);
}

#layoutSidenav_view .fullscreen-mode,
#layoutSidenav_view_Edit .fullscreen-mode {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  text-align: center;
  /*bottom: 125px;*/
  top: calc(100dvh - 180px);
  z-index: 9;
}
#layoutSidenav_view .fullscreen-mode a,
#layoutSidenav_view_Edit .fullscreen-mode a {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--bs-primary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: all 0.15s ease-out;
  color: var(--bs-primary);
}
#layoutSidenav_view .fullscreen-mode a:hover,
#layoutSidenav_view_Edit .fullscreen-mode a:hover {
  background: var(--bs-primary);
  color: #fff;
}
#layoutSidenav_view .newtab-mode,
#layoutSidenav_view_Edit .fullscreen-mode {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 80px;
  text-align: center;
  /*bottom: 125px;*/
  top: calc(100dvh - 180px);
  z-index: 9;
}
#layoutSidenav_view .newtab-mode a,
#layoutSidenav_view_Edit .fullscreen-mode a {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--bs-primary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: all 0.15s ease-out;
  color: var(--bs-primary);
}
#layoutSidenav_view .newtab-mode a:hover,
#layoutSidenav_view_Edit .fullscreen-mode a:hover {
  background: var(--bs-primary);
  color: #fff;
}
/* Modal */
.modal-title {
  margin-bottom: 0;
  line-height: normal;
  font-weight: 800;
  color: var(--bs-primary);
  font-size: 22px;
}
.modal-content {
  border: 0px !important;
  border-radius: 10px;
}

.btn-close {
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  border-radius: 8px;
  background: transparent;
  padding: 0;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

/* X */
.btn-close::before {
  content: "×";
  font-size: 25px;
  color: #000;
  line-height: 1;
}

/* Hover */
.btn-close:hover {
  background-color: #f1f3f5;
}

/* Click (standard UI feedback) */
.btn-close:active {
  transform: scale(0.92);
}

/* Modal */
.selezione-cambio-stato {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.selezione-cambio-stato ul {
  list-style-type: none;
  padding: 0;
  margin: 0px;
}
.selezione-cambio-stato ul .btn {
  width: 100%;
  text-align: left;
  color: #333;
  padding: 5px 10px;
}
.selezione-cambio-stato .btn-check:checked + .btn {
  color: var(--bs-primary);
  background-color: #fcf3c6;
  border: 0px !important;
  font-weight: 700;
}
.selezione-cambio-stato .btn-check:checked + .btn::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  border: 0px;
  font-size: 18px;
  right: 10px;
  position: absolute;
}
.modal-2column {
  display: flex;
  justify-content: flex-start;
}
.modal-2column .left-column {
  box-shadow: 10px 0px 10px 0 rgba(0, 0, 0, 0.02);
  padding: 20px;
  min-width: 260px;
}
.modal-2column .right-column {
  padding: 20px;
  width: 100%;
}
.modal-2column .left-column .nav-pills {
  margin-right: 0px !important;
  width: 100%;
}
.modal-2column .left-column .nav-pills .nav-link {
  text-align: left;
  font-size: 14px;
  color: #797979;
  width: 100%;
}
.modal-2column .left-column .nav-pills .nav-link.active {
  color: var(--bs-primary);
  background-color: #f5f6fa;
  font-weight: 800;
}
.invio_mail_form .input-group .input-group-text {
  background: #fff;
  margin-right: 20px;
  border-radius: 5px !important;
  min-width: 75px;
  text-align: center;
  display: flex;
  padding: 5px !important;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-size: 13px !important;
}
.invio_mail_form .input-group {
  margin-bottom: 10px !important;
}
.invio_mail_form .input-group input:not([type="checkbox"]) {
  height: 30px;
  border: 0;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  padding-left: 0;
  font-size: 14px;
}
.invio_mail_form .input-group textarea {
  border: 0;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  padding-left: 0;
  font-size: 14px;
  height: 50px;
}
.invio_email {
  border-bottom: 3px solid var(--bs-secondary);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.invio_email .input-group {
  flex-wrap: inherit;
}
.invio_email .dropdown-menu {
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}
.invio_email .dropdown-menu .stati.nav-tabs {
  border-bottom: 1px solid #dbdbdb;
  padding: 3px 15px 0;
}
.invio_email .dropdown-menu .stati.nav-tabs .nav-link {
  font-size: 12px;
}
.invio_email .dropdown-menu .tab-pane {
  padding: 20px 10px;
}
.invio_email .dropdown-menu .tab-pane .form-check {
  padding-left: 1em;
  font-size: 15px;
}
.tempate-email {
  overflow: auto;
  height: 350px;
}
.advance-search {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.advance-search .card {
  background: #f5f6fa;
  width: 100%;
  border: 0px;
}
.advance-search .card.first {
  min-width: 27%;
}
.advance-search .card h5 {
  font-size: 18px;
  font-weight: 500;
  color: #444;
  margin-bottom: 20px;
}
.advance-search .card h5 i {
  font-size: 16px;
  color: var(--bs-primary);
  margin-right: 5px;
}
.form-floating > .form-select,
.form-floating > .datatable-selector {
  padding-top: 1.025rem;
  padding-bottom: 0.425rem;
  height: 40px;
  font-size: 14px;
  border: 1px solid #dedede;
  border-radius: 10px;
  color: #222;
}
.form-floating > .form-control {
  padding-top: 1.025rem;
  padding-bottom: 0.425rem;
  height: 40px;
  font-size: 14px;
  border: 1px solid #dedede;
  border-radius: 10px;
  color: #7e7e7e;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .datatable-input:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .datatable-input:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label,
.form-floating > .datatable-selector ~ label {
  opacity: 0.8;
  transform: scale(0.7) translateY(-0.5rem) translateX(0.15rem);
  padding: 12px;
}
.form-check-inline {
  display: inline-block;
  margin-right: 0.5rem;
}
.multi-check {
  width: 100%;
}
.multi-check .btn {
  width: 100%;
  background: #e7e9f0 !important;
  font-size: 14px;
  text-align: left;
  height: 40px;
  border-radius: 10px;
  border: 0 !important;
}

.multi-check .btn.btn-primary-outline {
  border: 1px solid var(--bs-primary) !important;
  background: none !important;
  color: var(--bs-primary) !important;
  font-weight: 800;
  text-transform: uppercase;
  height: 36px;
  text-align: center;
}
.multi-check .btn.btn-primary-outline:hover {
  background: var(--bs-primary) !important;
  color: #fff !important;
}

.multi-check .dropdown-toggle::after {
  content: "\f055";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  border: 0px;
  font-size: 14px;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  right: 15px;
  position: absolute;
  color: var(--bs-primary);
}
.multi-check .dropdown-menu {
  border-radius: 10px;
  margin-top: -3px !important;
  border: 1px solid #f0f0f0;
  margin-left: -1px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 15px;
  width: 100%;
}
.advance-search .form-check label {
  font-size: 13px;
}
.multi-check ul {
  list-style-type: none;
  margin: 0px;
  padding: 0 0 0 5px;
  height: 150px;
  overflow: auto;
}
.multi-check .form-control {
  height: 34px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  font-size: 13px;
}
.advance-search .form-control {
  font-size: 14px;
  height: 40px;
}
.periodo-ricerca .btn {
  background: #e7e9f0 !important;
  font-size: 12px;
  text-align: center;
  border: 2px solid #e7e9f0 !important;
  border-radius: 50px;
  font-weight: 700;
  padding: 5px 14px;
  color: #7e7e7e;
  margin: 5px 0;
}
.periodo-ricerca .btn-check:checked + .btn {
  background: #f6f5ec !important;
  border: 2px solid var(--bs-secondary) !important;
  color: var(--bs-blue);
}
.periodo-ricerca #intervallo-date {
  display: none;
  margin-top: 15px;
}
.periodo-ricerca #intervallo-date.divdate {
  display: block;
}
.calendar .dropdown-menu {
  border-radius: 10px;
  margin-top: 0px !important;
  border: 1px solid #f0f0f0;
  margin-left: -1px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 15px;
}
input[type="file"] {
  padding-top: 18px !important;
}
input[type="file"]::file-selector-button {
  margin-right: 20px;

  background: #e7e9f0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 15px;
  border-radius: 5px;
  color: var(--bs-primary);
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  position: absolute;
  right: -12px;
  top: 13px;
}

.edit-article {
  padding: 25px 10px;
}
.edit-article .row {
  margin: 0px;
}
.edit-article .info-article {
  background: #eff2fb;
  font-size: 13px;
  border: 0px;
  border-radius: 10px;
  color: #222;
}
.edit-article .info-article ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.edit-article .info-article ul li {
  margin-bottom: 8px;
  line-height: 17px;
}
.edit-article .info-article label {
  font-size: 12px;
  font-weight: 800;
  color: var(--bs-primary);
  display: block;
}
.edit-article .edit-titolo {
  font-weight: 700;
  font-size: 15px;
}
.edit-article .form-floating > .form-control,
.edit-article .form-floating > .form-select {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  height: 44px;
  color: #222;
}
.edit-article .form-floating > label {
  padding: 0.6rem 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .datatable-input:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .datatable-input:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label,
.form-floating > .datatable-selector ~ label {
  padding: 12px !important;
}
.edit-article .edit-information-tabs ul {
  border-bottom: 1px solid var(--bs-primary);
}
.edit-article .edit-information-tabs ul li a {
  font-size: 13px;
  text-transform: uppercase !important;
  font-weight: 700;
}
.edit-article .edit-information-tabs ul .nav-link {
  color: #5f5f5f;
  cursor: pointer;
}
.edit-article .edit-information-tabs ul .nav-link.active,
.edit-article .edit-information-tabs ul .show > .nav-link {
  color: var(--bs-primary);
  background: none;
  border-bottom: 2px solid var(--bs-primary);
  border-radius: 0px;
}
.edit-article .scelta-sentiment .btn-check:checked + .btn {
  background: #f6f5ec !important;
  border: 2px solid var(--bs-secondary) !important;
  color: var(--bs-blue);
}
.edit-article .scelta-sentiment .btn-check:checked + .btn i:before {
  font-weight: 600;
}
.edit-article .scelta-sentiment .btn {
  background: #e7e9f0 !important;
  font-size: 15px;
  text-align: center;
  border: 2px solid #e7e9f0 !important;
  border-radius: 50px;
  font-weight: 700;
  padding: 0px 10px;
  color: #7e7e7e;
  margin: 5px 0;
}
.edit-article .btn-bold {
  font-weight: 800;
  text-transform: uppercase;
}
.breadcrumb a {
  padding: 9px 20px;
  display: block;
  font-size: 15px;
  text-decoration: none;
}

.abs-choose {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 1rem !important;
}

.btnAbs {
  cursor: pointer;
}

.btnAbs:hover {
  background-color: #357afe;
  color: #ffffff;
}

/* Stile IFrame Telpress */
.pressPdf {
  border: 0px solid #ffffff;
  width: 100%;
  height: 100%;
  display: block;
}
#newsPressPdfWin1,
#newsPressPdfWinEdit1,
#newsPressCutWin1 {
  height: 100%;
}
/* Stile elenco articoli */
#news_win1,
#news_win2 {
  width: 100%;
}
.accordion-item .accordion-header .btn-printSection {
  background-color: transparent;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-right: 6px;
}
.badge {
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  ont-size: 12px;
  background-color: rgba(var(--bs-primary-rgb), 0.2) !important;
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  border-radius: 20px;
  padding: 2px 8px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* Stile destinatario email*/
.input-container {
  display: flex;
  flex-wrap: wrap;
  max-height: 25px;
  overflow: hidden;
  /*position: relative;*/
  padding-right: 20px;
}
.input-container .tag {
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-size: 13px;
  background-color: rgba(var(--bs-primary-rgb), 0.2);
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  border-radius: 20px;
  padding: 0 8px;
}
.input-container .tag-group {
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-size: 13px;
  background-color: rgba(var(--bs-production-rgb), 0.2);
  color: var(--bs-production);
  border: 1px solid var(--bs-production);
  border-radius: 20px;
  padding: 0 8px;
}
.input-container .tag .tag-text,
.input-container .tag-group .tag-text {
  margin-right: 5px;
}
.input-container .tag .close-btn,
.input-container .tag-group .close-btn {
  cursor: pointer;
}
.toggle-btn {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 0;
  cursor: pointer;
  font-size: 13px;
  background-color: rgba(var(--bs-primary-rgb), 0.2);
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  border-radius: 20px;
  padding: 0 8px;
}
.input-container.expanded {
  max-height: none;
}
.input-container.overflow .toggle-btn {
  display: block;
}
#addresses .form-check-input,
#groups .form-check-input,
#addresses-cc .form-check-input,
#groups-cc .form-check-input,
#addresses-ccn .form-check-input,
#groups-ccn .form-check-input {
  display: none;
}
#addresses .form-check-label,
#groups .form-check-label,
#addresses-cc .form-check-label,
#groups-cc .form-check-label,
#addresses-ccn .form-check-label,
#groups-ccn .form-check-label {
  background-color: #fff;
}
/* Stile quando l'elemento è evidenziato durante l'hover */
#addresses .form-check:hover .form-check-label,
#groups .form-check:hover .form-check-label,
#addresses-cc .form-check:hover .form-check-label,
#groups-cc .form-check:hover .form-check-label,
#addresses-ccn .form-check:hover .form-check-label,
#groups-ccn .form-check:hover .form-check-label {
  background-color: #ffffcc;
}
.invalid-email {
  border: 3px solid red !important;
}
#sidebarToggle i {
  font-size: 18px;
  margin-top: 5px;
}
.modal-body .datepicker-grid {
  width: 100%;
}

/* INIZIO CONFIGURAZIONE RASSEGNA */

.configurazione header {
  padding: 1rem;
}
.configurazione header span {
  font-size: 20px !important;
  font-weight: 800;
  color: var(--bs-primary);
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #dedede;
}
.configurazione .main {
  display: flex;
  justify-content: flex-start;
  height: calc(100vh - 65px);
}
.configurazione .left-column {
  box-shadow: 10px 0px 10px 0 rgba(0, 0, 0, 0.02);
  padding: 20px;
  min-width: 260px;
}
.configurazione .right-column {
  padding: 20px;
  width: 100%;
}
.configurazione .left-column ul {
  padding: 0;
  list-style-type: none;
  height: calc(100vh - 222px);
  overflow: auto;
}
.configurazione .left-column li {
  margin: 10px 0;
}
.configurazione .left-column li:first-child {
  margin-top: 0;
}
.configurazione .left-column li .btn {
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  color: #222;
  text-transform: uppercase;
}
.configurazione .left-column li .btn {
  padding: 5px 7px;
  text-align: left;
  font-size: 13px;
  width: 100%;
  border: 0px !important;
  border-radius: 5px;
  line-height: 16px;
  color: #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}

.configurazione .left-column li .btn-check:checked + .btn .qty {
  border: 1px solid #f6e275;
  background: #f6e275;
}
.configurazione .left-column li .qty span {
  font-weight: 800;
}
.configurazione .left-column li .qty {
  font-size: 10px;
  border: 1px solid var(--bs-secondary);
  border-radius: 50px;
  padding: 0 5px;
  font-weight: 400;
  color: var(--bs-blue);
}
.configurazione .right-column .card-body {
  padding: 0px;
  height: calc(100vh - 170px);
}
.configurazione .right-column .btn {
  font-weight: 800;
  text-transform: uppercase;
}
.configurazione .right-column .tabs ul.nav-pills {
  border-bottom: 1px solid var(--bs-primary);
  padding-top: 10px;
}

.configurazione .right-column .tabs ul li a {
  font-size: 13px;
  text-transform: uppercase !important;
  font-weight: 700;
  padding-bottom: 15px;
}
.configurazione .right-column .tabs ul .nav-link {
  color: #5f5f5f;
  cursor: pointer;
}
.configurazione .right-column .tabs ul .nav-link.active,
.configurazione .right-column .tabs ul .show > .nav-link {
  color: var(--bs-primary);
  background: none;
  border-bottom: 2px solid var(--bs-primary);
  border-radius: 0px;
}
.configurazione .right-column .tabs .tab-content {
  overflow: auto;
  height: calc(100vh - 225px);
}
.tab-content .addnew-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 34px;
  border-radius: 10px;
  border: 0px;
  color: var(--bs-blue);
  transition: all 0.4s ease-in-out;
  font-size: 13px;
  font-weight: 700;
  padding: 0 1.25rem;
}

.configurazione .right-column .list-group-item {
  border-left: 0;
  border-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.configurazione .right-column .list-group-item h4 {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.configurazione .right-column .list-group-item .action-row,
.configurazione .right-column .list-group-item .action-row a {
  font-size: 16px;
}
.configurazione .right-column .list-group-item .action-row .pos-button {
  border: 1px solid var(--bs-secondary) !important;
  pointer-events: none !important;
  color: #3e51b9;
}
.configurazione .right-column .list-group-item .action-row .posnew-button,
.configurazione
  .right-column
  .list-group-item
  .action-row
  .posnew-source-button {
  border: 1px solid var(--bs-secondary) !important;
  background: #fff6c7;
  color: #3e51b9;
}
.configurazione .right-column li.list-group-item::before {
  display: none;
}
.configurazione .right-column li.list-group-item .color-id {
  width: 10px;
  height: 16px;
  border: 1px solid #bebebe;
  border-radius: 3px;
  background: #fff;
  margin-right: 8px;
}
.configurazione .right-column li.list-group-item {
  background: #fff;
}
.configurazione .right-column li.list-group-item:nth-child(odd) {
  background: #f5f6fa;
}
.configurazione .right-column li.list-group-item:last-child {
  border-bottom: 0px;
}
.clr-field button {
  width: 22px !important;
  height: 22px !important;
  left: 5px !important;
  right: auto !important;
  border-radius: 50% !important;
  margin-right: 10px !important;
}
.clr-field input {
  padding-left: 36px;
}
.configurazione .lista-rassegna li .section-right {
  display: flex;
  align-items: center;
}
.configurazione .lista-rassegna li .section-right .cadenza,
.configurazione .lista-rassegna li .section-right .distribuzione {
  font-size: 14px;
  margin: 0 50px;
  min-width: 70px;
}
.configurazione .right-column li.list-group-item .logo-sorgente img {
  width: 48px;
  height: 36px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  margin: 0 10px 0 5px;
}
.configurazione .email-config {
  padding: 15px;
}

.configurazione .email-config .email-lists,
.configurazione .email-config .group-lists {
  background: #f5f6fa;
  border: 0px;
}
.configurazione .email-config .email-lists .card-body,
.configurazione .email-config .group-lists .card-body {
  height: calc(100vh - 260px);
  padding: 15px;
}
.configurazione .email-config .email-lists .card-body h3,
.configurazione .email-config .group-lists .card-body h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--bs-primary);
  margin-bottom: 15px;
}
.configurazione .right-column .email-config .email-lists li.list-group-item {
  border-left: 2px solid var(--bs-primary);
}
.configurazione .right-column .email-config .group-lists li.list-group-item {
  border-left: 2px solid #efa006;
}
.configurazione
  .right-column
  .email-config
  li.list-group-item:nth-child(2n + 1) {
  background: #fff;
}
.configurazione .right-column .email-config li.list-group-item h4 {
  text-transform: none;
  font-weight: 400;
}
.configurazione
  .right-column
  .email-config
  .list-group-item
  .action-row
  strong.btn {
  box-shadow: none;
  border: 0;
  background: #f5f6fa;
}

.configurazione
  .right-column
  .email-config
  .list-group-item
  .action-row
  strong.btn,
.configurazione
  .right-column
  .email-config
  .list-group-item
  .action-row
  .btn.text-success,
.configurazione
  .right-column
  .email-config
  .list-group-item
  .action-row
  .btn.text-danger {
  pointer-events: none !important;
  font-size: 14px;
}
.configurazione .setup {
  padding: 15px;
}
.configurazione .setup h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--bs-primary);
  margin-left: 12px;
  margin-bottom: 5px;
  margin-top: 7px;
}
.configurazione .setup .multi-check .btn {
  text-transform: none;
  font-weight: 400;
}

.mainPressCloudContent,
.mainPressCloudContentTag {
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  display: flex;
}
.mainPressCloudContent .pressCloudAll {
  color: #357afe;
  display: block;
  /*padding: 0rem 0.25rem;*/
  padding: 0.7rem 0.45rem;
  text-decoration: none;
  position: relative;
  line-height: 90%;
  font-weight: 600;
  transform: scale(0.95);
}
.mainPressCloudContentTag .pressCloudAll {
  color: #357afe;
  display: block;
  padding: 0.7rem 0.45rem;
  text-decoration: none;
  position: relative;
  line-height: 90%;
  font-weight: 600;
  transform: scale(0.95);
}
.pressCloudAllIn {
  margin: 3px;
}
.pressCloudAllIn:hover {
  color: #f0c418;
}
.mainPressCloudContent .pressCloudAll:nth-child(2n + 1),
.mainPressCloudContentTag .pressCloudAll:nth-child(2n + 1) {
  color: #285fd0;
}
.mainPressCloudInLine .rightAddWin {
  display: none;
}
.mainPressCloudInLine .centerAddWin {
  background: #357afe;
  padding: 2px 0px 2px 0px;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  height: 28.4px;
}
.mainPressCloudTools {
  padding: 4px 15px;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  cursor: pointer;
}
.ner {
  margin-left: -3px;
}
.ner .pressNGtag {
  border: 1px solid #737373;
  border-radius: 20px;
  padding: 0.5px 8px;
  display: inline-block;
  margin: 3px;
  font-size: 13px;
}
.ner .pressNGmore {
  display: inline-block;
  margin-left: 5px;
  font-size: 0;
  border: 1px solid #737373;
  border-radius: 20px;
  padding: 0.5px 8px;
  cursor: pointer;
}
.ner .pressNGmore:hover {
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}
.ner .pressNGmore::before {
  font-size: 13px;
  content: "\f141";
  font-family: "Font Awesome 6 Pro";
}

.analisys-functions {
  display: flex;
  margin: 10px 0;
  gap: 5px;
}
.analisys-functions .copyLink,
.analisys-functions .toggleNer {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #3479fc;
  border-radius: 10px;
  padding: 3px 6px;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}
.input-group-append .btn-primary {
  height: 34px;
  border-radius: 0 7px 7px 0;
  background: var(--bs-primary) !important;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}

/* DOSSIER */
.dossier-modal .card {
  background: #eff2fb;
  border: 0px;
}
.no-dossier .card {
  text-align: center;
  padding: 30px 15px;
  background: #eff2fb;
  border: 0px;
}
.no-dossier i.fa-book {
  font-size: 64px;
  color: var(--bs-primary);
}
.no-dossier h3 {
  font-size: 22px;
  color: var(--bs-blue);
  margin-top: 10px;
  font-weight: 700;
}
.no-dossier p {
  font-size: 14px;
}
.no-dossier .addnew-btn,
.lista-dossier .addnew-btn {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 15px;
}
.lista-dossier i.fa-book {
  font-size: 42px;
  color: var(--bs-primary);
  margin-top: 0px;
}
.lista-dossier h6 {
  font-size: 16px;
  font-weight: 800;
  margin-top: 10px;
}
.lista-dossier h3 {
  font-size: 18px;
  color: var(--bs-blue);
  margin-top: 10px;
  font-weight: 700;
}
.lista-dossier p {
  font-size: 12px;
  min-height: 40px;
}
.lista-dossier .button-group {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  margin-top: 30px;
  border-top: 1px solid #d1d6e8;
}
.lista-dossier .button-group .btn {
  min-width: 30px;
  height: 30px;
  padding: 3px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.star-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  border-radius: 50%;
  padding: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ccc;
  transition: 0.2s;
  cursor:pointer;
}

.star-icon.active {

  color:gold; 
}


.filter-star {
  font-size: 18px;
  margin-right: 10px;
  cursor: pointer;
  color: #ccc;
  vertical-align: middle;
  transition: 0.2s;
  bottom:10%;
}

.filter-star.active {
  color: gold;
}

.dossier_privato {
  padding: 6px;
  text-align: center;
  opacity: 0.5;
  position: absolute; 
  top: 26%;      
  right: 68%;     
  width: 28px;
  height: 28px;
  font-size: 12px !important; 
  background: var(--bs-blue);
  color:#fff;
  border-radius: 50%;
  border:1px solid #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.25);

}

.lista-dossier .dossier-ico {
  margin-top: 25px;
  position: relative;
  display: inline-block;
}
.lista-dossier .dossier-ico .dossier_num {
  position: absolute;
  top: -10px;
  right: -13px;
  background: var(--bs-secondary);
  border-radius: 50px;
  display: inline-block;
  font-size: 11px;
  padding: 0 6px;
  font-weight: 800;
}

.super-dossier-card {
    border-left: 3px solid #2f6bff;
    background: #f8f9ff;
    min-height: 180px;
    height: 100%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
}

.super-dossier-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.super-dossier-body {
    padding:8px 12px;
}

.super-dossier-header {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.super-dossier-header i {
    font-size: 28px;
    color: #2f6bff;
}

.super-dossier-title {
    font-weight: 600;
    font-size: 16px;
    color: #1f3fbf;
}

.super-dossier-count {
    margin-left: auto;
    background: #2f6bff;
    color: white;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 10px;
}

.dossier-toolbar {
    width: 100%;
    display: flex;
    justify-content: flex-end;  
    align-items: center;
    margin-bottom: 10px;
}

.dossier-btn {
    background: #3578f7;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(47, 107, 255, 0.25);
    letter-spacing: 0.3px;
    margin-bottom: 2%;
}



.dossier-btn.active {
    background: #ffd701;
     color:#51585e;
   
}

.dossier-action-btn {
    background: #ffd701;
    color:#51585e;
    margin-left: 8px;
    display: none; /* hidden by default */
    box-shadow: 0 3px 10px rgba(34, 197, 94, 0.2);
}

.modal {
    z-index: 1055;
}

.modal-backdrop {
    z-index: 1050;
}

#AggiungiSuperDossierModal {
    backdrop-filter: blur(2px);
}

#AggiungiSuperDossierModal .modal-content {
    transform: scale(0.98);
    transition: all 0.2s ease;
}

#AggiungiSuperDossierModal.show .modal-content {
    transform: scale(1);
}

/* DOSSIER */

@media (max-width: 991.98px) {
  .configurazione
    .lista-rassegna
    li.list-group-item
    .section-right
    .btn-group[aria-label="Third group"] {
    display: inline-block;
  }
  .configurazione
    .lista-rassegna
    li.list-group-item
    .section-right
    .btn-group[aria-label="Second group"] {
    margin-right: 0.5rem !important;
  }
  .configurazione .email-config .col-md-6 {
    width: 100%;
  }
  .configurazione .email-config .email-lists .card-body,
  .configurazione .email-config .group-lists .card-body {
    height: auto;
    padding: 15px;
  }
 
   .d-flex.gap-4.text-end {
    flex-direction: column;
    gap: 10px !important;
  }

  .search-wrapper {
    order: 1;
    width: 100%;
  }

  .search-wrapper input {
    width: 100% !important;
  }

  .addnew-btn {
    order: 4;
    width: 100%;
  }
  .dossier-dropdown,
  .filter-star {
    order: 2;
  }
  .dossier-dropdown,
  .filter-star {
    flex: 1 1 50%;
  }

  .dossier-dropdown {
    display: inline-flex;
  }

  .filter-star {
    display: flex;
    justify-content: center;
    align-items: center;
  }




}

.configurazione .right-column {
  margin-left: -260px;
  transition: margin 0.4s ease-in-out;
}
.configurazione .left-column {
  flex-basis: 260px;
  flex-shrink: 0;
  transition: transform 0.4s ease-in-out;
  /*z-index: 1038;*/
  z-index: 999;
  transform: translateX(-260px);
}
@media (min-width: 992px) {
  .configurazione .left-column {
    transform: translateX(0);
  }
  .configurazione .right-column {
    margin-left: 0px;
    transition: margin 0.4s ease-in-out;
  }


}

/* FINE CONFIGURAZIONE RASSEGNA */

.analisys-abstract {
  white-space: break-spaces;
}

/* PREFERENZE */

.modal-preferenze .tipo-preferenza {
  background: #f5f6fa;
  border: 0px;
  margin-bottom: 20px;
}
.modal-preferenze .tipo-preferenza .card-body {
  padding-bottom: 10px;
}
.modal-preferenze .tipo-preferenza h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--bs-blue);
}
.modal-preferenze .tipo-preferenza h3 i {
  font-size: 18px;
  color: var(--bs-primary);
  margin-right: 5px;
}
.modal-preferenze .tipo-preferenza ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.modal-preferenze .tipo-preferenza ul li {
  display: flex;
  border-top: 1px solid #dedede;
  padding: 20px 0;
  justify-content: space-between;
  align-items: center;
}
.modal-preferenze .tipo-preferenza ul li:first-child {
  border: 0px;
  padding-top: 0px;
}
.modal-preferenze .tipo-preferenza ul li label {
  font-size: 15px;
  color: #111;
}
.modal-preferenze .tipo-preferenza ul li select,
.modal-preferenze .tipo-preferenza ul li input.coloris {
  height: 35px;
  width: 260px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}

#body-cambio-sezione li {
  position: relative;
}

#body-cambio-sorgente li {
  position: relative;
}

#body-cambio-argomento li {
  position: relative;
}

#body-cambio-stato li {
  position: relative;
}

.check-view img {
  display: block;
  margin-bottom: 6px;
}
.check-view .btn {
  background: #fff !important;
  font-size: 12px;
  text-align: left;
  border: 2px solid #fff !important;
  border-radius: 7px;
  font-weight: 700;
  padding: 10px 10px 5px 10px;
  color: #7e7e7e;
  margin: 5px 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
}
.check-view .btn-check:checked + .btn {
  background: #fff !important;
  border: 2px solid var(--bs-primary) !important;
  color: var(--bs-primary);
}
.check-view #intervallo-date {
  display: none;
  margin-top: 15px;
}
.check-view #intervallo-date.divdate {
  display: block;
}

@media (max-width: 991.98px) {
  .modal-preferenze .tipo-preferenza ul li {
    flex-direction: column;
    align-items: flex-start;
  }
  .modal-preferenze .tipo-preferenza ul li select {
    margin-top: 10px;
    width: 100%;
  }

  .pressLabel {
    display: none;
  }

  .ckPress {
    display: none !important;
  }

  .top-menu .navbar-nav .nav-item a.active + .pressSelBadge .ckPress {
    display: none !important;
  }

  .top-menu .navbar-nav .btn-check:checked + .btn .pressSelBadge .ckPress {
    display: none !important;
  }
  /**/


}

/* FINE PREFERENZE */

/*	ANIMAZIONE	*/

.kitt-light {
  width: 150px;
  height: 3px;
  background-color: #357afe;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.light {
  width: 30px;
  height: 100%;
  background-color: #dee2e6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  animation: kitt 2s infinite;
}

@keyframes kitt {
  0% {
    left: 0;
  }
  50% {
    left: 120px;
  }
  100% {
    left: 0;
  }
}

.translateAniCont {
  display: flex;
  justify-content: right;
  margin-top: -18px;
  margin-bottom: 11px;
  height: 3px;
}

.refreshArticlesList {
  display: flex;
  justify-content: right;
  margin-top: -3px;
  height: 2px;
}

.kitt-lightAI {
  width: 100px;
  height: 3px;
  background-color: #357afe;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.lightAI {
  width: 20px;
  height: 100%;
  background-color: #dee2e6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  animation: kittAI 2s infinite;
}

@keyframes kittAI {
  0% {
    left: 0;
  }
  50% {
    left: 80px;
  }
  100% {
    left: 0;
  }
}

.contTab {
  display: flex;
}

.pageTab {
  width: calc(100% - 24px);
}

.colTab {
  display: flex;
  justify-content: right;
  align-items: baseline;
  width: 24px;
  font-size: 1.4em;
}

.iconTab {
  cursor: pointer;
}

#input_editText {
  min-height: 200px !important;
}

#input_editAbstract {
  min-height: 200px !important;
}

#input_editTranslateText {
  min-height: 160px !important;
}

/* CHIAVI */
.modal-chiavi .chiavi {
  background: #f5f6fa;
  border: 0px;
  margin-bottom: 20px;
}
.modal-chiavi .chiavi .input-group .btn {
  height: 44px;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
}
.modal-chiavi .chiavi .input-group .btn-secondary:hover {
  background: var(--bs-primary);
  color: #fff;
}
.modal-chiavi .lista-rassegna {
  border-radius: 5px;
}
.modal-chiavi .lista-rassegna li.list-group-item::before {
  display: none;
}
.modal-chiavi .list-group-item {
  padding: 5px 12px;
}
.modal-chiavi .list-group-item h4 {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

/* CHIAVI */

/* ================= TAG MODAL ================= */

.modal-tag .tag {
  background: #f5f6fa;
  border: 0px;
  margin-bottom: 20px;
}
.modal-tag .tag .input-group .btn {
  height: 44px;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
}
.modal-tag .tag .input-group .btn-secondary:hover {
  background: var(--bs-primary);
  color: #fff;
}
.modal-tag .lista-rassegna {
  border-radius: 5px;
}
.modal-tag .lista-rassegna li.list-group-item::before {
  display: none;
}
.modal-tag .list-group-item {
  padding: 5px 12px;
}
.modal-tag .list-group-item h4 {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

.pressSectionSummary {
}

.pressSectionTextArea {
  display: none;
}

.pressSectionText {
  display: none;
  padding: 4px 8px;
}

.sortingApply {
  font-size: 12px;
  border: 1px solid #0d6efd;
  border-radius: 5px;
  padding: 2px;
  cursor: pointer;
  margin: 0px 5px 0px 0px;
}

.sortingApply:hover {
  background-color: #0d6efd;
  color: white;
}

.eyeContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.secNameMissed {
  font-weight: bold;
  color: "#357AFE";
  margin: 10px 0px 5px 0px;
}

.pdfMissedList {
  min-height: auto;
  max-height: 50vh;
  overflow-y: auto;
  padding: 2px;
}

.reloginContainer {
  width: 80%;
  max-width: 1000px;
  margin: 40px auto;
  font-family: Verdana;
}

.reloginRow {
  display: block;
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.reloginImg {
  width: 200px;
}

.pdfLabelIcon {
}


.dossier-dropdown {
    position: relative;
    display: inline-block;
}

.dossier-dropdown-toggle {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 8px 34px 8px 16px;
    font-size: 15px;
    font-weight: 500;
    color:#444;
    cursor: pointer;
    min-width: 180px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* arrow */
.dossier-dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 14px;
    width: 8px;
    height: 8px;

    border-right: 2px solid #666;
    border-bottom: 2px solid #666;

    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

/* rotate arrow when open */
.dossier-dropdown.active .dossier-dropdown-toggle::after {
    transform: rotate(-135deg);
}

.dossier-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    text-align: left;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 15px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    display: none;
    z-index: 1000;

    min-width: 200px;
    padding: 6px 0;
}

/* open state */
.dossier-dropdown.active .dossier-dropdown-menu {
    display: block;
}

.dossier-dropdown-menu a {
    display: block;
    font-size: 15px;
    padding: 10px 18px;
    color: #222;
    text-decoration: none;
    border-left: 3px solid transparent;
    cursor: pointer;
}

.dossier-dropdown-menu a:hover {
    background: #f3f4f6;
    color: #3b82f6 !important;
}

.search-wrapper {
    position: relative;
    width: 280px;
}

.search-icon {
    position: absolute;
    left: auto;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 14px;
    pointer-events: none;
}



@media (max-width: 1534.98px) {
  .stati.nav-tabs {
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
    flex-wrap: nowrap;
  }
  .stati.nav-tabs .nav-link {
    font-size: 10.8px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 1199.98px) {
  .top-menu .navbar-nav .nav-item .qty {
    display: none !important;
  }
  .top-menu .navbar-nav .nav-item .megamenu .qty {
    display: inline-block !important;
    margin: 0;
  }
}

@media (max-width: 1023.98px) {
  .sidebar-viewer-btn {
    display: none;
  }
  #MobileModal #MobileModalBody {
    padding: 0px;
  }
  #MobileModal #MobileModalBody #layoutSidenav_view .viewer-navigation-prev {
    left: 0px !important;
  }
  #MobileModal #MobileModalBody #layoutSidenav_view .tab-content .tab-pane {
    height: calc(100vh - 108px) !important;
  }
  #MobileModal #MobileModalBody #layoutSidenav_view .fullscreen-mode,
  #MobileModal #MobileModalBody #layoutSidenav_view .newtab-mode {
    display: none;
  }
  #MobileModal #MobileModalBody #layoutSidenav_view .sentiment {
    bottom: 20px !important;
  }
  #expandAll,
  #toggleEye {

  }
}

@media (max-width: 991.98px) {
  .nav-right .profile .profile-name {
    display: none;
  }
  .navbar-expand .navbar-nav .nav-link {
    padding-left: 0px;
    padding-right: 0px;
  }
  .profile .dropdown-toggle::after {
    display: none;
  }
  .navbar-text,
  .topbar-divider {
    display: none !important;
  }
  .search {
    width: 42%;
    margin-right: 0 !important;
  }
  .sb-sidenavView-toggled #layoutSidenav #layoutSidenav_view,
  .sb-sidenavView-toggled #layoutSidenav_Edit #layoutSidenav_view_Edit {
    transform: translateX(0%);
    width: 90%;
  }
  .lista-rassegna
    li.list-group-item
    .section-right
    .btn-group[aria-label="Third group"] {
    display: none;
  }
  .lista-rassegna
    li.list-group-item
    .section-right
    .btn-group[aria-label="Second group"] {
    margin-right: 0px !important;
  }

  .list-top .sorting {
    margin-right: 0px;
  }
  .lista-rassegna .testata,
  .lista-rassegna .pagina,
  .lista-rassegna .autore,
  .lista-rassegna .argomento,
  .lista-rassegna .dossier,
  .lista-rassegna .orario {
    font-size: 11.5px;
  }
  .modal-2column {
    display: block !important;
  }
  .modal-dialog {
    min-width: 90% !important;
  }
  .advance-search {
    display: block;
  }

  .top-menu .navbar-nav .nav-item a span {
    display: none;
  }
  .top-menu .navbar-nav .nav-item .etichetta,
  .top-menu .navbar-nav .nav-item .qty {
    display: none !important;
  }
  .top-menu .navbar-nav .nav-item .megamenu .qty {
    display: inline-block !important;
    margin: 0;
  }
}

@media (max-width: 669.98px) {
  #dd-channels-menu-stampa {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #dd-channels-menu-web {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #dd-channels-menu-tv {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #dd-channels-menu-radio {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #single-menu-stampa {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #single-menu-web {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #single-menu-tv {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #single-menu-radio {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #expandView {
    display: none;
  }

  #channelSelector li.nav-item label.btn {
    display: flex;
  }

  .manage-bar .collapse-stati {
    display: none;
  }
  .stati.nav-tabs {
    padding-right: 15px;
  }
  .calendar {
    width: 200px;
  }
  #toggleViewButton {
    font-size: 0px;
    padding: 4px 8px;
    margin-right: 10px !important;
  }
  #toggleViewButton i {
    font-size: 0.9rem;
  }
  .lista-rassegna .action-row {
    min-width: 120px;
  }
  .stati.nav-tabs .nav-link {
    font-size: 10.5px;
    padding-left: 2px;
    padding-right: 2px;
    width: max-content;
  }
  .action-bar .btn {
    font-size: 12.5px;
  }
  .top-menu .navbar-nav .nav-item a
  {
    padding: 4px 10px;
  }
  .top-menu .navbar-nav .dropdown-menu {
    margin-left: 0px !important;
    margin-top: 0 !important;
    border-radius: 0px !important;
    width: 100%;
    padding: 30px 15px;
  }
  .top-menu .navbar-nav .nav-item {
    position: initial;
  }
  .top-menu .navbar-nav .megamenu {
    column-count: 1;
  }
  .top-menu .navbar-nav .dropdown-menu .btn {
    width: 90%;
  }
  .lista-rassegna li .section-left .informazioni {
    line-height: 110%;
  }

  #pdfLabelIcon {
    display: none !important;
  }

    .nav-item .linkPO i {
    color: white;
    transition: 0.3s ease;
  }

/* When checked → yellow icon */
.btn-check:checked + label .linkPO i {
  color: #ffc107;
}

#single-menu-tv .linkPO i,
#single-menu-radio .linkPO i {
  position: relative;
  top: 5.5px; /* adjust: 2px, 4px, etc */
}
#btn-search {
  margin-left: 4px;
}


#toggleEye {

  display:none;
}

}


@media (max-width: 574.98px) {

    .nav-item .linkPO i {
    color: white;
    transition: 0.3s ease;
  }

/* When checked → yellow icon */
.btn-check:checked + label .linkPO i {
  color: #ffc107;
}

#single-menu-tv .linkPO i,
#single-menu-radio .linkPO i {
  position: relative;
  top: 5.5px; /* adjust: 2px, 4px, etc */
}
#btn-search {
  margin-left: 4px;
}


  #news-body.content {
    height: calc(100vh - 252.5px);
  }

  .action-bar .btn span {
    display: none;
  }
  .action-bar .btn i {
    color: var(--bs-primary);
    font-size: 16px;
    margin-right: 0px;
  }

  .action-bar .btn-group {
    width: 100%;
  }
  .action-bar .btn {
    width: 33.33333%;
  }

  .stati.nav-tabs {
    max-width: 700px;
  }
  #sectionStati {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .top-menu .navbar-nav .nav-item a span {
    display: none;
  }
  .top-menu .navbar-nav .nav-item .etichetta,
  .top-menu .navbar-nav .nav-item .qty {
    display: none !important;
  }
  .top-menu .navbar-nav .nav-item .megamenu .qty {
    display: inline-block !important;
    margin: 0;
  }

  .navbar-nav.nav-right {
    margin-right: 0.25rem !important;
  }
  .nav-item.profile.dropdown .nav-link {
    margin-left: 0;
  }
  .search {
    width: 40% !important;
  }

  .top-menu .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    margin-left: 0px;
  }
  .list-top {
    padding: 5px 5px 5px 32px;
  }
  .list-top .sorting span {
    display: none;
  }
  #layoutSidenav_view {
    display: none;
  }
  #MobileModal #MobileModalBody #layoutSidenav_view {
    display: block;
  }
  .list-top .selection span {
    font-size: 10px;
    display: none;
  }
  .list-top .selection .form-check {
    display: flex;
    align-items: center;
    margin: 0px;
  }
  .top-menu .navbar-nav .nav-item {
    margin: 0 3px;
  }
  .calendar {
    width: 130px;
  }
  .calendar {
    padding: 10px 15px;
  }
  .calendar .date .day {
    font-size: 26px;
  }
  .calendar .dateNav {
    display: none !important;
  }
  .navbar-brand img {
    height: 20px;
    margin-right: 10px !important;
  }
  #sidebarToggle {
    margin-left: 5px !important;
  }
  #btnNavbarSearch {
    padding: 5px 0;
  }
  #MobileModal #MobileModalBody #layoutSidenav_view #myTabViewer {
    justify-content: flex-start !important;
    padding-left: 30px;
  }
  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-pubblica-btn
    span,
  #layoutSidenav_view .scelta-stato a.viewer-scarta-btn span,
  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-nuova-btn
    span,
  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-produzione-btn
    span,
  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-riservate-btn
    span {
    display: none;
  }

  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-scarta-btn,
  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-pubblica-btn,
  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-nuova-btn,
  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-produzione-btn,
  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-riservate-btn {
    padding: 0 12px;
    font-size: 13px !important;
  }

#toggleEye {

  display:none;
}


}

@media (max-width: 300px) {
  #news-body.content {
    height: calc(100vh - 252.5px);
  }

  .action-bar .btn span {
    display: none;
  }
  .action-bar .btn i {
    color: var(--bs-primary);
    font-size: 16px;
    margin-right: 0px;
  }

  .action-bar .btn-group {
    width: 100%;
  }
  .action-bar .btn {
    width: 33.33333%;
  }

  .stati.nav-tabs {
    max-width: 700px;
  }
  #sectionStati {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .top-menu .navbar-nav .nav-item a span {
    display: none;
  }
  .top-menu .navbar-nav .nav-item .etichetta,
  .top-menu .navbar-nav .nav-item .qty {
    display: none !important;
  }
  .top-menu .navbar-nav .nav-item .megamenu .qty {
    display: inline-block !important;
    margin: 0;
  }

  .navbar-nav.nav-right {
    margin-right: 0.25rem !important;
  }
  .nav-item.profile.dropdown .nav-link {
    margin-left: 0;
  }
  .search {
    width: 40% !important;
  }

  .top-menu .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    margin-left: 0px;
  }
  .list-top {
    padding: 5px 5px 5px 32px;
  }
  .list-top .sorting span {
    display: none;
  }
  #layoutSidenav_view {
    display: none;
  }
  #MobileModal #MobileModalBody #layoutSidenav_view {
    display: block;
  }
  .list-top .selection span {
    font-size: 10px;
    display: none;
  }
  .list-top .selection .form-check {
    display: flex;
    align-items: center;
    margin: 0px;
  }
  .top-menu .navbar-nav .nav-item {
    margin: 0 3px;
  }
  .calendar {
    width: 130px;
  }
  .calendar {
    padding: 10px 15px;
  }
  .calendar .date .day {
    font-size: 26px;
  }
  .calendar .dateNav {
    display: none !important;
  }
  .navbar-brand img {
    height: 20px;
    margin-right: 10px !important;
  }
  #sidebarToggle {
    margin-left: 5px !important;
  }
  #btnNavbarSearch {
    padding: 5px 0;
  }
  #MobileModal #MobileModalBody #layoutSidenav_view #myTabViewer {
    justify-content: flex-start !important;
    padding-left: 30px;
  }
  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-pubblica-btn
    span,
  #layoutSidenav_view .scelta-stato a.viewer-scarta-btn span,
  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-nuova-btn
    span,
  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-produzione-btn
    span,
  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-riservate-btn
    span {
    display: none;
  }

  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-scarta-btn,
  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-pubblica-btn,
  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-nuova-btn,
  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-produzione-btn,
  #MobileModal
    #MobileModalBody
    #layoutSidenav_view
    .scelta-stato
    a.viewer-riservate-btn {
    padding: 0 12px;
    font-size: 13px !important;
  }


}



@media (max-width: 1720px) {
 #layoutSidenav_view .scelta-stato a span {
    display: none;
  }

  #layoutSidenav_view .scelta-stato a i {
    margin-left: 0; 

  }
  #layoutSidenav_view .scelta-stato a {
    padding: 0 12px; 
    font-size: 13px !important;
  }

  #layoutSidenav_view .scelta-stato {
    left:50%;
   transform: translateX(-50%);  
    gap: 3px; 
  }


}/*


/* Switch to “mobile view” when screen is <= 750px */
@media (max-width: 768px) {
  /* Hide the span text inside the buttons */
  #layoutSidenav_view .scelta-stato a span {
    display: none;
  }

  /* Adjust icons spacing */
  #layoutSidenav_view .scelta-stato a i {
    margin-left: 0; 

  }
  #layoutSidenav_view .scelta-stato a {
    padding: 0 12px; 
    font-size: 13px !important;
  }

  /* Optional: center the buttons horizontally if needed */
  #layoutSidenav_view .scelta-stato {
    left:50%;
   transform: translateX(-50%);  
    gap: 3px; /* space between buttons */
  }

d-flex {
  flex-wrap: wrap;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 10px;
}

.dossier-dropdown{
 order: 2;
 flex: 1;
 margin-right:auto ;
}

.dossier-dropdown-toggle{
  width: 100%;
}
#filterStarIcon {
  order: 2;
  flex:0 0 auto;
  margin-left: auto;
  margin-top:-40px;
  font-size: 20px;
}

.search-wrapper{
  order:1;
  width: 100%;
}

.search-wrapper input{
  width: 100% !important;
}
.addnew-btn{
  order:3px;
  width: 100%;
  margin-top: 10px;
}

.d-flex.gap-2.text-end.align-items-center.justify-content-end {
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  row-gap: 10px !important;   
  column-gap: 8px !important; 
}
  /*  SEARCH */
  .search-wrapper {
    flex: 1 1 auto;
    min-width: 65%;
    position: relative;
  }

  .search-wrapper input {
    width: 100%;
    height: 42px;
    border-radius: 10px;
    padding-left: 35px;
  }

  .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
  }


.dossier-dropdown {
  flex: 0 0 auto;
  order: 2;
  margin-top:4% ;
  margin-left:1%;
  width: 200px;
  margin-bottom: 2%;
}

/*  + ⚙ SAME ROW FIX */
#filterStarIcon,
.dossier-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Keep them on same line */
#filterStarIcon {
  flex: 0 0 auto;
  font-size: 20px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 4%;
  order: 3;
}


/* Ensure they don't break line */
#filterStarIcon,
.dossier-dropdown {
  white-space: nowrap;
}

/* OPTIONAL: make sort button same height as search */
.dossier-dropdown-toggle {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

  /* BUTTONS FULL WIDTH */
  .addnew-btn,
  .dossier-btn {
    width: 100% !important;
    height: 45px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
  }

  /* Stack buttons nicely */
  .addnew-btn {
    order: 4;
  }

  #dossierSelectBtn {
    order: 5;
  }

  /* spacing between buttons */
  .addnew-btn + .dossier-btn {
    margin-top: 8px;
  }

  /* dropdown menu alignment */
  .dossier-dropdown-menu {
    right: 0;
    left: auto;
  }

  #MobileModalLabel ~ .btn-close {
  font-size: 0 !important;
}
}

/* SMALL VIEW = behave like mobile */
#layoutSidenav_view.small-view .scelta-stato a span {
  display: none;
}

/* same spacing as mobile */
#layoutSidenav_view.small-view .scelta-stato a i {
  margin-left: 0;
}

#layoutSidenav_view.small-view .scelta-stato a {
  padding: 0 12px;
  font-size: 13px !important;
}

/* same alignment */
#layoutSidenav_view.small-view .scelta-stato {
  left: 50%;
 
  gap: 3px;
}



#myTabViewer {
  display: flex; /* ensures flex layout */
  justify-content: center; /* center the tabs */
  gap: 12px; /* equal spacing between icons */
  align-items: center; /* vertical alignment */
}

#myTabViewer .nav-item,
#myTabViewer .navEXT-item {
  margin: 0; /* reset any inline margin/padding */
  padding: 0; /* reset padding */
}

#myTabViewer .nav-item a,
#myTabViewer .navEXT-item a,
#myTabViewer button.nav-tabs {
  display: flex; /* flex inside for icon centering */
  align-items: center;
  justify-content: center;
  padding: 6px; /* consistent padding for all */
}

.accordion-button {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* align everything to the left */
}

.accordion-arrow {
  order: 1; /* optional: ensures arrow comes after text/icons if needed */
  margin-left: 50px; /* small spacing from the previous element */
  transition: transform 0.3s ease;
}

/* Rotate arrow when expanded */
.accordion-button[aria-expanded="true"] .accordion-arrow {
  transform: rotate(180deg);
}

.tagClass {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  /* background-color: #000; */
  background-color: #326ce3;
  color: #fff;
  border-color: #fff;
  border-width: 14px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1001;
  box-shadow: 0 2px 5px rgba(151, 151, 151, 0.2);
  opacity: 1;
  transition: opacity 0.2s;
}

.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-width: 4px;
  border-style: solid;
  /* border-color: #000 transparent transparent transparent; */
  border-color: #326ce3 transparent transparent transparent;
}

#shareMailSing a#shareMailOne i {
  color: var(--bs-primary);
  font-size: 14px;
  margin-right: 6px;
}

.btnModalCambiaSezione {
  color: var(--bs-primary) !important;
  font-size: 14px !important;
 
}
.scelta-stato > a.btnModalCambiaSezione {
  margin-left: 45px;
}
  

  
.btnDossierModal i {
  color: var(--bs-primary);
  font-size: 13px;
  
}


.search-wrapper input{
  width: 100% !important;
}

/*
#bodyRassegnaEmail table tr.striped-row td {
  background-color: transparent;
}

#bodyRassegnaEmail table tr.striped-row:nth-child(odd) td {
  background-color: #F7F7F7;   
}

#bodyRassegnaEmail table tr.striped-row:nth-child(even) td {
  background-color: #DCDCDD;   
}

*/

@media (min-width: 768px) and (max-width: 1024px) {

  #layoutSidenav_view .scelta-stato,
  #layoutSidenav_view_Edit .scelta-stato {
    transform: translateX(-50%);
    top: 42px;
    display: flex;
    flex-wrap: nowrap;    
    max-width: 90%;      
  }

  #layoutSidenav_view .scelta-stato a,
  #layoutSidenav_view_Edit .scelta-stato a {
    font-size: 10px;
    padding: 4px 6px;
  }

  
}