.rb_flex_center_wrap {display: flex;justify-content: center;align-items: center;gap: 10px;flex-wrap: wrap;}
.rb_section_title{font-size: 18px;text-align: right;font-weight: 700;color: #333;margin-bottom: 20px;display: block;}
.table_badge strong{width: fit-content;background: #006eff;color: #fff;border-radius: 6px;min-width: 30px;font-size: 14px;	height: 20px;}
.form_group {position: relative;margin-bottom: 20px;}
.form_group select {width: 100%;background: #fff;border: 1px solid #ddd;height: 40px;padding: 10px;	border-radius: 6px;}
#expert_detail_table{border-collapse: separate;border-spacing: 0 6px;}
#expert_detail_table tr td {background: #fff;padding: 6px;text-align: center;font-size: 14px;color: #555;}
#expert_detail_table tr td:first-child {  border-radius: 0 20px 20px 0;}
#expert_detail_table tr td:last-child {  border-radius: 20px 0  0 20px;}
.export_excel {background: #006eff;color: #fff;display: flex;justify-content: center;align-items: center;gap: 5px;border-radius: 5px;padding: 6px 10px;transition: 0.2s all;cursor: pointer;width: 120px;white-space: nowrap;}
.export_excel:hover {box-shadow: inset 0 0 100px #0002;}
#cartable_detail_table {
	width: 100%;
	border-collapse: unset;
	border-spacing: 0;
	display :none;
}



@media (max-width: 991px){
	#expert_detail_table tr td{font-size: 12px;}
	.rb_flex_center_wrap{gap: 0;}
}