/* _content/Wids4/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bx4ynty21l] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bx4ynty21l] {
    flex: 1;
}

.sidebar[b-bx4ynty21l] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bx4ynty21l] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bx4ynty21l]  a, .top-row[b-bx4ynty21l]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bx4ynty21l]  a:hover, .top-row[b-bx4ynty21l]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bx4ynty21l]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-bx4ynty21l] {
        justify-content: space-between;
    }

    .top-row[b-bx4ynty21l]  a, .top-row[b-bx4ynty21l]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bx4ynty21l] {
        flex-direction: row;
    }

    .sidebar[b-bx4ynty21l] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bx4ynty21l] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bx4ynty21l]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bx4ynty21l], article[b-bx4ynty21l] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-bx4ynty21l] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-bx4ynty21l] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Wids4/Components/Pages/Admin/EsploraClienti.razor.rz.scp.css */
.EsploraClientiGrid td .rz-cell-data[b-04dd1qszot] {
  font-size: 80%;
  color: red;
}
/* _content/Wids4/Components/Pages/Admin/Ferie.razor.rz.scp.css */
.CalendarTable .CalendarHeaderRow[b-j3weu0aba2] {
  background-color: #ff6a00;
  color: white;
}
.CalendarTable .CalendarHeaderRow .Giorno[b-j3weu0aba2] {
  width: 3%;
  padding: 5px 2px 5px 2px;
  text-align: center;
  font-weight: bold;
}
.CalendarTable .CalendarRow .MonthCell[b-j3weu0aba2] {
  text-align: right;
  padding-right: 8px;
  font-size: 110%;
}
.CalendarTable .CalendarRow .Giorno[b-j3weu0aba2] {
  padding: 5px 2px 5px 2px;
  border: solid 1px #c0c0c0;
  text-align: center;
}
.CalendarTable .CalendarRow .Giorno.Oggi[b-j3weu0aba2] {
  border: solid 2px red;
  color: red;
  font-weight: bold;
}
.CalendarTable .CalendarRow .Giorno.Oggi:hover[b-j3weu0aba2] {
  border: 2px solid blue;
}
.CalendarTable .CalendarRow .Giorno.Ferie[b-j3weu0aba2] {
  background-color: #ffd800;
}
.CalendarTable .CalendarRow .Giorno.Festivo[b-j3weu0aba2] {
  background-color: #ffd8d8;
}
.CalendarTable .CalendarRow .Giorno.Void[b-j3weu0aba2] {
  border: none;
  background-color: #808080;
}
.CalendarTable .CalendarRow .HGiorno:hover[b-j3weu0aba2] {
  background-color: #f0f0ff;
  color: blue;
  font-weight: bold;
  cursor: pointer;
}
/* _content/Wids4/Components/Pages/Admin/PersonalizzazioniInterfaccia.razor.rz.scp.css */
.EsploraClientiGrid td .rz-cell-data[b-6wqv81n1br] {
  font-size: 80%;
  color: red;
}
/* _content/Wids4/Components/Pages/Operatori/Privacy.razor.rz.scp.css */
.icon-grid[b-u8ox6n6rcb] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
.icon-card[b-u8ox6n6rcb] {
  border: 1px solid var(--rz-border);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  box-shadow: var(--rz-shadow-1);
}
.icon-card .file-name[b-u8ox6n6rcb] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.icon-card .muted[b-u8ox6n6rcb] {
  font-size: 12px;
  color: var(--rz-text-secondary);
  margin-top: 2px;
}
.icon-card .actions[b-u8ox6n6rcb] {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
