ul, ol{
	margin-left:0;
	padding-left:1.2rem;
}

#content h1{
	font-size:2rem;
}
#content h2{
	font-size:1.6rem;
}

.ast-primary-header-bar{
	background:linear-gradient(10deg,#BC0401,#BC0401,#F90000,#F90000) !important;
}
/*menu*/
.footer a{
	color: #fff;
	font-weight: bold;
}
.anwp-link-without-effects{
	font-weight: normal!important;
}
.anwp-pg-post-teaser__excerpt, .anwp-pg-post-teaser__bottom-meta{
	display: none;
	margin: 0!important;
}
table{
    width: 100%;
}
/* table header */
.game-table tr:first-child{
        background-color: #075aae;
        color: #FFFF;
        font-weight: 600;
        font-size: 17px;
        text-align: center;
}

/* logo column */
.game-table tr:not(:first-child) td:first-child{
    width: 20%;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Deposit Bonus width */
.game-table tr td:nth-child(2) {
    width: 25%;
}

/* Logo image */
.game-table tr td:first-child img{
    width: 100%;
}

.game-table p{
    margin: 0;
    padding: 0;
}

/* type of games */
.games{
    list-style-type: none;
    list-style-image: url('/wp-content/uploads/2023/04/admin-ajax.png');
    margin-bottom: 0; 
    margin-left: 0;   
}

.games li{
    line-height: 22px;
    list-style-position: inside;
}

/* payments */
.payments{
    list-style-type: none;
    list-style-image: url(/wp-content/uploads/2023/02/1398912_circle_correct_mark_success_tick_icon.png);
    margin-bottom: 0; 
    margin-left: 0;   
}

.payments li{
    line-height: 22px;
    font-weight: 600;
    list-style-position: inside;
}

/* play button */
.game-table .btn-play-now{
    background-color: #55b458;
    color: #FFF;
    margin: 0;
    padding: 10% 3vw;
    border-radius: 5px;
}

.game-table .btn-play-now:hover{
    background-color: #3f8c41;
    color: #FFF;
}

@media only screen and (max-width: 767px){
    
	/* hide type-of-games & payments */
	.game-table tr td:nth-child(3),
	.game-table tr td:nth-child(4){
			display: none;
	}

	.game-table tr td:nth-child(5){
			width: 25%;
	}

}

/* Rating Score */
.a-donut-rating[data-v-75f81b84] {
    position: relative;
    height: 150px;
    width: 150px;
}
.a-donut-rating__content[data-v-75f81b84] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.a-donut-rating__rating--green[data-v-75f81b84] {
    background-color: #00A85C;
}
.a-donut-rating__rating[data-v-75f81b84] {
    display: block;
    align-items: baseline;
    font-family: "Ubuntu",sans-serif;
    font-weight: 800;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    max-width: 110px;
    border-top: 1px solid transparent;
    white-space: nowrap;
    font-size: 0;
}
.a-donut-rating__rating__score[data-v-75f81b84] {
    font-size: 2.2rem;
}
.a-donut-rating__rating__max[data-v-75f81b84] {
    font-size: 1.5rem;
}
.a-donut-rating__ring[data-v-75f81b84] {
    stroke: transparent;
}
.a-donut-rating__segment--green[data-v-75f81b84] {
    stroke: #00A85C;
}
.a-donut-rating__segment[data-v-75f81b84] {
    animation: strokearray 1s ease-in reverse;
    transition: stroke-dasharray 1s ease;
    transform-origin: center;
    stroke-linecap: round;
}
@keyframes strokearray{
    100% {
        stroke-dasharray: 0 100;
    }
}
/* End Rating Score */

/* Home - 2 */
.ast-right-sidebar #secondary{
    padding-left:20px !important;
}
h1,h2,h3,h4,h5,p,span,label,li,a,button{
    font-family: "Figtree",sans-serif;
}
p{
    font-size:14px;
}
.text-red{
    color:#9e0000 !important;
}
.red-btn{
    background:linear-gradient(120deg,#BC0401,#F90000,#BC0401);
    color:white !important;
    text-decoration:unset !important;
    background-size:200%;
}
.red-btn:hover{
	background-position:100%;
}
.lightred-bg{
    background:#F8F1F1;
}
.lightgrey-bg{
    background: #F5F5F5;
}
.darkred-bg{
    background:#BC0401;
}
.gradientred-bg{
    background:linear-gradient(120deg,#BC0401,#F90000);
}
.game-list-table td, .game-list-table th{
    border:none;
}
.game-list-table .game-list{
    outline:1px solid #dedede;
}
.game-list-table .game-list .game-wrap{
    background:#FEF6F6;
}
.game-list-table .game-list .top-tag{
    background:linear-gradient(120deg,#BC0401,#F90000);
    font-size:14px;
}
.game-list-table .game-list .game-wrap .text-red-btn{
    font-size:14px;
}
.game-list-table .game-list .rating i{
    color:#FDC00D;
}
.game-list-table .game-list ul{
    font-size:13px;
    font-weight:bold;
    list-style-type:none;
    padding:0;
    margin:0;
}
.game-list-table .game-list ul li{
    position:relative;
    line-height:1.2;
    margin-bottom:5px;
    padding-left:20px;
}
.game-list-table .game-list ul li:before{
    content:"";
    position:absolute;
    width:18px;
    height:18px;
    left:0px;
    background:url("/wp-content/uploads/2023/04/check-mark-icon.png");
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}
.game-list-table .game-list span.rank-tag{
    background:#241E4E;
    color:white;
    font-size:14px;
    font-weight:bold;
    width:25px;
    height:25px;
    display:flex;
    align-items:center;
    justify-content: center;
    top:0;
    left:0;
    position:absolute;
    border-radius:0% 0% 50% 0;
}
.game-list-table .game-list span.rank-tag.top{
    background:#BC0401;
    color:white;
}
.sidebar-main{
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 20px 30px;
}
.sidebar-main h5{
    font-weight: bold;
}
.sidebar-main h5, .sidenav ul li {
    font-size: 15px;
    line-height: 18px;
}
.sidebar-main a{
    text-decoration:unset;
}
.sidebar-main i{
    background:#FFE1E1;
    color:#F90000;
    width:30px;
    height:30px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}
.sidebar-main ul{
    list-style-type:none;
}
.sidebar-main li a{
    font-size: 15px;
    line-height: 18px;
    color: #1A1E71;
	transition: 0.3s ease-in-out;
}
.sidebar-main li a:hover{
    color: #FDC00D;
    text-decoration:none;
	transition: 0.3s ease-in-out;
}
.sidebar{
    max-width:330px;
}
.sidebar-main .blog p{
    font-size:14px;
    line-height:1.2;
}
.sidebar-main .widget_block{
    margin:0;
}
.game-box .game-img{
    aspect-ratio:7/5;
    object-fit:cover;
}
.game-box .game-logo{
    width:100px;
}
.game-box .hidden-box{
    background:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition:.3s all;
}
.game-box .hidden-box span,.game-box .hidden-box a{
    font-size:12px;
}
.game-box .hidden-box:hover{
    opacity:1;
}
.casino-game-box{
    width:20%;
}
.casino-game-box p{
	line-height:1.2
}
.casino-game-box > div{
    border:1px solid #FFD9D9;
    box-shadow:0px 4px 15px transparent;
    transition:.3s all;
		height:100%;
}
.casino-game-box > div:hover{
    box-shadow:0px 4px 7px 7px #FFD9D9;
}
.casino-game-box img{
    width:75%;
}
.how-we-rate .how-we-rate-box{
    padding-left:60px !important;
}
.how-we-rate .how-we-rate-box i{
    left:15px;
    background:#00a85c;
    color:white;
    width:30px;
    display:flex;
    align-items:center;
    justify-content: center;
    border-radius:50%;
    aspect-ratio:1;
    font-size:15px;
}
.how-we-rate .how-we-rate-box .how-we-rate-icon-img{
    width:80px;
}
.how-we-rate .how-we-rate-box:nth-child(5){
    background:#e1f4e7;
}
table thead tr{
    background:linear-gradient(120deg,#BC0401,#F90000);
    color:white;
    
}
table thead tr th,table tbody tr td{
    border:1px solid #FFD1D1;
}
table tbody tr td:first-child{
    font-weight:bold;
    color:#F90000;
    text-align:center;
}
.contact-box ul{
    list-style-type:none;
}
.contact-box ul li{
    position:relative;
    padding-left:40px;
}
.contact-box ul li i{
    position:absolute;
    left:0;
    font-size:13px;
    width:25px;
    background:#F90000;
    color:white;
    aspect-ratio:1;
    display:flex;
    align-items:center;
    justify-content: center;
    border-radius:50%;
}
.faq button,.faq .faq-bo{
    padding-left:50px !important;
    position:relative;
}
.faq button h3{
	font-size:18px
}
.faq .accordion-button{
    box-shadow:none;
}
.faq .accordion-button:hover{
    background:unset;
    color:#F90000;
}
.faq .accordion-button:not(.collapsed){
    background:#FEF6F6;
}
.faq i{
    left:15px;
    background:#F90000;
    color:white;
    width:25px;
    aspect-ratio: 1;
    display:flex;
    align-items:center;
    justify-content: center;
    border-radius:50%;
    font-size:12px;
    position:absolute;
}
.oc-swiper{
    padding-top:25px;
}
.oc-swiper .swiper-slide{
    height: unset !important;
}
.oc-swiper .swiper-slide.swiper-slide-active .oc-games-box .height-box{
    background:#323C60;
}
.oc-games-box{
    border-radius:12px;
    overflow:hidden;
	height:100%;
}
.oc-games-box .height-box{
    height:48px;
    background:#F5F5F5;
    transition:.3s all;
}
.oc-games-box img{
    top:0;
    left:7px;
}
.oc-swiper .swiper-slide{
		height:unset;
}
.oc-swiper .swiper-button-next,.oc-swiper .swiper-button-prev{
    top:0;
    margin:0;
    background:unset;
    background-color:#323C60;
    color:white;
    aspect-ratio:1;
    border-radius:50%;
    width:30px;
    height:auto;
}
.oc-swiper .swiper-button-next:after,.oc-swiper .swiper-button-prev:after{
    content:unset;
}
.oc-swiper .swiper-button-prev{
    right:50px;
    left:unset;
}
.top-badge{
    top:15px;
    right:5px;
}
.bonuses ul{
    list-style-type:none;
    column-count:2;
}
.bonuses ul li{
    padding-left:25px;
    position:relative;
    margin-bottom:7px;
}
.bonuses ul li:before{
    content:"";
    width:20px;
    aspect-ratio: 1;
    background:url("/wp-content/uploads/2023/04/checkmark.png");
    background-size:cover;
    position:absolute;
    left:0;
    background-position:center;
}
.number-badge{
    background:#9e0000;
    color:white;
    font-size:16px;
    display: inline-flex;
    width:25px;
    height:25px;
    justify-content: center;
    align-items: center;
    border-radius:50%;
    position:absolute;
    left:-15px;
    top:3px;
}
.sp-box:hover{
    background:#BC1823;
}
.sp-box{
    transition:.3s all;
}
.sp-box:hover .sp-box-content h2, .sp-box:hover .sp-box-content h3,.sp-box:hover .sp-box-content p, .sp-box:hover .sp-box-content blockquote,.sp-box:hover .sp-box-content li{
    color:white !important;
}
.top-btn{
	bottom:25px;
	left:0;
}
.top-btn a{
	background:#F90000;
	aspect-ratio:1;
	width:30px;
	height:auto;
	position:relative;
	z-index:50000;
}
.top-btn a i{
	color:white;
}
@media only screen and (max-width: 768px) {
    .ast-right-sidebar #secondary{
        display:none;
    }
}
@media only screen and (max-width: 767px) {
    .game-list-table .game-list img{
        max-width:120px;
    }
    .game-list-table .game-list td{
        display:block;
        width:100%;
    }
    .casino-game-box{
        width:50%;
    }
    table th{
        min-width:100px;
        width:100%;
    }
    .faq-wrap .faq-box{
        padding-left:40px !important;
        position:relative;
    }
    .faq-wrap .faq-box i{
        left:8px;
    }
    .faq .accordion-button{
        padding-left:35px !important;
    }
	.faq i{
		left:5px;
	}
    .bonuses ul{
        list-style-type:none;
        column-count:1;
    }
    .sp-box .sp-box-img{
        border:none !important;
    }
}
/* Anchor Text Bold */
.elementor a {
  font-weight: bold;
	color: #152ec8;
}
/* widget */
html, body {
    font-family: "Figtree",sans-serif;
}
section, .section {
    position: relative;
}
h1,h2,h3,h4,h5,p,span,label,li,a,button{
    font-family: "Figtree",sans-serif;
}
.fw-medium {
    font-weight: 500;
}
.fw-semi {
    font-weight: 600;
}
.fw-black {
    font-weight: 900;
}
.text-red {
    color: #FF4553;
}
.text-light-red {
    color: #FFE6E6;
}
.text-blue {
    color: #1A1E71;
}
.text-ash-blue {
    color: #5A65B4;
}
.bg-red {
    background: #FF4553;
}
.bg-light-red {
    background: #FFE6E6;
}
.bg-blue {
    background: #1A1E71;
}
.bg-grey {
    background: #F4F4F4;
}
#page #content {
    display: block;
    width: 100%;
    overflow: hidden;
}
#content h2, #content .h2, #content .text-editor .h2 {
    font-size: 35px;
    line-height: 42px;
}
#secondary {
    padding-left: 20px!important;
}
.sidebar-main{
    background: #fff;
    border: 1px solid #C3C8E5;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 0 15px 20px 0 rgba(26, 30, 113, 10%);
}
.sidebar-main h5{
    font-weight: bold;
}
.sidebar-main h5, .sidenav li {
    font-size: 15px;
    line-height: 18px;
}
.sidebar-main a{
    text-decoration:unset;
}
.sidebar-main i{
    background:#FFE1E1;
    color:#F90000;
    width:30px;
    height:30px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}
.sidebar-main .blog p {
    padding: 8px;
}
.sidebar-main ul{
    list-style-type:none;
}
.sidebar-main li a, .accordion .accordion-button, .post-box a{
    color: #1A1E71;
}
.sidebar-main li a, .accordion .accordion-button{
    font-size: 15px;
    line-height: 18px;
	transition: 0.3s ease-in-out;
}
.sidebar-main li a:hover, .accordion .accordion-button:hover{
    color: #FDC00D;
    text-decoration:none;
	transition: 0.3s ease-in-out;
}
#favourite {
    padding: 50px 0;
}
.pyf-box {
    background: #f4f4f4;
    box-shadow: 0 3px 1px 0px #D7D7D7;
    border-radius: 10px;
}
.pyf-box .tab-content {
    max-height: unset;
}
.pft-box-bottom .tab-body {
    border-top: 1px solid #C3C8E5;
}
.pft-box-bottom .tab-pane .tab-body {
    padding: 30px;
}
.post-wrap .post-box-image a {
    height: 52px;
}
.post-wrap .post-box-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.casino-to-avoid .text-editor {
    padding: 50px;
}
.magic-grid, .magic-grid .magic-grid-inner {
    display: flex;
}
.magic-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.magic-grid .magic-grid-item {
    cursor: pointer;
}
.magic-grid .magic-grid-inner {
    flex-direction: column;
    align-items: center;
    padding: 10px 20px 15px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #C3C8E5;
}
.magic-grid .magic-grid-item:hover .magic-grid-inner {
    border-color: #F7B500;
}
.magic-grid .magic-thumbnail {
    width: 50px;
    height: 50px;
}
.magic-grid .magic-thumbnail img {
    width: 100%;
    height: auto;
}
.magic-grid .magic-grid-item p {
    font-size: 15px;
    line-height: 18px;
    margin: 0;
}
.swiper-c2a .swiper-wrapper {
    transition-timing-function : linear;
}
#swiper-c2a .swiper-slide .c2a-item {
    border-radius: 10px;
    border: 1px solid #FFB3B3;
    overflow: hidden;
}
#swiper-c2a .swiper-slide {
    width: 200px;
}
.swiper-c2a .c2a-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 40px;
}
.swiper-c2a .c2a-thumbnail {
    width: 100%;
    height: 72px;
}
.swiper-c2a .c2a-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.swiper-c2a .c2a-rating {
    padding: 0 6px;
}
.c2a-listing {
    list-style: none;
    margin: 0;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.c2a-listing li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
.c2a-listing li img {
    width: 15px;
    height: 15px;
}
.c2a-raing {
    width: 110px;
}
.accordion .accordion-button {
    padding: 0;
}
.accordion .accordion-button, .accordion .accordion-button:hover, .accordion .accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.accordion .accordion-item:not(:last-child) {
    margin-bottom: 8px;
}
#accordionFAQ {
    width: 100%;
}
#accordionFAQ .accordion-item {
    border-radius: 15px;
    background: linear-gradient(to right, #E7E9F4, #E7E9F4);
    transition: all 0.3s ease;
}
#accordionFAQ .accordion-item.active {
    background: linear-gradient(to right, #1A1E71, #3139D7);
}
#accordionFAQ .accordion-item .accordion-button {
    padding: 20px;
    background: transparent;
    box-shadow: none;
}
#accordionFAQ .accordion-item .accordion-button {
    color: #1A1E71;
}
#secondary .accordion .accordion-button::after, #accordionFAQ .accordion-item .accordion-button, #accordionFAQ .accordion-body, #accordionFAQ .accordion-body p {
    transition: all 0.3s ease;
}
#accordionFAQ .accordion-body {
    padding-top: 0;
    padding-bottom: 20px;
}
#accordionFAQ .accordion-body p {
    margin-bottom: 0;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
}
#accordionFAQ .accordion-button::after {
    width: 15px;
    height: 15px;
    background-size: contain;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.5%201V7.5V14%22%20stroke%3D%22%235A65B4%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1%207.5H14%22%20stroke%3D%22%235A65B4%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E);
    opacity: 1;
}
#accordionFAQ .accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%207.5H14%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E);
}
#accordionFAQ .accordion-item.active .accordion-button, #accordionFAQ .accordion-item.active .accordion-body, #accordionFAQ .accordion-item.active .accordion-body p {
    color: #fff;
}
#secondary .accordion .accordion-button::after {
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2216%22%20viewBox%3D%220%200%2015%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.25%203.875L12.75%203.875L7.5%2012.125L2.25%203.875Z%22%20fill%3D%22%231A1E71%22%2F%3E%3C%2Fsvg%3E);
}
#secondary .accordion .accordion-button:hover::after, #secondary .accordion .accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2216%22%20viewBox%3D%220%200%2015%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.25%203.875L12.75%203.875L7.5%2012.125L2.25%203.875Z%22%20fill%3D%22%23F7B500%22%2F%3E%3C%2Fsvg%3E);
}
#secondary .accordion .accordion-body ul li:not(:last-child) {
    margin-bottom: 5px;
}
.divider.fullscreen {
    width: 100vw;
    height: 1px;
    background: #E7E9F4;
}
.tcs-editor-pick {
    margin-top: -10px;
}
.tcs-ep-left, .tcs-ep-right {
    width: 50%;
}
.tcs-ep-buttons .swiper-slide {
    cursor: pointer;
}
.tcs-ep-buttons .swiper-slide {
    opacity: 0.4;
    transition: all 0.3s ease;
}
.tcs-ep-buttons .swiper-slide:hover, .tcs-ep-buttons .swiper-slide.picked {
    opacity: 1;
}
.tcs-ep-swiper {
    transform-origin: center right;
    transform: scale(1.35) translateX(25px);
}
#editor-pick {
    margin: 50px 0 80px;
}
#editor-pick::before {
    content: '';
    display: block;
    position: absolute;
    width: calc( 100% + 100px );
    height: calc( 100% + 100px );
    border-radius: 30px;
    border-bottom-right-radius: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(to right, #F7B500, #F87300);
    z-index: 0;
}
section > div, .section > div {
    position: relative;
}
.loading {
    width: 120px;
    height: 120px;
}
.section .backdrop, .backdrop {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#review .backdrop {
    position: absolute;
    width: 100vw;
    height: 100%;
    background: linear-gradient(to right, #1A1E71, #3139D7);
}
.grid, .grid * {
    position: relative;
}
.grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}
.grid.grid-casino {
    counter-reset: cards;
}
.grid.grid-casino .grid-item {
    counter-increment: cards;
}
.grid.grid-casino, .grid.grid-casino .grid-item, .grid.grid-casino .grid-item .grid-inner, .swiper-casino .grid-item, .swiper-casino .grid-inner {
    width: 100%;
}
.grid.grid-casino .grid-inner, .swiper-casino .grid-inner {
    border-radius: 10px;
    border: 1px solid #C3C8E5;
    overflow: hidden;
}
.grid.grid-casino .grid-item .grid-inner::before, .grid.grid-casino .grid-item .grid-inner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.grid.grid-casino .grid-item .grid-inner::before {
    width: 50px;
    height: 166px;
    background-image: url(https://topcasinosg.smartsitecp.com/wp-content/uploads/2025/03/bg-casino-favourite-silver.png);
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
}
.grid.grid-casino .grid-item.grid-item-01 .grid-inner::before {
    background-image: url(https://topcasinosg.smartsitecp.com/wp-content/uploads/2025/03/bg-casino-favourite-gold.png);
}
.grid.grid-casino .grid-item .grid-inner::after {
    content: counter(cards);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 900;
}
.grid.grid-casino .grid-item.grid-item-01 .grid-inner::after {
    color: #fff;
}
.grid.grid-casino .grid-item-01 .grid-inner {
    border-color: #F7B500;
}
.grid.grid-casino .grid-item-01 .grid-top .grid-tag {
    background: #FDF8E1;
    color: #F87300;
    padding: 10px 15px;
    line-height: 1;
    font-size: 15px;
}
.grid.grid-casino .grid-inner .grid-center, .swiper-casino .grid-inner .grid-center {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.grid.grid-casino .grid-center .grid-thumbnail, .swiper-casino .grid-center .grid-thumbnail {
    width: 125px;
    margin: 0 auto;
}
.grid-rating {
    width: 110px;
    margin: 0 auto;
}
.grid-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #E7E9F4;
}
.grid.grid-casino .grid-bottom, .swiper-casino .grid-bottom {
    padding: 15px;
}
.grid.grid-casino .grid-item-01 .grid-inner .grid-bottom {
    background: #FDF8E1;
    border-top: 1px solid #F7B500;
}
.btn.btn-solid, .btn.btn-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 15px;
}
.grid.grid-casino .grid-bottom .btn {
    width: 120px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.grid.grid-casino .grid-item-01 .btn {
    position: relative;
}
.btn.btn-solid, .btn.btn-outline:hover {
    background: #1A1E71;
    color: #fff;
}
.btn.btn-outline, .btn.btn-solid:hover {
    color: #F87300;
}
.grid.grid-casino .grid-item-01 .grid-bottom .btn-outline:hover {
    color: #fff;
}
.grid.grid-casino .grid-item-01 .btn-outline:hover {
    background: transparent;
}
.btn.btn-outline, .btn.btn-solid:hover {
    border: 1px solid #1A1E71;
    background: linear-gradient(to right, #fff, #fff);
    color: #1A1E71;
}
.grid.grid-casino .grid-item-01 .btn-solid, .grid.grid-casino .grid-item-01 .btn-outline {
    background: #fff;
    overflow: hidden;
}
.grid.grid-casino .grid-item-01 .btn-solid, .grid.grid-casino .grid-item-01 .btn-outline, .grid.grid-casino .grid-item-01 .btn-outline:hover {
    border-color: transparent!important;
}
.grid.grid-casino .grid-item-01 .btn-solid span, .grid.grid-casino .grid-item-01 .btn-outline span {
    position: relative;
}
.btn.btn-solid {
    border: 1px solid #1A1E71;
}
.btn span {
    white-space: nowrap;
}
.grid.grid-casino .grid-item-01 .btn-solid::before, .grid.grid-casino .grid-item-01 .btn-outline::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #F7B500, #F87300);
    transition: all 0.3s ease;
}
.grid.grid-casino .grid-item-01 .btn-solid::before, .grid.grid-casino .grid-item-01 .btn-outline:hover::before {
    opacity: 1;
}
.grid.grid-casino .grid-item-01 .btn-solid:hover::before, .grid.grid-casino .grid-item-01 .btn-outline::before {
    opacity: 0;
}
.grid.grid-casino .grid-item-01 .grid-title {
    color: #F87300;
}
.grid.grid-casino .grid-title h4 {
    font-size: 30px;
    line-height: 34px;
}
.grid.grid-casino .grid-providers .img-wrapper img {
    width: auto!important;
    max-width: unset;
    height: 26px;
}
#swiper-highlight .grid-inner {
    background: #fff;
}
.grid.grid-highlight .grid-top, .grid.grid-highlight .grid-body {
    padding: 10px 20px;
}
.grid.grid-highlight .grid-body {
    gap: 20px;
}
.grid-highlight .grid-body .grid-brand {
    width: 30%;
}
.grid-highlight .grid-body .grid-duration {
    width: 70%;
}
.casino-table, .magic-result {
    border-radius: 10px;
    border: 1px solid #C3C8E5;
    overflow: hidden;
}
.casino-table table thead tr, .magic-result table tr {
    background: none;
}
.casino-table table th, .casino-table table td, .magic-result table th, .magic-result table td {
    background: transparent;
}
.casino-table thead th, .casino-table thead td, .magic-result table th, .magic-result table td {
    padding: 12px 20px;
    color: #5A65B4;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}
.casino-table tbody th, .casino-table tbody td, .magic-result tbody th, .magic-result tbody td {
    padding: 20px;
    vertical-align: middle;
}
.casino-table tbody th:first-child, .casino-table tbody td:first-child {
    color: #5A65B4;
}
.casino-table table thead tr th, .casino-table table tbody tr td, .magic-result tbody tr th, .magic-result tbody tr td {
    border: none;
}
.casino-table table thead tr, .casino-table table tbody tr:not(:last-child), .magic-result table thead tr, .magic-table table tbody tr:not(:last-child) {
    border-bottom: 1px solid #C3C8E5;
}
.casino-table table .grid-thumbnail {
    width: 80px;
}
.casino-table table tbody td:first-child, .casino-table table tbody td:last-child, .magic-result tbody td:last-child {
    background: #E7E9F4;
}
.casino-table table th, .casino-table table td {
    text-align: center;
}
#swiper-highlight .grid-inner {
    border-radius: 10px;
    overflow: hidden;
}
#swiper-highlight .grid-top h3, #swiper-highlight .grid-top .h3 {
    font-size: 20px;
    line-height: 1;
}
#swiper-highlight .grid-bottom {
    padding: 10px 15px;
}
#swiper-highlight .grid-bottom .btn {

    line-height: 1;
}
.grid.grid-review {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.grid-review .grid-item {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 1.5625vw;
}
.grid-review .grid-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.grid-review .grid-thumbnail {
    width: 100px;
    height: 100px;
}
.grid-review .grid-body, .grid-highlight .grid-top, .grid-highlight .grid-body {
    text-align: center;
}
.grid-review .grid-body .btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    color: #5A65B4;
    margin: 0 auto;
}
.grid-review .grid-body h4, .grid-review .grid-body .grid-title {
    font-size: 1.0416667vw;
    line-height: 1.25vw;
}
.text-orange, .grid-review .grid-body h4, .grid-review .grid-body .grid-title, .grid-review .grid-body .btn:hover {
    color: #F7B500;
}
.grid-review .grid-body p {
    transition: all 0.5s ease;
}
.grid-review .grid-body p:not(.expand) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.footer-menu-title, footer a, footer .footer-menu-title {
    color: #F7B500;
}
.pft-box-bottom .magic-grid {
    transform-origin: center center;
    transform: scaleX(0);
    transition: all 0.35s ease;
}
.pft-box-bottom .tab-pane.active .magic-grid {
    transform: scaleX(1);
}
.btn, .btn:hover, .btn:focus {
    border: none;
    outline: none;
}
@media (max-width: 767px) {
    #primary {
        margin: 0;
    }
    #secondary {
        display: none;
    }
    #content h2, #content .h2, #content .text-editor .h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    .casino-to-avoid .text-editor {
        padding: 0;
    }
    .c2a-listing {
        padding: 20px 28px;
    }
    .grid.grid-casino {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .grid.grid-casino .grid-item:first-child {
        grid-column: span 2;
    }
    .grid.grid-casino .grid-item:nth-child(n+2) .grid-bottom .btn, .swiper-casino .grid-bottom .btn {
        width: 100%;
    }
    .grid.grid-casino .grid-bottom .btn, .swiper-casino .grid-bottom .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    .grid.grid-casino .grid-center .grid-thumbnail, .swiper-casino .grid-center .grid-thumbnail {
        width: 80px;
    }
    .btn i {
        position: relative;
        font-size: inherit;
        line-height: 1;
    }
    .grid.grid-casino .grid-item:first-child .grid-bottom .btn-solid i {
        color: #fff;
    }
    .grid.grid-casino .grid-item:nth-child(n+2) .grid-bottom .btn i {
        color: #F87300;
    }
    .grid.grid-casino .grid-providers .img-wrapper img, .swiper-casino .grid-providers .img-wrapper img {
        height: 32px;
    }
    .grid.grid-review {
        gap: 14px;
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-review .grid-body h4, .grid-review .grid-body .grid-title {
        font-size: 15px;
        line-height: 1.2;
        min-height: 36px;
    }
    .grid-review .grid-inner {
        gap: 5px;
        padding: 10px 15px 20px;
    }
    .grid-review .grid-thumbnail {
        width: 80px;
        height: 80px;
    }
    .grid-review .grid-body p {
        display: none;
    }
    .grid-review .grid-body .btn {
        font-size: 12px;
        line-height: 1.2;
    }
    .grid-review .grid-body p:not(.expand) {
        -webkit-line-clamp: unset;
        display: none;
    }
    .tcs-editor-pick {
        margin-left: 0;
        display: flex;
        flex-direction: column;
    }
    .tcs-ep-left, .tcs-ep-right {
        width: 100%;
    }
    #editor-pick {
        margin: 0;
        padding: 20px 10px 0;
    }
    #editor-pick::before {
        width: calc( 100% + 20px );
        height: calc( 100% - 40px );
        border-radius: 20px;
        border-bottom-right-radius: 300px;
        top: 0;
        transform: translate(-50%, 0);
    }
    .tcs-ep-swiper {
        transform-origin: center center;
        transform: scale(1) translateY(-15px);
        width: calc(100% + 70px);
        margin-left: -40px!important;
    }
    .tcs-ep-buttons .swiper-wrapper {
        display: flex;
        gap: 10px;
    }
    .tcs-ep-buttons .swiper-slide.picked {
        width: max-content;
    }
    .tcs-ep-buttons .swiper-slide {
        width: 70px;
        height: 60px;
    }
    .tcs-ep-buttons .swiper-slide img {
        height: 100%;
        object-fit: cover;
        object-position: center left;
    }
    #swiper-c2a, #swiper-casino, #swiper-highlight {
        width: 100vw;
        margin-left: -25px;
        display: flex;
    }
    #swiper-casino .swiper-slide {
        width: calc( 50vw - 26px );
    }
    #swiper-highlight .swiper-slide {
        position: absolute;
        width: 300px;
        top: 50%;
        left: 50%;
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(0.8);
        transition: all 0.5s ease;
    }
    #swiper-highlight .swiper-slide.highlight-active {
        opacity: 1;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        z-index: 9;
    }
    #swiper-highlight .swiper-slide.highlight-next {
        left: calc(50% + 150px);
    }
    #swiper-highlight .swiper-slide.highlight-prev {
        left: calc(50% - 150px);
    }
}
@media (min-width: 768px) {
    .grid.grid-casino {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid.grid-casino .grid-item {
        display: flex;
        align-items: flex-end;
    }
    .grid.grid-casino .grid-item-01 {
        order: 2;
    }
    .grid.grid-casino .grid-item-02 {
        order: 1;
    }
    .grid.grid-casino .grid-item-03 {
        order: 3;
    }
    .grid-bottom .btn i {
        display: none;
    }
	.copyright-footer .divider-item li:not(:last-child)::after {
		content: '|';
		display: block;
		position: absolute;
        top: 50%;
        right: -10px;
        transform: translate(0, -50%);
	}
	.copyright-wrapper {
		padding-left: 30px;	
	}
}
@media (min-width: 1200px) {
    #content h2, #content .h2, #content .text-editor .h2 {
        font-size: 1.82292vw;
        line-height: 1.2;
    }
    p, .text-editor p {
        font-size: 0.78125rem;
        line-height: 0.9375rem;
    }
    .c2a-listing {
        padding: 1.04167vw 2.0833vw;
    }
    .casino-to-avoid .text-editor {
        padding: 2.604167vw;
        padding-right: 0;
    }
    .grid.grid-casino .grid-bottom .btn, .swiper-casino .grid-bottom .btn {
        width: 6.25vw;
    }
    .grid.grid-casino .grid-bottom .btn, .casino-table .grid-bottom .btn, .swiper-casino .grid-bottom .btn {
        font-size: 0.78125vw;
    }
    .casino-table table .grid-thumbnail, .swiper-casino .grid-thumbnail {
        width: 4.166667vw;
    }
    .grid-rating {
        width: 5.729167vw;
    }
    .casino-table table .grid-title h4, .casino-table table .grid-title h5 {
        line-height: 1.2;
    }
    .casino-table table .grid-title h4 {
        font-size: 1.041667vw;
    }
    .casino-table table .grid-title h5 {
        font-size: 0.625vw;
    }
    .casino-table table th:nth-child(3), .casino-table table th:nth-child(4), .casino-table table td:nth-child(3), .casino-table table td:nth-child(4) {
        padding-left: 10px;
        padding-right: 10px;
    }
    .casino-table table .grid-col .img-wrapper {
        height: 1.3542vw;
    }
    .casino-table table .grid-col .img-wrapper img {
        width: auto!important;
        height: 100%;
        max-width: unset;
        object-fit: contain;
        object-position: center;
    }
    .grid-highlight .grid-body .label, .grid-highlight .grid-body .tag {
        line-height: 1.2;
    }
    .grid-highlight .grid-body .label {
        font-size: 0.78125vw;
    }
    .grid-highlight .grid-body .tag {
        font-size: 0.9375vw;
    }
    .magic-grid {
        max-width: 85%;
        margin: auto;
    }
}
@media (min-width: 1550px) {
    .ast-container {
        max-width: 1420px;
    }
}

@media (min-width: 2500px) {
    .ast-container {
        max-width: 75%;
    }
}
.tabcg {
	position: relative;
	margin-bottom: .01em;
	width: 100%;
	overflow: hidden;
}
.tabcg a {
	color: #3e3e3e;
	transition: all 0.3s ease-out;
	font-weight: unset;
}
.tabcg a:hover {
	color: #ff0000;
}
.tabcg ul li {
	list-style: none;
}
.tabcg p {
	font-size: 15px;
}

.tabone, .tabtwo, .tabthree, .tabfour, .tabfive, .tabsix {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.labone, .labtwo, .labthree, .labfour, .labfive, .labsix {
	position: relative;
	display: block;
	cursor: pointer;
}

.tab-content {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .35s;
	-o-transition: max-height .35s;
	transition: max-height .35s;
}

.tab-content p {
	margin: 1em;
}

/* :checked */

.tabone:checked~.tab-content {
	max-height: 40em!important;
}
.tabtwo:checked~.tab-content {
	max-height: 25em!important;
}
.tabthree:checked~.tab-content {
	max-height: 25em!important;
}
.tabfour:checked~.tab-content {
	max-height: 10em!important;
}
.tabfive:checked~.tab-content {
	max-height: 10em!important;
}
.tabsix::checked~.tab-content { 
	max-height: 10em!important;
}

/* Icon */
.labone::after{
	position: absolute;
	right: 0;
	top: -10px!important;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}
.labtwo:after {
	position: absolute;
	right: 0;
	top: -10px!important;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}
.labthree:after {
	position: absolute;
	right: 0;
	top: -10px!important;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}
.labfour:after {
	position: absolute;
	right: 0;
	top: -10px!important;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}

.labfive:after {
	position: absolute;
	right: 0;
	top: -10px!important;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}
.labsix:after {
	position: absolute;
	right: 0;
	top: -10px!important;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}

.tabone[type=checkbox]+.labone::after{
	content: "\2795";
}
.tabtwo[type=checkbox]+.labtwo::after{
	content: "\2795";
}
.tabthree[type=checkbox]+.labthree::after{
	content: "\2795";
}
.tabfour[type=checkbox]+.labfour::after{
	content: "\2795";
}
.tabfive[type=checkbox]+.labfive::after{
	content: "\2795";
}
.tabsix[type=checkbox]+.labsix::after{
	content: "\2795";
}

.tabone[type=radio]+.labone::after{
	content: "\25BC";
}
.tabtwo[type=radio]+.labtwo::after {
	content: "\25BC";
}
.tabthree[type=radio]+.labthree::after {
	content: "\25BC";
}
.tabfour[type=radio]+.labfour::after {
	content: "\25BC";
}
.tabfive[type=radio]+.labfive::after {
	content: "\25BC"; 
}
.tabsix[type=radio]+.labsix::after { 
	content: "\25BC";
}

.tabone[type=checkbox]:checked+.labone::after {
	transform: rotate(315deg);
}
.tabtwo[type=checkbox]:checked+.tabtwo::after  {
	transform: rotate(315deg);
}
.tabthree[type=checkbox]:checked+.tabthree::after  {
	transform: rotate(315deg);
}
.tabfour[type=checkbox]:checked+.tabfour::after  {
	transform: rotate(315deg);
}
.tabfive[type=checkbox]:checked+.tabfive::after {
	transform: rotate(315deg);
}
.tabsix[type=checkbox]:checked+.tabsix::after {
	transform: rotate(315deg);
}

.tabone[type=radio]:checked+.labone::after{
	transform: rotateX(180deg);
}
.tabtwo[type=radio]:checked+.labtwo::after{
	transform: rotateX(180deg);
}
.tabthree[type=radio]:checked+.labthree::after {
	transform: rotateX(180deg);
}
.tabfour[type=radio]:checked+.labfour::after {
	transform: rotateX(180deg);
}
.tabfive[type=radio]:checked+.labfive::after {
	transform: rotateX(180deg);
}
.tabsix[type=radio]:checked+.labsix::after {
	transform: rotateX(180deg);
}
.elementor-widget:not(:last-child) {
	margin-bottom: 0px!important;
}
.menu-header {
	/* background: linear-gradient(10deg, #BC0401, #BC0401, #F90000, #F90000) !important; */
	background: linear-gradient(to right, #1A1E71, #3139D7);
}
.menu, .drop-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
}
.drop-menu.one {
	width: 500px;
}
.menu-item {
	display: inline-block;
	background-color: transparent;
	position: relative;
}
.menu-item a {
	text-decoration: none;
	padding: 6px 10px;
	color: #fff;
	display: block;
	font-size: 15px;
}
.menu-item a:hover {
	color: #ffffff;
}
#multiColumn {
	gap: 30px;
}
.drop-menu {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 100px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	z-index: 1;
}
.drop-menu-item {
	width: 100%;
	color: #3e3e3e;
}
.drop-menu-item:hover {
	background-color: #eee;
}
.drop-menu li .drop-menu-item {
	color: #3e3e3e;
	background: transparent;
	width: 100%;
	font-weight: unset;
}
.drop-menu li .drop-menu-item:hover {
	color: #ff0000;
}
.menu-item:hover .drop-menu {
	display: block;
}
.menu-wrap {
	column-count: 2;
}
.menu-wrap.one ul {
	list-style: none;
	width: 200px;
	height: 400px;
}
.txt-blk i.fa-solid {
	float: right;
}
.tabdrop .txt-blk {
	cursor: pointer;
}
.tabdrop .txt-label {
	height: 20px;
	margin-bottom: 10px;
	display: inline-block;
}
#menu-toggle {
	display: none;
}
#mmenu {
	overflow: hidden;
	max-height: 0;
	padding: 0;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#menu-toggle:checked+#mmenu {
	max-height: 100px;
}
/*tab five*/
.txt-label i.fa-solid {
	float: right;
}
.tabgroup .txt-label {
	cursor: pointer;
}
.tabgroup .txt-label {
	height: 20px;
	margin-bottom: 10px;
	display: inline-block;
}
#menu-toggles {
	display: none;
}
#mnmenu {
	overflow: hidden;
	max-height: 0;
	padding: 0;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#menu-toggles:checked+#mnmenu {
	max-height: 100px;
}
.accordion-item {
	color: var(--bs-accordion-color);
	background-color: var(--bs-accordion-bg);
	border: none;
}
button:hover {
	color: #fff;
}
body, .text-blue {
	color: #1A1E71;
}
.text-yellow {
	color: #F7B500;
}
.fw-extra {
	font-weight: 800;
}
#colophon {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: linear-gradient(to right, #1A1E71, #3139D7);
}
footer, footer p {
	color: #fff;
}
footer a, footer p a {
	text-decoration: none;
}
footer .copyright-footer, footer .copyright-footer li, footer .copyright-footer p {
	color: #1A1E71;
}
.copyright-footer .ast-container > .row {
	background: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.copyright-footer .divider-item {
	list-style: none;
}
.copyright-footer .divider-item li {
	position: relative;
}
.copyright-footer .divider-item li p {
	padding: 0 30px;
}
.certified-logo {
	padding-right: 30px;
}
.footer-menu-title {
	font-size: 15px;
	line-height: 23px;
}
.new-footer li, .new-footer li p, .new-footer li a, .new-footer li p a {
	font-weight: 400;
}
.new-footer .footer-about img {
	max-width: 170px;
}
.new-footer .social a i {
	background: #AC0401;
	color: white;
	width: 35px;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 16px;
	transition: .3s all;
}

.new-footer .social a i:hover {
	background: white;
	color: #F90000;
	text-decoration: none !important;
	outline: none;
	border: none;
}

.new-footer ul {
	list-style-type: none;
}

.new-footer a {
	line-height: 1.2;
	display: inline-block;
	font-weight: normal;
}

.certified-logo {
	gap: 15px;
}
.certified-logo > div {
	height: 25px;
}
.certified-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.about-box i {
	width: 25px;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 12px;
	position: absolute;
	left: 0;
}
.about-box i, .new-footer .social a i {
	background: #fff;
	color: #1A1E71;
}
.about-box i, .new-footer .social a i {
	width: 25px;
	height: 25px;
}
.magic-loading .loading {
    display: block;
    margin: auto;
    width: 75px;
    height: 75px;
}
.magic-logos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.magic-logos .magic-logo-item {
    width: 80px;
}
.magic-button {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 30px;
    color: #5A65B4;
    text-decoration: none;
}
.magic-button, .magic-button:hover, .magic-button:focus {
    outline: none;
    border: none;
}
.magic-button i {
    line-height: 1;
}
.magic-button.magic-back {
    left: 30px;
}
.magic-button {
    display: none;
}
.magic-button.magic-back i {
    font-size: 20px;
}
.magic-button.magic-reset {
    right: 30px;
}
.magic-button.magic-back i {
    font-size: 14px;
}
.magic-result {
    margin: 0 auto 50px;
}
.magic-result table {
    margin-bottom: 0;
}
.magic-result .grid-title > h5 {
    white-space: nowrap;
}
.magic-result table .grid-thumbnail {
    width: 80px;
}
.about-box {
	border-right: 1px solid #fff;
	border-radius: 0;
}
.about-box i {
	font-size: 16px;
	line-height: 1;
}
@media (max-width: 767px) {
	#favourite {
		padding: 30px 0;
	}
    .magic-grid .magic-grid-inner {
        padding: 10px 18px 15px;
    }
    .pft-box-bottom .tab-pane .tab-body {
        padding-bottom: 70px;
    }
    .magic-result {
        margin-bottom: 0;
    }
    .magic-result table thead {
        display: none;
    }
    .magic-result table tbody tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: #fff;
        gap: 15px 0;
    }
    .magic-result table tbody td {
        padding: 0;
        width: 100%;
    }
    .magic-result table tbody td:first-child {
        padding-top: 15px;
    }
    .magic-result table tbody td .grid-thumbnail {
        display: block;
        margin: auto;
    }
    .magic-result table tbody td:last-child {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .magic-result table tbody td:nth-child(4), .magic-result table tbody td:nth-child(5) {
        width: 50%;
    }
    .magic-result table tbody td:nth-child(4), .magic-result table tbody td:nth-child(5) {
        vertical-align: top;
    }
    .magic-result table tbody td:nth-child(4) .img-wrapper, .magic-result table tbody td:nth-child(5) .payout-speed {
        height: 26px;
    }
    .magic-result table tbody td:nth-child(5) .payout-speed {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .magic-result table tbody td:nth-child(4) .img-wrapper img {
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .magic-result table tbody td:nth-child(4)::before, .magic-result table tbody td:nth-child(5)::before {
        display: block;
        width: 100%;
        text-align: center;
        color: #5A65B4;
    }
    .magic-result table tbody td:nth-child(4)::before {
        content: 'Top Game Provider';
    }
    .magic-result table tbody td:nth-child(5)::before {
        content: 'Payout Speed';
    }
    .magic-result table tbody td:nth-child(4) {
        padding-left: 20px;
        padding-right: 10px;
    }
    .magic-result table tbody td:nth-child(5) {
        padding-left: 10px;
        padding-right: 20px;
    }
    .magic-result .grid-title h4 {
        font-size: 24px;
    }
	footer ul {
		display: flex;
		flex-direction: column;
	}
	.footer-brands {
		max-height: calc( 30px * 7 );
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.footer-about,.footer-partners {
		position: relative;
	}
	.footer-about::before {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
	}
	.certified-logo {
		gap: 0;
	}
	.footer-partners::before {
		content: '';
		display: block;
		width: calc( 100% - 24px );
		height: 1px;
		position: absolute;
		bottom: -30px;
		left: 50%;
		transform: translateX(-50%);
		background: #1A1E71;
	}
	footer ul li, footer ul li a {
		font-size: 14px;
		line-height: 16px;
	}
	.certified-logo {
		padding-right: 0;
	}
	.certified-logo > div {
		height: 45px;
	}
}
@media (max-width: 991px) {
    #secondary {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .grid.grid-casino {
        display: flex;
        flex-wrap: wrap;
    }
    .grid.grid-casino .grid-item:not(:first-child) {
        width: calc( 50% - 15px );
    }
    .grid.grid-casino .grid-item:nth-child(1) {
        order: 1;
    }
    .grid.grid-casino .grid-item:nth-child(2) {
        order: 2;
    }
    .grid.grid-casino .grid-item:nth-child(3) {
        order: 3;
    }
    .casino-table {
        overflow-x: scroll;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .grid.grid-casino .grid-bottom .btn {
        width: 100px;
    }
}
@media (min-width: 1200px) {
    .magic-result {
        max-width: 91.333333%;
    }
    .magic-result .grid-title > h5 {
        font-size: 0.729167vw;
        margin-bottom: 0!important;
    }
    .magic-result .grid-rating {
        width: 5.2083vw;
    }
    .magic-result .grid-col .img-wrapper {
        width: 6.77083vw;
    }
    .magic-result td:nth-child(2), .magic-result td:nth-child(3) {
        padding-left: 0.625vw;
        padding-right: 0.625vw;
    }
	.footer-brands {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		max-height: calc( 40px * 7 );
	} 
	footer .casino-review {
		padding-left: 15px;
	}
	.footer-about {
		position: relative;
	}
	.footer-about::before {
		content: '';
		display: block;
		position: absolute;
		width: 1px;
		height: 100%;
		background: #fff;
		top: 0;
		left: -40px;
	}
}
@media (min-width: 1200px) and (max-width: 1500px) {
	.footer-brands li, .footer-brands li a {
		font-size: 14px;
	}
	.casino-review {
		padding-left: 15px;
	}
}

@media (min-width: 1600px) {
    .magic-grid {
        max-width: 80%;
    }
}