.trans .card{
    transition: 500ms linear;
}
.trans .card:hover{
    transform: scale(1.1);
    cursor: pointer;
}


.rtitle{
    /* color: rgb(2, 85, 108); */
    font-weight: normal;
}

.nk-tb-col p{
    color: rgb(2, 85, 108);
    font-weight: bold;
}
.amt{
    color: green;
    font-size: 16px;
    font-weight: bold;
}

.imgg{
    padding: 2px;
    border: 1px #01396A dashed;
}


.text-red{
    color: red;
}


 .required:after {
     content:"*";
    color: red;
 }


 .listings{
    columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
 }

 .note-editable ul, ol {
    padding-left:2rem;
       }
      .note-editable ul li{
      list-style: disc !important;
       }
    .note-editable ol li{
   list-style-type: decimal !important;
    }
