.elvanti-text-field-custom-style {
    color:#ff3366;
    background: #f7e7eb;
    font-weight:bold;
    padding-top: 10px;
    padding-bottom: 10px !important;
}
.readonly {
    padding-top: 10px;
    padding-bottom: 10px !important;
}

.disabled{
    background: #e1e1e1;
}
.cursor-no{
    cursor: not-allowed !important;
}