.tui-input {
    background-color: rgb(0, 0, 0);
    color: white;
    outline:0;
    border: none;
    border-radius: 0px;
    &.disabled {
        background-color: rgb(168, 168, 168);
        color: black;
    }
}
.tui-input:focus {
    background-color: rgb(255, 255, 0)!important;
    color: black!important;
}