body {
    margin: 0;
    font-size: 24px;
    font-family: JACK;
    background-color: rgb(124, 200, 225);
}

.jack-div {
    box-sizing: border-box;
}

.jack-btn img {
    max-width: 90%;
    max-height:90%;
    object-fit: contain;
}

.lbl_errore {
    font-size: 14px;
    font-family: 'Courier New', Courier, monospace;
    color: red;
    font-weight: bold;
}

.jack-btn {
    font-size: 24px;
    font-weight: bold;
    font-family: "JACK";
    border: 3px solid;
    border-radius: 10px;
}

.jack-fld {
    border: 2px solid black;
    border-radius: 8px;
    padding-right: 8px !important;
    padding-left: 8px !important;
    box-sizing: border-box;
}

.jack-combo {
    border: 2px solid black;
    border-radius: 8px;
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.jack-fld:focus {
    border: 3px solid blue;
    border-radius: 8px;
}

.jack-table-row:hover {
    background-color: blue;
    opacity: 0.2;
    cursor: pointer;
}

/* di default ha 1 px di padding sopra e sotto */
button {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 2px;
    padding-right: 2px;
}

input {
    padding: 0 !important;
}

.tab-btn:hover {
    filter: brightness(0.9);
}

.lbl-cmd:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

/* .tab-btn.active {
    border-bottom: 4px solid #3c83c5;
} */

/* .jack-check{
    font-size: 10px;
} */


/* label[for=savePwd]
{
    font-size: 10px;
}
 */

::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    box-shadow: inset 0 0 2px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}