@import "../header-school.css";
@import "../footer.css";
@import "../dialog.css";
@import "../components/school-search.css";
@import "../components/search-result-list.css";
@import "../components/pagination.css";

.page-search-result {
	padding-top: var(--app-header-height);
	background-image: url("../../images/bgi9.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.colorful {
	color: var(--app-theme-secondary);
	font-weight: 600;
}

.app-pagination {
	margin: 35px 0;
}
