﻿:root {
    --primary-color: #4590D6;
    --secondary-color: #008000;
    --tertiary-color: #EBB152;
    --light-gray-color: #ededed;
    --dark-gray-color: #c7c7c7;
    --label-title-color: #6D6E71;
    --label-title-size: 14px;
    --text-light: #fff;
    --text-dark: #000;
    --border-color: #C7C7C7;
    --border-radius: 5px;
    --small-font-size: .75rem;
}

.overview-item .filter:nth-child(n+3){
    margin-top:1rem;
}

.handle-length-type {
    border: 1px solid;
    border-radius: 8px;
    padding: .25rem 1.5rem;
    font-size: 14px;
    display: flex;
    justify-content: center;
    width: fit-content;
}

    .handle-length-type.stangenware,
    .handle-length-type.en-forme-de-tringle {
        border-color: #f0856d;
        color: #f0856d;
    }

    .handle-length-type.auf-mass,
    .handle-length-type.sur-mesure {
        border-color: #5d559d;
        color: #5d559d;
    }

    .handle-length-type.fixlaenge,
    .handle-length-type.longueur-fixe {
        border-color: #37ad69;
        color: #37ad69;
    }