/*
  You can add custom CSS rules or import files here.
*/


/* Import the Radzen CSS files */
@import './styles-generated.css';

.column-text-red .rz-cell-data {
    color: red !important;
    font-weight: bold;
    cursor: default;
}

.column-text-green .rz-cell-data {
    color: forestgreen !important;
    font-weight: bold;
    cursor: default;
}

.input-group-whats {
    display: flex;
    align-items: stretch;
}

.input-group-whats .rz-button {
    border-left: none;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
}

.rz-spinner .rz-spinner-input {
    padding-right: 1.3em !important;
}