/* here you can put your own css to customize and override the theme */
.disabled{
    pointer-events:none;
    cursor:not-allowed;
    background-color:lightgray;
}
.readonly-label {
    border: none;
    background-color: transparent!important;
    color: inherit; /* Inherit the text color from the parent element */
    padding: 0;
    margin: 0;
    font-size: inherit; /* Inherit the font size from the parent element */
    font-family: inherit; /* Inherit the font family from the parent element */
    width: auto; /* Adjust the width as needed */
    display: inline-block; /* Make it inline-block to behave like a label */
    cursor: default; /* Change the cursor to default */
}
.float-right{
    float:right;
}