/* FONT */
*       { font-family: 'Inter', sans-serif !important;}
:root   { --tblr-font-sans-serif:'Inter' !important;}

/* FORM FIELD */
.no-resize { resize:none;}

/* DATATABLES */
table.dataTable             { margin-top:0px !important;}
.dataTable thead > tr > th  { line-height:30px !important;}
.dataTables_paginate        { margin:10px 10px 20px 10px !important; float:right;}
.paginate_button            { margin:0px 5px;}

/* TOM-SELECT */
.ts-control { line-height:1.85;}

/* ICONA TEMA */
.switch-icon    { width:2rem; height:2rem;}

/* TAB VERTICALI PAGINA ANAGRAFICHE */
[data-bs-theme=light] .nav-link.active  { background-color:#f1f5f9;}
[data-bs-theme=dark]  .nav-link.active  { background-color:#151F2C;}

/* CAMPO USERNAME */
.div-username   { max-height:75px; overflow-y:auto; scrollbar-width:thin;}

/* TORNA SU */
.totop          { position:fixed; bottom:25px; right:-50px; padding:10px; visibility:hidden; transition:all 0.5s;}
.totop:hover    { background-color:#d63939 !important; transition:all 0.5s;}
.totop-visible  { right:20px; visibility:visible; transition:all 0.5s;}