html {
	width: 100%;
}

input {
	caret-color: #53ae0e !important;
}

body {
	overflow-x: hidden !important;
}

body.show-spinner>main {
	overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner>* {
	opacity: 0;
}

/* Spinner */
body.show-spinner::before {
	content: " ";
	display: inline-block;
	width: 75px;
	height: 75px;
	border: 3px solid rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	border-top-color: rgba(0, 0, 0, 0.3);
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
	left: calc(50% - 35px);
	top: calc(50% - 35px);
	position: fixed;
	z-index: 1;
}

body.show-spinner::after {
	content: " ";
	background: url("../logos/mobile.svg");
	display: inline-block;
	width: 55px;
	height: 55px;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
	position: fixed;
	z-index: 1;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}

	from {
		transform: rotate(3deg);
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

/* Aaquib All 2022 Custom CSS */
.rotate-chevron i {
	transition: transform 200ms;
	transform: rotate(0);
}

.rotate-chevron.collapsed i {
	transform: rotate(-90deg);
	margin-left: 6px;
}

.fixed-background {
	background-image: linear-gradient(to bottom,
			rgb(255 255 255 / 30%),
			rgb(0 24 41 / 37%)),
		url(../al-images/login/background.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.profile_picture {
	width: 200px;
	height: 200px;
	display: inline-block;
	background-size: cover;
	background-position: center;
	box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
	border: 1px solid #fff;
	border-radius: 50%;
	margin-bottom: 10px;
}

.doc-view {
	width: 100px;
	height: 50px;
	line-height: 50px;
	background-size: cover;
	border-radius: 0px !important;
}

.btn-delete-sm {
	background: linear-gradient(45deg, #c60000, #ff3306) !important;
	border-radius: 50% !important;
	padding: 5px 7px !important;
	color: #fff !important;
	box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 20%);
}

@media (max-width: 1200px) {
	.delete-modal {
		max-width: 420px !important;
	}
}

.modal .modal-content {
	border: initial;
	border-radius: 0.9rem;
	background-color: rgb(255 255 255 / 61%);
	backdrop-filter: blur(2.5px);
}

.modal-right>.modal-dialog>.modal-content {
	border: initial;
	border-radius: 0px;
	border-top-left-radius: 1.1rem;
	border-bottom-left-radius: 0.9rem;
	background-color: rgb(255 255 255 / 75%);
	backdrop-filter: blur(2.5px);
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
	border-color: #999 transparent transparent;
	border-top-color: #00ae88 !important;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	height: 0;
	left: 0;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.menu .sub-menu ul li {
	margin-left: 20px;
	margin-bottom: 0;
	position: relative;
}

#EmergencyNumber::placeholder {
	color: red;
}

.registration-header {
	filter: drop-shadow(0.5px 0.5px 8px black);
}

.list-group-item {
	background-color: inherit !important;
}

.nav-tabs.separator-tabs .nav-link {
	font-size: 1.099rem;
}

/* Aaquib All 2022 Custom CSS Ends */

/* Aaquib All 2023 Custom CSS */
.notification-icon {
	align-self: center;
}

.btn-delete-sm {
	background: linear-gradient(45deg, #c60000, #ff3306) !important;
	border-radius: 50% !important;
	padding: 5px 7px !important;
	color: #fff !important;
	box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 20%);
}

@media (min-width: 576px) {
	.modal-dialog {
		/*max-width: 821px !important;*/
		margin: 1.75rem auto;
	}
}

.al-text-red {
	color: red !important;
}

.al-text-green {
	color: #53ae0e !important;
}

.al-text-blue {
	color: #147eae !important;
}

.rating-color {
	color: #fbc634 !important;
}

#EmergencyNumber::placeholder {
	color: red;
}

tbody>tr.pointer {
	cursor: pointer;
}

.registration-header {
	filter: drop-shadow(0.5px 0.5px 8px black);
}

.list-group-item {
	background-color: inherit !important;
}

.copyrights {
	font-size: 0.9em;
}

@media (max-width: 990px) {
	.process-icon {
		transform: rotate(90deg);
	}
}

.itcn-bg-1 {
	background: #e6e6e6;
}

label {
	margin-bottom: 0.3rem;
	margin-left: 5px;
}

.no-sort-icon:before {
	content: "" !important;
}

.no-sort-icon:after {
	content: "" !important;
}

.mini-card {
	height: 100px;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.mini-card {
		height: 106px !important;
	}
}

@media (min-width: 1201px) and (max-width: 1900px) {
	.mini-card {
		height: 125.5px !important;
	}
}

.itcn-table-res {
	overflow: auto !important;
}

@media (min-width: 980px) and (max-width: 2000px) {
	.itcn-table-res {
		overflow: hidden !important;
	}
}

.new_user_photo {
	width: 75px;
	height: 75px;
	display: inline-block;
	background-size: cover;
	background-position: center;
	box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
	border: 1px solid #fff;
	border-radius: 175px;
	margin-bottom: 15px;
}

/* Table */
.fixed_header {
	table-layout: fixed;
}

.fixed_header tbody,
.fixed_header thead {
	overflow: auto;
}

table.fixed_header.dataTable thead>tr>th,
table.fixed_header.dataTable tbody>tr>td {
	padding-left: 1em;
	padding-right: 1em;
}

.fixed_header tbody tr td img {
	box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
	border: 1px solid #fff;
}

.fixed_header thead tr th,
.fixed_header tbody tr td {
	width: 145px !important;
	text-align: start;
}

.fixed_header thead tr th:nth-last-child(1),
.fixed_header tbody tr td:nth-last-child(1) {
	width: 200px !important;
	text-align: center;
}

/* Table Ends*/

.full-width-btn {
	width: 100%;
	margin-bottom: 10px;
}

@media (min-width: 576px) {
	.full-width-btn {
		width: auto;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.full-width-btn {
		width: 100%;
		margin: 0 0 15px 0;
	}
}

/* Aaquib All 2023 Custom CSS Ends */

/* SALEEM'S 2024 CUSTOM CSS STARTS */
.sc-guDLey .fxvrKk .rdt_TableHead {
	background-image: linear-gradient(to right,
			#00af89 51%,
			#104099 100%) !important;
}

div>.sc-dmyCSP .jBvsgE .rdt_TableHeadRow {
	background: red !important;
}

.sc-dmyCSP .jBvsgE .rdt_TableHeadRow {
	background-image: linear-gradient(to right,
			#00af89 51%,
			#104099 100%) !important;
}

/* CkEditor */
.ck.ck-icon,
.ck.ck-icon *,
.ck.ck-button,
a.ck.ck-button {
	color: rgb(255, 0, 0);
}

a[href="https://ckeditor.com/?utm_source=ckeditor&utm_medium=referral&utm_campaign=701Dn000000hVgmIAE_powered_by_ckeditor_logo"] {
	display: none !important;
}

/* CkEditor Ends */

/* Slider Track */
.rc-slider-track {
	background-color: #007bff;
	/* Change to your desired color */
}

/* Slider Handle */
.rc-slider-handle {
	background-color: #007bff;
	/* Change to your desired color */
	border-color: #007bff;
	/* Change to your desired color */
}

/* Slider Handle When Active */
.rc-slider-handle:hover,
.rc-slider-handle:active,
.rc-slider-handle:focus {
	box-shadow: 0 0 0 5px rgba(0, 123, 255, 0.1);
	/* Change to your desired shadow color */
}

/* Slider Rail (Unfilled Track) */
.rc-slider-rail {
	background-color: #ced4da;
	/* Change to your desired color */
}

/*table header row height */
.sc-dmyCSP .gmJrgD .rdt_TableHeadRow {
	min-height: 44px;
}

.row-duplicate {
	background-color: rgba(250, 208, 215, 0.432);
}

.wrapper {
	height: 30px;
	min-width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.wrapper span {
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	cursor: pointer;
	user-select: none;
}

.wrapper span.num {
	font-size: 20px;
	border-right: 2px solid rgba(0, 0, 0, 0.2);
	border-left: 2px solid rgba(0, 0, 0, 0.2);
	pointer-events: none;
}

.css-1nmdiq5-menu {
	z-index: +9 !important;
}

.country-flags {
	width: 15%;
	height: 30px;
}

.sc-guDLey .fxvrKk .rdt_TableHead {
	background-image: linear-gradient(to right,
			#00af89 51%,
			#104099 100%) !important;
}

div>.sc-dmyCSP .jBvsgE .rdt_TableHeadRow {
	background: red !important;
}

.sc-dmyCSP .jBvsgE .rdt_TableHeadRow {
	background-image: linear-gradient(to right,
			#00af89 51%,
			#104099 100%) !important;
}

/* CkEditor */
.ck.ck-icon,
.ck.ck-icon *,
.ck.ck-button,
a.ck.ck-button {
	color: rgb(255, 0, 0);
}

a[href="https://ckeditor.com/?utm_source=ckeditor&utm_medium=referral&utm_campaign=701Dn000000hVgmIAE_powered_by_ckeditor_logo"] {
	display: none !important;
}

/* CkEditor Ends */

/* Slider Track */
.rc-slider-track {
	background-color: #007bff;
	/* Change to your desired color */
}

/* Slider Handle */
.rc-slider-handle {
	background-color: #007bff;
	/* Change to your desired color */
	border-color: #007bff;
	/* Change to your desired color */
}

/* Slider Handle When Active */
.rc-slider-handle:hover,
.rc-slider-handle:active,
.rc-slider-handle:focus {
	box-shadow: 0 0 0 5px rgba(0, 123, 255, 0.1);
	/* Change to your desired shadow color */
}

/* Slider Rail (Unfilled Track) */
.rc-slider-rail {
	background-color: #ced4da;
	/* Change to your desired color */
}

/*table header row height */
.sc-dmyCSP .gmJrgD .rdt_TableHeadRow {
	min-height: 44px;
}

/* .menu .main-menu {
	background: white;
	padding-top: 0px;
}
.menu .sub-menu ul li i {
	color: white;
	width: 30px;
}
.menu .main-menu ul li a {
	color: white;
	border-bottom: 1px solid #332a24;
}
.menu .sub-menu ul li a span {
	color: white;
} */

/* .menu .sub-menu ul li a {
  margin-bottom: 15px;
} */

.dssbJS {
	min-height: 37px;
	color: white;
}

.cYgWVI {
	border: 1px solid white;
}

.kgOwiN {
	min-height: 42px;
	background-color: #ebf2f0;
}

.fxvrKk {
	color: white;
}

.menu .main-menu ul li:hover {
	background-color: white;
	/* Change this to the color you want on hover */
}

.menu .main-menu ul li.active {
	background-color: white;
	/* Change this to the color you want on hover */
}

.faZveH {
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #edeeee;
}

.menu .main-menu ul li a:hover {
	background-image: #009587;
	/* Change this to the color you want on hover */
}

ul li {
	margin-bottom: 0px;
}

header:nth-of-type(1) {
	padding: 0;
}

header:nth-of-type(2) {
	padding: 4px 0px 4px 0px;
}

@media (max-width: 576px) {
	div.container.patient-list-dataTable {

		padding-right: 0px;
		padding-left: 0px;
		max-width: 100% !important;
	}

	div.react-datepicker-wrapper,
	div.css-1wf3h99-container {
		width: 100%;
	}
}

/* @media (min-width: 576px) {
	div.css-b62m3t-container {
		max-width: 200px;
		width: 200px;
	}
} */

div.sc-jsEeTM.kgOwiN.rdt_TableRow:nth-child(odd) {
	background-color: #e8faf5;
}

div.sc-jsEeTM.kgOwiN.rdt_TableRow:nth-child(even) {
	background-color: #006a693d;
}

.callingIcon {
	width: 25%;
	height: 30px;
	filter: drop-shadow(2px 4px 6px #584b4b);
}

/* Sweet Alert CSS Starts */
.swal-overlay--show-modal .swal-modal {
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	width: 360px;
}

/* 10/02/2025 Starts */
.swal-icon {
	width: 40px;
	height: 40px;
	/* border-width: 4px; */
	border-style: solid;
	border-radius: 50%;
	padding: 0;
	position: relative;
	/* box-sizing: content-box; */
	margin: 20px auto;
	display: none;
}
.swal-icon--warning__body {
	width: 4px;
	height: 12px;
}
.swal-title {
	font-size: 20px;
	padding: 0px 0px;
	margin-top: 12px;
	display: none;
}
.swal-footer {
	text-align: center;
	padding-top: 13px;
	margin-top: 0px;
	padding: 13px 16px;
	border-radius: inherit;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
/* 10/02/2025 Ends */

.swal-overlay--show-modal .swal-text {
	font-size: 15px;
	position: relative;
	float: none;
	line-height: normal;
	vertical-align: top;
	text-align: center;
	/* display: none; */
	/* margin: 0; */
	padding: 0 10px;
	font-weight: 800;
	color: rgba(0, 0, 0, 0.64);
	max-width: calc(100% - 20px);
	overflow-wrap: break-word;
	box-sizing: border-box;
	margin-top: 22px;
}

.swal-button--cancel {
    color: white;
    background-color: #009587;
    border-radius: 20px;
}
.swal-button--cancel:not([disabled]):hover {
    background-color: #009688;
}
.swal-button--danger {
    background-color: #1b4293;
	color: white;
	border-radius: 20px;
}
.swal-button--danger:not([disabled]):hover {
    background-color: #1b4293;
}
.swal-icon--success:before {
	display: none;
}

.swal-icon--success:after {
	display: none;
}

.swal-icon--success__hide-corners {
	display: none;
}

/* Sweet Alert CSS Ends */

/* sub-menu hover button css start */
.menu .sub-menu ul li a {
	font-size: 13px;
	display: block;
	padding: 8px -10px;
	/* margin-bottom: 10px; */
	padding: 8px;
	margin-right: 14px;
	border-radius: 6px;
	/* background-color: #009587; */
}

.menu .sub-menu ul li a:hover {
	font-size: 13px;
	display: block;
	padding: 8px -10px;
	margin-bottom: 10px;
	margin-right: 14px;
	border-radius: 6px;
	background-image: #009587;
}

.menu .sub-menu ul li.active {
	font-size: 13px;
	display: block;
	padding: 8px -10px;
	margin-bottom: 10px;
	/* padding: 8px; */
	margin-right: 14px;
	border-radius: 6px;
	background: white;
	box-shadow: 1px 1px 1px 1px whitesmoke;
	/* Change this to the color you want on hover */
}

.menu .sub-menu ul li:hover {
	font-size: 13px;
	display: block;
	padding: 8px -10px;
	margin-bottom: 10px;
	margin-right: 14px;
	border-radius: 6px;
	background: white;
	box-shadow: 2px 2px 2px 2px whitesmoke;

	/* Change this to the color you want on hover */
}

/* sub-menu hover button css end */

/* Email Reply Button starts */
.emailReply:hover {
	background-image: linear-gradient(#104099, #00af89);
	color: white;
}

/* Email Reply Button ends */

/* INDEX HTML CSS STARTS */
.css-b62m3t-container {
	width: -webkit-fill-available;
}

.css-tj5bde-Svg {
	border-top-color: #00ae88 !important;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	height: 0;
	left: 0;
	margin-left: 1px;
	margin-top: -2px;
	width: 0px;
}

.css-1gpfrdc-control,
.css-17m7xoa-control {
	border-radius: unset !important;
}

.css-1xoxhxi-option {
	background-color: #008080 !important;
	color: #fff !important;
}

.css-1osbs6t-menu {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
	border-bottom: 1px solid #009289 !important;
	border-right: 1px solid #009289 !important;
	border-left: 1px solid #009289 !important;
	border-top: none !important;
	overflow: hidden;
}

.css-1gpfrdc-control {
	border-color: #009289 !important;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f2f2f2;
	opacity: 1;
}

/* INDEX HTML CSS ENDS */

/* SALEEM'S 2024 CUSTOM CSS ENDS */

/* .hkqAST:after {
  padding: 2px;
  color: inherit;
  flex-grow: 0;
  flex-shrink: 0;
  opacity: 1;
  content: '\f062';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 100;
} */

div.imw-component-loader {
	color: rgb(0, 149, 135);
	position: absolute;
	/* top: 50%;
  left: 50%;
  transform: translate(50%, 50%); */

	display: inline-block;
	width: 75px;
	height: 75px;
	left: calc(60% - 80px);
	top: calc(50% - 35px);
	position: fixed;
	z-index: +2;
}

.searchWrapper {
	/* border: 1px solid #ccc; */
	min-height: 20px;
	padding: 5px;
	position: relative;
	background-color: rgb(248, 244, 244);
}