.container-fluid {
	max-width: 100%;
	width: 100% !important;
}
.topnav {
  background: #222;
  padding: 0 calc(24px / 2);
}

/*.table {
  border: 1px solid #dee2e6;
}
*/
/* For Webkit (Chrome, Safari) */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* For Mozilla Firefox */
/* Note: Firefox doesn't support customizing the scrollbar width, so this example only styles the colors */
/* You can also consider using a different approach for Firefox */

* {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

*::-webkit-scrollbar {
    display: none; /* Hide Chrome scrollbar */
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #365486 !important;
/*	background: rgb(19,43,179);*/
/*	background: linear-gradient(218deg, rgba(19,43,179,1) 0%, rgba(24,10,85,1) 63%);*/
  /*background: rgb(255,255,255);
	background: linear-gradient(198deg, rgba(255,255,255,1) 0%, rgba(139,113,255,1) 43%);*/
  /*background: -webkit-linear-gradient(234deg, rgb(52, 6, 32) 0%, rgb(195, 30, 128) 76%);
  background: linear-gradient(234deg, rgb(52, 6, 32) 0%, rgb(195, 30, 128) 76%) !important;*/
  padding: 10px 10px;
}
.card-header h4 {
  color: #fff;
  margin: 0;
  font-size: 14px;
}

.card-header1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
	background: #009688; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #009688, #2196F3); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #009688, #2196F3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff; /* White text color */
  padding: 10px 10px;
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header1 h4 {
  color: #fff;
  margin: 0;
  font-size: 14px;
}
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #ddd;
}
.p-l-5 {
	padding-left: 5px;
}
.p-r-5 {
	padding-right: 5px;
}
.text-warning {
	color: darkred  !important;
	font-weight: 600 !important;
	margin-left: 3px;
}

.container-fluid{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	width: 100% !important;
	max-width: 100% !important;
}
.loginImg{
	width: 100%;
	object-fit: fill;
	height: 460px;
	border-radius: 4px 0px 0px 4px;
}
.pb-0{
	padding-bottom: 0px !important;
}

.bg-primary{
	background: rgb(0,0,0) !important;
	background: linear-gradient(234deg, rgb(52, 6, 32) 0%, rgb(195, 30, 128) 76%) !important;
/*	background: linear-gradient(234deg, rgb(43, 1, 1) 0%, rgb(141, 28, 10) 76%) !important;*/
}

.p-12{
	padding: 12px;
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.imgpreview{
	width: 100%;
	object-fit: contain;
	height: 175px;
	border: 1px solid gainsboro;
	border-radius: 5px;
}
.inputcst{
	border: none;
	padding: 0px !important;
}
.previewImg{
	width: 100%;
	object-fit: contain;
	height: auto;
}
.tImg{
	height: 40px;
	width: 40px;
	object-fit: contain;
	border: 1px solid #efefef;
	border-radius: 5px;
	box-shadow: 1px 1px 6px 1px #ccc;
	padding: 5px;
	background: #fff;
}
.mb-60{
	margin-bottom: 60px;
}
.h200{
	height: 175px !important;
}
.btn-W{
	width: fit-content;
}
.mb-70{
	margin-bottom: 70px;
}
.btnProduct {
  margin-top: 15px;
}
.h-325{
	height: 325px;
}
.h-180{
	height: 180px;
}
.previewImg1{
	width: 100%;
	object-fit: contain;
	height: 175px;
}
.inputcst1{
	border: none;
	padding: 0px !important;
	margin-left: 190px;
}
.indexImg{
	width: 100%;
	object-fit: contain;
	height: auto;
}
.indexTxt{
	/*font-weight: bold;*/
	color: #17263a;
	/*color: white !important;*/
	font-size: auto;
	margin-bottom: 0px !important;
}
.indexBg {
  	box-shadow: 2px 1px 4px 0px darkgray;
	border-radius: 5px;
	border: 0px !important;
	/*background-color: antiquewhite;*/
	height: 95px;
}
.w-20{
	width: 20%;
}
.btnColor{
	background: #7FC7D9 !important;
/*	background: linear-gradient(to right, #e51f25, #e57531) !important;*/
	border: none !important;
}
.mlbtn-5{
	margin-left: 5px !important;
}
.img-responsive{
	width: 100% !important;
	object-fit: contain !important;
	height: 200px;
	/*background-image: url("assets/images/camera.png");*/
}
.ml-60{
	margin-left: 60px;
}
.imgBg{
border: 1px solid gainsboro;
border-radius: 5px;
padding: 15px;
}
.mlr-auto{
	margin-left: auto;
	margin-right: auto;
}
.thead-light2{
background-color: lavender;
}
.ml-auto{
	margin-left: auto;
}
.ml-13{
	margin-left: 13px;
}
.ml-33{
	margin-left: 33px;
}
.mr-auto{
	margin-right: auto !important;
}
.imgpreviewTbl{
	height: 45px;
	width: 45px;
}
table td{
	padding: 6px !important;
	vertical-align: middle !important;
	padding-left: 12px !important;
}
.TextLabel{
	font-size: 11px;
}
.btnFloat{
	float: right;
}
.m-b-60{
	margin-bottom: 60px !important;
}
/*.cubeBg1{
	background: rgb(255,0,0);
	background: linear-gradient(234deg, rgba(255,0,0,1) 0%, rgba(6,141,255,1) 100%);
}
.cubeBg2{
	background: rgb(175,0,255);
	background: linear-gradient(234deg, rgba(175,0,255,1) 0%, rgba(255,252,6,1) 84%);
}
.cubeBg3{
background: rgb(52,255,0);
background: linear-gradient(234deg, rgba(52,255,0,1) 27%, rgba(6,86,255,1) 76%);
}
.cubeBg4{
background: rgb(58,132,180);
background: linear-gradient(90deg, rgba(58,132,180,1) 0%, rgba(205,29,253,1) 50%, rgba(252,69,196,1) 100%);
}
.cubeBg5{
background: rgb(179,180,58);
background: linear-gradient(90deg, rgba(179,180,58,1) 0%, rgba(253,145,29,1) 50%, rgba(252,78,69,1) 100%);
}
.cubeBg6{
background: rgb(255,235,0);
background: linear-gradient(111deg, rgba(255,235,0,1) 11%, rgba(64,253,29,1) 50%, rgba(104,118,241,1) 80%);	
}*/
.p-l-0{
	padding-left: 0px !important;
}
.btn-float{
	float: right;
}
.imgProfile{
  height: 30px;
  width: 100%;
  object-fit: contain;
}
.imgProfile1 {
  width: 100%;
  object-fit: contain;
  height: 15px;
}
.card-titleBg{
	background: linear-gradient(to right, #f37224, #e3d93b) !important;
}
.card-titleBg2{
	background: linear-gradient(to right, #526518, #abcb45) !important;
}
.card-titleBg3{
	background: linear-gradient(to right, #3f2571, #5e17eb) !important;
}
.card-titleBg4{
	background: linear-gradient(to right, #167e31, #41ed8c) !important;
}
.indexTxt1{
	font-size: 20px;
	margin-bottom: 0px !important;
	font-weight: bold;
	color: black;
}

#loader{
	display:flex;
	align-items:center;
	justify-content:center;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background-color:rgba(0,0,0,.6);
	backface-visibility:hidden;
	transition:opacity .6s cubic-bezier(.55,0,.1,1),visibility .6s cubic-bezier(.55,0,.1,1);
}
#loader img{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	margin:0 auto;
	width: 200px;
	height: 200px;
	object-fit: contain;
	padding: 1em;
	border-radius: 15px;
/*	background: #fff;*/
}


.my-custom-scrollbar {
position: relative;
height: 220px;
overflow: auto;
}

.my-custom-scrollbar1 {
position: relative;
height: 240px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}
.p-b-0{
	padding-bottom: 0px !important;
}
.indexCard{
	font-size: 16px;
	margin-bottom: 0px !important;
	padding-bottom: 5px !important;
	padding-left: 20px;
	border-radius: 4px 4px 0px 0px;
	padding-top: 5px;
	color: white;
}
.countTbl {
  float: right;
  padding-right: 20px;
}
.m-t-30{
	margin-top: 30px;
}
.productImg{
	width: 100%;
	object-fit: contain;
	height: 210px;
	/*border: 1px solid gray;*/
	padding: 10px;
	box-shadow: 0px 0px 5px 1px #efefef;
}
.cardProduct {
  padding: 8px;
  /*background-color: aliceblue;*/
  /*border: 1px solid gray;*/
}
.productTxt {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding-top: 18px;
  /*border-block: 1px aliceblue;*/
  /*border: 1px solid;*/
}
.m-t-32{
	margin-top: 75px;
	background-color: #EAECEE;
	height: 150px;
}
.productUl{
	list-style: none;
	padding: 0px !important;
	padding-top: 12px !important;
}
.productLi{
	/*padding-left: 65px;*/
	font-weight: bold;
}
.tdQue{
	width: 10%;
}
.tdAns{
	width: 70%;
}
.paginationLeft {
  position: absolute;
  left: 25px;
  margin-top: 10px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100% !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
	color: #666 !important;
}
.btn-light {
	background-color:#fff;
	border-color:#ccc;
}
.rightAlign {
	position: absolute;
  right: 10px;
}
.student-details-right {
  display: flex;
  column-gap: 15px;
  width: 100%;
  padding: 0 15px;
}
.student-field-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  grid-row-gap: 10px;
  width: calc(50% - 8px);
  background: #f2f2f2;
  padding: 10px 15px;
  border-radius: 5px;
}
.student-field-inner {
  display: flex;
}
.student-field-inner label {
  margin-bottom: 0;
  min-width: 140px;
  position: relative;
  text-transform: capitalize;
  padding-right: 20px;
}
.student-field-inner p {
  margin-bottom: 0;
}
.student-field-inner label::after {
  content: ':';
  margin: 0 10px;
  position: absolute;
  right: 0;
}
.btnAddVeh {
  background: #fff;
  padding: 5px 10px;
  color: #c31e80;
}

.btnAddVeh:hover {
  background: #fff;
  color: #c31e80;
}
.btnRight {
	float: right;
}
.card-img-top {
  width: 120px !important;
  border-radius: 50% !important;
}
.img-fluid {
  max-width: 100% !important;
  height: 120px !important;
}
.imgPlace {
  padding-top: 20px;
}
.fRight{
	float: right !important;
}
.mb-0{
	margin-bottom: 0px !important;
}
.badgePosition{
	position: absolute;
  right: 106px;
  top: 128px;
}
/*.imgpreviewC{
		width: 100%;
		object-fit: contain;
  	height: 115px;
  	border: 1px solid gainsboro;
  	border-radius: 5px;
}*/
.candiPosition{
	position: absolute;
  top: 70px;
}
.cardShadow{
	box-shadow: 0px 1px 3px #ccc;
}
.cardPadd {
	padding: 10px !important;
}
/**/
.btnRight {
	float: right;
}
.officeIndex {
  width: 100%;
  object-fit: contain;
  height: 50px;
}
.floatRight{
	float: right;
}
.mb-10{
	margin-bottom: 10px !important;
}
.fixBg{
	background: #7FC7D9; 
	background: -webkit-linear-gradient(to right, #ff6a00, #ee0979); 
	background: #7FC7D9 !important /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: white;
}
.yourClass {
  background: #23a6d5; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #23a6d5, #8918b7); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #23a6d5, #8918b7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff; /* White text color */
}
.yourClass1 {
  background: #2196F3; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2196F3, #9B27AF); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2196F3, #9B27AF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff; /* White text color */
}
.yourClass2 {
  background: #0F1035; /* fallback for old browsers */
  /*background: -webkit-linear-gradient(to right, #4CAF50, #009688);
  background: linear-gradient(to right, #4CAF50, #009688);*/
  color: #ffffff; /* White text color */
}
.yourClass3 {
  background: #E91E63; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #E91E63, #FF5722); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #E91E63, #FF5722); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff; /* White text color */
}
.yourClass4 {
  background: #FFEB3B; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FFEB3B, #FF4081); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FFEB3B, #FF4081); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff; /* White text color */
}
.yourClass5 {
  background: #FF9800; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FF9800, #FFD600); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FF9800, #FFD600); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff; /* White text color */
}
.yourClass10 {
  background: #FFD600; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FFD600, #FFEB3B); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FFD600, #FFEB3B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff; /* White text color */
}
.yourClass9 {
  background: #E91E63; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #E91E63, #2196F3); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #E91E63, #2196F3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff; /* White text color */
}
.yourClass8 {
  background: #4CAF50; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #4CAF50, #FFEB3B); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #4CAF50, #FFEB3B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff; /* White text color */
}
.yourClass7 {
  background: #9B27AF; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #9B27AF, #FF4081); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #9B27AF, #FF4081); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff; /* White text color */
}
.yourClass6 {
  background: #009688; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #009688, #2196F3); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #009688, #2196F3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff; /* White text color */
}

.mt-10{
	margin-top: 10px;
}
.fontCardHead{
	font-size: 16px;
}
.fontCardCount{
	font-size: 20px;
}
.btnWidth{
	width: 80px;
}
.tabBg {
  padding: 10px;
}
.imgpreviewC {
  width: 70px;
  object-fit: contain;
  height: 70px;
  border-radius: 15px;
}

.p-l-15{
	padding-left: 15px;
}
.m-l-10{
	margin-left: 10px;
}
.m-l-20{
	margin-left: 40px !important;
}
.ulCandidate{
	display: inline-flex;
	list-style: none;
}
.cardImagecandi {
  width: 100%;
  object-fit: contain;
  height: 75px;
  border-radius: 15px !important;
}
.liPosition{
	position: absolute;
  bottom: 10px;
  right: 0px;
}
.fSize {
  font-size: 10px;
}
.p-0{
	padding: 0px !important;
}
.eduBtnPosition{
	position: absolute;
  right: -2px;
  bottom: 10px;
}
.fColor {
  color: #182d47;
}
.pd-0{
	padding: 0px !important;
}
.pt-20{
	padding-top: 20px !important;
}
.table-height {
  height: 150px;
  overflow-y: scroll;
}
.rqlDtlTd {
  padding: 4px !important;
  white-space: nowrap;
/*  text-align: center;*/
}
.tdFontSize{
	font-size: 12px !important;
}
.focusPart{
	width: 200px !important;
}
.textAline{
	display: flex;
justify-content: flex-start;
align-items: center;
}
.fix.fixedCard{
	position: sticky !important;
  top: 20px !important;
}
.card.fixedCard {
  position: sticky;
  top: 20px;
}
.customBadge1 {
  margin-left: 20px;
  height: 18px;
  width: 18px;
}
.btnReadMore{
	font-weight: 600;
	color: #000 !important;
}
.btnReadMore:hover {
	color: #000 !important;
	cursor: pointer;
}
.pbt-0{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 5px;
}
.chatFont{
	font-size: 16px;
	padding-right: 5px;
}
.chatFont1{
	font-size: 12px;
	padding-right: 5px;
}
.chatUl {
  padding-left: 15px !important;
  list-style: none;
  text-align: center;
  display: inline-flex;
  margin-top: 5px;
}		
.mtb-0{
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}
.chatLi{
	margin-right: 5px;
}
.cardCount{
	font-size: 18px;
}
.cardTitle{
	font-size: 18px;
}
.m-b-0{
    margin-bottom: 0px;
}
.boxShadow {
    box-shadow: 1px 2px 5px 0px cadetblue;
    border-radius: 10px;
}
.m-b-14{
	margin-bottom: 14px;
}
.showCenter{
	justify-content: center;
  margin-top: 15px;
}
.profileTh{
	padding: 5px !important;
}
.checkboxPlace{
	position: absolute;
  right: 0;
  top: -45px;
}