@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');


/*======================
login page start
======================*/

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
 
  -webkit-text-fill-color: inherit !important;
   -moz-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
  transition: background-color 5000s ease-in-out 0s;
}
/*===========*/
body{
	background:#fff;
	min-height:100vh;
	overflow-y: scroll;
	margin:0px; padding:0px;
}

/* aashish 03-07-2023 */
.grid2{
	display: grid;
	grid-template-columns: 49% 49%;
	grid-gap:2%;
}
.graphic .label h1{
	color:#212C42;
	font-family:Raleway; font-style:normal;
	font-size:40px; font-weight:700; line-height:52px;
	letter-spacing:1.5px;
	padding:0px 100px; margin-bottom:20px;
}
.graphic{
	/* text-align: center; */
	margin:80px;
}
.graphic .logo img{width:45%;}
.graphic .label p{
	color: #666;
	font-size: 16px;
	font-family: Poppins;
	font-style: normal;	
	font-weight: 400;			
	line-height: 32px;
	letter-spacing: 0.16px;
	padding: 0px 20px 0px 100px;
}
.graphic .label .logo{
	padding: 10px 100px;
}
.graphic .label .logo img{
	background-color: #000;
}
.graphic .label .loginLeftImage{
	padding:0px 10px 0px 100px;
}
.graphic .label .loginLeftImage img{
	width:100%;
}
/*========*/    					
.userForm{ 
	background-color:#F5F5F5;
}
.userForm .gradientBox{
	border-radius: 10px;
	padding:40px 40px; text-align:center;
	margin-top:40px;
	margin-right:40px;
	margin-left:40px;
	min-height:calc(100vh - 80px);
}
/* .userForm .alert{text-align:center;} */
.userForm h3{
	font-family: 'Montserrat', sans-serif;
	font-size:26px; font-weight:500; color:#212C42; 
	text-align:left; letter-spacing:1.5px;	
}
.userForm h4{
	font-size:16px;
	font-weight:500; 
	color:#212C42; 
	opacity: 0.58;
	letter-spacing:0.5px;
	text-align:left;
	padding: 15px 0px;
	margin-bottom:20px;
}
.userForm ul{
	background:#fff;
	border-radius:15px;
	/* box-shadow:0px 3px 31px 0px rgba(16, 56, 113, 0.09); */
	overflow:hidden;
	margin:0% 0%;
	padding: 0px;
	list-style:none;
}
.userForm ul li .formLabel label {
	color: #212C42;
	font-size: 13px;
	font-family: Raleway;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.91px;
	text-transform: uppercase;
}
.userForm ul li .validation{height:auto;}
.userForm ul li input[type="email"],
.userForm ul li input[type="password"],
.userForm ul li input[type="text"]{
	border: 1px solid #DDD;
	/* border-bottom:1px solid #f3f3f3; */
	width:100%; 
	font-weight:400; font-size:17px; color:#5c718e;
	/* background:none; */
	padding:8px 58px;
	letter-spacing:0.5px;
}
.userForm ul li input[type="email"]:focus,
.userForm ul li input[type="password"]:focus,
.userForm ul li input[type="text"]:focus{
	border-bottom-color:#01CD74;
}
.userForm ul li .validation{
  text-align: left;
  font-size: 14px;
  margin-top: 8px;
}

.userForm ul li input[type="email"]{
	background:url('../images/mail.svg');
	background-repeat:no-repeat;
	background-size: 24px;
    background-position: 20px;
 }
.userForm ul li input[type="password"]{
	background:url('../images/lock.svg');
	background-repeat:no-repeat;
	background-size: 20px;
    background-position: 20px;
 }
 .userForm ul li input[type="text"]{
	background: url(../lock.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 20px;
    background-color: #ffffff;
    border: 1px solid #DDD;
 }
 /* .passwordField input[type="text"]{
	background:url('../images/lock.svg');
	background-repeat:no-repeat;
	background-size: 20px;
    background-position: 20px;
 } */
 
/*========*/
.loginButtonPanel{padding:30px 0px;}
.loginButtonPanel:after{content:" "; display:block; clear:both;}
.loginButtonPanel .buttonLeft{float:left; font-size:13px; text-align:left;}
/* .loginButtonPanel .buttonLeft label{font-size:13px; margin-bottom:6px; padding-top:4px;} */
.loginButtonPanel .buttonLeft a{color:#8679a5; text-decoration:underline;font-size:13px;font-weight:400;padding-top: 10px;}
.loginButtonPanel .submitBtn{
	/* float:right; */
	width: 100px;
}

	
/*========*/
.submitBtn .btn{
	background:#FF4040;
	padding:10px 26px;
	width: 100px;
}

/* ============
listing page 
============== */
/* header*/
.headerMain{
	background:#1c1c1c;
	width:100%;
	z-index:100;
	position:fixed; top:0; left:0;  
}
.headerMain .headerTop{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	padding:14px 0;
	height:80px;
	align-items:center;
}
.headerMain .headerTop .logo{width:25%;}
.headerMain nav{width:25%;}
.headerMain nav ul{display:flex;  margin:0; padding:0; list-style-type:none;}
.headerMain nav ul li a{
	font-size:14px; font-weight:600; line-height:50px;
	color:#ffffff;
	padding:0 10px; margin-right:20px;
	cursor:pointer;
	height:40px;
	top:20px;
}
.headerMain nav ul li .active {
	color:#000;
	background-color:#FDCF6F;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
/* .headerMain .loggedInUser{ text-align:right; right:24px;} */
.headerMain .loggedInUser a{display:block; padding:0;}
/* .headerMain .loggedInUser a:after{
	content: "\f078";
	font-family: "fontAwesome";
	font-size:13px;
	position:absolute; top:16px; right:-40px;
	transform-origin: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	padding: 0px 15px;
} */
.loggedInUser{ 	display: flex; justify-content: end; width: 50%;
	text-align: center;}
.loggedInUser label{
	font-weight:500; line-height:18px;
	/* padding-top:8px; */
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.loggedInUser strong{
	/* font-size:12px; */
	font-weight:400; 
	/* line-height:22px; */
	color:#ffffff;
}
.headerMain .loggedInUser .shortLink{
	margin-left: 24px;
	border-left: 1px solid #fff;
	padding-left: 24px;
	cursor: pointer;
 }
 .sc-iCEALv[aria-label="Expand Row"]  svg
{
	margin: auto;
	transform: rotate(90deg);
}
.sc-iCEALv[aria-label="Collapse Row"] svg
{
	margin: auto;
	transform: rotate(180deg);
}
 /*  .joaRLv svg ::after {
	margin: auto;
	transform: rotate(270deg);
  } */
  .expand-icon {
	transition: transform 0.3s;
  }
  .recharts-tooltip-wrapper{
	padding:10;
  }
  .expand-icon.expanded {
	transform: rotate(270deg); /* Rotate 270 degrees when expanded */
  }
  .brandName{
	grid-template-columns: 20% 20% 20% 20% 20% !important;
	padding-bottom: 0px !important;
  }
  .cbTxI {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
  }
  .rdt_TableRow{
	border-right:rgba(0,0,0,.12) 1px solid;
  }
  .rdt_TableHead{
	border-right:rgba(0,0,0,.12) 1px solid;
  }
/* .headerMain .loggedInUser:hover .shortLink{
	display:block;
	transition:0.5s ease-out;
} */
/* .headerMain .loggedInUser .shortLink{
	display:none;
	position:absolute;
	background-color:#fff; 
	color:#000;
	top:30px;
	right:-33px;
	font-size:13px; font-weight:400;
	color:#000; text-align:left;
	border:1px solid gray; 	
} */
/*.headerMain .loggedInUser .shortLink ul .hideShortLink { display:none; }*/
.headerMain .loggedInUser .shortLink ul li{
	padding:10px 20px;
	font-size:14px; font-weight:600; 
	line-height:20px; letter-spacing:0.3px;
	cursor: pointer;
}
.headerMain .loggedInUser .shortLink img{ width:28px; top:7px;}
/* 
=========================
	dashboard page 
=========================
*/
.green{background-color:#0A5F59;}
.yellow{background-color:#FDCF6F;}
.black{background-color:#252B42;}
.greenText{color:#0A5F59;}
.yellowText{color:#FDCF6F;}
.whiteText{color:#FFF;}
.blackText{color:#000;}
.pageContent .dataCardList{
	display:grid; 
	width:100%;
	height:80%;
	grid-template-rows:20% 78%; grid-gap:2%;
}
/* .dataCardList .dataCard{  */
	/* display:flex;
	justify-content:space-between; align-items:center;
	border-radius:12px;
	box-shadow:4px 4px 10px 0px #1E617A;
	margin:0px 18px;
	padding:14px 10px; margin:auto; */
/* } */
.dataCardList .green .visitor:nth-child(1){ width:100%; border:none; }
.dataCardList .yellow{ width:85%; }
.dataCardList .yellow .visitor:nth-child(2){border:none; }
.dataCardList .dataCard .visitor{
	display:flex; justify-content:center; align-items:center;
	/* border-right:1px solid #F9F9F9; */
	width:32%;
	border-radius:12px;
	box-shadow:4px 4px 10px 0px #1E617A;
	padding: 9px 10px;
}
.weeklyVisitor{
	width:85% !important;
}
.weeklyData.left{
	border-right: 1px solid #F9F9F9;
	padding-right: 24px;
	margin-right: 24px;
}
.weeklyData{display:flex; justify-content:center; align-items:center;}

.dataCardList .dataCard .visitor label{
	display:block;
	text-align:center;
	font-family:Nunito; font-style:normal;
	font-size:18px; font-weight:700; line-height:32px;
	margin-right:10px;
}
.dataCardList .dataCard .visitor strong{
	display:block;
	text-align:center;
	font-family:Nunito; font-style:normal;
	font-size:18px; font-weight:700; line-height:32px;
}

.graphAndDataCard{
	display:grid;
	grid-template-columns:49% 49%; grid-column-gap:2%;
	/*margin-top:36px;*/
}
.graphAndDataCard .graphImage{ 
	height:100%;
	width:100%;
}
.graphAndDataCard .graphImage img{ height:100%; width:100%; }

/* listing Page : Search*/
.pageSearch{
	display:grid;
	grid-template-columns: 24% 20% 8% 8% 15% 15%;
	grid-column-gap:2%;
	align-items:center;
	width:100%;
	/* padding:0px 100px 25px 0px; margin:0px; */
	font-size:14px;
	position:relative;	
	box-sizing:border-box;		
}
.pageSearch:after{content:" "; clear:both; display:block;}
.pageSearch span{vertical-align:top;}
.pageSearch input[type="text"], .pageSearch select{
	border:1px solid #e7e7e7;
	border-radius:4px;
	padding:8px 12px;
	width:100%; /*min-height:44px;*/
}

/* ==== */
.pageSearch .radioWithLabel{
	border:1px solid #e7e7e7;
	border-radius:4px;
	background:#fff;
	min-height:44px;
	padding:10px;
}
.pageSearch .radioWithLabel label{display:inline-block; margin:0px 8px; vertical-align:top;}
.pageSearch .radioWithLabel .radioBtn .checkmark{top:3px;}
.pageSearch .radioWithLabel label:last-child{margin-right:0px;}

/*=============*/
.pageSearch.withLabel .lbl{font-size:14px; font-weight:500; padding-bottom:5px;}
.pageSearch.withLabel .searchBtn{top:28px;}
.pageSearch.withLabel .clearBtn{top:34px;}

/*=============*/
.pageSearch .searchBtn input{
	padding:10px 22px; border-radius:4px;
	background: url('../search-icon.png') no-repeat;
	background-color:#485560;
	background-position:center;
	/*margin-top:5px;*/
}

.pageSearch .searchBtn input:hover{background-color:#313b44;}
.pageSearch .searchBtn .searchLoader{
	position:absolute;
	top:0px; left:0px; z-index:1;
	width:100%; height:100%;
	text-align:center;
	cursor:wait; border-radius:4px;
}
.pageSearch .searchBtn .searchLoader span.spinLoader{
	width:25px; height:25px;
	position: relative; top:28px; left:-20px;
	border-color:#1e2f3e;
	border-top-color:#fff;
}

/*.pageSearch .clearBtn{position:relative; top:10px;}*/
.pageSearch .clearBtn input
{
	background: none;
	cursor: pointer;
	color: #1c1c1c;
	text-decoration: underline;
	/* background:none;
	cursor:pointer;
	color:#2877d0;
	text-decoration:underline; */
}

.pageSearch .searchDropdown .inputLoader {
	position: absolute; top:30px; right:0px;
}
.pageSearch .filed span {
	margin-bottom: 0px;
	/* color: #000; font-family: Inter; font-size: 13px; font-style: normal; font-weight: 400;
	margin-bottom:5px; */
	color: #000;
	font-family: poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 5px;
}
.pageSearch .downloads{
	/* text-align: right; align-self: flex-end; */
	display: flex;
	text-align: center;
	cursor: pointer;
}
.pageSearch .downloads a span { 
	color: #000;
	text-align: center; font-family: Poppins; font-size: 16px; font-style: normal; font-weight: 400;
	line-height:24px; letter-spacing: 0.18px; text-transform: capitalize; 
	color:#000; margin:2px 0px 0px 5px; 
}

.dataTable .tableAccordion {
	border-radius: 12px; border: 1px solid #DFDBD8; margin:15px auto;
}
.dataTable .tableAccordion ul{ padding:10px 15px; }
.dataTable .tableAccordion ul li{ 
	display:grid; 
	/* grid-template-columns:60% 15% 25%;  */
	border-bottom:1px solid #BEBCBC;
	padding:15px 0px 10px 0px; 
	grid-template-columns: 30% 39% 8% 11% 12%;
	align-items: center;
}
.dataTable .tableAccordion ul li:last-child{border:none;}
.dataTable .tableAccordion ul li label{
	color:#000;
	margin-bottom: 12px;
	/* font-family:Poppins;  */
	font-style: normal;
	font-size: 14px; font-weight: 400;
}
.dataTable .tableAccordion ul li strong{
	color:#000;
	/* font-family:Poppins;  */
	font-size:15px; font-style:normal; font-weight:500;
}
.dataTable .tableAccordion ul li .imageText{display:flex; margin:6px 0 0 0;}
.dataTable .tableAccordion ul li .imageText img{
	width:20px; height:20px;
	margin-right:10px;
}
.dataTable .tableAccordion ul li .location,
.dataTable .tableAccordion ul li .contactNumber{margin:auto 0px;}
.dataTable .tableAccordion ul li .nameEmail{text-align:left;} 
/*
	================================
	#Section = Page Search For Mobile
	================================
*/
.searchForMobile{
	background:#fff; 
	margin-left:-15px; 
	margin-right:-15px; 
	margin-top:-15px;
	box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.05);
	margin-bottom:20px;
}
.searchForMobile a{padding:15px; font-size:15px; font-weight:500; color:#999; display:block;}
.searchForMobile a:before{
	font-family:"fontawesome";
	content:"\f002"; color:#246acc;
	margin-right:15px; font-size:18px;
}


.searchForMobileHeader {
	background-image: -moz-linear-gradient( -4deg, rgb(49,91,206) 0%, rgb(24,166,154) 100%);
	background-image: -webkit-linear-gradient( -4deg, rgb(49,91,206) 0%, rgb(24,166,154) 100%);
	background-image: -ms-linear-gradient( -4deg, rgb(49,91,206) 0%, rgb(24,166,154) 100%);
	box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.11);
	color:#fff;
	padding:0px;
	margin-left:-15px; margin-right:-15px;
	margin-top:-15px;
	height:70px; color:#fff; text-align:center;
	margin-bottom:20px;
}
.searchForMobileHeader h2{height:70px; line-height:70px; font-size:18px; font-weight:500;}
.searchForMobileHeader .back{
	position:absolute;
	top:0px; left:0px; z-index:5;
	width:50px; height:70px;
	border-radius:0px;
	background-image:url('../../images/nav_back.png');
	background-size:48px; background-repeat:no-repeat;
	background-position:center;
	background-color:rgba(0,0,0,0.05);
}
	
/*========*/
.submitBtn .btn{
	background-image: -moz-linear-gradient( -50deg, rgb( 27, 70, 185 ) 0%, rgb( 17, 129, 95 ) 100%);
	background-image: -webkit-linear-gradient( -50deg, rgb( 27, 70, 185 ) 0%, rgb( 17, 129, 95 ) 100%);
	padding:10px 26px;
}

/*
=============
Custom Icon
=============
*/
.customIcon{
	width:22px!important; height:22px!important;
	background-size:22px!important;
	background-position:center!important;
	top:8px!important; left:16px!important;
}

/*=============*/
.dashboardBtn{
	border-radius: 7px;
	background-image: -moz-linear-gradient( -4deg, rgb(49,91,206) 0%, rgb(24,166,154) 100%);
	background-image: -webkit-linear-gradient( -4deg, rgb(49,91,206) 0%, rgb(24,166,154) 100%);
	background-image: -ms-linear-gradient( -4deg, rgb(49,91,206) 0%, rgb(24,166,154) 100%);
	box-shadow: 0px 4px 8px 0px rgba(12, 46, 138, 0.27);
	font-weight:600;
	color:#fff!important;
	padding:15px 15px 15px 55px!important;
	margin-bottom:10px;
	min-height:52px!important;
}
.dashboardBtn i{top:12px!important;}
.dashboardBtn:after{top:17px!important; right:14px!important;}

/*=============*/
.menuFooter{
	text-align:center; font-size:12px; color:#acacac;
	background:url('../images/menu_left_graphic.png') no-repeat;
	background-position:bottom left;
	padding:18px 0px;
	
	position:absolute;
	bottom:0px; left:0px;
	width:100%;
}
.menuFooter:after{
	content:" "; display:inline-block;
	position:absolute; 
	top:0px; right:0px;
	width:100%; height:100%;
	background:url('../images/menu_right_graphic.png') no-repeat;
	background-position:bottom right;
}
.menuFooter p{padding-bottom:10px;}
.menuFooter img{vertical-align:top;}
/* .menuFooter .full{} */
.menuFooter .initial{display:none;}

/* === collapse */
.collapseMenu{grid-template-columns: 80px calc(100% - 80px);}
.collapse ul li a:after{display:none;}
.collapse #full{display:none;}
.collapse #intial{display:inline-block!important;}
.collapse .dashboardBtn{padding-left:0px!important;}
.collapse .sap h6{display:none;}
.collapse .menuFooter .full{display: none;}
.collapse .menuFooter .initial{display:inline-block!important;}
.collapse .menuFooter p{font-size:10px; color:#797979;}
.collapse .menuFooter img{max-width:80%;}
.collapse .menuFooter p, .collapse .menuFooter img{z-index:2;}

/* === collapse Hover ======= */
.collapse ul li a span{
	position:absolute;
	background:rgba(0,0,0,0.9);
	color:#fff;
	top:11px; left:calc(100% + 0px);
	border-radius:5px;
	padding:5px 10px;
	font-size:11px;
	transition: left 0.3s ease-out;
	overflow: visible;	
	visibility:hidden; opacity:0;
}
.collapse ul li a span:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #1c1c1c;
	border-width: 4px;
	margin-top: -4px;
}
.collapse ul li a:hover span{visibility:visible; opacity:1; left:calc(100% + 10px);}

/* === Menu Sub Menu */
.navMenu nav li ul{
	padding:10px 0px;
	position:absolute;
	top:0px; right:-220px;
	width:220px;
	background:#fff;
	border-radius:5px;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	-webkit-transition: all 350ms ease;  
	-moz-transition:all 350ms ease;
	transition: all 350ms ease;
	opacity:0;
	-webkit-transform: translate3d(0,20%,0) scale(0,0);
	-moz-transform: translate3d(0,20%,0) scale(0,0);
	transform: translate3d(0,20%,0) scale(0,0);		
}
.navMenu nav li:hover ul{
	display:block!important;
	opacity:1;
	-webkit-transform: translate3d(0,0,0) scale(1,1);
	-moz-transform: translate3d(0,0,0) scale(1,1);
	transform: translate3d(0,0,0) scale(1,1);
}
.navMenu nav li:hover ul a{color: #62627a;}
.navMenu nav li:hover ul a:hover{color: #635ebe;}

/* === Menu Icon */
.menuIcon {
	width:35px; height:35px; line-height:7px; text-align:right;
	position:absolute;
	top:17px; left:15px; z-index:20;
}
.menuIcon span{height:3px; background:#50d8af; border-radius:45px; transition: all 0.3s ease-out;}
.menuIcon span:nth-child(1){width:16px;}
.menuIcon span:nth-child(2){width:22px;}
.menuIcon span:nth-child(3){width:18px;}
.menuIcon:hover span{width:22px!important;}


/*=== Action Icon*/
.actionIconLink  i{
	width:22px;
	height:22px;
	background-image:url('../images/action-sprite.png');
	background-repeat: no-repeat;
}
.actionIconLink .changeStatus i{
	background-position:-2px 0px;
}
.actionIconLink  .edit i{
	width:40px;
	height:20px;
	background-repeat: no-repeat;
	background-position-x:left -50px;
}
.actionIconLink  .delete i{
	width:40px;
	height:20px;
	background-repeat: no-repeat;
	background-position-x:right -15px;
}

/*
	======================
	dashboard.php
	======================
*/
.pageDashboard .loggedInUser{border-color:rgba(255,255,255,0.1);}
.pageDashboard .loggedInUser label{color:#fff;}
.pageDashboard .loggedInUser strong{color:#e6eaf0;}

/*=============*/
.gradientBarChart{
	background-image: -moz-linear-gradient( 0deg, rgb(59,93,186) 0%, rgb(40,170,131) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(59,93,186) 0%, rgb(40,170,131) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(59,93,186) 0%, rgb(40,170,131) 100%);
	margin-top:-30px;
	margin-left:-30px;
	margin-right:-30px;
	padding:35px 30px 45px 30px;
	color:#fff;
	min-height:385px;
}
.gradientBarChart:after{
	content:" ";
	position:absolute;
	bottom:-25px; left:0px;
	width:100%; height:100%;
	text-align:center;
	background:url('../images/curve.png') no-repeat;
	background-position:bottom;
	background-position-x:left;
}
.gradientBarChart label{font-size:14px;font-weight:500;text-align:right;padding-bottom: 12px;}
.dashboardStats {
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	grid-column-gap:4%;
	margin-top:-40px;
	z-index:1;
}
.dashboardStats li {
	display:grid;
	grid-template-columns:40% 60%;
}
.dashboardStatsIcon {
	width:56px;
	height:56px;
	background-color: red;
	border-radius: 45px;
	text-align:center;
}
.dashboardStatsIcon img{
	padding:12px 4px 0px 4px;
}
.dashboardStats label{
	display: block;
	font-size:14px;
	font-weight:500;
}
.dashboardStats span{
	font-size:40px;
	font-weight:400;
	color:#3b394f;
	line-height:1;
}
.dashboardTable h2 {
	color:#434b55;
	font-size:16px;
	font-weight:600;
	text-align:left;
	padding: 10px 0px 18px 0px;
}
.submitBtnDiv{
	display: grid;
	grid-template-columns: 50% 50%;
	grid-column-gap: 0%;
	margin-top: 24px;
}
/*.replyNotes span{display:inline;} */
.replyNotes::before{
	content: "";
	width:11px; height:11px;
	display:inline-block;
	background-color:#38d5a6;
	border-radius:100%;
	position:absolute; top:5px; left:-24px;
}
.replyDiv a{display:inline-block; text-align:left; margin:5px;/* margin-right:150px;*/}
.replyDiv #reply_note_anchor{margin-left:10px;}
.replyDiv .partitionPipe{margin:0px 7px; color:#246acc;}
.replyDiv .submitBtn{box-shadow:none! important; border-radius:4px;}
.replyDiv .submitBtn .btnLoader span.spinLoader{top:7px;}

/* ===========   Manage Form   ============*/
.card .actionButton{float:right; text-align:center;}
.card .actionButton .addField{display:inline-block; margin-right:8px;}
.card .actionButton .reorderField{display:inline-block;}
.card .addField a{
	border-radius:4px;
	background-image: -webkit-linear-gradient( 0deg, rgb( 35, 104, 203 ) 0%, rgb( 57, 174, 229 ) 100%);
	font-weight: 600;
	color: #fff !important;
	padding:8px 16px;
	cursor:pointer;
}
.card .reorderField a{
	border-radius:4px;
	background-color:#485560;
	/*background-image:-webkit-linear-gradient( 0deg, rgb( 35, 104, 203 ) 0%, rgb( 57, 174, 229 ) 100%);*/
	font-weight: 600;
	color: #fff !important;
	padding:8px 16px;
	cursor:pointer;
}
 .formDescription {
	/*border-bottom:1px solid #e7e7e7;*/
	padding:14px 0px 10px 20px; margin-bottom:22px;
}
.card .actionButton {
  float:right;
  text-align:center;
}
.FormHeader h3{float: left;}
.card ul{margin-top:90px;}
.card ul li{
	border-bottom:1px solid #ebebeb;
	margin-bottom:20px;
}
 .formDescription{
	/*border-bottom:1px solid #e7e7e7;*/
	padding:14px 0px 10px 20px; margin-bottom:22px;
}
.card ul li .radioBtn{top:9px;}
.card ul li .radioBtn .checkmark{top:4px;}
.tooltip{position:absolute; top:8px; right:0px;}
.tooltip .edit{
	background: url('../../images/edit_icon.png') no-repeat;
	width:25px; height:25px;
	border-radius:3px;  
	background-color: #485560;
	transform: matrix(-1, 0, 0, 1, 0, 0);
	background-position:center;
	/*margin-right:20px;*/
	background-size:14px;
}
.tooltip .remove{
	background: url('../../images/delete_ico.png') no-repeat;
	width:25px; height:25px;
	border-radius:3px;
	background-color:#485560;
	transform:matrix(-1, 0, 0, 1, 0, 0);
	background-position:center;
	/*margin-right:20px;*/
	background-size:12px;
}
.tooltip .move{
	background: url('../../images/menu_ico_white.png') no-repeat;
	width:25px; height:25px;
	border-radius:3px;
	background-color:#485560;
	transform:matrix(-1, 0, 0, 1, 0, 0);
	background-position:center;
	/*margin-right:20px;*/
	background-size:14px;
}
.auditAttachments{
	border:1px solid rgb(204, 217, 236);
	border-radius:6px;
	box-shadow:0px 4px 4px 0px rgba( 68, 120, 192, 0.2 );
	padding:20px;	
}
.auditAttachments .addPhotoPanel{
	border:none;
	box-shadow:none;
	padding:0px; margin:0px;
	border-radius:0px;
	grid-template-columns:calc(96% - 300px) 300px;
}
.auditAttachments .addPhotoPanel .dragPhoto{
	border:2px dashed #ccc;
	padding:35px 0px;	
	height:auto;
}
.auditAttachments .addPhotoPanel .dragPhoto p{
	margin:0px 25px 0px 0px!important;
	display:inline-block;
	top:10px;	
}
.auditAttachments .addPhotoPanel .dragPhoto span{
	display:inline-block;
	margin:13px 35px;
	opacity: 0.5;
}
.auditAttachments .addPhotoPanel .dragPhoto label{margin-top:40px; top: -19px;}

/* display photo section By purvi talati on 15th jun'22 >> line no 1180 to 1209*/	
.uploadedImages ul{
	display:grid;
	grid-template-columns:23.5% 23.5% 23.5% 23.5%;
	grid-column-gap:2%;
	margin-top:35px;	
}
.uploadedImages ul li{
	background-color:#ffffff;
	border-radius:10px;
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	padding:6px; margin-bottom:25px;
}
.uploadedImages ul li::before{display:none;}
.uploadedImages ul li span{
	width:86%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	font-size:13px;
	padding-top: 10px;
}
/* === */
.addPhotoPanel{
	border:1px solid rgb(204, 217, 236);
	border-radius:6px;
	box-shadow: 0px 4px 4px 0px rgba( 68, 120, 192, 0.2 );
	padding:10px;
	display:grid; grid-template-columns:230px calc(96% - 230px);
	grid-column-gap:4%;
	margin-bottom:25px;
}
.addPhotoPanel .dragPhoto{
	height:245px;
	background:#f6f7fb;
	text-align:center;
	border:2px dashed #d1d1d1;
	justify-content:center;
}
.addPhotoPanel .dragPhoto p{margin-top:20%;}
.addPhotoPanel .dragPhoto span{display:block; padding:15px 0px;}
.addPhotoPanel .dragPhoto label{
	display:inline-block; background:#fff; 
	border-radius:5px; padding:6px 10px;
	color:#4478c0;
	border:1px solid #a2b2c8;
}
.addPhotoPanel .dragPhoto input[type="file"]{
	position:absolute;
	top:0px; left:0px;
	width:100%; height:100%;
	opacity:0;
}
/* ===== */
.addPhotoPanel .viewPhoto{height:245px; background:#f6f7fb; text-align:center;}
.addPhotoPanel .viewPhoto img{object-fit:cover; width:100%; height:100%;}
.addPhotoPanel .viewPhoto .photoLoader{
	position:absolute;
	top:0px; left:0px; z-index:1;
	width:100%; height:100%;
	background:#f6f7fb;
}
.addPhotoPanel .viewPhoto .photoLoader .spinLoader{top:40%;}
.addPhotoPanel .viewPhoto .edit, .addPhotoPanel .viewPhoto .remove{
	position: absolute;
	top:10px; z-index:1;
	border-radius:100%;
	width:30px; height:30px;
	color:#fff;
}
.addPhotoPanel .viewPhoto .edit{left:10px; background:green;}
.addPhotoPanel .viewPhoto .remove{right:10px;  background:red; line-height:28px;}
.addPhotoPanel .viewPhoto .remove:after{
	font-family:"FontAwesome";
	content:"\f00d";
	font-size:15px;
}
/* ===== */
.addPhotoPanel .photoInfo{padding-top:5px;}
.addPhotoPanel .photoInfo h5{font-weight:600; color:#384476; font-size:15px; margin-bottom:10px;}
.addPhotoPanel .photoInfo p{font-size:13px; margin:4px 0px; color:#8086a0; padding-left:12px; margin-left:7px;}
.addPhotoPanel .photoInfo p:before{
	content:" "; display:block;
	width:5px; height:5px;
	position: absolute;
	top:8px; left:0px; z-index:1;	
	background-color:#8086a0;
}
.addPhotoPanel .photoAction{margin-top:25px;}
.addPhotoPanel .photoAction a{
	text-align:center;
	border-right:1px solid #ededed;
	padding:0px 20px;	
}
/* react css datatble date range */
.rdt_Table{
    direction:rtl
}
.rdt_TableCell, .rdt_TableCol{
    direction:ltr
}
.rdt_ExpanderRow{
	direction:ltr
}
/* .rdrMonthAndYearPickers{display: flex; justify-content: space-around;} */
.rdrDateRangePickerWrapper{
	position: absolute;
	color: inherit;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	/* width: 580px; */
	max-width: none;
	padding: 0;
	margin-top: 7px;
	/* top: 50px; */
	left: 2%;
	z-index: 51;
	display: none;
	font-family: arial;
	font-size: 15px;
	line-height: 1em;
}
.graphImage label
{
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 18px;
}
.rdrInputRanges{
	display:none;
}
.rdrDefinedRangesWrapper{
	font-size: 12px;
	width: 113px !important;
	border-right: solid 1px #eff2f7;
	background: #fff;
  }
.headerTop nav ul li a{display: flex; align-items: center;}
/* Terms and condition page  */
.wrapper{width:97%; max-width:1170px;  margin:0 auto;}
.staticPage .pageTitle{padding:60px 0px 40px; text-align:center;}
.staticPage .pageTitle h1{font-size:30px; font-weight:200;}
.cardBox{
	max-width:850px;
	margin:0px auto 100px; padding:25px;
	background:#fff;
	border:2px solid #eee; border-radius:5px;
}
.cardBox p{padding-bottom:15px;}
.cardBox h2{font-size:16px; font-weight:500;}
/* .rdrDayNumber { */
	/* outline: 0;
	font-weight: 300;
	position: absolute;
	left: 0;
	right: 0;
	top:5px;
	bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;  
} */
.rdrDayNumber {
	outline: 0;
	font-weight: 300;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 5px;
	bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .rdrMonthAndYearPickers{justify-content: center;}

  .recharts-legend-item-text{
	color:#1c1c1c !important;
}  
  /* .recharts-text .recharts-label tspan{
	margin-top: 20px;
  } */