.tooltip {
    --bs-tooltip-max-width: 300px;
}

.badge.bg-dark-dim {
    color: #8091A7
}

small.sub-text {
    font-size: 11px;
}

.overline-title-alt b {
    color: #000;
}

.dynamic-badge {
    color: #364A63;
    border: none;
    padding: 8px 16px;
    font-size: 15px;
}

.badge.badge-dim {
    border-color: transparent;
}




.nk-cmwg small {
    display: block;
    margin-top: 4px;
}
.nk-cmwg h6 {
    font-size: 0.9rem;
}






.nk-tb-col b, .nk-tb-col strong {
    color: #364A63;
}

.artisan-background {
    background-color: #72BEF85A;
    color: #000 !important;
}
.apporteur-background {
    background-color: #F8DF6F5A;
    color: #000 !important;
}
.cgt-background {
    background-color: #F991C55A;
    color: #000 !important;
}

.artisan-color {
    color: #58b0f3;
    font-weight: 700;
}
.apporteur-color {
    color: #b5991b;
    font-weight: 700;
}
.cgt-color {
    color: #f991c5;
    font-weight: 700;
}

tr.no-border .nk-tb-col {
    border: none !important;
}

span.space {
    display: inline-block;
    width: 8px;
}

.bold {
    font-weight: 700;
}

.black {
    color: #000 !important;
}
.red {
    color: #CA0000 !important;
}
.green {
    color: #20C997 !important;
}

.business-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    font-family: 'Roboto';
}

.business-cards .business-card {
    width: calc(20% - 16px);
    border-radius: 6px;
    box-shadow: 0px 4px 4px 0px #0000000D;
    padding: 10px;
    color: #000;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.business-cards .business-card span {
    display: block;
    font-size: 16px;
}
.business-cards .business-card span.label {
    font-size: 10px;
}
.business-cards .business-card span.red {
    color: #A20000;
}

@media screen and (max-width: 991px) {
    .business-cards .business-card {
        width: calc(50% - 16px);
    }
}

@media screen and (max-width: 450px) {
    .business-cards .business-card {
        width: calc(100%);
    }
}



.suivi-block .mix {
    text-align: center;
    color: #fff;
    font-weight: 700;
    background-color: #8A38F5;
    font-size: 12px;
    padding: 2px 0 !important;
}

.suivi-block .total, .suivi-block .total:hover {
    background-color: #C7F1E5;
}

.invoice {
    border: 1px dashed #bbb;
    padding: 8px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}  

td > .invoice:not(:last-child) {
    margin-bottom: 8px;
}

.invoice > em {
    font-size: 44px;
}

.invoice > div {
    flex: 1 1 auto;
}

.bg-businesses-chart {
    background-color: #8094AE;
}
.bg-cgt-chart {
    background-color: #058EFC;
}
.bg-invoiced-chart {
    background-color: #FD9722;
}
.bg-to_be_invoiced-chart {
    background-color: #364A63;
}
.bg-artisan-chart {
    background-color: #733AEA;
}
.bg-partner-chart {
    background-color: #0FCA7A;
}
.bg-businesses_percentage-chart {
    background-color: #09C2DE;
}

.flex-gap {
    gap: 1rem;
}

.dashboard-table .nk-tb-col:not(.auto-width) {
    min-width: 170px;
}

.modal .close {
    color: #fff;
    float: right;
    font-size: 1rem;
    line-height: 1;
    margin: .25rem 0;
    opacity: .5;
    transition: .3s;
    background-color: red;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 20px;
}

.modal .close:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgb(212, 0, 0);
}

.suppliers-table th, .suppliers-table td {
    min-width: 120px;
}

.business-table th, .business-table td {
    min-width: 100px;
}

.businesses th:not(:first-child), .businesses td:not(:first-child) {
    min-width: 100px;
}

.compare th, .compare td {
    min-width: 100px;
}

tr.nk-tb-item:not(:first-child) {
    border-top: 1px solid #dbdfea;
}