.select-topic-title.text-center {
	text-align: center;
}
.dash {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.dash-box {
	width: calc(25% - 15px);
	text-align: center;
	align-items: center;
	justify-content: center;
  box-shadow: 0 0 30px 0px rgba(0,0,0,0.1);
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
}
.dash-box span {
	display: inline-block;
	width: 100%;
	line-height: 1.5;
	font-size: 22px;
	color: #090909;
	font-weight: 500;
}
.dash-box span em {
  font-style: normal;
  color: var(--primary-color);
}
.dash-box span + span {
	margin-top: 15px;
}
.select-topic.class-details .dash-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 30px 0;
	gap: 20px;
}
.dashboard-sec .dash-btn {
	margin-bottom: 0px;
}
.select-topic.classes-section.dashboard-sec {
	padding-bottom: 30px;
}
.dash-btn .rounded-red-btn {
		padding: 10px 30px;
}
.dash-btn .rounded-red-btn.dark-blue {
	background: #223462;
	border-color: #223462;
}
.dash-btn .rounded-red-btn.light-blue {
	background: #0053cb;
	border-color: #0053cb;
}
.dash-btn .rounded-red-btn.light-blue:hover, 
.dash-btn .rounded-red-btn.dark-blue:hover{
	background-color: rgba(9, 9, 9);
	color: #fff;
	border-color: rgba(9, 9, 9);
}
.select-topic-title-custom {
    display: flex;
    align-items: center;
    position: relative;
}
.select-topic-title-custom .blue-more-btn {
    position: absolute;
    right: 0;
}
.select-topic-title-custom .blue-more-btn:hover {
    background-position: 96% center;
}
.select-topic-title-custom.title-view-block {
	margin-bottom: 24px;
}
.select-topic-title-custom.title-view-block h2 {
	margin-bottom: 0;
}
.filter-block {
	display: flex;
	align-items: center;
	gap: 8px;
}
.filter-block .w-full {
	width: 100%;
}
.filter-block-main {
	display: flex;
	align-items:start;
	justify-content: space-between;
	gap: 20px;
}
.filter-block-main .filter-block {
	width: 50%;
}
.filter-block-main .button-search-block {
		width: 50px;
		display: flex;
}
.filter-block-main .input-fieldinput[type="date"] {
	padding-right: 10px;
}
.filter-form-custom-block .speaker-filter,
.filter-form-custom-block .filter-by-topic {
	position: relative;
}
.filter-form-custom-block .speaker-filter .select2-container.select2-container--open.select2-container--default,
.filter-form-custom-block .filter-by-topic .select2-container.select2-container--open.select2-container--default {
	max-width: 100% !important;
	width: calc(100% - 0px) !important;
}
.clear-all-block {
	width: 100%;
	margin: 10px 0;
	display: flex;
    justify-content: center;
    gap: 20px;
}
.clear-all-block .rounded-red-btn {
	max-width: 170px;
	width: 100%;
}
.completed-tabs-block .completed-class-table,
.dashboard-sec .upcoming-classes-block,
.dashboard-sec .completed-class-table  {
	padding-left: 0;
	padding-right: 0;
}
.start-date-block,
.search-block-custom {
	position: relative;
}
.start-date-block .clear-date-icon,
.search-block-custom .clear-search-icon {
	position: absolute;
	right: 16px;
	height: 50px;
	display: flex;
	align-items: center;
	top: 0;
	cursor: pointer;
}
.start-date-block .clear-date-icon svg,
.search-block-custom .clear-search-icon svg {
	height: 23px;
	width: 23px;
	opacity: 0.7;
}
.start-date-block input[type="date" i]::-webkit-calendar-picker-indicator,
.start-date-block input[type="search" i]::-webkit-search-cancel-button {
	background: transparent !important;
	background-image: none !important;
	width: 100%;
	position: absolute;
	height: 50px;
	padding: 0;
	left: 0;
}
.start-date-block input[type="search" i]::-webkit-search-cancel-button,
.search-block-fn input[type="search" i]::-webkit-search-cancel-button {
	display: none;
}
@media (max-width:1024px){
		.dash-box {
			width: calc(33.33% - 14px);
	}
}
@media (max-width: 991px){
	.dash-box span {
		font-size: 16px;
	}
	.dash-box {
		width: calc(33.33% - 14px);
	}
	.select-topic-title.title-view-block {
		justify-content: center;
		flex-wrap: wrap;
	}
	.select-topic-title .blue-more-btn {
		position: relative;
		justify-content: center;
		right:  auto;
		margin-bottom: 0;
		margin-top: 15px;
	}
	.filter-block-main {
		gap: 20px;
	}
}
@media (max-width: 882px){
	.filter-grid-cols-2 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.clear-all-block {
		margin-top: 0;
	}
}
@media (max-width: 767px){
	.dash-box span {
		font-size: 20px;
	}
	.dash-box {
		width: calc(50% - 14px);
	}
	.filter-form-custom-block .grid-cols-2 {
		grid-template-columns: repeat(1, minmax(0, 1fr));	
	}
}
@media (max-width: 575px){
		.dash-box {
		width: calc(100% - 0px);
	}
	.filter-block-main {
		flex-wrap: wrap;
		gap: 16px;
	}
	.filter-block-main .filter-block {
		width: 100%;
	}
	.filter-form-custom-block .grid-cols-2 {
		margin-bottom: 16px;
	}
/*	.button-search-classes-custom span,
	.filter-block-main .button-search-block {
		height: 38px;
		width: 38px;
	}*/
}
