﻿html {
    scroll-behavior: smooth;
    zoom: 90%;
}

.invalid-feedback {
    display: unset;
}

font-weight-bold {
    font-weight: 700 !important;
}

.page .page-header .page-title {
    font-weight: 900;
    font-size: 2.3em;
}

.card, .panel, .alert {
    border-radius: 11px;
}

*, h1, h2, h3, h4, h5, h6 {
    font-family: 'Centrale Sans Regular', 'Muli Regular', 'Arial';
}

.navbar-brand-logo {
    width: 2.8em;
    height: unset;
    margin-top: -0.757rem;
    margin-right: -0.4em;
}

.page-title span {
    font-family: 'Centrale Sans Bold', 'Muli Regular', 'Arial' !important;
    font-size: 1.0em;
}

.counter-number {
    font-weight: 600 !important;
    font-size: 1.5em;
    font-family: 'Centrale Sans Bold', 'Muli Regular', 'Arial' !important;
}

.panel-title {
    font-weight: 400;
}

.text-secondary {
    color: #6C757D !important;
}

label, .checkbox-custom label, .radio-custom label, .dropdown-item {
    font-weight: 400;
}

.table th {
    font-weight: 500 !important;
}

.dataTables_length label select {
    color: #757575;
}

strong {
    font-weight: 600;
}

.invalid-feedback {
    display: unset;
    color: #E0301E;
}

input[disabled=disabled] {
    color: #696767;
}

.form-control {
    font-weight: 400 !important;
}

body {
    font-weight: 400 !important;
}


