/* .tm3-text  {
    border:2px solid #456879;
    border-radius:10px;
    height: 22px;
    width: 230px;
} */
.tm3-text  {
    background: linear-gradient(to bottom,#96f24b 0,#fff 100%);
    border: 1px solid #000000;
    height: 20px;
    padding: 5px 10px 5px 5px;
    font-size: 14px;
    width: 150px;
    border-radius: 6px;
}

.tm3-input-date {
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}

.tm3-input-date-blue {
  background-image: linear-gradient(120deg, #83ccf7 0%, #f2f8fe 100%);
}

input[readonly] {
    background-color:#e8ebc4;
}