.highlighted-text {
  background-color: yellow; 
}

 
.circle-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.fa-left-long {
	font-weight: bold;
	font-size: 24px; 
}
.green-icon{
color:#198F0E;
}
.red-icon{
color:red;
}
#loader {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        padding-top: 20%;
        z-index: 9999;
    }
.highlighted-text {
  background-color: yellow; 
}

.div_hidden {
  display:none; 
}
ul.tc-list {
    margin: 0;
    padding-left: 11px;
}
ul.tc-list li {
    list-style: decimal;
    font-size: 12px;
}
.invoice-data-list {
    font-size: 12px;
}
.table-ivprqt-table tbody tr td p{
margin-bottom:0rem;
}
.table-ivprqt-table th{
    padding: 5px 10px !important;
    vertical-align: middle;
    font-size: 12px;
	font-weight: bold !important;
}
.table-ivprqt-table td {
    padding: 5px 10px !important;
    vertical-align: middle;
    font-size: 12px;
}


.not-badge {
  background-color: red;      
  color: white;                
  padding: 2px 2px;            
  border-radius: 12px;        
  font-size: 14px;            
  font-weight: bold;          
  display: inline-block;       
  min-width: 20px;             
  text-align: center;          
}