.btn-primary-tr {       
    display: inline-block;  
    font-weight: 400;  
    line-height: 1.5;  
    color: #fff !important;
    text-align: center;  
    text-decoration: none;  
    vertical-align: middle;  
    cursor: pointer;  
    user-select: none;  
    background-color: #D64102 !important;
    border: 1px solid #D64102 !important;
    padding: 0.375rem 0.75rem;  
    font-size: 1rem  !important;
    border-radius: 0.25rem;  
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  
    &:hover {  
        color: #fff;  
        background-color: #F04E0A !important;
        border-color: #F04E0A !important;
    }
  
    &:focus,  
    &.focus {  
        outline: 0;  
        box-shadow: 0 0 0 0.25rem rgba(#F04E0A, 0.5);
    }
  
    &:active,  
    &.active {  
        color: #fff;  
        background-color: #AD3402 !important;  
        border-color: #AD3402 !important;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);  
    }
  
    &:disabled,  
    &.disabled {  
        color: #fff;  
        background-color: #AD3402 !important;  
        border-color: #AD3402 !important;
        opacity: 0.65;  
    }  
}  

.thTitle{
background-color: #1A73E8 !important; 
color: white !important; 
font-weight: bold; 
font-size: 1.1em; 
text-align: left;    
}

div.card-header div.d-flex span.fw-bold,
.card-header h4{
    font-size:2em;
}