/*brand-layout-css*/

.new-brand-regulated-sec {
	background: #F2FAFB;
	border-radius: 4px;
	width: 100%;
	display: inline-block;
	padding: 16px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.new-brand-regulated-top {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	align-items: center;
}
.new-brand-regulated-logo {
	width: 135px;
	display: inline-block;
	margin-right: 24px;
}
.new-brand-regulated-logo img {
	width: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.new-brand-regulated-right {
	display: flex;
	width: 52%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.brand-regulated-heading span {
	color: #102039;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
}
.brand-regulated-heading {
	width: 43.8%;
	display: inline-block;
}
.brand-regulated-rating {
	display: inline-block;
	width: auto;
	margin-right: 30px;
}
.regulated-rating-count {
	margin-right: 8px;
	color: #102039;
	text-align: right;
	font-size: 14px;
	font-weight: 900;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
}
.regulated-ha-rating {
	background: url(../images/star-img.svg) left 100% repeat-x;
	width: 80px;
	display: inline-block;
}
.regulated-rating {
	background: url(../images/star-img.svg) left top repeat-x;
	display: block;
	height: 16px;
	background-position: 0 -9%;
}
.regulated-visit-button {
	width: 230px;
	display: inline-block;
}
.regulated-visit-button a {
	background: #00AFAF url(../images/Arrow-right-white.png) 95% center no-repeat;
	border-radius: 6px;
	padding: 12px 30px;
	max-width: 230px;
	width: 100%;
	display: inline-block;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 150%;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
}
.regulated-visit-button a:hover {
	background-color: #07A0AA;
}
.new-brand-found {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.new-brand-found-rep {
	display: inline-block;
	width: 33.3%;
	padding-right: 20px;
	margin-bottom: 15px;
}
.new-brand-found-rep:nth-child(3n) {
	padding-right: 0;
}
.new-brand-found-rep strong {
	margin-bottom: 5px;
	width: 100%;
	display: block;
	color: #304C5B;
	font-size: 14px;
	font-weight: 700;
	line-height: 125%;
	font-family: "Roboto", sans-serif;
}
.new-brand-found-rep span {
	color: #304C5B;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
}
.new-found-more {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.new-found-more span {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	text-decoration-line: underline;
	color: #1C2642;
	background: url(../images/down-icon.svg) right 7px no-repeat;
	padding-right: 15px;
	cursor: pointer;
}
.descriptioncl {
	border-top: 1px solid #CEE8EA;
	padding-top: 15px;
	color: #51607D;
	font-size: 10px;
	font-weight: 400;
	line-height: 120%;
	font-family: "Roboto", sans-serif;
}
.review-rating-box-sec {
	border: 1px solid #CEE8EA;
	border-radius: 3px;
	padding: 24px 24px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 20px 0;
}
.review-ratingbox-left {
	display: flex;
	width: 260px;
	flex-wrap: wrap;
}
.review-ratingbox-logo {
	width: 133px;
	margin-right: 10px;
}
.review-ratingbox-logo img {
	width: 100%;
}
.ratingbox {
	background: #F2FAFB;
	border-radius: 3px;
	width: 110px;
	text-align: center;
	padding: 10px 10px;
	height: 64px;
}
.ratingbox-rating-count {
	color: #304C5B;
	font-size: 18px;
	font-weight: 800;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
}
.ratingbox-ha-rating {
	background: url(../images/star-img.svg) left 100% repeat-x;
	width: 80px;
	display: inline-block;
}
.ratingbox-rating {
	background: url(../images/star-img.svg) left top repeat-x;
	display: block;
	height: 16px;
	background-position:0 -3%;
}
.review-ratingbox-left .casinosieger {
	margin-top: 18px;
	color: #102039;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
}
.review-ratingbox-left .casinosieger a {
	color: #102039;
	font-weight: 700;
	text-decoration: underline;
}
.review-ratingbox-right {
	width: calc(100% - 261px);
	padding-left: 25px;
}
.reviewbox-progressbar {
	display: inline-block;
	width: 46.6%;
	margin-right: 30px;
	margin-bottom: 25px;
}
.reviewbox-progressbar:nth-child(2n) {
	margin-right: 0;
}
.reviewbox-progressbar span {
	color: #102039;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
}
.reviewbox-progressbar .progressbar-rating {
	font-weight: 900;
}
.progressbar-outer {
	width: 100%;
	background: #F0F3F7;
	box-shadow: inset -128px 0px 0px #F0F3F7;
	border-radius: 12px;
	height: 6px;
	margin-top: 5px;
}
.progressbar-inner {
	background: #00AFAF;
	height: 6px;
	display: inline-block;
	vertical-align: top;
	border-radius: 12px;
}
.option-rating {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.brand-regulated-single-sec .new-brand-regulated-top {
	margin-bottom: 0;
}
.brand-regulated-single-sec .regulated-ha-rating {
	margin-right: 13px;
}
.brand-regulated-single-sec .brand-regulated-heading {
	width: auto;
}
.brand-regulated-single-sec .brand-regulated-rating a {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-align: right;
	text-decoration-line: underline;
	color: #1C2642;
}

/*Single*/

.single-brand-sec {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.single-brand-sec {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.single-brand-box {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	max-width: 212px;
	width: 100%;
	text-align: center;
	padding: 16px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	font-family: "Roboto", sans-serif;
}
.single-toppic {
	position: relative;
	text-align: left;
	width: 100%;
}
.single-toppic span {
	background: #CFD5DD;
	font-weight: 600;
	font-size: 10px;
	line-height: 150%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1C2642;
	position: absolute;
	left: -24px;
	top: -14px;
	padding: 3.5px 10px;
}
.single-toppic span::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid #C4C4C4;
	border-left: 6px solid transparent;
	position: absolute;
	left: 1px;
	top: 22px;
}
.single-toppic span::after {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 22px solid #CFD5DD;
	border-right: 10px solid transparent;
	position: absolute;
	top: 0px;
	right: -10px;
}
.single-brand-box-logo {
	margin-top: 25px;
	margin-bottom: 10px;
	width: 100%;
	height: 47px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.single-brand-box-logo img {
    max-width: 115px !important;
    height: 47px;
	object-fit:contain;
	border-radius: 4px;
}
.single-brand-rating-sec {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.single-brand-rating-sec strong {
	font-weight: 600;
	font-size: 14px;
	line-height: 135%;
	text-align: center;
	color: #1C2642;
}
.single-brand-rating-sec .brand-regulated-rating {
	margin-right: 0;
	width: 100%;
	text-align:center;
}
.single-brand-rating-sec a {
	/* font-family: 'helveticaregular'; */
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	text-decoration-line: underline;
	color: #1C2642;
	margin-bottom: 10px;
}
.single-brand-rating-sec .regulated-rating-count {
	color: #2E364E;
	margin-right: 4px;
	vertical-align: text-top;
	line-height: 150%;
}
.single-brand-box ul {
	margin: 10px 0 15px;
	text-align: left;
	list-style: none !important;
	padding-left: 0 !important;
	flex: 1;
}
.single-brand-box li {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #2E364E;
	margin: 0;
	background: url(../images/check-green.svg) left 6px no-repeat;
	padding-left: 22px;
	padding-bottom: 5px;
}
.start-month {
	/* font-family: 'helveticaregular'; */
	font-size: 14px;
	line-height: 150%;
	color: #424242;
	width: 100%;
	margin-bottom: 10px;
	margin-top: auto;
	flex: 1;
	display: flex;
	text-align: center;
	align-items: end;
	justify-content: center;
}
.single-brand-button {
	margin-top: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.single-brand-button a {
	background: #00AFAF;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	line-height: 135%;
	text-align: center;
	color: #FFFFFF;
	padding: 11px 20px;
	display: inline-block;
	width: 100%;
}
.single-brand-box:hover {
	border: 1px solid #00AFAF;
	background: #F1F5FF;
}
.single-brand-box:hover .single-toppic span {
	background: #1C2642;
	color: #fff;
}
.single-brand-box:hover .single-toppic span::before {
	border-top: 6px solid #C4C4C4;
}
.single-brand-box:hover .single-toppic span::after {
	border-bottom: 22px solid #1C2642;
}

.single-brand-sec-layout-one .single-brand-box {
	padding-top: 9px;
}
.single-brand-sec-layout-one .single-brand-box-logo img {
	max-width: 115px !important;
}
.single-brand-sec-layout-one .single-brand-box-logo {
	margin-bottom: 5px;
}
.single-brand-sec-layout-one .single-toppic span {
	top: -5px;
}
/*Single-End*/

/*brand-layout-css-End*/


body .bm-cmprs-tbl .bm-cmprs-tbl_odd-row .bm-cmprs-tbl_cell {
	background-color: #F2FAFB;
}
.bm-cmprs-tbl .bm-cmprs-tbl_cell {
	min-height: 50px;
	color: #2E364E;
	font-size: 14px;
}
body .bm-cmprs-tbl .bm-cmprs-tbl_cta-btn {
	text-transform: capitalize;
	box-shadow: none;
	background: #00AFAF;
	border-radius: 6px;
	font-weight: 900;
	font-size: 14px;
	color: #FFFFFF;
	height: 36px;
	line-height: 36px;
	font-family: "Roboto", sans-serif;
	background-image: url(../images/Arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
.bm-cmprs-tbl .bm-cmprs-tbl_label-section p {
	background: #1C2642 ;
	font-size: 10px ;
	color: #fff ;
}
.bm-cmprs-tbl .bm-cmprs-tbl_label-section p::after {
	border-bottom: 23px solid #1C2642 ;
}
.bm-cmprs-tbl .bm-cmprs-tbl_brand-desc {
	color: #757575 ;
}

.campaign-list-item.brand_table_custom_cl, body .campaign-compact-table__offer.brand_table_custom_cl {
	border: 1px solid #51D6D9;
	background: #F2FAFB;
}
body .campaign-list-item .brand_term_description {
	color: #51607D;
	background: #E3F1F2;
}
body .campaign-list-item .metadata-section label {
	font-family: "Roboto", sans-serif;
}
body .campaign-list-item .metadata-deposit-method li, .brand_gallery_slide li {
	padding: 0 2px;
}
body .campaign-list-item .metadata-section_3 .slick-slide img {
	border-radius: 4px;
}
body .campaign-list-item .toppike-out .top-pick::after {
	position: absolute;
	bottom: 0px;
	right: -7px;
	width: 0;
	height: 0;
	content: '';
	background-image: none;
	border-left: 8px solid #102039;
	border-top: 12px solid transparent;
	top: auto;
}
body .campaign-list-item .toppike-out .top-pick::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid #C4C4C4;
	border-left: 6px solid transparent;
	position: absolute;
	left: 0px;
	top: 23px;
}
.campaign-list-item .toppike-out .top-pick {
	font-family: 'Inter', sans-serif;
	font-size: 10px;
	font-weight: 600;
	line-height: 23px;
	position: relative;
	top: -20px;
	left: -15px;
	padding: 0 8px 0 9px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0;
	background: #1C2642;
	box-shadow: none;
}
.toppike-out .top-pick::before {
	top: 23px;
	border-top: 8px solid #C4C4C4;
	border-left: 6px solid transparent;
}
.campaign-list-item .toppike-out .brand_boun_claimed {
	display: none;
}
.campaign-list-item_logo.bm-with-counter::before {
	color: #000000;
	background: #F6F8FB;
}
body .campaign-list-item_brand-name {
	color: #304C5B;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
	margin: 5px 0 0 !important;
}
.campaign-list-item.new {
	grid-template-columns: 130px 41% 100px 0% 180px;
	gap: 20px 20px;
}
body .campaign-list-item_cta-btn, body .campaign-compact-table__offer-cta-button a {
	text-transform: capitalize;
	box-shadow: none;
	background: #00AFAF;
	border-radius: 6px;
	font-weight: 900;
	font-size: 14px;
	color: #FFFFFF;
	height: 44px;
	line-height: 44px;
	font-family: "Roboto", sans-serif;
	background-image: url(../images/Arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
body .campaign-compact-table__offer-cta-button a{
	font-size: 20px;
}
body .campaign-list-item_cta-btn:hover, body .campaign-compact-table__offer-cta-button a:hover {
	background: #00AFAF;
	background-image: url(../images/Arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
body .campaign-list-item_logo.bm-with-counter::before {
	color: #102039;
	background: #F2FAFB;
}
body .campaign-list-item_key-features > p {
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 800;
	font-size: 18px;
	line-height: 135%;
	color: #102039;
	font-family: "Roboto", sans-serif;
}

body .campaign-list-item.new {
	grid-template-columns: 130px 1fr 100px 0% 195px;
}
body .campaign-list-item_key-features ul li{
	margin: 0;
	padding-left: 22px;
	background: url(../images/check-green.svg) left 6px no-repeat;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: #304C5B;
	font-family: "Roboto", sans-serif;
}
body .campaign_list_item__score_text {
	font-size: 24px;
	font-weight: 900;
	line-height: 125%;
	color: #102039;
	font-family: "Roboto", sans-serif;
}
body .campaign-list-item_scores .read_review_url a {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #1C2642;
}
body .campaign-list-item.brand_table_custom_cl, body .campaign-compact-table__offer.brand_table_custom_cl {
	padding: 25px 15px 12px;
}
body .campaign-metadata__details-heading, body .campaign-metadata__regulated-by-heading, body .campaign-metadata__gallery label {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-size: 14px;
	line-height: 135%;
	color: #102039;
}
body .campaign-metadata__details {
	margin-bottom: 12px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #304C5B;
}
body .campaign-metadata__fact {
	font-size: 14px;
	line-height: 150%;
	padding: 4px 8px;
	color: #304C5B;
	background: #FFFFFF;
	font-family: "Roboto", sans-serif;
}
body .campaign-metadata__fact span {
	font-size: 14px;
	font-weight: 700;
	margin-left: 4px;
	color: #102039;
}
body .campaign-list-item .metadata-deposit-method li {
	margin-right: 17px;
}
body .metadata-deposit-method img {
	height: 22px;
}
.campaign-list-item .campaign__offer-terms, .campaign-list-item .cell_bottom {
	color: #757575;
}
.campaign-metadata__regulated-by .metadata_license, .campaign-metadata__regulated-by span {
	font-size: 14px;
	line-height: 150%;
	color: #304C5B;
	font-family: "Roboto", sans-serif;
}
.campaign-list-item_more-btns > div {
	color: #1C2642;
}
.campaign-list-item:not(.brand_table_custom_cl) {
	padding: 25px 16px 16px;
}
body .casino_shortcode__sort_select, body .casino_shortcode__filter_button {
	line-height: 14px;
	height: 36px;
	color: #102039;
	border: 1px solid #102039;
	border-radius: 4px;
	background-color: #FFFFFF;
}
body .casino_shortcode__filter_button span {
	vertical-align: middle;
	line-height: 34px;
}
.casino_shortcode__sort_select {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.66602L5 5.66602L9 1.66602' stroke='%230077CC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
	margin-right: 15px;
}
.campaign-list-item.new.show_metadata_section {
	background: #F2FAFB;
}
.casino_shortcode__filters_buttons {
	justify-content: flex-start !important;
}
.casino_shortcode__filter_button path {
	stroke: #00AFAF;
}
.casino_shortcode__filter_show_btn {
	font-size: 14px;
	background: #00AFAF;
}

.campaign-list-item_cta-btn:hover {
	background: #0B7ED0;
}
.campaign-shortcode-table ul {
	margin: 0;
	list-style-type: none;
	padding-left: 0;
}
.bm-cmprs-tbl_rating {
	flex-direction: row-reverse;
}
.bm-cmprs-tbl .bm-cmprs-tbl_rating img {
	margin-right: 0;
	margin-left: 10px;
}
.bm-cmprs-tbl .bm-cmprs-tbl_prev-btn {
	transform: rotate(0deg);
}
.bm-cmprs-tbl {
	margin-bottom: 30px;
}

.single-toppic-terms-conditions {
	display: flex;
	justify-content: end;
	height: 26px;
	overflow: hidden;
	margin-top: 5px;
	text-align: left;
	width: 100%;
}
.single-toppic-terms-conditions span {
	width: 100%;
}
.single-toppic-terms-conditions p {
    font-size: 8px;
    line-height: 12px;
    margin-bottom: 0;
    margin-top: 0px;
}
body .campaign-metadata__deposit-methods label {
	margin-bottom: 12px;
	color: #102039;
	font-size: 14px;
	font-weight: 900;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
}
body .campaign-list-item .campaign__offer-terms, body .campaign-list-item .cell_bottom {
	font-size: 10px;
	color: #51607D;
	font-family: "Roboto", sans-serif;
}
body .campaign-list-item_more-btns > div {
	color: #102039;
	font-family: "Roboto", sans-serif;
}

body .campaign-list-item .metadata-section_4 {
	background: #E3F1F2;
}

/*Casino bonuse CSS*/

.casino-bonuse-sec {
	padding: 0;
	width: 100%;
	display: inline-block;
	margin: 15px 0;
}
.casino-bonuse-inner {
	display: inline-block;
	width: 100%;
	border: 1px solid #CEE8EA;
	border-radius: 4px;
}
.casino-bonuse-top {
	display: flex;
	flex-wrap: wrap;
	background: #F2FAFB;
	border-radius: 4px;
	align-items: end;
}
.casino-bonuse-head {
	padding: 8px 10px 8px 15px;
	color: #102039;
	font-size: 14px;
	font-weight: 700;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
}
.casino-bonuse-head:nth-child(1), .casino-bonuse-head:nth-child(2) {
	width: 19%;
}
.casino-bonuse-head:nth-child(3), .casino-bonuse-head:nth-child(4), .casino-bonuse-head:nth-child(5) {
	width: 13%;
}
.casino-bonuse-head:nth-child(6) {
	width: 23%;
}
.bonuse-value-row {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #CEE8EA;
}
.bonuse-boost {
	padding: 12px 0px 12px 15px;
	color: #304C5B;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
}
.bonuse-boost:nth-child(1), .bonuse-boost:nth-child(2) {
	width: 19%;
}
.bonuse-boost:nth-child(3), .bonuse-boost:nth-child(4), .bonuse-boost:nth-child(5) {
	width: 13%;
}
.bonuse-boost:nth-child(6) {
	width: 23%;
	display: flex;
	flex-wrap: wrap;
	color: #51607D;
}
.bonuse-value-row:last-child {
	border-bottom: none;
}
.bonuse-boost .campaign-list-item_coupon {
	width: 100%;
}

.bonuse-boost .coupon_code {
	border: none !important;
	width: 70% !important;
	font-size: 16.5px !important;
	color: #304C5B;
	padding: 0 !important;
	text-align: left !important;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}
.bonuse-boost .country_code_right {
	background: transparent !important;
	position: relative !important;
	display: inline-block !important;
	height: auto !important;
	width: auto !important;
	padding: 0 !important;
}
.casino-bonuse-sec .bonuse-boost .coupon_code:hover {
	border: none !important;
}

/*Casino bonuse End*/

body .campaign-list-item.brand_table_custom_cl, body .campaign-compact-table__offer.brand_table_custom_cl {
	border: 2px solid #51D6D9;
	padding: 15px 15px 12px;
}
body .campaign-list-item:not(.brand_table_custom_cl, .sport_redesign) {
	padding: 15px 16px 16px;
	border: 1px solid #CEE8EA;
}

body .campaign-list-item .toppike-out .top-pick {
	font-size: 10px;
	font-weight: 700;
	line-height: 23px;
	position: relative;
	top: -4px;
	left: -20px;
	padding: 0 8px 0 13px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0;
	background: #102039;
	font-family: "Roboto Condensed", sans-serif;
	box-shadow: none;
}
body td.campaign-compact-table__highlighted-label {
    background: #102039;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 23px;
    padding: 0 8px 0 13px;
    top: 0px;
    left: -20px;
    position: relative;
    border-radius: 0;
    width: max-content;
    margin-bottom: 20px;
}
body .campaign-compact-table__offer.w-highlighted-label {
    padding-top: 7px !important;
    padding-bottom: 16px !important;
}
body .campaign-compact-table__highlighted-label::after {
    position: absolute;
    bottom: 0px;
    right: -7px;
    width: 0;
    height: 0;
    content: '';
    background-image: none;
    border-left: 8px solid #102039;
    border-top: 12px solid transparent;
    top: auto;
}
body .show-more-campaign-list-items,
body .campaign-compact-table__show-more-btn {
	width: fit-content;
	min-width: 220px;
	margin: 24px auto 0 auto;
	padding: 9px 24px;
	cursor: pointer;
	text-align: center;
	text-transform: capitalize;
	border: 1px solid #068E8E;
	border-radius: 6px;
	color: #068E8E;
	font-size: 16.5px;
	font-weight: 700;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
}
body .show-more-campaign-list-items:hover,
body .campaign-compact-table__show-more-btn:hover {
    background: #068E8E;
    color: #fff;
}

.campaign__voting_list .slick-prev, .campaign__voting_list .slick-next {
	display: none !important;
}

.country_code_left span.copied-success {
    float: right;
    padding-right: 10px;
    font-size: 12px;
    display: none;
}
body .casino_shortcode__filter_show_btn {
	background: #00AFAF;
}
body .casino_shortcode__filters_section {
	font-family: "Roboto", sans-serif;
}
body .casino_shortcode__filter_button span {
	font-family: "Roboto", sans-serif;
}
.campaign-list-item .metadata_license label {
	color: #304C5B;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
}
body .campaign-metadata__regulated-by {
	margin-bottom: 4px;
}
body .show-more-campaign-list-items:hover {
    background: #fff !important;
}
body .bm-cmprs-tbl {
	font-size: 14px;
	font-family: "Roboto", sans-serif;
}

.campaign-compact-table__offer-key-features li {
	margin-bottom: 0 !important;
}
.toplist-poker__offer-logo img {
	object-fit: cover;
}
.toplist-poker__offer-title, .toplist-poker__offer-title p {
	margin-bottom: 0 !important;
}
.campaign-shortcode-table ul {
	list-style-type: none !important;
	padding-left: 0 !important;
}

.campaign-compact-table__offer-key-features ul {
	list-style-type: none !important;
	padding-left: 0 !important;
}

body .campaign-compact-table__offer-key-features li {
	margin: 0;
	padding-left: 22px;
	background: url(../images/check-green.svg) left 6px no-repeat;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: #304C5B;
	font-family: "Roboto", sans-serif;
}
.campaign-compact-table__offer .read_review_url a{
	font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #1C2642;
}
body .campaign-compact-table__offer-description p{
	text-transform: capitalize;
    font-weight: 800;
    font-size: 18px;
    line-height: 135%;
    color: #102039;
    font-family: "Roboto", sans-serif;
}

.campaign-compact-table__offer-terms .cell_bottom {
	color: #51607D;
    font-family: "Roboto", sans-serif;	
}

/*28-AUG-2024-START*/
body .campaign-compact-table__offer-rating-text,
body .campaign-compact-table__offer .read_review_url a,
body .campaign-compact-table__offer-brand-name {
    font-family: "Roboto", sans-serif;
}
body .campaign-compact-table__offer {
    border: 1px solid #CEE8EA;
    /* box-shadow: none; */
}
body .numbered .campaign-compact-table__offer-logo:before {
    background: #F2FAFB;
}
body .campaign-compact-table__offer-logo img,
body.bm-tiny .campaign-compact-table__offer-logo img {
    width: 130px;
    height: 62.5px;
}
.aw-main-page-sec .brand_gallery_slide li {
    background-image: none;
    padding-left: 0;
}
body.single-commercial .entry-content .campaign-compact-table__wrapper {
    margin-bottom: 50px;
}
/*28-AUG-2024-END*/


@media screen and (min-width: 992px){
 
.campaign-metadata {
  gap: 20px;
}
.campaign-metadata__body {
	flex-basis: calc(65% - 10px);
}
.campaign-list-item.brand_table_custom_cl .campaign-metadata__sidebar {
	flex-basis: calc(36% - 4px);
}
.campaign-metadata__sidebar {
	flex-basis: calc(36% - 4px);
}
/*28-AUG-2024-START*/
body .campaign-compact-table__offer,
body.bm-tiny .campaign-compact-table__offer {
	grid-template-columns: 130px 1fr 88px 192px;
}
/*28-AUG-2024-END*/

}
@media screen and (max-width: 1200px){

.campaign-list-item.brand_table_custom_cl .campaign-metadata__sidebar {
	flex-basis: calc(35% - 8px);
}
.campaign-list-item.new {
	grid-template-columns: 130px 39% 100px 0% 180px;
}

/*brand-layout-css*/

.brand-regulated-heading {
	width: 43%;
}
.new-brand-regulated-right {
	width: 51%;
}


.bonuse-boost input {
	max-width: 76%;
	font-size: 15px;
}
.bonuse-boost {
	font-size: 15px;
}
.single-brand-sec {
	display: flex;
	flex-wrap: initial;
	margin-bottom: 20px;
	margin-top: 20px;
	overflow: auto;
	max-width: 100%;
	width: 100%;
	justify-content: flex-start;
	padding-bottom: 15px;
	padding-left: 8px;
	margin-left: -8px !important;
}
.single-brand-box {
	max-width: 212px;
	width: 100%;
	padding: 15px;
	flex-shrink: 0;
}
.single-brand-rating-sec .brand-regulated-rating {
	text-align: center;
}
/*brand-layout-css-End*/


	
}

@media screen and (max-width: 991px){

.campaign-list-item.new.brand_table_custom_cl {
	padding: 30px 12px 12px;
}
.campaign-list-item .toppike-out .top-pick {
	top: -25px;
}
.casino_shortcode__filters_buttons {
	justify-content: space-between;
}
.campaign-list-item.new {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	gap: 8px 10px;
	grid-template-areas: "top-picker top-picker" "logo scores" "title title" "more-btn more-btn" "key-features key-features"  "cta-btn cta-btn" "bottom-text bottom-text";
}
.campaign-list-item.new.show_metadata_section {
	grid-template-areas: "top-picker top-picker" "logo scores" "title title" "more-btn more-btn" "key-features key-features" "metadata metadata" "cta-btn cta-btn" "bottom-text bottom-text";
}
.campaign-list-item.brand_table_custom_cl .campaign-metadata__regulated-by {
	padding-right: 0;
}



/*brand-layout-css*/

.regulated-visit-button {
	width: 26%;
}
.reviewbox-progressbar {
	margin-right: 20px;
}

.bonuse-boost input {
	max-width: 72%;
}

body .campaign-list-item.new {
	grid-template-columns: 1fr 1fr;
}

/*brand-layout-css-End*/

body .campaign-list-item_logo img {
	width: 130px;
	height: 62.4px;
	object-fit: cover;
}

body .bm-cmprs-tbl .bm-cmprs-tbl_row .bm-cmprs-tbl_row-title-cell {
	background-color: #F2FAFB;
}

body .casino_shortcode__filters_opened .casino_shortcode__filter_shadow {
	z-index: 9999;
}
body .casino_shortcode__filter_box {
	z-index: 9999;
}

body .campaign-list-item_cta-btn {
	font-size: 16px;
}
body .campaign_list_item__score_text {
	font-size: 14px !important;
	line-height: 22px !important;
	color: #102039 !important;
}
.campaign-list-item.brand_table_custom_cl .campaign-metadata__gallery {
	margin-top: 20px;
}
body .bm-cmprs-tbl .bm-cmprs-tbl_label-section p {
	font-size: 8px;
}
div.campaign-list-item:not(.sport_redesign) .campaign__partner-label-wrapper {
	margin-top: 68px;
}

/*28-AUG-2024-START*/
body .campaign-compact-table__offer-logo img,
body.bm-tiny .campaign-compact-table__offer-logo img {
    width: 140px;
    height: 67px;
}
body .campaign-compact-table__offer-rating-text,
body .campaign-compact-table__offer .read_review_url a,
body .campaign-compact-table__offer-brand-name {
    font-size: 14px;
}
.campaign-compact-table__offer-rating .campaign-compact-table__offer-brand-name {
    order: 1;
    width: 100%;
    margin: 0 0 4px !important;
}
body .campaign-compact-table__offer-rating-text {
    order: 2;
    top: 2px;
    position: relative;
}
body .campaign-compact-table__offer-rating img {
    order: 3;
	margin-left: 6px;
}
body .campaign-compact-table__offer .read_review_url {
    order: 4;
}

/*28-AUG-2024-END*/

}

@media only screen and (max-width:767px){
	
/*brand-layout-css*/

.regulated-visit-button {
	width: 26%;
}
.reviewbox-progressbar {
	margin-right: 0;
	width: 100%;
	margin-bottom: 15px;
	vertical-align: top;
}
.new-brand-found-rep {
	width: 100%;
	padding-right: 0;
}
.new-brand-regulated-logo {
	order: 1;
	margin-right: 20px;
}
.new-brand-regulated-right {
	width: calc(100% - 156px);
	order: 2;
	text-align: right;
}
.regulated-visit-button {
	order: 3;
	width: 100%;
	text-align: center;
	margin-top: 18px;
}
.brand-regulated-heading {
	width: 100%;
}
.brand-regulated-heading span {
	font-weight: 400;
	font-size: 14px;
}
.brand-regulated-rating {
	width: 100%;
	margin-right: 0;
	text-align: right;
}
.new-brand-regulated-top {
	margin-bottom: 17px;
}
.review-rating-box-sec {
	padding: 15px 15px 0px;
}
.review-ratingbox-left {
	width: 100%;
}
.ratingbox {
	width: calc(100% - 143px);
}
.ratingbox-rating-count {
	width: 100%;
	display: inline-block;
}
.review-ratingbox-left .casinosieger {
	margin-top: 15px;
	width: 100%;
	text-align: center;
}
.review-ratingbox-right {
	width: 100%;
	padding-left: 0;
	margin-top: 30px;
}
.brand-regulated-single-sec .brand-regulated-heading {
	width: 100%;
}
.brand-regulated-single-sec .regulated-ha-rating {
	margin-right: 0;
}
.brand-regulated-single-sec .brand-regulated-rating a {
	width: 100%;
	display: block;
}
.casino-bonuse-head:nth-child(1), .casino-bonuse-head:nth-child(2) {
	width: 100%;
}
.casino-bonuse-head:nth-child(3), .casino-bonuse-head:nth-child(4), .casino-bonuse-head:nth-child(5) {
	width: 100%;
}
.casino-bonuse-head:nth-child(6) {
	width: 100%;
}
.bonuse-boost:nth-child(1), .bonuse-boost:nth-child(2) {
	width: 100%;
}
.bonuse-boost:nth-child(3), .bonuse-boost:nth-child(4), .bonuse-boost:nth-child(5) {
	width: 100%;
}
.bonuse-boost:nth-child(6) {
	width: 100%;
}
.casino-bonuse-top {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 315px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-radius: 4px 0px 0px 4px;
	border-left: 1px solid #E0E0E0;
	align-items: flex-start;
}
.bonuse-value-row:nth-child(2) {
	border-left: none;
	border-radius: 0px 4px 4px 0px;
}
.bonuse-boost {
	font-size: 14px;
}
.bonuse-boost p {
	font-size: 14px;
	margin-bottom: 0;
}
.bonuse-value-row {
	display: inline-block;
	flex-wrap: wrap;
	width: 100%;
	max-width: 170px;
	vertical-align: top;
	border-right: 1px solid #E0E0E0;
	border-radius: 4px 4px 4px 4px;
	margin-right: 15px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}
.bonuse-boost {
	padding: 8px 10px 8px 10px;
}
.casino-bonuse-inner {
	width: max-content;
	flex-wrap: nowrap;
	display: flex;
	border: none;
}
.casino-bonuse-sec {
	overflow: auto;
}
#copy {
	margin-right: 0px;
	margin-left: 10px;
}
.bonuse-boost input {
	max-width: 70%;
}
.bonuse-boost:nth-child(2), .casino-bonuse-head:nth-child(2) {
	min-height: 64px;
}
.casino_shortcode__filters_buttons {
	justify-content: space-between !important;
}
body .campaign-list-item .metadata-deposit-method li, .brand_gallery_slide li {
	padding: 0 0px;
}
.new-brand-regulated-sec {
	margin-bottom: 24px;
	margin-top: 7px;
}
.regulated-visit-button a {
	padding: 10px 30px;
	font-size: 16px;
}
.casino-bonuse-sec {
	margin: 0px 0 24px;
}
/*brand-layout-css-End*/	
body .campaign-list-item.brand_table_custom_cl, body .campaign-compact-table__offer.brand_table_custom_cl {
	border: 1px solid #51D6D9;
}
body .bm-cmprs-tbl .bm-cmprs-tbl_label-section p {
	font-size: 8px;
}
.campaign-shortcode-table {
	margin-bottom: 30px;
}
	
}

