.bt-input {
    width: 100%;
    height: 100%;

    overflow: hidden;
    text-overflow: ellipsis;

    padding-left: 4px;
    padding-right: 4px;

    border: none;

    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5;
}

.bt-input-checkbox {
    width: auto;
    height: auto;
}

.bt-input-process {
    background-color: rgba(200, 200, 255, 0.75)
}

.bt-input-warning {
    background-color: rgba(255, 255, 200, 0.75)
}

.bt-input-error {
    background-color: rgba(255, 200, 200, 0.75)
}