:root {
    --mainTextColor: #0C0823;
    /* --mainColor: #007bff; */
    /* --fillYellow: yellow; */
    /* --grey: #efefef; */
    /* --ctaTextColor: #1cbbb4; */
    /* --accent-dark: #007bff; */
}
/* { outline: 1px solid #ff0000; } */
body {
    color: var(--mainTextColor);
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    /* background: radial-gradient(78.98% 80.83% at 50% 11.34%, #f4efff 0%, #f4efff 18.25%, #faf8fb 81.73%, #fff 99.99%); */
    background: #fff radial-gradient(1517px 854px at 50% 0, #f4efff 0%, #f4efff 18.25%, #faf8fb 81.73%, #fff 100%) no-repeat;
}
/* body.page {
    background: #fff radial-gradient(78.98% 80.83% at 50% 11.34%, #F4EFFF 0%, #F4EFFF 18.25%, #FAF8FB 81.73%, #FFFFFF 100%) no-repeat;
} */
a { color: #6e5ce1; }
a:hover { color: #5f35c2; }
h1 {
    font-size: 71px;
    line-height: 115%;
    font-weight: 600;
}
h2 {
    font-size: 55px;
    font-weight: 500;
    line-height: 115%;
    margin-bottom: 30px;
}
.bg-darkblue h2 {
    max-width: 75%;
}
h5 {
    font-size: 21px;
    font-weight: 600;
}
h6 {
    font-size: 14px;
    font-weight: 500;
}
@media (max-width: 768px) {
    h1 { font-size: 38px; }
    h2 { font-size: 35px; }
    .bg-darkblue h2 { max-width: unset; }
}
p { margin-bottom: 1.75rem; }
p a,
small a { text-decoration: underline; }
b { font-weight: 600;}
ul {
    padding-left: 20px;
    list-style-type: square;
}
ul li::marker {
    color: #5F35C2;
    font-size: 11px;
}
strong { font-weight: 600; }

.overflow-hidden {overflow: hidden !important}

table {
    color: var(--mainTextColor);
    border-radius: 10px;
    overflow: hidden;
}

table thead tr {
    background-color: #5F35C2 !important; /* Groene kleur */
}

table thead tr td,
table thead tr th {
    background-color: transparent !important; /* Belangrijk! */
    color: white !important;
    font-weight: bold !important;
}

table tr { background-color: #fff; }
table tr:first-child { border-radius: 10px 10px 0 0; }
table tr:nth-child(odd) { background-color: #F7F8FB; }
table th {
    color: #B5B5BA;
    font-weight: 600;
}
table tr:has(th) {
    background-color: #5F35C2 !important;
    border-radius: 10px 10px 0 0 !important;
}
table td, table th { padding: 10px 20px; }
table a { color: inherit; }
.p-lh-175 p,
.accordion-content p { line-height: 175%; }
.pt-50 { padding-top: 50px; }
.pt-70 { padding-top: 70px; }
.pb-70 { padding-bottom: 70px; }
.pb-100 { padding-bottom: 100px; }
.mt-20 { margin-top: 20px; }
.mb-40 { margin-bottom: 40px; }
.maxwidth { max-width: 1343px; }
.bg-darkblue {
    color: #fff;
    background-color: #17172a;
}
.bg-darkerblue {
    color: #fff;
    background-color: #111124;
}
.bg-gradient { background: radial-gradient(61% 62.43% at 50% 83.75%, #f4efff 0%, #f4efff 18.25%, #faf8fb 100%) !important; }
.bg-gradient-2 { background: #fff radial-gradient(1517px 854px at 50% 0, #f4efff 0%, #f4efff 18.25%, #faf8fb 81.73%, #fff 100%) no-repeat !important; }
.rounded { border-radius: 12px !important; }
.rounded-top { border-radius: 12px 12px 0 0 !important; }
.rounded-bottom { border-radius: 0 0 12px 12px !important; }
.logo { 
    max-height: 50px;
    width: auto;
    height: auto;
 }
@media (max-width: 768px) {
    .pt-50 { padding-top: 30px; }
    .pt-70 { padding-top: 40px; }
    .pb-70 { padding-bottom: 40px; }
    .pb-100 { padding-bottom: 50px; }
    .logo { max-height: 40px; }
}
.navigation {
    border-top: 15px solid #5F35C2;
    border-bottom: 1px solid #EDEDF3;
}
.navigation > .container { max-width: 1439px; }
.navbar-toggler {
    --bs-navbar-toggler-font-size: 15px;
    --bs-border-width: 0;
    --bs-navbar-toggler-focus-width: 0;
}
.navbar {
    padding-top: 23px;
    padding-bottom: 23px;
}
.navbar .navbar-brand { padding: 0; }
.navbar-nav .nav-link {
    color: var(--mainTextColor);
    font-weight: 600;
    padding-right: 13px;
    padding-left: 13px;
}
.navbar-nav strong { font-weight: 600; }
.navbar-nav .nav-link img {
    transition: transform .15s ease-in-out;
}
.navbar-nav .nav-item:hover .nav-link > img {
    transform: rotate(90deg);
}
.navbar-nav .nav-item {
    /* position: relative; */
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.nav-item > .sub-menu {
    list-style: none;
    padding: 0 13px;
    margin: 0.5rem 0 0;
    transition: all .3s ease-in-out;
}
.nav-item:hover > .sub-menu {
    z-index: 100;
    opacity: 1;
    pointer-events: initial;
    visibility: visible;
    transform: translateY(0);
}
.nav-item ul ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
.nav-item ul ul li {
    padding: 4px 8px;
    border-radius: 5px;
    width: max-content;
    margin-left: -8px;
    transition: background-color .15s ease-in-out;
}
.nav-item ul ul li:hover {
    background-color: #EDEDF3;
}
.nav-item ul a {
    color: var(--mainTextColor);
    text-decoration: none;
}
.nav-item ul a.btn-all {
    color: #6E5CE1;
    text-decoration: underline;
}
.mega-cta {
    display: flex;
    flex-direction: column;
    background: #F7F8FB;
    padding: 50px;
    border-radius: 0 10px 10px 0;
}

.quick-menu-toggle-wrapper {

}

.quick-menu-toggle {
    background: none;
    border: none;
    padding: 0;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    cursor: pointer;
    color: #000;
}

.quick-menu-toggle .menu-icon {
    font-size: 1.25rem;
    line-height: 1;
}

.quick-menu-toggle .menu-label {
    font-weight: 500;
}


.quick-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-menu-list li {
    display: block;
}

.quick-menu-list li a {
    display: block;
    padding: 0.75rem 0.5rem;
    text-decoration: none;
}

@media (min-width: 768px) {
    .quick-menu-list {
        display: flex;
        align-items: center;
    }
    
    .quick-menu-list li {
        display: inline-block;
        border-bottom: none;
    }
    
    .quick-menu-list li a {
        display: inline-block;
        padding: 0 0.25rem;
    }
}


@media (max-width: 768px) {
    .mega-cta { padding: 24px; }
}
.mega-cta p { margin-bottom: 10px; }
.btn-cta {
    background: #EDEDF3;
    border-radius: 8px;
    font-weight: 600;
    padding: 7px 18px;
    margin-top: 10px;
    width: max-content;
    transition: background-color .15s ease-in-out;
}
.btn-cta:hover { background: #dcdce2; }
@media (min-width: 1200px) {
    .navbar-collapse {
        align-self: stretch;
        margin: -23px 0;
    }
    .navbar-nav { align-self: stretch; }
    .navbar-nav .nav-item {
        display: flex;
        align-items: center;
    }
    .navbar-nav .nav-item:hover,
    .navbar-nav .nav-item.active {
        border-bottom-color: #5f35c2;
    }
    .nav-item > .sub-menu {
        position: absolute;
        z-index: -999;
        top: 100%;
        /* left: calc(-30px + 0.5rem); */
        background: #fff;
        border-bottom: 1px solid #E3EAF1;
        border-radius: 10px;
        transform: translateY(25px);
        margin: 20px 0 0 calc(-30px + 0.5rem);
        padding: 20px 30px;
        width: max-content;
        box-shadow: 0 20px 40px 0 rgba(23, 26, 29, 0.05);
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    }
    .nav-item > .sub-menu::before {
        content: '';
        position: absolute;
        left: 0;
        top: -45px;
        z-index: 20;
        width: 100%;
        height: 50px;
    }
    .nav-item ul ul { font-size: 14px; }
    .mega-menu {
        width: 100% !important;
        max-width: calc(1343px - 3rem);
        left: 50%;
        translate: -50% 0;
        right: 0;
        margin: 20px 0 !important;
        padding: 0 0 0 50px !important;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .mega-menu > li { padding: 45px 30px 45px 25px; }
    .mega-cta { max-width: 290px; }
}
@media (max-width: 768px) {
    .mega-menu ul { font-size: 14px; }
}
.mega-menu > li { padding-left: 25px; }
.mega-menu li > *:nth-child(1) {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.mega-menu li img {
    position: absolute;
    right: 100%;
    display: inline-block;
    margin-right: 8px;
}
.mega-menu-colums {
    columns: 5;
    column-gap: 60px;
}
.backdrop {
    background: rgba(23, 23, 42, .2);
    content: "";
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease-in-out;
}
.backdrop-show .backdrop {
    opacity: 1;
    visibility: initial;
}
@media (max-width: 1199px) {
    .backdrop-show .backdrop { display: none;}
    .mega-menu-colums { columns: unset; }
}

.plus24 {
    width: 42px;
    height: 42px;
    background-color: #F7F8FB;
    border-radius: 8px;
    padding: 9px;
    margin-left: 17px;
}
.hero {
    padding-top: 50px;
    padding-bottom: 0px;
}
.hero h1 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 25px;
}
@media (max-width: 768px) {
    .hero { padding-top: 30px; }
    .hero h1 { font-size: 30px; }
}
.hero p {
    line-height: 1.75rem;
    margin-bottom: 0.8rem;
    letter-spacing: -.05px;
}
.gradient-text {
    background: linear-gradient(90deg, #5f35c2 0%, #ebe3ff 120%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.border-accent {
    border: 1px solid #ededf3;
    border-radius: 20px;
    box-shadow: 0 15px 30px 0 rgba(0, 29, 103, 0.05);
    transition: box-shadow .15s ease-in-out;
}
.border-accent .border-1 {
    --bs-border-color: #EDEDF3;
}
.border-accent-purple {
    background-color: rgba(95, 53, 194, 0.05);
    border: 1px solid #5F35C2;
    padding: 45px 55px 50px;
    border-radius: 20px;
}
.blockquote {
    position: relative;
    font-size: 21px;
}
.blockquote::before {
    content: "";
    position: absolute;
    top: -18px;
    left: -10px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="45" height="32" viewBox="0 0 45 32"><path d="M25.71,12c0-6.6,5.32-12,12.05-12h4.02V6.4h-4.02c-3.11,0-5.62,2.6-5.62,5.6v.8h12.86v19.2H25.71V12ZM0,12C0,5.4,5.32,0,12.05,0h4.02V6.4h-4.02c-3.11,0-5.62,2.6-5.62,5.6v.8h12.86v19.2H0V12Z" fill="%235F35C2" opacity=".45"/></svg>') no-repeat;
    width: 45px;
    height: 32px;
}
.blockquote > * { position: relative; }
.blockquote-footer {
    font-size: 21px;
    font-weight: 600;
    color: var(--mainTextColor);
    margin-bottom: 0;
    padding-top: 20px;
}
@media (max-width: 768px) {
    .border-accent-purple { padding: 35px 35px 30px; }
    .blockquote, .blockquote-footer { font-size: 16px; }
}
.card--hover:hover,
a.card:hover { box-shadow: 0px 15px 30px 0px rgba(0, 29, 103, 0.1); }
.btn {
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 200%;
    padding: 5px 20px;
}
.btn img {
    transition: all .15s ease;
}
.btn-secondary {
    color: var(--mainTextColor);
    background-color: #ededf3;
    border-color: #ededf3;
}
.btn-secondary:hover img { filter: invert(); }
.btn-success {
    color: var(--mainTextColor);
    background-color: #6FF79F;
    border-color: #6FF79F;
}
.btn-success:hover { background-color: var(--mainTextColor); }
.tooltip-best {
    position: absolute;
    top: -50px;
    left: 50%;
    translate: -50%;
    width: auto !important;
    padding: 6px 16px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    /* font-weight: 500; */
    background: linear-gradient(90deg, #f58a1f 0%, #da5a1f 100%);
    animation: float 1.2s ease-out infinite;
}
.tooltip-best::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 50%;
    width: 12px;
    height: 12px;
    transform: rotate(45deg) translate(-50%, -4px);
    border-radius: 3px;
    background: #e7711f;
}


.howto-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}
.casino-card {
    position: relative;
    row-gap: 20px;
    padding: 10px;
}
.casino-card--bars {
    --bs-gutter-x: 40px;
    padding: 20px;
}
.casino-card-image {
    position: relative;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    max-width: 370px;
    padding: 10px;
    overflow: hidden;
}

.casino-card-image img {
    max-width: 120px;
    max-height: 50px;
    width: auto;
    height: auto;
}

.newssidebarcasinos .casino-card-image img {
    max-width: 50px;
}

.ratio-4-3 { aspect-ratio: 4 / 3; }
.ratio-1-1 { aspect-ratio: 1 / 1; }
.iteration {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    background: #dbdbe9;
    width: 33px;
    height: 28px;
    border-radius: 9px 0 8px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: var(--mainTextColor);
}
.ribbon {
    position: absolute;
    bottom: 8px;
    right: -18px;
    background: #63DFAD;
    color: var(--mainTextColor);
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
    width: 72px;
    text-align: center;
    overflow: hidden;
    transform: rotate(-45deg);
}
.ribbon--orange {
    color: #fff;
    background: linear-gradient(90deg, #f58a1f 0%, #da5a1f 100%);
}
.casino-info,
.card-text {
    color: #4a4959;
    line-height: 150%;
    padding-right: 0;
}
.casino-info strong { font-weight: 700; }
.casino-name,
.card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
    color: var(--mainTextColor);
}
.casino-rating {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding-left: 5px;
}
.topcta {
    align-self: flex-start;
    background: linear-gradient(90deg, #5f35c2 0%, #6e5ce1 100%);
    font-size: 12px;
    font-weight: 500;
    line-height: 167%;
    color: #fff;
    padding: 0 7px;
    border-radius: 5px;
    flex-grow: 0;
    margin: auto 0 4px;
}
.topcta--orange {
    background: linear-gradient(90deg, #f58a1f 0%, #da5a1f 100%);
}
.casino-buttons {
    gap: 10px;
    padding-right: 20px;
    margin: 0 0 0 auto;
}
@media (max-width: 768px) {
    .casino-info,
    .casino-buttons { padding-right: 15px; }
    .casino-card--bars .casino-info { padding-left: 20px; }
    .casino-buttons > * { flex: 1; }
}

.nav-tabs {
    border: 0;
    gap: 25px;
}
.nav-tabs .nav-item { flex: 1 1 30%; }
@media (max-width: 768px) {
    .nav-tabs .nav-item { flex-basis: 100%; }
}
.nav-tabs .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    color: var(--mainTextColor);
    border: 0;
    border-radius: 12px;
    padding: 20px 30px 20px 35px;
    text-align: left;
    font-weight: 600;
    width: 100%;
    height: 100%;
}
.nav-tabs .nav-link::after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #ededf3;
    border-radius: 6px;
    background: url('data:image/svg+xml,<svg width="10" height="9" viewBox="0 0 10 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.36897 0.692643L9.3879 6.50583L9.3879 7.14964L8.10029 7.14964L8.10029 6.50583L8.08136 2.24535L1.83265 8.49406L1.3782 8.94851L0.469295 8.03961L0.923746 7.58516L7.17245 1.33645L2.93091 1.33645L2.2871 1.33645L2.2871 0.0488372L2.93091 0.0488372L8.72516 0.0488372H9.36897L9.36897 0.692643Z" fill="%235F35C2" /></svg>') no-repeat center;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background: linear-gradient(90deg, #5f35c2 0%, #6e5ce1 100%);
}
.nav-tabs .nav-link.active::after {
    background-color: #fff;
    border-color: #fff;
    background-image:  url('data:image/svg+xml,<svg width="9" height="10" viewBox="0 0 9 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.30736 9.36702L2.49416 9.38595L1.85036 9.38595L1.85036 8.09834L2.49417 8.09834L6.75465 8.0794L0.505941 1.8307L0.0514894 1.37624L0.960392 0.467342L1.41484 0.921793L7.66355 7.1705L7.66355 2.92895L7.66355 2.28515L8.95116 2.28515L8.95116 2.92895L8.95116 8.72321L8.95116 9.36701L8.30736 9.36702Z" fill="%230C0823" /></svg>');
}
.nav-tabs .nav-link img { margin-right: 6px; }
.nav-tabs .nav-link span {
    display: block;
    font-weight: normal;
    color: #4a4959;
    margin-top: 5px;
}
.nav-tabs .nav-link.active span { color: #fff; }
.nav-tabs .nav-link.active img { filter: grayscale(1) brightness(500%); }
.tab-content p { line-height: 175%; }
.sub-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    margin-bottom: 15px;
    background: #f2ecff !important;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 114%;
    color: #4a4959 !important;
}
.sub-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #5f35c2;
}
.bg-darkblue .sub-title {
    color: #b5b5ba !important;
    background: #242438 !important;
}
.card {
    padding: 25px;
}
.card-image {
    margin-bottom: 20px;
    border-radius: 12px;
    object-fit: cover;
    max-width: 100%;
}
.card-date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    color: #4A4959;
    font-size: 14px;
    font-weight: 500;
    opacity: .6;
}
.card-date > *:nth-child(2) { margin-left: 10px; }
.card-date img { filter: brightness(70%); }
.card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}
.card-meta > * {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #8b8b97;
    background-color: #ededf3;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    padding: 6px 8px;
    border-radius: 5px;
    transition: color .15s ease-in-out;
}
.card-meta--dark-list {
    gap: 12px;
}
.card-meta--dark-list > * {
    background-color: #ffffffab;
}
.card-meta .avatar {
    width: 20px;
    height: 20px;
    max-height: unset;
}
.meta-purple {
    color: #5f35c2;
    background-color: #ebe3ff;
}
.card-meta img {
    /*max-height: 16px;*/
}
.card-meta strong { font-weight: 700; }
.card .btn {
    margin-top: 20px;
}
.card-title a {
    color: inherit;
    text-decoration: none;
}
.card-text { padding: 0; }
.card-author {
    display: flex;
    gap: 10px;
    border-top: 1px solid #EDEDF3;
    padding-top: 13px;
    margin-top: 12px;
}
.card-author-name {
    color: #79788A;
    font-size: 14px;
    text-decoration: none;
}
.avatar {
    border-radius: 50%;
    border: 1px solid #EDEDF3;
    width: 42px;
    height: 42px;
    object-fit: cover;
}
.avater-lg {
    width: 100px;
    height: 100px;
}
.card-author .avatar {
    border-radius: 50%;
    border: 1px solid #EDEDF3;
}
.card--horizontal {
    padding: 20px;
    flex-direction: row;
}
.card--horizontal .card-body {
    padding: 10px 0 10px 25px;
}
.card--text {
    border-radius: 12px;
    box-shadow: 0 15px 30px 0 rgba(0, 29, 103, 0.05);
}
.card--text > *:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--mainTextColor);
    background: #f2ecff;
    padding: 25px 25px 20px;
}
.card--text > *:nth-child(1) > span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    object-fit: none;
    color: var(--mainTextColor);
    background: #fff;
}
.card--text > *:nth-child(1) > strong {
    font-size: 21px;
    line-height: 20px;
    font-weight: 600;
}
.card--text.active > *:nth-child(1){
    color: #fff;
    background: linear-gradient(90deg, #5f35c2 0%, #6e5ce1 100%);
}
.card--text > *:nth-child(2) {
    color: #4a4959;
    padding: 20px 25px 25px;
}
.card--text > *:nth-child(2) p:last-child { margin-bottom: 0; }
.card--text.card--text-faq > *:nth-child(1) {
    background: #ebe3ff;
    color: #5f35c2;
    font-size: 21px;
    font-weight: 600;
    border: 0 solid #ededf3;
    border-width: 1px 1px 0;
    padding: 20px 40px;
}

.card--text.card--text-faq h3 {font-size:21px;}

.card--text-faq > *:nth-child(2) {
    border: 0 solid #ededf3;
    border-width: 0 1px 1px;
    padding: 22px 40px 35px;
}
@media (max-width: 600px) {
    .card--horizontal { flex-direction: column; }
    .card--horizontal .card-body { padding: 20px 0 0 0; }
}
.btn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 15px;
    line-height: 200%;
    color: #0c0823;
    padding: 10px 20px;
    border: 1px solid #dbdbe9;
    border-radius: 10px;
    text-decoration: none;
    transition: border-color .15s ease-in-out, --color .15s ease-in-out;
}
.btn-more:hover {
    text-decoration: none;
    border-color: #5f35c2;
}
.bg-darkblue .btn-more,
.bg-darkerblue .btn-more { color: #fff; }
.bg-darkblue .btn-more:hover,
.bg-darkerblue .btn-more:hover { color: #5f35c2; }
.btn-more--purple {
    color: #fff;
    border-color: #4a4959;
    gap: 14px;
    padding: 6px 6px 6px 20px;
    border: 0;
    background: linear-gradient(90deg, #5f35c2 0%, #6e5ce1 100%);
}
.btn-more--purple:hover {
    color: #fff !important;
    background: #5f35c2;
}
.btn-more--purple > img {
    border-radius: 6px;
    width: 40px;
    height: 40px;
    object-fit: none;
    background: #fff;
}
.meer {
    all: unset;
    color: var(--mainTextColor);
    text-decoration: none;
    cursor: pointer;
}
.meer:hover { color: #5f35c2; }
.bg-darkblue .meer,
.bg-darkerblue .meer { color: #fff; }
.bg-darkblue .meer:hover ,
.bg-darkerblue .meer:hover { color: #5f35c2; }
.accordion-content {
    margin-bottom: 1.75rem;
}
.accordion-content > *:nth-child(n+2) { display: none; }
.accordion-content--open > *:nth-child(n+2) { display: block; }
.hide-content {
    position: relative;
    background: #f7f8fb;
    border-radius: 20px;
    padding: 60px 65px 115px;
    max-height: 535px;
    overflow: hidden;
}
.hide-content--open { max-height: unset; }
.hide-content__cover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 25px 25px 30px;
    border-radius: 0 0 20px 20px;
    background: #f7f8fb;
    box-shadow: 0 -55px 150px 0 rgba(0, 0, 0, 0.1);
}
.hide-content__btn {
    display: flex;
    align-items: center;
    gap: 25px;
    cursor: pointer;
}
.hide-content__btn > *:nth-child(1) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #5f35c2 0%, #6e5ce1 100%);
    border-radius: 6px;
    width: 40px;
    height: 40px;
}
.hide-content__btn img { filter: grayscale(1) brightness(600%); }
.hide-content--open .hide-content__btn img { transform: rotate(180deg); }
.hide-content__btn b {
    font-size: 21px;
}
.page-header {
    padding: 80px 0 95px;
    background: radial-gradient(78.98% 80.83% at 50% 11.34%, #F4EFFF 0%, #F4EFFF 18.25%, #FAF8FB 81.73%, #FFFFFF 100%);

}
@media (max-width: 768px) {
    .page-header { padding: 40px 0 45px; }
    .page-header .casino-card-image { max-width: 120px;}
    .page-header .slotimg { max-width: 120px;}
}
.casino-short-info {
    display: inline-block;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #EDEDF3;
    padding: 10px 15px;
    color: #4A4959;
}
.casino-rating-info {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #F2ECFF;
    border-radius: 8px;
    padding: 4px 15px;
    font-size: 21px;
}
.casino-rating-info img {
    width: 18px;
    height: 18px;
}
.casino-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #EBE3FF;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    margin-right: 10px;
    cursor: pointer;
}
.casino-icon::after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -6px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.77 11.76"><path d="M5.89,11.76c-2.11,0-4.04-1.1-5.1-2.94C-.26,7.01-.26,4.78,.79,2.94,1.85,1.13,3.78,0,5.89,0s4.02,1.13,5.08,2.94c1.06,1.84,1.06,4.07,0,5.88-1.06,1.84-2.99,2.94-5.08,2.94Z" fill="%235f35c2"/><polygon points="9.09 4.46 8.32 3.67 5.38 6.64 3.91 5.17 3.13 5.92 5.38 8.18 9.09 4.46" fill="%23fff"/></svg>') no-repeat center;
}
.casino-icon--disabled {
    background: #DBDBE9;
    filter: saturate(0);
}
.casino-icon--disabled::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path d="M6.01,12c-2.16,0-4.12-1.12-5.2-3C-.27,7.15-.27,4.88,.81,3,1.89,1.15,3.86,0,6.01,0s4.1,1.15,5.18,3c1.08,1.88,1.08,4.15,0,6-1.08,1.88-3.05,3-5.18,3Z" fill="%234b4a5a"/><polygon points="8.29 4.49 7.51 3.71 7.11 4.11 6.01 5.21 4.91 4.11 4.51 3.71 3.71 4.49 4.11 4.89 5.21 5.99 4.11 7.09 3.71 7.49 4.51 8.29 4.91 7.89 6.01 6.79 7.11 7.89 7.51 8.29 8.29 7.49 7.89 7.09 6.79 5.99 7.89 4.89 8.29 4.49" fill="%23dbdbe9"/></svg>');
}
.casino-alert {
    background: rgba(99, 223, 173, 0.1);
    border: 1px solid #63DFAD;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 495px;
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
}
.casino-alert--gray {
    background: #EDEDF3;
    border-color: transparent;
}
.breadcrumbs {
    background: #EDEDF3;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
}
.breadcrumbs a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #acabb5;
    text-decoration: none;
    margin-right: 8px;
    transition: color .15s ease-in-out;
}
.breadcrumbs a:hover { color: #4A4959; }
.breadcrumbs a img { transition: filter .15s ease-in-out; }
.breadcrumbs a:hover img { filter: brightness(40%); }
.breadcrumbs a::after {
    content: "";
    width: 5px;
    height: 8px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4.4 7.38"><polygon points="4.4 3.68 4.04 4.04 1.06 7.02 .71 7.38 0 6.67 .36 6.32 2.98 3.68 .36 1.06 0 .7 .71 0 1.06 .36 4.04 3.34 4.4 3.68" fill="%23acabb5"/></svg>') no-repeat center;
    background-size: 100%;
}
.breadcrumbs .active {
    color: #4A4959 !important;
    font-weight: 500;
}
.sub-breadcrumbs {
    background: #F7F8FB;
    padding: 14px 0;
}
.sub-breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sub-breadcrumbs a {
    color: var(--mainTextColor);
    text-decoration: none;
    padding: 2px 8px;
    border-radius: 5px;
    transition: background-color .15s ease-in-out;
}
.sub-breadcrumbs a:hover { background-color: #EDEDF3; }
.list-success,
.list-failure {
    list-style: none;
    padding: 0;
    columns: 290px auto;
    color: #0C0823;
    font-size: 15px;
}
.list-success li,
.list-failure li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}
.list-success li::before,
.list-failure li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    background: url('data:image/svg+xml,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.77 11.76"><path d="M5.89,11.76c-2.11,0-4.04-1.1-5.1-2.94C-.26,7.01-.26,4.78,.79,2.94,1.85,1.13,3.78,0,5.89,0s4.02,1.13,5.08,2.94c1.06,1.84,1.06,4.07,0,5.88-1.06,1.84-2.99,2.94-5.08,2.94Z" fill="%2363DFAD"/><polygon points="9.09 4.46 8.32 3.67 5.38 6.64 3.91 5.17 3.13 5.92 5.38 8.18 9.09 4.46" fill="%23fff"/></svg>') no-repeat center;
}
.list-failure li::before {
    background: url('data:image/svg+xml,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"><path d="M7.51,15c-2.7,0-5.16-1.41-6.5-3.75C-.34,8.94-.34,6.09,1.01,3.75,2.36,1.44,4.82,0,7.51,0s5.13,1.44,6.47,3.75c1.35,2.34,1.35,5.19,0,7.5-1.35,2.34-3.81,3.75-6.47,3.75Z" fill="%23e9473a"/><polygon points="10.36 5.61 9.39 4.64 8.89 5.14 7.51 6.52 6.14 5.14 5.64 4.64 4.64 5.61 5.14 6.11 6.52 7.48 5.14 8.86 4.64 9.36 5.64 10.36 6.14 9.86 7.51 8.48 8.89 9.86 9.39 10.36 10.36 9.36 9.86 8.86 8.48 7.48 9.86 6.11 10.36 5.61" fill="%23fff"/></svg>') no-repeat center;
}
.progress-bars {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px 25px;
}
@media (min-width: 992px) {
    .progress-bars { padding-right: 50px; }
}
.progress-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 30%;
    font-size: 13px;
    font-weight: 500;
    color: #4A4959;
}
.progress {
    --bs-progress-height: 8px;
    --bs-progress-bar-bg: #63DFAD;
}
.progress--red { --bs-progress-bar-bg: #F44336; }
.progress--yellow { --bs-progress-bar-bg: #F3BC29; }
.floating {
    position: fixed;
    z-index: 50;
    bottom: 40px;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    pointer-events: none;
    visibility: hidden;
}
.floating.visible {
    opacity: 1;
    visibility: initial;
    pointer-events: unset;
}
.floating.show { transition-duration: 0.5s; }
.pager-previous,
.pager-next,
.pager-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #4A4959;
    border-radius: 8px;
    padding: 9px 15px;
    border: 1px solid #EDEDF3;
}
.pager-previous img,
.pager-next img {
    width: 29px;
    height: 29px;
    object-fit: none;
    border: 1px solid #EDEDF3;
    border-radius: 4px;
}
.pager-previous img { margin-left: -6px; }
.pager-next img { margin-right: -6px; }
.menu-block {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
}
.menu-block li {
    padding: 4px 8px;
    border-radius: 5px;
    width: max-content;
    transition: background-color .15s ease-in-out;
}
.menu-block li:hover { background-color: #EDEDF3; }
.menu-block li.active {
    font-weight: 600;
    background-color: #EDEDF3;
}
.menu-block a {
    color: var(--mainTextColor);
    text-decoration: none;
}
.form-filter {
    display: grid;
    gap: 15px;
    background: #F7F8FB;
    padding: 12px 15px;
    border-radius: 15px;
}
@media (min-width: 768px) {
    .form-filter { grid-template-columns: repeat(3, 1fr); }
}
.form-select {
    --bs-border-color: #EDEDF3;
    --bs-border-radius: 8px;
    font-size: 14px;
    padding: 12px 40px 12px 18px;
    color: #92929b;
    font-weight: 500;
}
.form-select:focus {
    box-shadow: unset;
    border-color: #dadadf;
}
.custom-tooltip {
  --bs-tooltip-bg: #EDEDF3;
  --bs-tooltip-color: #79788A;
  font-size: 13px;
  font-weight: 500;
}

.button-to-top {
    all: unset;
    position: absolute;
    right: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #5f35c2 0%, #6e5ce1 100%);
    border-radius: 6px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transform: translateY(-75px);
}
.button-to-top img {
    transform: rotate(180deg);
    filter: grayscale(1) brightness(600%);
}
footer {
    padding-top: 100px;
}
footer .h6 {
    display: block;
    opacity: .5;
    font-weight: normal;
    margin-bottom: 30px;
}
footer a { color: #fff; }
footer ul {
    font-size: 18px;
    line-height: 172%;
}
footer p,
.copyright,
.copyright a { color: rgba(255, 255, 255, 0.5); }
.footer-hr {
    padding-top: 25px;
    padding-bottom: 40px;
    border-top: 1px solid #4C4C5C;
    margin-top: 30px;
}

.optout #agewall_optout {background:#33334f !important;border-radius: 5px;font-size: 13px !important;font-weight: 500;color: #acacd1 !important;padding: 4px 8px;}