/* This file is reserved for overriding and extending the template styles. */

/* ViewClaimModal.css */

input:read-only {
    /* background: transparent !important; */
    color: #000000 !important;
  }

.readOnlyInputStyles{
    /* background-color: transparent !important;
    color: #000000 !important; */
    pointer-events: none;
}
.topModalHead-design{
    font-size: 19px;
    color: black;
    font-weight: 600;
}

.custom-disabled-radio{
    color: #000000;
}

.formDataHead{
    color: #000000;
    font-weight: 600;
    font-size: 15px;
}

.readOnlyInputStyles{
    font-size: 14px
}