@viewport {
    width: device-width;
    zoom: 1;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}


html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
    overflow-x: hidden;
    overflow-y: scroll;
}

a {
    text-decoration-skip-ink: auto
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

button {
    outline: 0
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    -webkit-appearance: textfield
}


* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.sticky-top {
    z-index: 600 !important;
}

.sticky-top-menu {
    z-index: 700 !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.sticky-top-filter {
    z-index: 600 !important;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}

.sticky-top-2 {
    z-index: 200 !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.sticky-top-3 {
    z-index: 900 !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}



/* global */

.cta {
    display: block;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    z-index: 8;
    position: relative;
    letter-spacing: 0.8px;
}


.cta-text-large {
    font-size: 16px;
}

h1 {
    font-size: 2.1rem;
    font-weight: 600;
}


.d-pc {
    display: block;
}

@media only screen and (max-width: 991px) {
    .d-pc {
        display: none !important;
    }


}

.msg-green {
    color: white;
    background-color: #16835C;
}

.msg-red {
    color: white;
    background-color: #dc3545;
}

.msg-system {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: 666;
    padding: 12px 22px;
    width: 100%;
    text-align: center;
}



/* header */


#header .navbar {
    min-height: 54px;
}


.header-menu ul li a {
    padding: 8px 14px;
}

.header-menu ul li a:hover {
    text-decoration: none;
}

.header-menu ul li {
    display: inline-block;
}

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

@media only screen and (min-width: 992px) {
    #header .logo {
        max-width: 140px;
        position: relative;
    }


    #header .logo img {
        margin-top: 4px;
        max-width: 140px;
        position: absolute;
        top: -10px;
    }

}

/* mobile menu */
@media only screen and (max-width: 991px) {
    #header .logo img {
        margin-top: 6px;
    }

    #header .logo {
        order: 1;
        max-width: 150px;
    }

    #header .menu-mobile-button {
        order: 3;
    }

    #header .menu-mobile-button i {
        font-size: 28px;
    }

    #header .header-control {
        order: 2;
    }

    #header .header-menu {
        order: 4;
    }

    #header .container {
        padding: 0;
    }

    .header-menu ul li a {
        display: block;
        border-radius: 0;
        padding: 12px;
    }

    .menu-mobile-button {
        outline: none !important;
        box-shadow: none !important;
        border: 0 !important;
        background-color: transparent;
    }

    .header-menu ul li {
        display: block;
        margin-bottom: 0px;
        border-bottom: 1px solid #0000001c;
        padding-bottom: 0px;
    }
}



/* header icons */
.header-control i {
    padding: 4px 8px;
    font-size: 21px;
}


.control-red {
    background-color: #dc3545;
}

.control-green {
    background-color: #3f51b5;
}



.control-gift-number {
    position: absolute;
    top: -5px;
    right: -5px;
    color: white;
    padding: 2px 4px;
    font-size: 9px;
    margin: 0;
    z-index: 0;
    min-width: 18px;
    text-align: center;
    min-height: 14px;
}

.control-gift-box {
    display: inline-block;
    position: relative;
}

.control-gift-box:hover .control-gift-number {
    z-index: 2;
}

.control-gift-box:hover {
    cursor: pointer;
}

.control-gift {
    z-index: 1;
    position: relative;
}

.header-control {
    position: relative;
    text-align: end;
}




/* search static */
#searchform {
    text-align: center;
}

#searchInput:focus {
    outline: none;
}

.control-search-under-box.static {
    position: absolute;
    width: 100%;
    text-align: left;
    display: none;
    bottom: -51px;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.control-search-under-box.static .searchform #datafetch {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    z-index: 600;
}

.control-search-under-box.static .searchform input {
    width: 95%;
    border: 0;
    padding: 6px 20px;
    outline: none;
}



.control-search-under-box .searchform #datafetch .search-result:hover {
    background-color: #00000017;
}

.control-search-under-box .searchform #datafetch .search-result {
    border-bottom: 1px solid #ffffff0d;
    padding: 8px 0px;
    text-align: left;
}

.control-search-under-box .searchform #datafetch .search-result span {
    font-size: 11px;
    display: block;
}

.control-search-under-box .searchform #datafetch .search-result a {
    font-size: 16px;
    color: white;
    font-weight: 600;
}

.control-search-under-box .searchform .datafetch {
    padding: 22px;
}

.control-search-under-box .searchform #datafetch .search-result .search-image {
    max-width: 70px;
}


/* search popup */
.control-search-under-box.pop-up {
    position: fixed;
    width: 100%;
    height: 300vw;
    text-align: left;
    display: none;
    left: 0;
    top: 0;
    z-index: 9999;
}

.close-search-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}

.close-search-btn:hover {
    color: #f00;
}

.control-search-under-box.pop-up input {
    width: 95%;
    margin-top: 20px;
    padding: 12px 22px;
    border: 0;
    margin-bottom: 10px;
}


/* author */

.author-data .author-image img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}

.author-data .author-image {
    max-width: 80px;
    max-height: 80px;
}

.author-box-top .author-image {
    max-width: 24px;
    max-height: 24px;
    padding: 0;
    margin-left: 12px;
}

.author-data .author-social {
    margin-top: -4px;
}



.author-post-box .post-author {
    max-width: fit-content;
    margin-right: 10px;
}

@media only screen and (max-width: 991px) {
    .author-post-box .post-author {
        padding: 6px 12px !important;
        margin: 2px;
    }

    .author-post-box .post-author svg {
        display: none;
    }

    .author-description {
        flex: 100%;
        margin-top: 10px;
    }
}



/* welcome text */
.welcome-text p a {
    font-weight: 500;
}




.welcome-text .read-more-link:after {
    content: "⯆";
}



/* news */
.news-box {
    overflow: hidden;
}

.boxed-news-post-top .post-title {
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}

.software-developer .post-logo p {
    margin-bottom: 6px;
}

.software-developer .post-thumbnail img {
    object-fit: fill;
    min-height: 150px;
    opacity: 0.2;
    filter: grayscale(1.0);
}

.boxed-news-post-side .news-image {
    max-width: 100px;
    max-height: 100px;
}

.full-news-post-top .post-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-width: 1px;
}

.boxed-news-post-side .news-image img {
    object-fit: cover;
    max-width: 100px;
    max-height: 100px;
    min-height: 100px;
    margin-top: -3px;
}


.more-news-single .news-post, .more-news-single .full-news-post {
    max-width: 300px;
}

.full-news-post-side .post-thumbnail img {
    object-fit: cover;
    min-height: 160px;
    max-height: 160px;
    width: 100%;
    height: 100%;
}


.software-developer .post-thumbnail {
    max-height: 150px;
    min-height: 150px;
}


.software-developer .news-box {
    border: 0;
}

@media only screen and (min-width: 992px) {
    #bonus-container .casinos-post .casinos-box {
        min-height: 285px;
    }

    .boxed-news-post-side .news-image-archive img {
        object-fit: cover;
        max-width: 240px;
        max-height: 160px;
        min-height: 160px;
        height: 100%;
    }

    .boxed-news-post-side .news-image-archive {
        max-width: 240px;
        width: 100%;
        overflow: hidden;
        max-height: 160px;
        min-height: 160px;
    }
}

@media only screen and (max-width: 991px) {
    .boxed-news-post-side .news-image-archive img {
        object-fit: cover;
        max-height: 140px;
        min-height: 140px;
        height: 100%;
        width: 100%;
    }

    .boxed-news-post-side .news-image-archive {
        width: 100%;
        overflow: hidden;
        max-height: 140px;
        min-height: 140px;
        min-width: 100%;
    }

    .news-image-large {
        max-width: 100%;
        min-width: 100%;
    }


    .software-developer .post-thumbnail img {
        display: none;
    }

    .software-developer .news-image-large {

        max-height: 110px;
        overflow: hidden;
    }
}


.news-post .post-title a:hover {
    text-decoration: underline;
}

.post-content p {
    margin: 0;
}


.post-author, .post-date {
    display: inline-block;
    padding: 6px 10px !important;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

.post-author a:hover {
    text-decoration: underline;
}

.post-author a {
    text-transform: capitalize;
    font-weight: 600;
}

.post-author svg, .post-date svg {
    position: absolute;
    left: 6px;
    width: 13px;
    height: 13px;
    top: 8px;
    color: #dad8d8;
}



.news-box-small .post-title {
    font-weight: 600;
}

.news-box-small .post-title a {
    overflow: hidden;
    display: block;
    max-height: 45px;
    font-weight: 600;
}


/* casino filtration main page */


@media only screen and (max-width: 991px) {
    .casinos-post.casinos-tall .cta-terms {
        max-width: 90px !important;
    }

    .casinos-post.casinos-tall .cta-review {
        max-width: 110px !important;
    }

    .casinos-post.casinos-tall .casino-ctas .row div:nth-child(3) {
        padding: 0px 10px 0px 2px;
    }

    .casinos-post.casinos-tall .casino-ctas .row div:nth-child(2) {
        padding: 0px 4px 0px 2px;
    }

    .casinos-post.casinos-tall .casino-ctas .row div:nth-child(1) {
        margin: 0;
        padding: 0px 6px 0px 10px;
    }

    .casinos-post.casinos-tall .cta-claim a {
        font-size: 13px;
    }

    .casinos-post.casinos-tall .cta-claim {
        max-width: 160px !important;
    }
}

.casino-filtration .casino-filtration-data ul li {
    display: inline-block;
    margin-right: 4px;
}

.casino-ctas .row div:hover i {
    opacity: 1;
    transition-duration: .4s;
}

.casino-ctas i {
    opacity: 0.4;
    transition-duration: .4s;
    margin-right: 4px;
}

@media only screen and (max-width: 991px) {
    .casino-ctas i {
        display: none;
    }

    .casino-filtration .casino-filtration-data ul li {
        margin-bottom: 20px;
    }

}

.casino-filtration .casino-filtration-data ul {
    margin: 0;
    padding: 0;
}

.casino-filtration .casino-filtration-data ul li b {
    padding: 8px 12px;
    cursor: pointer;
}


/* casinos */


.casinos-single-page .casino-logo {
    max-height: 80px !important;
}

.casino-logo-single {
    margin: 0;
    padding: 0;
    max-width: 100px !important;
}

.casinos-single-page .casino-bonus {
    margin-right: 12px;
}



@media only screen and (min-width: 992px) {
    .single-developer-bg .casinos-single-page .casino-bonus {
        margin-left: 12px;
    }

    .single-developer .casinos-post.casinos-tall .casinos-box .casino-logo {
        max-width: 100px !important;
    }


    .casinos-post.casinos-tall .casinos-box .casino-logo {
        max-width: 170px;
        max-height: 110px;
        text-align: center;
        padding: 0;
        margin-left: 10px;
    }


}


.casinos-post {
    position: relative;
}

.casinos-post .casino-positions {
    position: absolute;
    left: 8px;
    top: 8px;
    margin: 0;
    padding: 0;
    background-color: #161010;
    border-radius: 50%;
    width: 24px;
    height: 25px;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    color: white;
}

.casinos-post .casino-bonus p {
    margin: 0;
}

.casinos-post .casino-bonus {
    text-align: center;
}


.casinos-post .casino-bonus .casino-bonus-type a {
    text-transform: uppercase;
    display: block;
}


.casinos-post .casino-bonus .casino-bonus-value a {
    font-size: 21px;
    font-weight: 700;
    line-height: 17px;
}

.bonus-style-2 .casino-bonus-value a {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.bonus-style-2 .casino-bonus-value {
    line-height: 19px;
}

.casinos-post .casino-bonus .casino-bonus-value {
    line-height: 21px;
}

.casinos-post .casino-cons p {
    font-weight: 500;
}

.casinos-post .casino-cons p img {
    font-size: 17px;
}

.bonus-style-2-table tr td {
    padding-bottom: 4px;
    border-bottom: 1px solid #0000000d;
    padding-top: 4px;
}

.bonus-style-2-table tr th {
    padding-bottom: 4px;
    border-bottom: 1px solid #0000000d;
}



.casinos-shortcode.bonus-style-2 th {
    background-color: transparent !important;
}

.content-box .casinos-shortcode.bonus-style-2 tr:nth-child(even) {
    background-color: transparent !important;
}

.content-box .casinos-shortcode.bonus-style-2 td {
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    padding-bottom: 4px !important;
    border-bottom: 1px solid #0000000d;
    padding-top: 4px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.content-box .casinos-shortcode.bonus-style-2 table {
    margin: 0 !important;
}

/* casinos boxed */


.casinos-post.casinos-boxed .casino-logo {
    padding: 0;
    margin: 0 !important;
}

.casinos-post.casinos-boxed .casino-bonus {
    max-width: 95%;
}

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

    .casinos-post.casinos-boxed {
        max-width: 47.5%;
        width: 100%;
        margin: 4px;
        min-width: 47.5%;
    }

    .casinos-post.casinos-boxed .casinos-box {
        height: 100%;
    }
}

@media only screen and (min-width: 992px) {


    .casinos-post.casinos-boxed {
        max-width: 240px;
        margin: 3px;
        min-width: 240px;
    }
}

/* content */
.content-box {
    box-shadow: 0px 0px 20px #00000003;
}

.content-box.no-bg, .slots-short-bg.no-bg {
    background-color: transparent !important;
    box-shadow: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border: 0 !important;
    background: none !important;
}


.content-box table th {
    color: white;
    font-weight: 600;
}

.content-box table td, .content-box table th {
    padding: 6px 10px;
}


.content-box ol li {
    margin-bottom: 6px;
    line-height: 1.5rem;
}

.content-box ol {
    list-style: decimal;
    margin-top: 20px;
    padding-left: 20px;
}

.content-box ul li {
    margin-bottom: 6px;
    line-height: 1.5rem;
}

.content-box ul {
    list-style: disc;
    margin-top: 20px;
    padding-left: 20px;
}

.content-box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: left;
}


.content-box h2, .how-to-register h2 {
    font-size: 24px;
    font-weight: 700;
}

.content-box h3 {
    font-size: 21px;
    font-weight: 600;
}

.content-box h4 {
    font-size: 19px;
    font-weight: 600;
}

.content-box h5 {
    font-size: 19px;
    font-weight: 500;
}

.content-box h6 {
    font-size: 19px;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .content-box .column {
        padding-top: 12px;
    }
}


.text-with-image .image {
    max-width: 150px;
}

.text-with-image .image-Right {
    float: right;
}

.text-with-image .image-Left {
    float: left;
}

.text-with-image .image-Center {
    max-width: 100%;
    max-height: 200px;
    overflow: hidden;
    border-radius: 12px 12px 0px 0px;
}

.text-with-image .image-Center img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}

.text-with-image .image-Right {
    order: 2;
}


@media only screen and (max-width: 991px) {
    .text-with-image .text {
        order: 2;
    }

    .text-with-image .image {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
        order: 1;
    }

    .text-with-image .image img {
        border-radius: 12px 12px 0px 0px;
    }
}


.how-to-register-steps .step .content-box {
    box-shadow: none;
    border: 0;
}

.how-to-estimate-time, .how-to-currency {
    text-align: center;
    padding: 4px;
}

.how-to-estimate-time i, .how-to-currency i {
    margin-bottom: -5px;
    display: block;
}

.how-to-register-steps .step img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
}

.how-to-register-steps .step .step-img {
    max-height: 180px;
    min-height: 180px;
    overflow: hidden;
}

.dragable {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

::-webkit-scrollbar-thumb {
    background: #f5b31a;
    border-radius: 12px;
}

::-webkit-scrollbar {
    background: #261920;
    border-radius: 12px;
    height: 10px;
    width: 8px;
}

.multiple-items {
    cursor: grab;
    display: inline-flex;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.how-to-register-steps .step {
    max-width: 300px;
    min-width: 300px;
    flex: none;
    margin: 0;
    z-index: 1;
}

.faq .faq-box .faq-item {
    padding: 10px 20px;
}



.faq .faq-item h3 {
    margin-bottom: 0;
    padding: 5px;
}

.faq .faq-box .faq-item .accordion-collapse p {
    margin: 0;
}

.faq .faq-box .faq-item h2 {
    margin: 0;
    padding: 4px;
}

.faq .faq-box .faq-item .accordion-button:focus {
    box-shadow: none;
}

.faq .faq-box .faq-item .accordion-button {
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
}




.cons-and-pros .cons ul {
    list-style: disc;
    margin: 0;
    padding: 0px 30px;
}


.cons-and-pros .pros ul {
    list-style: disc;
    margin: 0;
    padding: 0px 30px;
}

/* casinos small */




@media only screen and (min-width: 992px) {
    .casinos-small {
        max-width: 224px !important;
        min-width: 224px !important;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    #filtered-bonuses .casinos-small {
        max-width: 175px;
        min-width: 175px;
    }
}

.casinos-post .casinos-box {
    height: 100%;
}

.casino-image-small .casino-image-inner {
    max-height: 80px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    max-width: 190px;
    margin: 0 auto;
}


.casinos-shortcode {
    min-width: 212px;
    max-width: 212px;
}


.highlight_bonus p i {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: #ffc774;
}

.highlight_bonus p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 !important;
    height: 100%;
}




.bonus-filtration {
    padding: 10px 14px;
    font-weight: 600;
    margin-bottom: 6px;
    cursor: pointer;
    text-transform: uppercase;
}

.bonus-filtration input[type="checkbox"] {
    width: 0;
    height: 0;
}



/* bonuses shortcode */
.casino-bonuses-shortcode .casinos-shortcode:last-child {
    margin-right: 0;
}

.casino-bonuses-shortcode .casinos-shortcode {
    max-width: 180px;
    min-width: 180px;
    margin-right: 10px;
}

.casino-bonuses-shortcode .casinos-shortcode .bonus-value p {
    font-weight: 700;
}




/* slots shortcode */


.slots-shortcode .bonus-value p {
    margin: 10px 0 0;
    padding: 0;
    font-size: 16px;
    display: block;
    font-weight: 500;
    text-decoration: none;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.slots-shortcode .slot-bg {
    border: 0;
}

.slots-shortcode {
    min-width: 200px;
    max-width: 200px;
    margin-right: 10px;
}

.slots-shortcode:last-child {
    margin-right: 0;
}

.slots-shortcode .slots-shortcode-img {
    min-height: 200px;
}

.slots-shortcode .slots-shortcode-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slots-shortcode .slots-shortcode-img {
    min-height: 130px;
    max-height: 130px;
    border-radius: 22px 22px 0px 0px;
    overflow: hidden;
}



/* fast links */


@media only screen and (min-width: 992px) {
    .fast-links-closed {
        max-height: 55vw;
        overflow-x: hidden;
        overflow-y: scroll;
    }


}

@media only screen and (max-width: 991px) {
    .fast-links-closed {
        max-height: 90vw;
        overflow-x: hidden;
        overflow-y: scroll;
    }

}


.fast-links-closed .arrow {
    transition: transform 0.3s ease;
}

.fast-links-closed .arrow.rotated {
    transform: rotate(180deg);
}

.fast-link-box:last-child .nested-toc:last-child a::after {
    display: none;
}

.fast-links-closed .arrow {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fast-link-box .arrow i {
    color: #ffffff;
    font-size: 20px;
}

.fast-links-closed a:before {
    content: " ";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 50%;
    background-color: white;
}

.fast-links-closed a.active {
    color: #f5b31a;
}

.fast-links-closed a:after {
    content: " ";
    width: 2px;
    height: 18px;
    position: absolute;
    left: 7px;
    top: 17px;
}

.fast-links-closed a.passed:before {
    background-color: #c9c9c9;
}

.fast-links-closed a.active {
    font-weight: 600;
}

.fast-links-closed a {
    position: relative;
    padding-left: 24px;
}

.fast-links-closed .nested-toc:first-child::before {
    content: " ";
    width: 8px;
    height: 2px;
    position: absolute;
    left: -8px;
    top: 17px;
}

.fast-links-closed .fast-link-box.opened a.main-toc:after {
    height: 30px;
}

.fast-link-box:last-child a.main-toc.visited:after, .fast-link-box:last-child a.main-toc.opened:after, .fast-link-box:last-child a.main-toc.active:after {
    display: unset !important;
}

.fast-link-box:last-child a.main-toc:after {
    display: none;
}


.fast-links-closed .nested-toc:last-child::before {
    content: " ";
    width: 16px;
    height: 2px;
    position: absolute;
    left: -8px;
    bottom: -10px;
}

.fast-links-closed .nested-toc:last-child::after {
    content: " ";
    position: absolute;
    left: -9px;
    bottom: -20px;
    width: 2px;
    height: 12px;
}

.fast-links-closed .nested-h3>.nested-toc:only-child a::after {
    left: -9px;
    height: 25px;
    top: 10px;
}

.fast-link-box:last-child .nested-toc:last-child::before, .fast-link-box:last-child .nested-toc:last-child::after {
    display: none;
}


.fast-links-closed .fast-link-box.active a.main-toc::after {
    height: 32px;
}

.fast-links-closed .nested-toc {
    position: relative;
}


/* breadcrumbs */



#breadcrumbs a {
    text-decoration: underline;
}


.boxed-headings.sticky-headings {
    top: 62px !important;
    z-index: 666 !important;
}


/* single post */
@media only screen and (max-width: 991px) {
    .single-post-header {
        margin-top: 100px !important;
    }

    .single-post-header .author {
        display: none !important;
    }
}

.single-post .single-post-image {
    position: relative;
    overflow: hidden;
}

.author-side .author-image img {
    border-radius: 50%;
}

.single-post .post-meta {
    padding-top: 8px;
}

.single-post .post-meta i {
    margin-right: 4px;
}


.author-side .author-image {
    max-width: 100px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.single-post-sticky {
    top: 90px !important;
}

/* single developer */



/* single casino */
.casino-detail .casino-detail-bg {
    box-shadow: 0px 0px 30px #00000017;
}

.casino-detail .casino-detail-logo {
    overflow: hidden;
}

.casino-detail-bg .cons-and-pros li {
    margin-bottom: 6px;
}


.casino-detail {
    margin-top: 40px;
    margin-bottom: -70px;
}

@media only screen and (max-width: 991px) {
    .casino-detail-bonus {
        max-width: auto;
    }
}


@media only screen and (min-width: 992px) {
    .casino-detail-bonus {
        max-width: 220px;
    }
}





.casino-detail-bonus .casino-detail-logo {
    width: 100%;
    max-width: 240px;
    max-height: 220px;
    min-height: 100px;
    position: relative;
    margin: 0 auto;
}

.casino-detail-bonus .casino-detail-logo img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}


.casino-detail-bonus .bonus-details .promocode:after, .casino-detail-bonus .casino-detail-bonus-value .promocode:after, .casinos-post .casino-bonus .promocode:after {
    position: absolute;
    left: 50%;
    top: -7px;
    transform: translateX(-50%);
    font-size: 10px;
    padding: 0px 6px;
    text-transform: uppercase;
}

.casino-detail-bonus .bonus-details .promocode, .casino-detail-bonus .casino-detail-bonus-value .promocode, .casinos-post .casino-bonus .promocode {
    padding: 10px 0px 6px 0px;
    text-align: center;
    position: relative;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 10px;
}

.casino-detail .casino-detail-navigation .cta-reload, .casino-detail .casino-detail-navigation .cta-full-screen {
    border: 1px solid #313031;
    border-left: 4px solid #8dc450;
    border-radius: 6px;
    padding: 5px 10px 5px 10px;
    margin-right: 4px;
    background-color: #161010;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}






.casino-detail .casino-detail-navigation .cta-rating i, .casino-detail .casino-detail-navigation .cta-favorite i, .casino-detail .casino-detail-navigation .cta-compare i {
    margin-right: 4px;
    margin-left: 4px;
}

.casino-detail .casino-detail-navigation .cta-rating, .casino-detail .casino-detail-navigation .cta-favorite, .casino-detail .casino-detail-navigation .cta-compare {
    border-radius: 6px;
    padding: 6px 10px 6px 6px;
    margin-right: 4px;
    text-transform: uppercase;
    font-weight: 600;
}


@media only screen and (max-width: 991px) {
    .casino-detail .casino-detail-navigation .cta-favorite, .casino-detail .casino-detail-navigation .cta-compare, .casino-detail .casino-detail-navigation .cta-rating {
        font-size: 11px;
    }

    .single-slot-game-insider {
        padding: 22px;
    }
}

.casino-info .casino-info-bg .casino-info-ul li a, .casino-info .casino-info-bg .casino-info-ul li p {
    margin-right: 10px;
    font-size: 14px;
    padding: 8px 10px 8px 6px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.casino-info .casino-info-bg .casino-info-ul li {
    display: inline-block;
    margin-bottom: 6px;
}

.casino-info .casino-info-bg .casino-info-ul {
    padding: 0;
}

.casino-info .casino-info-bg .casino-info-ul li a i {
    color: #dddddd;
    margin-right: 4px;
}

.rating-action {
    display: inline-block;
}

.rating-action #rating-container {
    position: absolute;
    right: 0;
    background: #fff3d2;
    width: 100%;
    min-width: 200px;
    border-radius: 8px;
    margin-top: 10px;
    border: 1px solid #fdc119;
}

.rating-action #rating-container .rating-buttons {
    text-align: center;
}

.rating-action #rating-container .rate-button {
    border: 0;
    background: transparent;
    color: #fdbf0f;
    font-size: 29px;
    padding: 0;
}

.rating-action #rating-container .rating-message {
    text-align: center;
    color: #2b241c;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 4px;
}




/* favorites */
.favorite-box .remove-favorite {
    position: absolute;
    background-color: white;
    border: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    right: 10px;
    top: 12px;
    color: #dd4438;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* single bonus */
.casino-detail-bonus-value p {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}


.casino-detail-bonus-value {
    padding: 10px 10px 0px 10px;
}


/* footer */


.footer-menus {
    border-bottom: 1px solid #ffffff12;
}

.after-footer ul li {
    display: inline-block;
}

.after-footer ul li a {
    color: white;
}



/* slots */

.slot-bg .slot-img .slot-rtp {
    position: absolute;
    left: 0px;
    top: 20px;
    color: #1a3986;
    padding: 2px 14px 2px 10px;
    background-color: #ffc300;
    font-weight: 600;
    z-index: 1;
}


.slot-bg .slot-img img {
    width: 100%;
    height: auto;
    min-height: 160px;
    object-fit: fill;
    opacity: 0.5;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.slot-bg .slot-img:hover img {
    opacity: 1;
}


.slot-bg .slot-img {
    position: relative;
    overflow: hidden;
    max-height: 160px;
    min-height: 160px;
}

.slot-bg .slot-title {
    padding: 0;
    font-size: 16px;
    display: block;
    font-weight: 500;
    text-decoration: none;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.slot-bg .slot-title a {
    font-weight: 600;
}

.slot-filtration-ul {
    max-height: 150px;
    overflow-x: hidden;
}


.taxonomy-title {
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    cursor: pointer;
}

.slot-filtration-ul {
    display: none;
}

.slot-filtration-ul.show {
    display: block;
}

.slot-filtration-bg ul {
    padding: 0;
}

.slot-filtration-bg {
    max-width: 250px;
}

.slot-filtration-bg .slot-filtration {
    width: 100%;
    font-weight: 500;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    display: block;
    background-color: #161010f2;
    border-radius: 6px;
}

@media only screen and (max-width: 991px) {
    .slot-filtration-bg {
        max-width: 100%;
        margin: 0 auto;
    }

    .slot-bg .slot-img {
        max-height: 120px;
        min-height: 120px;
    }

    .slot-bg .slot-img img {
        min-height: 120px;
    }
}

/* single slot */
.single-slot-game {
    min-height: 500px;
}

.single-slot-box .slot-box-ins {
    overflow: hidden;
}

.single-slot-box #iframeHolder iframe {
    height: 100%;
    min-height: 500px;
    width: 100%;
}

.single-slot-box #iframeHolder {
    min-height: 500px;
    width: 100%;
    max-height: 500px;
}


.slot-table td:nth-child(2) a {
    padding: 6px 12px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    margin: 2px 2px;
}

.slot-table td:first-child {
    font-size: 12px;
    text-transform: uppercase;
}

.slot-table td {
    margin-top: 2px;
    margin-bottom: 2px;
}

.slots-post-single {
    min-width: 250px;
    max-width: 250px;
}

.single-slot-developer img {
    object-fit: scale-down;
}


/* emailing */
.emailing-form input[type=submit] {
    margin-top: 10px;
    padding: 8px 18px;
    font-weight: 600;
}



.emailing-form input[type=email] {
    border: 2px solid #ececec;
    padding: 8px 12px;
    color: grey;
    width: 100%;
    max-width: 300px;
}

.emailing-form input:focus {
    outline: 0;
}


@media only screen and (max-width: 991px) {
    .emailing-form input[type=email] {
        max-width: 240px;
    }

    #add-email-form p label {
        width: 90%;
        text-align: start;
    }
}






@media only screen and (min-width: 992px) {
    .checked-edited {
        right: 30px;
        top: 0;
        position: absolute;
    }


    .full-news-post-top .post-title a {
        font-size: 21px;
        font-weight: 600;
        color: white;
    }

}

@media only screen and (max-width: 991px) {
    .checked-edited {
        position: relative;
    }


    .full-news-post-top .post-title a {
        font-weight: 600;
        color: white;
    }

}

.checked-edited a {
    text-transform: capitalize;
}



.boxed-news-post-top .post-thumbnail {
    max-height: 170px;
}

.boxed-news-post-top .post-meta {
    border-top: 1px solid #00000012;
}

.full-news-post-top .post-meta {
    border-top: 1px solid #ffffff14;
    padding-top: 10px;
}

.boxed-news-post-top .news-image-large img {
    width: 100%;
    height: 100%;
    max-height: 170px;
    object-fit: cover;
    margin-top: -6px;
}

.full-news-post-side .post-title a {
    font-weight: 600;
    color: white;
    padding: 4px 0px;
    display: block;
}

.full-news-post .news_text i {
    font-size: 16px;
    margin-right: 4px;
}

.full-news-post .news_text {
    margin-top: 10px;
    color: white;
    text-shadow: 0px 0px 20px black;
}



.full-news-post .news-text {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    z-index: 5;
}

.full-news-post .news-image-large:before, .full-news-post .news-image:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
}

.full-news-post .post-thumbnail img {
    opacity: 0.55;
    transition-duration: .4s;
}

.full-news-post:hover .post-thumbnail img {
    opacity: 0.2;
}

.full-news-post .news-image-large {
    max-width: 100% !important;
}


.faq .no-bg .faq-box .faq-item {
    background: white;
}


/* ads */

@media only screen and (min-width: 769px) {
    .ads-script img, .ads-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media only screen and (max-width: 768px) {
    .ads-script img {
        border-radius: 12px;
    }
}



/* casino overall */

@media only screen and (max-width: 991px) {
    .casino-overall-2 {
        order: 2;
    }

    .casino-overall-1 {
        order: 1;
    }

    .casino-overall-3 {
        order: 3;
    }
}



.casino-overall .casino-overall-logo img {
    max-width: 110px;
}

.casino-overall .casino-overall-logo {
    margin-top: -60px;
    display: inline-flex;
    background-color: #161010;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    justify-content: center !important;
    align-items: center !important;
    border: 1px solid #4c2f3e;
}


.casino-overall .casino-overall-rating-ratings i {
    margin-right: 3px;
    font-size: 19px;
    background: linear-gradient(0deg, #FF9800 0%, rgb(255 212 150) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.casino-overall .casino-overall-rating-text {
    margin-bottom: 2px;
    margin-top: 15px;
}


.casino-overall-methods ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.content-box ul {
    list-style: disc;
    margin-top: 20px;
    padding-left: 20px;
}

.casino-detail-style-1 .sticky-top-2 {
    top: 90px;
}

.casino-detail-style-1 .ads-script img, .casino-detail-style-1 .ads-image img {
    width: auto;
    height: auto;
    object-fit: unset;
    max-width: 300px;
}




/* gallery */
.gallery-repeater .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 992px) {
    .gallery-box-content {
        max-width: 200px !important;
        margin: 10px;
        padding: 0;
    }

}



.gallery-repeater .carousel-control-next {
    background: black;
    width: auto;
    height: 70px;
    top: 38%;
    background-color: black;
}

.gallery-repeater .carousel-control-prev {
    width: auto;
    height: 70px;
    top: 38%;
    background-color: black;
}


/* announcements */
.announcement-box:last-child .badge-announcements:after {
    display: none;
}

.announcement-box .badge-announcements:after {
    content: " ";
    width: 500px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: -1;
}

.announcement-box .badge-announcements {
    display: inline-block;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    padding: 4px 13px;
    font-size: 11px;
    color: white;
}

.announcement-box .announcement-tag {
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: 600 !important;
}

.announcement-box .announcement-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 6px;
}



.announcements .timeline-next {
    right: 0px;
    top: -30px;
    background: #3f51b5;
    color: white;
    border: 0;
}

.announcements .timeline-prev {
    right: 40px;
    top: -30px;
    background: #3f51b5;
    color: white;
    border: 0;
}

@media only screen and (min-width: 992px) {
    .announcement-box {
        max-width: 250px;
        min-width: 250px;
    }
}

@media only screen and (max-width: 991px) {
    .announcement-box {
        max-width: 200px;
        min-width: 200px;
    }
}


/* review box */
.review-box .review-rating i {
    margin-right: 3px;
    font-size: 19px;
    background: linear-gradient(0deg, #FF9800 0%, rgb(255 212 150) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}



.review-box .review-author .blockquote p:after {
    content: " ,, ";
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
}

.review-box .review-author .blockquote p:before {
    content: " '' ";
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
}

.review-box .review-author .blockquote p {
    font-size: 14px;
    line-height: 23px;
    position: relative;
}

.review-box .review-author .blockquote {
    margin: 3px 3px 5px 0px;
}

.review-box .review-author-description {
    font-size: 11px;
}

.review-box .review-author-name {
    font-size: 14px;
}


@media only screen and (min-width: 992px) {

    .review-box .author-image i {
        position: absolute;
        right: 0px;
        bottom: 2px;
        font-size: 20px;
        background: #ffffff;
        color: #ffa622;
        border-radius: 100%;
        height: 18px;
        width: 18px;
        text-align: center;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }
}

@media only screen and (max-width: 991px) {
    .review-box .review-author {
        display: block !important;
        text-align: center;
    }

    .review-box .review-author .author-image {
        text-align: center;
        margin-bottom: 10px;
    }

    .review-box .author-image i {
        position: absolute;
        right: 38%;
        bottom: -3px;
        font-size: 20px;
        background: #ffffff;
        color: #ffa622;
        border-radius: 100%;
        height: 24px;
        width: 24px;
        text-align: center;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }

    .review-box .review-title-box {
        text-align: center;
    }
}


/* how to register boxed */

.how-to-register-boxed .step h3 span {
    padding: 9px;
    margin-right: 10px;
    border-radius: 50%;
    display: inline-flex;
    width: 13px;
    height: 13px;
    font-size: 14px;
    justify-content: center !important;
    align-items: center !important;
    font-weight: 700;
}

.how-to-register-boxed .step h3 {
    display: block;
    margin: 0;
    padding: 8px;
    font-size: 14px;
    line-height: 21px;
}

.how-to-register-boxed .step img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
}

/*  how to register withed */
@media only screen and (min-width: 992px) {
    .how-to-register-widthed .step-image {
        max-width: 300px;
    }

    .how-to-register-widthed .description {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .how-to-register-widthed .step-image {
        min-width: 100%;
    }

    .how-to-register-widthed .description {
        text-align: center;
    }
}

/* payment */

.single-payment-method .post-detail-image .post-thumbnail img, .single-software .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
}

.single-payment-method .post-detail-image .post-thumbnail, .single-software .post-thumbnail {
    max-height: 200px;
}


/* menu - submenu */

@media only screen and (min-width: 992px) {

    .header-menu-submenu ul li {
        position: relative;
    }

    .header-menu-submenu .menu-item-has-children.submenu-open>.sub-menu {
        display: block;
        position: absolute;
        border-radius: 12px;
        top: 35px;
        left: -20px;
        min-width: 220px;
        padding: 6px 0px;
        backdrop-filter: blur(10px);
        background-color: #0c081c6e;
        border: 1px solid hsla(0, 0%, 100%, .16);
        box-shadow: inset 0 1px #4c2f3e;
        border: 0 solid #e5e7eb;
        transition: background-position 0.1s ease;
        background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, #1c191a00 0%, #1c191a4a 100%), #2a1822;
    }

    .submenu-toggle {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 1rem;
        color: inherit;
        transform: rotate(90deg);
    }


    .header-menu-submenu .sub-menu {
        display: none;
        transition: all 0.3s ease;
    }

    .header-menu-submenu .menu-item-has-children.submenu-open>.sub-menu li a {
        width: 100%;
        display: block;
        font-size: 13px;
        color: white;
        transition: all 0.25s ease;
    }

    .header-menu-submenu .menu-item-has-children.submenu-open>.sub-menu li:hover a {
        background: #161010;
        color: #ffffff;
    }

    .header-menu-submenu .menu-item-has-children.submenu-open>.sub-menu li {
        padding: 2px 12px;
        display: block;
        width: 100%;
    }

    .header-menu-submenu .menu-item-has-children.submenu-open>.sub-menu li:first-child {
        margin-top: 4px;
    }

    .header-menu-submenu .menu-item-has-children.submenu-open>.sub-menu li:last-child {
        margin-bottom: 4px;
    }
}

@media only screen and (max-width: 991px) {
    .header-menu-submenu .menu-item-has-children.submenu-open>.sub-menu {
        display: block;
        flex: 0 0 100%;
        width: 100%;
        display: block;
        margin-top: 6px;
    }

    .submenu-toggle {
        background: none;
        border: none;
        cursor: pointer;
        margin-left: 0.5rem;
        font-size: 1rem;
        color: inherit;
    }

    .header-menu-submenu ul li>.submenu-toggle {
        flex: 0 0 auto;
        margin-left: 8px;
    }



    .header-menu-submenu .sub-menu {
        display: none;
        transition: all 0.3s ease;
    }

    .header-menu-submenu ul li .submenu-toggle {
        flex: 0 0 auto;
    }

    .header-menu-submenu ul li {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .header-menu-submenu .menu-item-has-children.submenu-open>.submenu-toggle {

        transform: rotate(90deg);
    }

    .header-menu-submenu ul li>a {
        flex: 1 1 auto;
        max-width: none;
        width: auto;
    }


    .header-menu-submenu .menu-item-has-children.submenu-open>.sub-menu li {
        width: 100%;
        background-color: #161010;
        color: #ffffff;
    }
}



/* menu - side menu */

.menu-3-sidebar .menu-menu-container {
    margin-top: 50px;
}

.menu-3-sidebar ul {
    padding: 0;
}

.menu-3-sidebar ul li {
    border-bottom: 1px solid #ffffff1a;
}

.menu-3-sidebar ul li a {
    padding: 15px 10px;
    display: block;
}



.menu-3-sidebar ul li a:hover {
    text-decoration: none;
}

.menu-3-control {
    order: 2;
    margin-left: auto;
    margin-right: 20px;
}

.menu-3-toggle {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 50;
    position: relative;
    order: 3;
}

.menu-3-sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    width: 300px;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1002;
    /* padding: 1rem; */
    overflow-y: auto;
}

.menu-3-sidebar.open {
    right: 0;
}

.menu-3-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgb(0 0 0 / 75%);
    transition: transform 0.3s ease;
    backdrop-filter: blur(5px);
    z-index: 1000;
}

.menu-3-overlay.visible {
    display: block;
}

.menu-3-close {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    float: right;
}

.menu-3-sidebar .sub-menu {
    display: none;
}

.menu-3-sidebar .menu-item-has-children.submenu-open>.sub-menu {
    display: block;
}

.menu-3-sidebar .menu-item-has-children a {
    width: 88%;
    display: inline-block;
}

.menu-3-sidebar .submenu-toggle {
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    display: inline-block;
    color: white;
}

.menu-3-sidebar ul li .sub-menu a {
    width: 100%;
    border-left: 3px solid transparent;
    transition-duration: .25s;
}


.menu-3-sidebar ul li {
    transition-duration: .25s;
}

.menu-3-sidebar i {
    font-size: 23px;
}


/* header sticky boxed */
.sticky-top-boxed {
    top: 10px !important;
}

.sticky-top-boxed .control-search-under-box.static {
    bottom: -50px;
}

.sticky-top-boxed .control-search-under-box.static .searchform #datafetch {
    top: 44px;
}

@media only screen and (max-width: 991px) {
    .sticky-top-boxed {
        max-width: 96% !important;
        top: 6px !important;
    }
}


/* widgets */
.widget-title {
    font-size: 19px;
    padding: 2px 0px 2px 10px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sidebar-categories {
    margin: 0;
    padding: 0;
}

.sidebar-categories li:hover {
    background-color: #00000008;
}

.sidebar-categories li {
    border-bottom: 1px solid #00000017;
    padding: 8px;
    border-radius: 6px;
}

.sidebar-categories li a {
    display: flex;
    align-items: center;
}

.sidebar-categories li span {
    margin-left: auto;
    font-size: 11px;
}


.favorites .slot-logo img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

/* comments */
#comments .comment-list .comment-body img {
    margin-left: 8px;
    margin-top: 10px;
}

#comments .comment-list .comment-author a, #comments .comment-list .comment-author {
    font-size: 14px;
    font-weight: 700;
}

#comments .comment-list .comment-metadata {
    font-size: 11px;
}

#comments .comment-list .comment-text p {
    font-size: 14px;
    margin-bottom: 0px;
}

#comments .comment-body {
    padding: 6px 12px 12px 0px;
}

.comment-form .logged-in-as {
    font-size: 11px;
}

.comment-form textarea:focus, .comment-form input:focus {
    outline: none;
    box-shadow: none;
}




.comment-form .comment-form-cookies-consent {
    font-size: 12px;
}

.comment.comment-author-admin {
    border-left: 3px solid #e5dbc1;
}

.comment {
    border-left: 3px solid transparent;
}

.read-more-hidden.collapsed {
    display: none;
    visibility: hidden;
}

.read-more-hidden.expanded {
    display: block;
    visibility: visible;
    content-visibility: visible;
}

.read-more-hidden {
    display: none;
    content-visibility: hidden;
}




.cons-and-pros .cons, .cons-and-pros .pros, .comment-form textarea, .comment-form input, .casino-bonuses-shortcode, .slots-short-bg, .casino-detail-bonus .casino-detail-bonus-box .bonus-details, .bonus-detail-boxes, .gallery-repeater .carousel-control-next, .gallery-repeater .carousel-control-prev, .review-box .review-author {
    padding: 12px;
}

.favorite-box.slot-favorite {
    min-width: 240px;
}

.bonus-favorites {
    max-width: 180px !important;
    min-width: 180px !important;
}


.author-box-top .author-text {
    line-height: 15px;
}







/* kasina */

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

    .full-headings.sticky-headings {
        top: 61px !important;
        z-index: 666 !important;
    }

    .casino-bonus-icon {
        position: absolute;
        left: 10px;
        top: 22px;
    }

    .single-platebni-brana .casino-logo, .single-software .casino-logo {
        max-width: 120px;
    }

    .casinos-post .casino-cons p {
        position: relative;
        padding-left: 10px;
        line-height: 17px;
        text-align: start;
    }

    .casinos-post .casino-cons p:nth-child(3) {
        display: none;
    }

    .casino-logo .casino-rating {
        background-color: #161010;
        padding: 4px 12px;
        border-radius: 12px;
        border: 1px solid #262426;
        font-size: 15px;
    }

    .slot-table tr {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .page-template-page-bonus-list:after, .bonus-template-default:after .page-template-page-slots-list-php:after, .tax-rtp:after, .tax-volatilita:after, .tax-vyherni_linie:after, .tax-valce:after, .tax-tema:after, .tax-typ:after {
        content: " ";
        background-image: url(https://kasinaslicenci.cz/wp-content/themes/igaming/img/bg/5.webp);
        width: 100%;
        height: 586px;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 0;
        background-repeat: no-repeat;
        opacity: 0.2;
    }

    .bg-main-slots .slot-filtration-data #slotDatafetch {
        left: 0%;
    }
}


@media only screen and (min-width: 992px) {

    .single-casino .ads-image img {
        width: 100%;
        height: auto;
    }

    .full-headings.sticky-headings {
        top: 55px !important;
        z-index: 666 !important;
    }

    .cta-claim .cta:hover {
        filter: brightness(1.12);
        transform: translateY(-2px);
        transition: all .25s ease;
    }

    .bg-main-slots .slot-filtration-data #slotDatafetch {
        left: 25%;
    }

    .page-template-page-home-php:before, .page-template-page-casino-list:before, .page-template-page-news:before, .archive:before, .single-post:before, .page-template-page-casino-list:before, .single-casino:before {
        content: " ";
        background-image: url(https://kasinaslicenci.cz/wp-content/themes/igaming/img/bg/1.webp);
        width: 760px;
        height: 750px;
        position: absolute;
        right: -200px;
        top: 0px;
        z-index: 0;
        background-repeat: no-repeat;
        opacity: 0.2;
    }

    .page-template-page-bonus-list:before, .bonus-template-default:before, .page-template-page-slots-list-php:before, .tax-rtp:before, .tax-volatilita:before, .tax-vyherni_linie:before, .tax-valce:before, .tax-tema:before, .tax-typ:before, .tax-tema:before, .page-template-page-software:before {
        content: " ";
        background-image: url(https://kasinaslicenci.cz/wp-content/themes/igaming/img/bg/7.webp);
        width: 650px;
        height: 398px;
        position: absolute;
        right: 0;
        top: 0px;
        z-index: 0;
        background-repeat: no-repeat;
        opacity: 0.2;
    }

    .page-template-page-bonus-list:after, .bonus-template-default:after, .page-template-page-slots-list-php:after, .tax-rtp:after, .tax-volatilita:after, .tax-vyherni_linie:after, .tax-valce:after, .tax-tema:after, .tax-typ:after, .page-template-page-software:after {
        content: " ";
        background-image: url(https://kasinaslicenci.cz/wp-content/themes/igaming/img/bg/5.webp);
        width: 455px;
        height: 586px;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 0;
        background-repeat: no-repeat;
        opacity: 0.2;
    }

    .bg-main-slots:before, .bg-bonuses:before {
        content: " ";
        width: 100%;
        height: 570px;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(https://kasinaslicenci.cz/wp-content/themes/igaming/img/bg/6.webp);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center top;
        opacity: 0.25;
    }


    .casino-bonus-icon {
        position: absolute;
        left: 10px;
        top: 18px;
    }

    .casinos-post .casino-cons p {
        position: relative;
        padding-left: 10px;
        line-height: 17px;
        display: inline-block;
    }

    .casino-logo .casino-rating {
        background-color: #161010;
        padding: 4px 12px;
        border-radius: 12px;
        border: 1px solid #262426;
        font-size: 13px;
        margin-top: -12px;
    }
}

.casinos-post .casinos-box {
    background-color: #0c081c6e;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4c2f3e;
    border: 0 solid #e5e7eb;
    transition: background-position 0.1s ease;
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, #1c191ade 0%, #1c191a4a 100%), #2a1822;
}


.casinos-post.casinos-tall .casinos-box .tnc-text p {
    margin-bottom: 0px;
}


.casinos-post .casino-cons p::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 9px;
    width: 11px;
    height: 7px;
    border-left: 3px solid #f9c201;
    border-bottom: 2px solid #f9c201;
    transform: rotate(-45deg);
}

.casino-bonus-icon i {
    color: #f9c201;
    font-size: 28px;
}

.casino-bonus-icon-spacing {
    margin-left: 35px;
}

.casino-bonus .casino-cons {
    text-align: start;
}

.casino-bonus .casino-cons p {
    margin-left: 10px;
    background: #23181e;
    padding: 6px 12px 6px 28px;
    border-radius: 12px;
    border: 1px solid #372830;
}


.counts-box:hover .post-icon {
    top: -25px;
}

.post-icon {
    position: absolute;
    top: -20px;
    right: 4px;
    transition: top 0.3s ease, transform 0.3s ease;
}


.counts-box .post-label {
    font-size: 12px;
    color: #b7b6b6;
    text-transform: uppercase;
}

.counts-box .post-count {
    font-size: 26px;
}

#header, .full-headings.sticky-headings {
    border: 1px solid #2f2228;
    backdrop-filter: blur(10px);
    background-color: #0c081c6e;
    transition: background-position 0.1s ease;
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, #1c191ade 0%, #1c191a4a 100%), #2a1822d1;
}


.casino-detail .casino-detail-bg {
    background-color: #0c081c6e;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4c2f3e;
    border: 0 solid #e5e7eb;
    transition: background-position 0.1s ease;
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, #1c191ade 0%, #1c191a4a 100%), #2a1822;
    backdrop-filter: blur(10px);
}

.cons-and-pros .cons ul li, .cons-and-pros .pros ul li {
    margin-left: 10px;
    padding: 6px 12px 6px 28px;
    border-radius: 12px;
    position: relative;
    display: inline-block;
}

.cons-and-pros .pros ul li:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 9px;
    width: 11px;
    height: 7px;
    border-left: 3px solid #198754;
    border-bottom: 2px solid #198754;
    transform: rotate(-45deg);
}

.cons-and-pros .cons ul li:before {
    display: block;
    content: "";
    position: absolute;
    left: 9px;
    top: 9px;
    width: 12px;
    height: 12px;
    background: linear-gradient(45deg, transparent 45%, #dc3545 45%, #dc3545 55%, transparent 55%), linear-gradient(-45deg, transparent 45%, #dc3545 45%, #dc3545 55%, transparent 55%);
}

.review-cons-and-pros .pros ul li:before, .review-cons-and-pros .cons ul li:before {
    left: 9px;
    top: 14px;
}

.bonuses-shortcode-style .casino-bonus-value a {
    font-size: 16px !important;
}


#toggleFiltration {
    background-color: #3f51b5;
}

.slot-table tr td {
    margin-top: 4px;
}


:root {
    --rail-h: 14px;
    --rail-radius: 999px;
}

.rtp-chip {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    padding: 0.8rem 1.2rem;
}

.rail {
    position: relative;
    height: var(--rail-h);
    border-radius: var(--rail-radius);
    background: linear-gradient(90deg, #E91E63 0%, #F44336 30%, #FF9800 50%, #8BC34A 75%, #4CAF50 100%);
    box-shadow: inset 0 0 8px rgb(255 255 255 / 30%), 0 0 20px rgb(48 37 37);
}

.range-band {
    position: absolute;
    top: -6px;
    height: calc(var(--rail-h) + 12px);
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    pointer-events: none;
}

.marker {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .15), 0 0 22px rgba(255, 255, 255, .4);
    z-index: 1;
}

.ticks {
    position: relative;
}

.tick {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    text-align: center;
    font-size: .85rem;
    color: #ffffff;
}

.tick-comment-1 {
    background-color: #F44336;
}

.tick-comment-2 {
    background-color: #F44336;
}

.tick-comment-3 {
    background-color: #FF9800;
}

.tick-comment-4 {
    background-color: #4CAF50;
}

.tick-comment {
    position: absolute;
    top: -40px;
    transform: translateX(-50%);
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 6px;
}

.tick::before {
    content: "";
    position: absolute;
    left: 40%;
    top: -17px;
    width: 1px;
    height: 13px;
    transform: translateX(-50%);
    background: rgb(255 255 255 / 20%);
    border-radius: 1px;
}

.pill {
    font-size: .8rem;
    padding: .25rem .55rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    white-space: nowrap;
}

.low {
    background: rgba(255, 83, 83, .15);
}

.avg {
    background: rgba(255, 229, 59, .15);
}

.high {
    background: rgba(51, 214, 126, .15);
}

.fixed-bg-decoration {
    position: absolute;
    left: -450px;
    bottom: -40px;
    width: 817px !important;
    height: 640px !important;
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}


.single-slot-box .slot-box-ins {
    background-color: #1d1c1dbf !important;
    box-shadow: inset 0 1px #262426;
    transition: transform 0.3s ease;
    backdrop-filter: blur(10px);
}

body, html {
    background-color: #161010 !important;
}

.z-1 {
    position: relative;
    z-index: 1;
}

.favorite-box.slot-favorite .bonus_value_colour {
    min-height: 65px;
}

.favorite-box.slot-favorite {
    min-width: 260px;
    max-width: 260px;
}

.content-box table th, .table-design th {
    border-bottom: 0;
}

h1 span {
    color: #fdbf0f;
}


.software-title {
    font-size: 12px;
    color: #9e9e9e;
    text-transform: uppercase;
    display: block;
    margin-top: 16px;
}


#slot-filtration {
    position: relative;
}

#slot-filtration #slotDatafetch {
    position: absolute;
    top: 30px;
    max-width: 500px;
    width: 100%;
    z-index: 9;
    border: 1px solid #262426;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #262426;
    border: 0 solid #e5e7eb;
    backdrop-filter: blur(10px);
    background-color: #1d1c1dbf;
    border-radius: 12px;
}

#slot-filtration #slotDatafetch .search-result {
    padding: 15px;
}

#slot-filtration #slotDatafetch .search-result a {
    color: white;
}

.sf-wrap {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}

.sf-row {
    display: flex;
    gap: .5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: .5rem;
}

.sf-chip {
    flex: 0 0 auto;
}


.sf-caret {
    font-size: .85em;
    transform: translateY(1px);
}

#sf-menu-portal {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
}

.sf-menu {
    display: none;
}

.sf-list {
    list-style: none;
    margin: 0;
    padding: .25rem;
}

.sf-item {
    margin: 0;
}

.sf-link {
    display: block;
    padding: .5rem .6rem;
    border-radius: 8px;
    color: #e9e9e9;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 2px;
}

.sf-link:hover {
    background: #16101080;
    color: #ffd15a;
}

span.no-display {
    font-size: 0;
    width: 0px;
    height: 0px;
    color: transparent;
    display: none;
}

.fast-slot-category:last-child {
    display: none;
}

.page-link {
    max-height: 32px;
}

.slot-search-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    --search-width: 300px;
}


.slot-search-input {
    position: absolute;
    right: 0;
    left: 0;
    height: 42px;
    line-height: 42px;
    border-radius: 12px;
    padding: 0;
    border: 1px solid transparent;
    background: linear-gradient(208deg, #3a393abf 0%, #1d1c1dbf 40%);
    color: #fff;

    transform-origin: right center;
    transform: scaleX(0);
    opacity: 0;
    pointer-events: none;
    transition:
        transform .28s ease,
        opacity .2s ease,
        border-color .2s ease;
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.slot-search-input.active {
    transform: scaleX(1);
    opacity: 1;
    pointer-events: auto;
    max-width: var(--search-width);
    margin-left: 0;
    border-radius: 12px;
    padding: 12px 20px;
    border: 0;
    font-size: 14px;
    max-width: 500px;
    z-index: 3;
    position: relative;
    margin: 0 auto;
    background: white !important;
    margin-left: 10px;
}

#slotSearchInput:focus {
    border: 0 !important;
}

.slot-search-input:focus {
    outline: none;
    border-color: #ffd15a;
}

.home-news-box .post-thumbnail img {
    width: 100%;
    height: 175px;
    border-radius: 22px;
    object-fit: cover;
}

.home-news-box .post-title a {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

.subline, .widget-title, .content-box h2 {
    border-left: 3px solid #f5b31a;
    padding-left: 10px;
}

.casino-position-3 .cta-claim .cta, .casino-position-3 .casino-positions {
    background: linear-gradient(345deg, #8A4F22, #6A3B18);
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #9d5c2a;
    border: 0 solid #e5e7eb;
}

.casino-position-2 .cta-claim .cta, .casino-position-2 .casino-positions {
    background: linear-gradient(180deg, #8f9091, #acb3bb);
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #b5bcc2;
    border: 0 solid #e5e7eb;
}

.casino-position-1 .cta-claim .cta, .casino-position-1 .casino-positions {
    background: linear-gradient(180deg, #C89F29, #A07817);
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #e8a50e;
    border: 0 solid #e5e7eb;
}

.tnc-text {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    pointer-events: none;
}

.tnc-text.is-open {
    max-height: 50px;
    opacity: 1;
    pointer-events: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

.casino-bonus {
    position: relative;
}

.bonuses-original-styling .promo-terms-icons {
    top: -14px !important;
}

.promo-terms-icons {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.promo-terms-icons .icon-circle a {
    color: #f9c201;
}

.promo-terms-icons .icon-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f9c201;
    font-size: 16px;
}

.promo-terms-icons .icon-circle i {
    line-height: 1;
}


.sf-menu.show {
    display: block;
    position: fixed;
    pointer-events: auto;
    min-width: 220px;
    max-width: 320px;
    max-height: 300px;
    overflow: auto;
    border-radius: 12px;
    padding: .35rem;
    color: #fff;
    background-color: #0c081c6e;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4c2f3e;
    border: 0 solid #e5e7eb;
    transition: background-position 0.1s ease;
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, #1c191ade 0%, #1c191a4a 100%), #2a1822;
    backdrop-filter: blur(10px);
}

.sf-trigger, .slot-search-icon {
    display: flex;
    align-items: center;
    gap: .35rem;
    cursor: pointer;
    line-height: 1;
    font-weight: 600;
    border-radius: 12px;
    padding: 14px;
    font-size: 14px;
    color: #fff;
    backdrop-filter: blur(10px);
    white-space: nowrap;
    background-color: #0c081c6e;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4c2f3e;
    border: 0 solid #e5e7eb;
    transition: background-position 0.1s ease;
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, #1c191ade 0%, #1c191a4a 100%), #2a1822;
}

.content-box, .slot-filtration-bg {
    background-color: #0c081c6e;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4c2f3e;
    border: 0 solid #e5e7eb;
    transition: background-position 0.1s ease;
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, #1c191ade 0%, #1c191a4a 100%), #2a1822;
    backdrop-filter: blur(10px);
}

.counts-box, .software-developer .news-box {
    border-radius: 12px;
    padding: 12px;
    color: white;
    background-color: #0c081c6e;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4c2f3e;
    border: 0 solid #e5e7eb;
    transition: background-position 0.1s ease;
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, #1c191a00 0%, #1c191a4a 100%), #2a1822;
    backdrop-filter: blur(10px);
}

.page-template-default .review-box .content-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.footer-menus ul {
    padding-left: 0 !important;
}

html:after {
    content: " ";
    width: 100%;
    height: 300px;
    position: fixed;
    left: 0;
    bottom: 0;
    background-image: url(https://kasinaslicenci.cz/wp-content/themes/igaming/img/bg/8.webp);
    background-repeat: no-repeat;
    background-position: center top;
    opacity: 0.15;
    z-index: 0;
}

.boxed-news-post .news-box {
    backdrop-filter: blur(10px);
    background-color: #0c081c6e;
    border: 1px solid hsla(0, 0%, 100%, .16);
    border: 0 solid #e5e7eb;
    transition: background-position 0.1s ease;
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, #1c191ade 0%, #1c191a4a 100%), #2a1822;
}

.bg-single-news,
.full-news-post .news-image,
.full-news-post .news-image-large, .bg_author, .post-author, .post-date {
    background-color: #0c081c6e;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4c2f3e;
    border: 0 solid #e5e7eb;
    transition: background-position 0.1s ease;
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, #1c191ade 0%, #1c191a4a 100%), #2a1822;
    backdrop-filter: blur(10px);
}

.single-thumbnail {
    margin-bottom: 20px;
    border-radius: 22px;
    background-color: #0c081c6e;
    transition: background-position 0.1s ease;
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, #1c191ade 0%, #1c191a4a 100%), #2a1822;
    backdrop-filter: blur(10px);
}

.single-thumbnail img {
    width: 100%;
    height: 100%;
    max-height: 250px;
    object-fit: cover;
    border-radius: 16px;
    opacity: 0.8;
}

#comments .comment-list .comment {
    background-color: #1d1c1d;
    color: #b7b6b6;
    background-color: #0c081c6e;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4c2f3e;
    border: 0 solid #e5e7eb;
    transition: background-position 0.1s ease;
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, #1c191ade 0%, #1c191a4a 100%), #2a1822;
    backdrop-filter: blur(10px);
}

.single .post-tags ul {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

.single .post-tags ul li {
    display: inline-block;
}

.single .post-tags li a {
    border: 1px solid #382732;
    background-color: #161010 !important;
    padding: 6px 12px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    margin: 2px 2px;
    border-radius: 6px;
    color: white;
    font-size: 14px;
    border-left: 2px solid #f5b31a;
}

.full-center-content {
    margin-bottom: -60px !important;
}

.entry-title {
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
}

.single-developer-bg {
    background-color: #0c081c6e;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4c2f3e;
    border: 0 solid #e5e7eb;
    transition: background-position 0.1s ease;
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, #1c191ade 0%, #1c191a4a 100%), #2a1822;
    backdrop-filter: blur(10px);
}

.single-platebni-brana .casino-logo, .single-software .casino-logo {
    margin-left: 0px;
    margin-right: 10px;
}

.single-platebni-brana .casinos-post .casino-bonus .casino-bonus-value a, .single-software .casinos-post .casino-bonus .casino-bonus-value a {
    font-size: 16px;
}

.content-box ul li::marker, .content-box ol li::marker {
    color: #f5b31a;
}

.slot-bg {
    background-color: #0c081c6e;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: inset 0 1px #4c2f3e;
    border: 0 solid #e5e7eb;
    transition: background-position 0.1s ease;
    background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, #1c191a00 0%, #1c191a4a 100%), #2a1822;
    backdrop-filter: blur(10px);
}


.vyuziti-terms-wrapper .vyuziti-term-poker {
    color: #886d7f;
}

.vyuziti-terms-wrapper .vyuziti-term-sport {
    color: #886d7f;
}

.vyuziti-terms-wrapper .vyuziti-term-sloty {
    color: #886d7f;
}

.vyuziti-terms-wrapper .vyuziti-term {
    font-size: 11px;
    letter-spacing: 1px;
    border: 1px solid;
    padding: 0px 4px;
    border-radius: 5px;
    margin-bottom: 0;
}

.vyuziti-more-toggle {
    cursor: pointer;
    font-size: 11px;
    letter-spacing: 1px;
    border: 1px solid;
    padding: 0px 4px;
    border-radius: 5px;
    color: #886d7f;
}

.vyuziti-terms-wrapper {
    position: absolute;
    left: 10px;
    top: -14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.content-box p em {
    font-style: italic;
}

#casinos-section .casinos-post {
    transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}

#casinos-section .casino-hidden {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(10px);
    pointer-events: none;
    visibility: hidden;
}

#casinos-section .casino-visible {
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
}

.single-automat .single-slot-developer img {
    background-color: #4c2f3e6e;
    border-radius: 8px;
    margin-left: 10px;
}

.single-developer .single-developer-img img {
    max-height: 100px;
    background-color: #4c2f3e6e;
    border-radius: 8px;
}

.software-developer .post-logo img {
    max-width: 130px;
    margin-top: 10px;
    background-color: #4c2f3e6e;
    border-radius: 8px;
}

.casino-overall-methods ul li img {
    width: 100%;
    object-fit: scale-down;
    height: 100%;
    max-width: 72px;
    background-color: #4c2f3e6e;
    border-radius: 8px;
}