#report_settings_report_templet{
    overflow-y: scroll;
    background: #e9e7e7;
}

/* Report summary */
.report_summary_slno {
    width: 5%;
    text-align: center;
    padding: 6px 1%;
}

.report_summary_billno {
    width: 10%;
    text-align: left;
    padding: 6px 1%;
}

.report_summary_doctor {
    width: 14%;
    text-align: left;
    padding: 6px 1%;
}

.report_summary_patient_name {
    width: 16%;
    text-align: left;
    padding: 6px 1%;
}

.report_summary_test_name {
    width: 30%;
    text-align: left;
    padding: 6px 1%;
}

.report_summary_actions {
    width: 12%;
    text-align: center;
    padding: 6px 1%;
}

.input_new_class {
    background: none;
    width: 45%;
    min-width: 200px;
    margin: 6px 0;
    margin-left: 20px;
    border: 1px solid rgb(220 220 220);
    font-size: 15px;
    padding: 4px;
}
.new_input_class_sub_dept {
    background: none;
    width: 50%;
    min-width: 300px;
    margin: 6px 0;
    margin-left: 20px;
    border: 1px solid rgb(220 220 220);
    font-size: 15px;
    padding: 4px;
}
.new_input_class_department {
    background: none;
    width: 40%;
    margin-left: 10px;
    font-size: 15px;
    padding: 4px;
    border: 1px solid #cdcdcd;
    min-width: 200px;
}
.new_input_class_sub_dept:focus,
.new_input_class_department:focus,
.input_new_class:focus {
    border: 1px solid #007eff;
}

.hover_on_combine:hover {
    text-decoration: underline;
    color: aqua;
}

.dragBox {
    font-size: 13px;
    padding: 10px 18px;
    width: fit-content;
	background: rgb(140 132 255);
	border: 1px solid rgb(255 255 255);
    margin: 6px;
    cursor: grab;
    min-width: 50px;
    text-align: center;
    user-select: none;
    color: #fff;
}

.mic-button {
    position: absolute;
    right: 4px;
    top: 80px;
    font-size: 20px;
    cursor: pointer;
}