.disable-input {
    background-color: #ececf0;
    cursor: not-allowed;
    pointer-events: none;
    display: block;
}

.div-readonly {
    cursor: not-allowed;
    pointer-events: none;
    display: block;
}

.disable-form {
    opacity: 0.6;
    cursor: not-allowed;
    display: block;
}
