h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

a {
	color: initial;
	cursor: pointer;
	text-decoration: none;
}

:focus-visible {
	outline: none;
}

@font-face {
	font-family: 'Roboto';
	src: url("fonts/Roboto-Light.ttf") format('truetype');
	font-weight: 300;
}

@font-face {
	font-family: 'Roboto';
	src: url("fonts/Roboto-Regular.ttf") format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'Roboto';
	src: url("fonts/Roboto-Medium.ttf") format('truetype');
	font-weight: 500;
}

@font-face {
	font-family: 'Roboto';
	src: url("fonts/Roboto-Bold.ttf") format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: 'Roboto';
	src: url("fonts/Roboto-Italic.ttf") format('truetype');
	font-weight: 400;
	font-style: italic;
}

* {
	font-family: 'roboto';
	box-sizing: border-box;
}

p {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

p span {
	color: #7F4EB1;
	font-weight: 700;
}

li,
option,
tr,
td {
	font-size: 14px;
}

ul li {
	list-style: none;
}

.table-img {
	width: 25px;
}

.table td {
	position: relative;
}

::placeholder {
	color: #ced4da;
	font-size: 14px;
}

:-ms-input-placeholder {
	color: #ced4da;
	font-size: 14px;
}

::-webkit-input-placeholder {
	color: #ced4da;
	font-size: 14px;
}

/* width */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #7F4EB1;
	border: 1px solid #ffffff;
}

.btn-primary,
.btn-secondary {
	display: flex;
	padding: 10px 14px;
	align-items: center;
	justify-content: center;
	outline: 0;
	font-size: 14px;
	font-weight: 500;
	border-radius: 6px;
}

.btn-primary {
	border: 1px solid transparent;
}

.btn-primary img,
.btn-secondary img {
	margin-right: 10px;
	width: 20px;
	object-fit: scale-down;
}

.btn-primary span {
	display: flex;
}

table .btn-primary img {
	margin-right: 0;
}

.btn-secondary {
	border: 1px solid #7F4EB1;
}

.icon {
	width: 24px;
}

.btn-circle {
	display: flex;
	width: 28px;
	height: 28px;
	line-height: 30px;
	padding: 6px;
	border-radius: 50%;
	text-align: center;
}

.btn-circle img {
	width: 100%;
}

.btn-action {
	display: flex;
	align-items: center;
}

.btn-action .btn-danger,
.btn-action .btn-primary,
.btn-action .btn-success {
	margin-right: 12px;
}

.form-label {
	font-size: 14px;
	font-weight: 700;
	width: 100%;
}

.badge-success {
	background-color: #12A563;
}

.form-select {
	font-size: 14px;
}

.table-title {
	background-color: #7f4eb1;
	color: #fff;
	padding: 10px 25px;
	margin-bottom: 0;
	width: max-content;
	line-height: 1.4;
	font-size: 14px;
	cursor: pointer;
}

.table-title.service-tab-active {
	background-color: #7f4eb1;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.table-title-service {
	color: #000;
	background-color: #E7E6E6;
	padding: 10px 25px;
	margin-bottom: 0;
	width: max-content;
	line-height: 1.4;
	font-size: 14px;
	cursor: pointer;
}

.table-title-service.service-tab-active {
	background-color: #7f4eb1;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.page-title .view .btn-secondary:first-child {
	border-radius: 6px 0px 0px 6px;
}

.page-title .view .btn-secondary:last-child {
	border-radius: 0px 6px 6px 0px;
}

.page-title .view {
	display: flex;
	margin-left: 1rem;
}

.page-title .view .btn-secondary:hover {
	background-color: #7F4EB1;
	color: #ffffff;
}

.shown {
	display: flex !important;
}

.fileUploader {
	height: 120px;
	width: 100%;
	padding: .5rem;
	border: 1px solid #ccc;
}

.fileUploader1 {
	width: 100%;
	height: 60px;
	padding: .2rem;
	border: 1px solid #ccc;
}

.preview1,
.preview2,
.preview3,
.preview4,
.preview5,
.preview6 {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.bordered {
	padding: 1rem .2rem 0;
	border: 1px solid #7F4EB1;
	border-radius: 0px 6px 6px 6px;
}

.patient-photo {
	width: 70px;
	height: 70px;
	border: 1px solid #7F4EB1;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 6px;
	align-self: center;
}

.patient-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.options {
	display: flex;
	flex-wrap: wrap;
}

.form-check-inline {
	display: flex;
	align-items: center;
	margin-right: 2rem;
}

.form-check {
	font-size: 14px;
}

.comman-table td,
.comman-table th {
	border-width: 0 !important;
	border-right: 2px solid #dddddd !important;
	min-height: 64px;
	vertical-align: middle;
}

.comman-table td:last-child,
.comman-table th:last-child {
	border-right: 0px solid !important;
}

.comman-table td {
	border-top: 2px solid #dddddd !important;
}

.comman-table tr {

	border-bottom: 1px solid #dddddd !important;
}

.table thead {
	background-color: #f5f5f5;
}

.form-control {
	border-radius: 6px;
	font-size: 14px;
}

.table>:not(:first-child) {
	border-top: none;
}

.checkbox {
	width: 20px;
}

table .form-check-input[type=checkbox] {
	border-radius: 0;
	border-color: inherit;
	margin: 0;
}

.comman-table .bootstrap-datetimepicker-widget td,
.comman-table .bootstrap-datetimepicker-widget tr,
.comman-table .bootstrap-datetimepicker-widget th {
	border: none !important;
}

.panel-heading {
	margin-bottom: 1rem !important;
	padding: 0 !important;
}

.note-btn-group .btn,
.note-editable {
	border: 1px solid #C4C4C4;
}

.note-editable {
	border-radius: 6px;
	min-height: 100px;
}

.note-btn-group .dropdown-toggle::after {
	content: none;
}

.check-item {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.click-check {
	background-color: #7F4EB1;
	color: #ffffff;
}

.check-item label {
	width: calc(100% - 30px);
}

.demo {
	position: relative;
}

.demo i {
	position: absolute;
	bottom: 10px;
	right: 24px;
	top: auto;
	cursor: pointer;
}

.table {
	padding: 0;
	border-collapse: separate;
	border-radius: 6px;
	border: 1px solid #dddddd;
}

.total-bill .form-control {
	width: 100px;
	margin-left: auto;
}

.page-title {
	display: flex;
	align-items: center;
	padding: 1rem;
	background-color: #E7E6E6;
	border-radius: 6px;
	margin-bottom: 1rem;
}

.page-title h6 {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}

.page-title h6 img {
	width: 22px;
	height: 22px;
	margin-left: 10px;
}

.content {
	padding: 1rem;
}

/* Start Login Page CSS */
.login-page {

	/* background: #f6f5f7; */
	background-image: url(../img/login-background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
	display: flex;
	flex-direction: column;
}

.login-page h1 {
	font-size: 28px;
	margin: 0;
}

.login-page h2 {
	text-align: center;
}

.login-page p {
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0;
}

.login-page span {
	font-size: 12px;
}

.login-page a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	margin: 15px 0;
}

.login-page button {
	border-radius: 6px;
	border: 1px solid #7F4EB1;
	background-color: #7F4EB1;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	margin-top: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}

.login-page button:active {
	transform: scale(0.95);
}

.login-page button:focus {
	outline: none;
}

.login-page button.ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

.login-page form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}

.login-page input {
	background-color: #eee !important;
	border: none;
	border-radius: 6px;
	padding: 8px 15px;
	margin: 8px 0;
	width: 100%;
}

.login-page .container {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	position: relative;
	overflow: hidden;
	width: 768px;
	padding: 0;
	max-width: 100%;
	min-height: 480px;
}

.login-page ::placeholder,
.login-page :-ms-input-placeholder,
.login-page ::-webkit-input-placeholder {
	color: #333;
}

.login-page .form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

.login-page .sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

.login-page .container.right-panel-active .sign-in-container {
	transform: translateX(100%);
}

.login-page .sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

.login-page .container.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {

	0%,
	49.99% {
		opacity: 0;
		z-index: 1;
	}

	50%,
	100% {
		opacity: 1;
		z-index: 5;
	}
}

.login-page .overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.login-page .container.right-panel-active .overlay-container {
	transform: translateX(-100%);
}

.login-page .overlay {
	background: rgb(2, 0, 36);
	background: -webkit-linear-gradient(100deg, #7F4EB1, #9971C1);
	background: linear-gradient(100deg, #7F4EB1, #9971C1);
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.login-page .container.right-panel-active .overlay {
	transform: translateX(50%);
}

.login-page .overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.login-page .overlay-left {
	transform: translateX(-20%);
}

.login-page .container.right-panel-active .overlay-left {
	transform: translateX(0);
}

.login-page .overlay-right {
	right: 0;
	transform: translateX(0);
}

.login-page .container.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.login-page .social-container {
	margin: 20px 0;
}

.login-page .social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}

.login-page .invalid-feedback {
	color: red
}

.login-page .navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;

}

.login-page .main-panel {
	align-self: center
}

.login-page .is-invalid {
	border: 2px solid red;
}

/* Start Dashboard CSS */
.page-wrapper {
	position: relative;
	display: block;
	width: auto;
	margin-left: 250px;
	padding: 0;
}

.page-header {
	padding: 1rem .5rem;
	background-color: #f5f5f5;
}

.top-search ::placeholder,
.top-search :-ms-input-placeholder,
.top-search ::-webkit-input-placeholder {
	color: #ffffff;
}

.header-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
}

.header-right .btn-secondary,
.header-right .btn-warning,
.header-right .btn-success {
	margin-right: 12px;
}

.header-right .btn-secondary:first-child {
	margin-left: 0px;
}

.top-search {
	background: #7F4EB1;
	display: flex;
	align-items: center;
	padding: 8px 15px;
	border-radius: 6px;
}

.top-search input[type="search"] {
	background: transparent;
	border: none;
	outline: none;
	width: calc(100% - 40px);
	color: #ffffff;
	padding-left: 10px;
}

.top-search span {
	display: flex;
	align-items: center;
}

.top-search img {
	width: 15px;
}

.top-search .btn-secondary {
	padding: 5px 30px;
}

.page-content {
	background-image: url(../img/dashboard-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5rem 3rem;
	background-position: center;
	height: 100vh;
}

.page-content h2 {
	font-weight: 700;

}

.page-content h4 {
	margin: 1rem 0 10rem;
}

.page-content li {
	list-style-type: disc;
	margin-top: .5rem;
}

/* Start patient-detail Page css */
.patient-details .btn-danger {
	margin-left: 12px;
}

.patient-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.patient-details .prev {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.patient-info .patient-details {
	width: calc(100% - 70px);
}

.patient-info .patient-details p {
	margin-bottom: 5px;
}

/* Start Estimate page css */
.btn-primary .arrow {
	transform: rotate(180deg);
}

/* Start Patient page css */
#patient-datatable tr,
#pending-test-datatable tr {
	display: flex;
	border-bottom-width: 1px;
}

#patient-datatable tr:last-child,
#pending-test-datatable tr:last-child {
	border-bottom-width: 0px;
}

#patient-datatable td,
#pending-test-datatable td {
	display: flex;
	padding: 1rem;
}

#patient-datatable .data {
	flex-direction: column;
	width: 83%;
	justify-content: center;
}

#patient-datatable .icons a,
#pending-test-datatable .icons a {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	color: #7F4EB1;
	font-weight: 500;
	text-align: center;
}

#patient-datatable .icons a span,
#pending-test-datatable .icons a span {
	width: 100%;
}

#patient-datatable .icons a img,
#pending-test-datatable .icons a img {
	width: 34px;
}

#pending-test-datatable .data {
	flex-direction: column;
	width: 50%;
	justify-content: center;
}

#pending-test-datatable .data:nth-child(2) {
	width: 30%;
}

/* Start add Patient page css */
.upload-img {
	width: 150px;
	margin: auto;
	border: 1px solid #ced4da;
	padding: 8px;
}

.dummy-img1,
.dummy-img2 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.upload-img:nth-child(1) {
	height: 130px;
	border-radius: 6px 6px 0 0;
}

.upload-img:nth-child(2) {
	height: 50px;
	border-radius: 0 0 6px 6px;
}

.bordered .upload-img {
	width: 100px;
}

.bordered .upload-img:nth-child(1) {
	height: 80px;
}

.bordered .upload-img:nth-child(2) {
	height: 45px;
}

/* Start bills page css */
#bills-database tr {
	display: flex;
}

#bills-database .data {
	width: 26%;
	padding: 1rem;
}

#bills-database .icons {
	display: flex;
	flex-wrap: wrap;
	min-height: 117px;
	padding: 1rem;
	width: 48%;
	align-items: center;
	justify-content: end;
}

#bills-database .icons a {
	margin-left: 1rem;
	text-align: center;
	font-weight: 500;
}

#bills-database .icons a img {
	margin-bottom: 5px;
}

.modal-content .btn-circle {
	position: absolute;
	top: -14px;
	right: -14px;
}

.abbrivation th,
.abbrivation td {
	padding: 1rem;
}

.panel-title {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.daily-input,
.datewise-input,
.monthly-input,
#info,
#parameter,
#rate,
#linking,
#service,
#add-info,
#add-parameter,
#add-linking,
.add-linking,
.add-info,
.add-parameter,
.pdf,
.pdf2 {
	display: none;
}

.test-parameter .btn-action .btn-primary {
	margin-right: 0;
	position: absolute;
	right: -12px;
	top: 18px;
}

@media (min-width: 992px) {
	.upload-img:nth-child(1) {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.top-search {
		width: 330px;
	}

	.form-check-inline {
		width: 41%;
	}

	.priority .form-check-inline {
		width: 27%;
	}

	.priority-active {
		display: flex;
	}

	.patient-info {
		align-items: center;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.patient-detail .btn-secondary:nth-child(3) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.top-search .btn-secondary {
		padding: 5px 10px;
	}

	.page-title .btn-success,
	.page-title .btn-danger {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 992px) {
	.menu-overlay.active {
		position: fixed;
		top: 0;
		left: 0;
		opacity: 1;
		transition: 1s all;
		bottom: 0;
		right: 0;
		overflow: hidden;
		z-index: 9;
		background: rgba(0, 0, 0, 0.2);
	}

	.menu-overlay {
		opacity: 0;
	}

	.page-wrapper {
		margin-left: 0;
	}

	.page-content {
		height: auto;
		padding: 1rem;
	}

}

@media only screen and (max-width: 766px) {}

@media only screen and (max-width: 480px) {
	.page-content h4 {
		margin: 1rem 0;

	}

	.page-content h2 {
		font-size: 20px;
	}

	.header-right {
		justify-content: flex-start;
	}

	.header-right .btn-secondary,
	.header-right .btn-primary {
		margin-top: 10px;
	}

	.header-right .btn-secondary {
		margin-right: 7px;
	}

	#bills-database .data {
		width: auto;
	}

	#bills-database .icons {
		justify-content: center;
	}

	#bills-database .icons a {
		margin-top: 5px;
	}
}

.menu-wrapper a:hover {
	color: #ffffff !important;
}

span.required {
	color: red;
}

.page-item.active .page-link {
	background-color: #7f4eb1 !important;
	color: #ffffff !important;
	border-color: #7f4eb1 !important;
}

.page-link:hover {
	border-color: #7f4eb1 !important;
}

.show_hide {
	color: #7f4eb1 !important;
	font-weight: 500;
	margin-left: 0.5rem;
}

.show_hide:hover {
	color: #7f4eb1 !important;
	text-decoration: underline !important;
}

.text-danger {
	font-size: 13px;
}

.table a:hover span {
	color: #7F4EB1 !important;
}

.active-tab,
.active-tab>img {
	color: #4AFCFE !important;
	border-color: #4AFCFE !important;
}

.test_detail {
	opacity: 0;
	display: none;
	transition: 1s all;
}

.patient_info_list {
	position: relative;
}

.patient_info_list:hover .test_detail {
	opacity: 1;
	display: block;
	background: #e1f5fe;
	border-radius: 6px;
	padding: 10px;
	color: #333;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(155px);
	box-shadow: 0px 0px 8px rgb(0 0 0 / 40%);

}

.patient_info_list .test_detail::before {
	content: '';
	border-top: 8px solid transparent;
	border-right: 10px solid #e3f6ff;
	border-bottom: 8px solid transparent;
	position: absolute;
	left: -10px;
	top: 20;
	width: 0;
	height: 0;
}

.patient_info_list ul li {
	color: #333 !important;
	list-style: initial;
	list-style-position: inside;
}

.patient_info_list h3 {
	font-size: 16px;
	border-bottom: 2px solid #000;
	padding-bottom: 7px;
}

.menu-wrapper.user_menu_parent {
	overflow: initial;
}

span.note-text {
	font-style: italic;
	font-size: 12px;
}

.pointer-none {
	pointer-events: none;
	opacity: 0.7;
}

a.badge:hover {
	color: #ffffff;
}

.ck-editor__editable {
	min-height: 200px;
}

.ck-editor__editable_inline {
	padding: 0 30px !important;
}

.ck-editor__editable ul li {
	list-style: unset;
}


.ck-editor__editable p span {
	color: unset;
	font-weight: unset;
}

#world-clock-header {
	text-align: left;
}

#test-history {
    justify-content: space-between;
}

#test-history .test-history-colume {
    width: 48%;
    padding: 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
    border-radius: 5px;
}

#test-history .test-history-colume .page-title {
    margin-bottom: 0;
}

#test-history .lab-title {
    margin: 10px 5px;
    text-align: left;
    background: #e7e6e6;
    border-left: 5px solid #7f4eb1;
    padding: 5px 15px;
}

#test-history .lab-title h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #212529;
}

.pendingamount_onreg_block {
    border: 1px solid red;
    color: #fff;
    height: 22px;
    line-height: 22px;
    border-radius: 2px;
    top: 6px;
    font-size: 12px;
    padding: 5px 5px;
    color: red;
    background: #fff;
    font-weight: 700;
}

.page-body {
    padding: 12px 0px;
}

.bootstrap-datetimepicker-widget { 
	z-index: 10000;
}

@media (max-width: 1100px){
	#labReport .modal-dialog {
		max-width: 95%;
	}
}