.form-group-default.required label::after {
    color: #f55753;
    content: " (*)";
    font-family: arial;
}

.page-link {
    font-size: 14px;
}


/* TOAST */
.toast-container {
    width: 100%;
    max-width: 400px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1055;
    padding: 1rem;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.toast {
    width: 100%;
    max-width: 400px;
    pointer-events: auto
}

.toast[data-type] {
    position: relative;
    border: 0;
    color: #f8f9fa;
    background: linear-gradient(to bottom right, #4A4A4A, #2B2B2B);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}

.toast[data-type] .toast-content {
    display: flex;
    align-items: center;
    padding-left: 1rem;
}

.toast[data-type] .toast-icon {
    margin-top: 2px;
    margin-bottom: 7px;
}

.toast[data-type] .toast-body {
    width: 100%;
    padding-left: 1rem;
}

.toast[data-type="info"] {
    background: linear-gradient(to bottom right, #1d4d91, #539BFF)
}

.toast[data-type="warning"] {
    background: linear-gradient(to bottom right, #e29208, #e29208)
}

.toast[data-type="danger"] {
    background: linear-gradient(to bottom right, #d11212, #d11212)
}

.toast[data-type="success"] {
    background: linear-gradient(to bottom right, #28a745, #84b42d)
}

.toast[data-type="primary"] {
    background: linear-gradient(to bottom right, #32B7C4, #32B7C4)
}

/* DataTable */
#tabella_processing {
    z-index: 12;
}

td.colonna {
    text-align: right;
}

td.grassetto {
    font-weight: 700 !important;
}

td.colore {
    color: red !important;
}

td.dim400 {
    width: 400px;
    max-width: 400px;

    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

td.dim200 {
    width: 200px;
    max-width: 200px;

    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

/* SCHERMATA CARICAMENTO */
.schermata-caricamento {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0c0c0cd9;
    flex-direction: column;
    opacity: 0;
    color: white;
    font-size: 25px;
}

@media (min-width: 992px) {
    [data-nav-layout=horizontal] .app-content>.container-fluid {
        width: 100% !important;
    }
}

/* Stampa Fattura */
table.stfatt {
    border-collapse: separate;
    border-spacing: 0;
}

td.stfatt {
    border: solid 1px #000;
    border-style: none solid solid none;
    padding: 4px;
}

td.stfatt1 {
    font-size: 11px;
}

tr.stfatt:first-child td.stfatt:first-child {
    border-top-left-radius: 10px;
}

tr.stfatt:first-child td.stfatt:last-child {
    border-top-right-radius: 10px;
}

tr.stfatt:last-child td.stfatt:first-child {
    border-bottom-left-radius: 10px;
}

tr.stfatt:last-child td.stfatt:last-child {
    border-bottom-right-radius: 10px;
}

tr.stfatt:first-child td.stfatt {
    border-top-style: solid;
}

tr.stfatt td.stfatt:first-child {
    border-left-style: solid;
}

@media print {
    .pageBreak {
        page-break-after: always;
    }
}

.selectIva {
    width: 200px;
}

.btn.btn-sm {
    font-size: 11px !important;
}


/* Statistiche Banca CHART */
#chart-banca .apexcharts-pie text {
    fill: var(--default-text-color) !important;
}

#chart-banca .apexcharts-pie text {
    fill: #fff !important;
}

#chart-banca .apexcharts-datalabels-group text {
    fill: var(--default-text-color) !important;
}

#chart-banca .apexcharts-pie line,
#chart-banca .apexcharts-pie circle {
    stroke: transparent;
}

.icona-welcome {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 75px;
    height: 75px;

    margin: 0 auto 15px;

    border: 1px solid #ddd;
    border-radius: 10px;
}