.child_classes_selection_section {
	margin-left: 0px;
}

.item-center {
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

.d-flex {
	display: flex;
}

.h-33 {
	height: 33px;
}

.slot_table {
	width: 100%;
	text-align: center;
}

.slot_table .child_name_td {
	width: 230px;
	text-align: left;
	padding: 0;
}

.slot_table .slot_badge {
	width: 70px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2px 5px;
	height: 25px;
	min-height: 25px;
}

.slot_table .slot_badge.slot_number {
	background: #0c96b6;
}

.slot_table .slot_badge.child_age {
	background: #ffa4c7;
}

.slot_table .slot_child_item_wrapper {
	display: flex;
	gap: 5px;
	align-items: center;
}

.slot_table .child_name {
	font-weight: bold;
}

.slot_table .child_name a {
	color: #000;
	text-decoration: none;
}

.slot_table .box_wrapper_td {
	vertical-align: bottom;
}

.slot_table .box_wrapper {
	padding: 0 3px;
}

.slot_table .slot_box {
	display: inline-block;
	width: 35px;
	height: 25px;
	background: #eee;
}

.slot_table .slot_box.off {
	background: #efbd38;
}

.slot_table .slot_box.on {
	background: #10d9b9;
}

.slot_table .branch-class-title {
	text-transform: capitalize;
}


.slot_table td {
	min-height: 55px;
	height: 53px;
}

.slot_table .class_header td.class_day_td {
	padding: 0;
	margin: 0;
	line-height: normal;
	position: relative;
	text-align: center;
}

.slot_table .class_header .slot_filled_count_wrapper {
	display: inline-flex;
	background: #e4e4e4;
	width: 100%;
	padding: 0px 5px;
	font-size: 15px;
	align-items: center;
	justify-content: space-between;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
}

.slot_table .class_header .slot_filled_count_wrapper i {
	font-weight: normal;
}

.slot_table .class_header .slot_filled_count_wrapper .filled_count {
	font-weight: bold;
}

.slot_table .class_header td.class_day_td .day_number {
	font-size: 18px;
	display: block;
	margin-top: 30px;
	font-weight: bold;
}

.slot_table .class_header td.class_day_td .day_name {
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 5px;
}

.slot_table tr.sticky td {
	position: sticky;
	top: -1px;
	z-index: 2;
}