body {
	font-family: '', segoeui;
	color: #222222;
	font-weight: normal;
	overflow-x: hidden;
	line-height: 20px;
}


@font-face{
  font-family: 'Segoeui';
  src: url('../segoe-ui/Segoeui.ttf');
}

@font-face{
  font-family: 'Seguisb';
  src: url('../segoe-ui/Seguisb.ttf');
}

@font-face{
  font-family: 'Segoeuib';
  src: url('../segoe-ui/Segoeuib.ttf');
}

@font-face{
  font-family: 'segoe-black';
  src: url('../segoe-ui/segoe-black.ttf');
}

.__dashac{
	text-decoration: underline !important;
}


.__spacet2p{
  margin-top:2%;
}

.__spacet3p{
  margin-top:3%;
}

.__spacet4p{
  margin-top:4%;
}

.__spacet5p{
  margin-top:5%;
}

.__spacet7p{
  margin-top:7%;
}

.__spacet8p{
  margin-top:8%;
}

.__spacet9p{
  margin-top:9%;
}

.__spacet10p{
  margin-top:10%;
}

.__spacet15p{
  margin-top:15%;
}

.__spacet20p{
  margin-top:20%;
}


.__fornrou{
	border-top-left-radius: 85px !important;
  border-bottom-right-radius: 47px !important;
  padding: 42px !important;
}

.__regbg{
	background: linear-gradient(61deg, #0379b459, #0a496859 141%), url(../../img/revamp/custom/regbg.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.__signp{
	font-size: 25px;
	color: #6e7071;
	font-weight: bold;
	margin-top: 40px;
}

.__powimg{
	width: 134px;
}

.__grpbtn{
	margin-left: 20px;
}

.__actbtn{
	font-size: 10px;
	color: #0a4968 !important;
  background: #f2f00a;
}

.__act{
	font-size: 10px;
	color: #6e7071 !important;
  background: #acadae75;
}


.__input{
	border-radius: 20px !important;
	box-shadow: 0 7px 14px rgba(0,0,0,0.16);
	height: 37px !important;
	margin: 0 !important;
}

.__regbtn{
	cursor: pointer;
	background:#f2f00a;
	color: #6e7071 !important;
	border-radius:20px !important;
	box-shadow: 0 7px 14px rgba(0,0,0,0.16);
	height: 37px;
}

.__checkbox{
	display: none !important;
}

.form-group label {
  position: relative;
  cursor: pointer;
  margin-top: 10px;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 2px #707070;
    background-color: #ffffff;
    color: #6e7071;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #6e7071;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.__fgp{
	color: #6e7071;
	font-weight: bold;
}

.__powed{
	color: #86d0f5;
	padding-left: 18px;
	z-index: 99999;
  margin-top: -33px !important;
}

.__powed a{
	color: #f2f00a !important;
}




/*Dashboard css*/
.__admin-panel .header {
	background: #0379b4 !important;
}

.__admin-panel .header .header-widget {
    background: #0379b4;
}

.__admin-panel .page-menu .__logo {
    background: #0379b4;
}

.__admin-panel .__searchbox {
  background: #4a9ae1 !important;
}

.__admin-panel .page-menu .logo span {
    font-size: 18px;
    font-weight: 800;
    background-image: linear-gradient(45deg, #f7f7f7 0, #fbfbfb 35%, #ffffff 60%, #f8f9ff 100%) !important;
    letter-spacing: 4.68px;
    font-family: segoe-black;
}

.__admin-panel .page-menu.menu-large .logo span {
    background-image: linear-gradient(45deg, #f7f7f7 0, #fbfbfb 35%, #ffffff 60%, #f8f9ff 100%) !important;
    font-size: 14px;
}

.__empl-panel .header {
	background: #fdc600 !important;
}

.__empl-panel .header .header-widget {
    background: #fdc600;
}

.__empl-panel .page-menu .__logo {
    background: #fdc600;
}

.__empl-panel .__searchbox {
  background: #ffdd63 !important;
}

.__empl-panel .page-menu .logo span {
    font-size: 18px;
    font-weight: 800;
    background-image: linear-gradient(45deg, #f7f7f7 0, #fbfbfb 35%, #ffffff 60%, #f8f9ff 100%) !important;
    letter-spacing: 4.68px;

    font-family: segoe-black;
}

.__empl-panel .page-menu.menu-large .logo span {
    background-image: linear-gradient(45deg, #f7f7f7 0, #fbfbfb 35%, #ffffff 60%, #f8f9ff 100%) !important;
    font-size: 14px;
}

.page-menu .__logo i {
    font-size: 28px;
    color: transparent;
}

.menu-large .__logo i {
    font-size: 28px;
    color: #ffffff;
}



.__searchbox .btn-searchbox{
  top: 0px;
}

.__searchbox .btn-searchbox::after {
  color: #ffffff;
}

.__searchbox input{
  color: #ffffff !important;
}

.__searchbox input:focus{
  box-shadow: none !important;
}

.__menus{
	font-size: 16px !important;
    padding: 13px 32px;
    color: #0379b4;
    font-family: Segoeuib;
}

.page-menu.menu-large:hover ul .__menus {
    display: inline-block;
  }

.__adp{
	text-align: left;
  color: #ec5252;
}

.__widp{
	width: 153px;
}

.__cardp{
	font-size: 13px;
	color: #6e7071;
	font-family: Segoeuib;
}

.__cardp1{
	color: #6e7071;
	margin-top: -9px;
	margin-bottom: 0px;
	font-family: Segoeuib;
}

.__cadsp{
	border-radius: 10px;
    background-color: #0379b4b3;
    color: #ffffff;
}

.__adminimg{
	max-width: 80px;
  margin-right: -17px;
  margin-top: -8px;
}

.__adminimg1{
	max-width: 115px;
    margin-right: -55px;
  margin-top: -8px;
}

.__crfp{
	color: #6e7071;
  font-size: 13px;
  font-family: Seguisb;
}



/*pie css*/
.__piecard{
	border-radius: 15px;
  background-color: #ffffff;
  padding: 10px 20px;
}

.__piep{
	color: #6e7071;
	font-size: 18px;
  font-family: Segoeuib;
  text-align: left;
}

.__pincdiv{
	position: absolute;
  margin-top: -95px;
  margin-right: 40px;
}

.__picpimg{
	width: 75px;
}

.__pincs{
	font-size: 12px;
  font-family: Seguisb;
  color: #ec5252;
}

.__pincc{
	font-size: 12px;
  font-family: Seguisb;
  color: #fdc600;
}

.__pincf{
	font-size: 12px;
  font-family: Seguisb;
  color: #0f567a;
}

.__picbtn{
	font-size: 11px;
  font-family: Seguisb;
  color: #ffffff !important;
  border-radius: 10px;
  background-color: #0379b4;
  padding: 7px 17px;
  float: left;
}

.__picp{
	font-size: 13px;
  font-weight: 600;
  color: #0379b4;
  text-align: left;
  margin-top: 5px;
}
/*pie css end*/


.__overlink{
	text-align: left;
}

.show-on-hover:hover > ul.dropdown-menu {
    display: block;    
}

.__dropbtn{
	border-radius: 10px;
    background-color: #0379b4;
    padding: 6px 17px;
}

.__dropbtn::after {
    display:none !important;
}

.__dropdown{
	margin-left: -103px !important;
}

.__dropdown li a {
  text-align: left !important;
}

.__enbtn{
	border-radius: 24px;
  background-color: #01ce31;
  color: #ffffff !important;
  padding: 6px 17px;
}

.__qurbtn{
	color: #ffffff !important;
	border-radius: 8px;
  background-color: #0379b4;
  padding: 6px 17px;
}

.__showng{
	color: #6e7071;
	text-align: left;
}

.__pagact{
	margin-right: 0px;
}

.__pagact > .uk-active > * {
	background-color: #0379b4;
    border-color: #0379b4;
}

.__pagact > * > * {
    text-decoration: none;
    color: #3e416d;
    background-color: rgba(9, 27, 18, 0.1);
    border-color: rgba(9, 27, 18, 0.1);
}
/*Dashboard css end*/

.card{
	border-radius: 20px;
}

.__allcour{
  border-radius: 8px;
  background-color: #808181;
  color: #ffffff !important;
  padding: 7px 17px;
  font-weight: 100;
}

.__lcreat{
	font-size: 12px;
	color: #ffffff !important;
	border-radius: 8px;
  background-color: #0379b4;
  padding: 7px 17px;
  font-weight: 100;
}

.__lcreaty{
	font-size: 12px;
	color: #ffffff !important;
	border-radius: 8px;
  background-color:#fdc600;
  padding: 7px 17px;
  font-weight: 100;
}

.__seled{
	border-radius: 0;
  background-color: #ec5252;
  border-top-right-radius: 20px;
  width: 132px;
  height: 35px !important;
  display: inline-block;
}

.__seled:focus{
	background-color: #ec5252;
}

.__seled option {
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  border: solid 0.5px #ffffff;
  background-color: #ffffff;
  color: #6e7071;
  font-family: Segoeuib;

}

.__leinput{
    border-radius: 24px !important;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16) !important;
    background:#ffffff;
    height: 37px !important;
    margin: 0 !important;
    text-align: left;
}

.__leinputn{
    border-radius: 10px !important;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16) !important;
    background:#ffffff;
    height: 37px !important;
    margin: 0 !important;
    text-align: left;
}


.__lendashp{
	font-size: 22px;
  font-weight: 900;
  line-height: 1.36;
  color: #0379b4;
  font-family: segoe-black;
}

.__learncard{
	border-radius: 15px;
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #eff2f7;
    -webkit-box-shadow: 0 7px 14px 0 rgba(65,69,88,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    box-shadow: 0 7px 14px 0 rgba(65,69,88,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  margin-top: 25px;
}

.__adupl{
	font-size: 18px;
	line-height: 1.36;
  text-align: left;
  color: #6e7071;
  font-family: Seguisb;
}

.__adupl1{
	line-height: 1.36;
  text-align: left;
  color: #6e7071;
  font-family: Seguisb;
}

.__subtn{
	color: #ffffff !important;
	border-radius: 8px;
  background-color: #0379b4;
  padding: 7px 17px;
}

.__subtn1{
	color: #ffffff !important;
	border-radius: 8px;
  background-color: #ec5252;
  padding: 7px 17px;
}
.__lelabe{
	text-align: left;
	color: #808181;
}

.__stucop{
	border-radius: 8px;
	background:#acadae80;
	color: #282929 !important;
	padding: 7px 17px;
    margin: 0 10px;
}

.__grdt{
	margin-top: 10px;
}

.__newcard{
  background-color: #ffffff;
    padding: 20px;
}

.__adcard {
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    border: solid 0.5px #e2e5ec;
    background-color: #ffffff;
    padding: 10px;
}

.__facimg{
	width: 182px;
    height: 152px;
}

/*custom upload file*/
.form-style-fake{position:absolute;top:0px;}
.form-style-base{position:absolute;top:0px;z-index: 999;opacity: 0;
	cursor: pointer;
}

.fake-styled-btn{
    border-radius: 8px;
  background-color: #0379b4;
    padding: 7px;
    color: #fff;
    cursor: pointer;
}

/*custom upload file end*/

/*forum css*/
.__forubtn{
  color: #ffffff !important;
  border-radius: 33px;
  background-color: #0379b4;
}

.__forp{
  font-size: 23px;
  text-align: left;
  color: #0f567a;
  font-family: Seguisb;
  margin-top:10px;
}

.__forp1{
  font-size: 18px;
  text-align: left;
  color: #0f567a;
  font-family: Seguisb;
}

.__furimgc{
    border-radius: 50% !important;
  height: 50px !important;
  width: 50px !important;
    border: solid 1px #707070;
}

.__furp{
  font-size: 15px;
  color: #0f567a;
  margin-top:10px;
}

.__furp1{
  font-size: 18px;
  color: #0f567a;
  font-family: Seguisb;
  margin-top:10px;
}

.__ford{
  font-size: 18px;
  line-height: 1.32;
  text-align: left;
  color: #0f567a;
  font-family: Segoeuib;
}

.__fordin{
  font-size: 18px;
  text-align: left;
  color: #0f567a;
  margin-left: -56px;
  margin-top:5px;
}

.__fordin1{
  font-size: 18px;
  text-align: left;
  color: #0f567a;
  margin-left: -56px;
  margin-top:-5px;
}

.__fallt{
  font-size: 18px;
  line-height: 1.32;
  color: #0f567a;
  font-family: Segoeuib;
}

.__alltimg{
  border-radius: 50% !important;
  height: 50px !important;
  width: 50px !important;
    border: solid 1px #707070;
}
/*forum css end*/

/*add and arrange css*/
.__addrcard{
	border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  border: solid 0.5px #6e707138;
  background-color: #f1f2f4;
  height: 220px;
  padding: 13px;
}

.__addrcardd{
	border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  border: solid 0.5px #6e707138;
  background-color: #acadae;
  padding: 5px 10px;
  margin-top:15px;
}

.__addicon{
	width: 31px;
  height: 31px;
  border-radius: 22px;
  background-color: #f1f2f4;
  padding: 8px;
  text-align: center;
}

.__addrse{
	border-radius: 8px;
    background-color: #0379b4 !important;
    color: #ffffff !important;
    width: 100%;
    padding: 7px;
    margin-top: 60px;
}



.__addrsebtn{
	border-radius: 8px;
  background-color: #0379b4;
  color: #ffffff !important;
  padding: 7px;
  margin-top: 10px;
}

.__slidp{
	line-height: 1.32;
  color: #808181;
  font-family:Seguisb;
}

.__slidp1{
	line-height: 1.32;
  color: #808181;
}

.__slidbtn{
	border-radius: 22px;
  background-color: #0f567a;
  padding: 10px 22px;
}

.__slidbtn1{
	border-radius: 22px;
  background-color: #0379b4;
  padding: 10px 22px;
}

.show-on-hover:hover > ul.dropdown-menu {
    display: block;    
}

.__dropdown-menu{
	border-radius: 8px;
    background-color: #dfdfdf;
    margin-left: 77px !important;
    top: 73px;
}

.__dropdown-menu li a {
    color: #0379b4 !important;
    text-align: left !important;
    padding: 4px 10px !important;
 }

 .__dropdown-menu li a img {
    width: 23px;
 }

 .__modhu{
 	border-radius: 15px;
 }

 .__modhu1 {
  border-radius: 15px;
  width: 1205px;
  padding: 0;
}

 .__modap{
 	font-size: 18px;
 	line-height: 1.33;
  text-align: left;
  color: #6e7071;
  font-family: Segoeuib;
  margin-top: -18px;
 }

 .__modclose{
 	right: 10px;
    border-radius: 50%;
    background: #0379b4;
    color: #ffffff !important;
 }

 .__modclose1 {
    right: 10px;
    border-radius: 50%;
    background: #0379b4;
    color: #ffffff !important;
    margin-right: 27px;
}

 .__vidop{
 	border-radius: 5px;
    color: #ffffff;
    background-color: #0379b4;
    padding: 20px;
    width: 290px;
    margin: auto;
    margin-top: 30px;
 }

 .__vidop i{
 	font-size: 143px
 }

 .__record{
 	width: 440px;
    height: 73px;
    border-radius: 49px;
    background-color: #f1f2f4;
    margin: auto;
    margin-top: 7%;
 }

 .__micd{
 	width: 100px;
    height: 100px;
    border: solid 7px #808181;
    background-image: linear-gradient(211deg, #ec5252 80%, #762929 -6%);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    padding: 9px;
    margin-top: -17px;
 }

 .__micd i{
 	font-size: 48px;
 }

 .__micd p{
 	font-family:Segoeuib;
    line-height: 1.33;
 }

 .__tim{
 	font-size: 46px;
  line-height: 1.34;
  text-align: left;
  color: #6e7071;
  font-family:Seguisb;
 }

 .__timm{
 	font-size: 15px;
    line-height: 1.33;
    text-align: left;
    color: #6e7071;
    font-family: Seguisb;
    margin-top: 25px;
 }

 .__chec{
 	border: 1px solid transparent;padding: 6px 0;
 	float: left;
 	cursor: pointer;
 }

 .__chec input{
 	border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    border: solid 0.5px #70707038;
    background-color: #ffffff;

 }

 .__mdinpu {
    border-radius: 10px !important;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16) !important;
    background: #ffffff;
    height: 27px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin: 0 !important;
    text-align: left;
}

.__mdsel{
	padding-left: 5px;
    padding-right: 5px;
    height: 28px;
    padding-top: 1px;
    padding-bottom: 1px;
    background: #0379b4 !important;
    color: #ffffff !important;
}


.__mdcimg {
    width: 100%;
}

.__mdbtn{
	line-height: 1.37;
  color: #ffffff !important;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  background-color: #0379b4;
  padding: 6px 17px;
}

.__getlink{
	line-height: 1.32;
  text-align: left;
  color: #0379b4;
}
/*add and arrange css end*/


/*itf/nuc css*/
.__uniname{
	font-size:15px;
  line-height: 1.33;
  text-align: left;
  color: #0379b4;
  font-family: Segoeuib;
}

.__itfchart{
	background:#ffffff;
	padding: 20px;
}

.__actp{
	font-size:12px;
	line-height: 1.33;
  color: #ec5252;
  font-family: Seguisb;
  text-decoration: underline;
  margin-top: 25px;
}

.__chasl{
	font-size: 13px;
	line-height: 1.33;
  color: #ec5252;
  text-align: left;
  font-family:Seguisb;
}

.__chasl1{
	font-size: 13px;
	line-height: 1.33;
  color: #ec5252;
  font-family:Seguisb;
}

.__chtcg{
	color: #60c955;
}

.__chtcb{
	color: #0379b4;
}

.__chtcr{
	color:#ec5252;
}

.__tbtn{
  line-height: 1.37;
  letter-spacing: 0.11px;
  color: #ffffff !important;
  border-radius: 8px;
  background-color: #ec5252;
  font-family: Segoeuib;
  padding: 7px 36px;
}

.__tbtn1{
  line-height: 1.37;
  letter-spacing: 0.11px;
  color: #ffffff !important;
  border-radius: 8px;
  background-color: #0379b4;
  font-family: Segoeuib;
  padding: 7px 11px;
    width: 90px;
    font-size: 11px;
}

.__vlink{
	font-size:12px;
	line-height: 1.33;
  letter-spacing: 0.05px;
  color: #808181 !important;
}

.__leanimg{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 125px;
    width: 125px;
    border-radius: 50%;
    margin: auto;
}

.__acdp{
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.15px;
  text-align: left;
  color: #808181;
  font-family: Seguisb
}

.__acdp1{
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.13px;
  text-align: left;
  color: #808181;
}

.__emplind{
  font-size: 17px;
  line-height: 1.33;
  text-align: left;
  color: #808181;
}

.__supcom{
  line-height: 1.29;
  text-align: center;
  color: #0379b4;
  text-decoration: underline;
  font-family: Segoeuib
}
/*itf/nuc css end*/


/*employer-wess css*/
.__comadp{
	font-size: 23px;
  line-height: 1.32;
  font-family: Segoeuib;
  letter-spacing: 0.19px;
  color: #808181;
}

.__comadpn{
    font-size: 20px;
  line-height: 1.32;
  font-family: Segoeuib;
  letter-spacing: 0.19px;
  color: #0379b4;
}

.__comdimg{
	border-radius: 50%;
  height: 108px;
  width: 108px;
}

.__editf{
	border-radius: 10px !important;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16) !important;
  background: #ffffff;
  height: 37px !important;
  padding: 9px 17px;text-align: left;
}

.__editf p{
	/*font-size: 23px;*/
  letter-spacing: 0.14px;
  color: #808181;
}

.__cosdp{
	font-size: 15px;
  line-height: 1.33;
  color: #0379b4;
}


/*custom checkbox*/

.form-group {
  display: block;
  margin-bottom: 0;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  border: solid 0.5px #6e70714a;
  background-color: #ffffff;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  margin-top: -1px;
  float: left;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #0379b4;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-group input:checked + label:before {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}
/*custom checkbox end*/


/*customize file upload css*/
.inputfile-box {
  position: relative;
}

.inputfile {
  display: none;
}

.container {
  display: inline-block;
  width: 100%;
}

.file-box {
  display: inline-block;
  width: 100%;
  border-radius: 10px !important;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16) !important;
  background: #ffffff;
  height: 37px !important;
  padding: 5px 103px 5px 5px;
  cursor: pointer;
}

.file-button {
  background: #0379b4;
  color: #ffffff;
    padding: 4px 15px;
    position: absolute;
    border: 1px solid;
    top: 4px;
    right: 9px;
  border-radius: 8px;
}
/*customize file upload css end*/


/*employer-wess css end*/



/*super admin css*/
.__message-textad {
    background-color: #fdc600 !important;
 }

 .__message-textad:before {
    border-right: 9px solid #fdc600 !important;
  }



  /*switch*/
  .switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }

.switchToggle label {
	cursor: pointer; 
text-indent: -9999px; 
top: 4px;
width: 70px;
max-width: 70px;
height: 19px;
/* height: 30px; */
background: #ffffff;
border: 1px solid #ec5252;
display: block; 
border-radius: 100px; 
position: relative; 
}

.switchToggle label:after {
	content: ''; 
position: absolute; 
top: -4px;
left: 0px;
width: 25px;
height: 25px;
background: #ec5252; 
border-radius: 90px; 
transition: 0.3s; 
}

.switchToggle input:checked + label, .switchToggle input:checked + input + label  {
	background: transparent;
    border: 1px solid #60c955; 
}

.switchToggle input + label:before, .switchToggle input + input + label:before {
	content: 'DISABLE'; 
	position: absolute; 
	top: -2px;
  left: 27px;
  width: 38px;
  height: 19px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #ec5252;
  font-size: 7px; 
}

.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {
	content: 'ENABLE'; 
	position: absolute; 
	top: -2px;
  left: 10px;
  width: 38px;
  height: 19px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #60c955;
  font-size: 7px;  
}

.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {
	left: calc(100% - -1px);
    transform: translateX(-100%);
    background: #60c955; 
}

.switchToggle label:active:after {width: 60px; } 

.toggle-switchArea { margin: 10px 0 10px 0; }
  /*switch end*/

  .__tbtn1::after {
    display: none !important;
  }


.__dropdown-menuad {
    border-radius: 8px;
    background-color: #ffffff;
    min-width: 8rem;
}

.__dropdown-menuad li a {
    font-size: 12px !important;
    color: #808181 !important;
    text-align: left !important;
    padding: 4px 10px !important;
 }

 .__sowb{
 	/*font-size: 25px;*/
    font-family: Segoeuib;
    line-height: 1.33;
    text-align: left;
    color: #ec5252;
 }

 .__webrebtn{
 	color: #ffffff !important;
    border-radius: 8px;
    background-color: #ec5252;
    padding: 7px 36px;
 }

 .__actpad{
 	font-size: 12px;
    line-height: 1.33;
    color: #ec5252;
    font-family: Seguisb;
    text-decoration: underline;
    margin-top: 10px;
 }

 .__supg{
 	font-size:16px;
 	line-height: 1.33;
  text-align: left;
  color: #808181;
  font-family: Seguisb;
  margin-top: 10px;
 }

 .__supgs{
 	font-size:16px;
 	line-height: 1.33;
  text-align: center;
  color: #ec5252;
  font-family: Seguisb;
  width: 107.8px;
  height: 36px;
  padding: 5px 0;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  border: solid 0.5px #6e7071;
  background-color: #ffffff;
 }

 .__crpcard{
 	padding: 2px 0;
 	height: 42vh;
 }


.__crp{
 	font-size: 38px;
  font-family: Seguisb;
  line-height: 1.34;
  letter-spacing: 0.23px;
  color: #808181;
  padding: 80px 0 70px;
 }

 .__rolevbtn{
 	border-radius: 8px;
  background-color: #60c955;
  color: #ffffff !important;
  padding: 6px 17px;
 }

 .__rolevbtn1{
 	border-radius: 8px;
  background-color: #0379b4;
  color: #ffffff !important;
  padding: 6px 17px;
  width: 123px;
 }

/*super admin css end*/



























/*=================================================================
  @media screen 1203px
==================================================================*/


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

.__crpcard {
    height: 100%;
  }

}

/*=================================================================
  @media screen 1203px
==================================================================*/


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

.__crpcard {
    height: 100%;
  }

}




/*=================================================================
  @media screen 1200px
==================================================================*/


@media screen and (max-width: 1200px){
  
	.__crpcard {
    height: 100%;
  }
  

}



/*=================================================================
  @media screen 1199px
==================================================================*/


@media screen and (max-width: 1199px){
  
	.__fornrou {
    padding: 42px 12px !important;
  }
  .__crpcard {
    height: 100%;
  }
  


}


/*=================================================================
  @media screen 1024px
==================================================================*/


@media screen and (max-width: 1024px){
  
  .__fornrou {
    padding: 42px 12px !important;
  }

  .__signp {
    margin-top: 13px;
  }

  .__adminimg {
    margin-right: -37px;
  }

  .__adminimg1 {
    margin-right: -69px;
  }

  .header-widget {
    right: 565px;
  }

  .__admin-panel .__searchbox {
    /*min-width: 317px;*/
    margin-top: -30px;
    margin-right: 84px;
  }

  .__empl-panel .__searchbox {
    /*min-width: 317px;*/
    margin-top: -30px;
    margin-right: 84px;
  }

  .__crpcard {
    height: 100%;
  }


  



}



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

	

}



/*=================================================================
  @media screen 991px
==================================================================*/


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


 
}


/*=================================================================
  @media screen 800px
==================================================================*/

@media screen and (max-width: 800px){
	.__signp {
    margin-top: 20px;
  }

  .__adminimg {
    margin-right: 61px;
    margin-top: -126px;
  }

  .__adminimg1 {
  	max-width: 84px;
    margin-right: 61px;
    margin-top: -124px;
  }

  .__cardp1 {
    margin-bottom: 14px;
  }

  .__crfp {
  	font-size: 10px;
    text-align: left;
  }

  .__piecard {
    padding: 10px 7px;
  }

  .__pincdiv {
    margin-right: 27px;
  }

  .__pincs {
    font-size: 9px;
  }

  .__pincc {
    font-size: 9px;
  }

  .__pincf {
    font-size: 9px;
  }

  .__picbtn {
    font-size: 10px;
    padding: 7px 6px;
  }

  .header-widget {
    right: 406px;
  }

  .__admin-panel .__searchbox {
    min-width: 317px;
    margin-top: -30px;
    margin-right: 25px;
  }

  .__empl-panel .__searchbox {
    min-width: 317px;
    margin-top: -30px;
    margin-right: 25px;
  }

  .__lcreat {
    padding: 7px 14px;
    margin-top: 5px;
  }

  .__lcreaty {
    padding: 7px 14px;
    margin-top: 5px;
  }

  .__allcour {
    padding: 7px 14px;
    margin-top: 5px;
  }

  .__comdimg {
    height: 50px;
    width: 50px;
	}

	.__editf p {
    font-size: 13px;
  }

  .__tflexsmail{
    display: flex;
    flex-direction: column;
  }

  .__tmobidown{
    order: 2;
  }

  .__tmobiup{
    order: 1;
  }

  .__crpcard {
    height: 39vh;
  }

  .__crp {
    font-size: 20px;
    padding: 53px 0 50px;
  }
	
 
}


/*=================================================================
  @media screen 568px
==================================================================*/

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

	.__flexsmail{
    display: flex;
    flex-direction: column;
  }

  .__mobidown{
    order: 2;
  }

  .__mobiup{
    order: 1;
  }
  
  .__fornrou {
    padding: 42px 13px !important;
  }

  .__signp {
    font-size: 18px;
    margin-top: 20px;
  }

  .__widp {
    width: 218px;
  }

  .__cardp {
    font-size: 22px;
  }

  .__cardp1 {
    font-size: 42px;
    margin-bottom: 16px;
  }

  .__cadsp {
    font-size: 17px;
  }

  .__adminimg {
    max-width: 150px;
    margin-right: -26px;
    margin-top: 14px;
  }

  .__adminimg1 {
    max-width: 150px;
    margin-right: -71px;
    margin-top: -21px;
  }

  .__crfp {
    font-size: 15px;
  }

  .__showng {
    text-align: right;
  }

  .__pie{
  	margin-left: 133px;
  }

  .__pincdiv {
    margin-right: 52px;
  }

  .__pincs {
    font-size: 17px;
  }

  .__pincc {
    font-size: 17px;
  }
  .__pincf {
    font-size: 17px;
  }

  .__piep {
    margin-top: -142px;
  }

  .__lcreat {
    margin-top: 10px;
  }

  .__lcreaty {
    margin-top: 10px;
  }

  .__allcour {
    margin-top: 10px;
  }

  .card {
    padding: 0 10px 10px;
  }

  .__chasl1 {
    text-align: left;
  }

  .__supgs {
    float: left;
  }
  

  
}
