
/*
Company: Fixfin Technologies Pvt. Ltd.  
Developer: Biswajit Bala
Purpose:Task Dashboard
Version: 1.0.1
*/


/*
https://www.flaticon.com/free-icon/hospital_3022868?term=hospital&page=1&position=3&k=1604420870035

https://www.flaticon.com/free-icon/files-copy-interface-symbol_54853?term=copy&page=1&position=39

https://www.flaticon.com/free-icon/tools_1077198?term=wrench&page=1&position=17

*/




body {
	background: #f6f7fb;
}
a:hover{
	text-decoration: none;
}
a:focus{
	outline: none;
}
.row {
	margin-right: -4px;
	margin-left: -4px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 4px;
	padding-left: 4px;
}

.list-itm [class*='wd-']{
	float: left;
}

.wd-10p{
	width:10%;
}
.wd-20p{
	width:20%;
}
.wd-30p{
	width:30%;
}
.wd-40p{
	width:40%;
}
.wd-45p{
	width:45%;
}
.wd-55p{
	width:55%;
}
.wd-50p{
	width:50%;
}
.wd-60p{
	width:60%;
}
.wd-70p{
	width:70%;
}
.wd-80p{
	width:80%;
}
.wd-90p{
	width:90%;
}
.wd-100p{
	width:100%;
}



.mg-l-3{
	margin-left: 3px;
}
.mg-l-10{
	margin-left: 10px;
}
.mg-r-5{
	margin-right: 5px;
}
.mg-b-8{
	margin-bottom: 8px;
}
.mg-r-3 {
	margin-right: 3px;
}
.mg-b-3 {
	margin-bottom: 3px;
}




.pd-8{
	padding: 8px;
}






.bg-primary {
	background-color: #4099ff !important;
}
.bg-danger {
	background-color: #fbe9eb !important;
}

.bg-success {
	background-color: #ebf9ed !important;
}
.bg-warning {
	background-color: #fdf4e6 !important;
}
.bg-info {
	background-color: #f0f5f5 !important;
}






.badge-primary {
	color: #4099ff;
	background-color: #e6f1ff;
}
.badge-danger {
	color: #fff;
	background-color: #dc3545;
}
.badge-success {
	color: #fff;
	background-color: #1abd36;
}

.badge-warning {
	color: #fff;
	background-color: #b38600;
}
.badge-info {
	color: #fff;
	background-color: #669999;
}



/*
.all-hsptl .badgee {
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}
.all-hsptl .badgee span {
	display: block;
	font-size: 19px;
	width: 100%;
}*/



.cursor-pointer{
	cursor: pointer;
}
.cursor-auto{
	cursor: auto;
}

.top-nav {
	background: linear-gradient(to right, #4099ff, #73b4ff);
	color: rgba(255, 255, 255, 0.8);
}

.top-nav .navbar-brand,.top-nav .navbar-brand:hover {
	color: #fff;
}
.top-nav .navbar-brand {
	font-weight: 600;
	padding: 0;
}
.top-nav .nav-link {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding-top: 0;
	padding-bottom: 0;
}
.top-nav .time {
	font-weight: normal;
}

.logo-img {
	height: 96px;
	float: left;
	margin-right: 10px;
}
.logo-img img {
	width: auto;
	max-height: 100%;
}
.logo-rght .logo-img {
	float: right;
	margin-right: 0;
}
.ttle {
	font-size: 26px;
	font-weight: 600;
	color: #CC3303;
}
.btm-nav .ttle {
	font-size: 26px;
	font-weight: 600;
	color: #CC3303;
	line-height: 28px;
	margin-bottom: 14px;
}
.btm-nav .dsc {
	font-size: 16px;
	color: #CC3303;
}
.btm-nav {
	top: 32px;
}
.btm-nav::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 8px;
	background: #f6f7fb;
}




.contnt {
	padding-top: 161px;
}

.dist-tab li a {
	color: #4099ff;
	float: left;
	background: #cce4ff;
	font-weight: bold;
	font-size: 14px;
	margin-right: 1px;
	padding: 6px 15px;
	cursor: pointer;
	border: solid #cce4ff 1px;
	border-radius: 3px;
	margin-right: 5px;
	transition: 0.600s;
	text-decoration: none;
}
.dist-tab li a.active, .dist-tab li a:hover {
	background: #4099ff;
	color: #fff;
	border-color: #4099ff;
}

.dist-tab {
	border-bottom: 0;
	padding-bottom: 0px;
	border-radius: 5px 0px 0px 5px;
}








.cs-hdr {
	font-size: 14px;
	padding: 5px 8px;
	border-radius: 3px !important;
	margin-bottom: 8px;
	border: 0;
}

.card-counter {
	border-radius: 3px;
	box-shadow: 0 2rem 1.5rem -1.5rem rgba(33,37,41,0.15),0 0 1.5rem 0.5rem rgba(33,37,41,0.05);
	border: 0;
	transition: 0.600s;
}
.card-counter:hover {
	box-shadow: none ;
}
.card-counter:hover {
	text-decoration: none;
}
.card-counter .card-body {
	padding: 20px 15px;
}
/*
.card-counter i {
	position: absolute;
	top: 50%;
	font-size: 75px;
	transform: translateY(-50%);
	left: 15px;
	opacity: 0.4;
}*/
.card-counter img {
	position: absolute;
	top: 50%;
	height: 75px;
	transform: translateY(-50%);
	left: 15px;
	opacity: 0.4;
}

.card-counter h4 {
	font-size: 60px;
	line-height: 45px;
}
.card-counter p{
	font-size: 18px;
}
.counter-1 {
	background-image: linear-gradient(95deg, #2ed8b6, #59e0c5) !important;
}
.counter-2 {
	background-image: linear-gradient(95deg, #FFB64D, #ffcb80);
}
.counter-3 {
	background-image: linear-gradient(95deg, #FF5370, #ff869a);
}




.counter-wise .card-body {
	padding: 8px;
}
.counter-wise h4 {
	font-size: 14px;
	color: #fff;
}
/*.counter-wise .badge {
	padding: 7px 10px;
	font-size: 13px;
	display: block;
	float: left;
	width: auto;
	flex: 0 0 auto;
	font-weight: normal;
}
.counter-wise .badge-primary {
	color: #52367c;
	background-color: #d6cae8;
}*/
.counter-wise-scrl {
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
}
.counter-wise-item {
	flex: 0 0 auto;
	min-width: 215px;
	margin-right: 8px;
}
.counter-wise-item .card {
	/* background-image: linear-gradient( 160deg, rgb(255, 255, 255) 1%, rgb(251, 220, 244) 100%); */
	/* background: rgb(251, 220, 244); */
	border: 1px solid rgba(0, 0, 0, 0.125);
	box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}
/*.counter-wise-item h6 span {
	width: 19px;
	height: 19px;
	background: #4099ff;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	border-radius: 3px;
}*/
.counter-wise-item h6 span {
	margin-bottom: 0;
	display: inline-block;
	padding: 52px 47px 13px 15px;
	border-radius: 50%;
	position: absolute;
	top: -45px;
	right: -35px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: rgba(46, 216, 182, 0.2);
	border-color: #c4f4eb;
	color: #2ed8b6;
	font-size: 14px;
}
.counter-wise-item h6 {
	color: #2ed8b6;
}

.counter-wise-item p {
	font-size: 12px;
	color: #505b6d;
}
.cnt-l {
	width: 60%;
	float: left;
}
.cnt-r {
	width: 40%;
	float: left;
	padding-left: 5px;
}
.counter-wise-item img {
	position: absolute;
	bottom: 8px;
	height: 32px;
	right: 8px;
}
.counter-wise-item .vlu {
	margin: 0;
	font-size: 24px !important;
}




.l-height-20{
	line-height: 20px;
}
.l-height-14{
	line-height: 14px;
}
.list-itm .card-body {
	padding: 8px;
}
.side-l {
	width: 45px;
	float: left;
	background: #365662;
	height: 60px;
	text-align: center;
	padding: 8px 3px;
	border-radius: 3px;
	border: 1px solid #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2H0v-2h20v-2H0V8h20V6H0V4h20V2H0V0h22v20h2V0h2v20h2V0h2v20h2V0h2v20h2V0h2v20h2v2H20v-1.5zM0 20h2v20H0V20zm4 0h2v20H4V20zm4 0h2v20H8V20zm4 0h2v20h-2V20zm4 0h2v20h-2V20zm4 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2z' fill='%23cccccc' fill-opacity='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-position: center center;
}
/*
.side-l i {
	font-size: 43px;
	color: #fff;
	overflow: hidden;
}
*/
.side-l img {
	width: 45px;
	max-width: 100%;
	height: 43px;
}
.side-r {
	width: calc(100% - 45px);
	float: left;
	padding-left: 8px;
}
.side-r .cap {
	font-size: 14px;
	color: #212121;
	line-height: 16px;
}
.side-r .dsc {
	font-size: 13px;
	color: #868e96;
	line-height: 20px;
}
.side-r .dsc i {
	color: #4099ff;
}
.list-itm .badgee {
	padding: 2px 5px;
	font-size: 10px;
	display: unset;
	vertical-align: text-top;
	border-radius: 3px;
	line-height: 16px;
}
.sm-li .side-l {
	width: 40px;
	height: 38px;
}
.sm-li .side-r {
	width: calc(100% - 40px);
}
.sm-li .side-l img {
	width: 58px;
	max-width: 100%;
	height: 20px;
	margin-top: -4px;
}
.cs-hdr a {
	color: #fff;
	float: right;
	font-size: 75%;
	line-height: 19px;
}



.data_none{
	display: none;
}

/** hospital details**/

.dtls-itm {
	background-color: #e6f1ff;
}
.dtls-itm .side-l {
	width: 75px;
	background: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 8px;
	height: 71px;
}
.dtls-itm .side-r {
	width: calc(100% - 75px);
}
.dtls-itm .side-r .cap {
	font-size: 16px;
	line-height: 24px;
	color: #212121;
}
.dtls-itm .side-r .dsc {
	font-size: 14px;
	color: #212121;
	line-height: 24px;
}
.dtls-itm .side-r .dsc i {
	color: #4099ff;
}
.dtls-itm .side-l img {
	width: 55px;
	height: 55px;
}


.dtls-cuntr .card-counter .card-body {
	padding: 13px 15px;
}
.dtls-cuntr .card-counter h4 {
	font-size: 45px;
	line-height: 35px;
}
.dtls-cuntr .card-counter p {
	font-size: 14px;
	margin: 0;
}
.dtls-cuntr .card-counter i {
	font-size: 60px;
}
.scrl {
	max-height: 554px;
	overflow: auto;
	margin-bottom:8px;
}
.details_data2 .scrl {
	max-height: 435px;
}
.details_data3 .scrl {
	max-height: 255px;
}



.scrl-1 {
	max-height: 175px;
	overflow: auto;
	margin-bottom:8px;
}
.scrl-2 {
	max-height: 200px;
	overflow: auto;
	margin-bottom:8px;
}
.all-hsptl {
	max-height: 163px;
	overflow: auto;
}


.details_list.active, .details_list:hover {
	background: #4099ff;
	border-color: #4099ff;
}
.details_list.active .side-r .cap,
.details_list.active .side-r .dsc,
.details_list.active .side-r .dsc i,
.details_list:hover .side-r .cap,
.details_list:hover .side-r .dsc,
.details_list:hover .side-r .dsc i {
	color: #fff;
}
.logo-img.d-xs {
	display: none;
}
.item-scrl {
	height: 180px;
	overflow: auto;
}


.details_list {
	width: calc(100% - 33px);
	transition: 0.400s;
	border-color: #fff;
}
.details_list::after {
	border-bottom: 38px solid rgba(0, 0, 0, 0);
	border-left: 33px solid #fff;
	border-top: 38px solid rgba(0, 0, 0, 0);
	content: " ";
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	transition: 0.400s;
}
.details_list.active::after,
.details_list:hover::after {
	border-bottom: 38px solid rgba(0, 0, 0, 0);
	border-left: 33px solid #4099ff;
	border-top: 38px solid rgba(0, 0, 0, 0);
}
.details_data2 .details_list::after,
.details_data3 .details_list::after {
	border-bottom: 27px solid rgba(0, 0, 0, 0);
	border-left: 26px solid #fff;
	border-top: 27px solid rgba(0, 0, 0, 0);
}
.details_data2 .details_list.active::after,
.details_data2 .details_list:hover::after,
.details_data3 .details_list.active::after,
.details_data3 .details_list:hover::after  {
	border-bottom: 27px solid rgba(0, 0, 0, 0);
	border-left: 26px solid #4099ff;
	border-top: 27px solid rgba(0, 0, 0, 0);
}
.details_list .side-l{
    transition: 0.400s;
}
.details_list.active .side-l, .details_list:hover .side-l {
    background: #4099ff;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2H0v-2h20v-2H0V8h20V6H0V4h20V2H0V0h22v20h2V0h2v20h2V0h2v20h2V0h2v20h2V0h2v20h2v2H20v-1.5zM0 20h2v20H0V20zm4 0h2v20H4V20zm4 0h2v20H8V20zm4 0h2v20h-2V20zm4 0h2v20h-2V20zm4 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2z' fill='%23cccccc' fill-opacity='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-position: center center;
}



.dtls-bg {
	background: #fff;
	padding: 8px;
	border-radius: 3px;
}
.blk-l {
	-ms-flex: 0 0 34%;
	flex: 0 0 34%;
	max-width: 34%;
}
.blk-r {
	-ms-flex: 0 0 66%;
	flex: 0 0 66%;
	max-width: 66%;
}




.hsptl-undr-machn a {
    font-size: 16px;
    padding: 0px 4px;
    margin-bottom: 8px;
    width: 100%;
    display: block;
    color: #212121;
}
.cont-left #accordion {
    width: 100%;
}
.hsptl-undr-machn a span.arrw {
    float: right;
}
.hsptl-undr-machn a.collapsed span.arrw .upp{
    display: none;
}
.hsptl-undr-machn a span.arrw .dwn{
    display: none;
}
.hsptl-undr-machn a span.arrw .upp{
    display: block;
}
.hsptl-undr-machn a.collapsed span.arrw .dwn{
    display: block;
}

.loader-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255,255,255,0.8);
	display: none;
}
.loader-inr {
    height: 100%;
}
.loader-inr img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}






@media screen and (max-width:1399px){
	.navbar-brand {
		font-size: 16px;
	}
	.top-nav .nav-link {
		font-size: 12px;
	}
	.btm-nav {
		top: 32px;
	}
	.contnt {
		padding-top: 153px;
	}
	.btm-nav .ttle {
		font-size: 22px;
	}
	.logo-img {
		height: 90px;
	}
}

@media screen and (max-width:1199px){
	.navbar-brand {
		font-size: 14px;
	}
	.btm-nav {
		top: 29px;
	}
	.btm-nav .ttle {
		font-size: 20px;
	}
	.btm-nav .dsc {
		font-size: 14px;
	}
	.contnt {
		padding-top: 147px;
	}
	.card-counter img {
		height: 60px;
	}
	.card-counter h4 {
		font-size: 50px;
		line-height: 35px;
	}
	.card-counter p {
		font-size: 16px;
	}
	
}
@media screen and (max-width:991px){
	.logo-img {
		height: 80px;
	}
	.btm-nav .ttle {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 8px;
	}
	.btm-nav .dsc {
		font-size: 12px;
	}
	.contnt {
		padding-top: 136px;
	}
	.card-counter img {
		height: 50px;
	}
	.card-counter h4 {
		font-size: 35px;
		line-height: 25px;
	}
	.card-counter .card-body {
		padding: 15px;
	}
	.scrl,.details_data2 .scrl,.details_data3 .scrl {
		max-height: 165px;
	}
	.counter-wise-item h6 {
		font-size: 14px;
	}
	.blk-l,.blk-r {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.details_list {
		width: 100%;
	}
	.details_list::after {
		display: none;
	}
	.blk-l .cont-left {
		display: flex;
		flex-wrap: nowrap;
		overflow: auto;
	}
	.cont-left .col-12 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		flex: 0 0 auto;
	}
	.details_data2 .cont-left .col-12 {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.details_data2 .cont-left .collapse.show,.details_data3 .cont-left .collapse.show {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}




}

@media screen and (max-width:767px){

	.navbar-brand {
		font-size: 12px;
	}
	.btm-nav {
		top: 26px;
	}
	.logo-img {
		height: 70px;
	}
	.btm-nav .ttle {
		font-size: 12px;
		line-height: 16px;
	}
	.btm-nav .dsc {
		font-size: 11px;
	}
	.contnt {
		padding-top: 126px;
	}
	.dist-tab li a {
		font-size: 12px;
	}
	.card-counter-main {
		display: flex;
		flex-wrap: nowrap;
		overflow: auto;
		margin: 0 0 8px;
	}
	.card-counter-main .col-4 {
		flex: 0 0 auto;
		min-width: 215px;
		margin-right: 8px;
		padding: 0 !important;
	}
	.cont-left .col-12 {
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
	}
	.details_data2 .cont-left .col-12,.details_data3 .cont-left .col-12 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	

}

@media screen and (max-width:575px){
	.btm-nav {
		top: 23px;
	}
	.contnt {
		padding-top: 170px;
	}

	.navbar-brand {
		font-size: 10px;
	}
	.top-nav .nav-link {
		font-size: 10px;
	}
	.logo-img {
		height: 70px;
		margin: 0 4%;
		width: 24%;
		text-align: center;
	}
	.logo-rght{
		display: none;
	}
	.logo-img.d-xs {
		display: block;
	}
	.btm-nav .ttle {
		font-size: 13px;
		margin-top: 8px;
	}
	.btm-nav .dsc {
		font-size: 12px;
	}
	.dist-tab {
		display: flex;
		flex-wrap: nowrap;
		overflow: auto;
	}
	.dist-tab li a {
		font-size: 12px;
		flex: 0 0 auto;
		min-width: 120px;
		white-space: nowrap;
	}
	.mg-b-8-xs{
		margin-bottom: 8px;
	}
	.cont-left .col-12 {
		-ms-flex: 0 0 88%;
		flex: 0 0 88%;
		max-width: 88%;
	}
	.details_data2 .cont-left .col-12,.details_data3 .cont-left .col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.totl-contr-scrl {
		display: flex;
		flex-wrap: nowrap;
		overflow: auto;
		margin: 0;
	}
	.ttl-contr-item {
		flex: 0 0 auto;
		width: 60%;
		margin-right: 8px;
		padding: 0;
		min-width: 225px;
	}
	


}

@media screen and (max-width:420px){

	.dtls-itm .side-r > div {
		width: 100%;
		text-align: left !important;
	}

}





