@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


/* <weight>: Use a value from 100 to 900
 <uniquifier>: Use a unique and descriptive class name */

/*.montserrat-<uniquifier> {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/

body {
    display: flex;
    flex-direction: column;
}


[data-drupal-messages] {
    order: -1; 
    width: 100%;
    margin-bottom: 20px; 
}


header + [data-drupal-messages] {
    margin-top: 20px;
}


.ruolo-editor.logout-confirm #block-system-main-block {
  width: 600px !important;
  padding: 25px;
  background-color: transparent !important;
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(43, 43, 128, 0) !important;
  box-shadow: 0px 0px 0px 0px rgba(43, 43, 128, 0) !important;
  margin: 0px auto;
}

.ruolo-editor .page-content {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

@media screen and (min-width: 38em) {
  .ruolo-editor .page-content {
    margin-top: 0rem;
  }
}


.page-wrapper *:focus,
.ui-dialog *:focus {
  outline: none;
  box-shadow: none;
}

.ruolo-editor.toolbar-tray-open:not(.toolbar-vertical) .layout-container,
body.ruolo-editor:not(.toolbar-tray-open) .layout-container {
  margin-right: 0em;
  margin-left: 0em;
}

:root {
  --font-family: "Montserrat", sans-serif !important;
}


.button {
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 13px;
}

.button--primary {
  color: var(--button-fg-color--primary);
  background: rgb(43, 43, 128);
  background: -moz-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  background: linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2b80", endColorstr="#0182be", GradientType=1);
}

.button--primary:is(:hover, :active) {
  background: rgb(43, 43, 128);
  background: -moz-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(43, 43, 128, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(43, 43, 128, 1) 100%);
  background: linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(43, 43, 128, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2b80", endColorstr="#2b2b80", GradientType=1);
}


.toolbar .toolbar-bar {
  background: rgb(43, 43, 128);
  background: -moz-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  background: linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2b80", endColorstr="#0182be", GradientType=1);
}

.views-bulk-actions__item .button--primary:not(:disabled, .is-disabled) {
  background: rgb(43, 43, 128);
  background: -moz-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  background: linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
}

.views-bulk-actions__item .button--primary:not(:disabled, .is-disabled):hover {
  background: #2b2b80;
}

.views-bulk-actions {
  background: rgb(43, 43, 128);
  background: -moz-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  background: linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2b80", endColorstr="#0182be", GradientType=1);
}

.ruolo-editor {
  background: rgb(189, 222, 241);

}

.ruolo-editor .menu-cruscotto .logo {
  display: inline-block;
  vertical-align: middle;
}

.ruolo-editor .menu-cruscotto .logo img {
  width: 170px;
}

.ruolo-editor .menu-cruscotto .logo:hover {
  opacity: 0.7;
}

.ruolo-editor .menu-cruscotto {
  background-color: #FFF;
  padding: 11px 25px 6px 20px;
  border-bottom: 2px solid #263587;
}

.ruolo-editor .menu-cruscotto ul {
  display: inline-block;
  width: calc(100% - 180px);
  list-style: none;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  text-align: center;
}

.ruolo-editor .menu-cruscotto ul li {
  display: inline-block;
}

.ruolo-editor .menu-cruscotto li.btn-logout {
  float: right;
}

.ruolo-editor .menu-cruscotto li.btn-logout a {
  display: inline-block;
  font-family: "Noto Sans", serif !important;
  background: rgb(43, 43, 128);
  background: -moz-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  background: linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2b80", endColorstr="#0182be", GradientType=1);
  padding: 6px 18px;
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  border-radius: 20px;
}


.ruolo-editor .menu-cruscotto li.btn-logout a:hover {
  background: rgb(43, 43, 128);
  background: -moz-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(43, 43, 128, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(43, 43, 128, 1) 100%);
  background: linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(43, 43, 128, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2b80", endColorstr="#2b2b80", GradientType=1);
}

.ruolo-editor .menu-cruscotto li.btn-home {
  float: right;
  margin: 5px 15px;
}

.ruolo-editor .menu-cruscotto li.btn-home a {
  display: inline-block;
}

.ruolo-editor .menu-cruscotto li.btn-home img {
  height: 25px;
  width: auto;
}

.ruolo-editor .menu-cruscotto li.btn-home a:hover {
  opacity: 0.7;
}


.ruolo-editor .page-wrapper header {
  display: none;
}

.ruolo-editor.logout-confirm .user-logout-confirm {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background: #ffffff;
  color: white;
  -webkit-box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
  box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
  padding: 30px 50px;
  color: #000;
  text-align: center;
  border-radius: 10px;
}


.ruolo-editor .form-actions,
.ruolo-editor .field-actions {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.ruolo-editor.logout-confirm {
  background: rgb(184, 220, 239);
  background: -moz-linear-gradient(70deg, rgba(184, 220, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(70deg, rgba(184, 220, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(70deg, rgba(184, 220, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b8dcef", endColorstr="#ffffff", GradientType=1);
}

.ruolo-editor p {
  padding: 0px;
  margin: 0px;
}


html,
body.ruolo-editor.path-cruscotto-editor {
  height: 100%;
  margin: 0;
  padding: 0;
}

body.ruolo-editor.path-cruscotto-editor {
  background-image: url(/sites/default/files/simplelogin/zbi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}


.ruolo-editor.path-cruscotto-editor #block-system-main-block {
  text-align: center !important;
}

.ruolo-editor .cruscotto-container {
  display: inline-block;
  margin: 60px auto;
  width: 1400px;
  text-align: left;
}

.ruolo-editor .cruscotto-container .intro {
  display: inline-block;
  max-width: 650px;
  padding:0px 20px;
}

.ruolo-editor .cruscotto-container h2 {
  font-family: "Noto Sans", serif;
  font-size: 23px;
  font-weight: 1000;
  font-style: italic;
  text-transform: uppercase;
  background: linear-gradient(to right, #002f87, #009fe3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin:0px;
}

.ruolo-editor .cruscotto-container p {
  display: inline-block;
  padding-top: 10px;
  font-family: "Noto Sans", serif;
}

.ruolo-editor .cruscotto-container .box-user {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.ruolo-editor .cruscotto-container .single-box {
  transition: transform 0.3s ease-in-out;
  /* Transizione fluida */
  display: inline-block;
  border-radius: 10px;
  width: calc(25% - 30px);
  margin: 15px 15px;

  background-color: #3593c1;
 

  -webkit-box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
  box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);

  min-height: 200px;
}

.ruolo-editor .cruscotto-container .single-box:hover {
  transform: scale(1.05);
  /* Leggero ingrandimento */
}

.ruolo-editor .cruscotto-container .single-box .picture {
  float: left;
  margin: 20px;
  overflow: hidden;

}

.ruolo-editor .cruscotto-container .single-box .picture img {
  float: left;
  border-radius: 50%;
  width: 70px;

}

.ruolo-editor .cruscotto-container .single-box .data-user {
  float: right;
  width: calc(100% - 130px);
  margin-right: 20px;
  font-size: 13px;
  color: #FFF;
  margin-top: 20px;
}

.ruolo-editor .cruscotto-container .single-box .data-user span {
  font-weight: 600;
}

.ruolo-editor .cruscotto-container .single-box .data-user h3 {
  font-family: "Noto Sans", serif;
  font-size: 23px;
  font-weight: 1000;
  margin: 0px 0px 10px 0px;
}


.ruolo-editor .cruscotto-container .data-user a {
  display: inline-block;
  font-family: "Noto Sans", serif !important;
  padding: 6px 18px;
  color: #002f87;
  text-decoration: none;
  font-weight: 600;
  border-radius: 20px;
  font-size: 13px;

  margin-top: 15px;
  margin-bottom: 20px;
  margin-right: 5px;

  position: relative;
  background: #FFF;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
  z-index: 0;

}

.ruolo-editor .cruscotto-container .single-box .data-user a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #004170;
  transition: width 0.2s ease-in-out;
  z-index: -1;
}

.ruolo-editor .cruscotto-container .single-box .data-user a:hover::before {
  width: 100%;
  /* Espande il background da sinistra a destra */
}

.ruolo-editor .cruscotto-container .single-box .data-user a:hover {
  color: white;
  /* Cambia il colore del testo per contrasto */
}

.ruolo-editor .cruscotto-container .single-box h1 {
  color: #FFF;
  margin: 20px;
  font-size: 24px;
}

.ruolo-editor .cruscotto-container .single-box h1 span {
      font-weight: 600;
    color: #004170;
}

.ruolo-editor .cruscotto-container .single-box p {
  margin: 8px 0px 2px 0px;
  padding: 0px 20px;
  color: #FFF;
  font-size: 13px;
  min-height: 40px;
  display: inline-block;
  width: calc(100% - 40px);
}

.box-user.v2 .single-box  p {
 min-height: auto !important;
}



.ruolo-editor .cruscotto-container .single-box .container-buttons {
  padding: 0px 0px 0px 20px; 
}

.ruolo-editor .cruscotto-container .single-box .container-buttons a {
  display: inline-block;
  font-family: "Noto Sans", serif !important;
  padding: 4px 10px;
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  border-radius: 20px;
  font-size: 13px;

  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: 5px;
  border: 2px solid #FFF;

  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  background: transparent;
}


.ruolo-editor .cruscotto-container .single-box .container-buttons a:hover {
  background: #004170;
}


.ruolo-editor .tabelle-elenco {
  margin: 30px;
}

.ruolo-editor #block-system-main-block {
  text-align: center !important;
  max-width: 1600px;
  margin: 0px auto;
  text-align: left;
}


.ruolo-editor .tabelle-elenco .view-header h1 {

  font-size: 23px;
  font-weight: 1000;
  text-transform: uppercase;
  background: linear-gradient(to right, #002f87, #009fe3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: left;
}

.ruolo-editor .tabelle-elenco .view-header h1 a svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.ruolo-editor .tabelle-elenco .view-header h1 span {
  font-weight: 300;
}


.ruolo-editor .cruscotto-container.v2-detail .single-box:nth-of-type(2) h1 span::before {
  content: "da pagare";
  position: absolute;
  left: -30px;
  font-size: 8px;
  width: 100px;
  top: 28px;
  color: #FFF;
}

.ruolo-editor .cruscotto-container.v2-detail .single-box h1 span{
    position:relative;
}


.ruolo-editor .tabelle-elenco .view-filters {
  display: none;
}



.ruolo-editor .tabelle-elenco .view-header h1 a.filter {
  float: right;
  display: inline-block;

  background: rgb(43, 43, 128);
  background: -moz-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  background: linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2b80", endColorstr="#0182be", GradientType=1);
  padding: 8px 20px;
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  border-radius: 20px;
  font-size: 13px;
  text-transform: none;

}

.ruolo-editor .tabelle-elenco .view-header h1 a.filter:hover {
  background: #2b2b80;
}

.ruolo-editor .tabelle-elenco .view-header h1 a.filter svg {

  height: 15px !important;
  margin-right: 0px !important;
}

.ruolo-editor .form-element {
  border-radius: 10px;
  min-height: 30px;
  padding: 6px 37px 6px 8px;
  font-size: 14px;
  margin:0px;
}

.ruolo-editor .tabelle-elenco #edit-actions {
  text-align: left;
  margin-top: 15px;
}

.ruolo-editor .tabelle-elenco .views-exposed-form {
  border-radius: 10px;
  background-color: #FFF;

  -webkit-box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
  box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
  border: 2px solid #FFF;
}

.ruolo-editor .tabelle-elenco .views-field-title a,
.ruolo-editor .tabelle-elenco .views-field-title {
  font-weight: bold;
  color: #002f87;
  text-decoration: none;
}

.ruolo-editor .tabelle-elenco .views-field-title a:hover {
  color: #027ebb;
}

.ruolo-editor .tabelle-elenco .views-table {
  border: 15px solid #FFF;
  -webkit-box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
  box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
}

.ruolo-editor .tabelle-elenco .views-table td,
.ruolo-editor .tabelle-elenco .views-table th {
  padding: 0px 10px;
  height: auto;
  font-size: 14px;
}


.ruolo-editor .tabelle-elenco .views-table th {
  padding: 10px 10px;
  height: auto;
  background: #bddef154;
}


.ruolo-editor .tabelle-elenco #edit-actions input:first-of-type {
  color: var(--button-fg-color--primary);
  background: rgb(43, 43, 128);
  background: -moz-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  background: linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2b80", endColorstr="#0182be", GradientType=1);
}

.ruolo-editor .tabelle-elenco #edit-actions input:first-of-type:is(:hover, :active) {
  background: rgb(43, 43, 128);
  background: -moz-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(43, 43, 128, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(43, 43, 128, 1) 100%);
  background: linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(43, 43, 128, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2b80", endColorstr="#2b2b80", GradientType=1);
}

.ruolo-editor .tabelle-elenco .views-bulk-actions {
  background: #bddef1;
  border: 0px;
  color: #002f87;
  padding: 13px 20px 13px 20px;
  -webkit-box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
  box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
  border-radius: 10px;
}

.ruolo-editor .tabelle-elenco .views-bulk-actions label {
  display: none;
}

.pager__link.is-active,
.pager__item--current {
  color: var(--pager-active-fg-color);
  border: var(--pager-border-width) solid transparent;
  background: #253889;
}

.ruolo-editor.user-logged-in.path-user #block-system-main-block {
  width: 600px;
  padding: 25px;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
  box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
  margin: 0px auto;
}


.ruolo-editor.user-logged-in.path-user #block-system-main-block .form-element {
  width: 100%;
}


.ruolo-editor .views-field-edit-node a,
.ruolo-editor .views-field-edit-user a{

  display: inline-block;
  font-family: "Noto Sans", serif !important;
  padding: 4px 16px;
  color: #2b2b80;
  text-decoration: none;
  font-weight: 600;
  border-radius: 20px;
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: 5px;
  border: 2px solid #2b2b80;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  background: transparent;

}

.ruolo-editor .views-field-delete-node a {

  display: inline-block;
  font-family: "Noto Sans", serif !important;
  padding: 4px 16px;
  color: red;
  text-decoration: none;
  font-weight: 600;
  border-radius: 20px;
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: 5px;
  border: 2px solid #2b2b80;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  background: transparent;

}

.ruolo-editor .views-field-edit-node,
.ruolo-editor .views-field-delete-node,
.ruolo-editor .views-field-edit-user {
  width: 1%;
  white-space: nowrap;
}

.ruolo-editor .views-field-edit-node a:hover,
.ruolo-editor .views-field-delete-node a:hover,
.ruolo-editor .views-field-edit-user a:hover {
  background: #004170;
  color: #FFF !important;
}



.ruolo-editor .layout-region--main .layout-region__content {
  padding: 25px;
  background-color: #FFF;
  border-radius: 10px;
  margin: 0px 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
  box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
}


.ruolo-editor .layout-region--secondary #edit-advanced {
  padding: 25px;
  background-color: #FFF;
  border-radius: 10px;
  margin: 0px 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
  box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
}

.ruolo-editor .layout-region--secondary {
  padding: 0px 25px 0px 25px;
  margin: 0px;
  text-align:left;
}


.ruolo-editor .layout-region__content .form-element {
  width: 100%;
}

.ruolo-editor .action-link {
  display: inline-block;
  background: #FFF;
  padding: 6px 18px;
  color: red;
  text-decoration: none;
  font-weight: 600;
  border-radius: 20px;
  font-size: 13px;
}


.ruolo-editor .action-link:hover {
  opacity: 0.7;
}

.ruolo-editor.node-edit-add #block-page-title-block h1 {
  font-size: 23px;
  font-weight: 1000;
  text-transform: uppercase;
  background: linear-gradient(to right, #002f87, #009fe3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  width: var(--layout-region-edit-width);
  grid-column: 1;
  margin-inline: auto;
}

.ruolo-editor.node-edit-add #block-page-title-block {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: minmax(0, 3fr) minmax(22.5rem, 1fr);
  gap: var(--space-l);
  margin: 50px 0px 0px 0px;
}

.ruolo-editor.node-edit-add #block-page-title-block h1 em {
  font-weight: 300;
}

.ruolo-editor.node-edit-add #block-page-title-block h1 a {
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
}


.ruolo-editor.node-edit-user h1 {
  max-width: 650px;
  margin: 50px auto 25px auto;
  font-size: 23px;
  font-weight: 1000;
  text-transform: uppercase;
  background: linear-gradient(to right, #002f87, #009fe3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ruolo-editor.node-edit-user h1 a svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}






.back-arrow::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #002f87;
  border-width: 0 0 2px 2px; /* Crea una forma a "L" */
  transform: rotate(45deg); /* Ruota per somigliare a una freccia sinistra */
  margin-right: 8px;
  vertical-align: middle;
}

.back-arrow {
  text-decoration: none;
  color: #002f87;
  font-size: 16px;
  line-height: 1;
}

.back-arrow:hover::before {
  border-color: #0056b3; /* Scuro al passaggio del mouse */
}

.h1-custom{
    margin-bottom:0px !important;
    text-transform:none !important;
}


/** CSS CUSTOM FIA **/

.ruolo-editor .tabelle-elenco .views-table td a{
  font-weight: bold;
  color: #002f87;
  text-decoration:none;
}


.ruolo-editor .tabelle-elenco .views-table td a:hover{
  color: #000;
}

.ruolo-editor .tabelle-elenco .views-table .form-datetime-wrapper h4{
display:none;
}


.ruolo-editor .tabelle-elenco  .form-actions #edit-actions-submit{
    background: rgb(43, 43, 128);
    background: -moz-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
    background: linear-gradient(90deg, rgba(43, 43, 128, 1) 0%, rgba(1, 130, 190, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2b80", endColorstr="#0182be", GradientType=1);
    padding: 8px 40px !important;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    border-radius: 20px;
    font-size: 13px;
    text-transform: none;
}

.ruolo-editor .tabelle-elenco  .form-actions #edit-actions-submit:hover {
    background: #2b2b80;
}

.ruolo-editor .tabelle-elenco .views-exposed-form fieldset.form-wrapper{
    padding:0px !important;
    border:0px;
    box-shadow: none;
    text-align:left;
    margin:0px;
}

.ruolo-editor .tabelle-elenco .views-exposed-form .fieldset__label,
.ruolo-editor .tabelle-elenco .views-exposed-form .fieldset__wrapper{
    padding:0px 0px 0px 0px !important;
    margin:0px 10px 0px 5px;
}

.ruolo-editor .tabelle-elenco .views-exposed-form .fieldset__label{
    color:red;
    padding-top:18px !important;
    font-size:14px ;
    color:#000;
}

.ruolo-editor .tabelle-elenco .views-exposed-form  legend{
    margin:0px 0px 0px 0px !important;
   padding:0px !important;
}

.ruolo-editor .tabelle-elenco .views-exposed-form .fieldset__wrapper .js-form-item.form-type--select{
    margin:4px 0px 0px 0px;
}

.ruolo-editor .tabelle-elenco .views-exposed-form .fieldset__wrapper .js-form-item{
    margin:4px 0px 0px 0px;
}

.ruolo-editor.node-edit-add .form-item{
	text-align:left;
}

.btn-inserimento-nuovo{
float: right;
    display: inline-block;
    background: #31a6e6;

    padding: 8px 20px;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    border-radius: 20px;
    font-size: 13px;
    text-transform: none;
    margin-right:10px;
}

.btn-inserimento-nuovo:hover{
  background: #002f87;
  color:#FFF;
}


.ruolo-editor .views-field-edit-node a:hover, 
.ruolo-editor .views-field-delete-node a:hover{
color:#FFF !important;
}


.ruolo-editor.path-node.page-node-type-quote .node__content{
    margin:30px auto;
    max-width:600px;
    background-color:#FFF;
    border-radius:15px;
    padding:50px;
    text-align:left;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
    box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
}

.ruolo-editor.path-node.page-node-type-quote .node__content .field {
    border-bottom:1px solid #CCC;
    padding:0px 0px 20px 0px;
    margin-bottom:20px;
}


.ruolo-editor.path-taxonomy .node__content{
    margin:30px auto;
    max-width:600px;
    background-color:#FFF;
    border-radius:15px;
    padding:50px;
    text-align:left;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
    box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
}

.ruolo-editor.path-taxonomy .node__content .field {
    border-bottom:1px solid #CCC;
    padding:0px 0px 20px 0px;
    margin-bottom:20px;
}

.ruolo-editor.path-taxonomy  article h2 a{
font-size: 23px;
    font-weight: 1000;
    text-transform: uppercase;
    font-family:"Montserrat", sans-serif !important;
    text-decoration:none;
    color:#2b2b80;
}

.ruolo-editor.path-taxonomy .node__links{
display:none;
}

.ruolo-editor .cruscotto-container.v2-detail{
    margin:0px !important;
    width:100% !important;
}

.ruolo-editor .cruscotto-container.v2-detail .box-user{
 margin-top:20px !important;
}


.ruolo-editor .cruscotto-container.v2-detail .single-box h1 span{
    float:right;
    background-color:#FFF;
    width:40px;
    height:40px;
    border-radius:50%;
    font-size:17px;
    line-height:42px;
    text-align: center;
    font-weight:bold;
    margin-top: -7px;
}

.ruolo-editor.path-dati .tabnodecontent{
    margin:20px 15px;
    padding:30px;
    background-color:#FFF;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
    box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
    border-radius:10px;
    text-align:left;
}

.ruolo-editor.path-dati .tabnodecontent .field{
    border-bottom:1px solid #CCC;
    padding:6px;
}

.container-buttons.v2{
    padding-left:0px !important;
}

.single-box.small{
    width:12.5% !important;
     text-align:center;
}

.single-box.small p{
    text-align:center;
}

.qrcode{
 width:80px;
}


/* Nasconde l'aspetto predefinito della checkbox */
.ruolo-editor .form-type--checkbox .form-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 50px !important; /* Larghezza del toggle */
    min-width: 50px !important; /* Larghezza del toggle */
  height: 26px; /* Altezza del toggle */
  background: #ccc; /* Colore di sfondo quando non selezionato */
  border-radius: 12px; /* Bordi arrotondati per il rettangolo */
  position: relative;
  cursor: pointer;
  outline: none;
    border:1px solid #8f8c8c !important;
}

/* Crea il "pallino" del toggle con lo pseudo-elemento :after */
.ruolo-editor .form-type--checkbox .form-checkbox::after {
  content: '';
  position: absolute;
  width: 20px; /* Dimensione del pallino */
  height: 20px;
  left: 3px; /* Posizione iniziale quando non selezionato */
  top: 2px;
  background: #fff; /* Colore del pallino */
  border-radius: 50%; /* Forma circolare */
  transition: transform 0.2s ease; /* Animazione fluida */
}

/* Quando la checkbox è selezionata, sposta il pallino a destra e cambia colore di sfondo */
.ruolo-editor .form-type--checkbox .form-checkbox:checked {
  background: #2b2b80; /* Colore di sfondo quando selezionato (verde) */
}

.ruolo-editor .form-type--checkbox  .form-checkbox:checked::after {
  transform: translateX(24px); /* Sposta il pallino a destra */
}

/* Posiziona l'etichetta accanto al toggle */
.ruolo-editor .form-type--checkbox .form-item__label {
  margin-left: 20px; /* Spazio tra toggle e testo */
  cursor: pointer;
}

/* Opzionale: assicurati che il contenitore si comporti correttamente */
.ruolo-editor .form-type--checkbox {
  display: flex;
  align-items: center;
}

.cruscotto-container.v2-detail h1{
    color:#FFF !important;
}


.ruolo-editor.page-node-type-notizia .node__content,
.ruolo-editor.page-node-type-soci .node__content,
.ruolo-editor.page-node-type-prodotto .node__content{
    background-color:#FFF;
    margin:30px auto;
    border-radius:20px;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
    box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
    padding:35px;
    max-width:700px;
} 


.ruolo-editor.page-node-type-notizia .node__content .field,
.ruolo-editor.page-node-type-soci .node__content .field,
.ruolo-editor.page-node-type-prodotto .node__content .field{
    text-align:left;
    border-bottom:1px solid #CCC;
    padding:13px;
}

.ruolo-editor.genera-quote #block-system-main-block{
 background-color:#FFF;
    margin:30px auto;
    border-radius:20px;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
    box-shadow: 0px 0px 15px -2px rgba(43, 43, 128, 0.7);
    padding:35px;
    max-width:700px;
    text-align:center;
}

.ruolo-editor.genera-quote #block-system-main-block label{
 display:inline-block;
 width:100%;
 text-align:center;
}

.btn-logout{
	display: inline-block;
    font-family: "Noto Sans", serif !important;
    padding: 6px 18px;
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    border-radius: 20px;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-right: 5px;
    position: relative;
    background: #002f87;
    overflow: hidden;
    transition: color 0.2s ease-in-out;
    z-index: 0;
}

.btn-logout:hover{
	color:#FFF;
	background:#4b75c4;
}

.reset-password header{
display:none;
}

/** CSS CUSTOM FIA **/


@media screen and (max-width: 1500px) {

  .ruolo-editor .cruscotto-container {
    display: inline-block;

    width: calc(100% - 50px);
    text-align: left;
    margin: 60px 25px;
  }


  .ruolo-editor .cruscotto-container .single-box {
    width: calc(33% - 30px);

  }

}


@media screen and (max-width: 1130px) {


  .ruolo-editor .cruscotto-container .single-box {
    width: calc(50% - 30px);

  }


  .ruolo-editor.user-logged-in.path-user #block-system-main-block {
    width: calc(100% - 100px);
    max-width: calc(100% - 100px);
    margin-left: 25px;
    margin-right: 25px;

  }

}

  @media screen and (max-width: 800px) {

    .ruolo-editor.node-edit-user h1 {
      max-width: 650px;
      margin: 50px 25px 25px 50px;
    }


    .ruolo-editor .cruscotto-container .single-box {
      width: calc(100% - 0px);
      margin: 15px 0px;
    }

    .ruolo-editor .layout-region--secondary {
      padding: 25px 25px 0px 25px;
      margin: 0px;
    }

    .ruolo-editor .layout-region--main .layout-region__content {
      margin: 0px 25px;
    }

    .ruolo-editor.node-edit-add #block-page-title-block h1 {
      margin: 0px 25px;
    }



  }


#updateprogress{
    margin:150px;
}




.ruolo-editor .tabelle-elenco .views-table td,
.ruolo-editor .tabelle-elenco .views-table th{
    font-size:12px;
}

.ruolo-editor .tabelle-elenco .views-table th.views-field-view-node,
.ruolo-editor .tabelle-elenco .views-table th.views-field-field-categoria,
.ruolo-editor .tabelle-elenco .views-table th.views-field-field-allegato{
    white-space: nowrap;
}

.ruolo-editor .tabelle-elenco .views-table td.views-field-field-prodotto,
.ruolo-editor .tabelle-elenco .views-table td.views-field-field-socio{
    min-width:170px;
}

.ruolo-editor .tabelle-elenco .views-table td.views-field-form-field-field-stato{
    max-width:150px;
}


.ruolo-editor .tabelle-elenco .views-table td.views-field-form-field-field-prezzo-quota{
    max-width:100px;
}

.ruolo-editor .tabelle-elenco .views-table td .form-element {
    padding: 6px 8px 6px 8px;
}