/* Toplist new structure */
/* toplist */
.hide {
    display: none !important;
}

.home-toplist .article-row {
    background-color: #fff;
    margin-bottom: 20px;
	padding: 10px;
	border-radius: 10px;
    width: 100%;
	border: 1px solid #6B00BF;
    position: relative;
	display: grid;
	grid-template-columns: 0.75fr 1fr 0.75fr 0.75fr;
	gap: 15px;
	align-items: center;
}

.ribbon {
    position: absolute;
    left: -6px;
    top: -6px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
}

.ribbon span {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 127px;
    display: block;
    background: #BA4500;
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    position: absolute;
    top: 27px;
    left: -26px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #F6D57F;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #F6D57F;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 1px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #F6D57F;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #F6D57F;
}


.medal-slot {
	position: absolute;
    top: -10px;
    left: -15px;
}

#age-verify {
	text-align: center;
}

.toplist-bonus-text {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.408px;
	text-align: center;
}

.toplist-bonus-text p {
	padding: 0;
	margin:0;	
}

.toplist-star-wrap {
	border-radius: 100px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(183, 37, 101, 0.10);
    width: 130px;
    margin: 0 auto;
    padding: 5px 15px;
}

.toplist-buttons {
	padding-right: 20px;
    display: grid;
    gap: 10px;
}

.toplist-button {
	border-radius: 100px;
	border: 1px solid #6B00BF !important;
	display: flex;
	padding: 14px 48px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #B72565;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.toplist-button:hover {
	color: #fff;
	opacity: .8;
}

.toplist-button-review {
	background: #F4EDF0;
	font-size: 12px;
	color: #000;
	border: none !important;
	font-weight: 400;
}

.toplist-button-review:hover {
	color: #000;
	opacity: 0.8;
}

.tl-thumb {
    max-width: 220px;
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;

}

.tl-thumb a {
	border: none !important;
}

.home-toplist .hbuttons {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    transform: translateY(-50%);
}

.hbuttons a {
    border-radius: 5px !important;
}

.home-toplist .tl-thumb img {
    margin: 0 auto;
    max-width: 160px;
	max-height: 130px;
    padding: 10px;
}

.ratingbox {
    text-align: center;
}

.home-toplist .star-rating {
    float: none;
    height: auto;
    border-radius: 20px;
    padding: 0px 10px;
    margin-bottom: 10px;
    display: inline-block;
    margin: 10px auto;
    border: 1px solid #FF9900;
}

.ratingbehindstars {
    font-size: 14px;
}

.terms {
    margin-top: 5px;
}

.smalltext {
    font-size: 14px;
    font-weight: bold;
}

span.tc {
    font-size: 9px;
    line-height: 1.4;
    display: block;
}

.people-liked ul {
    margin-left: 18px;
    margin-bottom: 0;
    text-indent: -23px;
}

.people-liked li {
    margin-right: 5px;
    line-height: 1.4;
    list-style-type: none !important;
}

.people-liked li:before {
    font-family: dashicons;
    content: "\f147";
    color: #0AA656;
    vertical-align: -7px;
    font-size: 23px;
}

.home-toplist .star-rating .star {
    font-size: 18px;
    width: 18px;
}

.termsbutton {
    display: block;
    max-width: 115px;
    margin-top: 15px;
}

.home-toplist .collapseomatic {
    background-position-y: 4px;
    background-size: 7%;
}

.home-toplist .collapseomatic_content {
    font-size: 14px;
}

.bonusul {
    margin-left: 0 !important;
    text-indent: -16px;
    text-align: center;
    margin-bottom: 0 !important;
}

.bonusul li {
    line-height: 1.4;
    list-style-type: none !important;
}

.bonusul li:before {
    content: "\f132";
    font-family: dashicons;
    color: #2b2b8b;
    vertical-align: -3px;
    font-size: 16px;
    line-height: 2;
}

a.leftreview {
    font-size: 14px;
    display: block;
    text-decoration: underline;
    width: 100%;
	background: #fff;
	color: #000;
	border: 1px solid #FF9900;
    box-shadow: 0px 1px 0px #b96500;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
}

.collapsebutton {
    display: none;
}

.mobile-headline-bonus p {
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}

.column-icons-mb  {
	text-align: center;
	padding: 10px;
	    margin: 0 auto;
}

@media (max-width: 768px) {
.columncollapser {
        display: none;
    }

    .collapsebutton {
        text-align: center;
        padding: 0 0 10px;
    }

    .payment-images {
        justify-content: center;
    }

   .collapsebutton img {
        vertical-align: -5px;
    }

    .collapsebutton.activecollapse img {
        vertical-align: -5px;
        transform: rotate(180deg);
    }

    .collapsebutton {
        display: block;
        cursor: pointer;
    }

    .filter-text {
        max-width: none;
    }

    .home-toplist .article-row {
        grid-template-columns: 1fr;
		gap: 20px;
    }
	
	.toplist-buttons {
		padding: 0 20px 20px;
	}

    .landing-page .site-inner {
        padding-top: 20px;
    }

    .home-toplist .article-row-top {
        flex-wrap: wrap;
    }

    .column.left {
        width: 100%;
        position: relative;
        padding-top: 10px;
    }
	
	
	.medal-slot {
		top: -25px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

    .left-inner {
        position: relative;
        top: unset;
        transform: none;
        left: unset;
    }

	.casino-header {
		min-height: 330px;
	}
    .casino-header-bonus p {
        font-size: 20px;
    }

	.bonbar.pros {
		padding-bottom: 0;
	}
	
    .only-mobile {
        display: block;
    }

   .only-desktop {
        display: none !important;
    }

    .home-toplist .hbuttons {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        transform: none;
    }
}
/* End Toplist new structure */

.comptable.style4 .brokercol{
	max-width: 160px;
	width: 160px;
}
.comptable.style4.style5 {
	table-layout: fixed;
}
.comptable.style4.style5 .depcol{
	max-width: 100px;
	width: 100px;
}
.comptable.style4.style5 .acccol{
	max-width: 150px;
	width: 150px;
}
.comptable.style4.style5 .comptable a.visbutton{ 
	max-width: 120px;
}
.comptable.style4 tr:nth-child(2n) td{
	background-color: #fff;
}
.comptable.style4 td img{
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 15px;
}
.comptable .cell-text-left {
	text-align: left;
}
.comptable .cell-text-left .text{
	padding-top: 4px;
	margin: 0;
	font-weight: 100;
	font-size: 10px;
}
.comptable .tc-link {
	font-size: 12px;
	font-weight: 100;
	padding-top:8px;
	display: block;
}

.comptable .hover-effect .hidden-content-part {
	position: relative;
	background-color: inherit;
}
.comptable .hover-effect .hidden-content-part .the-content-part {
	height: 0;
	position: absolute;
	margin: 0 -10px;
	padding: 0 10px 10px;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	min-width: 200px;
	background-color: inherit;
}
.comptable .hover-effect:hover .hidden-content-part .the-content-part {
	height: auto;
}
.comptable .hover-effect .hidden-part {
	display: none;
}
.comptable .hover-effect:hover .hidden-part {
	display: inline-block;
}
.comptable .hover-effect:hover .dots {
	display: none;
}

/* Casino widget styles */
.widget .hilite {
	background-color: inherit;
}
.widget .hilite p{
	margin: 0;
}
.widget .hilite .tc-link{
	font-size: 12px;
	font-weight: 100;
	padding-top: 8px;
	padding-bottom: 3px;
	display: block;
}
.widget .hilite .text{
	color: #666;
	font-weight: 100;
	line-height: 1.3em;
	font-size: 12px;
}
.widget .hilite .hidden-part{
	display: none;
}
.widget .hilite:hover .dots{
	display: none;
}
.widget .hilite:hover .hidden-part{
	display: inline;
}
.widget .hidden-content-part {
	position: relative;
	background-color: inherit;
	width: 100%;
}
.widget .hidden-content-part .the-content-part{
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	background-color: inherit;
	z-index: 99;
}
.widget .hilite:hover .hidden-content-part .the-content-part{
	padding: 0 10px 10px;
	height: auto;
}

.widget .featsites .hidden-content-part .the-content-part{ 
	position: relative;
}
.widget .featsites:hover .dots{
	display: none;
}
.widget .featsites:hover .hidden-part{
	display: inline;
}
.widget .featsites:hover .hidden-content-part .the-content-part{
	padding: 0 10px 10px;
	height: auto;
}
/* List widget */
.widget .topsiteswidget .hidden-content-part .the-content-part{
	min-width: 150px;
	background-color: #fff;
}

/* Responsive */
@media (max-width: 767px) {
	.comptable.style4.style5 .topcomp{
		display: none;
	}
	.comptable.style4.style5 tr td.depcol,
	.comptable.style4.style5 tr td{
		display: block;
		float: left;
		width: 100%;
		max-width: 100%;
	}
	.comptable.style4.style5 tr td img{
		max-width: 200px;
	}
	.comptable.style4.style5 tr td:first-child,
	.comptable.style4.style5 tr td.cell-text-left{
		width: 100%;
		max-width: 100%;
		float: none;
	}
	.comptable.style4.style5 tr td.cell-text-left{
		padding: 0 15px 15px;
        text-align: center;
	}
	.comptable.style4.style5 tr td.depcol{
		text-align: center;
	}

	.comptable.style4 tr:nth-child(2n) {
		background-color: #fff;
	}
	.comptable.style4 tr:nth-child(2n+1) {
		background-color: #f9f9f9;
	}
    .comptable.style4 tr:nth-child(2n) td, .comptable tr:nth-child(2n+1) td {
        border-bottom: none !important;
    }
    .comptable.style4.style5 tr td a.rev_link {
        margin: 25px 0 20px 0;
        display: block;
    }
    .comptable a.visbutton {
        width: 90% !important;
        padding: 18px 12px;
    }
    
}

.widget .second-style .text {
    margin: 10px 0 0;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}