/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --font-weight-medium: 500;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static !important;
  }
  .container {
    width: 100% !important;
    @media (width >= 40rem) {
      max-width: 40rem !important;
    }
    @media (width >= 48rem) {
      max-width: 48rem !important;
    }
    @media (width >= 64rem) {
      max-width: 64rem !important;
    }
    @media (width >= 80rem) {
      max-width: 80rem !important;
    }
    @media (width >= 96rem) {
      max-width: 96rem !important;
    }
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2) !important;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2) !important;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3) !important;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4) !important;
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10) !important;
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16) !important;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2) !important;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2) !important;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4) !important;
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10) !important;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1) !important;
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2) !important;
  }
  .block {
    display: block !important;
  }
  .flex {
    display: flex !important;
  }
  .table {
    display: table !important;
  }
  .h-fit {
    height: fit-content !important;
  }
  .w-\[8rem\] {
    width: 8rem !important;
  }
  .w-full {
    width: 100% !important;
  }
  .cursor-pointer {
    cursor: pointer !important;
  }
  .flex-col {
    flex-direction: column !important;
  }
  .flex-row {
    flex-direction: row !important;
  }
  .items-center {
    align-items: center !important;
  }
  .justify-start {
    justify-content: flex-start !important;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1) !important;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2) !important;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3) !important;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4) !important;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6) !important;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3) !important;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0) !important;
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6) !important;
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2) !important;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2) !important;
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8) !important;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2) !important;
  }
}
html, body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1:focus {
  outline: none;
}
a, .btn-link {
  color: #0071c1;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.content {
  padding-top: 1.1rem;
}
.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}
.invalid {
  outline: 1px solid red;
}
.validation-message {
  color: red;
}
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}
.blazor-error-boundary::after {
  content: "An error has occurred.";
}
.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto;
}
.loading-progress circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 0.6rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}
.loading-progress circle:last-child {
  stroke: #1b6ec2;
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out;
}
.loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}
.loading-progress-text:after {
  content: var(--blazor-load-percentage-text, "Loading");
}
code {
  color: #c02d76;
}
.toolbar__header-text {
  text-decoration: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #0d6fef;
  font-weight: 700;
}
.toolbar__exit-button {
  padding-left: 30px;
  padding-right: 30px;
}
.mud-container__title-section {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  color: #000;
  font-weight: 700;
  margin: 3rem auto 2rem;
  text-align: center;
}
.search__toolbar {
  padding-top: 20px;
  flex-basis: content;
  align-items: end;
}
.search__table {
  width: 100%;
  max-width: 980px;
  align-self: center;
}
.search__table.programmazione {
  width: 60%;
  justify-self: center;
}
.page-content__container {
  align-content: center;
  justify-content: center;
  min-width: 21vw;
}
.page-content__container.programmazione {
  display: flex;
  flex-direction: column;
  justify-items: center;
  gap: 1rem;
  width: 100%;
}
.header-logo {
  font-size: 20px;
  font-weight: 700;
}
.serverdata__table {
  display: block;
  margin-top: 1.5rem;
}
.chips {
  display: block;
  width: fit-content;
  max-width: 40vw;
  margin-top: 10px;
}
.chips > .mud-chip-content > .chips__inside-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dialog__title > h6 {
  left: 30px;
  top: 0;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 2.125rem;
  color: rgb(10,133,255);
  font-weight: 700;
  line-height: 2.5rem;
  z-index: 1;
}
.important-text {
  font-weight: 800;
}
.important-text.current {
  position: relative;
  top: 1px;
}
.important-text.current::after {
  display: block;
  content: '';
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: white;
  opacity: 0;
  animation: underline-blink 2.5s infinite;
}
@keyframes underline-blink {
  0%, 50%, 100% {
    opacity: 0;
  }
  25%, 75% {
    opacity: 1;
  }
}
.important-text.fit-content {
  min-width: fit-content;
}
.serverdata__table.table-hide {
  display: none;
}
.mud-tabs-tabbar-wrapper .mud-tooltip-root:first-child {
  margin-left: 1px;
}
.mud-tabs-tabbar-inner > .mud-tabs-tabbar-content > .mud-tabs-tabbar-wrapper {
  width: 99.99999%;
  display: flex;
}
.mud-tooltip-root.mud-tooltip-inline {
  flex: 1;
}
.mud-tooltip-root.mud-tooltip-inline.programmazione {
  flex: unset;
  align-self: center;
  display: table-row-group;
}
.spacing-icons-details {
  gap: 1.5rem !important;
}
.mud-tab {
  white-space: nowrap;
}
.tabella-stats {
  min-width: 60vw;
  text-align: center !important;
  border: solid;
  font-size: 1rem;
}
.tabella-stats.stats-dialog {
  min-width: unset;
  width: 70%;
  align-self: center;
}
.mud-simple-table table .tabella-stats__header > tr > th {
  border-top: unset;
  border-bottom: solid;
  border-width: 0.1px;
  border-right: solid;
  border-right-width: 0.1px;
  text-align: center !important;
  font-size: 1rem;
  background-color: rgba(0,0,0,0.11764705882352941);
}
.citta-container {
  max-width: 40rem;
}
.tabella-stats table > tr > td {
  border-bottom: unset;
  padding: 0.5rem;
}
.tabella-stats table > tr > td:not(:first-child):not(:last-child) {
  border-right: solid;
  border-width: 0.1px;
  border-color: black;
}
.tabella-stats table > tr > td:first-child {
  font-weight: 800;
  border-left: unset;
  border-width: 0.1px;
  border-color: black;
}
.tabella-stats table > tr > td:last-child {
  border-right: unset;
  border-width: 0.1px;
  border-color: black;
}
.mud-simple-table table .tabella-stats__header > tr > th:first-child {
  border-left: unset;
}
.mud-simple-table table .tabella-stats__header > tr > th:last-child {
  border-right: unset;
}
.tabella-stats table > tr:hover:not(:last-child) {
  background-color: lightblue;
  cursor: pointer;
}
.statistiche-select {
  min-width: 20vw;
  text-align: center;
  border-color: black;
  align-content: center;
}
.statistiche-select__text {
  text-align: center !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
}
.stats-dialog__delta {
  color: royalblue;
}
.formatore-dialog__input {
  margin: 4px;
  width: 70%;
}
.mud-select:has(.mud-input-control.mud-select.formatore-dialog__input) {
  margin: 4px;
  width: 70%;
}
div.mud-dialog-content.formatore-dialog__content > div > form > div.d-flex.flex-row.gap-3 > div.mud-select.mud-autocomplete {
  margin-top: 8px;
  width: 100%;
}
div.mud-select.mud-autocomplete > div.formatore-dialog__input {
  margin: 4px;
  width: 100%;
}
.formatore-dialog__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formatore-dialog__paper {
  align-self: center;
  max-width: 70%;
  width: 70%;
  border-width: 0.15rem;
  border-color: black;
}
.formatore-dialog__content {
  display: flex;
  justify-content: center;
  overflow: unset !important;
}
.formatore-dialog__title {
  align-self: center;
}
.formatore-dialog__title > h6 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 2.125rem;
  color: rgb(10,133,255);
  font-weight: 700;
  line-height: 2.5rem;
  z-index: 1;
}
.mud-dialog-actions.formatore-dialog__actions {
  display: grid;
  justify-content: center;
}
.formatore-details__icon > span > svg.mud-icon-root.mud-svg-icon.mud-icon-size-large {
  font-size: 3rem;
}
.cancella-dialog {
  background: hsla(0,0%,100%,.9);
}
.cancella-dialog__content {
  align-content: center;
}
.formatori-sedi-table {
  text-align: center;
  font-size: 1rem;
}
.formatori-sedi-table__thead > th:not(:last-child) {
  padding-bottom: 0.5rem;
}
.formatori-sedi-table__thead {
  border-bottom: 0.1rem solid rgb(0 0 0 / 0.40);
}
.formatori-sedi-table__thead > th {
  padding: 0.5rem;
}
.formatori-sedi-table > div > table > tr:not(:last-child) {
  border-bottom: 0.1rem solid rgb(0 0 0 / 0.40);
}
.formatori-sedi-table > div > table > tr > td {
  padding: 0.5rem;
}
.tabella-contenuti {
  border: solid 0.11rem;
  border-color: rgba(33,150,243,0.4);
}
.tabella-contenuti > .mud-table-container > table > tr:last-child > td {
  border-bottom: unset;
}
.hide {
  display: none;
}
.tabella-risultati-programmazione__row:hover {
  background-color: lightblue;
}
.tabella-risultati-programmazione {
  margin-bottom: 10vh;
  width: 100%;
}
.indietro-button-programmazione {
  align-self: flex-start;
  font-size: 0.8rem;
}
.pointer:hover {
  cursor: pointer;
}
.mud-tooltip-root.mud-tooltip-inline.tooltip-tabella-plaa {
  display: table-row-group;
}
.timeline-programmazione.mud-timeline-vertical::before {
  height: 220px;
}
.flex-breadcrumb-programmazione {
  display: flex;
  align-items: center;
}
.main-stack-programmazione > div.d-flex.flex-row.gap-3 {
  align-items: center;
}
.container-indietro-titolo-tabella-plaa {
  display: flex;
  justify-content: center;
}
.mud-input-control.mud-input-control-full-width.input-autocomplete-aliquota-form {
  margin-top: 16px;
}
.input-autocomplete-aliquota-form.last {
  margin-bottom: 16px;
}
form.mud-form.gap-0.formatore-dialog__form > .mud-select.mud-autocomplete.mud-width-full:has(.input-autocomplete-aliquota-form) {
  width: 70%;
}
.pericolo-matrice-tooltip:hover > span {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .page-content__container.programmazione {
    max-width: 90vw;
  }
  .mud-paper.mud-paper-outlined {
    width: fit-content;
  }
  .mud-tabs-panels.pa-6 {
    overflow: scroll;
  }
  .fit-content {
    min-width: unset !important;
  }
  .tabella-risultati-programmazione {
    width: unset !important;
  }
  .stack-breacrumbs-programmazione {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .timeline-programmazione {
    display: none;
  }
}
.stack-breacrumbs-programmazione {
  padding: 0.5rem;
  gap: 0.5rem !important;
  font-size: 0.8rem;
  border-radius: 0.5rem;
  background-color: rgb(0, 176, 255, 1);
  color: white;
  align-items: center;
  min-width: fit-content;
}
.page-heading {
  font-size: 3.5rem !important;
  --tw-font-weight: var(--font-weight-medium) !important;
  font-weight: var(--font-weight-medium) !important;
}
.page-container {
  width: 100% !important;
  @media (width >= 40rem) {
    max-width: 40rem !important;
  }
  @media (width >= 48rem) {
    max-width: 48rem !important;
  }
  @media (width >= 64rem) {
    max-width: 64rem !important;
  }
  @media (width >= 80rem) {
    max-width: 80rem !important;
  }
  @media (width >= 96rem) {
    max-width: 96rem !important;
  }
  display: flex !important;
  width: 100% !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: calc(var(--spacing) * 4) !important;
  padding-inline: calc(var(--spacing) * 6) !important;
}
.buttons-toolbar {
  display: flex !important;
  width: 100% !important;
  max-width: 980px !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  gap: calc(var(--spacing) * 3) !important;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
    }
  }
}
