/*hover class for color ._cmmnHvr_*/
/*gredientBG Color Class ._badge_*/
/*font 14, normal, normal ._fntwss_*/
/*grey color ._greyClr_*/
/*dark color ._drkclr_*/
/*mehrun color ._mhrnclr_*/
/*green background ._bgGreen_*/
/*mehrun bg color ._mhrnbg_*/
/*font500 grey ._fwg500_*/
/*fontstyle itallic ._fsi_*/
/*bg grey ._bggry_*/
/*bg green ._bggrn_*/
/*bg white ._bgwht_*/
/*bg blue gredient ._BGblueG_*/
/*bg pure blue ._BGPureblue_*/
/*bg mehrun gredient ._bgmhrnG_*/
/*bg orange _bgOrg_*/
/*green color ._grnclr_*/
/*width 100% .width100*/
/*wht Color ._wtClr_*/
/*blue Color ._blClr_*/
/*green color ._grnclr_*/
/*pure Blue color ._prBlue_*/
/*Border-bottom ._brdrBtm1_*/
/*Scrollbar Class .mkScrollBar*/
/*displayinline block Class .displayBlck*/
/*select All Class .selectAllInput .selectAllCheck*/
/*single Check Class .singleAllInput .singleAllCheck*/
body{
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
}
img.Examlogo {
    width: 80px;
}
.mx-height-80{min-height: 80px;}
.displayBlck{
	display: inline-block;
	position: relative;
}

.t65{
	top: 65px !important;
}

._greyClr_{
	color: #3c3b3c;
}

.padd15{padding: 15px;}

._wtClr_{
	color: #fff;
}

._blClr_{
	color: #4295B3 !important;
}

._bggry_{
	background: #A8A7A8;
}

.Examlogo{
	width: 100px;
}

._bggrn_{
	background: rgb(88,70,140);
}

._bgGreen_{
	background: #5BC146;
}

._bgwht_{
	background: #fff;
}

._bgsf_{
	background: #009688;
}

._bgmhrnG_{
	background: linear-gradient(135deg, #ec6a33 0%, #58468c 100%);
}

._BGblueG_{
	background: linear-gradient(180deg, #4295B3 0%, #41A7CC 100%);
}

._BGPureblue_{
	background: #137EFF;
}

._prBlue_{
	color: #137EFF;
}

._grnclr_{
	color: #5BC146;
}

._bgOrg_{
	background: #FFA96E;
}

._grnclr_{
	color: #5BC146;
}

._fs10_{
	font-size: 10px;
}

._fs12_{
	font-size: 12px !important;
}

._fs14_{
	font-size: 14px;
}

._fs16_{
	font-size: 16px;
}

._fs18_{
	font-size: 18px;
}

._fs20_{
	font-size: 20px;
}

.mr5{
	margin-right: 5px;
}

.mt10{
	margin-top: 10px;
}	

.mt15{
	margin-top: 15px;
}

._fs22_{
	font-size: 22px;
}

._fwg500_{
	font-style: normal;
	font-weight: 500;
}

._fsi_{
	font-style: italic;
}

.pt20{
	padding-top: 20px !important;
}

.pt5{
	padding-top: 5px !important;
}

.pt10{
	padding-top: 10px !important;
}

.pb5{
	padding-bottom: 5px !important;
}

.pb10{
	padding-bottom: 10px !important;
}

.pb20{
	padding-bottom: 20px !important;
}

.width180x{
	width: 180px;
}

._brdrBtm1_{
	border-bottom: 1px solid rgba(136,136,136, 0.1);
}

.width100{
	width: 100% !important;
}

.selectAllInput{

}

.selectAllCheck::before{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border: 1px solid #3c3b3c;
	border-radius: 2px;
	top: 5px;
}

.selectAllInput:checked + .selectAllCheck::after{
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background: url('../../../assets/dashboard/img/rightCheck.svg');
	top: 4px;
	transition: all 0.3s ease-in-out;
	left: 11px;
}

.singleInput{

}

.width120x{
	width: 120px;
}

.singleCheck::before{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border: 1px solid #474747;
	border-radius: 2px;
	top: 21px;
}

.singleInput:checked + .singleCheck::after{
	content: '';
	background: url('../../../assets/dashboard/img/rightCheck.svg');
	position: absolute;
	width: 18px;
	height: 18px;
	top: 20px;
	transition: all 0.3s ease-in-out;
	left: 11px;
}

.psrltv{
	position: relative;
}

.frmBg{
	background: rgba(168,167,168, 0.1);
	border: transparent;
	height: 44px;
}

._mhrnclr_{
	color: #8A0A28 !important;
}

._mhrnbg_{
	background: #8A0A28;
}

._drkclr_{
	color: #363636 !important;
}

._fntwss_{
	font-size: 14px;
}

._hdrSrch_{
    border: transparent;
    background: transparent;
}

._hdrInpt_{
	border: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #A8A7A8;
}

._hdrInpt_:focus{
	outline: none;
	box-shadow: none;
}

._badge_{
	background: linear-gradient(135deg, #58468c 0%, #ec6a33 100%);
}

._welcomeMsg_{
	text-align: right;
}

._usrName_{
	text-align: right;
}

/*._prfleDrp_{
	padding-bottom: 0;	
}*/

._jsdw_{line-height: 21px;transition: all 0.3s ease-in-out;}

._jsdw_ span{

}

.forgotClose{
	position: absolute;
	right: 15px;
	z-index: 1100;
}

._jsdw_ i{
	font-size: 16px;
}

._cmmnsdHvr_{
	border-left: 3px solid transparent;
}

._cmmnHvr_:hover{
	color: #ec6a33;
}

._cmmnsdHvr_:hover ._sdf_{
	color: rgb(255, 138, 115);
}

._cmmnsdHvr_:hover{
	background: rgba(168,167,168, 0.1);
}

.easypiechart canvas{
	width: 105px;
	height: 105px;
}

.mrqueTable td{
	padding: 8px 14px;
	position: relative;
}

._cardTable_ td{
	padding: 0;
}

._cardsIcon_{
	width: 100%;
	margin-top: 5px;
}

._messageBox_{
	background: #F6F8F9;
	border-radius: 2px;
	padding: 8px 14px;
	overflow: auto;
	height: 100px;
}

._cardsds_{
	background: rgba(19,126,255, 0.1);
}

.table.v-top td{
	vertical-align: top !important;
}

.mkScrollBar::-webkit-scrollbar, .mkScrollBarNyc .list::-webkit-scrollbar{
	width: 3px;
}
/* Track */
.mkScrollBar::-webkit-scrollbar-track, .mkScrollBarNyc .list::-webkit-scrollbar-track{
	border-radius: 0px; 
	background: rgba(168,167,168, 0.2);
}
/* Handle */
.mkScrollBar::-webkit-scrollbar-thumb, .mkScrollBarNyc .list::-webkit-scrollbar-thumb{
	background: #A8A7A8; 
	border-radius: 10px;
}

/* Handle on hover */
.mkScrollBar::-webkit-scrollbar-thumb:hover, .mkScrollBarNyc .list::-webkit-scrollbar-thumb:hover{ 
	background: #b30000; 
}


.brdr1{
	border: 1px solid rgba(168,167,168,0.1);
}

._options_{
	padding: 0;
	border: 0;
}
._options_.active, ._options_.active:hover, ._options_:hover{
	background: transparent !important;
	border: none !important;
}

._cardOption_{
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	width: 130px;
	min-width: 130px;
	top: -12px !important;
}

._mrfsOption_{
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	top: -12px !important;
}

._dfs_{
	padding-right: 4px;
	padding-left: 4px;
}

.selectAllInput{

}

._cstmHeader_{
	background: #F6F8F9;
}

._addMngr_{
	background: linear-gradient(135deg, #ec6a33 0%, #58468c 100%);
	width: 150px;
}

/*Login/Signup css*/
.Pdng_L_R{
	padding: 0px;
}

.Pdng_L_R_4{
	padding: 0px 4rem;
}

#LogIn-Inner{
	position: relative;
	/* top: 50px; */
}

._LoginData{
	margin-top: 22px;
	font-weight: 200;
	font-size: 30px;
}

#signIn-Inner{
	position: relative;
	top: 130px;
}

.extraContnt{
	font-style: normal;
	font-weight: normal;
	font-size: 11px !important;
	line-height: 15px;
	color: #444444 !important;
	margin-top: 70px
}

.Login_left{
	margin-top: 180px;
}

.Login_left h1{
	font-size: 35px;
	font-weight: bold;
	line-height: 32px;
}

.Login_left h3{
	font-size: 32px;
	margin-top: 20px;
}

.Login_left p{
	font-size: 16px;
	color:  #676C75;
	margin-top: 30px;
	text-align: justify;
	line-height: 26px;
	font-weight: 300;
}

.Lgin_lft_emlus p{
	font-size: 12px;
	color:  #676C75;
}

.Lgin_lft_emlus{
	margin-top: 100px;
}

.Lgin_lft_emlus p a{
	font-size: 12px;
	color:  #676C75;
	text-decoration-line: underline;
}

.Lgin_lft_needAc{
	margin-top: 120px;
}

.Lgin_lft_needAc p{
	font-size: 18px;
	color: #282B31;
	font-weight: 200;
}

.Lgin_lft_needAc p a{
	color: #0F62A6;
	text-transform: uppercase;
	font-weight: 800;
}

.Login_Ryt{
	background: #fff;
	margin-top: 60px;
	box-shadow: 0px 6px 12px rgba(32, 33, 39, 0.08);
	border-radius: 12px;
	padding-top: 45px;
	padding-bottom: 45px;
	margin-bottom: 30px;
}

.inner-row-ryt-1{
}

.Login_Ryt_text p{
	font-size: 16px;
	color: #676C75;
	margin-bottom: 30px;
	margin-top: 14px;
}

.Login_Ryt_text p a{
	color: #676C75;
	text-decoration: none;
}

.Login_Email{
	margin-top: 20px;
}

.Email_Input{
	width: 100%;
	font-size: 14px;
	line-height: 23px;
	/* identical to box height, or 135% */
	display: flex;
	align-items: center;
	color: #000;
	background: #F8F9FA;
	border: 1px solid #E7E8EA;
	height: 44px;
	padding: 0 15px;
}

.Login_Pass{
	margin-top: 25px;
}

.Pass_Input{
	height: 50px;
	width: 400px;
	border: 1px solid #E7E8EA;
	border-radius: 4px;
	padding: 12px;
	font-size: 17px;
}

.Login_btn{
	margin-top: 55px;
}

.Login_btn_Input{
	height: 44px;
	border-radius: 4px;
	font-size: 17px;
	border: none;
	color: #FFF;
	cursor: pointer;
	background: linear-gradient(135deg, #ec6a33 0%, #58468c 100%);
	width: 100%;
}
::placeholder { 
		 color: #B9BDC3;
		 
}
.Signup_left{
	margin-top: 40px;
}

.Signup_left h1{
	font-size: 35px;
	font-weight: bold;
	line-height: 32px;
}

.Signup_left h3{
	font-size: 32px;
	margin-top: 20px;
}

.Signup_left h3 span{
	color: #69C7AD;
	font-weight: 500;
}

.Signup_left p{
	font-size: 16px;
	color:  #676C75;
	margin-top: 30px;
	text-align: justify;
	line-height: 26px;
}

.Signup_lft_emlus p{
	font-size: 12px;
	color:  #676C75;
}

.Signup_lft_emlus{
	margin-top: 50px;
}

.Signup_lft_emlus p a{
	font-size: 12px;
	color:  #676C75;
	text-decoration-line: underline;
}

.Signup_lft_needAc{
	margin-top: 80px;
}

.Signup_lft_needAc p{
	font-size: 18px;
	color: #282B31;
}

.Signup_lft_needAc p a{
	color: #0F62A6;
	text-transform: uppercase;
	font-weight: 800;
}

.Signup_lft_Safe{
	margin-top: 50px;
}

.Signup_lft_Safe p{
	font-size: 12px;
	color:  #676C75;
}

.Signup_Ryt{
	background: #FCFCFD;
	border: 1px solid #E8ECEF;
	width: 80%;
	/* margin-top: 80px; */
	border-radius: 4px;
	margin-left: 0px;
	height: 590px;
}

.inner-row-ryt-1{
}

.MarginT-20{
	margin-top: 20px;
}

.Name_Input, .SignEmail_Input,.Contact_Input,.Inst_Input {
	height: 50px;
	width: 90%;
	border: 1px solid #E7E8EA;
	border-radius: 4px;
	padding: 12px;
	font-size: 17px;
	margin-top: 24px;
}

.Signup_Pass{
	margin-top: 30px;
}

.Signup_btn{
	margin-top: 30px;
	margin-bottom: 30px;
}

.Signup_btn_Input{
	height: 50px;
	width: 90%;
	border-radius: 4px;
	font-size: 17px;
	border: none;
	background: linear-gradient(173.37deg, #69C7AD 0%, #0F62A6 100%);
	color: #FFF;
	cursor: pointer;
}

.ThankYou_Main{
	position: relative;
	top: 150px;
	bottom: 200px;
}

.ThanYou_Detail h3{
	font-weight: bold;
	margin-top: 20px;
}

.ThanYou_Detail h4{
	font-size: 18px;
	font-weight: 300;
	margin-top: 20px;
}

.ThanYou_Detail h4 span{
	color: #69C7AD;
	font-weight: 500;
}

.ThanYou_Detail p{
	color:  #676C75;
	line-height: 32px;
	margin-top: 20px;
	font-weight: 400;
	font-size: 15px; 	
}

.Thankyou-p-span{
	color:  #0F62A6;
	font-weight: 500;
}

.Thankyou-here{
	color: #69C7AD;
	font-weight: 500;
}

.Padding_L-30{
	padding-left: 30px;
}

.Padding_L-20{
	padding-left: 20px;
}

.Inst-pass{
	padding-left: 0px;
}

.DemoInsti, .DemoStudent, .InstiPass, .StudentPass{
	color:  #444444;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
}

.DemoInsti span, .DemoStudent span{
	padding-left: 10px;
	font-size: 14px;
	font-weight: 500;
}

.InstiPass span{
	padding-left: 40px;
	font-weight: 500;
	font-size: 14px;
}

.StudentPass span{
	padding-left: 38px;
	font-weight: 500;
	font-size: 14px;
}
/*
<----------OTP Page-------------->*/
.MainTemp-Table{
	width:530px; 
	background-color:#fff; 
	border:2px solid #F6F7F8;
	box-shadow: 0px 6px 12px rgba(32, 33, 39, 0.08);
	border-radius: 12px;
	position: relative;top: 120px;
}

.ExamVisor-icon{
	margin-bottom: 30px;
	margin-top: 30px;
}

.Sucsses img{
	margin-top: 30px;
}

.Received{
	color: #282B31;;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 0px;
	font-family: 'Nunito Sans', sans-serif;
	font-style: normal;
	line-height: 36px;
	margin-top: 0px;
}

.Varify_txt{
	color: #282B31;
	line-height: 36px;
	font-size: 14px;
	font-family: 'Nunito Sans', sans-serif;
	font-style: normal;
	font-weight: 300;

}

.Subscrip_txt span{
	font-weight: bold;
	color: #69C7AD;
}

.Subscrip_txt p{
	margin:10px 0px 0px 0px;
}

.SetUpProfile-txt{
	font-weight: normal;
	font-size: 13px;
	color: #676C75;
	line-height: 26px;

}

.SetUpProfile-txt p{
	margin:10px 0px;
}

.OTP_input{
	height: 50px;
	width: 50px;
	background: #F6F6F6;
	border: 1px solid #ECECEC;
	box-sizing: border-box;
	border-radius: 2px;
	margin-left: 12px;
	text-align: center;
}

.varify-btn{
	height: 44px;
	padding: 12px 40px;
	color: #FFF;
	background:  #69C7AD;
	border-radius: 2px;
	border:none;
	margin-top: 30px;
	margin-bottom: 50px;
	cursor: pointer;
}

.footerTable{
	width: 600px;
	position: relative;
	top: 140px;
}

.Enquiry{
	font-size: 14px;
	color:  #676C75;
	font-family: 'Nunito Sans', sans-serif;
	font-style: normal;
}

.Enquiry a{
	color:  #0F62A6;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Nunito Sans', sans-serif;
	font-style: normal;
}

.get_msg{
	font-size: 12px;
	color:  #676C75;
	font-family: 'Nunito Sans', sans-serif;
	font-style: normal;
	line-height: 26px;
}

.ExamVisor-link a{
	color: #69C7AD;
	padding: 20px;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Nunito Sans', sans-serif;
	font-style: normal;
}

.ExamVisor-link {
	padding-top: 16px;
	padding-bottom: 16px;
}

.EmailTxt{
	font-size: 14px;
	color:  #676C75;
	line-height: 26px;
	font-family: 'Nunito Sans', sans-serif;
	font-style: normal;
}

.EmailTxt a{
	color: #69C7AD;
	font-weight: bold;
	text-decoration: none;
}

.H_700{
	height: 780px;
}

.Modal-width{
	max-width: 800px;
	min-width: 580px;
}

.Forget_Pass{
	padding-left: 8px;
	color: #8888;
	margin-bottom: 20px;
}

._signupfds_{
	width: 800px;
	margin: auto;
}

.brdr-btm{
	border-bottom: 1px solid #8A0A28;
	width: 25px;
}

.signExpertFrom{
	background-color: #F6F6F6 !important;
	border: 1px solid #ECECEC !important;
	border-radius: 2px !important;
	height: 38px !important;
	padding: 0 15px;
}

.signExpertFrom .list{
	width: 100%;
	max-height: 250px;
	overflow: auto !important;
}

.signExpertFrom:focus{
	outline: none;
	box-shadow: none;
	border: 1px solid #ECECEC !important;
	background: #F6F6F6;
}

.signExpertText{
	background: #F6F6F6;
	border: 1px solid #ECECEC;
	border-radius: 2px;
	height: 120px;
	padding: 15px;
}

.signClient{
    background: #F6F6F6;
    border: 1px solid #ECECEC;
    border-radius: 2px;
    height: 100px;
    padding: 15px;
}

.expertLable{
	line-height: 19px;
	color: #3c3b3c;
}

.infoLable{
	margin-bottom: 0;
}

._pt8l30_{
	padding: 8px 0 0 30px;
}

._pt8l30_:before{
	left: 18px;
	top: 20px;
}

.selectAllInput:checked + ._pt8l30_:after{
	top: 19px;
	left: 17px;
}

.tab_view{
	display: none;
}

.selectAllCheck.confirm{
	margin-right: 30px;
}

.selectAllCheck.confirm:before{}

.selectAllInput:checked + .selectAllCheck.confirm:after{left: 0px;}

.removeCls{
	position: absolute;
	right: -40px;
	top: 7px;
	border: none;
	padding: 0;
}

.removeCls:hover{
	background-color: transparent !important;
	color: #8A0A28 !important;
}

/*client/Expert Css*/
.paddl8{
	padding-left: 8px;
}

.paddr8{
	padding-right: 8px;
}

.paddl0{
	padding-left: 0;
}

.paddr0{
	padding-right: 0;
}

.brdrtbr0{
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.brdrtbl0{
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.ht170{
	height: 170px !important;
	overflow: auto;
}

.BgMarun_Hover:hover{
	background: linear-gradient(143.13deg, #E8175D 0%, #CC527A 100%) !important;
}

.Bgwhite_Hover:hover{
	background: #fff;
}

.Box_CSS:hover{
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	color: #FFF !important;
}

.BgMarun_Hover:hover ._greyClr_{
	color: #fff !important;
}

.Bgwhite_Hover:hover .clr_hvr{
	color: #474747 !important;
}

.Bg_Ligh_Gry{
	background: #F6F8F9;
}
.Query_text{
	min-height: 70px;
}

.shift_right{
	float: right;
	text-align: right;
}

._gtupd_{width: 120px;}

._dje3_{
	display: inline-block;
	margin: 0 12px;
}

._dje4_{
	display: inline-block;
}

._orngBG_{
	background: linear-gradient(0deg, #FFA96E, #FFA96E), #137EFF;
}



/*Modal CSS*/

.full_wd{
   max-width: 750px;

}

.widthight330{
	max-width: 330px;
	height: 330px;
}

.bg_cl{background-color: #FCFCFC !important;}

.mdlhdr{
	background: #F6F8F9;
}

.bg_cl:focus{
	outline: none !important;
	box-shadow: none !important;
	border-color: rgba(135, 150, 165, 0.15) !important;
}

.mdlBody{
	padding: 0 !important;
}

.mdlCard{
	margin-bottom: 0 !important;
}

.clsBtn{
	position: absolute;
	right: 0;
	top: 4px;
}

/*.width180x{
	width: 180px;
}*/

.chldcrdbdy{
	padding: 20px 8px;
}

.chldcrdbdy img{
	margin-bottom: 13px;
}

.modal-header2{
	    border-bottom: none;
}
.modal-title{
	float: left;
}
.modal-footer{
	border-top: none;
}
.button-close_1{
	position: relative;
    left: 230px;

}
.f-size{
	font-size: 14px;
}
.head_fs{
	font-size: 32px;
}

._psnre_{
	position: relative;
	top: -7px;
}

/*Modal CSS END*/

.BgGrdnt_Hover:hover{
	background: linear-gradient(143.13deg, #E8175D 0%, #CC527A 100%) !important;
}
.border_none{
	border: none;
}
.Box_CSS:hover{
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	color: #FFF !important;
}
/*Icon rotation on hover*/
.BgGrdnt_Hover:hover ._greyClr_{
	color: #fff !important;
}
.BgGrdnt_Hover:hover .i-con-edit{
	transform: rotate(0deg) !important;
}
.BgGrdnt_Hover:hover .i-con-phone{
	transform: rotate(75deg);
}
.BgGrdnt_Hover:hover .i-con-page:after{
	top: 75%;
    left: 25%;
    transform: translate(-50%, -50%) rotate(-180deg);
}
.BgGrdnt_Hover:hover .i-con-page:before{
	top: 45%;
}
.i-con .i-con-brdr .i-con-border{
	border: 2px solid!important;
}
.i-con-ok:before{
	width: 73% !important;
	top: 30%!important;
	left: 64%!important;
	font-weight: 700;
	border-top: 2px solid;
	border-right: 2px solid;
}
.calender_icn{
	position: absolute;
	color: #5a555580;
	right: 18px;
	display: inline-block;
	z-index: 1;
	top: 9px;
}

/*------------------*/
.Bg_Ligh_Gry{
	background: #F6F8F9;
}
.i-con-brdr{

}
.Query_text{
	min-height: 70px;
}
.shift_right{
	float: right;
	text-align: right;
}
.QrySlv_Grn-btn{
	color: #fff;
	background: #5BC146;
}
.QrySlv_Blue-btn{
	color: #fff;
	background: #4295B3;
}
.QrySlv_Gry-btn{
	color: #fff;
	background: #A8A7A8;
}
/*----Poppup CSS----*/
.Modal-width_350{
	max-width:350px;
	min-width: 350px;
	margin: auto;
}
.Modal-width_500{
	max-width: 450px;
	min-width: 450px;
	margin: auto;

}
.CloseCross-btn{
	position: relative;
	left: 10px;
	top: -11px;
	opacity: 1;
	font-size: 26px;
	font-weight:400;
	color: #cecaca;
}
.CloseCross-btn:hover{
	
}
.Reschedule-btn{
	color: #FFF;
	padding: 8px 35px;
}
.Ok-btn{
	padding: 8px 55px;
	color: #FFF;
	cursor: pointer;
}
._fs30_{
	font-size: 30px !important;
}
/*Date Picker css*/
.ui-timepicker-container{
	z-index: 99999 !important;
}
._nwcntn_{
	width: 270px;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 10000 !important;
}
/*--------------*/
.Save-btn{
	padding: 8px 40px;
	background: linear-gradient(135deg, #ec6a33 0%, #58468c 100%);
	color: #fff;
	font-size: 13px;
}
.indigo {
	background-color: #9e1b39 !important;
	color: #fff;
}

._customHead_{
	position: absolute;
	right: 22%;
	margin-top: 3px;
}

._sjsdk_{
	margin-bottom: 5px;
}

.datatableUl{padding: 0;margin: 0;display: inline-block;}

.datatableLI, .dataTables_filter label{
	display: inline-block;
	margin-left: 5px;
}

.dataTables_filter label input{
	border-color: transparent !important;
	font-size: 14px;
}

.paddi3{
	padding: 3px 7px;
}

.pagination .page-link{
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 19px !important;
	color: #3c3b3c !important;
	background: #fff !important;
}

.pagination .active .page-link, .pagination .active a{
	background: linear-gradient(135deg, #ec6a33 0%, #58468c 100%) !important;
	border: transparent;
}

.dataTables_length label, .dataTables_info{
	font-size: 14px;
	font-weight: normal !important;
	font-style: normal;
	color: #3c3b3c;
}

.dataTables_info{
	padding-top: 0 !important;
}

.dataTables_filter label{font-size: 14px;font-weight: normal;font-style: normal;color: #3c3b3c;}
.dataTables_filter label input:focus, .dataTables_length label select:focus{
	outline: none;
	box-shadow: none;
	border-color: transparent !important;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer{
	border-bottom: 1px solid transparent !important;
}

.verIcon:hover{
	background: rgb(255, 138, 115) !important;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.boxsdS:hover{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15) !important;
}

.verIcon:hover i{
	color: #fff !important;
}

/*Date Picker Start*/
._nwcntn_{
    width: 270px !important;
    border: 1px solid transparent !important;
    border-radius: 4px;
    z-index: 999999 !important;
}

._noNot_{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding: 50px 0;
	line-height: normal;
	background: #F6F8F9;
	font-style: italic;
}

._nwpnt_{

}

._nwpnt_::after{
	content: unset;
}

._nwul_{

}

._nwul_ li{
	font-family: 'Rubik', sans-serif;
	width: 83px !important;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	height: 35px !important;
	line-height: 34px !important;
}

._nwliyr_{

}

._nwlicr_{

}

._nwlinx_{

}

._nwulyr_{

}

._nwulyr_ li{
	font-family: 'Rubik', sans-serif;
	width: 83px !important;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	height: 35px !important;
	line-height: 34px !important;
}

.datepicker-panel>ul>li:hover{
}

._nwcrmn_{font-family: Roboto;font-style: normal;font-weight: normal;font-size: 16px;line-height: 19px;letter-spacing: 0.2px;color: #252631;background-color: transparent !important;height: unset !important;width: 77% !important;}

._nwprmn_{font-size: 25px !important;line-height: 21px;color: #778CA2;background-color: transparent !important;height: unset !important;}

._nwnxmn_{

}

._nwulmn_{
	width: 100% !important;
	background:  #FCFCFD;
	padding: 10px 0 !important;
}
._nwulwk_{width: 100% !important;}

._nwulwk_ li{font-family: 'Rubik', sans-serif;font-style: normal;font-weight: normal;font-size: 13px;line-height: 14px;letter-spacing: 0.28px;color: #778CA2;width: 38px !important;padding-top: 11px !important;}

._nwuldy_{width: 100% !important;}

._nwuldy_ .muted, ._nwuldy_ .disabled{
	color: #98A9BC !important;
	font-weight: 300;
}

._nwuldy_ .picked{
	border-radius: 50%;
	color: #fff !important;
	background: linear-gradient(135deg, #ec6a33 0%, #58468c 100%);
}

._nwuldy_ li{font-family: 'Rubik', sans-serif;width: 38px !important;font-style: normal;font-weight: normal;font-size: 13px; /* or 150% */height: 38px !important;line-height: 38px;}



/*Date Picker End*/

.ui-timepicker-container.ui-timepicker-standard{
	width: 270px !important;
	padding: 0;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15) !important;
	border-color: transparent;
}

.ui-menu-item .ui-corner-all{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #363636 !important;
	border-bottom: 1px solid rgba(168,167,168, 0.3) !important;
	text-align: left;
}

.ui-menu-item .ui-corner-all.ui-state-hover{
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	background: transparent !important;
	color: #8A0A28 !important;
}

.Sub_Report-tr{
  border-top: none;
  box-shadow: none;
  border:none;
  height: 50px;
    }
.Sub_Report-tbl .Sub_Report-tr td{
    border-top: none;
    box-shadow: none;
    border-bottom: 1px solid #ECECEC; 
    background: unset;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.04);
}
.Sub_Compr_Report-tbl .Sub_Report-tr td{
    border-top: none;
    box-shadow: none;
    border-bottom: 1px solid #ECECEC; 
    background: unset;
    padding-top: 11px;
    padding-bottom: 22px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.04);
}
.Fade:not(.show){
	display: none !important;
}
.nav-tabs .nav-item .Nav_Link:hover{
	background-color: #BFBFBF !important;
	color: #FFF !important;
}
.nav-tabs .nav-item .Nav_Link:focus{
	background: linear-gradient(135deg, #69C7AD 0%, #0F62A6 100%) !important;
	color: #fff !important;
}
.nav-tabs .nav-item .Nav_Link.active{
	background: linear-gradient(135deg, #69C7AD 0%, #0F62A6 100%) !important;
	color: #fff !important;
}

.tableNycSlt{
	-webkit-appearance: button;
	border: none;
	background: #fff;
	width: 120px;
	padding: 5px 10px;
}

.tableNycS{
	-webkit-appearance: button;
	border: none;
	background: #fff;
	width: 180px;
	padding: 5px 10px;
}

.tableNycSlt:after{
	content: '';
	background: url('../../../assets/dashboard/img/downAngle.svg');
	position: absolute;
	top: 0;
	background-position: 0 0;
	z-index: 10000;
	background-size: contain;
}

._grnHover_:hover{
	background: #5BC146;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

._mhtnHvr_:hover{
	background: linear-gradient(135deg, #ec6a33 0%, #58468c 100%);
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.unsetCursor{
	cursor: unset !important;
}

.loadingMyprofile{
	width: 30px;
	display: inline-block;
	position: absolute;
	right: 28%;
	top: 3px;
	display: none;
}

.loadingMyprofile.active{
	display: block !important;
}

.loadingMyprofile img{
	width: 100%
}

._dfjhk_{
	display: none;
	position: relative;
	top: 6px;
}

._dfjhk_.active{
	display: block;
}

.width120x{
	width: 120px !important;
}

#inputMobile{
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}

.imawwe{
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: -5px;
	text-align: center;
}

.imawwe:hover{
	background: #fff;
}

.imawwe img{
	position: relative;
	top: 2px;
}

._sdwr_:hover{

}

._cardNav_{
	margin-bottom: 1rem;
}


/*notification css*/
.bg_color{
	background: gray;
	border: 1px solid transparent;
    padding: 5px 5px 5px 40px;
    background: white;
    margin-top: 20px;

}
.heading1{
	font-weight: bold;
	font-family: sans-serif;
	font-size: 16px;
	color: black;
	line-height:17px;
}
.heading2{
	font-size: 14px;
	color: gray;
	font-family: sans-serif;
	 line-height:6px;
}
.heading3{
	font-size: 11px;
	font-family: sans-serif;
	line-height: 2px;
}
.img_set{
	height: 46px;
	width: 46px;
	border-radius: 50%;
    position: relative;
    top: 13px;
}
.dis_img{
     display: inline-table;
    padding-right: 12px;

}
.nameP{
	margin-bottom: 0;
	line-height: 12px;
}
.size_ft{
	font-size:9px;
}
.photo_chg{
	height:45px;
	width:45px;
	border-radius:50%;
}
.remove_scroll{
	-webkit-appearance:none !important; 
}

.btn_hvr_effct:hover{
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}
.rply_clr{
	color: green;
}
.search_clr{
	color: white;
}
/*.clr_hvr:hover{
 color: #474747 !important;
}*/

.btn.focus, .btn:focus{
	box-shadow: none !important;
}

.enquiryCard{
	background: #fff;
	border-width: 0;
	border-radius: 0.25rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 -1px 0px rgba(0, 0, 0, 0.015);
    margin: 0 8px;
}

.blackDrop{
	position: absolute;
	background: rgba(0,0,0,0.1);
	z-index: 1;
	display: none;
}

.searchLoader{
	position: absolute;
	width: 50px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	margin: auto;
	z-index: 10;
}

.myUL{
	padding: 0;
	width: 100%;
	border: 1px solid #ECECEC;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
	position: absolute;
	background: #fff;
	z-index: -1;
	border-radius: 4px;
	top: 40px;
	max-height: 300px;
	overflow: auto;
}

.myUL li{list-style-type: none;padding: 5px 1rem;}

.myUL li a{
	color: #363636;
	font-size: 14px;
}

.myUL li:hover{
	background-color: #f6f6f6;
}

.myUL li label span{
	margin-left: 5px;
}

/*Expert Profile CSS Start*/

.paddlr_2{
	padding: 2rem;
}

.width_100{
	width: 100%;
}

.font18{
	font-size: 18px;
} 

.font14{
	font-size: 14px;
}

.weight600{
	font-weight: 600;
}

#proStart{

}

#proStart td{
	border: 1px solid #f7f8fa;
	padding: 6px 10px;
	font-size: 14px;
}

#proStart .width30{
	width: 30%;
}

#proStart .brdr-r{
	border-right-color: transparent;
}

#proStart .bgmh{
	background: #8A0A28;
	color: #FFF;
}

#proStart .pdd0{
	padding: 0 !important;
}

#proStart .brdr-r1{
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;;
}

#proStart .OverviewClass{
	hyphens: auto;
	-ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.pdl4{
	padding-left: 4px;
}

.pdr4{
	padding-right: 4px;
}

.uplod-img-noti{
	position: absolute;
    bottom: 27px;
    font-size: 12px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.onoffswitch {
    position: relative;
    width: 80px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
    margin-top: 7px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 22px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #34A7C1;
    color: #FFFFFF;
    font-size: 11px;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
    font-size: 11px;
}
.onoffswitch-switch {
    display: block;
    width: 12px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 44px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
    height: 12px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 9px;
}

.tab_view{display: none;}
/*Expert Profile CSS End*/

.Fee_Structure{background: rgb(255, 138, 115) !important;color: #fff;padding:6px 10px;font-size: 12px;width: 200px;}
.Portfolio_btn{background: rgb(255, 138, 115) !important;color: #fff;padding:6px 26px;font-size: 12px;width: 200px;}
@media only screen and (min-width: 1024px){
	.modal_wd_980{
		max-width: 980px;
	}
}

@media only screen and (max-width: 1280px){
	._fs14_{
		font-size: 12px;
	}

	.mr-2{
		margin-right: 0.10rem !important;
	}

	.width120x{
		width: 100px !important;
	}

	.singleCheck::before{
		width: 14px;
		height: 14px;
	}

	.singleInput:checked + .singleCheck::after{
		width: 16px;
		height: 16px;
	}
}

@media only screen and (min-width: 1024px){
	._min1280_{
		-ms-flex: 0 0 620px;
    	flex: 0 0 620px;
    	max-width: 620px;
	}

	.width650{
		max-width: 650px;
	}
}

@media only screen and (min-width: 576px){
	.Modal-width_350{
		max-width: 350px;
	}
}


.unreadnote{
    background: #eeecf3;
}
.showAllNotificationDrop .h-2x{
    font-size: 12.5px;
}
.showAllNotificationDrop small{
	font-size: 0.7rem;
}
.showAllNotificationDrop .unreadnote small{
    color: #ec7341;
}

@media only screen and (max-width: 1024px){
.tab_view_wdth{
		width: 1366px !important;
		overflow-y: scroll!important;
	}
}
@media only screen and (max-width: 768px){
	.Full_scrn_view{display: none;}
	.tab_view{display: block;}
}

.empTable{

}

.empTable .dropdown-toggle, .empTable .dropdown-toggle:hover, .empTable .dropdown-toggle:focus{
	color: #000;
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 100;
    outline: none;
    box-shadow: none;
}

.empTable .dropdown-menu{

}

.empTable .dropdown-item{
	font-size: 14px;
    font-weight: 100;
    cursor: pointer;
}

.experience{

}

.experience .brdr{
	 border: 1px solid lightgray;
}

.experience .logo{
	width: 150px;
}

.experience .cmadd{
	font-size: 14px;
}
.experience .otherInfo{
	font-size: 12px;
}

.width_100{
	width: 100%;
}

.cstmSubmenu{
	overflow: hidden;
	height: 33px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cstmSubmenu .downArrow{
	transform: rotate(0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cstmSubmenu.show .downArrow{
	transform: rotate(180deg);
}

.cstmSubmenu.show{
/*	height: 110px;*/
	height: 140px;
}

.cstmSubmenu .subMenuItems{
	padding-left: 15px;
	color: #000;
}

.thumb-preview{
	background: #f1f1f1;
	display: inline-block;
	padding: 5px;
	border-radius: 8px;
	max-width: 300px;
}

.thumb-preview img {
	max-width: 100%;
}

.ck.ck-toolbar.ck-toolbar_grouping{
	background:transparent;
	border: none;
}

.ck.ck-toolbar__separator{
	display: none !important;
}

.ck-heading-dropdown{
	background: #fff !important;
	border-radius: 5px !important;
	border:1px solid #ECECEC !important
}

.emp_profile .card{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.card .upHead{
	height: 100px;
	background: #6B55A6;
}

.card .profileImg{
	width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 5px 25px #0000004d;
}

.card .profileImg span{
	color:#6B55A6;
	font-size: 20px;
	font-weight: 600;
}

.userSetting_wrppr{
	width: 100%;
	overflow-x: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 16px;
}

.userSetting_wrppr::-webkit-scrollbar-track, .userSetting_wrppr::-webkit-scrollbar{
	width: 0;
	height: 0;
}


.userSetting{
	margin-bottom: 0;
	width: 1000px;
}

.userSetting li{
	cursor: pointer;
	list-style: none;
}

.userSetting li p{
	padding:0 10px 5px 10px;
}

.userSetting li div{
	border-bottom: 2px solid transparent;
}

.userSetting li.active{
	color:#6B55A6;
}

.userSetting li.active div{
	border-bottom-color: #6B55A6;
}

.userSettingContent .downloadIcon{
	cursor: pointer;
	color:#6B55A6;
}

.userSettingContent .downloadIcon:hover{
	color:rgb(255, 138, 115);
}

.ck-editor__editable_inline p, .ck-editor__editable_inline li{
  font-size: 14px !important;
  font-weight: 400;
  color:#000;
  font-family:  font-family: 'Poppins', sans-serif; !important;
}

.userSettingContent .cntnt{
	display: none;
}

.userSettingContent .cntnt.active{
	display: block;
}

/* range slider */
.range_container_wrapr{
	position: relative;
}

.range_container {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: auto;
}

.sliders_control {
  position: relative;
  min-height: 20px;
  margin-top: 15px;
}

.form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #635a5a;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer;  
}

.fromInput{
	position: absolute;
	left: 0;
}

.toInput{
	position: absolute;
	right: 0;
}

input[type=range]::-webkit-slider-thumb:hover {
  background: #f7f7f7;
}

input[type=range]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type="number"] {
  color: #363636;
  width: 90px;
  font-size: 14px;
  background-color: #F6F6F6;
  border: 1px solid #ECECEC;
  padding: 4px 5px;
 border-radius: 4px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

input[type="range"] {
  -webkit-appearance: none; 
  appearance: none;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #C6C6C6;
  pointer-events: none;
}

#fromSlider {
  height: 0;
  z-index: 1;
}

.preview-container img, .preview-container video {
	max-width: 100%;
	max-height: 200px;
	margin-top: 10px;
}

.filter_icon{
	border: none;
    border-radius: 4px;
    cursor: pointer;
}

.filter_icon:hover{
	background-color: rgb(255, 138, 115);
	color: #fff;
}

.fltr_drpdwn_menu{
	width: 250px;
}

.fltr_drpdwn_menu label{
	font-size: 12px;
}

.fltr_drpdwn_menu select{
	font-size: 12px;
}

.select2-selection__rendered{
	font-size: 12px;
}
 .select2-results__options li{
	font-size: 12px;
 }

 .select2{
	width: 100%;
 }

 .select2-container{
	width: 100% !important;
 }

 .reset{
	font-size: 12px;
	cursor: pointer;
	color:#007bff !important;
 }

 .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
  top:8px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #6B55A6;
}

input:focus + .slider {
  box-shadow: 0 0 1px #6B55A6;
}

input:checked + .slider:before {
  -webkit-transform: translateX(33px);
  -ms-transform: translateX(33px);
  transform: translateX(33px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.durationLabel{
	cursor: pointer;
}

input:checked + .durationLabel{
	background-color: #6B55A6 !important;
	color: #fff !important;
}

.tagSt{
    border-radius: 4px;
    display: flex;
    width: 75px;
    justify-content: center;
    align-items: center;
    height: 18px;
    font-size: 10px;
}

.tagSt.err{
	background: red;
    color: #fff;
}

.tagSt.enr{
	background:yellowgreen;
	color: #fff;
}

.tagSt.hold{
	background:yellow;
	color: #000;
}

.shortlisted .userSettingContent{
	background-color: #fff;
	padding: 16px;
	border-radius: 10px;
}

table.documentList{
	width: 100%;
}

table.documentList th{
	font-weight: 600;
    font-size: 14px;
    color: #000;
    border: 1px solid grey;
    padding: 5px 15px;
	width: 80%;
}

table.Interviewrounds th{
	font-weight: 600;
    font-size: 12px;
    color: #000;
    border: 1px solid grey;
    padding: 5px 15px;
}

table.Interviewrounds td{
	border: 1px solid grey;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 400;
}

table.documentList th:last-child{
	width: 100px;
}

table.documentList td{
	border: 1px solid grey;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
}

table td .tdAction{
	display: flex;
	align-items: center;
	gap: 4px;
}

table td .tdAction a{
	width: 20px;
	height:20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	border-radius: 4px;
	background-color: gold;
	color: #000;
	cursor: pointer;
}


table td .tdAction a:first-child{
	background-color: yellowgreen;
	color: #fff;
	border-color: yellowgreen;
}

table td .tdAction a:last-child{
	background-color: red;
	color: #fff;
	border-color: red;
}

.mandatoryF{
	position: relative;
}

.mandatoryF label{
	cursor: pointer;
}

.mandatoryF label:before{
	content: "";
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid gray;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
 
.mandatoryF input:checked + label:before{
	background: #6B55A6;
}

.mandatoryF input:checked + label:after{
	content: "";
    height: 7px;
    width: 4px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.interview_sched{
	background: transparent;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 16px;
    font-size: 16px;
}

.interview_sched:hover{
	box-shadow: unset;
}

.slectAege{
	width: 100%;
}

.slectAege th{
	font-size: 14px;
    font-weight: 600;
	border-bottom: 1px solid #f5f5f5;
	padding: 10px 7px;
}

.slectAege td{
	padding: 10px 7px;
}

.slectAege .sleefsewLebel{
	padding-left: 30px;
	cursor: pointer;
	font-size: 14px;
}


.slectAege .sleefsewLebel:before{
	content: "";
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid gray;
    position: absolute;
    left: 6px;
    top: 14px;
}

.slectAege input{
	background-color: transparent;
    border: 1px solid #ECECEC !important;
    border-radius: 2px !important;
    height: 30px !important;
    padding: 0 15px;
}

.slectAege .sleefsew:checked + .sleefsewLebel:before{
	background: #6B55A6;
}

.slectAege .sleefsew:checked + .sleefsewLebel:after{
	content: "";
    height: 7px;
    width: 4px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    position: absolute;
    left: 12px;
    top: 18px;
}

input:disabled{
	background: #d5d5d5;
	cursor: not-allowed;
}

.documentList .custom-toggle {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 26px;
    font-size: 12px;
}

.documentList .custom-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.documentList .toggle-slider {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 30px;
    height: 100%;
    width: 100%;
    text-align: left;
    padding-left: 25px;
    line-height: 26px;
    color: white;
    font-weight: 400;
    transition: 0.3s;
    font-size:9px;
}

.documentList .custom-toggle input:checked + .toggle-slider {
    background-color: #28a745; /* green */
    text-align: right;
    padding-right: 26px;
    padding-left: 0;
}

.documentList .toggle-slider::after {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: white;
    top: 4px;
    left: 5px;
    transition: 0.3s;
}

.documentList .custom-toggle input:checked + .toggle-slider::after {
    transform: translateX(27px);
}

#salacertf ul{
	display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
	gap:5px;
}

#salacertf li{
	cursor: pointer;
    border: 1px solid rgb(88, 70, 140);
    border-radius: 4px;
    color: rgb(88, 70, 140);
    font-size: 14px;
    padding: 0 15px;
}


#salacertf li.active, #salacertf li:hover{
	background-color: rgb(88, 70, 140);
	color:#fff;
} 

.resctime{
	color: blue;
	cursor: pointer;
}

.resctime:hover{
	color:rgb(255, 138, 115);
}

.tagSt.hold.pointer.active{
	background:rgb(255, 138, 115);
	color: #fff
}

.pointer{
	cursor: pointer;
}

.rescheduleBtn{
	font-size: 14px;
	color: blue;
	cursor: pointer;
}


.rescheduleBtn:hover, .rescheduleBtn.active{
	color:rgb(88, 70, 140);
}

.reScheduleBody{
	border: 1px solid #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    margin-top: 20px;
}

.blank_interview{
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
















