body {
    /* font-family: Verdana, Geneva, Tahoma, sans-serif !important; */
    font-family: 'Cascadia Code' !important;
    /* font-family: 'Bahnschrift' !important; */
    font-size: .8rem !important;
    letter-spacing: .6px !important;
    color: #222 !important;
}
.text-table{
    font-size: 8px;
}
.sidebar-brand-icon img {
    height: 40px;
    
}

.sidebar .menu {
    height: calc(100vh - 6rem);
    overflow-x: hidden;
    overflow-y: auto;
    
}

.sidebar .menu .nav-link span,
.sidebar .menu .collapse-item {
    font-size: .8rem !important;
    margin: 0px;
}

label {
    margin-bottom: 0;
    font-weight: normal !important;
}

.profile-icon {
    font-size: 1.2rem;
}


.breadcrumb {
    background-color: transparent;
    padding: 0;
    font-size: .8rem;
    justify-content: right;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "»";
}

.table tbody td {
    vertical-align: middle;
    font-size: .8rem;
    color: black;
}

.table thead th {
    background-color: #eee;
    vertical-align: bottom;
    font-size: .8rem;
    padding-bottom: 0;
}

.details-item {
    border: 1px solid #f0eded;
    padding: 5px;
    margin-bottom: 1rem;
    padding-top: 2px;
    padding-bottom: 0;
}

.details-item-title {
    font-size: .67rem;
    font-weight: 800;
    margin-bottom: 0;
}

.details-item-bloc-title {
    background-color: #e4ecec;
    font-size: .8rem;
    font-weight: 700;
    padding-left: 10px;
    padding-top: 5px;
    margin-bottom: 1px;
    color: var(--primary);
    border: 1px solid var(--info);
}

.details-item-value {
    font-size: .8rem;
    font-weight: normal;
    color: #000;
}

.flash {
    border: none;
}

.flash .close {
    margin-top: -10px;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Parcourrir";
}

.list-group.lgsm .list-group-item {
    padding: 5px 10px;
    font-size: .7rem;
    font-weight: bold;
}

.list-group.lgsm .list-group-item .texts {
    float: right;
    color: var(--primary);
    font-weight: bold;
}

.content {

    margin-top: -1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: calc(100vh - 7rem);
    overflow-y: auto;
}

footer {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.copyright {
    font-size: .7rem;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

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

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


.list-group.custom {
    list-style: none;
}


.list-group.custom .list-group-item {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border: none;
}

.list-group.custom .list-group-item::before {
    content: "»";
    margin-right: 5px;
}


.card {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.form-group label {
    font-weight: 600 !important;
    font-size: .7rem;
}


.form-control,
.custom-select,
.selectize .selectize-input {
    font-size: .8rem;
    letter-spacing: 1px;
    color: #000 !important;
    margin-bottom: 0;
    box-shadow: none !important;
    border-color: #999;
}

.form-control:focus,
.custom-select:focus {
    border-color: var(--primary);
}

.btn {
    font-size: .8rem;
    letter-spacing: 1px;
    box-shadow: none !important;
}

button:focus {
    outline: none;
}

.accordion .list-group a {
    font-size: .8rem;
    font-weight: 600;
}

.accordion .list-group-item {
    padding-bottom: 5px;
}
