html {
	scroll-behavior: smooth;
}

body {
	background: #f5f6fa;
}

button[disabled],
html input[disabled] {
	cursor: default;
	border-radius: 60px;
	border-width: 1px;
	box-shadow: none;
	padding: 2px 14px;
	font-size: 14px;
}

.figure-9 {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -520px;
}
.figure-9 {
	width: 1060px;
	height: 1630px;
	border-top: 610px solid #1aba6a;
	background: #42c464;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

::-webkit-input-placeholder {
	color: #c6ccd2;
	font-size: 14px;
}

.search_result_container {
	font-family: 'Open Sans', sans-serif;
}

button.ais-RefinementList-showMore {
	background: #00a651;
	box-shadow: none;
	border: none;
	color: #fff;
	border-radius: 60px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 28px;
}

input[type='date' i]::-webkit-calendar-picker-indicator {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.5 28'%3E%3Cpath d='M21.1 25H4.3c-.9 0-1.6-.7-1.6-1.6V6.6c0-.9.8-1.6 1.6-1.6h16.8c.9 0 1.6.7 1.6 1.6v16.8c0 .9-.7 1.6-1.6 1.6zm-.4-18h-16v16h16V7zm-11 1.1c0 .5-.5.9-1 .9s-1-.4-1-.9V3.9c0-.5.5-.9 1-.9s1 .3 1 .9v4.2zm8 0c0 .5-.5.9-1 .9s-1-.3-1-.9V3.9c0-.5.5-.9 1-.9s1 .3 1 .9v4.2zM8.2 11h1c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5v-1c0-.3.3-.5.5-.5zM3.7 6h18v3h-18V6zm8.5 5h1c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5v-1c0-.3.3-.5.5-.5zm4 0h1c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5v-1c0-.3.3-.5.5-.5zm-8 4h1c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5v-1c0-.3.3-.5.5-.5zm4 0h1c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5v-1c0-.3.3-.5.5-.5zm4 0h1c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5v-1c0-.3.3-.5.5-.5zm-8 4h1c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5v-1c0-.3.3-.5.5-.5zm4 0h1c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5v-1c0-.3.3-.5.5-.5zm4 0h1c.3 0 .5.2.5.5v1c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5v-1c0-.3.3-.5.5-.5z' fill='%2300a651'%3E%3C/path%3E%3C/svg%3E");
	width: 26px;
	height: 28px;
}
/*.coaches-display__figures {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	background: #f5f6fa;
}

.coaches-display__figures--figure {
	width: 1060px;
	height: 1630px;
	border-top: 610px solid #1aba6a;
	background: #42c464;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: -500px;
}*/

#main {
	margin: 60px 0 0;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	padding: 0;
}

.results_list {
	border-left: 0;
}

.filter_sidebar {
	border-right: 0;
}

/**
 * Header and buttons
 */

.btn.toggle-filters {
	margin-top: 20px;
}

.results_list_sort,
.results_list_row,
.coaches-display__buttons,
.row.results_list_sort.col-md-12 {
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	gap: 20px;
}

.coaches-display__buttons > h1 {
	display: none;
}

#coaches-display__filter-button {
	background: #00a651;
	color: #fff;
	width: 102px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sort_header {
	display: flex;
	flex-flow: row nowrap;
	align-items: start;
	justify-content: space-between;
	width: 100%;
	margin: 30px 0 15px;
}

.sort_header > h3,
.sort_header > div {
	margin: 0;
}

#coaches-display__sortby-dropdown {
	width: 170px;
	font-weight: 600;
	font-size: 14px;
	position: relative;
}

#coaches-display__sortby-dropdown-toggle {
	text-decoration: underline;
	color: #00a651;
	font-size: 12px;
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 170px;
	height: 32px;
}

#coaches-display__sortby-dropdown-toggle.active {
	text-decoration: none;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#coaches-display__sortby-dropdown-toggle > i {
	margin: 0 5px;
}

#coaches-display__sortby-dropdown-toggle > i,
#coaches-display__sortby-dropdown-toggle > span {
	cursor: pointer;
}

#coaches-display__sortby-dropdown-content {
	display: flex;
	z-index: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 37px;
	background-color: #fff;
	width: 170px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#coaches-display__sortby-dropdown-content.hidden {
	display: none;
}

#coaches-display__sortby-dropdown-content > div {
	height: 32px;
	width: 170px;
	padding: 3px 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
	font-weight: 400;
	border-bottom: #c8d2e2 1px solid;
	cursor: pointer;
}

#coaches-display__sortby-dropdown-content > div:last-child {
	border-bottom: none;
}

/**
 * Search sidebar
 */

.side-wrapper > div {
	margin-bottom: 10px;
}

#side-filters {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	margin-right: 20px;
	padding: 15px;
}

#coaches-display__search--header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

#coaches-display__search--header > h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	color: #231f20;
}

#coaches-display__search--header > i {
	font-size: 30px;
	color: #00a651;
	font-weight: 800;
}

.coaches-display__search--title {
	font-size: 14px;
	font-weight: 400;
	margin: 10px 0 5px;
	color: #58595b;
}

#side-filters input[type='text'],
#side-filters input[type='date'],
#side-filters input[type='search'] {
	width: 100%;
	height: 42px;
	border: #c8d2e2 1px solid;
	border-radius: 2px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 12px;
	color: #231f20;

	/* height: 42px;
	padding: 10px 15px;
	border-color: #d5d8df;
	border-radius: 0 !important;
	color: #231f20; */
}

#coaches-display__search--section-languages {
	position: relative;
	display: inline-block;
	width: 100%;
}

#coaches-display__search--languages-list {
	position: absolute;
	z-index: 1;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	max-height: 170px;
	width: 100%;
	overflow-y: auto;
}

#coaches-display__search--languages-list.hidden {
	display: none;
}

#coaches-display__search--languages-list li {
	padding: 5px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	color: #3f3f3f;
}

#coaches-display__search--languages-list li:hover {
	background-color: #f5f5f5;
}

#coaches-display__search--languages-list li.selected {
	background-color: #ddd;
}

#coaches-display__search--section-languages-algolia
	button.ais-RefinementList-showMore {
	margin: 0 0 0 auto;
}

#coaches-display__search--section-price-algolia .ais-RefinementList-label {
	display: inline-block;
	min-width: 53px;
	min-height: 30.5px;
	border: 1px solid #d5d8df;
	border-radius: 14px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	padding-top: 3px;
}

#coaches-display__search--section-price-algolia
	.ais-RefinementList-item--selected
	.ais-RefinementList-label {
	background: #00a651;
	border: #00a651;
}

#coaches-display__search--section-price-algolia .ais-RefinementList-labelText {
	font-size: 19px;
	font-family: 'Open Sans', sans-serif;
	line-height: 19px;
	color: #a2a9b3;
}

#coaches-display__search--section-price-algolia
	.ais-RefinementList-item--selected
	.ais-RefinementList-labelText {
	color: #fff;
	font-weight: 400;
}

#coaches-display__search--section-price-algolia .ais-RefinementList-count {
	display: none;
}

#coaches-display__search--types-input {
	caret-color: transparent;
}

#coaches-display__search--types-input::placeholder {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 13px;
}

#coaches-display__search--validation-button {
	background: #00a651;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	width: 100%;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

#coaches-display__search--validation-button:hover {
	background: #00a651;
}

#coaches-display__search--types-dropdown-content,
#coaches-display__search--geolocation-dropdown-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #fff;
	border-radius: 0 0 3px 3px;
	border: 1px solid #00a651;
	/* padding: 10px 15px; */
}

/* selected types labels */
#coaches-display__search--section-types .selected-item-class {
	font-size: 14px;
	line-height: 16px;
}
#coaches-display__search--section-types .selected-item-class::before {
	content: 'X';
	border-right: solid 1px #7b7878;
	padding-right: 5px;
	margin-right: 5px;
}

.coaches-display__search--types-dropdown-item {
	margin-left: 10px;
	cursor: pointer;
}

#coaches-display__search--types-dropdown-list-business,
#coaches-display__search--types-dropdown-list-individual {
	width: 100%;
}

.ais-RefinementList-list {
	padding-left: 10px;
}

#coaches-display__search--section-price {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}

.field-holder {
	position: relative;
	width: 100%;
}

/* #side-filters input[type='date']#coaches-display__search--date-input {
	padding: 0 10px 0 40px;
} */

i.bi-calendar3 {
	position: absolute;
	font-size: 22px;
	color: #00a651;
	left: 10px;
	top: 2px;
}

#coaches-display__search--section-price-algolia .ais-RefinementList-list {
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}

.ais-RefinementList-item {
	margin: 0;
	padding: 3px 7px;
	list-style: none;
	color: #58595b;
}

.ais-RefinementList-item:hover {
	background-color: #00a651;
	color: #fff;
}

#coaches-display__search--section-price .ais-RefinementList-item:hover {
	background-color: transparent;
	border: #00a651;
	color: #00a651;
}

.ais-RefinementList-label {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	cursor: pointer;
}

.ais-RefinementList-checkbox {
	display: none;
}

.ais-RefinementList-labelText {
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1rem;
}

li.ais-RefinementList-item--selected .ais-RefinementList-labelText {
	font-weight: 700;
	color: #00a651;
}

li.ais-RefinementList-item--selected:hover .ais-RefinementList-labelText {
	color: #fff;
}

.ais-RefinementList-count {
	font-size: 0.7rem;
	font-weight: 400;
}

.ais-MenuSelect {
	width: 100%;
	height: 42px;
	border: #c8d2e2 1px solid;
	border-radius: 2px;
	box-sizing: border-box;
	font-size: 12.8px;
	color: #231f20;
}

.ais-MenuSelect-select {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 2px;
	box-sizing: border-box;
	font-size: 12.8px;
	color: #231f20;
}

/**
* Coach card
*/

.coaches-display__card {
	margin: 10px 0;
	padding: 1.5em 1em;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	text-align: center;
	width: calc(50% - 10px);
	max-width: calc(50% - 10px);
	min-width: calc(50% - 10px);
	transition: all 0.3s ease-in-out;
	border-radius: 12px;
}

section.search_result_page {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	background: #f5f6fa;
}

.container.search_result_container {
	position: relative;
	z-index: 20;
}

@media (min-width: 1665px) {
	.coaches-display__card {
		margin: 10px 0px -10px 0px;
		padding: 1.5em 1em;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		text-align: center;
		width: calc(33.33333% - 20px);
		max-width: calc(33.33333% - 20px);
		min-width: calc(33.33333% - 20px);
		transition: all 0.3s ease-in-out;
		border-radius: 12px;
	}
	.container.search_result_container {
		width: 1660px;
	}
}
.coaches-display__card:hover {
	transform: scale(1.02);
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
}

.coaches-display__card:hover,
.coaches-display__card:focus {
	text-decoration: none;
}

.coaches-display__card--inner {
	display: grid;
	grid-template-columns: auto calc(100% - 100px) auto;
	grid-template-rows: auto 90px 80px 70px;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}

.coaches-display__card--section-favorite {
	grid-area: 1 / 1 / 2 / 2;
	display: flex;
	width: 50px;
	justify-content: flex-start;
	align-items: flex-start;
	align-self: start;
	font-size: 30px;
	color: #00a651;
}
.coaches-display__card--section-avatar {
	grid-area: 1 / 2 / 2 / 3;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.coaches-display__card--section-price {
	grid-area: 1 / 3 / 2 / 4;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	align-self: start;
}
.coaches-display__card--price {
	font-size: 20px;
	background-color: #00a651;
	color: #fff;
	margin: 5px 0 0;
	height: 30px;
	width: 50px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.coaches-display__card--section-title {
	grid-area: 2 / 1 / 3 / 4;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}
.coaches-display__card--section-types {
	grid-area: 3 / 1 / 4 / 4;
}
.coaches-display__card--section-book {
	grid-area: 4 / 1 / 5 / 4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.coaches-display__card--favorite {
	font-size: 25px;
	color: #00a651;
}

.coaches-display__card--image {
	border-radius: 50%;
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.coaches-display__card--name {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #231f20;
	margin: 5px;
}

.coaches-display__card--location {
	font-size: 14px;
	color: #8b93a0;
	margin: 0 0 2px;
}

.coaches-display__card--note {
	font-size: 16px;
	color: #f6d404;
	margin: 0 0 2px;
}

.coaches-display__card--note > i {
	margin-right: 5px;
}

.coaches-display__card--note > i:last-child {
	margin-right: 0;
}

.coaches-display__card--section-types {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.coaches-display__card--section-types > span {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 12px;
	border-radius: 13px;
	background: #e6e7ee;
	font-size: 14px;
	font-weight: 600;
	color: #231f20;
	margin: 0px 2px 5px;
	line-height: normal;
}

.coaches-display__card--freebooking-btn {
	min-width: 170px;
	padding: 10px 28px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 60px;
	background-color: #00a651;
	color: #fff;
}

.coaches-display__card--freebooking-btn:hover,
.coaches-display__card--freebooking-btn:focus {
	background-color: #26b44e;
	color: #fff;
	text-decoration: none;
}

@media (min-width: 479px) {
}

@media (max-width: 767px) {
	.results_list {
		padding: 0;
	}
	.coaches-display__card {
		width: 100%;
	}
	.coaches-display__card--image {
		width: 146px;
		height: 146px;
	}
	#side-filters {
		margin: 0;
	}
	.sort_header {
		padding: 0 15px;
	}
}

/**
* Pagination
*/

ul.pagination {
	margin: 50px 0 -30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #3f3f3f;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}

ul.pagination > li.page-number,
ul.pagination > li.page-prev,
ul.pagination > li.page-next {
	cursor: pointer;
}

ul.pagination > li.page-number > div::after {
	height: 2px;
	width: 100%;
	background-color: #ebecf2;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}

ul.pagination > li.page-number.active > div::after {
	background-color: #00a651;
}

ul.pagination > li > div {
	min-width: 44px;
	height: 37px;
	padding: 0 0 7px 0;
	position: relative;
	background-color: transparent;
}

ul.pagination > li.active > div {
	background-color: transparent;
	height: 37px;
}

ul.pagination > li.active > div:hover {
	background-color: transparent;
}

ul.pagination > li > div.pagination-btn {
	padding: 2px 0 0;
	font-weight: 600;
}

/**
* Responsive
*/

@media (max-width: 767px) {
	section.search_result_page {
		padding-top: 0;
	}

	.btn.toggle-filters {
		margin-top: 0;
	}

	#coaches-display__results_list_title h3 {
		white-space: nowrap;
		font-size: 20px;
		margin: 0;
	}

	.coaches-display__card {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}

	.coaches-display__card--section-avatar {
		width: 100%;
		height: 200px;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}

	.coaches-display__card--image {
		width: 190px;
		height: 190px;
	}

	.coaches-display__card--section-types .badge.rounded-pill {
		font-size: 12px;
		padding: 0.2rem 0.5rem 0.3rem;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.coaches-display__card--image {
		width: 190px;
		height: 190px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.coaches-display__card--image {
		width: 163px;
		height: 163px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	#coaches-display__search--section-price {
		display: flex;
		flex-flow: column nowrap;
		align-items: start;
		justify-content: start;
	}
	.sort_header {
		padding: 0 15px;
	}

	.coaches-display__card--section-types .badge.rounded-pill {
		font-size: 12px;
		padding: 0.2rem 0.5rem 0.3rem;
	}
}

/*@media (min-width: 1900px) {
	.coaches-display__figures--figure {
		width: 2120px;
		height: 3260px;
		border-top: 1220px solid #1aba6a;
		margin-left: -425px;
	}
}*/

/* Loader */
.results_list_loader {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50vh;
}

@keyframes loader_5191 {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .square {
    background: #2c3e50;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
  }

  #sq1 {
    margin-top: -25px;
    margin-left: -25px;
    animation: loader_5191 675ms ease-in-out 0s infinite alternate;
  }

  #sq2 {
    margin-top: -25px;
    animation: loader_5191 675ms ease-in-out 75ms infinite alternate;
  }

  #sq3 {
    margin-top: -25px;
    margin-left: 15px;
    animation: loader_5191 675ms ease-in-out 150ms infinite;
  }

  #sq4 {
    margin-left: -25px;
    animation: loader_5191 675ms ease-in-out 225ms infinite;
  }

  #sq5 {
    animation: loader_5191 675ms ease-in-out 300ms infinite;
  }

  #sq6 {
    margin-left: 15px;
    animation: loader_5191 675ms ease-in-out 375ms infinite;
  }

  #sq7 {
    margin-top: 15px;
    margin-left: -25px;
    animation: loader_5191 675ms ease-in-out 450ms infinite;
  }

  #sq8 {
    margin-top: 15px;
    animation: loader_5191 675ms ease-in-out 525ms infinite;
  }

  #sq9 {
    margin-top: 15px;
    margin-left: 15px;
    animation: loader_5191 675ms ease-in-out 600ms infinite;
  }
