/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

body, input, select, textarea, button, td, th, p {
 font-family: 'Inter', sans-serif !important;
}

body {
 background-color: #f0f2f5 !important;
}

.mainmenuaspan {
 font-size: 14px !important;
 font-weight: 500 !important;
 letter-spacing: 0.2px !important;
}

.vmenu .menu_contenu a {
 font-size: 14px !important;
 font-weight: 400 !important;
 padding: 4px 10px !important;
 line-height: 1.6 !important;
}

.tagtable td, .tagtable th {
 font-size: 13px !important;
 padding: 6px 10px !important;
}

.tagtable th {
 font-weight: 600 !important;
}

.butAction, .butActionNew {
 border-radius: 5px !important;
 font-size: 12.5px !important;
 font-weight: 500 !important;
 font-family: 'Inter', sans-serif !important;
}

.box, .boxdiv {
 border-radius: 8px !important;
 box-shadow: 0 1px 4px rgba(0,0,0,0.08) !important;
 border: 1px solid #e4e8ef !important;
}

.div_titre {
 font-size: 12px !important;
 font-weight: 600 !important;
 letter-spacing: 0.4px !important;
}