*{
    
}
.print {
    /*font-weight: 600;*/
    padding: 10px;
    /*background: #3287C8;*/
    /*width: 100px;*/
    /*border: none;*/
    /*color: #fff;*/
    
    /* margin-right: 14px; */
    background-color: #2d353c;
    border: none;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    /*padding: 10px 50px;*/
    text-decoration: none;
    cursor: pointer;
    transition: all 1s linear;
    border-radius: 3px;
}
.print:hover{
 box-shadow: 0 0 3px #2d353c;
    color: #2d353c;
    background-color: white;
    border: none;
}
.EnProducttable {
     width: 100%;
}


.medicineBox {
    width: 20%;
    border: 1px solid #2d353c;
}




.medicineInner ul {
    list-style: none;
}

.patienttable {
    padding-top: 20px;
    page-break-before: always;
}

.patienttable .lab_table {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.PatientResultMain .info {
    text-transform: capitalize;
}

.patienttable .table table tr th {
    border: 1px solid black;
    width: 50%;
}



