body {
    min-height: 100vh;
    background: linear-gradient(to right, #fff2f8, #d5e0f7 150%);
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}



input.form-control:read-only:not([type="file"]),
textarea.form-control:read-only,
select.form-control:read-only {
    background-color: rgb(196, 196, 196);
    opacity: 1;
}

/* 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;
}


/* DATATABLES */
.dt-container {
    margin-bottom: 90px;
}

.dt-container .dt-info {
    float: left;
    margin-top: 10px !important;
}

.dt-container .dt-paging {
    float: right;
    margin-top: 10px !important;
}

small {
    font-size: 0.72rem !important;
    display: inline-block;
    line-height: 1.2rem !important;
}