@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import "https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio,
video, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style-type: none;
}

@font-face {
  font-family: "N27";
  src: url("fonts/n27/n27-bolditalic-webfont.woff2") format("woff2"), url("fonts/n27/n27-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "N27 Header";
  src: url("fonts/n27/n27-bold-webfont.woff2") format("woff2"), url("fonts/n27/n27-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "N27";
  src: url("/fonts/n27/n27-extralightitalic-webfont.woff2") format("woff2"), url("/fonts/n27/n27-extralightitalic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "N27";
  src: url("/fonts/n27/n27-extralight-webfont.woff2") format("woff2"), url("/fonts/n27/n27-extralight-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "N27";
  src: url("/fonts/n27/n27-lightitalic-webfont.woff2") format("woff2"), url("/fonts/n27/n27-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "N27";
  src: url("/fonts/n27/n27-light-webfont.woff2") format("woff2"), url("/fonts/n27/n27-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "N27";
  src: url("/fonts/n27/n27-mediumitalic-webfont.woff2") format("woff2"), url("/fonts/n27/n27-mediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "N27";
  src: url("/fonts/n27/n27-medium-webfont.woff2") format("woff2"), url("/fonts/n27/n27-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "N27";
  src: url("/fonts/n27/n27-regularitalic-webfont.woff2") format("woff2"), url("/fonts/n27/n27-regularitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "N27";
  src: url("/fonts/n27/n27-regular-webfont.woff2") format("woff2"), url("/fonts/n27/n27-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html, body {
  height: 100%;
  min-height: 100%;
  font-size: 16px;
}
@media (min-width: 426px) {
  html, body {
    font-size: 16px;
  }
}

body {
  font-family: "Lato", Arial;
  box-sizing: border-box;
}

h1 {
  font-size: 36px;
  font-family: "N27 Header", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
@media (min-width: 426px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 32px;
  font-family: "N27 Header", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
@media (min-width: 426px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 32px;
  font-family: "N27 Header", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
@media (min-width: 426px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 24px;
  font-family: "N27 Header", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
@media (min-width: 426px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 20px;
  font-family: "N27 Header", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
@media (min-width: 426px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  font-family: "N27 Header", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
@media (min-width: 426px) {
  h6 {
    font-size: 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
}

.page-title {
  font-size: 32px;
  line-height: 30px;
}
@media (min-width: 426px) {
  .page-title {
    font-size: 32px;
    line-height: 40px;
  }
}

p {
  margin: 0 0 18px;
  line-height: 1.4;
}

a {
  text-decoration: none;
  color: #262626;
}
a:visited {
  color: #262626;
}
a:hover {
  color: #555958;
}
a[data-disabled] {
  cursor: not-allowed;
}
a.full-size {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.link {
  color: #145B94;
  text-decoration: underline;
  cursor: pointer;
}
.link:hover, .link:active, .link:visited {
  color: #145B94;
}

em, .em {
  font-style: italic;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 1em;
}
dl.tabular {
  display: grid;
  grid-template: "dt dd" auto/auto 1fr;
  grid-gap: 0.5em 1em;
}
dl.tabular dt {
  grid-column-start: 1;
  grid-column-end: 2;
}
dl.tabular dd {
  grid-column-start: 2;
  grid-column-end: 3;
  margin-left: 0;
}

.small-text {
  font-size: 14px;
}

.red-text {
  color: #CC003F;
  font-weight: 700;
}

small-dark, .small-dark {
  color: #3F4443;
  font-size: 0.9em;
  line-height: 1.25;
}

img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.action-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.action-title .action-bar {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 16px;
  flex-wrap: wrap;
}
.breadcrumb.no-padding {
  padding: 0;
}
.breadcrumb > * + *::before {
  content: "/";
  margin: 0 8px;
}
@media (min-width: 769px) {
  .breadcrumb {
    padding: 0 0 20px;
  }
  .breadcrumb.no-padding {
    padding: 0;
  }
  .breadcrumb > :nth-child(2)::before {
    content: "";
    margin: 0;
  }
}
.breadcrumb h1 {
  margin: 0;
}
@media (max-width: 769px) {
  .breadcrumb h1 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Lato", Arial;
  }
}
.breadcrumb a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 32px;
  font-weight: 900;
}
@media (max-width: 769px) {
  .breadcrumb a {
    font-size: 16px;
    font-weight: 400;
    font-family: "Lato", Arial;
  }
}
.breadcrumb img {
  width: 16px;
  height: 16px;
}
.breadcrumb .homepage {
  display: block;
}
@media (min-width: 769px) {
  .breadcrumb .homepage {
    display: none;
  }
}

.body-container {
  padding: 16px;
  border: 1px solid #D6D6D4;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0px 2px 6px rgba(16, 24, 40, 0.06);
}
@media (min-width: 450px) {
  .body-container {
    padding: 24px;
  }
}

.favourite-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.favourite-boxes > .box {
  padding: 24px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  flex: auto;
  border-radius: 12px;
  border: 1px solid #D6D6D4;
  box-shadow: 0px 2px 6px rgba(16, 24, 40, 0.06);
  height: -webkit-fill-available;
  height: -moz-available;
  background: white;
}
.favourite-boxes > .box.full-width {
  width: -webkit-fill-available;
  width: -moz-available;
}
.favourite-boxes > .box > .box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.favourite-boxes > .box > .box-title > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.favourite-boxes > .box > .box-title > div > h2 {
  font-size: 24px;
  margin: 0;
}
.favourite-boxes > .box > .box-title > div > a {
  color: #262626;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  cursor: pointer;
}
.favourite-boxes > .box > .box-title > div > a:hover {
  opacity: 0.8;
}
.favourite-boxes > .box > .box-title > div > a > h2 {
  font-size: 24px;
  margin: 0;
}
.favourite-boxes > .box > .box-title > div > a > span {
  border: none;
  background-color: #1D86DA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.favourite-boxes > .box > .box-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.favourite-boxes > .box > .box-content > div {
  display: flex;
  gap: 4px;
  align-items: center;
}
.favourite-boxes > .box > .box-content .action-buttons {
  display: flex;
  justify-content: flex-end;
}
.favourite-boxes > .box[data-card=tools] .expired-sub {
  background-color: #d60042;
  color: #fff;
  font-weight: 900;
  padding: 3px;
}
.favourite-boxes > .box[data-card=tools] .tool-info {
  display: flex;
  gap: 8px;
  align-items: center;
}
.favourite-boxes > .box[data-card=tools] .tool-info > img {
  width: 32px;
  height: 32px;
}
.favourite-boxes > .box[data-card=tools] .tool-info > img.expired {
  filter: invert(20%) sepia(43%) saturate(7326%) hue-rotate(332deg) brightness(96%) contrast(122%);
}
.favourite-boxes > .box[data-card=tools] .tool-info > img.active {
  filter: invert(68%) sepia(64%) saturate(7197%) hue-rotate(136deg) brightness(100%) contrast(101%);
}
.favourite-boxes > .box[data-card=tools] .tool-info > img.near-expiration {
  filter: invert(82%) sepia(44%) saturate(5003%) hue-rotate(5deg) brightness(99%) contrast(101%);
}
.favourite-boxes > .box[data-card=tools] .button > img.expired {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(319deg) brightness(103%) contrast(101%);
}
.favourite-boxes > .box[data-card=tools] .button > img.near-expiration {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(319deg) brightness(103%) contrast(101%);
}

/** Buttons **/
button, .button {
  border: none;
  background-color: #D6D6D4;
  color: #262626;
  padding: 16px;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Lato", Arial;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
button:disabled, .button:disabled {
  background: #EBEBE9 !important;
  color: #C0C1C0 !important;
}
button.btn-primary, .button.btn-primary {
  background: #FFEE00;
  color: #262626;
  border: 1px solid rgba(38, 38, 38, 0.0509803922);
}
button.btn-warning, .button.btn-warning {
  background: #EBAE00;
  color: #262626;
  border: 1px solid rgba(38, 38, 38, 0.0509803922);
}
button.btn-secondary, .button.btn-secondary {
  background: #3F4443;
  color: #FFEE00;
  border: 1px solid rgba(38, 38, 38, 0.0509803922);
}
button.btn-secondary > img, .button.btn-secondary > img {
  filter: invert(93%) sepia(82%) saturate(1892%) hue-rotate(358deg) brightness(200%) contrast(100%);
}
button.btn-add, .button.btn-add {
  background: #00b37c;
  color: #fff;
  border: 1px solid rgba(38, 38, 38, 0.0509803922);
}
button.btn-add > img, .button.btn-add > img {
  filter: invert(99%) sepia(1%) saturate(531%) hue-rotate(216deg) brightness(123%) contrast(100%);
}
button.btn-danger, .button.btn-danger {
  background-color: #d60042;
  color: #fff;
  border: 1px solid rgba(38, 38, 38, 0.0509803922);
}
button.btn-danger > img, .button.btn-danger > img {
  filter: invert(99%) sepia(1%) saturate(531%) hue-rotate(216deg) brightness(170%) contrast(100%);
}
button.btn-small, .button.btn-small {
  padding: 8px;
  height: unset;
  width: fit-content;
}
button.btn-square, .button.btn-square {
  padding: 8px;
  width: 36px;
  height: 36px;
}
button.btn-info, .button.btn-info {
  background-color: #1D86DA;
  color: #fff;
  border: 1px solid rgba(38, 38, 38, 0.0509803922);
}
button.btn-info > img, .button.btn-info > img {
  filter: invert(99%) sepia(1%) saturate(531%) hue-rotate(216deg) brightness(170%) contrast(100%);
}
button.btn-slim, .button.btn-slim {
  padding: 0.1rem;
  margin-left: 1rem;
  width: 1rem;
}
button.btn-edit, .button.btn-edit {
  background-color: #D6D6D4;
  color: #3F4443;
  border: 1px solid rgba(38, 38, 38, 0.0509803922);
}
button.btn-minor, button.btn-close:focus, button.btn-invisible:focus, button.btn-badge:active, button.btn-close:active, button.btn-invisible:active, button.btn-badge:hover, button.btn-close:hover, button.btn-invisible:hover, button.btn-invisible, .button.btn-minor, .button.btn-close:focus, .button.btn-invisible:focus, .button.btn-badge:active, .button.btn-close:active, .button.btn-invisible:active, .button.btn-badge:hover, .button.btn-close:hover, .button.btn-invisible:hover, .button.btn-invisible {
  background-color: transparent;
  color: #3F4443;
}
button.btn-invisible, .button.btn-invisible {
  box-shadow: none;
  border: 1px solid #C0C1C0;
  border-radius: 8px;
}
button.btn-invisible.btn-danger, .button.btn-invisible.btn-danger {
  color: #CC003F;
}
button.btn-round, .button.btn-round {
  border-radius: 64px;
  border: 2px solid white;
  background: transparent;
  padding: 2px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}
button.btn-close, .button.btn-close {
  border: none;
  color: white;
  font-size: 25px;
  padding: 0;
  background: none;
  box-shadow: none;
}
button.btn-badge, .button.btn-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background-color: transparent;
  border: 1px solid #C0C1C0;
  border-radius: 8px;
  box-shadow: none;
}
button.btn-badge > .btn-icon, .button.btn-badge > .btn-icon {
  position: relative;
  display: inline-flex;
  width: 24px;
  height: 24px;
  line-height: 0;
  flex: 0 0 auto;
}
button.btn-badge > .btn-icon > img, .button.btn-badge > .btn-icon > img {
  width: 100%;
  height: 100%;
  display: block;
}
button.btn-badge > .btn-icon > .items-number, .button.btn-badge > .btn-icon > .items-number {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EBAE00;
  border-radius: 999px;
  border: 2px solid #fff;
  font-weight: 700;
  padding: 2px;
}
button.btn-badge > .btn-icon > .items-number > .text-wrapper, .button.btn-badge > .btn-icon > .items-number > .text-wrapper {
  color: #262626;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
}
button.btn-remove-rights, .button.btn-remove-rights {
  margin-top: 1rem;
  padding: 0.5rem;
  background-color: #CC003F;
  color: #fff;
  border: 1px solid rgba(38, 38, 38, 0.0509803922);
}
button:hover, .button:hover {
  opacity: 0.8;
}
button:hover.btn-primary, .button:hover.btn-primary {
  background: #FFF352;
  opacity: 0.8;
}
button:hover.btn-secondary, button:hover.btn-warning, button:hover.btn-add, .button:hover.btn-secondary, .button:hover.btn-warning, .button:hover.btn-add {
  opacity: 0.8;
}
button:hover.btn-danger, .button:hover.btn-danger {
  background: #ff5287;
  color: #fff;
}
button:hover.btn-edit, .button:hover.btn-edit {
  background: #EBEBE9;
  color: #3F4443;
}
button:hover.btn-minor, button.btn-badge:hover, button.btn-close:hover, button.btn-invisible:hover, .button:hover.btn-minor, .button.btn-badge:hover, .button.btn-close:hover, .button.btn-invisible:hover {
  background: linear-gradient(to bottom, transparent, #959896);
  color: #3F4443;
}
button:hover.btn-invisible, .button:hover.btn-invisible {
  background: transparent;
}
button:hover.btn-round, .button:hover.btn-round {
  background-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.8;
}
button:hover.btn-close, .button:hover.btn-close {
  background: transparent;
}
button:hover.btn-badge, .button:hover.btn-badge {
  background: transparent;
}
button:hover.btn-remove-rights, .button:hover.btn-remove-rights {
  background: linear-gradient(to bottom, #CC003F, #d60042);
  color: #fff;
}
button:active, .button:active {
  opacity: 0.8;
}
button:active.btn-primary, .button:active.btn-primary {
  background: #FFF352;
  opacity: 0.8;
}
button:active.btn-secondary, button:active.btn-warning, button:active.btn-add, .button:active.btn-secondary, .button:active.btn-warning, .button:active.btn-add {
  opacity: 0.8;
}
button:active.btn-danger, .button:active.btn-danger {
  background: #ff5287;
  color: #fff;
}
button:active.btn-edit, .button:active.btn-edit {
  background: #EBEBE9;
  color: #3F4443;
}
button:active.btn-minor, button.btn-badge:active, button.btn-close:active, button.btn-invisible:active, .button:active.btn-minor, .button.btn-badge:active, .button.btn-close:active, .button.btn-invisible:active {
  background: linear-gradient(to bottom, transparent, #959896);
  color: #3F4443;
}
button:active.btn-invisible, .button:active.btn-invisible {
  background: transparent;
}
button:active.btn-round, .button:active.btn-round {
  background-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.8;
}
button:active.btn-close, .button:active.btn-close {
  background: transparent;
}
button:active.btn-badge, .button:active.btn-badge {
  background: transparent;
}
button:active.btn-remove-rights, .button:active.btn-remove-rights {
  background: linear-gradient(to bottom, #CC003F, #d60042);
  color: #fff;
}
button:focus, .button:focus {
  outline: none;
}
button:focus.btn-invisible, .button:focus.btn-invisible {
  box-shadow: none;
}
button:focus.btn-close, .button:focus.btn-close {
  box-shadow: none;
}
button[disabled], .button[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}
button.micro, .button.micro {
  padding: 0.25em;
}

button:focus,
button:focus-visible {
  outline: none;
  box-shadow: none;
}

.fc-info-btn {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  line-height: 1;
}

.fc-info-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 2px solid #1D86DA;
  font-size: 12px;
  font-weight: 700;
  user-select: none;
  color: #1D86DA;
  cursor: pointer;
  padding-right: 1px;
}

.fc-popover-portal {
  position: fixed;
  z-index: 2147483647;
  min-width: 240px;
  max-width: 420px;
  padding: 16px;
  border-radius: 12px;
  color: #fff;
  background: #3F4443;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  display: none;
  line-height: 22px;
}

.fc-popover-portal.is-open {
  display: block;
}

/** Pagination **/
caption.pagination {
  caption-side: bottom;
  padding: 16px;
  text-align: center;
  font-weight: 400;
}

.pagination__info {
  margin-bottom: 0.5em;
}

.pagination__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 400;
}
.pagination__nav input {
  border: 1px solid #959896;
  border-radius: 8px;
  padding: 8px;
  width: 80px;
  text-align: center;
}

.pagination__form > div input {
  text-align: center;
  padding: 0.2rem;
  width: 4rem;
}

/** Tables **/
table {
  table-layout: auto;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
table caption {
  text-align: left;
  font-weight: 900;
  margin-bottom: 12px;
}
table.small-table {
  max-width: 40rem;
}
table tr {
  border-bottom: 1px solid #C0C1C0;
}
table th, table td {
  padding: 8px;
  word-break: break-word;
  vertical-align: middle;
  word-break: keep-all;
  line-height: 20px;
}
table th strong, table td strong {
  font-weight: 900;
}
table th {
  background-color: transparent;
  text-align: left;
  color: #262626;
  font-size: 14px;
}

.action-column {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.responsive-table {
  margin: 0;
}
@media (max-width: 1000px) {
  .responsive-table thead {
    display: none;
  }
  .responsive-table tbody tr {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 16px;
    padding: 16px 0;
  }
  .responsive-table tbody td {
    display: block;
    padding: 0;
    border: 0;
  }
  .responsive-table td.td-main {
    grid-column: 1/2;
    grid-row: 1;
  }
  .responsive-table td.td-details {
    grid-column: 2/3;
    grid-row: 1/span 4;
    display: flex;
    align-items: end;
    justify-content: flex-end;
  }
  .responsive-table tbody td:not(.td-tool):not(.td-details) {
    grid-column: 1/2;
  }
  .responsive-table tbody td[data-label] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }
  .responsive-table tbody td[data-label]::before {
    content: attr(data-label) ":";
  }
  .responsive-table td.td-responsive::before,
  .responsive-table td.td-details::before {
    content: none !important;
  }
  .responsive-table .tool-info {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.responsive-table .align-right {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

th[data-sortable] > div {
  display: flex;
  align-items: center;
  gap: 4px;
}

.sorting-buttons-container button {
  border-radius: 4px;
  padding: 0;
  background: none;
  height: unset;
}
.sorting-buttons-container button > img {
  height: 16px;
  width: 16px;
}
.sorting-buttons-container button.current {
  background: #1D86DA;
  padding: 2px;
  height: 16px;
  width: 16px;
}

/** Messages **/
.message {
  width: fit-content;
  max-width: 40rem;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #959896;
  color: #6A6E6D;
  border: 4px solid #6A6E6D;
  border-radius: 12px;
  display: flex;
  gap: 24px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.message p {
  margin: 0;
}
.message > .message-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.message > .message-content p {
  margin: 0;
}
.message > .message-content > .message-header {
  font-weight: 700;
  font-size: 24px;
  font-family: "N27 Header";
  margin: 0;
}
.message > .message-content > .action-bar {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 769px) {
  .message > .message-content > .action-bar {
    flex-direction: row;
  }
}
.message .message-icon {
  flex-shrink: 0;
}
.message .message-icon img {
  width: 56px;
  height: 64px;
}
.message.message-error {
  background-color: #FFF8FA;
  border-color: #CC003F;
  color: #262626;
}
.message.message-error::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 22px solid #CC003F;
  border-right: 22px solid transparent;
}
.message.message-error.status-code {
  margin-left: auto;
}
.message.message-error > .message-content > .action-bar > .btn-primary {
  background-color: #CC003F;
  color: #fff;
}
.message.message-error > .message-content > .action-bar > .btn-secondary {
  background-color: transparent;
  border: 2px solid #CC003F;
  color: #CC003F;
}
.message.message-error > .message-content > .message-header {
  color: #CC003F;
}
.message.message-warning {
  background-color: #FFFDFA;
  color: #262626;
  border-color: #EBAE00;
}
.message.message-warning::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 22px solid #EBAE00;
  border-right: 22px solid transparent;
}
.message.message-warning > .message-content > .action-bar > .btn-primary {
  background-color: #EBAE00;
  color: #fff;
}
.message.message-warning > .message-content > .action-bar > .btn-secondary {
  background-color: transparent;
  border: 2px solid #EBAE00;
  color: #EBAE00;
}
.message.message-warning > .message-content > .message-header {
  color: #EBAE00;
}
.message.message-success {
  background-color: #F5FCFA;
  color: #262626;
  border-color: #00B37C;
}
.message.message-success::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 22px solid #00B37C;
  border-right: 22px solid transparent;
}
.message.message-success > .message-content > .action-bar > .btn-primary {
  background-color: #00B37C;
  color: #fff;
}
.message.message-success > .message-content > .action-bar > .btn-secondary {
  background-color: transparent;
  border: 2px solid #00B37C;
  color: #00B37C;
}
.message.message-success > .message-content > .message-header {
  color: #00B37C;
}
.message.message-info {
  background-color: #F2F8FD;
  color: #262626;
  border-color: #1D86DA;
}
.message.message-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 22px solid #1D86DA;
  border-right: 22px solid transparent;
}
.message.message-info > .message-content > .action-bar > .btn-primary {
  background-color: #1D86DA;
  color: #fff;
}
.message.message-info > .message-content > .action-bar > .btn-secondary {
  background-color: transparent;
  border: 2px solid #1D86DA;
  color: #1D86DA;
}
.message.message-info > .message-content > .message-header {
  color: #1D86DA;
}

.user-maintenance-messages {
  grid-area: messages;
  padding: 1rem;
  text-align: center;
  margin-top: 4rem;
  background-color: #ff5287;
  color: #d60042;
}

/** Forms **/
form.search-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  form.search-form {
    margin-bottom: 48px;
  }
}
@media (min-width: 426px) {
  form.search-form {
    flex-direction: row;
  }
}
form.search-form .form-control {
  width: -webkit-fill-available;
  width: -moz-available;
}
@media (min-width: 426px) {
  form.search-form .form-control {
    width: 240px;
  }
}
form.search-form .form-control-field {
  width: -webkit-fill-available;
  width: -moz-available;
}
@media (min-width: 426px) {
  form.search-form .form-control-field {
    width: 240px;
  }
}
form.search-form .action-buttons {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  width: -webkit-fill-available;
  width: -moz-available;
  align-items: center;
}
@media (min-width: 426px) {
  form.search-form .action-buttons {
    justify-content: center;
    width: auto;
  }
}
form.horizontal-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
form.horizontal-form > .form-content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 769px) {
  form.horizontal-form > .form-content {
    flex-direction: row;
    justify-content: flex-start;
  }
}
form.horizontal-form > .form-content > fieldset {
  min-width: 0;
  max-width: 100%;
}
form.horizontal-form > .form-content > fieldset .form-control > label {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  gap: 4px;
}
@media (min-width: 470px) {
  form.horizontal-form > .form-content > fieldset .form-control > label {
    flex-direction: row;
    gap: 8px;
  }
}
form.horizontal-form > .form-content > fieldset .form-control > label > .form-control-label {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-weight: 700;
  width: -webkit-fill-available;
  width: -moz-available;
  word-break: keep-all;
  flex: 0.8;
  gap: 4px;
}
@media (min-width: 321px) {
  form.horizontal-form > .form-content > fieldset .form-control > label > .form-control-label {
    flex: 1;
  }
}
@media (min-width: 558px) {
  form.horizontal-form > .form-content > fieldset .form-control > label > .form-control-label {
    width: 240px;
  }
}
@media (min-width: 386px) {
  form.horizontal-form > .form-content > fieldset .form-control > label > .form-control-label {
    flex: auto;
  }
}
form.horizontal-form > .form-content > fieldset .form-control > label > .form-control-label .required {
  color: #d60042;
  font-weight: 900;
  margin-right: 2px;
}
form.horizontal-form > .form-content > fieldset .form-control > label > .form-control-field {
  width: 240px;
}
form.horizontal-form > .form-content > fieldset .form-control > label .form-control-field-container {
  width: 100%;
  flex: 2;
}
@media (min-width: 769px) {
  form.horizontal-form > .form-content > fieldset .form-control > label .form-control-field-container {
    width: min-content;
  }
}
form.horizontal-form > .form-content > fieldset .form-control > label .form-control-field-container.phone-container {
  width: 100%;
}
@media (min-width: 346px) {
  form.horizontal-form > .form-content > fieldset .form-control > label .form-control-field-container.phone-container {
    width: 171px;
  }
}
@media (min-width: 420px) {
  form.horizontal-form > .form-content > fieldset .form-control > label .form-control-field-container.phone-container {
    width: 100%;
  }
}
@media (min-width: 769px) {
  form.horizontal-form > .form-content > fieldset .form-control > label .form-control-field-container.phone-container {
    width: min-content;
  }
}
@media (min-width: 769px) {
  form.horizontal-form > .form-content > fieldset .form-control > label .form-control-field-container {
    flex: auto;
  }
}
form.horizontal-form > .action-bar {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: flex-end;
}
form.compact {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
form.compact > .form-content {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
form.compact > .form-content > fieldset {
  flex: 1;
}
form.compact > .form-content .form-control > label {
  display: flex;
  margin-bottom: 8px;
  /*max-width: 500px;*/
}
form.compact > .form-content .form-control > label > .form-control-label {
  display: flex;
  align-items: start;
  flex-wrap: nowrap;
  font-weight: 700;
  flex: 1;
}
form.compact > .form-content .form-control > label > .form-control-label .required {
  color: #d60042;
  font-weight: 900;
  margin-right: 2px;
}
form.compact > .form-content .form-control > label .form-control-field-container {
  flex: 2;
}
form.compact > .action-bar {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: flex-end;
}

fieldset > legend {
  font-weight: 900;
  margin-bottom: 16px;
  font-size: 16px;
}

textarea:focus, input:focus {
  outline: none;
}

.form-control[data-validation=error] .form-control-field {
  border: 2px solid #CC003F;
}

.form-control-field {
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 40px;
  border: 1px solid #959896;
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
  background: white;
}
@media (min-width: 470px) {
  .form-control-field {
    width: 240px;
  }
}
.form-control-field.download-button {
  border: none;
}
.form-control-field:focus-within {
  background-color: #FFFFFF;
  border: 2px solid #3F4443;
  cursor: default;
  border-style: double;
  outline: 1px solid #959896;
  outline-offset: -5px;
}
.form-control-field:has(input:hover), .form-control-field:has(select:hover), .form-control-field:has(textarea:hover) {
  background-color: #F5F5F4;
  outline: none;
  cursor: pointer;
}
.form-control-field:has(input:hover):has(input:focus), .form-control-field:has(select:hover):has(input:focus), .form-control-field:has(textarea:hover):has(input:focus) {
  border: 2px solid #3F4443;
  cursor: default;
  border-style: double;
  outline: 1px solid #959896;
  outline-offset: -5px;
}
.form-control-field:hover {
  background-color: #F5F5F4;
  outline: none;
  cursor: pointer;
}
.form-control-field:hover > input, .form-control-field:hover > select, .form-control-field:hover > textarea, .form-control-field:hover > .cs > .cs-btn {
  background-color: #F5F5F4;
  outline: none;
  cursor: pointer;
}
.form-control-field:hover input, .form-control-field:hover select, .form-control-field:hover textarea {
  background-color: #F5F5F4 !important;
  box-shadow: #F5F5F4 0px 0px 0px 1000px inset !important;
  outline: none;
  cursor: pointer;
}
.form-control-field input, .form-control-field select, .form-control-field textarea {
  min-width: 0;
  display: block;
  width: -webkit-fill-available;
  width: -moz-available;
  outline: none;
}
.form-control-field input:focus, .form-control-field select:focus, .form-control-field textarea:focus {
  cursor: text;
}
.form-control-field textarea {
  resize: vertical;
}
.form-control-field > .checkbox {
  width: auto;
  margin: 0;
}
.form-control-field.password-field {
  align-items: stretch;
}
.form-control-field.password-field > input {
  min-width: 0;
}
.form-control-field.password-field > .show-password-eye {
  display: flex;
  cursor: pointer;
}
.form-control-field.password-field > .show-password-eye img {
  width: 24px;
}
.form-control-field.password-field > .show-password-eye img.hidden {
  display: none;
}
.form-control-field > .lens-button {
  margin-left: 0.5rem;
  padding: 0.6em 0.6em;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  caret-color: #000 !important;
  transition: background-color 999999s ease-out 0s;
}

input:-moz-autofill,
textarea:-moz-autofill,
select:-moz-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
  -moz-text-fill-color: #000 !important;
}

/*.form-control-field:has(input:-webkit-autofill),
.form-control-field:has(textarea:-webkit-autofill),
.form-control-field:has(select:-webkit-autofill) {
    background: #F5F5F4;
    border-color: #ddd;
}*/
.form-control-field:has(input:-moz-autofill),
.form-control-field:has(textarea:-moz-autofill),
.form-control-field:has(select:-moz-autofill) {
  background: white;
  border-color: #ddd;
}

.form-control-field-container:hover > input, .form-control-field-container:hover select, .form-control-field-container:hover textarea {
  background-color: #F5F5F4;
}

.form-control-label:hover ~ .form-control-field-container > .form-control-field {
  background-color: #F5F5F4;
  outline: none;
  cursor: pointer;
}
.form-control-label:hover ~ .form-control-field-container > .form-control-field > input {
  background-color: #F5F5F4 !important;
  box-shadow: 0 0 0 1000px #F5F5F4 inset !important;
}

label:hover > .form-control-field-container .form-control-field :is(input, select, textarea) {
  background-color: #F5F5F4;
  outline: none;
  cursor: pointer;
}

.form-control-validation {
  display: flex;
  color: #CC003F;
  font-weight: 700;
  align-items: center;
  gap: 4px;
}
.form-control-validation > img, .form-control-validation > span {
  padding: 8px 0;
}

.form-control-info {
  display: flex;
  color: #555958;
  align-items: center;
  padding: 8px 0;
}
.form-control-info > img {
  padding: 8px 0;
}

.form-control-field.filebox > input[type=file].file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.form-control-field.filebox .filebox-text {
  width: 100%;
  height: var(--h);
  box-sizing: border-box;
  border: 1px solid var(--bd);
  border-radius: var(--r);
  background: var(--bg);
  color: #222;
  font: inherit;
}

.form-control-field.filebox .filebox-text.is-empty {
  opacity: 0.7;
  font-style: italic;
}

.form-control-field.filebox .filebox-btn,
.form-control-field.filebox .filebox-clear {
  /*position: absolute;*/
  /*top: 6px;*/
  width: calc(var(--h) - 12px);
  height: calc(var(--h) - 12px);
  border: 0;
  border-radius: 4px;
  background: var(--btn);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.form-control-field.filebox .filebox-btn {
  /*right: 52px;*/
  background-color: #808381;
  width: 38px;
  height: 32px;
  padding: 0;
}
.form-control-field.filebox .filebox-btn > img {
  filter: invert(99%) sepia(1%) saturate(531%) hue-rotate(216deg) brightness(200%) contrast(100%);
}

.form-control-field.filebox .filebox-clear {
  background-color: #808381;
  padding: 6px;
  width: 38px;
  height: 32px;
}
.form-control-field.filebox .filebox-clear > img {
  filter: invert(99%) sepia(1%) saturate(531%) hue-rotate(216deg) brightness(200%) contrast(100%);
}

.form-control-field.filebox .filebox-btn img,
.form-control-field.filebox .filebox-clear img {
  display: block;
  pointer-events: none;
  /* Se vuoi forzare icone bianche: */
  /* filter: brightness(0) invert(1); */
}

.filebox [hidden] {
  display: none !important;
}

.filebox {
  padding: 4px 4px 4px 8px;
}

/** Checkboxes **/
input[type=radio] {
  width: auto;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #1D86DA;
  background: #fff;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  border-radius: 24px;
}
input[type=radio]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #1D86DA;
}
input[type=radio]:checked::after.cks-default {
  border-color: #1D86DA;
  background: #1D86DA;
  color: white;
}
input[type=radio]:checked::after.cks-success {
  border-color: #008F63;
  background: #008F63;
  color: white;
}
input[type=radio]:checked::after.cks-error {
  border-color: #CC003F;
  background: #CC003F;
  color: white;
}
input[type=radio]:focus-visible {
  outline: 3px solid rgba(47, 128, 237, 0.35);
  outline-offset: 2px;
}
input[type=radio]:hover {
  opacity: 0.7;
}
input[type=radio]:focus.cks-default {
  border: 2px solid #1D86DA;
  box-shadow: inset 0 0 0 1px #fff;
}
input[type=radio]:focus.cks-success {
  border: 2px solid #008F63;
  box-shadow: inset 0 0 0 1px #fff;
}
input[type=radio]:focus.cks-error {
  border: 2px solid #CC003F;
  box-shadow: inset 0 0 0 1px #fff;
}

input[type=checkbox] {
  width: auto;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #fff;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  border-radius: 4px;
  flex-shrink: 0;
}
input[type=checkbox].cks-default {
  border: 2px solid #1D86DA;
}
input[type=checkbox].cks-success {
  border: 2px solid #008F63;
}
input[type=checkbox].cks-error {
  border: 2px solid #CC003F;
}
input[type=checkbox]:checked::after {
  content: "";
  width: 8px;
  height: 4px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  margin-top: -2px;
}
input[type=checkbox]:checked.cks-default {
  border-color: #1D86DA;
  background: #1D86DA;
  color: white;
}
input[type=checkbox]:checked.cks-success {
  border-color: #008F63;
  background: #008F63;
  color: white;
}
input[type=checkbox]:checked.cks-error {
  border-color: #CC003F;
  background: #CC003F;
  color: white;
}
input[type=checkbox]:focus-visible {
  outline: 3px solid rgba(47, 128, 237, 0.35);
  outline-offset: 2px;
}
input[type=checkbox]:hover {
  opacity: 0.7;
}
input[type=checkbox]:focus.cks-default {
  border: 2px solid #1D86DA;
  box-shadow: inset 0 0 0 1px #fff;
}
input[type=checkbox]:focus.cks-success {
  border: 2px solid #008F63;
  box-shadow: inset 0 0 0 1px #fff;
}
input[type=checkbox]:focus.cks-error {
  border: 2px solid #CC003F;
  box-shadow: inset 0 0 0 1px #fff;
}

/** Custom select **/
.cs {
  position: relative;
  width: 100%;
}
.cs:has(input:hover), .cs:has(select:hover), .cs:has(textarea:hover) {
  background-color: #F5F5F4;
  outline: none;
  cursor: pointer;
}
.cs:hover {
  background-color: #F5F5F4;
  outline: none;
  cursor: pointer;
}
.cs:hover input, .cs:hover select, .cs:hover textarea {
  background-color: #F5F5F4;
  outline: none;
  cursor: pointer;
}
.cs input, .cs select, .cs textarea {
  min-width: 0;
  display: block;
  width: -webkit-fill-available;
  width: -moz-available;
  outline: none;
}
.cs input:focus, .cs select:focus, .cs textarea:focus {
  cursor: text;
}

.cs-native {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.cs-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  background: #fff;
  cursor: pointer;
  font-weight: 400;
}
.cs-btn:has(input:hover), .cs-btn:has(select:hover), .cs-btn:has(textarea:hover) {
  background-color: #F5F5F4;
  outline: none;
  cursor: pointer;
}
.cs-btn:hover {
  background-color: #F5F5F4;
  outline: none;
  cursor: pointer;
}
.cs-btn:hover input, .cs-btn:hover select, .cs-btn:hover textarea {
  background-color: #F5F5F4;
  outline: none;
  cursor: pointer;
}
.cs-btn input, .cs-btn select, .cs-btn textarea {
  min-width: 0;
  display: block;
  width: -webkit-fill-available;
  width: -moz-available;
  outline: none;
}
.cs-btn input:focus, .cs-btn select:focus, .cs-btn textarea:focus {
  cursor: text;
}

.cs-caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg);
  margin-top: -2px;
}

.cs.open .cs-caret {
  transform: rotate(-135deg);
  margin-top: 2px;
}

.cs-pop {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 240px;
  border: 1px solid #C0C1C0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 50;
  overflow-y: auto;
  /* Firefox */
  /*scrollbar-width: none;*/
  /* IE/Edge legacy */
  /*-ms-overflow-style: none;*/
  min-height: 0;
  margin: 0 -10px;
}

.cs.open .cs-pop {
  display: block;
}

.cs-opt {
  padding: 10px 10px;
  cursor: pointer;
  user-select: none;
  min-height: 40px;
  border-bottom: 1px solid #C0C1C0;
}

.cs-opt[aria-selected=true] {
  background: rgba(0, 0, 0, 0.06);
  font-weight: 600;
}

.cs-opt:hover {
  background: rgba(0, 0, 0, 0.08);
}

.cs-opt.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.cs.cs-disabled .cs-btn {
  opacity: 0.6;
  cursor: not-allowed;
}

.cs.cs-showing-placeholder .cs-label {
  opacity: 0.6;
}

.cs-placeholder {
  opacity: 0.7;
}

.align-center {
  text-align: center;
}

input[type=password]::-ms-reveal {
  display: none;
}

input[type=password]::-ms-clear {
  display: none;
}

/* MFA */
[data-page=mfa] {
  padding: 1rem;
}

[data-page=mfa] .mfa-instructions {
  max-width: 60rem;
  margin: 0 auto;
}

[data-page=mfa] .mfa-instructions h3 {
  text-align: center;
}

[data-page=mfa] .mfa-instructions img {
  width: 10rem;
  margin: 0 auto;
  display: block;
}

[data-page=mfa] .mfa-instructions ul {
  padding: 1rem;
}

.loader-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
}

#loader_circularG {
  position: relative;
  width: 58px;
  height: 58px;
  margin: 0;
}

.loader_circularG {
  position: absolute;
  background-color: rgb(51, 51, 51);
  width: 14px;
  height: 14px;
  border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  animation-name: bounce_loader_circularG;
  -o-animation-name: bounce_loader_circularG;
  -ms-animation-name: bounce_loader_circularG;
  -webkit-animation-name: bounce_loader_circularG;
  -moz-animation-name: bounce_loader_circularG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#loader_circularG_1 {
  left: 0;
  top: 23px;
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
}

#loader_circularG_2 {
  left: 6px;
  top: 6px;
  animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
}

#loader_circularG_3 {
  top: 0;
  left: 23px;
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

#loader_circularG_4 {
  right: 6px;
  top: 6px;
  animation-delay: 0.83s;
  -o-animation-delay: 0.83s;
  -ms-animation-delay: 0.83s;
  -webkit-animation-delay: 0.83s;
  -moz-animation-delay: 0.83s;
}

#loader_circularG_5 {
  right: 0;
  top: 23px;
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
}

#loader_circularG_6 {
  right: 6px;
  bottom: 6px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}

#loader_circularG_7 {
  left: 23px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s;
}

#loader_circularG_8 {
  left: 6px;
  bottom: 6px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s;
}

@keyframes bounce_loader_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
@-o-keyframes bounce_loader_circularG {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.3);
  }
}
@-ms-keyframes bounce_loader_circularG {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_loader_circularG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounce_loader_circularG {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.3);
  }
}
[data-widget=DragNDropFileUpload] {
  position: relative;
}
[data-widget=DragNDropFileUpload] [data-part=DropTarget] {
  background-color: #FFF67A;
  padding: 4px;
  border-radius: 4px;
}
[data-widget=DragNDropFileUpload] [data-part=DropTarget] > label {
  margin: 2rem 0 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
[data-widget=DragNDropFileUpload] [data-part=DropTarget] > label input[type=file] {
  display: none;
}
[data-widget=DragNDropFileUpload] .toast-container {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
}
[data-widget=DragNDropFileUpload] [data-state-show] {
  background-color: rgba(106, 110, 109, 0.5);
  color: #fff;
  border-radius: 4px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 0.5rem 4px;
}
[data-widget=DragNDropFileUpload][data-state=waiting] [data-state-show] {
  display: none;
}
[data-widget=DragNDropFileUpload][data-state=uploading] [data-state-show] {
  display: none;
}
[data-widget=DragNDropFileUpload][data-state=uploading] [data-state-show=uploading] {
  display: block;
}
[data-widget=DragNDropFileUpload][data-state=success] [data-state-show] {
  display: none;
}
[data-widget=DragNDropFileUpload][data-state=success] [data-state-show=success] {
  display: block;
}
[data-widget=DragNDropFileUpload][data-state=error] [data-state-show] {
  display: none;
}
[data-widget=DragNDropFileUpload][data-state=error] [data-state-show=error] {
  display: block;
}
[data-widget=DragNDropFileUpload] .only-if-dragndrop {
  display: none;
}
[data-widget=DragNDropFileUpload][data-candraganddrop=true] [data-part=DropTarget] {
  outline: 2px dashed #FFF352;
  outline-offset: -0.5rem;
}
[data-widget=DragNDropFileUpload][data-candraganddrop=true] .only-if-dragndrop {
  display: block;
}
[data-widget=DragNDropFileUpload][data-dragging=true] [data-part=DropTarget] {
  background-color: #FFF352;
  outline-color: #FFF67A;
}

[data-picture-preview] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14rem;
  border-radius: 4px;
  background-color: #C0C1C0;
  padding: 0.5rem;
  max-width: unset;
  min-width: 0;
}
@media (min-width: 976px) {
  [data-picture-preview] {
    min-width: 40rem;
    max-width: 40rem;
  }
}

[data-table] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
[data-table] [data-table-row] {
  padding: 0.5rem 4px;
  margin: 0.5rem -4px;
}
[data-table] [data-table-row]:hover {
  box-shadow: rgba(63, 68, 67, 0.2) 0 0.25rem 0.75rem 0;
}

.cards-list {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 8px;
  grid-gap: 8px;
}
@media (min-width: 600px) {
  .cards-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .cards-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1600px) {
  .cards-list {
    grid-template-columns: repeat(auto-fill, 25rem);
  }
}

[data-widget=Card] {
  display: grid;
  grid-template: "heading" auto "media" auto "main" auto/1fr;
  border: 1px solid #D6D6D4;
  border-radius: 8px;
  box-shadow: rgba(63, 68, 67, 0.2) 0 0.25rem 0.75rem 0;
  padding: 24px;
}
[data-widget=Card] > header {
  grid-area: heading;
  display: grid;
  grid-template: "thumbnail header" auto "thumbnail subheader" auto/auto 1fr;
  padding: 4px;
  border-bottom: 1px solid #ABACAB;
}
[data-widget=Card] > header > [data-part=Thumbnail] {
  grid-area: thumbnail;
}
[data-widget=Card] > header > [data-part=Header] {
  grid-area: header;
  font-weight: bold;
  font-size: 1.1em;
}
[data-widget=Card] > header > [data-part=Subheader] {
  grid-area: subheader;
  font-size: 0.8em;
  color: #8e8e8e;
}
[data-widget=Card] > [data-part=Media] {
  grid-area: media;
  height: 0;
  padding-bottom: 66.6666666667%;
  position: relative;
}
[data-widget=Card] > [data-part=Media] > [data-part=MediaImageContainer] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-widget=Card] > [data-part=Media] > [data-part=MediaImageContainer] > [data-part=MediaImage] {
  object-fit: contain;
}
[data-widget=Card] > [data-part=Main] {
  grid-area: main;
  padding: 4px;
}
[data-widget=Card] > [data-part=Main] > [data-part=SupportingText] {
  margin-bottom: 4px;
}
[data-widget=Card] > [data-part=Main] > [data-part=Actions] > [data-part=Buttons] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  line-height: 2.8;
  justify-content: flex-end;
  margin-top: 16px;
}
[data-widget=Card] > [data-part=Main] > [data-part=Actions] > [data-part=Buttons] > [data-widget=Button]:not(:last-child) {
  margin-right: 0.5rem;
}

.phone-prefixes-panel {
  overflow-y: auto;
  /* Firefox */
  scrollbar-width: none;
  /* IE/Edge legacy */
  -ms-overflow-style: none;
  min-height: 0;
  width: 240px;
  border: 1px solid #C0C1C0;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 240px;
  z-index: 50;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  min-height: 0;
  margin: 0 -10px;
}
.phone-prefixes-panel > .phone-prefixes-list {
  overflow-y: auto;
  /* Firefox */
  scrollbar-width: none;
  /* IE/Edge legacy */
  -ms-overflow-style: none;
  min-height: 0;
  width: 240px;
}
.phone-prefixes-panel > .phone-prefixes-list > li {
  padding: 8px;
  border-bottom: 1px solid #C0C1C0;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.phone-prefixes-panel > .phone-prefixes-list > li:hover {
  background: rgba(0, 0, 0, 0.06);
}
.phone-prefixes-panel > .phone-prefixes-list > li.selected {
  background: rgba(0, 0, 0, 0.06);
  font-weight: 700;
}
.phone-prefixes-panel > .phone-prefixes-list > li > #country-iso3-code {
  display: none;
}
.phone-prefixes-panel > .phone-prefixes-list .country-flag {
  width: 16px;
}

.phone-prefix-preview {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #959896;
  cursor: pointer;
  height: -webkit-fill-available;
  height: -moz-available;
}
@media (min-width: 480px) {
  .phone-prefix-preview {
    margin-left: 0;
  }
}
.phone-prefix-preview [data-part=preview-flag-image] {
  width: 16px;
}
.phone-prefix-preview [data-part=preview-flag-image] > img {
  width: 16px;
}

/** User rights checkboxes **/
.user-rights-panel {
  display: flex;
  flex-direction: column;
}

.rights-dropdown {
  width: 200px;
  font-size: 14px;
}
.rights-dropdown .rd-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.rights-dropdown .rd-trigger:hover, .rights-dropdown .rd-trigger:active, .rights-dropdown .rd-trigger:focus {
  background: none;
  color: #3F4443;
  opacity: 1;
}
.rights-dropdown .rd-title {
  font-weight: 600;
}
.rights-dropdown .rd-chevron {
  transition: transform 0.18s ease;
  color: #6b7280;
  font-size: 14px;
  line-height: 1;
}
.rights-dropdown .rd-trigger[aria-expanded=true] .rd-chevron {
  transform: rotate(180deg);
}
.rights-dropdown .rd-panel {
  margin-top: 8px;
  border: none;
  border-radius: 10px;
  background: none;
  overflow: visible;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.2s ease, opacity 0.12s ease;
}
.rights-dropdown .rd-panel.is-open {
  max-height: 420px;
  opacity: 1;
}
.rights-dropdown .rd-list {
  list-style: none;
  margin: 0;
  /*overflow: hidden;*/
}
.rights-dropdown .rd-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0 0;
}
.rights-dropdown .rd-left {
  display: flex;
  align-items: center;
  gap: 10px;
  user-select: none;
  flex: 1;
  min-width: 0;
}
.rights-dropdown .rd-left input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #1D86DA;
}
.rights-dropdown .rd-left input[type=checkbox].is-locked {
  pointer-events: none;
}
.rights-dropdown .rd-label {
  font-weight: 600;
  letter-spacing: 0.3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rights-dropdown .rd-info {
  width: 20px;
  height: 20px;
  font-weight: 700;
  line-height: 18px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
}
.rights-dropdown .rd-info:hover {
  background-color: transparent;
}
.rights-dropdown .rd-info-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.rights-dropdown .rd-popover {
  position: absolute;
  left: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  background: #3f3f3f;
  color: #fff;
  border-radius: 10px;
  padding: 14px 16px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
  display: none;
  z-index: 9999;
}
.rights-dropdown .rd-popover.is-open {
  display: block;
}
.rights-dropdown .rd-popover-arrow {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #3f3f3f;
}
.rights-dropdown .rd-popover.is-left {
  left: auto;
  right: calc(100% + 14px);
}
.rights-dropdown .rd-popover.is-left .rd-popover-arrow {
  left: auto;
  right: -10px;
  border-right: 0;
  border-left: 10px solid #3f3f3f;
}
.rights-dropdown .rights-dropdown,
.rights-dropdown .rights-dropdown .rd-panel,
.rights-dropdown .rights-dropdown .rd-list,
.rights-dropdown .rights-dropdown .rd-item {
  overflow: visible !important;
}
.rights-dropdown .rights-dropdown {
  position: relative;
  z-index: 10;
}
.rights-dropdown .rd-info-wrap {
  position: relative;
}
.rights-dropdown .rd-popover {
  position: absolute;
  z-index: 999999;
}
.rights-dropdown .rights-dropdown.has-open-popover {
  position: relative;
  z-index: 999999;
}
.rights-dropdown .user-rights-panel.has-open-popover .rd-popover {
  z-index: 1000000;
}

html {
  -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

.app-layout {
  display: grid;
  grid-template-rows: 64px auto 64px;
  height: 100vh;
  transition: grid-template-columns 0.2s ease;
  grid-template-columns: 1fr;
  grid-template-areas: "header" "content" "footer";
}
@media (min-width: 769px) {
  .app-layout {
    grid-template-columns: 1fr;
    grid-template-rows: 64px auto 80px;
    grid-template-areas: "header" "content" "footer";
  }
}
@media (min-width: 1020px) {
  .app-layout {
    grid-template-rows: 64px auto 64px;
  }
}
.app-layout.admin {
  grid-template-rows: 120px auto 64px;
  height: 100vh;
  transition: grid-template-columns 0.2s ease;
  grid-template-columns: 1fr;
  grid-template-areas: "header" "content" "mobile-menu";
}
@media (min-width: 769px) {
  .app-layout.admin {
    grid-template-columns: 208px 1fr;
    grid-template-rows: 64px auto 64px;
    grid-template-areas: "menu header" "menu content" "menu footer";
  }
}
.app-layout > header {
  grid-area: header;
  background-color: #fff;
  color: #262626;
  display: flex;
  flex-direction: column;
  width: 100%;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #D6D6D4;
}
@media (min-width: 769px) {
  .app-layout > header {
    height: 64px;
    max-height: 64px;
    padding: 8px 32px;
  }
}
.app-layout > header #top-bar-mobile > a {
  display: flex;
  background-color: #3F4443;
  text-align: center;
  padding: 12px;
  flex-direction: column;
  gap: 4px;
  height: 58px;
  align-items: center;
}
.app-layout > header #top-bar-mobile > a img {
  max-height: 18px;
}
@media (min-width: 769px) {
  .app-layout > header #top-bar-mobile > a {
    display: none !important;
  }
}
.app-layout > header .top-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: -webkit-fill-available;
  height: -moz-available;
  padding: 8px 32px;
}
@media (min-width: 769px) {
  .app-layout > header .top-bar {
    padding: 0;
  }
}
.app-layout > header .top-bar .top-bar_title {
  grid-area: logo;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.3rem;
  cursor: pointer;
}
.app-layout > header .top-bar .top-bar_title:hover {
  color: #555958;
}
.app-layout > header .top-bar .top-bar_title .header-image {
  --size: 44px;
  --ring: 3px;
  --ringColor: #d8cf00;
  --hoverBg: rgba(255,255,255,.85);
  width: var(--size);
  height: var(--size);
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 var(--ring) var(--ringColor);
}
.app-layout > header .top-bar .top-bar_title .header-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.app-layout > header .top-bar .top-bar_title .header-image:hover {
  opacity: 0.8;
}
.app-layout > header .top-bar .top-bar_title .header-image .profile-pic__overlay {
  position: absolute;
  inset: 0;
  background: var(--hoverBg);
  opacity: 0;
  transition: opacity 200ms ease;
}
.app-layout > header .top-bar .top-bar_title .header-image .profile-pic__icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 200ms ease, transform 200ms ease;
}
.app-layout > header .top-bar .top-bar_title .header-image .profile-pic__icon img {
  width: 18px;
  height: 18px;
}
@media (hover: hover) and (pointer: fine) {
  .app-layout > header .top-bar .top-bar_title .header-image:hover .profile-pic__overlay {
    opacity: 1;
  }
  .app-layout > header .top-bar .top-bar_title .header-image:hover .profile-pic__icon {
    opacity: 1;
    transform: scale(1);
  }
}
.app-layout > header .top-bar .top-bar_title .header-image:focus-visible .profile-pic__overlay {
  opacity: 1;
}
.app-layout > header .top-bar .top-bar_title .header-image:focus-visible .profile-pic__icon {
  opacity: 1;
  transform: scale(1);
}
.app-layout > header .top-bar .top-bar_title .header-title {
  margin-left: 8px;
}
.app-layout > header .top-bar .top-bar_title .header-title span {
  font-weight: 300;
  font-size: 16px;
}
.app-layout > header .top-bar .top-bar_title .header-title strong {
  font-size: 20px;
  font-weight: 900;
}
.app-layout > header .top-bar .top-bar_title .header-title a, .app-layout > header .top-bar .top-bar_title .header-title a:visited {
  color: #262626;
}
.app-layout > header .top-bar .top-bar_title .header-title a:hover {
  color: #555958;
}
.app-layout > header .top-bar .top-bar_userinfo {
  display: none;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 769px) {
  .app-layout > header .top-bar .top-bar_userinfo {
    display: flex;
  }
}
.app-layout > header .top-bar .top-bar_userinfo > .button, .app-layout > header .top-bar .top-bar_userinfo > button {
  width: 40px;
  height: 40px;
}
.app-layout > header .top-bar .top-bar_userinfo .dropdown {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.app-layout > header .top-bar .top-bar_userinfo .dropdown > .button, .app-layout > header .top-bar .top-bar_userinfo .dropdown > button {
  width: 40px;
  height: 40px;
}
.app-layout > header .top-bar .top-bar_userinfo .dropdown-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1000;
  padding: 14px;
  border-radius: 12px;
  background: #3e3e3e;
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.app-layout > header .top-bar .top-bar_userinfo .dropdown-panel .small-text {
  margin: 0 0 24px;
}
.app-layout > header .top-bar .top-bar_userinfo [data-menu=user-info] {
  padding: 24px;
  width: 212px;
}
.app-layout > header .top-bar .top-bar_userinfo [data-menu=user-localization] {
  padding: 12px 0;
  width: 128px;
}
.app-layout > header .top-bar .top-bar_userinfo [data-menu=user-info], .app-layout > header .top-bar .top-bar_userinfo [data-menu=user-localization] {
  display: none;
  position: absolute;
  right: 0;
  background-color: #3F4443;
  color: #fff;
  border-radius: 8px;
  box-shadow: rgba(63, 68, 67, 0.2) 0 0.25rem 0.75rem 0;
}
.app-layout > header .top-bar .top-bar_userinfo [data-menu=user-info] > a, .app-layout > header .top-bar .top-bar_userinfo [data-menu=user-localization] > a {
  float: right;
}
.app-layout > header .top-bar .top-bar_userinfo [data-menu=user-info] > ul > li, .app-layout > header .top-bar .top-bar_userinfo [data-menu=user-localization] > ul > li {
  cursor: pointer;
  color: #fff;
  padding: 12px 24px;
}
.app-layout > header .top-bar .top-bar_userinfo [data-menu=user-info] > ul > li:hover, .app-layout > header .top-bar .top-bar_userinfo [data-menu=user-localization] > ul > li:hover {
  background-color: #6A6E6D;
}
.app-layout > header .top-bar .top-bar_userinfo [data-menu=user-info] > ul > li.selected, .app-layout > header .top-bar .top-bar_userinfo [data-menu=user-localization] > ul > li.selected {
  font-weight: 900;
}
.app-layout > header .top-bar .top-bar_localization {
  grid-area: localization;
}
.app-layout > main {
  grid-area: content;
  margin-top: 0;
  padding: 16px;
  overflow-y: auto;
  /* Firefox */
  scrollbar-width: none;
  /* IE/Edge legacy */
  -ms-overflow-style: none;
  min-height: 0;
  background-color: #f5F5F4;
}
@media (min-width: 769px) {
  .app-layout > main {
    padding: 32px;
  }
}
.app-layout > main > h1 {
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.125em;
}
.app-layout > footer {
  grid-area: footer;
  background-color: #fff;
  padding: 16px 23px;
  color: #262626;
  line-height: 18px;
  font-size: 12px;
  height: 80px;
  display: none;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #D6D6D4;
}
@media (min-width: 769px) {
  .app-layout > footer {
    display: flex;
  }
}
@media (min-width: 1020px) {
  .app-layout > footer {
    height: 64px;
  }
}
.app-layout > footer a {
  color: #262626;
  text-decoration: underline;
}
.app-layout > footer a:visited {
  color: #262626;
}
.app-layout > footer a:active {
  color: #262626;
}
.app-layout > footer a:hover {
  color: #262626;
}

.show-messages {
  grid-template: "header" auto "messages" auto "mainnavbar" auto "main" 1fr "footer" auto/100%;
}
@media (min-width: 600px) {
  .show-messages {
    grid-template: "header header" auto "messages messages" auto "mainnavbar main" 1fr "footer footer" auto/auto 1fr;
  }
}
.show-messages > nav, .show-messages main {
  margin-top: 0;
}

/** Menu **/
/** Mobile **/
:root {
  --mobile-menu-h: 64px;
}

@media (max-width: 769px) {
  main.body-content {
    padding-bottom: var(--mobile-menu-h);
  }
}
.dashboard-menu-mobile {
  grid-area: mobile-menu;
  display: flex;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.08);
  justify-content: space-between;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  background: #fff;
  padding: 12px 0;
}
@media (min-width: 346px) {
  .dashboard-menu-mobile {
    padding: 8px 16px 20px;
  }
}
@media (min-width: 769px) {
  .dashboard-menu-mobile {
    display: none;
  }
}
.dashboard-menu-mobile .menu-item {
  height: 40px;
  width: 64px;
}
.dashboard-menu-mobile .button, .dashboard-menu-mobile button {
  border: none;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  border: none;
  box-shadow: none;
  align-items: center;
  gap: 5px;
  height: 64px;
  width: 64px;
  padding: 0 14px;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 321px) {
  .dashboard-menu-mobile .button, .dashboard-menu-mobile button {
    font-size: 16px;
  }
}
.dashboard-menu-mobile .button:active, .dashboard-menu-mobile .button:visited, .dashboard-menu-mobile .button:focus, .dashboard-menu-mobile .button:target, .dashboard-menu-mobile button:active, .dashboard-menu-mobile button:visited, .dashboard-menu-mobile button:focus, .dashboard-menu-mobile button:target {
  border: none;
  background-color: transparent;
  background: none;
  box-shadow: none;
  color: #262626;
}
.dashboard-menu-mobile .button img, .dashboard-menu-mobile button img {
  height: 24px;
  width: 24px;
}
.dashboard-menu-mobile .main-button {
  margin-top: -23px;
  z-index: 4000;
}
.dashboard-menu-mobile .main-button:has(> .mm-btn.is-active) {
  margin-top: -38px;
}
.dashboard-menu-mobile .main-button > .mm-btn {
  padding: 0;
}
.dashboard-menu-mobile .main-button > .mm-btn.is-active {
  height: 64px;
  background-color: transparent;
  width: 64px;
  padding: 0;
}
.dashboard-menu-mobile .main-button img {
  height: 64px;
  width: 64px;
}
.dashboard-menu-mobile .svg-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #262626; /* colore icona */
  -webkit-mask: var(--icon) no-repeat center/contain;
  mask: var(--icon) no-repeat center/contain;
}
.dashboard-menu-mobile .mm-btn.is-active .svg-icon {
  background-color: #fff; /* icona bianca quando attivo */
}
.dashboard-menu-mobile .mm-btn.is-active span {
  display: none;
}
.dashboard-menu-mobile .mm-btn.is-active {
  background-color: #1D86DA;
  padding: 4px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  fill: white;
  justify-content: center;
  margin: 0 auto;
}

.sheet-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: var(--mobile-menu-h);
  background: rgba(0, 0, 0, 0.35);
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.sheet-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.bottom-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: var(--mobile-menu-h);
  height: calc(100dvh - var(--mobile-menu-h));
  height: calc(100vh - var(--mobile-menu-h));
  z-index: 2500;
  border-radius: 0;
  overflow: hidden;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.22s ease, opacity 0.22s ease;
  will-change: transform, opacity;
  display: flex;
  flex-direction: column;
}

.bottom-sheet.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.bottom-sheet .sheet-page {
  display: none;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 24px;
  color: #fff;
  background: #3F4443;
}
.bottom-sheet .sheet-page.admin[data-page=menu] .section-title a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.bottom-sheet .sheet-page.admin[data-page=menu] .section-title a:hover, .bottom-sheet .sheet-page.admin[data-page=menu] .section-title a:active {
  color: #262626;
}
.bottom-sheet .sheet-page.admin[data-page=menu] .section-title:hover {
  background-color: #EBEBE9;
}
.bottom-sheet .sheet-page.admin[data-page=menu] .section-title.active {
  background-color: #FFEE00;
}
.bottom-sheet .sheet-page[data-page=menu] {
  color: #3F4443;
  background: #fff;
}
.bottom-sheet .sheet-page[data-page=menu] .section-title {
  height: 64px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #959896;
}
.bottom-sheet .sheet-page[data-page=menu] .section-title a {
  display: grid;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 24px 280px;
  color: #262626;
  font-weight: 900;
}
.bottom-sheet .sheet-page[data-page=menu] .section-title a:hover, .bottom-sheet .sheet-page[data-page=menu] .section-title a:active {
  color: #262626;
}
.bottom-sheet .sheet-page[data-page=menu] .section-title:hover {
  background-color: #EBEBE9;
}
.bottom-sheet .sheet-page[data-page=menu] .section-title.active {
  background-color: #FFEE00;
}
.bottom-sheet .sheet-page > .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bottom-sheet .sheet-page > .box[data-page=menu] {
  justify-content: flex-end;
  padding-bottom: 12px;
}
.bottom-sheet .sheet-page > .box > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: -webkit-fill-available;
  gap: 8px;
  width: 100%;
}
.bottom-sheet .sheet-page > .box > ul > li {
  padding: 24px;
  border-bottom: 1px solid #959896;
  width: 100%;
  text-align: center;
}
.bottom-sheet .sheet-page > .box > .button {
  margin-top: 90px;
  width: 100%;
}
.bottom-sheet .sheet-page > .box > p {
  margin: 0;
}
.bottom-sheet .sheet-page > .box > strong {
  margin-top: 40px;
}

.bottom-sheet .sheet-page.is-active {
  display: block;
}

/** Desktop **/
.dashboard-menu {
  grid-area: menu;
  min-height: 0;
  width: 208px;
  background-color: #D6D6D4;
  border-right: none;
  line-height: 1;
  height: 100vh;
  overflow-y: auto;
  /* Firefox */
  scrollbar-width: none;
  /* IE/Edge legacy */
  -ms-overflow-style: none;
  display: none;
}
@media (min-width: 769px) {
  .dashboard-menu {
    display: flex;
  }
}
.dashboard-menu > menu {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
  padding: 0;
  min-height: 0;
  color: #262626;
}
.dashboard-menu > menu [data-navbar=header] {
  padding: 15px;
  background-color: #3F4443;
  display: flex;
  gap: 11px;
  align-items: center;
  flex: 0 0 auto;
  height: 64px;
}
.dashboard-menu > menu [data-navbar=header] > #menu-header-logo {
  width: 135px;
  color: #D6D6D4;
}
.dashboard-menu > menu [data-navbar=header] > #menu-header-logo > p {
  margin: 1px 0 0 0;
  text-transform: uppercase;
}
.dashboard-menu > menu [data-navbar=header] > #menu-header-collapse {
  width: 32px;
  height: 32px;
  padding: 10px;
  border: 1px solid #D6D6D4;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
}
.dashboard-menu > menu [data-navbar=header] > #menu-header-collapse:hover {
  background-color: #555958;
}
.dashboard-menu > menu [data-navbar=header] > #menu-header-collapse > button {
  border: none;
  padding: 0;
  font-size: inherit;
}
.dashboard-menu > menu [data-navbar=body] {
  flex: 1 1 auto;
  overflow-y: auto;
  /* Firefox */
  scrollbar-width: none;
  /* IE/Edge legacy */
  -ms-overflow-style: none;
  min-height: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dashboard-menu > menu [data-navbar=body] > [data-navbar=section] > .section-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 4px 12px;
  gap: 12px;
}
.dashboard-menu > menu [data-navbar=body] > [data-navbar=section] > .section-title a {
  color: #262626;
}
.dashboard-menu > menu [data-navbar=body] > [data-navbar=section] > .section-title a:hover, .dashboard-menu > menu [data-navbar=body] > [data-navbar=section] > .section-title a:active {
  color: #262626;
}
.dashboard-menu > menu [data-navbar=body] > [data-navbar=section] > .section-title:hover {
  background-color: #EBEBE9;
}
.dashboard-menu > menu [data-navbar=body] > [data-navbar=section] > .section-title.active {
  background-color: #FFEE00;
}
.dashboard-menu > menu [data-navbar=body] > [data-navbar=section] .menu-item {
  padding: 4px 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.dashboard-menu > menu [data-navbar=body] > [data-navbar=section] .menu-item:hover {
  background-color: #EBEBE9;
}
.dashboard-menu > menu [data-navbar=body] > [data-navbar=section] .menu-item.active {
  background-color: #FFEE00;
}
.dashboard-menu > menu [data-navbar=body] > [data-navbar=section] .menu-item a {
  color: #262626;
}
.dashboard-menu > menu [data-navbar=body] > [data-navbar=section] .menu-item a:hover, .dashboard-menu > menu [data-navbar=body] > [data-navbar=section] .menu-item a:active {
  color: #262626;
}
.dashboard-menu > menu [data-navbar=body] > [data-navbar=section] .menu-item img {
  cursor: pointer;
}
.dashboard-menu > menu [data-navbar=body] > [data-navbar=section] img {
  height: 16px;
  width: 16px;
}
.dashboard-menu > menu [data-navbar=tour] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex: 0 0 auto;
  padding: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #C0C1C0;
  cursor: pointer;
  font-weight: 900;
  height: 80px;
  max-height: 80px;
}
@media (min-width: 1020px) {
  .dashboard-menu > menu [data-navbar=tour] {
    height: 64px;
    max-height: 64px;
  }
}
.dashboard-menu > menu [data-navbar=tour] img {
  height: 24px;
  width: 24px;
}

.menu-collapsed {
  grid-area: menu;
  width: 64px;
  display: none;
}
.menu-collapsed #menu-header-collapse {
  border: 1px solid #3F4443;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 4px;
  margin: 16px;
  display: flex;
}
.menu-collapsed #menu-header-collapse:hover {
  background-color: #EBEBE9;
}
.menu-collapsed #menu-header-collapse > button {
  border: none;
  padding: 0;
  font-size: inherit;
}
.menu-collapsed > menu > [data-navbar=header] {
  padding: 8px;
}
.menu-collapsed > menu > [data-navbar=tour] {
  justify-content: center;
}
.menu-collapsed > menu > [data-navbar=body] {
  gap: 12px;
  padding-top: 0;
}
.menu-collapsed > menu > [data-navbar=body] > [data-navbar=section] > .section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  padding: 4px;
  margin: 0 auto;
  border-radius: 8px;
}
.menu-collapsed > menu > [data-navbar=body] > [data-navbar=section] > .section-title a {
  border: none;
  flex: 0 0 auto;
  height: 40px;
  padding: 0;
}
.menu-collapsed > menu > [data-navbar=body] > [data-navbar=section] > .section-title a:hover, .menu-collapsed > menu > [data-navbar=body] > [data-navbar=section] > .section-title a:active {
  color: #262626;
}
.menu-collapsed > menu > [data-navbar=body] > [data-navbar=section] > .section-title:hover {
  background-color: #EBEBE9;
}
.menu-collapsed > menu > [data-navbar=body] > [data-navbar=section] > .section-title.active {
  background-color: #FFEE00;
}
.menu-collapsed > menu > [data-navbar=body] > [data-navbar=section] img {
  height: unset;
  width: unset;
}

.menu-expanded {
  grid-area: menu;
  width: 208px;
}

/* Disabilita transizioni solo durante bootstrap */
.app-layout.is-preload {
  transition: none !important;
}

.app-layout.is-preload * {
  transition: none !important;
}

@media (min-width: 769px) {
  .app-layout:not(.is-collapsed) {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 769px) {
  .app-layout:not(.is-collapsed) .dashboard-menu.menu-expanded {
    display: block;
  }
}

.app-layout:not(.is-collapsed) .dashboard-menu.menu-collapsed {
  display: none;
}

@media (min-width: 769px) {
  .app-layout.is-collapsed {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 769px) {
  .app-layout.is-collapsed .dashboard-menu.menu-collapsed {
    display: block;
  }
}

.app-layout.is-collapsed .dashboard-menu.menu-expanded {
  display: none;
}

.top-navbar {
  background-color: #262626;
  padding: 16px 32px;
  display: flex;
  align-items: center;
}

/** Messages **/
#cookieConsent {
  background-color: #323232;
  color: white;
  text-align: center;
  width: 80%;
  margin: auto;
  border: 1px solid white;
  border-radius: 10px;
  padding: 1rem;
  position: absolute !important;
  z-index: 10;
  left: 0;
  right: 0;
  margin-top: 0.5rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
#cookieConsent button {
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
  border-style: solid;
  fill: #292a24;
  color: #292a24;
  background-color: #FFEC00;
  border-width: 1px;
  border-radius: 5px 5px 5px 5px;
  padding: 0.5rem;
  margin: 1rem auto 0;
}
#cookieConsent a {
  color: #FFEE00;
}

.dialog-container {
  display: none;
  position: fixed;
}

.messages-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(63, 68, 67, 0.2);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
}
.messages-container.open {
  display: flex;
  z-index: 2;
}
.messages-container .message {
  margin: 0;
  display: none;
}

[data-page=login] {
  /* Accessibilità: riduci motion se richiesto */
}
[data-page=login] .hidden {
  display: none;
}
[data-page=login] .login-form {
  max-width: 560px;
  margin: 0 auto;
  border: 1px solid #D6D6D4;
  border-radius: 12px;
  gap: 0 !important;
  background-color: white;
}
[data-page=login] .login-form form {
  gap: 0;
}
[data-page=login] .login-form .header {
  background-color: #262626;
  padding: 24px 32px;
  text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
[data-page=login] .login-form .header img {
  height: 38px;
  margin: 0 auto;
}
[data-page=login] .login-form .form-control > label {
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 425px) {
  [data-page=login] .login-form .form-control > label {
    flex-direction: row;
  }
}
[data-page=login] .login-form .form-content {
  padding: 40px 24px;
}
[data-page=login] .login-form .form-control-field {
  width: -webkit-fill-available;
  width: -moz-available;
}
[data-page=login] .login-form .action-bar {
  margin-top: 32px;
}
[data-page=login] .login-form .action-bar > button {
  width: -webkit-fill-available;
  width: -moz-available;
  font-size: 20px;
  border: 1px solid rgba(38, 38, 38, 0.0509803922);
}
[data-page=login] .secondary-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: -webkit-fill-available;
  width: -moz-available;
}
[data-page=login] .recover-box {
  padding: 0 24px 24px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 2px;
}
[data-page=login] .recover-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}
[data-page=login] .recover-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
[data-page=login] .chev {
  width: 18px;
  height: 18px;
  display: inline-block;
  transition: transform 0.18s ease;
}
[data-page=login] .recover-box[data-open=true] .chev {
  transform: rotate(180deg);
}
[data-page=login] #recoverBtn {
  margin-top: 20px;
  width: -webkit-fill-available;
  width: -moz-available;
  font-size: 20px;
}
[data-page=login] .recover-panel {
  border-top: 1px solid var(--border);
  margin: 32px 0;
  display: none;
}
[data-page=login] .recover-box[data-open=true] .recover-panel {
  display: block;
}
[data-page=login] .row {
  display: flex;
  align-items: center;
  font-weight: 700;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
[data-page=login] .row label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
[data-page=login] .hint {
  color: var(--muted);
  margin: 20px 0;
  font-style: italic;
}
[data-page=login] .input {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 10px 12px;
  outline: none;
  box-sizing: border-box;
}
[data-page=login] .input:focus {
  border-color: #bdbdbd;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}
[data-page=login] .btn {
  width: 100%;
  margin-top: 10px;
  background: var(--btn-bg);
  border: 0;
  border-radius: 2px;
  padding: 12px 14px;
  font-weight: 700;
  font-size: 16px;
  color: var(--btn-text);
  cursor: pointer;
}
[data-page=login] .btn:active {
  transform: translateY(1px);
}
[data-page=login] .divider {
  margin-top: 12px;
  border-top: 1px solid #C0C1C0;
}
@media (prefers-reduced-motion: reduce) {
  [data-page=login] .chev {
    transition: none;
  }
}
[data-page=login] #cookieConsent {
  background-color: #323232;
  color: white;
  text-align: center;
  width: 80%;
  margin: auto;
  border: 1px solid white;
  border-radius: 10px;
  padding: 1rem;
  position: absolute !important;
  z-index: 10;
  left: 0;
  right: 0;
  margin-top: 0.5rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
[data-page=login] #cookieConsent p {
  margin: 0;
}
[data-page=login] #cookieConsent a {
  color: dodgerblue !important;
}
[data-page=login] #cookieConsent button {
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
  border-style: solid;
  fill: #292a24;
  color: #292a24;
  background-color: #FFEC00;
  border-width: 1px;
  border-radius: 5px 5px 5px 5px;
  padding: 0.5rem;
  margin: 1rem auto;
}
[data-page=login] .browser-message {
  text-align: center;
  margin-bottom: 3rem;
}
[data-page=login] .browser-message > .browsers-list {
  margin-top: 2rem;
}
[data-page=login] .browser-message > .browsers-list > a > img {
  padding: 1rem;
}

#change-password-panel {
  max-width: 50rem;
  margin: 0 auto;
}
#change-password-panel form.compact {
  margin-top: 32px;
}

/*# sourceMappingURL=style.css.map */
