body {
  font-family: "Roboto", sans-serif;
  color: var(--black);
}
body.gb-logged {
  background: var(--background);
}

a {
  color: currentColor !important;
}

.gb-breadcrumb {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 0;
  display: flex;
  font-size: 0.875rem;
}

.gb-breadcrumb > li:not(.gb-act) {
  font-weight: 700;
}

.gb-breadcrumb > li + li:before {
  padding: 0 5px;
  content: ">"/"";
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}
* img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.gb-hidden-visually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 0px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0px !important;
}

button {
  cursor: pointer !important;
  color: currentColor;
}

textarea, input, button {
  border-radius: 0;
  background: none;
  border: none;
}

:focus, :visited, :active {
  box-shadow: none;
  outline: 0;
}

:focus-visible {
  outline-offset: 4px;
  outline: -webkit-focus-ring-color auto 3px;
}

legend {
  float: none !important;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.gb-disabled,
.gb_disabled {
  opacity: 0.8;
  pointer-events: none;
}

@media (min-width: 1600px) {
  .container-lg,
  .container-md,
  .container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding-inline: 20px;
  }
}
.container-fluid {
  padding-inline: 20px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-inline: 20px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-inline: 40px;
  }
}

picture {
  display: block;
}

.gb-badge {
  background: var(--eli);
  color: var(--white);
  margin-right: 2px;
}

.gb-pagination {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  list-style: none;
}
.gb-pagination .gb-other-page:after {
  content: "...";
  display: block;
  color: var(--eli);
}
.gb-pagination .page-item {
  color: var(--eli);
  border: 1px solid var(--eli);
}
.gb-pagination .page-item a {
  padding: 6px 10px;
}
.gb-pagination .page-item.active {
  color: var(--white);
  background: var(--eli);
}
.gb-pagination .disabled {
  color: var(--border);
  cursor: not-allowed;
  border-color: var(--border);
}

gb-bold {
  font-weight: 600;
  display: inline;
}

gb-uppercase {
  text-transform: uppercase;
  display: inline;
}

gb-lowercase {
  text-transform: lowercase;
  display: inline;
}

gb-italic {
  font-style: italic;
}

gb-highlight {
  background: color-mix(in srgb, #f3ea06 80%, transparent);
}

gb-small {
  font-size: 0.75rem;
}

:root {
  --black: #000;
  --white: #fff;
  --gray: #E8E8E8;
  --eli: #009BA4;
  --eli-light: #B3E1E4;
  --eli-dark: #006B71;
  --eli-secondary: #FF635A;
  --eli-secondary-light: #FFDFDE;
  --danger: #B22F38;
  --border: #D9D9D9;
  --background: #F5F5F5;
  --gray-text: #494949;
  --border-radius: 8px;
  --header-height:100px;
  --aside-width: 350px;
}

.gb-cta {
  padding: 10px 30px;
  background: var(--eli-light);
  color: var(--black);
  border-radius: var(--border-radius);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
}
.gb-cta.cta-outline {
  border: 3px solid var(--eli-dark);
  border-radius: var(--border-radius);
  color: var(--eli-dark) !important;
  background: transparent;
  padding: 7px 27px;
}
.gb-cta.cta-white {
  background: var(--white);
  color: var(--black);
}
.gb-cta.cta-gray {
  background: var(--gray);
}
.gb-cta.cta-secondary-light {
  background-color: var(--eli-secondary-light);
}
.gb-cta.cta-dark {
  background-color: var(--eli-dark);
  color: var(--white) !important;
}
.gb-cta.cta-fw {
  width: 100%;
}
.gb-cta.cta-menu {
  background: transparent;
  font-weight: 400;
  display: block;
}
.gb-cta.cta-menu.gb-act, .gb-cta.cta-menu:hover, .gb-cta.cta-menu:focus {
  background-color: var(--eli-light);
}

.error {
  --error: var(--danger);
}

.gb-error {
  color: var(--danger);
  font-size: 0.875rem;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  margin-block: 1rem;
}

.errorMessage {
  color: var(--danger);
  font-size: 0.875rem;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
}
.errorMessage:before {
  content: "\f33b";
  display: inline-block;
  font-size: 1rem;
  font-family: "bootstrap-icons";
  margin-right: 0.5rem;
  vertical-align: middle;
}

.gb-form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.gb-form-group:only-child, .gb-form-group.gb-span-all {
  grid-column: 1/-1;
}
.gb-form-group .gb-label {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  color: var(--error);
}
.gb-form-group .gb-form-textarea {
  border: 2px solid var(--error, var(--border));
  border-radius: var(--border-radius);
  padding: 12px;
  width: 100%;
}
.gb-form-group .gb-form-select,
.gb-form-group .gb-form-input {
  border: 2px solid var(--error, var(--border));
  border-radius: var(--border-radius);
  padding: 12px;
  width: 100%;
  height: 42px;
  background-color: var(--white);
}
.gb-form-group .gb-form-select[type=file],
.gb-form-group .gb-form-input[type=file] {
  padding: 4px;
}
.gb-form-group .gb-form-select {
  padding-block: 0;
}
.gb-form-group .select2-selection {
  border: 2px solid var(--border) !important;
  border-radius: var(--border-radius) !important;
  line-height: normal !important;
}
.gb-form-group .select2-selection.select2-selection--multiple {
  padding: 0 !important;
  min-height: 42px !important;
}
.gb-form-group .select2-selection.select2-selection--multiple:focus-within {
  outline-offset: 4px;
  outline: -webkit-focus-ring-color auto 3px;
}
.gb-form-group .select2-selection.select2-selection--multiple .select2-selection__rendered {
  padding-inline: 8px 20px !important;
}
.gb-form-group .select2-selection.select2-selection--multiple .select2-selection__clear {
  margin-top: 8px !important;
  margin-right: 0 !important;
}
.gb-form-group .select2-selection.select2-selection--single {
  padding: 5px !important;
  height: 42px !important;
}
.gb-form-group .select2-selection.select2-selection--single .select2-selection__arrow {
  top: 8px !important;
}
.gb-form-group .select2-selection .select2-selection__choice {
  background-color: var(--eli-light) !important;
  border-radius: var(--border-radius) !important;
  padding: 5px 12px !important;
  border: none !important;
}
.gb-form-group .select2-selection .select2-search {
  padding-block: 6px !important;
}
.gb-form-group .select2-selection .select2-search__field {
  margin-top: 3px !important;
}
.gb-form-group .select2-selection .select2-selection__placeholder {
  color: #5e5e5e !important;
}
.gb-form-group .gb-password-group {
  position: relative;
}
.gb-form-group .gb-password-group .gb-password-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.gb-form-group .gb-password-group .gb-show-pass {
  color: var(--eli);
  font-size: 1.25rem;
}
@media screen and (max-width: 576px) {
  .gb-form-group .gb-password-group .gb-generate-pass {
    font-size: 0.75rem;
    padding: 12px 16px;
  }
}

.gb-checkbox-group {
  display: flex;
  gap: 8px;
}
.gb-checkbox-group label {
  color: var(--error);
}

.ch1 {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--black);
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.ch1::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  background: var(--eli-secondary);
}

.ch2 {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--black);
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.ch2::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  background: var(--eli);
}

header {
  height: var(--header-height);
}
header img {
  margin-right: 16px;
  height: 32px;
}
header img[src*=eli] {
  height: 72px;
}
body.gb-logged header img[src*=eli] {
  height: 50px;
}
header img[src*=laspiga] {
  height: 22px;
}
header img[src*=plan] {
  height: 22px;
}
header img[src*=bulgarini],
header img[src*=ils] {
  height: 40px;
}
header .gb-header-wrapper {
  display: flex;
  justify-content: space-between;
  padding-block: 14px;
}
header .gb-vertical-divider {
  width: 2px;
  background-color: var(--gray-text);
}
header .gb-header-title {
  color: var(--gray-text);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  padding-left: 24px;
  align-self: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
header .gb-header-info {
  display: grid;
  justify-items: end;
  align-content: space-between;
}
@media screen and (max-width: 991px) {
  header .gb-header-info {
    display: none;
  }
}

footer:before {
  content: "";
  display: block;
  height: 10px;
  background: var(--eli);
}
footer:after {
  content: "";
  display: block;
  height: 30px;
  background: var(--eli);
}
footer .gb-footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  padding-block: 20px;
  gap: 12px;
}
footer .gb-footer-wrapper p {
  margin-bottom: 0;
}

.gb-login-form {
  text-align: center;
  padding-block: 30px;
}
.gb-login-form .ch1 {
  margin-bottom: 70px;
}
.gb-login-form form {
  max-width: 460px;
  margin: auto;
}
.gb-login-form a {
  font-weight: 600;
}
.gb-login-form address {
  font-size: 1rem;
  margin-top: 2rem;
}
.gb-login-form address ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gb-register-container {
  font-style: normal;
  line-height: normal;
  padding-block: 30px;
}
.gb-register-container .gb-register-info {
  max-width: 500px;
  margin: auto;
  padding-bottom: 30px;
  font-size: 0.75rem;
}
.gb-register-container .gb-register-info .ch1 {
  margin-bottom: 30px;
}
.gb-register-container .gb-register-info gb-bold {
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
}

.gb-register-heading {
  text-align: center;
  margin-top: 50px;
}

.gb-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
}
.gb-form-wrapper .gb-register-heading {
  width: 100%;
}
.gb-form-wrapper .gb-form-group {
  width: calc(50% - 12px);
}
.gb-form-wrapper .gb-form-group .gb-form-group {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .gb-form-wrapper .gb-form-group {
    width: 100%;
  }
}
.gb-form-wrapper .gb-form-group:only-child, .gb-form-wrapper .gb-form-group.gb-span-all {
  width: 100%;
}

.gb-form-actions {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  .gb-form-actions {
    flex-direction: column;
  }
}

body.gb-open {
  overflow: hidden;
}

#gbHamb {
  display: none;
  align-items: center;
  align-content: space-evenly;
}
@media screen and (max-width: 991px) {
  #gbHamb {
    display: grid;
  }
}
#gbHamb gb-icon {
  font-size: 24px;
}
body.gb-open #gbHamb gb-icon:before {
  content: "\f659";
}

#gbCenterMain {
  min-height: calc(100vh - var(--header-height) - var(--footer-height, 0px));
}

#gbDashboardMain {
  min-height: calc(100vh - var(--header-height) - var(--footer-height, 0px));
  display: flex;
  gap: 24px;
  padding-bottom: 30px;
}
#gbDashboardMain aside {
  max-width: var(--aside-width);
  width: 100%;
  background-color: var(--white);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  #gbDashboardMain aside.gb-aside-menu {
    position: fixed;
    top: var(--header-height);
    left: 0;
    max-width: 100%;
    height: calc(100% - var(--header-height));
    z-index: 99;
  }
  body:not(.gb-open) #gbDashboardMain aside.gb-aside-menu {
    display: none;
  }
}
#gbDashboardMain aside hr {
  margin: auto 0 10px 0;
  border-top: 1px solid var(--eli);
  opacity: 1;
  width: 100%;
}
#gbDashboardMain aside hr.gb-small {
  border-width: 2px;
}
#gbDashboardMain aside ul {
  list-style: none;
  padding: 12px 24px 24px;
  margin: 0;
  width: 100%;
}
#gbDashboardMain aside ul.gb-menu {
  padding: 24px;
}
#gbDashboardMain aside ul.gb-menu li {
  margin-bottom: 10px;
}
#gbDashboardMain aside ul a {
  text-decoration: none;
}
#gbDashboardMain main {
  width: 100%;
  background-color: var(--white);
  border-radius: 10px;
  padding: 36px;
  overflow: auto;
}
#gbDashboardMain main .gb-register-container {
  padding: 0;
}
#gbDashboardMain main .gb-dashboard-main-docente {
  display: flex;
  gap: 24px;
  height: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  #gbDashboardMain main .gb-dashboard-main-docente {
    flex-direction: column;
  }
  #gbDashboardMain main .gb-dashboard-main-docente .gb-dashboard-aside {
    max-width: 100%;
    height: 100%;
  }
}
#gbDashboardMain main .gb-dashboard-aside {
  padding: 36px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
}
#gbDashboardMain main .ch1 {
  margin-bottom: 24px;
}
#gbDashboardMain main .gb-dashboard-text {
  padding: 36px;
}
#gbDashboardMain main .gb-dashboard-text a {
  word-break: break-word;
}
#gbDashboardMain .gb-lista-libri {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
}
#gbDashboardMain .gb-lista-libri li {
  border-radius: 10px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  min-height: 370px;
}
#gbDashboardMain .gb-lista-libri li a {
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#gbDashboardMain .gb-lista-libri li img {
  width: 100%;
}
#gbDashboardMain .gb-lista-libri li p {
  text-transform: uppercase;
}
#gbDashboardMain .gb-lista-libri li span {
  display: block;
  font-weight: 700;
  text-align: center;
  margin-top: auto;
  text-decoration: underline;
}
#gbDashboardMain .gb-heading-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 24px;
}
#gbDashboardMain .gb-heading-container h1 {
  flex: 0 0 auto;
  margin: 0;
}
@media screen and (max-width: 576px) {
  #gbDashboardMain .gb-heading-container {
    flex-direction: column;
    margin-bottom: 24px;
  }
  #gbDashboardMain .gb-heading-container .gb-cta {
    width: 100%;
    text-align: center;
  }
}
#gbDashboardMain .gb-lista-card {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 24px;
}
@media screen and (max-width: 576px) {
  #gbDashboardMain .gb-lista-card {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
#gbDashboardMain .gb-lista-card .gb-card {
  height: fit-content;
}
#gbDashboardMain .gb-lista-card .gb-card,
#gbDashboardMain .gb-lista-card li {
  border-radius: 10px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}
#gbDashboardMain .gb-lista-card .gb-card .gb-card-title,
#gbDashboardMain .gb-lista-card li .gb-card-title {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
#gbDashboardMain .gb-lista-card .gb-card .gb-card-title span,
#gbDashboardMain .gb-lista-card li .gb-card-title span {
  font-weight: 700;
  font-size: 0.75rem;
}
#gbDashboardMain .gb-lista-card .gb-card .gb-card-body,
#gbDashboardMain .gb-lista-card li .gb-card-body {
  text-align: start;
}
#gbDashboardMain .gb-lista-card .gb-card .gb-card-body .gb-card-note,
#gbDashboardMain .gb-lista-card li .gb-card-body .gb-card-note {
  margin-bottom: 20px;
  display: flex;
  gap: 18px;
}
#gbDashboardMain .gb-lista-card .gb-card .gb-card-body .gb-card-note gb-icon,
#gbDashboardMain .gb-lista-card li .gb-card-body .gb-card-note gb-icon {
  color: var(--eli);
}
#gbDashboardMain .gb-lista-card .gb-card .gb-card-body .gb-card-note .gb-card-note-text,
#gbDashboardMain .gb-lista-card li .gb-card-body .gb-card-note .gb-card-note-text {
  font-size: 0.875rem;
}
#gbDashboardMain .gb-lista-card .gb-card .gb-card-body .gb-card-note .gb-card-note-text p,
#gbDashboardMain .gb-lista-card li .gb-card-body .gb-card-note .gb-card-note-text p {
  padding: 0;
  margin: 0;
}
#gbDashboardMain .gb-lista-card .gb-card a,
#gbDashboardMain .gb-lista-card li a {
  font-size: 14px;
  font-weight: 700;
}
#gbDashboardMain .gb-qr-img {
  max-width: 200px;
}

.gb-form-max-width {
  max-width: 950px;
  margin: auto;
}

.gb-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: end;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .gb-cta-wrapper {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .gb-cta-wrapper .gb-cta {
    width: 100%;
    text-align: center;
  }
}

/*INIZIO ROBERTO*/
.grid-view {
  overflow: auto;
}
.grid-view .summary {
  margin-bottom: 15px;
}
.grid-view .items.table {
  border-collapse: separate;
  border-spacing: 0;
}
.grid-view .items.table th {
  border-top: 1px solid #989898;
}
.grid-view .items.table td, .grid-view .items.table th {
  border-right: 1px solid #989898;
  border-bottom: 1px solid #989898;
}
.grid-view .items.table td:first-child, .grid-view .items.table th:first-child {
  position: sticky;
  left: 0;
  z-index: 10;
  border-left: 1px solid #989898;
}
.grid-view .items.table tr.filters td div.filter-container input {
  border: 2px solid var(--border);
}
.grid-view .items.table th {
  text-transform: uppercase;
  text-align: center;
  background-color: #F5F5F5;
}
.grid-view .items.table .sort-link {
  text-decoration: none;
}
.grid-view .items.table .button-column a {
  color: var(--eli) !important;
}
.grid-view .items.table tbody tr:hover td {
  background: var(--background);
}

#ProdottiIssuu_path {
  display: none !important;
}

#utenti_raggiunti {
  position: fixed;
  bottom: 60px;
  right: 0;
  background: var(--white);
  width: 150px;
  padding: 10px 20px;
  display: flex;
  border: solid 1px var(--border);
  border-right: none;
  z-index: 9;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
#utenti_raggiunti span {
  font-size: 18px;
  color: var(--eli);
  font-weight: 600;
}
#utenti_raggiunti span::before {
  content: "Target destinatari:";
  font-weight: 800;
  white-space: nowrap;
  font-size: 12px;
  display: block;
  color: var(--gray-text);
}

.gb-small {
  font-size: 0.75rem;
}

.gb-loading:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 3px solid var(--eli);
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#gbLoading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
#gbLoading .gb-loading:before {
  width: 10vw;
  height: 10vw;
  border-width: 10px;
}

.gb-hidden-visually {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#treeView ul {
  padding-left: 1rem;
  margin: 0;
}
#treeView [role=treeitem][aria-expanded=false] + [role=group] {
  display: none;
}
#treeView [role=treeitem][aria-expanded=true] + [role=group] {
  display: block;
}
#treeView [role=treeitem][aria-expanded=false] > ul {
  display: none;
}
#treeView [role=treeitem][aria-expanded=true] > ul {
  display: block;
}
#treeView [role=treeitem][aria-expanded=false] {
  list-style-type: disclosure-closed;
}
#treeView [role=treeitem][aria-expanded=true] {
  list-style-type: disclosure-open;
}
#treeView [role=treeitem],
#treeView [role=treeitem] span {
  margin: 0;
  padding: 0.125em;
}
#treeView [role=treeitem] label {
  margin-left: 4px;
}

.ui-dialog-titlebar-close:after {
  font-family: bootstrap-icons;
  content: "\f659";
}

.gb-skip-content {
  position: fixed;
  top: 15px;
  left: 20px;
  border-radius: 10px;
  background: var(--eli-dark);
  text-decoration: none;
  --wght: 600;
  padding: 8px 20px;
  font-size: 14px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  cursor: pointer;
  border: solid 3px color-mix(in srgb, var(--eli-dark) 80%, var(--black));
  opacity: 0;
  pointer-events: none;
  color: var(--white) !important;
}
.gb-skip-content span {
  display: block;
  font-size: 0.8em;
  background: var(--white);
  color: var(--black);
  border-radius: 5px;
  padding: 4px 8px;
}
.gb-skip-content span gb-enter {
  display: inline-flex;
  padding: 8px 4px;
  border-radius: 4px;
  background: var(--eli-dark);
  color: var(--white);
  margin-left: 6px;
}
.gb-skip-content span gb-enter svg {
  display: block;
  width: 10px;
  height: auto;
}
.gb-skip-content:focus-visible {
  opacity: 1;
  pointer-events: auto;
}

.gb-tornasu-text {
  color: var(--white);
}
.gb-tornasu-text a {
  background: var(--eli-dark);
  margin-bottom: 8px;
  padding: 8px 4px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  --wght:700;
  letter-spacing: 0.05em;
}
@media screen and (pointer: fine) {
  .gb-tornasu-text a:not(:focus-visible) {
    width: 0px !important;
    height: 0px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}
.gb-tornasu-text a gb-icon {
  font-size: 0.9em;
}

#docenti-grid .form-control.GBSelect2 {
  min-width: 170px;
}

/*# sourceMappingURL=main.css.map */
