.login-page {
	background-image: url( '../../dist/img/carmelschoolujjain_1.jpeg' );
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}

.content-header h1 {
	font-size: 1rem;
}

.breadcrumb li, .nav-item {
	font-size: 14px;
}

label, strong {
	font-size: 13px;
	font-weight: 600!important;
}

.table-bordered thead th, .table-bordered tbody td {
	font-size: 13px;
}

.recent_students {
	display: flex;
	align-items: center;
 	justify-content: center;
 	gap: 10px;
}

.recent_students div {
	width: 30px;
	height: 30px;
	padding: 5px; 
	border-radius: 100%;
	text-align: center;
	font-size: 13px;
}

.recent_students a {
	color: #fff;
}

.recent_students .gray {
	background: linear-gradient( #9698d6, #a9abdb );
}

.recent_students .blue {
	background: linear-gradient( #5e81f4, #7191f7 );
}

.recent_students .orange {
	background: linear-gradient( #ff808b, #f79099 );
}

.profile-username {
	font-size: 16px;
	margin-bottom: 0px;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: gray; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #3c8dbc; 
}

@media ( max-width: 575.98px ) {

	.sch-title span {
		display: none;
	}

	.sch-title:after {
		content: 'Carmel';
	}
}

.no-image {
	width: 80px !important;
	height: 80px !important;
	border-radius: 100%; 
	object-fit: cover;
	border: 2px solid #f6f7fb;
	box-shadow: 0px 0px 3px 4px #f6f7fb;
}

.sm_inputs {
	width: 100px; 
	border: none;
	border-bottom: 2px solid #17a2b8;
	border-radius: 0px;
	height: 25px;
	margin : 0 auto;
}

.sm_inputs:focus {
	outline: none;
}

.strike {
	text-decoration: line-through;
}

.card_title {
	font-size: 14px;
	font-weight: 700;
}

.content-header {
	padding-bottom: 0px;
}

.btn-sm {
	font-size: 12px;
	padding: 4px 15px;
	font-weight: 600;
}

.trans_students ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.trans_students ul li {
	padding: 5px;
	border-bottom: solid 1px rgba( 128, 128, 128, 0.2 );
	cursor: pointer;
}

.trans_students ul li:last-child {
	border-bottom: none;
}

.selectize-input {
	text-transform: capitalize;
}

.selectize-input::first-letter {
    text-transform: uppercase;
}

.selectize-dropdown .option {
	text-transform: capitalize;
}

.selectize-dropdown .option::first-letter {
    text-transform: uppercase;
}

.selectize-input input {
	text-transform: capitalize;
}

.selectize-input input::first-letter {
    text-transform: uppercase;
}

.widget-user-username small {
	text-transform: capitalize;
}

.widget-user-username small::first-letter {
	text-transform: uppercase;
}

.widget-user-fr {
	text-transform: capitalize;
}

.widget-user-fr::first-letter {
	text-transform: uppercase;
}

.pagination .paginate_button a, #datatable_info {
	font-size: 11px;
	font-weight: 700;
}

.student-profile {
	position: relative; 
	line-height: 15px; 
	min-height: 30px;
}

.student-profile span {
	border-bottom: 1.5px solid #999;
	font-size: 14px;
}

.student-profile p {
	padding-left: 20px;
	padding-top: 5px; 
	color: #007bff;
	font-size: 14px;
	margin-bottom: 5px;
}

.student-profile img {
	position: absolute;
	left: 0px;
	top: 15px;
	height: 14px;
}

.pay_btn {
	background: #007bff;
	border: none;
	border-radius: 30px;
	font-size: 13px;
	color: #fff;
	padding: 5px 35px;
}

.pay_btn:hover {
	background: #17a2b8;
	color : #FFD700;
}

.teac {
	text-transform: capitalize;
}

.teac::first-letter {
	text-transform: uppercase;
}

.dataTables_empty {
	padding: 2px !important;
}

.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
	padding-left: 10px !important;
}

.img-fluid {
	border: 1px solid #007bff;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 5px;
	cursor: pointer;
}

.img-fluid img {
	width: 100px;
	height: 100px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 10px;
}

#scroll_btn {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 30px;
	z-index: 99;
	font-size: 16px;
	border: none;
	outline: none;
	background-color: #3c8dbc;
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
}

#scroll_btn:hover {
	background-color: #555;
}