body, label, table, input, select, button, .dropdown, .dropdown-item, .navbar a, .pagination li a, .badge{
	font-size: 0.80vw !important;
}

body{
	font-family: Poppins;
	/*font-size: 14px !important;*/
}

select, option{
	font-size: 14px !important;
}

.dropdown-menu-profile{
	width: 300px !important;
}

.dropdown-menu-dark{
	background-color: #212121 !important;
}

a{
	text-decoration: none !important;
}

a:hover{
	text-decoration: none !important;
}

.available-course {
	width: 307px;
	height: 300px;
	overflow: hidden;
}

.available-course img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.form-check-input{
	border-color: #444 !important;
}

.form-check-input:checked{
	border-color: #0f72f9 !important;
}

.custom-btn-blue{
	background-color: #002DB3;
	border-color: #002DB3;
	color: #E6EAF7;
}

.custom-btn-blue:hover{
	background-color: #fff;
	border-color: #002DB3;
	color: #444;
}

.custom-btn-misty-gray{
	background-color: #E6EAF7;
	border-color: #E6EAF7;
	color: #444;
}

.custom-btn-misty-gray:hover{
	background-color: #fff;
	border-color: #E6EAF7;
	color: #444;
}

.btn:disabled{
	background-color: #e7ebee !important;
	border-color: #e7ebee !important;
	color: #444 !important;
}

/*.btn-danger:disabled{
	background-color: #e7ebee !important;
	border-color: #e7ebee !important;
	color: #444 !important;
}*/

.disabled-link {
    pointer-events: none;
    cursor: default;
}

.profile-divider{
	border-color: #434343 !important;
}

.cursor{
	cursor: pointer !important;
}

.bg-disabled{
	background-color: #e7ebee !important;
}

.bg-light-yellow{
	background-color: #fff59d !important;
}

.bg-sidebar{
	background-color: #f5f5f5 !important;
}

.fs-7{
	font-size: 14px;
}

.fs-8{
	font-size: 12px;
}

.fs-9{
	font-size: 10px;
}

.navbar a{
	font-size: 14px;
}

.nav-link{
	color: #000;
}

footer a{
	text-decoration: none !important;
	color: #212121;
	font-size: 14px;
}

footer h5{
	font-weight: bold;
	font-size: 14px;
}

::placeholder{
	font-size: 14px;
}

.cursor{
	cursor: pointer;
}

.subFileLink a:hover{
	color: #0D6EFD !important;
}


.img-inactive{
	filter: grayscale(100%);
}

.img-active{
	filter: grayscale(0%);
}

.testimonial-card{
	 height: 330px !important;
}

.testimonial-card-footer{
	background-color: #fff;
	border-top: 0px;
}



/*select2 placeholder workaround*/

.select2-container .select2-search--inline .select2-search__field:placeholder-shown {
    width: 100% !important;
}


/*home collab and testimonial slider*/
.collab-slider-box{
	height: 300px !important;
}