.disabled-inputtext {
    visibility: hidden;
    size: 12;
    background-color: rgb(239, 232, 232);
    /* font-weight: bold; */
    width: 300px;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 10000;
}
.disabled-input:hover .disabled-inputtext {
    visibility: visible;
}