.pd-0 {
    padding: 0px !important;
}
.pd-10 {
    padding: 10px !important;
}
.pd-15 {
    padding: 15px !important;
}

.pt-0 {
    padding-top: 0px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-130 {
    padding-top: 130px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}

.pl-0 {
    padding-left: 0px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.pl-40 {
    padding-left: 40px !important;
}
.pl-50 {
    padding-left: 50px !important;
}
.pl-60 {
    padding-left: 60px !important;
}

.pr-0 {
    padding-right: 0px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pr-40 {
    padding-right: 40px !important;
}
.pr-50 {
    padding-right: 50px !important;
}
.pr-60 {
    padding-right: 60px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}
.p-r-5 {
    padding-right: 5px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}
.p-r-0 {
    padding-right: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-8 {
    margin-top: 8px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}

.mr-0 {
    margin-right: 0px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-50 {
    margin-right: 50px !important;
}

.ml-0 {
    margin-left: 0px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-50 {
    margin-left: 50px !important;
}

.homeIcon{
	height: 60px;
    background: #fff;
    border-radius: 15px;
    padding: 5px;
}
.cardPadd{
	padding: 10px 15px;
}
.homeCard{
	border-radius: 15px;
	border: none;
	box-shadow: 1px 1px 4px 1px #eee;
}
.cardText{
	font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    white-space: nowrap;
    font-weight: 600;
}
.number{
	color: #000;
    font-weight: 600;
}
.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1c1678 !important;
    padding: 10px 10px;
}
.btnColor {
    background: #140780 !important;
    border: none !important;
    color: #fff !important;
}
.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #6455E1 !important;
    padding: 10px 10px;
}
.tblInvoice {
    padding: 10px;
    overflow-y: scroll;
    height: 300px;
}
.table-responsive {
    display: table !important;
}
.todayTblTh {
    padding: 5px !important;
}
.todayTblTd {
    padding: 5px !important;
}
.custTblHead {
    display: block !important;
}
.card-header h4 {
    color: #fff;
    margin: 0;
    font-size: 17px;
}

#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 {
    border: 0px;
    width: 120px;
    height: 120px;
    border-radius: 30px;
    padding: 0px;
}
.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;
}

.btn-light {
    background-color: #fff;
    border-color: #ccc;
}

.bg-primary{
/*	    background: #81BFB0 !important;*/
/*	    background: #3C5B6F !important;*/
	    background: #140780 !important;
/*	background: linear-gradient(234deg, rgba(0,0,0,1) 0%, rgba(6,141,255,1) 76%) !important;*/
/*	background: linear-gradient( rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%) !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;
}
.topLogo {
	height: 55px;
	border-radius: 50%;
}
.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: 10px;*/
}
.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: linear-gradient(to right, #f7b733, #fc4a1a) !important;
	border: none !important;
}*/
.mlbtn-5{
	margin-left: 5px !important;
}
.preview_height {
    border: 1px solid #ccc;
}
.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: 0px !important;
	padding-left: 12px !important;
}
.TextLabel{
	font-size: 11px;
}
.btnFloat{
	float: right;
}
.m-b-60{
	margin-bottom: 60px;
}
/*.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: 30px;
  border-radius: 50%;
}
.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;
}
.my-custom-scrollbar {
position: relative;
height: 300px;
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%;
}
.user-registration{
	padding-bottom: 35px;
}
.imgpreviewHeight{
	height: 270px !important;
}
.viewChapterImg {
  width: 100%;
  object-fit: contain;
  height: 155px;
}
.couseName {
  padding-left: 18px;
}
.textCenter{
	text-align: center !important;
}
.bagdeTrend{
	font-size: 13px;
	padding: 6px 10px;
}
.bannerSize {
    font-size: 12px;
    color: red;
    float: right;
}
.paginationLeft{
	position: absolute;
  left: 25px;
}
.badgePointer {
	cursor: pointer;
}

.table th,.table td{
	padding:.75rem;
	height: 40px !important;
	vertical-align:middle !important;
	border-top:1px solid #dee2e6;
}

@media only screen and (min-width:320px) and (max-width: 645px){
	html{
		width: 600px;
	}
}

/*@media only screen and (min-width: 646px) and (max-width: 1023px){
	html{
		width: 710px;
	}
}*/
@media only screen and (min-width: 646px) and (max-width: 800px){
	html{
		width: 1000px;
	}
}
