/* -------------------------------------
	Theme Name: Betsquare
	Theme URI: https://www.betsquare.com
	Author: Betsquare
	Author URI: https://www.betsquare.com
	Description: CSS for the updated review pages (single-portfolio.php)
------------------------------------- */

/*
	https://getbootstrap.com/docs/5.0/layout/breakpoints/
	X-Small			  None	<576px
	Small				sm	  ≥576px
	Medium			   md	  ≥768px
	Large				lg	  ≥992px
	Extra large		  xl	  ≥1200px
	Extra extra large	xxl	 ≥1400px
*/

/* https://cssminifier.com/ */

/* Header */
/* Breadcrumbs */
/* Text */
/* Overview */
/* WPB Content */


/* ---------------------------------- */
/* LEGACY OVERRIDES */

.ocm-effect-wrap .container {
  padding: 0  !important;
}

/* ---------------------------------- */
/* TYPHOGRAPHY */

@media (max-width: 992px) {

	.bsq-page-layout-v2-content-wrapper h1,
	.bsq-page-layout-v2-content-wrapper h2,
	.bsq-page-layout-v2-content-wrapper h3,
	.bsq-page-layout-v2-content-wrapper h4,
	.bsq-page-layout-v2-content-wrapper h5,
	.bsq-page-layout-v2-content-wrapper h6 {
		padding: 0px !important;
		margin: 0px !important;
		color: #06203D !important;
		margin-bottom: 10px !important;
		display: block !important;
		text-align: left !important;
		font-weight: normal !important;
	}

	.bsq-page-layout-v2-content-wrapper h1, .wpb_wrapper h1.vc_custom_heading {
		font-size: 24px !important;
		line-height: 120% !important;
	}

	.bsq-page-layout-v2-content-wrapper h2, .wpb_wrapper h2.vc_custom_heading {
		font-size: 22px !important;
		line-height: 120% !important;
	}

	.bsq-page-layout-v2-content-wrapper h3, .wpb_wrapper h3.vc_custom_heading {
		font-size: 20px !important;
		line-height: 120% !important;
	}

	.bsq-page-layout-v2-content-wrapper h4, .wpb_wrapper h4.vc_custom_heading {
		font-size: 18px !important;
		line-height: 120% !important;
	}

	.bsq-page-layout-v2-content-wrapper h5, .wpb_wrapper h5.vc_custom_heading {
		font-size: 18px !important;
		line-height: 120% !important;
	}

	.bsq-page-layout-v2-content-wrapper h6, .wpb_wrapper h6.vc_custom_heading {
		font-size: 16px !important;
		line-height: 120% !important;
	}

	.bsq-page-layout-v2-content-wrapper p {
		font-size: 16px !important;
		color: #607687 !important;
		line-height: 180% !important;
	}

}

/* ---------------------------------- */
/* MAIN */

.bsq-page-layout-v2-main-container {
	background-color: #ffffff;
	padding: 0px 0px 0px 0px !important;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}

/* ---------------------------------- */
/* HEADER */

.bsq-page-layout-v2-header-container {
    width: 100%;
	min-height: 435px;
	margin-top: 0;
	margin-bottom: 20px;
}

.bsq-page-layout-v2-header-shadow {
    width: 100%;
	min-height: 435px;
	background: #D4ECFF;
	clip-path: polygon(0 0, 100% 0, 100% 91%, 95% 100%, 15% 85%, 0 100%);
}

.bsq-page-layout-v2-header-wrapper {
    width: 100%;
	min-height: 435px;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	margin-top: 0;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 98%, 15% 80%, 0 100%);
	background-position: top -150px center;
	padding-top: 50px;
}

.bsq-page-layout-v2-header-div-content {
    width: 90%;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;;
	align-items: flex-start;
	z-index: 2;
	padding: 0;
}

.bsq-page-layout-v2-header-div-nav-container {
    width: 100%;
	margin-bottom: 20px;
}

.bsq-page-layout-v2-header-div-nav-wrapper {
    width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: flex-start;;
	align-items: flex-start;
	border-style: solid;
	border: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #b8c8d8;

}

.bsq-page-layout-v2-header-div-content-container {
    width: 100%;
	margin-bottom: 40px;
	display: inline-flex;
}

.bsq-page-layout-v2-title-wrapper {
    width: 64.83%;
}

.test-1 {
    width: 50%;
}

.test-2 {
	width: 50%;
	overflow: hidden;
	padding-left: 30px;
}

.bsq-page-layout-v2-header-div-h1 {
    width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
}

.bsq-page-layout-v2-header-h1 {
    color: #06203D !important;
	margin-bottom: 20px;
	display: block;
	text-align: left;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.38889;
}

.bsq-page-layout-v2-header-div-sub-h1 {
    width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 13px;
}

.bsq-page-layout-v2-header-div-sub-h1 p {
    color: #384D64 !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75;
}


.bsq-page-layout-v2-header-div-author {
    width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.bsq-page-layout-v2-header-div-author-image {
    width: 25px;
	height: 25px;
	border-radius: 50%;
	overflow: hidden;
}

.bsq-page-layout-v2-header-author-image {
    width: 25px;
	height: 25px;
	display: block;
}

.bsq-page-layout-v2-header-div-author-details {
    width: calc( 100% - 70px);
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	padding-left: 10px;
}

.bsq-page-layout-v2-header-div-author-pencil-wrapper {
    box-sizing: border-box;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	border: 0px #249b31 solid;
	z-index: 0;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.bsq-page-layout-v2-header-div-author-pencil-wrapper i {
	font-size: 10px;
    line-height: 20px;
	color: #FFFFFF;
	padding-top: 2px
}

.bsq-page-layout-v2-header-div-author-name {
    padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	font-size: 14px;
    line-height: 20px;
    color: #383838;
	font-weight: 600;
}

.bsq-page-layout-v2-header-a-author-name {
    color: #06203D !important;
	text-decoration: underline;
}

.bsq-page-layout-v2-header-div-author-details-title {
    height: 30px;
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
    line-height: 20px;
    color: #383838;
	font-weight: 200;
}

.bsq-page-layout-v2-header-div-sub-header {
    width: 90%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
}

.bsq-page-layout-v2-header-latest-update {
	font-size: 16px;
    line-height: 1.5;
    color: #060606;
}

.bsq-page-layout-v2-header-latest-update-blue {
	font-weight: 700;
    color: #0081e7;
}

.bsq-page-layout-v2-header-buildings {
    position: absolute;
	bottom: 0;
	right: 3%;
	width: auto;
	height: 385px;
}

.bsq-page-layout-v2-featured-image {
	width: auto;
	height: 250px;
	display: block;
}

.bsq-page-layout-v2-header-breadcrumbs {
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 1600px) {
	.bsq-page-layout-v2-title-wrapper {
		width: 55%;
	}
}

@media screen and (max-width: 1200px) {
	.bsq-page-layout-v2-title-wrapper {
		width: 45%;
	}

	.bsq-page-layout-v2-header-div-content-container {
		margin-bottom: 125px;
	}
}

@media screen and (max-width: 1024px) {
	.bsq-page-layout-v2-header-buildings {
		bottom: 5px;
		height: 350px;
	}
}

@media (max-width: 992px) {

    .bsq-page-layout-v2-header-container {
		min-height: auto;
		margin-bottom: 0px;
	}

    .bsq-page-layout-v2-header-shadow {
        min-height: auto;
		clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 15% 93%, 0 100%);
	}

    .bsq-page-layout-v2-header-wrapper {
        min-height: auto;
		clip-path: polygon(0 0, 100% 0, 100% 94%, 95% 98%, 15% 90%, 0 100%);
		padding-top: 35px;
	}

	.bsq-page-layout-v2-header-div-content-container {
		margin-bottom: 40px;
	}

    .bsq-page-layout-v2-header-div-content {
		width: 90%;
		padding: 0px;
	}

	.bsq-page-layout-v2-header-div-nav-container {
		margin-bottom: 10px;
	}

    .bsq-page-layout-v2-header-div-nav {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.bsq-page-layout-v2-title-wrapper {
		width: 100%;
	}

    .bsq-page-layout-v2-header-h1 {
		margin-bottom: 10px;
		font-size: 30px;
		line-height: 1.33;
	}

    .bsq-page-layout-v2-header-div-sub-h1 {
		margin-bottom: 5px;
	}

	.bsq-page-layout-v2-header-div-sub-h1 p {
		font-size: 14px;
		line-height: 1.57143;
	}

	.bsq-page-layout-v2-header-div-author {
		margin-bottom: 10px;
	}

	.bsq-page-layout-v2-header-sub-h1 {
		font-size: 14px;
		line-height: 16px;
	}

    .bsq-page-layout-v2-header-div-author-image,
	.bsq-page-layout-v2-header-author-image {
		width: 30px;
		height: 30px;
	}

    .bsq-page-layout-v2-header-div-author-details {
		width: calc( 100% - 20px);
		height: 20px;
		padding-left: 10px;
	}

    .bsq-page-layout-v2-header-div-author-pencil-wrapper {
		width: 15px;
		height: 15px;
	}

	.bsq-page-layout-v2-header-div-author-pencil-wrapper i {
		font-size: 8px;
		line-height: 15px;
		padding-top: 4px
	}

    .bsq-page-layout-v2-header-div-author-name {
		height: 25px;
		font-size: 12px;
		line-height: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}

    .bsq-page-layout-v2-header-div-author-details-title {
		height: 20px;
		font-size: 12px;
	}

    .bsq-page-layout-v2-header-latest-update {
		font-size: 12px;
		line-height: 14px;
	}

    .bsq-page-layout-v2-header-latest-update-blue {
		font-size: 12px;
		line-height: 2;
	}

    .bsq-page-layout-v2-header-buildings {
		display: none;
	}
}

/* ---------------------------------- */
/* SIDEBAR */

.bsq-page-layout-v2-sidebar-container {
	width: 25%;
	float:left;
	z-index: 999;
}

.bsq-page-layout-v2-sidebar-wrapper {

    width: 100%;
}

.menu-extra {
	width: calc( 100% - 0px );
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
}


/* ---------------------------------- */
/* FILTERS */

.filter-payments {
	background: #f0f7ff;
	padding: 20px;
	border-radius: 20px;
	margin: 0 0 10px 0;
}

.filter-test {
	background: #f0f7ff;
	padding: 20px;
	border-radius: 20px;
	margin: 0 0 10px 0;
}

.image-filter-test {
	width: 100% !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* ---------------------------------- */
/* TOC */

.menu-toc {
	width: calc( 100% - 0px );

	padding: 0 20px 0 0;
}

.bsq-page-layout-v2-toc {
	background: #f0f7ff;
	padding: 20px;
	border-radius: 20px;
}

.bsq-page-layout-v2-toc-title {
	display: block;
	text-decoration: none;
	cursor: default;
	color: rgb(0, 43, 77);
	margin-bottom: 20px;
	font-weight: bold;
}

.bsq-page-layout-v2-toc-item {
    width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.bsq-page-layout-v2-toc-icon {
    width: 30px;
	color: #0081e7;
}

.bsq-page-layout-v2-toc-name {
    width: calc( 100% - 30px);
	color: #0081e7;
}

.bsq-page-layout-v2-toc-name:hover {
   text-decoration: underline;
}

/* ---------------------------------- */
/* CONTENT */

.bsq-page-layout-v2-content-container {
    width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 10px 0px !important;
}

.bsq-page-layout-v2-content-wrapper {
    width: 90%;
	padding: 0px 0px !important;
	position: relative;
}

/* ---------------------------------- */
/* CONTENT */

.bsq-page-layout-v2-sidebar-menu-test {
	background: #6a3375;
    width: 100%;
	padding-right: 20px;
}

.bsq-page-layout-v2-container {
	padding: 0px;
	border-radius: 8px;
	width: 75%;
	float: right;
}

.bsq-page-layout-v2-wpb-wrapper {
    width: 100%;
}

@media (max-width: 1200px) {

	.bsq-page-layout-v2-sidebar-container {
		/*display: none;*/
	}

	.bsq-page-layout-v2-container {
		width: 100%;
	}

}

/* ---------------------------------- */
/* CONTENT PAYMENTS */

.bsq-page-layout-v2-payment-overview-container {
	background: #337535;
}

.bsq-page-layout-v2-payment-overview-wrapper {
	background: #e06a09;
}

/* ---------------------------------- */
/* BREADCRUMBS */

.bsq-page-layout-v2-breadcrumbs-container {
    width: calc( 100% - 100px );
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 !important;
}

.bsq-page-layout-v2-breadcrumbs-p {
    margin: 0  !important;
	padding: 0  !important;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.14;
	color: #060606;
}

.bsq-page-layout-v2-breadcrumbs-p [class*="fa-"] {
	top: 0;
	vertical-align: initial;
}

.bsq-breadcrumb-span {
    margin: 0  !important;
}

.bsq-breadcrumb-href {
    margin: 0  !important;
	color: #0081E7;
}

.bsq-breadcrumb-href:hover {
	text-decoration: underline !important;
}

.bsq-breadcrumb-text {
	color: #06203D;

}

.bsq-breadcrumb-span-seperators {
    margin: 0  !important;
}

@media (max-width: 992px) {
    .bsq-page-layout-v2-breadcrumbs-p {
        margin: 0  !important;
        padding: 0  !important;
		font-size: 12px;
    }

	.bsq-page-layout-v2-header-breadcrumbs {
		margin: 15px auto;
	}
}

#id-svg-item-loader, .bsq-overview-header-wrapper {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: flex
}

#idLoadingBox {
	padding: 60px 0 40px !important;
	background-color: #837c3d
}

#id-svg-item-loader {
	height: 100%;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	background: #ffffff54
}

/* ---------------------------------- */
/* MAIN */

.bsq-overview-main-container {
	background-color: #fff;
	padding: 0 !important;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start
}

/* ---------------------------------- */
/* HEADER */

.bsq-overview-header-container {
	width: 100%;
	min-height: 470px;
	margin-top: 0;
	margin-bottom: 20px
}

.bsq-overview-header-shadow {
	width: 100%;
	min-height: 470px;
	background: #d4ecff;
	clip-path: polygon(0 0, 100% 0, 100% 91%, 95% 100%, 15% 85%, 0 100%)
}

.bsq-overview-header-wrapper {
	min-height: 470px;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	margin-top: 0;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 98%, 15% 80%, 0 100%);
	background-position: top -150px center;
	padding-top: 50px
}

.bsq-overview-header-buildings {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 650px;
	height: 374px;
	z-index: 1
}

.bsq-overview-header-div-content {
	width: 90%;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	z-index: 2;
	padding: 0
}

.bsq-overview-header-div-nav-container {
	width: 100%;
	margin-bottom: 40px
}

.bsq-overview-header-div-nav-wrapper {
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
	border: 0 solid #b8c8d8;
	border-bottom: 1px
}

.bsq-overview-header-div-h1 {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start
}

.bsq-overview-header-div-sub-h1 {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 20px
}

.bsq-overview-header-div-sub-header {
	width: 90%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start
}

.bsq-overview-header-h1 {
	color: #06203d !important;
	margin-bottom: 20px;
	display: block;
	text-align: left;
	font-weight: 500;
	font-size: 36px;
	line-height: 100%
}

.bsq-overview-header-sub-h1 {
	color: #384d64 !important;
	display: block;
	text-align: left;
	font-weight: 200;
	font-size: 18px;
	line-height: 22px
}

.bsq-overview-header-sub-header {
	color: #06203d !important;
	margin-bottom: 20px;
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	text-align: center
}

.bsq-overview-filter-button, .bsq-overview-main-subtitle-h3, .bsq-overview-main-title-h3, .bsq-overview-reset-filter-button {
	font-family: sqmarket-medium, sqmarket-arial-fallback !important
}

.bsq-overview-header-div-author {
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px
}

.bsq-overview-header-div-author-image {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	overflow: hidden
}

.bsq-overview-header-author-image {
	width: 25px;
	height: 25px;
	display: block
}

.bsq-overview-header-div-author-details {
	width: calc(100% - 25px);
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	height: 50px;
	padding-left: 10px
}

.bsq-overview-header-div-author-pencil-wrapper {
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	border: 0 solid #249b31;
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.bsq-overview-header-div-author-pencil-wrapper i {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	padding-top: 4px
}

.bsq-overview-header-div-author-name {
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #383838;
	font-weight: 600
}

.bsq-overview-header-a-author-name {
	color: #06203d !important;
	text-decoration: underline
}

.bsq-overview-header-div-author-details-title {
	height: 30px;
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	line-height: 20px;
	color: #383838;
	font-weight: 200
}

.bsq-overview-header-latest-update {
	font-size: 14px;
	line-height: 20px;
	color: #383838;
	font-weight: 200
}

.bsq-overview-header-latest-update-blue {
	font-size: 14px;
	line-height: 20px;
	color: #0081e7;
	font-weight: 200
}

.bsq-overview-breadcrumbs-container {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 !important;
	margin-bottom: 10px
}

.bsq-overview-breadcrumbs-wrapper {
	width: 90%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 !important
}

.bsq-overview-breadcrumbs-p {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px;
	line-height: 16px
}

.bsq-overview-breadcrumb-span {
	margin: 0;
	color: #384d64
}

.bsq-overview-breadcrumb-href, .bsq-overview-breadcrumb-i {
	margin: 0
}

.bsq-overview-breadcrumb-href:hover {
	text-decoration: underline !important
}

.bsq-overview-breadcrumb-span-seperators {
	margin: 0 5px;
	color: #06203d
}

.bsq-overview-content-container, .bsq-overview-text-container {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 10px 0 0 !important;
}

.bsq-overview-text-wrapper {
	width: 90%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px 0 !important
}

.bsq-overview-text-wrapper p {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #384d64
}

.bsq-overview-content-wrapper {
	width: 90%;
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 !important
}

.bsq-overview-sidebar-container {
	width: 25%;
	max-width: 390px;
	padding-right: 50px
}

.bsq-overview-main-filter-content-container {
	flex-grow: 1;
	width: 75%
}

.bsq-overview-wpb-container {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px 0 0 !important
}

.material .wpb_row:last-child {
	margin-bottom: 0;
}

.HtmlOverlay {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center
}

.bsq-overview-no-result-container {
	width: calc(100% + 20px);
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px;
	margin: -10px
}

.bsq-overview-no-result-wrapper {
	background: #f4f5f8;
	width: calc(100% - 20px);
	padding: 20px;
	margin: 10px;
	border-radius: 10px
}

.bsq-overview-filter-minimized-container {
	width: 100%;
	display: none;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.bsq-overview-filter-fa-slider {
	font-size: 22px;
	line-height: 22px;
	cursor: pointer;
	color: #06203d
}

.bsq-overview-filter-form-minimized {
	width: 100%;
	overflow: hidden
}

.bsq-overview-filter-options {
	overflow: hidden;
	height: auto;
}

.bsq-overview-label-container {
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: center
}

.bsq-label-checkbox {
	cursor: pointer
}

.bsq-filter-wrapper {
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%
}

.bsq-overview-filter-container {
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	background: #edf6ff;
	padding: 0 20px 20px;
	border-radius: 10px;
	border: 0 solid #d6d3d3;
	margin-bottom: 20px
}

.bsq-chevron {
	cursor: pointer;
	color: #06203d
}

.lng-overview-filter-star,
.bsq-overview-filter-star {
	color: #d8a414;
	padding: 0 2px
}

.bsq-overview-filter-form {
	width: 100%
}

.bsq-overview-filter-payment-providers-container, .bsq-overview-filter-payment-providers-options, .bsq-overview-filter-rating-options, .bsq-overview-filter-software-developers-options {
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.bsq-overview-filter-options--max-width {
	width: 100%;
}

.bsq-overview-filter-range {
	width: 100%;
	margin-top: 45px;
	padding: 0 25px;
}

.noUi-target {
	height: 8px;
	background: #fff;
	border-radius: 25px;
	box-shadow: none;
}

.noUi-horizontal .noUi-handle {
	right: -10px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #0081E7;
	border-radius: 100%;
	box-shadow: 0 4px 15px rgba(113, 2, 2, .15);
}

.noUi-handle:after, .noUi-handle:before {
	content: none;
}

.noUi-connect {
	background-color: #0081E7;
}

.bsq-filter-range-values {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.71429;
	color: #384D64;
}

.noUi-horizontal .noUi-tooltip {
	bottom: calc(100% + 4px);
	min-width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	padding: 0 5px 8px;
	background: transparent;
	border: none;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.66667;
	color: #FFF;
}

.noUi-horizontal .noUi-tooltip:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -2;
	width: 50px;
	height: 32px;
	background-image: url(../images/svg/icons/range-tooltip-bg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 100%;
}

.noUi-horizontal .noUi-tooltip:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 8px;
	left: 1px;
	right: 1px;
	z-index: -1;
	background: #1B1C4D;
	border-radius: 6px;
}

.bsq-overview-filter-payment-providers-container + .bsq-overview-filter-payment-providers-container {
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px solid #BFC9D9;
}

.bsq-overview-filter-payment-providers-label-container {
	min-width: 50%;
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.bsq-overview-filter-payment-providers-label-container label {
	display: inline-block;
	width: calc(100% - 30px);
	margin: 0 !important;
	padding: 0 5px !important;
	font-family: Inter;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.71429;
	color: #384D64;
}

.bsq-overview-filter-payment-providers-label-container input {
	width: 30px;
	margin: 5.5px 0 0 !important;
	padding: 0 !important;
	background: #d32752;
}

.bsq-overview-filter-rating-label-container, .bsq-overview-filter-software-developers-label-container {
	width: 50%
}

.bsq-overview-filter-rating-label-container label, .bsq-overview-filter-software-developers-label-container label {
	display: inline-block;
	width: calc(100% - 30px);
	margin: 0 !important;
	padding: 0 5px !important;
	font-family: Inter;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden
}

.bsq-overview-filter-rating-label-container input, .bsq-overview-filter-software-developers-label-container input {
	width: 30px;
	margin: 0 !important;
	padding: 0 !important
}

.bsq-overview-filter-buttons-container {
	margin-top: 20px;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: flex-start
}

.bsq-overview-filter-buttons-container-left,
.bsq-overview-filter-buttons-container-right {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.bsq-overview-filter-buttons-container-left {
	margin-bottom: 15px;
}

.bsq-overview-filter-button,
.bsq-overview-reset-filter-button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	width: 100%;
	background-color: transparent !important;
	border: 1px solid #0081e7;
	border-radius: 6px !important;
	font-family: Inter !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.1875;
	color: #0081e7 !important;
	transition: all .3s ease-out;
}

.bsq-overview-filter-button:hover,
.bsq-overview-reset-filter-button:hover {
	background-color: #0081e7 !important;
	color: #fff !important;
}

.bsq-overview-filter-slider-span {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #06203d;
	padding: 0 20px
}

.bsq-overview-main-title, .bsq-overview-sidebar-title {
	width: calc(100%);
	padding: 20px 0
}

.bsq-overview-main-title-h3 {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
	color: #06203d !important;
}

.bsq-overview-sidebar-subtitle {
	width: calc(100%);
	padding: 10px 0;
	position: relative
}

.bsq-overview-sidebar-subtitle i {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	line-height: 1;
}

.bsq-overview-main-subtitle-h3 {
	font-size: 16px !important;
	line-height: 20px;
	color: #06203d;
	font-weight: 500 !important;
	cursor: pointer;
}

.bsq-hub-filter-head-part {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, .3);
}

.bsq-overview-href-next, .bsq-overview-href-prev, .bsq-title-box .bsq-title {
	font-style: normal !important;
	line-height: 25px !important;
	font-family: SQMarket-Medium, SQMarket-Arial-Fallback !important
}

.bsq-overview-href-next,
.bsq-overview-href-prev,
.bsq-overview-pagination-page {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	margin: 2px;
	background-color: #0081E7;
	border-radius: 100%;
	transition: background-color .3s ease-out;
}

.bsq-overview-href-prev {
	padding-right: 2px;
}

.bsq-overview-href-next {
	padding-left: 2px;
}

.bsq-overview-href-next svg,
.bsq-overview-href-prev svg {
	width: 9px;
	height: auto;
}

.bsq-overview-pagination-page {
	padding: 0 5px;
	background-color: transparent;
	border-radius: 5px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: #384D64;
	transition: all .3s ease-out;
}

.bsq-overview-pagination-page.active,
.bsq-overview-pagination-page:hover {
	background-color: #06203D;
	color: #fff !important;
}

.bsq-archive-casino-reviews-button-item, .bsq-sub-title {
	font-style: normal !important;
	line-height: 25px !important;
}

.bsq-overview-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 35px;
}

.bsq-overview-pagination-prev,
.bsq-overview-pagination-next {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.bsq-overview-href-next:hover, .bsq-overview-href-prev:hover {
	color: #fff !important;
	background: #1393f5 !important
}

.bsq-overview-test {
	width: 100%;
	margin: 10px;
	background: #11d88c
}

.bsq-overview-overview-container {
	width: calc(100%);
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
	margin: 0 0 50px
}

.bsq-overview-overview-wrapper {
	width: calc(100% + 20px);
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	padding: 0;
	margin: -10px
}

.bsq-items-blur {
	filter: blur(10px);
	pointer-events: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bsq-item-not-available {
	color: #0081e7;
	font-weight: bolder;
	filter: none;
	position: absolute;
	background: rgba(255, 255, 255, .85);
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	display: none;
	padding: 5px 20px;
	border-radius: 10px;
	text-align: center;
	border: 2px solid #0081e7
}

.bsq-archive-casino-reviews-button-item, .bsq-title-box .bsq-title {
	font-weight: 500 !important
}

.bsq-item-available {
	display: block
}

.bsq-archive-casino-reviews-items-wrapper {
	display: flex;
	flex-flow: wrap;
	align-items: left;
	justify-content: start;
	width: 100%
}

.bsq-archive-casino-reviews-item-wrapper {
	margin: 15px;
	width: calc(100% / 3 - 30px);
	padding: 0;
	position: relative
}

.bsq-archive-casino-reviews-item-container {
	height: 100%;
	border: 0 solid #fff;
	background: #f4f5f8;
	padding: 20px;
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px
}

.bsq-archive-casino-reviews-item-div-image-wrapper {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: start
}

.bsq-image {
    aspect-ratio: 1 / 1;
	flex-shrink: 0;
	background: #fff;
	border-radius: 100%;
	width: 29%;
	margin-right: 20px;
	padding: 10px;
	overflow: hidden
}

.bsq-archive-casino-reviews-featured-image-item {
	display: flex;
	flex-flow: wrap;
	justify-content: start;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 solid #fff;
	object-fit: contain;
}

.bsq-archive-casino-reviews-item-div-title {
	width: 100%;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: start
}

.bsq-title-box .bsq-title {
	margin-bottom: 10px;
	color: #06203D;
	font-size: 18px;
	line-height: 1.33333 !important;
}

.bsq-sub-title {
    width: 100%;
	margin-bottom: 15px;
    color: #384D64;
    font-family: Inter;
    font-size: 16px;
    line-height: 1.75 !important;
}

.bsq-title-box .bsq-rating {
	padding: 0;
	color: #384D64;
	font-family: Inter;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	text-transform: capitalize;
}

.bsq-title-box .bsq-star {
	color: #FF9900;
	font-size: 20px;
}

.bsq-archive-casino-reviews-item-div-button {
	width: 100%;
	margin: auto 0 0;
	padding: 0
}

.bsq-archive-casino-reviews-button-item {
	color: #fff;
	display: block;
    padding: 10px;
	background: #0081e7 !important;
	border-radius: 6px !important;
	text-align: center;
	border: 1px solid #0081e7;
    font-family: "SQMarket-Medium";
    font-size: 16px;
    line-height: 1.2 !important;
    transition: all .3s ease-out;
}

.bsq-archive-casino-reviews-button-item i {
	padding-left: 10px;
}

.bsq-archive-casino-reviews-button-item:hover {
	color: #0081e7 !important;
	background: #fff !important
}

.bsq-archive-casino-reviews-button-item span::before {
	content: "";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 20px !important;
	color: #1393f5;
	margin-left: -20px;
	margin-right: 20px;
	font-weight: 100;
	position: relative;
	top: -1px
}

.bsq-archive-casino-reviews-item-div-bottom-info {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	width: 100%
}

.bsq-archive-casino-reviews-item-span-bottom-info-rtp {
	color: #242424;
	width: 50%;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: left;
	font-size: 14px !important
}

.bsq-archive-casino-reviews-item-span-bottom-info-payout b, .bsq-archive-casino-reviews-item-span-bottom-info-rtp b {
	color: #1393f5
}

.bsq-archive-casino-reviews-item-span-bottom-info-payout {
	color: #242424;
	width: 100%;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: right;
	font-size: 12px !important;
	line-height: 1.2
}

.bsq-archive-casino-reviews-item-div-content-container {
	width: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 15px;
}

.bsq-overview-overview-container--slots .bsq-archive-casino-reviews-item-wrapper {
	width: calc(25% - 30px);
}

.bsq-overview-overview-container--slots .bsq-archive-casino-reviews-item-container {
	overflow: hidden;
	padding: 0;
}

.bsq-overview-overview-container--slots .bsq-archive-casino-reviews-featured-image-item {
	aspect-ratio: 360 / 212;
	object-fit: cover;
}

.bsq-overview-overview-container--slots .bsq-title-box {
	margin-bottom: 10px;
	line-height: 1;
}

.bsq-overview-overview-container--slots .bsq-archive-casino-reviews-item-div-bottom-info {
	flex-wrap: wrap;
	color: #06203D;
	font-size: 16px;
	font-weight: 700;
	row-gap: 5px;
	justify-content: space-between;
	margin: auto 0 15px;
	line-height: 1;
}

.bsq-overview-overview-container--slots .bsq-rating {
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 1;
	color: #d8a414;
}

.bsq-overview-overview-container--slots .bsq-rating span {
	padding-left: 5px;
	color: #384D64;
	font-size: 16px;
	font-weight: 400;
}

.bsq-overview-overview-container--slots .bsq-rating i[class*="fa-"] {
	top: 0;
	vertical-align: initial;
	padding-left: 2px;
}

.bsq-overview-overview-container--slots .bsq-archive-casino-reviews-button-item {
	margin-bottom: 15px;
}

.bsq-overview-overview-container--slots .bsq-archive-casino-reviews-button-item-play {
	display: block;
	text-align: center;
	font-family: 'SQMarket-Medium', serif;
	line-height: 1.2;
	text-decoration: underline;
}

.bsq-overview-overview-container--slots .bsq-archive-casino-reviews-button-item i {
	padding-left: 5px;
}

.bsq-overview-overview-container--slots .bsq-archive-casino-reviews-item-span-bottom-info-rtp {
	width: auto;
}

.bsq-overview-overview-container--slots .bsq-archive-casino-reviews-item-div-button {
	margin-top: 0;
}

.lng-score {
	gap: 10px;
}

.lng-score .bsq-overview-filter-payment-providers-label-container {
	min-width: calc(50% - 5px);
}

label.lng-label-checkbox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 4px !important;
	background: #fff;
	border: 1px solid #ffa313;
	border-radius: 25px;
	cursor: pointer;
	transition: border-color .3s ease-out;
}

input:checked + label.lng-label-checkbox,
label.lng-label-checkbox:hover {
	border-color: #0081e7;
}

input:checked + label.lng-label-checkbox i[class*="fa-"],
label.lng-label-checkbox:hover i[class*="fa-"] {
	color: #0081e7 !important;
}

label.lng-label-checkbox i[class*="fa-"] {
	top: 0;
	transition: color .3s ease-out;
}

@media screen and (max-width: 1200px) {
	.bsq-overview-overview-container--slots .bsq-archive-casino-reviews-item-wrapper {
		width: calc(100% / 3 - 30px);
	}
}

@media screen and (max-width: 1024px) {
    .bsq-overview-sidebar-container {
        padding-right: 20px;
    }

	.bsq-archive-casino-reviews-item-wrapper {
		width: calc(50% - 20px);
        margin: 10px;
	}

	.bsq-overview-overview-container--slots .bsq-archive-casino-reviews-item-wrapper {
		width: calc(50% - 30px);
	}
}

@media (max-width: 992px) {
    .bsq-overview-main-title-h3 {
        font-size: 18px;
    }

    .bsq-overview-overview-wrapper {
        margin: -5px;
    }

    .bsq-archive-casino-reviews-item-wrapper {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .bsq-image {
        width: 80px;
        max-width: 100%;
        margin: 0 0 10px;
        padding: 5px;
    }

    .bsq-archive-casino-reviews-item-container {
        padding: 10px;
    }

    .bsq-hub-filter-head-part {
        flex-direction: column;
        margin-bottom: 10px;
        padding-bottom: 0;
        border-bottom: none;
    }

    .bsq-title-box .bsq-rating {
        text-align: center;
        font-size: 12px;
    }

    .bsq-title-box .bsq-star {
        font-size: 16px;
    }

    .bsq-sub-title {
        margin-bottom: 10px;
		text-align: center;
        font-size: 14px;
        line-height: 1.57143 !important;
    }

	.bsq-archive-casino-reviews-button-item {
		padding: 12px;
		font-weight: 600;
		font-size: 14px;
	}

	.bsq-title-box .bsq-title {
		text-align: center;
	}

	.bsq-overview-sidebar-container {
		width: 100%;
		max-width: none;
		padding-right: 0
	}

	.bsq-overview-filter-container {
		padding: 20px;
	}

	.bsq-archive-casino-reviews-item-span-bottom-info-payout, .bsq-archive-casino-reviews-item-span-bottom-info-rtp, .bsq-overview-main-filter-content-container {
		width: 100%;
		justify-content: flex-start;
		font-size: 14px !important;
		line-height: 20px;
	}

	.bsq-overview-filter-buttons-container {
		justify-content: space-between;
	}

	.bsq-overview-filter-buttons-container-left, .bsq-overview-filter-buttons-container-right {
		width: calc(50% - 10px);
		margin-bottom: 0;
	}

	.bsq-archive-casino-reviews-button-item i {
		padding-left: 5px;
	}

	.bsq-archive-casino-reviews-item-div-bottom-info {
		flex-flow: column
	}

	.bsq-overview-pagination {
		margin-top: 20px;
	}

	.bsq-overview-overview-container--slots .bsq-archive-casino-reviews-item-div-bottom-info {
		align-items: flex-start;
	}

	.bsq-overview-overview-container--slots .bsq-rating {
		order: -1;
	}

	.bsq-overview-overview-container--slots .bsq-archive-casino-reviews-item-wrapper {
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 425px) {
	.bsq-archive-casino-reviews-item-div-content-container {
		padding: 10px 10px 15px;
	}

	.bsq-overview-overview-container--slots .bsq-archive-casino-reviews-featured-image-item {
		aspect-ratio: 190 / 130;
	}

	.bsq-overview-overview-container--slots .bsq-title-box {
		margin-bottom: 5px;
	}

	.bsq-overview-overview-container--slots .bsq-title-box .bsq-title {
		font-size: 16px;
		line-height: 1.375 !important;
	}

	.bsq-overview-overview-container--slots .bsq-archive-casino-reviews-item-div-bottom-info {
		margin-bottom: 10px;
	}

	.bsq-overview-overview-container--slots .bsq-rating {
		font-size: 16px;
	}

	.bsq-overview-overview-container--slots .bsq-archive-casino-reviews-button-item {
		margin-bottom: 10px;
	}

	.bsq-overview-overview-container--slots .bsq-rating span {
		padding-top: 2px;
		font-size: 12px;
	}
}

@media screen and (max-width: 375px) {
	.bsq-overview-filter-buttons-container-left, .bsq-overview-filter-buttons-container-right {
		width: 100%;
	}

	.bsq-overview-filter-buttons-container-left {
		margin-bottom: 10px;
	}
}
