
.benh-an-chinh-nha * {
	color: #004E6C;
}

.benh-an-chinh-nha p, .benh-an-chinh-nha label {
	font-size: 12px;
}

.benh-an-chinh-nha h5 {
	font-size: 16px;
}

.benh-an-chinh-nha h3 {
	font-size: 20px;
}

.benh-an-chinh-nha h4 {
	font-size: 18px;
}


.benh-an-chinh-nha.readonly input,
.benh-an-chinh-nha.readonly textarea,
.benh-an-chinh-nha.readonly select {
	background-color: #EFEFEF;
	border: none;
	border-radius: unset;
}

.benh-an-chinh-nha.readonly .form-control {
	padding: 2px;
}

.benh-an-chinh-nha.readonly input[type="checkbox"][disabled] ~ label {
	color: #004E6C;
	opacity: 1;
}

.benh-an-chinh-nha.readonly input[type="checkbox"][disabled] {
	background: #fff;
	opacity: 1;
}

.benh-an-chinh-nha.readonly .form-check-input:has(input:disabled:checked)::after {
	width: 10px;
	height: 10px;
	font-size: 9px;
	background: #8585cf;
	display: inline-block;
	border: 1px solid #000000;
	border-radius: 3px;
	color: white;
	position: relative;
	content: "✔";
	text-align: center;
	float: left;
	margin: 3px 4px 0 5px;
}

.header-patient-record .logo {
	width: auto;
	height: 160px;
}

.block-information .title-section {
	background: #004E6C;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.block-information .title-section h5 {
	color: #fff;
	margin: 0;
}

.block-information .padding-left-20 {
	padding-left: 20px;
}

.block-information .sub-form > .title-section {
	background: #00A5D4;
}

.gray-background {
	padding: 10px;
	background: #EFEFEF;
}

.blue-background {
	padding: 10px;
	background: #CFE2F3;
}

.diagnostic-images .photo {
	margin-top: 10px;
}

.diagnostic-images .photo img {
	width: 100%;
}

.table-border-white td, .table-border-white th {
	border: 1px solid #fff;
}

.image-upload-wrapper {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-preview {
	max-width: 100%;
	height: auto;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center center;
}

.image-preview img {
	display: none;
}

.form-check-input {
	margin-left: unset;
}

.form-control[readonly] {
	background-color: #fff;
}

table.table-benh-an tr td.gray-background p {
	color: #b7b7b7;
	font-style: italic;
}

.benh-an-chinh-nha .form-row .gray-background:not(:nth-child(1)) {
	border-left: 4px solid white;
}

.benh-an-chinh-nha .form-row .form-group:nth-child(1) {
	padding-right: 0px;
}

.patient-list-page label, .patient-list-page select, .patient-list-page input {
	display: inline;
}

.patient-list-page select[name='patient_table_length'] {
	width: 60px;
}

.patient-list-page input[type="search"] {
	width: 180px;
}

