.membership-list-content-font {
	font-family: 'Montserrat', helvetica neue, helvetica, arial, sans-serif !important;
}

.sqf-navy-background:hover,
.sqf-red-background:hover{
	color:#ffffff;
}


.sqf-navy-background {
	background-color: #2d354e !important;
	color:#ffffff;
}

.sqf-red-background {
	background-color: #a32135 !important;
	color:#ffffff;
}

.sqf-yellow-background {
	background-color: #FFCD4E !important;
	color:#000000 !important;
}

.sqf-gray-background {
	background-color: #e5e5e5 !important;
	color: #000000 !important;
}

.membership-types-titles {
	position: absolute;
	margin-left: 30px;
}

@media (max-width: 700px) {
	.membership-types-titles {
		display: none;
	}
}

.membership-types-logo {
	text-align: center;
	margin: 30px 0;
}

.membership-types-main-title {
	color: #2d354e;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

@media (max-width: 480px) {
	.no-padding {
		padding-left: 0;
		padding-right: 0;
	}
}

.pricing-content-1 .mobile-padding {
	word-wrap: break-word;
}

.membership-types-sub-title {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #2d354e;
}

.pricing-content-1 .price-table-head {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.pricing-content-1 .price-column-container.border-active {
	border-radius: 4px;
	border: 2px solid #f9f9f9;
	margin-bottom: 35px;
	box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.06);
}

.pricing-content-1 .price-column-container {
	text-align: left;
}

.membership-title {
	max-width: 90%;
	word-wrap: break-word;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

.pricing-content-1 .price-table-pricing {
	word-wrap: break-word;
	text-align: right;
	margin-right: 25px;
	display: flex;
	justify-content: flex-end;
}

.pricing-content-1 .price-table-pricing .membership-price {
	font-size: 40px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

.pricing-content-1 .price-table-pricing .membership-currency {
	font-size: 16px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin-left: 8px;
	margin-top: 8px;
}

.membership-name-label {
	font-size: 18px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

.membership-footer-wrapper {
	margin-top: 17px;
}

.membership-mobile-header {
	display: none;
}

.membership-mobile-content {
	display: none;
}

@media (max-width: 425px) {
	.membership-types-main-title {
		font-size: 28px;
	}
}

@media (max-width: 350px) {
	.membership-types-main-title {
		font-size: 24px;
	}
}

@media (max-width: 425px) {
	.membership-types-sub-title {
		font-size: 20px;
	}
}

@media (min-width: 448px) {
	.membership-mobile-content {
		display: none !important;
	}

	.membership-footer-wrapper {
		display: flex;
		align-items: center;
		margin-top: 17px;
	}
}

@media (max-width: 448px) {
	.membership-title {
		font-size: 16px;
		line-height: 1.4;
	}

	.membership-list-content .pricing-content-1 .price-table-head {
		height: 70px;
	}

	.pricing-content-1 .price-table-content {
		margin-left: 0 !important;
		background-color: transparent !important;
	}

	/*.membership-desktop-header {*/
	/*    display: none;*/
	/*}*/

	/*.membership-desktop-content {*/
	/*    display: none!important;*/
	/*}*/

	.membership-mobile-header {
		display: block;
	}

	.membership-mobile-content {
		display: block;
	}

	.membership-info-row {
		margin-bottom: 5px;
	}
}

.membership-footer-wrapper a.btn {
	padding: 11px 31px;
	text-transform: capitalize !important;
}

.membership-list-content .pricing-content-1 .price-table-head {
	text-align: center;
	word-wrap: break-word;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pricing-content-1 .price-table-content {
	background-color: transparent;
	margin-left: 20px;
	color: #2d354e;
	font-weight: 300;
}

.pricing-content-1 .price-table-content .price-table-content-description {
	font-size: 18px;
	margin-top: 20px;
}

.pricing-content-1 .price-table-content .price-table-content-description-information {
	font-size: 16px;
}

.pricing-content-1 .price-table-content .text-right {
	margin-right: 25px;
}

.pricing-content-1 .price-table-content .row:last-child {
	padding-bottom: 6px;
}

.pricing-content-1 .price-table-content .row {
	padding-bottom: 6px;
}

.pricing-content-1 .price-table-footer {
	padding: 0;
	margin-top: -3px;
	margin-left: 20px;
	margin-bottom: 25px;
}

.modal#signup_membership .modal-title {
	color: #383737;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 5px;
}

.modal#signup_membership .modal-header {
	border: 0;
	padding: 19px 26px 15px 26px;
}

.modal#signup_membership .modal-membership-information {
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 0 15px 0;
}

.modal#signup_membership .modal-footer-information {
	margin-top: 5px;
	display: flex;
	align-items: center;
}
.modal#signup_membership .modal-footer-information label {
	margin-left: 10px;
	cursor: pointer;
}

.modal#signup_membership .modal-membership-data {
	border-bottom: 1px solid #e4e4e4;
	display: flex;
	padding: var(--Numbers-Spacing-spacing-20, 20px) 0px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;

	align-self: stretch;
}

.modal#signup_membership .modal-body ul {
	padding: 0;
	list-style-type: none;
}

.modal#signup_membership .modal-body ul li {
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #a9a9a9;
	font-size: 16px;
	margin-bottom: 8px;
}

.modal#signup_membership .modal-body ul li:not(:last-child) span {
	float: right;
}

.modal#signup_membership .modal-body ul li #membership_administration_fee_amount {
	float: right;
}

.modal#signup_membership .modal-body ul li:last-child {
	margin-bottom: 0;
}

.modal#signup_membership .modal-label {
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #a9a9a9;
	font-size: 16px;
}

.modal#signup_membership .modal-footer button#btn-close {
	padding: 10px 23px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.modal#signup_membership .modal-footer button#btn-pay {
	padding: 10px 24px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-left: 9px;
}

.modal#signup_membership .modal-footer {
	padding: 5px 15px 25px 15px;
	border: 0;
}

@media (min-width: 768px) {
	.modal#signup_membership .modal-dialog {
		width: 464px;
	}
	.modal-dialog {
		margin: 135px auto;
	}
}

@media (max-width: 992px) {
	.pricing-content-1 .price-table-head-left {
		margin: 0;
		text-align: center;
	}

	.pricing-content-1 .price-table-footer {
		text-align: center;
	}
}

@media (max-width: 447px) {
	.price-table-head {
		height: 50px !important;
	}
}

.powered {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.powered .caption {
	/* margin-left: 3%; */
	display: inline-block;
	height: 20px;
	line-height: 20px;
	color: #8290a3;
	font-weight: 400;
}
.powered .min-logo {
	background-position: center;
	background-repeat: no-repeat;
	min-width: 77px;
	margin-left: 4px;
	margin-right: 4px;
	display: inline-block;
	vertical-align: middle;
}
.powered .logo-book247 {
	background-image: url('../img/login/book-logo-new.svg');
	height: 20px;
}
.powered .logo-rankedin {
	background-image: url('../img/login/rankedin-logo-new.svg');
	height: 20px;
}
.powered .separator-logo {
	height: 15px;
	width: 1px;
	background-color: #999;
	vertical-align: middle;
	display: inline-block;
}

.create-account {
	padding: 28px 0 28px 0;
	text-align: center;
	background-color: #6c7a8d;
	font-size: 16px;
	border-top: 1px solid #eee;
	border-radius: 0 0 7px 7px;
}
.create-account > p {
	margin: 0;
}

.create-account p a {
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
}

.create-account a {
	display: inline-block;
	margin-top: 5px;
}
.create-account button {
	width: 90%;
	margin-top: 15px;
	font-weight: 600;
	line-height: 2;
}

/* @media screen and (min-width: 768px) {
	.create-account {
		height: 280px;
		border-left: 1px solid #eee;
		border-top: 0 !important;
		padding-top: 100px;
	}
} */

.forget-form {
	padding: 0px;
	margin: 0px;
}

.result-forget-form,
.forget-form {
	display: none;
}

.forget-form .form-actions {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.pre-register-form,
.pre-register-password-api,
.user_result_forget_form,
.result-register-form {
	display: none;
}

.pre-register-form a#forget-password {
	margin-top: 0;
	margin-bottom: 3px;
}

.pre-register-form,
.pre-register-form,
.result-register-form {
	padding: 0px;
	margin: 0 0 25px 0;
}

.register-form {
	display: none;
}

.register-form div.checker {
	margin-left: -2px;
}

.register-form .form-actions {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0px;
}

.memberships-register-form {
	display: none;
}

.memberships-register-form div.checker {
	margin-left: -2px;
}

.memberships-register-form .form-actions {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0px;
}

.login .content {
	background-color: #eceef1;
	border-radius: 7px;
	/*width: 400px;*/
	margin: 40px auto 10px auto;
	padding: 0 !important;
	padding-top: 10px;
	overflow: hidden;
	position: relative;
}

.input-inline-help-register {
	padding-left: 5px;
	padding-right: 5px;
}
.input-inline-help-register > a.question-button {
	padding: 1px 10px 0px;
	cursor: pointer;
	line-height: 17px;
	font-size: 26px;
}

.box-button {
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 35px;
	float: right;
}

.fancybox-overlay {
	z-index: 1000000 !important;
}

.modal-label-gray {
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #a9a9a9;
	font-size: 16px;
	margin-bottom: 0;
}

.line-height-label {
	line-height: 34px;
}

.tag-filter-container {
	display: flex;
	flex-direction: column;
}

.invoice-filter-container {
	display: flex;
	flex-direction: column;
}

.filtering-sidebar-wrapper {
	z-index: 10;
	max-width: 75%;
	position: sticky;
	top: 10%;
}

.filtering-sidebar {
	background: rgb(253, 159, 50);
	position: absolute;
	left: -400px;
	transition: 0.7s;
	padding: 5px;
	max-width: 400px;
}

.filtering-sidebar.show {
	left: 0;
}

.filters {
	max-width: 400px;
	min-width: 400px;
	min-height: 128px;
}

.filters-header {
	font-weight: bold;
	position: absolute;
	background: rgb(253, 159, 50);
	color: white;
	transform: rotate(-90deg);
	padding: 10px 15px 10px 15px;
	right: -91px;
	top: 46px;
}

.filters-header.fa-item i {
	color: white;
}

.filtering-sidebar .btn.orange {
	font-weight: bold;
	color: #fff;
	background-color: rgb(252, 176, 87);
}

.filters-header {
	display: none !important;
}

.filters-header.show {
	display: inline-block !important;
}

.filters-title {
	font-weight: bold;
	color: white;
}

.filtering-sidebar .btn.orange.active {
	background-color: orangered;
}

.filters-header:hover {
	background: rgb(253, 159, 50);
}

.filters-header-wrapper {
	position: relative;
}

@media screen and (max-width: 448px) {
	.filtering-sidebar {
		left: -320px;
		max-width: 320px;
	}

	.filters {
		max-width: 320px;
		min-width: 320px;
	}
}

/*Stefan design code*/

*,
*::before,
*::after {
	box-sizing: border-box;
}
body {
	background-color: #f2f2f7 !important;
}
.container-memberships {
	max-width: 1416px;
	margin: auto;
}

p {
	margin-bottom: 0px;
}

.row.logo {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 10px;
}

.row.logo img {
	width: 78px;
	height: 78px;
	object-fit: contain;
}

.row.logo h2 {
	color: #3a3a3c;
	text-align: center;
	/* Headings/h3 */
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 38.4px */
}

.row.logo p {
	align-self: stretch;
	color: #3a3a3c;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
}

.col.plan {
	/* min-width: 375px; */
	min-height: 317px;
	padding: 5px;
	width: 100%;
}

.membership-desktop-content.membership-content {
	padding: 0px;
	margin-bottom: 0px;
}

.plan-content {
	background-color: #fff;
	padding: 8px 12px 16px 12px;
	border-radius: 12px;
}

.plan-title {
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	text-align: center;
	border-bottom: 1px solid #e5e5ea;
	gap: 8px;
	height: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.plan-text {
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px;
	color: #3a3a3c;
	text-align: center;
}

.text-group {
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22.4px;
	color: #3a3a3c;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 16px;
	/*min-height: 45px;*/
}

.accordion-button::after {
	margin-left: unset !important;
}

p.accordion-button {
	display: flex;
	flex-direction: column;
	background-color: transparent;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.accordion-button:not(.collapsed) {
	color: black;
	background-color: transparent;
	box-shadow: unset;
}

.accordion-item {
	border: none;
}

.accordion-body ul {
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
}

.accordion-body li {
	color: #3a3a3c;
	text-align: center;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.plan-price {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
	height: 58px;
}

.price-value {
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin-right: 5px;
}

.price-currency {
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.signup-btn {
	width: 100%;
	border-radius: 12px;
	padding: 12px;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 21px */
}

.more-info-accordion {
	text-align: center;
}

.more-info-accordion button {
	color: black;
}

.more-info-accordion button:hover {
	text-decoration: none;
}

.info-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #3a3a3c;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 16px;
}

.bottom-small-text-plan {
	color: #3a3a3c;
	font-family: Inter;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.pricing-content-1,
.membership-list-content .portlet {
	background-color: transparent !important;
}

.modal-header-new {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px 12px 0px;
	gap: 8px;
	border-bottom: 1px solid #e5e5ea;
	margin: 0px;
}

.modal-title-new {
	color: #2b59d0;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	margin: 0px;
}

.modal-content {
	padding: 4px 15px 20px 15px;
}

.close-new {
	border: none;
	background: none;
	padding: 0px;
}

.modal-footer-new {
	display: flex;
	padding: 20px 0px;
	align-items: center;

	align-self: stretch;
}

#username_focus,
#login-password {
	background-color: transparent !important;
}

/* .login-form-content {
	max-width: 545px;
} */

.login-text-modal {
	color: #3a3a3c;
	/* Body/p2-b */
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 22.4px */
	text-align: center;
	margin-bottom: 15px;
}

.btn-login,
.reset-pass-next,
.next-result-forget-btn,
#preregister-btn1,
.submit-register-btn,
.pre-register-form-btn,
.result-register-form-btn,
.primary-btn-new {
	background-color: #2b59d0;
	border-radius: 8px;
	color: #ffffff !important;
	height: 49px;
	padding: 12px;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.transparent-btn-new {
	background-color: transparent;
	border-radius: 8px;
	color: var(--Color-Text-text-link-primary, #557de2);
	height: 49px;
	padding: 12px;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

#forget-password {
	color: #557de2;
	text-align: right;

	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.rememberme.check {
	color: #8e8e93;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 16.9px */
}

.create-account .caption-subject {
	color: #3a3a3c;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 22.4px */
}

#pre-register-btn {
	background-color: #33a2e1;
	border-radius: 8px;
	color: #ffffff !important;
	height: 49px;
	padding: 12px;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	width: 100%;
}

.portlet-title {
	margin-bottom: 20px;
}

form .caption,
.signup_modal_message {
	width: 100%;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	color: #3a3a3c !important;
	/* Body/p2-b */
	font-family: Inter;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 140% !important; /* 22.4px */
}

.forgot-pass-input,
.register-user-input,
.pre-register-form-input,
.create-form-details input,
.create-form-details select,
.new-input {
	height: 43px;
	width: 100%;
}

.hint-result-forget,
.hint.register-finished {
	margin-bottom: 15px;
	color: var(--Color-Text-text-secondary, #3a3a3c);
	/* Body/p3-r */
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
}

.create-form-details {
	display: flex;
}

.left-details,
.right-details {
	width: 50%;
	padding: 5px;
}

.input-group {
	width: 100%;
}

.create-selects {
	display: flex;
	justify-content: space-between;
}

.modal-dialog {
	max-width: 800px;
	width: unset;
	display: inline-block;
}

.modal.fade {
	text-align: center;
}

.create-selects div {
	flex: 0.3;
}

.terms-check {
	text-align: left;

	margin-bottom: 15px;
	color: var(--Color-Text-text-secondary, #3a3a3c);
	/* Body/p3-r */
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
}

.select-col {
	width: 100%;
}

.forget-password-block {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.memberships-register-form {
		width: 750px;
	}
}

@media screen and (max-width: 768px) {
	.memberships-register-form {
		width: unset;
	}
	.create-form-details {
		flex-direction: column;
	}
	.left-details,
	.right-details {
		width: 100%;
	}
}

.modal-footer-new .powered {
	display: flex;
	align-items: center;
	justify-content: center;
}

html,
body {
	overflow-x: hidden;
}

.membership-list-content .portlet {
	margin-top: 0px !important;
}

@media screen and (min-width: 800px) {
	body {
		height: 100vh;
	}

	.page-container {
		height: calc(100% - 252px);
	}

	.page-content-wrapper {
		height: 100%;
	}
}

.long-description {
	text-align: center;
	margin-bottom: 20px;
}

.description-title {
	color: var(--Color-Text-text-secondary, #3a3a3c);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.description-text {
	color: var(--Color-Text-text-secondary, #3a3a3c);
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.periods-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.periods-info span {
	color: #3a3a3c;
	/* Body/p5-r */
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 16.9px */
}

.modal-footer-new.column-direction {
	flex-direction: column;
}

select.new-dropdown {
	height: 49px;
	padding: 12px;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
}

.terms_link {
	color: #557de2;
	/* Body/p5-m */
	font-family: Inter;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 16.9px */
}

.terms-text {
	color: #8e8e93;
	/* Body/p5-m */
	font-family: Inter;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 16.9px */
}

.terms-container {
	text-align: left;
}

.buttons-bottom-column-direction {
	display: flex;
	flex-direction: column;
}

.country-label {
	text-align: left;
}

.form-group.country-select {
	text-align: left;
}

.buttons-bottom-column-direction.add-address {
	margin-top: 40px;
}

.form-group country-select {
	text-align: left;
}

.membership-desktop-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.membership-types-main-title {
	color: var(--Color-Text-text-secondary, #3a3a3c);
	text-align: center;

	/* Headings/h3 */
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 38.4px */
}

.membership-types-sub-title {
	color: var(--Color-Text-text-secondary, #3a3a3c);
	text-align: center;

	/* Body/p2-m */
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
}

.trainer-header-title-container {
	width: 100% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-left: 0px !important;
}

.trainer-header-title-container.subtitle {
	margin-bottom: 20px;
}

.price-table-content.price-table-content-desktop {
	margin: 0px !important;
	padding: 0px !important;
	width: 291px;
	height: 314px;
}

.price-table-content img {
	height: 100%;
	border-radius: var(--Numbers-Radius-radius-12, 12px);
}

.membership-content {
	padding: 5px !important;
	padding-bottom: 20px !important;
}

.trainer-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	border-radius: var(--Numbers-Radius-radius-12, 12px);
	background: var(--Color-Background-bg-primary, #fff);
}

.trainer-name {
	color: var(--Color-Text-text-primary, #1a1a1a);

	/* Headings/h5 */
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 31.2px */
}

.club-name {
	color: var(--Color-Text-text-secondary, #3a3a3c);

	/* Body/p3-m */
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 21px */
}

.private-availability {
	color: var(--Color-Text-text-secondary, #3a3a3c);

	/* Body/p6-r */
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 15.6px */
}

.membership-price-new {
	color: var(--Color-Pricing-cards-dark-blue, #2b59d0);
	text-align: center;

	/* Headings/h4 */
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 33.6px */
}

.membership-currency-new {
	color: var(--Color-Pricing-cards-dark-blue, #2b59d0);
	text-align: center;

	/* Body/p4-r */
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
	margin-left: 5px;
}

.price-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.book-btn {
	margin-bottom: 15px;
}

.container-trainer {
	max-width: 1416px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.dropdowns-container {
	width: 100%;
	display: flex;
	justify-content: SPACE-BETWEEN;
	align-items: center;
}

select.new-dropdown {
	width: 100%;
}

.select-wrapper {
	width: 48%;
}

.new-dropdown-trainer {
	border-radius: var(--Numbers-Radius-radius-8, 8px);
	background: var(--Color-Background-bg-secondary, #f2f2f7);
	display: flex;
	padding: var(--Numbers-Spacing-spacing-12, 12px);
	align-items: center;
	gap: 8px;
	align-self: stretch;
	width: 100%;
	border: none;
}

.new-dropdown-trainer:focus-visible {
	border: none !important;
	outline-color: transparent !important;
}

.trainer-name {
	color: var(--Color-Text-text-primary, #1a1a1a);

	/* Body/p1-b */
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 25.2px */
}

.trainer-description {
	color: var(--Color-Text-text-secondary, #3a3a3c);

	/* Body/p6-r */
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 15.6px */
}

.activity-group-badges h4{
	color: var(--Color-Text-text-secondary, #3A3A3C);

	/* Body/p5-r */
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 16.9px */
}

b.f-s-18{
	color: var(--Color-Text-text-secondary, #3A3A3C);

	/* Body/p2-m */
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
}

span.group-availability{
	color: var(--Color-Text-text-secondary, #3A3A3C);

	/* Body/p5-r */
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 16.9px */
}

.l-h-22 b{
	color: var(--Color-Text-text-secondary, #3A3A3C);

	/* Body/p2-m */
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
}

.badge-group-activity-title{
	color: var(--Color-Text-text-secondary, #3A3A3C);

	/* Body/p5-r */
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 16.9px */
}

.activity-group-badges a{
	border-radius: var(--Numbers-Radius-radius-4, 4px) var(--Numbers-Radius-radius-12, 12px) var(--Numbers-Radius-radius-12, 12px) var(--Numbers-Radius-radius-4, 4px) !important;
	background: var(--Color-Background-bg-red, #FFF3F3) !important;
}

.question-button{
	background: var(--Color-Background-bg-red, #FFF3F3) !important;
	border: none;
	padding-top: 5px !important;
}

.search-container img{
	border-radius: 8px;
}

.booking-hours-info{
	display: flex;
	flex-direction: column;
}

.info-bottom {
	text-align: left;
	background: transparent;
	background-color: transparent;
	text-decoration: none;
	color: var(--Color-Text-text-secondary, #3A3A3C);

	/* Body/p4-r */
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
}

.group-info-box,
.why-pay
{
	text-align: left;
}



@media (max-width: 992px) {
	#location-activity-select .dropdowns-container{
		display: flex;
		flex-direction: column;

	}
	.select-wrapper {
		width: 100%;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	#collapse8122873 img{
		display: block !important;
	}
	.trainer-container-desktop{
		display: none;
	}

}
@media (min-width: 992px) {
	.mobile-trainer-description{
		display: none;
	}
}


.panel-heading.show-more{
	max-width: 100px;
}
.panel-heading.show-more a{
	color: var(--Color-Text-text-link-primary, #557DE2) !important;

	/* Body/p5-m */
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 16.9px */
}

#accordion7401210 .panel-default{
	background: transparent;
	border: none;
}
#accordion7401210 .panel-body{
	background: transparent;
	border: none;
}

.mobile-trainer-description{
	padding: var(--Numbers-Spacing-spacing-16, 16px);
	align-items: center;
	gap: var(--Numbers-Spacing-spacing-16, 16px);
	border-radius: var(--Numbers-Radius-radius-12, 12px);
	background: var(--Color-Background-bg-primary, #FFF);
	margin-top: 10px;
	margin-bottom: 10px;
}

.panel-heading.show-more{
	background: none;
	padding: 0px;
	margin-top: 5px;
}

.slots-container{
	border-radius: var(--Numbers-Radius-radius-12, 12px);
	background: var(--Color-Background-bg-primary, #FFF);
}


.activity-group-badges a.green-jungle-stripe{
	background-color: #7EC06E !important;
	border-color: #64A953 !important;
}
.booking-hours-info .info-bottom.green-jungle-stripe{
	border-color: #64A953 !important;
}


.activity-group-badges a.green-jungle-stripe .question-button{
	background-color: #7EC06E !important;
}

.activity-group-badges a.yellow-saffron-stripe{
	background-color: #EEA009 !important;
	border-color: #FEB72F !important;
}
.booking-hours-info .info-bottom.yellow-saffron-stripe{
	border-color: #FEB72F !important;
}

.activity-group-badges a.yellow-saffron-stripe .question-button{
	background-color: #EEA009 !important;
}

.activity-group-badges a.red-stripe{
	background-color: #FF5E5E !important;
	border-color: #FF7676 !important;
}

.activity-group-badges a.red-stripe .question-button{
	background-color: #FF5E5E !important;
}

.booking-hours-info .info-bottom.red-stripe-stripe{
	border-color: #FF5E5E !important;
}

.activity-group-badges a.purple-stripe{
	background-color: #2B59D0 !important;
	border-color: #4C79EC !important;
}

.activity-group-badges a.purple-stripe .question-button{
	background-color: #2B59D0 !important;
}

.booking-hours-info .info-bottom.purple-stripe{
	border-color: #2B59D0 !important;
}

.booking-hours-info .info-bottom{
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
}

.activity-group-badges a{
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
}

#location-activity-select{
	margin-top: 10px;
}

@media (max-width: 768px) {
	.membership-scroll-wrapper {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none;  /* IE and Edge */
	}
	.membership-scroll-wrapper::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Opera */
	}
	.membership-content-row {
		flex-wrap: nowrap !important;
		display: flex;
	}
	.membership-content {
		min-width: 80vw !important;  /* Show most of the card */
		max-width: 80vw !important;
		flex: 0 0 auto !important;
		box-sizing: border-box;
	}

	.long-description {
		height:145px;
		overflow:hidden;
	}

	.row.logo h2 {
		font-size:24px;
		line-height: 120%;
	}

	.row.logo p{
		font-size:13px;
	}

	h5.mb-0{
		margin-top:0px;
		margin-bottom:0px;
	}

	.description-more-info {
		display:none;
	}

	.dropin-subtitle{
		font-size:13px;
	}

	.dropin-section {
		padding-left:0px;
	}

	.dropin-cards-row{
		padding-left:0px;
	}
}

@media (max-width: 768px) {
	.dropin-scroll-wrapper {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		padding-bottom: 10px;
		scrollbar-width: none;
		-ms-overflow-style: none;
		background-color: #F2F2F7;
	}
	.dropin-scroll-wrapper::-webkit-scrollbar {
		display: none;
	}
	.dropin-cards-row {
		flex-wrap: nowrap !important;
		display: flex;
		gap: 16px;
		margin-left: 0;
		margin-right: 0;
	}
	.dropin-card {
		min-width: 70vw !important;
		max-width: 70vw !important;
		flex: 0 0 auto !important;
		box-sizing: border-box;
		padding-left: 0 !important;
		padding-right: 0 !important;
		background-color: white;
		border-radius: var(--Numbers-Radius-radius-16, 16px);
		border: 1px solid var(--Color-Border-border-primary, #E5E5EA);
		min-height: 350px;
	}
}
.dropin-card {
	background-color: white;
	min-height: 350px;

}
.dropin-scroll-wrapper{
	background-color: #F2F2F7;
}
.dropin-card-inner {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
	padding: 18px 12px 18px 12px;
	margin-bottom: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 220px;
}
.dropin-card-header {
	background: #e5e5e5;
	border-radius: 16px 16px 0 0;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	text-align: center;
	padding: 8px 0 8px 0;
	margin-bottom: 10px;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--Black, #000);
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 28px */
}
.dropin-card-body {
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
	min-height: 130px;
}
.dropin-card-price {
	color: var(--Black, #000);
	text-align: center;

	/* Headings/h4 */
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 33.6px */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.dropin-card-body-title{
	color: var(--Color-Text-text-secondary, #3A3A3C);
	text-align: center;

	/* Body/p2-m */
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
	margin-bottom: 20px !important;
}

.dropin-card-body span {
	color: var(--Color-Text-text-secondary, #3A3A3C);
	text-align: center;

	/* Body/p3-r */
	font-family: Inter;
	font-size: 15px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
}

.dropin-card-price-currency{
	color: var(--Black, #000);
	text-align: center;

	/* Body/p4-r */
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
	margin-left: 5px;
}

.dropin-card-button{
	display: flex;
	align-items: center;
	justify-content: center;
}

.dropin-card-button button{
	display: flex;
	width: 203px;
	padding: var(--Numbers-Spacing-spacing-16, 16px) var(--Numbers-Spacing-spacing-12, 12px);
	justify-content: center;
	align-items: center;
	gap: var(--Numbers-Spacing-spacing-8, 8px);
	border-radius: var(--Numbers-Radius-radius-8, 8px);
	background: #000;

	color: var(--Color-Text-text-white, #FFF);
	text-align: center;

	/* Body/p1-m */
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 25.2px */
}

@media (min-width: 769px) {
	.dropin-card{
		background-color: transparent;
		background: none;
	}

	.dropin-card-body,
	.dropin-card-price,
	.dropin-card-button{
		background-color: white;
		margin-bottom: 0px;
		padding-bottom: 20px;
		border-left:  1px solid var(--Color-Border-border-primary, #E5E5EA);;
		border-right:  1px solid var(--Color-Border-border-primary, #E5E5EA);;

	}
	.dropin-card-body{
		margin-top: 0px;
		padding-top: 20px;
	}
	.dropin-card-header{
		margin-bottom: 0px;
	}

	.dropin-card-button{
		height: 110px;
		border-bottom:  1px solid var(--Color-Border-border-primary, #E5E5EA);
		border-bottom-right-radius: 16px;
		border-bottom-left-radius: 16px;
	}
}

.sqf-navy-gray-background {
	background-color: #5e688a !important;
	color: #ffffff !important;
}

.sqf-navy-text {
	color: #2D3F6E !important;
}

.sqf-red-text {
	color: #a32135 !important;
}

.sqf-gray-text {
	color: #e5e5e5 !important;
}

.sqf-navy-gray-text {
	color: #5e688a !important;
}

.sqf-yellow-text { color:#FFCD4E !important;}