

.providerlist {
	padding: 0;
	list-style: none;
}

.providerlist-item-container {
	margin-bottom: 1rem;
}

.providerlist-item {
	font-weight: 400;
	display: flex;
	align-items: stretch;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #494949;
	text-align: center;
	flex-wrap: wrap;
	line-height: 1.2;
}

.providerlist-item .arr-right {
	width: 11px;
	margin-top: -4px;
}

.providerlist-item img {
	width: 100%;
}

.providerlist-item .nomartext p {
	margin-bottom: 0;
}

.providerlist-item .col-logo {
	padding-left: 0.25rem;
	padding-right: 1.25rem;
	padding-bottom: 0.5rem;
}

.providerlist-item .col-container-content {
	margin-bottom: 0.5rem !important;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: space-between;
	justify-content: flex-start;
	align-items: stretch;
	width: calc(50% - 0.5rem);
}

.providerlist-item > div {
	padding-top: 0.5rem;
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.providerlist-item .bg-text {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
	display: block;
	text-align: center;
}

.providerlist-item .sp-text {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	color: #ecaa1d;
	display: block;
	word-break: break-all;
}

.providerlist-item .dotted-text {
	border: 1px dotted #000;
	padding: 2px 5px;
	display: block;
	font-size: 0.8rem;
}

.providerlist-item .sp-text-black {
	color: #000;
}

.providerlist-item .logo-bg-container {
	height: 50px;
	width: 100%;
	overflow: hidden;
}

.providerlist-item .nomartext {
	font-size: 0.75rem;
}

.providerlist-item .provider-logo {
	margin: 0 auto;
	width: auto;
	display: block;
	max-height: 100%;
	max-width: 100%;
}

.providerlist-item .col-desktop {
	display: none;
}

.providerlist-item .col-desktop {
	display: none;
}

.providerlist-item .col-toggle {
	visibility: hidden;
}

.providerlist-item .btn-register {
	width: 100%;
	background-color: #ecaa1d;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8rem;
	border-radius: 4px;
	max-height: 36px;
}

.providerlist-item .btn-register:hover {
	background-color: #ecaa1d;
	color: #fff;
	opacity: 0.8;
}

.providerlist-item .btn-small {
	text-decoration: underline;
	color: #000;
	font-size: 0.8rem;
	margin: 0 1rem;
}

.providerlist-item .btn-bet-info,
.providerlist-item .btn-close {
	border: none;
	padding: 0;
	background: transparent;
	height: 1.5rem;
	width: 1.5rem;
	position: absolute;
	bottom: 0.45rem;
	right: 0.4rem;
	cursor: pointer;
}

.providerlist-item .btn-close img {
	width: 21px;
	height: 21px;
}

.providerlist-item .btn-bet-info img {
	width: 21px;
	height: 21px;
}

.providerlist-item .bg-gray {
	background-color: #EEEEEE;
	border-radius: 4px;
	overflow: hidden;
	padding: 0.3rem;
	transform: skew(-5deg, 0);
}

.providerlist-item .bg-gray-inner {
	transform: skew(5deg, 0);
}

.providerlist-item .bg-gray-inner-flex {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.providerlist-item .bg-gray-inner-flex-middle {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.providerlist-item .bg-gray-inner-flex-middle .btn {
	margin-top: 12px;
	margin-bottom: 12px;
}

.providerlist-item .no-skew {
	transform: skew(-2deg, 0);
}

.providerlist-item .no-skew .bg-gray-inner {
	transform: skew(2deg, 0);
}

.providerlist-item .col-logo-triangle {
	content: '';
	position: absolute;
	display: block;
	right: -1px;
	top: 0;
	bottom: 0;
	width: 1rem;
	height: calc(100% + 1px);
	background: #fff;
	-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 80% 0);
	clip-path: polygon(100% 0, 100% 100%, 0 100%, 80% 0);
}

.providerlist-item.providerlist-item-single .col-logo-triangle {
	height: calc(100% - 0.5px);
}

.providerlist-item .smallcentered {
	display: inline-block;
	text-align: left;
	margin: 0 auto;
}

.providerlist-item .col-fullwidth {
	width: 100%;
	text-align: left;
	margin-bottom: 0.5rem !important;
}

.providerlist-item .factlist {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.providerlist-item .factlist li {
	padding-bottom: 0.25rem;
	padding-left: 0.75rem;
	position: relative;
	font-size: 0.7rem;
	text-align: left;
}

.providerlist-item .factlist li:last-child {
	padding-bottom: 0;
}

.providerlist-item-container .notice {
	font-size: 0.6rem;
}

.providerlist-item .factlist li:before {
	content: "";
	background-image: url("../img/plus.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 5px;
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	margin-left: 0.2rem;
}

.providerlist-item .appcontainer {
	display: flex;
	justify-content: space-around;
}

.providerlist-item .appcontainer img {
	width: 20px;
	max-height: 20px;
	height: auto;
}

.providerlist-item .col-single {
	border-bottom: 1px solid #000;
}

.providerlist-item .payment-container {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}

.providerlist-item .payment-container .col {
	width: calc(33.333% - 0.5rem);
	text-align: center;
}

.providerlist-item .payment-container .payment {
	max-width: 100px;
	max-height: 50px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0.25rem auto;
}

.providerlist-item .col-container-nomar {
	margin-bottom: 0;
}

.providerlist-item .col-fullwidth-nobot {
	margin-bottom: 0;
}

.providerlist-item .col-container-content-twothird {
	text-align: left;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: space-between;
	justify-content: space-around;
	align-items: stretch;
	width: calc(66.6666% - 0.75rem);
	margin-bottom: 0;
}

.providerlist-item .xcore-star-rating {
	display: flex;
	justify-content: center;
}

.providerlist-item .xcore-star-rating .star {
	font-size: 0.75rem;
	padding: 0 0.1rem;
}

.providerlist-item .logo-licence {
	width: auto;
	max-width: 100%;
	height: 20px;
	margin: 0 auto;
}

.providerlist-item .col-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.providerlist-item .col-container-content-left {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: space-between;
	justify-content: space-around;
	align-items: stretch;
	width: calc(40% - 0.5rem);
}

.providerlist-item .col-container-content-right {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: space-between;
	justify-content: space-around;
	align-items: stretch;
	width: calc(60% - 0.5rem);
}

.providerlist-item .col-container-content-third {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: space-between;
	justify-content: flex-start;
	align-items: stretch;
	width: calc(33.3333% - 0.75rem);
	margin-bottom: 0;
}

.providerlist-item .col-container-content-full {
	width: 100%;
}

@media (min-width: 360px) {
	.notInSidebar .providerlist-item .btn-register {
		font-size: 1.4rem;
		max-height: 40px;
	}
}
@media (min-width: 440px) {

	.notInSidebar .providerlist-item .factlist li:before {
		background-size: 10px;
		width: 10px;
		height: 10px;
		top: 2px;
	}

	.notInSidebar .providerlist-item .factlist li {
		padding-left: 1rem;
		font-size: 0.8rem;
	}
}

@media (min-width: 576px) {
	.notInSidebar .providerlist-item .bg-gray {
		padding: 0.5rem;
	}

	.notInSidebar .providerlist-item .sp-text {
		font-size: 2rem;
	}

	.notInSidebar .providerlist-item .xcore-star-rating {
		justify-content: center;
	}

	.notInSidebar .providerlist-item .dotted-text {
		font-size: 1rem;
	}

	.notInSidebar .providerlist-item .nomartext {
		font-size: 1rem;
	}

	.notInSidebar .providerlist-item .factlist li {
		font-size: 1rem;
		padding-left: 1.2rem;
	}

	.notInSidebar .providerlist-item .factlist li:before {
		background-size: 12px;
		width: 12px;
		height: 12px;
	}

	.notInSidebar .providerlist-item .appcontainer img {
		width: 40px;
		max-height: 40px;
	}

	.notInSidebar .providerlist-item-container .notice {
		font-size: 0.6rem;
	}

	.notInSidebar .providerlist-item .payment-container .col {
		width: calc(25% - 0.5rem);
	}

	.notInSidebar .providerlist-item .xcore-star-rating .star {
		font-size: 1rem;
		padding: 0 0.05rem;
	}

	.notInSidebar .providerlist-item .logo-licence {
		height: 40px;
	}
}

@media (min-width: 768px) {

	.notInSidebar .providerlist-item .bg-text {
		font-size: 1.5rem;
		line-height: 1;
	}

	.notInSidebar .providerlist-item .sp-text {
		font-size: 1.75rem;
	}

	.notInSidebar .providerlist-item .factlist li {
		font-size: 1.25rem;
		padding-left: 1.45rem;
	}

	.notInSidebar .providerlist-item .factlist li:before {
		background-size: 12px;
		width: 15px;
		height: 15px;
	}

	.notInSidebar .providerlist-item .bg-gray {
		padding: 0.75rem;
	}

	.notInSidebar .providerlist-item .nomartext {
		font-size: 1.25rem;
	}

	.notInSidebar .providerlist-item.providerlist-item-single .col-logo-triangle {
		height: calc(100% - 0.5px);
	}
}

@media (min-width: 992px) {

	.notInSidebar .providerlist-item .bg-gray-inner-flex-middle .btn {
		margin-top: 0;
		margin-bottom: 0;
	}

	.notInSidebar .providerlist-item .singlebtncontainer {
		height: 100%;
	}

	.notInSidebar .providerlist-item .bg-gray-middle {
		display: flex;
		justify-content: center !important;
	}

	.notInSidebar .providerlist-item .factlist li {
		font-size: 1rem;
	}

	.notInSidebar .providerlist-item .provider-logo {
		height: 100%;
	}

	.notInSidebar .providerlist-item .bg-gray .bg-gray-inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex-wrap: nowrap;
		height: 100%;
	}

	.notInSidebar .providerlist-item .facts-list {
		height: 100%;
	}

	.notInSidebar .providerlist-item .facts-list .bg-gray-inner {
		justify-content: center;
	}

	.notInSidebar .providerlist-item.providerlist-item-single .col-logo-triangle {
		height: 100%;
	}

	.notInSidebar .providerlist-item .col-desktop {
		display: flex;
		display: -webkit-flex;
	}

	.notInSidebar .providerlist-item .col-mobile {
		display: none;
	}

	.notInSidebar .providerlist-item {
		padding: 1rem 1rem 1rem 0;
	}

	.notInSidebar .providerlist-item .providerlist-item-col {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: space-between;
		align-items: stretch;
		padding: 0.75rem;
	}

	.notInSidebar .providerlist-item .providerlist-item-col.col-logo {
		padding: 1.5rem 1.5rem 1.5rem 0.75rem;
	}


	.notInSidebar .providerlist-item .payment-container .payment {
		margin: 1rem 0;
	}

	.notInSidebar .providerlist-item .providerlist-item-col-striped {
		border-right: 2px solid #EEEEEE;
	}

	.notInSidebar .providerlist-item .providerlist-item-col-tleft {
		align-items: flex-start;
		text-align: left;
		padding-top: 1rem;
		padding-bottom: 1rem;
		border-top: 1px solid #000;
	}

	.notInSidebar .providerlist-item .providerlist-item-col-tleft .bg-text {
		margin: 0;
	}

	.notInSidebar .providerlist-item > div {
		padding-top: 0;
		padding-bottom: 0;
	}

	.notInSidebar .col-logo {
		position: relative;
		margin: -1rem 0;
	}

	.notInSidebar .providerlist-item .btn-register {
		font-size: 1rem;
	}

	.notInSidebar .providerlist-item .col-fullwidth {
		margin-bottom: 0 !important;
	}

	.notInSidebar .providerlist-item-single {
		padding-right: 0;
		padding-bottom: 0;
	}

	.notInSidebar .providerlist-item .btn-register-big {
		font-size: 1.5rem;
	}

	.notInSidebar .providerlist-item .singlebtncontainer .bg-gray-inner {
		justify-content: center;
	}

	.notInSidebar .providerlist-item .logo-licence {
		height: auto;
		max-width: 180px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.notInSidebar .providerlist-item .btn-register {
		font-size: 1.125rem;
	}
}


@media (max-width: 991px) and (min-width: 768px) {
	#sidebar .providerlist-item > div {
		width: 100%;
	}
	#sidebar .col-logo-triangle {
		display: none;
	}

	#sidebar .providerlist-item .col-logo {
		padding-right: 0.25rem;
	}

	#sidebar .providerlist-item .col-container {
		flex-wrap: wrap;
	}

	#sidebar .providerlist-item .col-container-content-third {
		width: 100%;
	}
}
