/* IMMFIMA – Courtage-Zuordnung Komfort V2 */
.courtage-assignment-warning{
    display:inline-flex;
    align-items:center;
    max-width:190px;
    padding:7px 10px;
    border-radius:999px;
    background:#fff0c9;
    color:#815a00;
    font-size:.76rem;
    line-height:1.15;
    font-weight:800;
}

.courtage-assignment-ok{
    display:inline-flex;
    align-items:center;
    max-width:190px;
    padding:7px 10px;
    border-radius:999px;
    background:#dcf5e5;
    color:#17663a;
    font-size:.76rem;
    line-height:1.15;
    font-weight:800;
}

.courtage-assignment-button{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:0 12px !important;
    border-radius:9px;
    background:#103d70;
    color:#fff !important;
    text-decoration:none !important;
    font-size:.78rem;
    font-weight:800;
    white-space:nowrap;
}

.courtage-assignment-button:hover{
    background:#0b315c;
}

.courtage-assignment-required{
    font-size:.78rem;
    color:#815a00;
    font-weight:700;
}
