@mixin tags($backgroundColor) {
    height: 18px;
    margin: 0px 8px;
    padding: 0px 6px;
    border-radius: 2px;
    background-color: $backgroundColor;
    color: var(--body-color);
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
}

@mixin floatTagRight() {
    float: right;
    display: inline-block;
    margin: 0;
}

@mixin modal-button($backgroundColor, $color, $border) {
    color: $color;
    background-color: $backgroundColor;
    border: $border;
    font-family: Roboto;
    font-size: var(--page-link-fs);
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 0.375rem 2.625rem;
    border-radius: 0.25rem;
    width: 49%;
}

:host ::ng-deep anna-core-non-editable-generic-table-lib .mdi-pencil {
    cursor: pointer;
    color: var(--primary-blue-color);
    font-size: 14px;
}

:host ::ng-deep anna-core-non-editable-generic-table-lib .mdi-account-remove {
    cursor: pointer;
    color: var(--primary-red-color);
    font-size: 14px;
    float: right;
}

.count-text {
    font-size: var(--page-message-content-fs);
    font-family: Roboto;
    font-style: italic;
    margin-top: 8px;
    color: var(--primary-text-color-medium);
    b {
        color: var(--font-color);
    }
}

.additional-data-color-text {
    color: var(--disabled-text-color-darker) !important;
}

.italic {
    font-style: italic;
}
