/**** Grid, paddings and text align ****/

@media print, screen and (min-width: 64em) {
    .bonus-page-cont {
        padding-bottom: 20px;
    }
}

.front-page-home {
    background: #FBFBFB;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    margin-bottom: 40px !important;
}

html.remodal-is-locked {
    overflow: visible !important;
}

.shortcode-title {
    color: #2D2C4E;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: 132%;
    text-transform: uppercase;
    margin-bottom: 16px !important;
    display: block;
}

.shortcode-subtitle {
    display: block;
    margin-bottom: 16px;
}

@media (min-width: 1024px) {
    .shortcode-show-all .show-all-text:hover {
        background: #F2F2F4;
        color: #4D4C69;
    }

    .shortcode-show-all .show-all-text:active {
        background: #E0E0EE;
        color: #4D4C69;
    }
}

.shortcode-show-all .show-all-text {
    box-shadow: 0 0 28px 0 #2D2C4E08;
}

.loader-inp {
    width: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #514b82;
    animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
    height: 100%;
    margin: 0 auto;
}
.loader-container {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
@keyframes l20-1{
    0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
    12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
    25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
    50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
    62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
    75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
    100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{
    0%    {transform:scaleY(1)  rotate(0deg)}
    49.99%{transform:scaleY(1)  rotate(135deg)}
    50%   {transform:scaleY(-1) rotate(0deg)}
    100%  {transform:scaleY(-1) rotate(-135deg)}
}

.large-space {
    margin-bottom: 40px !important;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
    width: 241px;
}
.text-left {
    text-align: left;
}

.sidebar-widget-table .text-right .goto {
    display: inline;
}
@media print, screen and (min-width: 64em) {
    .large-text-center {
        text-align: center;
    }
}

[data-tippy-content] {
    cursor: pointer;
}

.info-field td:first-child {
    position: relative;
    display: flex;
    align-items: center;
    min-width: -webkit-fill-available;
}

.info-field td:first-child svg {
    position: absolute;
    right: 0;
    fill: #ACACB5;
    margin-left: 10px;
}

@media screen and (max-width: 75em) and (min-width: 64em) {
    table.sidebar-widget-table td,
    table.sidebar-widget-table th {
        padding: 9px;
    }
}

@media screen and (min-width: 991px) {
    .sidebar-left.filter-sidebar {
        padding-bottom: 0;
        height: calc(100% - 40px); 
    }
}

/**** Inputs ****/

.bz-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ACACB5;
    border-radius: 2px;
    background: #ffffff;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
}

.bz-checkbox.checked {
    background: #573B97;
    border-color: #573B97;
}

.bz-checkbox.checked:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../img/check.svg") no-repeat center center;
    background-size: contain;
}

h1,
h2,
.lined-section-title, h3, h4, h5, h6,
.section-title,
.lined-section-title,
.section-subtitle {
    text-transform: uppercase;
    color: #2D2C4E;
}

h1 mark, h2 mark, .lined-section-title mark, h3 mark, h4 mark, h5 mark, h6 mark,
.section-title mark,
.lined-section-title mark,
.section-subtitle mark {
    color: #573B97;
    background: none;
}

label {
    position: relative;
}

.form-error {
    position: absolute;
    top: 100%;
    left: 14px;
    background-color: #cc4b37;
    color: #ffffff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 3px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

html {
    padding-top: 80px;
    background-color: #000;
}


.button, .ibl-button {
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 8px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    color: #ffffff;
    margin-left: 4px;
    margin-right: 4px;
    outline: 0 !important;
}

.ibl-button.loop-show-more {
    padding: 0 !important;
    transform: none;
    gap: 12px;
    line-height: 1;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 20px;
}

.ibl-button.loop-show-more .loop-show-more-text {
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.ibl-button.loop-show-more .bt-icon{
    transform: rotate(90deg) !important;
    margin-left: 0;
    margin-bottom: 2px;
}

@media screen and (max-width: 790px) {
    .info-button-line .ibl-button {
        height: 45px;
        transform: skewX(-10deg);
    }

    .ibl-button.loop-show-more .loop-show-more-text {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .ibl-button.loop-show-more .bt-icon {
        transform: rotate(90deg) skewY(-10deg) !important;
    }

    #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
        margin-bottom: 90px !important;
    }
}

@media print, screen and (min-width: 64em) {
    .button, .ibl-button {
        font-size: 1.5rem;
        padding: 1.0625rem 1.25rem !important;
    }

    .review-hero-bet-card .rhbc-btn .button {
        font-size: 1.5rem;
    }
}

.button.small, .small.ibl-button {
    padding: 0.8125rem 1.25rem;
}

.button.tiny, .tiny.ibl-button {
    padding: 0.8125rem 1.25rem;
}

.button.secondary, .secondary.ibl-button {
    color: #ffffff !important;
}

.button.white, .ibl-button {
    background: #ffffff;
    color: #9797B2;
}

.button.white .bt-icon, .ibl-button .bt-icon {
    background: #F0EFF8;
}

.button.white .bt-icon svg, .ibl-button .bt-icon svg {
    fill: #9797B2;
}

.button.button-mobile-large, .button-mobile-large.ibl-button {
    font-size: 14px;
    padding: 1.1875rem 1.25rem;
}

@media screen and (min-width: 992px) {
    .button.secondary:hover, .secondary.ibl-button:hover, .button.secondary:focus, .secondary.ibl-button:focus, .button.secondary:active, .secondary.ibl-button:active {
        color: #ffffff;
        background: #32CC32;
    }
    .button.white:hover, button.white:focus, button.white:active, .button.white:focus, .ibl-button.white:hover, .ibl-button.white:focus, .button.white:active, .ibl-button.white:active {
        color: #9797B2 !important;
    }

    .button.white:hover .bt-icon, .ibl-button:hover .bt-icon {
        background: #9797B2 !important;
    }
    
    .button.white:hover .bt-icon svg, .ibl-button:hover .bt-icon svg {
        fill: #F0EFF8;
    }
}

@media print, screen and (min-width: 40em) {
    .button.button-mobile-large, .button-mobile-large.ibl-button {
        font-size: 1.125rem;
    }
}

@media print, screen and (min-width: 64em) {
    .button.button-mobile-large, .button-mobile-large.ibl-button {
        font-size: 1.5rem;
    }
}

.button.dark, .dark.ibl-button {
    background: #2D2C4E;
    color: #9797B2;
}

.button.dark.button-vs-icon .bt-icon, .dark.ibl-button .bt-icon {
    background: #46456F;
}

.button.dark.button-vs-icon .bt-icon svg, .dark.ibl-button .bt-icon svg {
    fill: #9797B2;
}

@media screen and (min-width: 992px) {
    .button.dark:hover, .dark.ibl-button:hover {
        background: #573B97;
        color: #ffffff;
    }

    .button.dark:hover.button-vs-icon .bt-icon, .dark.ibl-button:hover .bt-icon {
        background: #ffffff;
    }

    .button.dark:hover.button-vs-icon .bt-icon svg, .dark.ibl-button:hover .bt-icon svg {
        fill: #573B97;
    }
}

.button.disabled, .disabled.ibl-button, .button[disabled], .ibl-button[disabled] {
    background-color: #ACACB5 !important;
    color: #ffffff !important;
}

.button.button-vs-icon, .ibl-button, #review-hero .reviews-rate .button.button-vs-icon.reviews-rate__top-button.expanded {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button.button-vs-icon .bt-icon, .ibl-button .bt-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F0EFF8;
    border-radius: 100%;
    position: relative;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    margin-left: 8px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

@media print, screen and (min-width: 40em) {
    .button.button-vs-icon .bt-icon, .ibl-button .bt-icon {
        margin-left: 12px;
    }
}

.button.button-vs-icon .bt-icon svg, .ibl-button .bt-icon svg {
    fill: #573B97;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

button:focus, button:active, .button:focus, .ibl-button:focus, .button:active, .ibl-button:active {
    outline: 0 !important;
}


.button-vs-icon.reviews-rate__top-button, .reviews-rate__top-button.ibl-button {
    padding: 1.1875rem 1.25rem;
    background: #2D2C4E;
    font-size: 14px;
}

.button-vs-icon.reviews-rate__top-button [data-star-rate], .reviews-rate__top-button.ibl-button [data-star-rate] {
    font-size: 24px;
    margin-right: 24px;
}

.button-vs-icon.reviews-rate__top-button [data-star-rate] .star-rate__one, .reviews-rate__top-button.ibl-button [data-star-rate] .star-rate__one {
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    margin-left: 4px;
}

.button-vs-icon.reviews-rate__top-button .bt-icon, .reviews-rate__top-button.ibl-button .bt-icon {
    -webkit-transform: skewX(10deg) rotate(90deg);
    -ms-transform: skewX(10deg) rotate(90deg);
    transform: skewX(10deg) rotate(90deg);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.button-vs-icon.reviews-rate__top-button.open .bt-icon, .reviews-rate__top-button.open.ibl-button .bt-icon {
    -webkit-transform: skewX(10deg) rotate(-90deg);
    -ms-transform: skewX(10deg) rotate(-90deg);
    transform: skewX(10deg) rotate(-90deg);
}


body img.icon,
body svg.icon.info {
    height: 16px;
    width: auto;
    opacity: 1;
    -webkit-transition: filter .2s !important;
    transition: filter .2s !important;
}

body .icon-right img.icon {
    margin-right: 0px;
    margin-left: 7px;
}

@media screen and (min-width: 992px) {
    .info-link:hover img.icon,
    body button:hover img.icon,
    body a:hover img.icon,
    body img.icon:hover {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
        -webkit-transition: filter .2s !important;
        transition: filter .2s !important;
    }
}


.info-button {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.info-button .icon {
    width: 16px;
    height: 16px;
    fill: #F0EFF8;
}

.info-button svg.icon {
    fill: #626273;
}


[data-star-rate] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

[data-star-rate] svg,
[data-star-rate] img {
    fill: #FFC107;
    stroke: #FFC107;
}

#author-page .button-transparent {
    justify-content: flex-start;
}

.button-transparent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #9797B2;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
}

.button-transparent .bt-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F0EFF8;
    border-radius: 100%;
    margin-left: 12px;
}

.button-transparent .bt-icon svg {
    fill: #9797B2;
}

@media screen and (min-width: 992px) {
    .button-transparent:hover, .button-transparent:focus {
        color: #9797B2;
    }

    .button-transparent:hover .bt-icon, .button-transparent:focus .bt-icon {
        background-color: #9797B2;
        -webkit-transition: background-color .2s;
        transition: background-color .2s;
    }

    .button-transparent:hover .bt-icon svg, .button-transparent:focus .bt-icon svg {
        fill: #F0EFF8;
        -webkit-transition: fill .2s;
        transition: fill .2s;
    }
}


.pre-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
}


.section-title,
.lined-section-title {
    font-size: 24px;
    margin-bottom: 24px;
}

@media print, screen and (min-width: 40em) {

    .section-title,
    .lined-section-title {
        font-size: 32px;
    }
}


.image-bg {
    position: relative;
}

.image-bg .bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.image-bg .bg img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.button-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background: #ffffff;
    padding: 17px 24px;
    border-radius: 8px;
    margin-bottom: 12px;
    color: #3B316E;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

.lg-btn-icon {
    width: 32px;
    height: 46px;
    background: #F0EFF8;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    border: 1px solid #F0EFF8;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 16px;
    -webkit-transition: background-color .2s, border .2s;
    transition: background-color .2s, border .2s;
}

.lg-btn-icon svg {
    fill: #1DB954;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

@media screen and (min-width: 992px) {
    .lg-btn-icon:hover, .button-card:hover .lg-btn-icon {
        background-color: #1DB954;
        border-color: #1DB954;
    }

    .lg-btn-icon:hover svg, .button-card:hover .lg-btn-icon svg {
        fill: #F0EFF8;
    }
}


.sbbbs-card .sbbbs-card__info-button img.icon,
.sbbbs-card .sbbbs-card__info-button svg.icon,
.bonus-card-text__top .info-button img.icon,
.bonus-card-text__top .info-button svg.icon,
.all-bc-card-data .info-button img.icon,
.all-bc-card-data .info-button svg.icon {
    filter: brightness(0) saturate(100%) invert(99%) sepia(26%) saturate(1044%) hue-rotate(181deg) brightness(99%) contrast(95%);
}

@media screen and (min-width: 992px) {
    .sbbbs-card .sbbbs-card__info-button:hover img.icon,
    .sbbbs-card .sbbbs-card__info-button:hover svg.icon,
    .info-button:hover img.icon {
        filter: brightness(0) saturate(100%) invert(14%) sepia(64%) saturate(568%) hue-rotate(203deg) brightness(88%) contrast(87%);
    }

    #review-hero .info-link:hover img.icon {
        filter: brightness(0) saturate(100%) invert(99%) sepia(26%) saturate(1044%) hue-rotate(181deg) brightness(99%) contrast(95%);
    }
}


.sidebar-banner-link .info-link img.icon,
.sbbbs-card.primary .sbbbs-card__info-button img.icon {
    filter: brightness(0) saturate(100%) invert(99%) sepia(26%) saturate(1044%) hue-rotate(181deg) brightness(99%) contrast(95%);
}

.sidebar-banner-link .info-link img.icon,
.sbbbs-card.primary .sbbbs-card__info-button img.icon {
    opacity: .4;
}

.info-link img.icon {
    filter: brightness(0) saturate(100%) invert(61%) sepia(19%) saturate(316%) hue-rotate(202deg) brightness(96%) contrast(88%);
}

.info-link {
    position: relative;
    color: #9797B2 !important;
    font-size: 14px !important;
    -webkit-transition: color .2s;
    transition: color .2s;
    text-decoration: none !important;
    line-height: 20px !important;
    cursor: pointer;
}

a.info-link {
    text-decoration: underline !important;
}

@media screen and (min-width: 992px) {
    .sidebar-banner-link .info-link:hover img.icon,
    .sbbbs-card.primary .sbbbs-card__info-button:hover img.icon {
        opacity: 1;
    }

    .info-link:hover img.icon {
        filter: brightness(0) saturate(100%) invert(23%) sepia(14%) saturate(7050%) hue-rotate(237deg) brightness(94%) contrast(88%);
    }

}

.info-link img.icon,
.info-link svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #9797B2;
    -webkit-transition: fill .2s;
    transition: fill .2s;
    width: 16px;
    height: 16px;
}

.info-link.icon-left {
    padding-left: 24px;
}

.info-link.icon-left > a {
    margin-left: -24px;
}

a.info-link.icon-left {
    padding-left: 0 !important;
}

.info-link.icon-left img.icon,
.info-link.icon-left svg {
    left: 0;
}

.info-link.icon-right {
    padding-right: 24px;
}

.info-link.icon-right img.icon,
.info-link.icon-right svg {
    right: 0;
}

/**** Buttons ****/

@media screen and (min-width: 992px) {
    .author-page-card-tag:hover, .author-page-card-tag:active, .author-page-card-tag:focus {
        background-color: #573B97;
        color: #ffffff;
    }
}


.ibl-button {
    width: 100%;
    max-width: calc(100% - 8px);
    margin: 0 auto 24px auto;
    font-size: 14px;
    padding-top: 19px;
    padding-bottom: 19px;
}

@media print, screen and (min-width: 40em) {
    .ibl-button {
        width: auto;
        background: none !important;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
        margin: 0 0 24px 0;
    }
}

.ibl-button .bt-icon svg {
    fill: #9797B2;
}

@media screen and (min-width: 992px) {
    .ibl-button:hover {
        background: #ffffff;
        color: #9797B2;
    }

    .ibl-button:hover .bt-icon {
        background: #9797B2;
    }

    .ibl-button:hover .bt-icon svg {
        fill: #F0EFF8;
    }
}

.info-button svg {
    fill: #F0EFF8;
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

@media screen and (min-width: 992px) {
    .info-button:hover svg {
        fill: #2D2C4E;
    }
}

.info-button[aria-describedby] svg {
    fill: #2D2C4E;
}

.ris-image .dashed-link {
    width: fit-content;
    margin: 0 auto;
}

.dashed-link, .sidebar-widget-table a:not(.sidebar-widget-table-app-link), .sidebar-widget-table span.link, .blog-read-more .brm-link, .page-table a {
    color: #3B316E;
    border-bottom: 1px dashed rgba(59, 49, 110, 0.4);
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .dashed-link:hover, .sidebar-widget-table a:hover:not(.sidebar-widget-table-app-link), .blog-read-more .brm-link:hover, .page-table a:hover {
        border-bottom: 1px solid rgba(59, 49, 110, 0.4);
    }
}

.dashed-link.small, .sidebar-widget-table a.small:not(.sidebar-widget-table-app-link), .blog-read-more .small.brm-link, .page-table a.small {
    font-size: 14px;
}

.dashed-link.strong, .sidebar-widget-table a.strong:not(.sidebar-widget-table-app-link), .blog-read-more .strong.brm-link, .page-table a.strong {
    font-weight: 600;
}

.sidebar-widget-table a:not(.sidebar-widget-table-app-link) {
    word-break: break-all;
}
#review-hero .info-link img.icon,
.bz-filter-title__top img.icon {
    filter: invert(63%) sepia(23%) saturate(280%) hue-rotate(202deg) brightness(113%) contrast(82%);
}


.wpcf7-not-valid-tip {
    margin-top: -1.5rem;
}

.wpcf7-response-output {
    padding: 20px !important;
    border-radius: 10px;
}


.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

/**** Table ****/

table {
    background: #ffffff;
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

table td, table th {
    padding: 9px 24px;
}

thead {
    background: #3B316E;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
}

thead td, thead th {
    font-weight: bold;
}


.hh-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -100px;
}

@media print, screen and (max-width: 48em) {
    .hh-bg {
        background-image: none!important;
        background-color: #000;
    }
}

.hh-bg > img {
    display: block;
    min-width: 101%;
    min-height: 101%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hh-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath fill='rgba(255, 255, 255, .15)' d='M0 0h2v2H0z'/%3E%3C/svg%3E"), rgba(45, 32, 102, 0.4);
    background-size: 4px 4px;
    z-index: 2;
}

.hh-bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.9), rgb(0, 0, 0));
    z-index: 3;
}

main {
    width: 100vw;
}

main>div {
    position:relative;
}

body {
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

.goto {
    cursor: pointer;
}

.drilldown .is-drilldown-submenu {
    z-index: 1
}

#moove_gdpr_cookie_info_bar,
#moove_gdpr_cookie_modal {
    display:none
}

.loop-container, .table-container {
     overflow-x: auto;
     margin: 25px 0 0;
     position: relative;
 }

/** Blockquote styles **/
main blockquote:not(.betz-quote-text) {
    position: relative;
    background: #FFFFFF;
    box-shadow: 4px 4px 0px #573b97, 3px 3px 0px #573b97, 2px 2px 0px #573b97, 1px 1px 0px #573b97;
    border-radius: 10px;
    overflow: hidden;
    padding-left: 121px;
    padding-top: 32px;
    padding-bottom: 32px;
    min-height: 140px;
    padding-right: 32px;
    font-style: italic;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #573B97;
    text-decoration: none;
    border-left: none !important;
}

main blockquote:not(.betz-quote-text) p {
    font-style: italic;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #573B97;
}

main blockquote:not(.betz-quote-text):before {
    content: '';
    width: 24px;
    height: 24px;
    left: 32px;
    top: 32px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3.05176e-05 12.0001V22.2858H10.2858V12.0001H3.42863C3.42863 8.21914 6.50481 5.14295 10.2858 5.14295V1.71436C4.61387 1.71436 3.05176e-05 6.32819 3.05176e-05 12.0001Z' fill='%23573B97'/%3E%3Cpath d='M23.9998 5.14295V1.71436C18.3279 1.71436 13.7141 6.32819 13.7141 12.0001V22.2858H23.9998V12.0001H17.1427C17.1427 8.21914 20.2188 5.14295 23.9998 5.14295Z' fill='%23573B97'/%3E%3C/svg%3E");
}

main blockquote:not(.betz-quote-text):after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 64px);
    top: 32px;
    bottom: 32px;
    left: 88px;
    background: #E7EAF1;
    border-radius: 9px;
}

@media (max-width: 1080px) {
    main {
        overflow: hidden;
    }
}
@media (max-width: 1080px) {
    
    main blockquote:not(.betz-quote-text) {
        box-shadow: 3px 3px 0px #573B97, 2px 2px 0px #573B97, 1px 1px 0px #573B97;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 78px;
        padding-bottom: 20px;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
    }

    main blockquote:not(.betz-quote-text) p {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
    }

    main blockquote:not(.betz-quote-text):before {
        top: 21px;
        bottom: initial;
        left: 50%;
        transform: translateX(-50%);
        width: 24px;
        height: 24px;
    }

    main blockquote:not(.betz-quote-text):after {
        width: auto;
        height: 1px;
        top: 60px;
        left: 20px;
        right: 20px;
    }
}

main q:not([class]) {
    background: rgb(59 49 110 / 15%);
    color: #626272;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 4px;
}

main q:not([class]):after {
    content: '';
}

main q:not([class]):before {
    content: '';
}

/* SEARCH */

#search{
    position: relative;
    top: 0%;
    right: 0px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
    opacity:1;
    transform: none;
    z-index: 2;
    transition: none;


    width: 32px;
    height: 32px;
    background: #573B97;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    -webkit-transform: skew(-10deg, 0);
    -ms-transform: skew(-10deg, 0);
    transform: skew(-10deg, 0);
    margin-right: 8px;
}
#search:after {
    content:'';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNS45MDI0IDE0Ljk1OTdMMTEuMjU0NSAxMC4zMTE4QzEyLjEzNiA5LjIyMzQzIDEyLjY2NjcgNy44Mzk4IDEyLjY2NjcgNi4zMzMzNkMxMi42NjY3IDIuODQxMTYgOS44MjU1MyAwIDYuMzMzMzMgMEMyLjg0MTEzIDAgMCAyLjg0MTE2IDAgNi4zMzMzNkMwIDkuODI1NTYgMi44NDExNiAxMi42NjY3IDYuMzMzMzYgMTIuNjY2N0M3LjgzOTggMTIuNjY2NyA5LjIyMzQzIDEyLjEzNiAxMC4zMTE4IDExLjI1NDVMMTQuOTU5NyAxNS45MDI0QzE1LjA4OTkgMTYuMDMyNSAxNS4zMDA5IDE2LjAzMjUgMTUuNDMxMSAxNS45MDI0TDE1LjkwMjQgMTUuNDMxMUMxNi4wMzI1IDE1LjMwMDkgMTYuMDMyNSAxNS4wODk4IDE1LjkwMjQgMTQuOTU5N1pNNi4zMzMzNiAxMS4zMzM0QzMuNTc2MiAxMS4zMzM0IDEuMzMzMzUgOS4wOTA1MiAxLjMzMzM1IDYuMzMzMzZDMS4zMzMzNSAzLjU3NjIgMy41NzYyIDEuMzMzMzUgNi4zMzMzNiAxLjMzMzM1QzkuMDkwNTIgMS4zMzMzNSAxMS4zMzM0IDMuNTc2MiAxMS4zMzM0IDYuMzMzMzZDMTEuMzMzNCA5LjA5MDUyIDkuMDkwNTIgMTEuMzMzNCA2LjMzMzM2IDExLjMzMzRaIiBmaWxsPSIjOTc5N0IzIi8+DQo8L3N2Zz4NCg==');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}

#searchContainer
{
    margin-left: 8px;
    width: 40px;
}

#searchContainer.opened {
    order: 2;
}

#searchContainer.opened #tags {
    display: inline-block;
}

#search.opened {
    background-color: #144161;
    transform: none;
    border-radius: 50%;
}
#search.opened::after{
    background-image: url('../img/xsearch.png');
    background-color: #144161;
    width: 14px;
    height: 14px;
}
.small-nav #search{
    width: 24px;
    height: 24px;
    margin: 3px 3px 3px 10px;
}

@media (max-width: 1299px) {
    #search.opened {
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
}

#tags{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 20px;
    background-color: #F0EFF8;
    display:none;
    border-radius:0;
    border:none;
    transition: height 0.1s ease;
    outline: 0;
    box-shadow: none;
    z-index: 2;
    color: #000;
}
#tags::-webkit-input-placeholder { color: #424242; }
#tags:-moz-placeholder { color: #424242; opacity: 1; }
#tags::-moz-placeholder { color: #424242; opacity: 1; }
#tags:-ms-input-placeholder { color: #424242; }
#tags::-ms-input-placeholder { color: #424242; }
#tags::placeholder { color: #424242; }

#tags.opened{
    opacity:1;
    display:block;
}
.small-nav #tags{
    height:30px;
}
#tags.working{
    background-image: url('../img/ring.svg');
    background-repeat: no-repeat;
    background-position: center right 70px;
    background-size: 40px;
}
.ui-autocomplete{
    background: #000;
    font-size:1em !important;
    border:none !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.ui-menu .ui-menu-item{
    list-style-image: none !important;
    transition: background 0.25s ease;
}
.ui-menu .ui-menu-item a{
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size:1.125em !important;
    align-items: center;
    display:flex;
    overflow:hidden;
    color:#fff;
    font-weight:700 !important;
    margin: 0 !important;
    min-height: 3em;
    line-height: 120%;
}
.ui-menu .ui-menu-item a span span{
    color:#7ca0bc;
    font-size: 16px;
    font-weight: 400;
}
.ui-menu .ui-menu-item:last-child  a{
    border-bottom:none;
}

@media screen and (min-width: 992px) {
    .ui-menu .ui-menu-item:hover{
        background: #111;
    }
}

.ui-menu .ui-menu-item a img{
    height:auto;
    width:70px;
    border-radius:0.375em;
    float:left;
    margin:0.375em 1em 0.5em 1em;
    border: 2px solid rgba(39,75,102,0.1);
    max-height: 70px;
    object-fit: contain;
}

.search-overlay {
    display: none;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 98;
}

body.with-overlay {
    overflow: hidden;
    position: relative;
}

body.with-overlay .search-overlay {
    display: block;
}

.header-logo-mobile {
    display: none;
}

@media (max-width: 1299px) {
    #tags {
        padding-right: 150px;
    }
    #tags.working {
        background-position: center right 60px;
    }
}

@media (max-width: 650px) {

    .ui-menu .ui-menu-item a {
        font-size: 0.75em !important;
        line-height: 150%;
    }

    .ui-menu .ui-menu-item a img {
        margin: 2px 8px;
        width: 45px;
    }
    .ui-menu .ui-menu-item a span span {
        font-size: 11px;
    }
    
    .header-logo-mobile {
        display: block;
        width: 85px;
        height: 32px;
    }
    .header-logo-mobile img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .header-cont {
        padding: 24px 16px;
    }
    .header-language {
        display: none;
    }
}


@media print, screen and (min-width: 64em) {
    #author-page {
        padding-top: 0px;
    }
}

.archive-pt {
    padding-top: 24px;
}

.grecaptcha-badge {
    display: none !important;
 }

.remodal {
    display: none;
}

.remodal-wrapper > .remodal {
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .competitions-hero-footer {
        margin-top: 16px;
    }
}

html {
    background: #000000;
}

.bonus-hero-cards-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.bonus-hero-cards-top .competition-t3t  {
    margin-bottom: 12px;
}


.bonus-hero-cards-top .bonus-hero-cards-tooltip {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bonus-hero-cards-tooltip .sh-disclaimer-title-desk {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.bonus-hero-cards-tooltip .sh-disclaimer-title {
    display: flex;
    align-items: center;
    color: #ACACB5;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.sbbbs-widget .sh-disclaimer-title-no-click  {
    color: #626273;
}

.sh-disclaimer-title-no-click {
    display: flex;
    align-items: center;
    color: #ACACB5;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.sh-disclaimer-title-no-click .sep {
    padding-left: 3px;
    padding-right: 3px;
    display: inline-block;
    position: relative;
    top: -1px;
    font-size: 20px; 
}

.bonus-hero-cards-tooltip .sh-disclaimer-title .sh-disclaimer-title-inner:after {
    content:'';
    display: block;
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC41Ij4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4yODEyIDE4QzE0LjY5OTUgMTggMTguMjgxMiAxNC40MTgzIDE4LjI4MTIgMTBDMTguMjgxMiA1LjU4MTcyIDE0LjY5OTUgMiAxMC4yODEyIDJDNS44NjI5NyAyIDIuMjgxMjUgNS41ODE3MiAyLjI4MTI1IDEwQzIuMjgxMjUgMTQuNDE4MyA1Ljg2Mjk3IDE4IDEwLjI4MTIgMThaTTEwLjY1NDEgMTMuMjc4OUMxMC42NTQxIDEzLjIyMyAxMC42NTgxIDEzLjE3NzYgMTAuNjY2MSAxMy4xNDI3TDExLjQxMiA4LjQ3MDMzTDExLjA5OTIgOC4zNDQ2Mkw4Ljc3NzM5IDguNjE3TDguNjgxMTUgOS4wNjc0N0w5LjM1NDg0IDkuMzgxNzZMOS4wMTc5OSAxMS41NzEzTDguNzA1MjEgMTMuNjM1MUM4LjY5NzE5IDEzLjY2MyA4LjY5MzE4IDEzLjY5NzkgOC42OTMxOCAxMy43Mzk5QzguNjkzMTggMTMuOTM1NCA4Ljc5MzQzIDE0LjA5NiA4Ljk5MzkzIDE0LjIyMThDOS4yMDI0NiAxNC4zNDA1IDkuNDkxMTggMTQuMzk5OSA5Ljg2MDEgMTQuMzk5OUMxMC4yOTMyIDE0LjM5OTkgMTAuNjUwMSAxNC4zMTYgMTAuOTMwOCAxNC4xNDg0QzExLjIxOTUgMTMuOTgwOCAxMS40MzIgMTMuODE2NyAxMS41Njg0IDEzLjY1NkwxMS40MTIgMTMuMjk5OUMxMS4yNjc2IDEzLjM4MzcgMTEuMTU1MyAxMy40NDMgMTEuMDc1MSAxMy40Nzc5QzExLjAwMyAxMy41MTI5IDEwLjkzNDggMTMuNTMwMyAxMC44NzA2IDEzLjUzMDNDMTAuNzI2MyAxMy41MzAzIDEwLjY1NDEgMTMuNDQ2NSAxMC42NTQxIDEzLjI3ODlaTTEwLjAwNDUgNy4xOTIyM0MxMC4xOTY5IDcuMzU5ODUgMTAuNDEzNSA3LjQ0MzY2IDEwLjY1NDEgNy40NDM2NkMxMS4wNTUxIDcuNDQzNjYgMTEuMzU5OCA3LjM0NTg5IDExLjU2ODQgNy4xNTAzM0MxMS43NzY5IDYuOTU0NzcgMTEuODgxMiA2LjcwMzM1IDExLjg4MTIgNi4zOTYwNEMxMS44ODEyIDYuMTg2NTIgMTEuNzk2OSA2LjAwMTQ0IDExLjYyODUgNS44NDA4MUMxMS40NjAxIDUuNjgwMTcgMTEuMjM1NSA1LjU5OTg1IDEwLjk1NDggNS41OTk4NUMxMC41ODU5IDUuNTk5ODUgMTAuMjg5MiA1LjcwMTEyIDEwLjA2NDYgNS45MDM2NkM5Ljg0MDA1IDYuMDk5MjIgOS43Mjc3NyA2LjM0MDE3IDkuNzI3NzcgNi42MjY1MkM5LjcyNzc3IDYuODM2MDQgOS44MiA3LjAyNDYyIDEwLjAwNDUgNy4xOTIyM1oiIGZpbGw9IiM5Nzk3QjMiLz4KPC9nPgo8L3N2Zz4K");
    transform: rotate(0deg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    min-width: 20px;
    margin-left: 8px;
}

.bonus-hero-cards-tooltip .sh-disclaimer.active .sh-disclaimer-title .sh-disclaimer-title-inner:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4yODEyIDE4QzE0LjY5OTUgMTggMTguMjgxMiAxNC40MTgzIDE4LjI4MTIgMTBDMTguMjgxMiA1LjU4MTcyIDE0LjY5OTUgMiAxMC4yODEyIDJDNS44NjI5NyAyIDIuMjgxMjUgNS41ODE3MiAyLjI4MTI1IDEwQzIuMjgxMjUgMTQuNDE4MyA1Ljg2Mjk3IDE4IDEwLjI4MTIgMThaTTEwLjY1NDEgMTMuMjc4OUMxMC42NTQxIDEzLjIyMyAxMC42NTgxIDEzLjE3NzYgMTAuNjY2MSAxMy4xNDI3TDExLjQxMiA4LjQ3MDMzTDExLjA5OTIgOC4zNDQ2Mkw4Ljc3NzM5IDguNjE3TDguNjgxMTUgOS4wNjc0N0w5LjM1NDg0IDkuMzgxNzZMOS4wMTc5OSAxMS41NzEzTDguNzA1MjEgMTMuNjM1MUM4LjY5NzE5IDEzLjY2MyA4LjY5MzE4IDEzLjY5NzkgOC42OTMxOCAxMy43Mzk5QzguNjkzMTggMTMuOTM1NCA4Ljc5MzQzIDE0LjA5NiA4Ljk5MzkzIDE0LjIyMThDOS4yMDI0NiAxNC4zNDA1IDkuNDkxMTggMTQuMzk5OSA5Ljg2MDEgMTQuMzk5OUMxMC4yOTMyIDE0LjM5OTkgMTAuNjUwMSAxNC4zMTYgMTAuOTMwOCAxNC4xNDg0QzExLjIxOTUgMTMuOTgwOCAxMS40MzIgMTMuODE2NyAxMS41Njg0IDEzLjY1NkwxMS40MTIgMTMuMjk5OUMxMS4yNjc2IDEzLjM4MzcgMTEuMTU1MyAxMy40NDMgMTEuMDc1MSAxMy40Nzc5QzExLjAwMyAxMy41MTI5IDEwLjkzNDggMTMuNTMwMyAxMC44NzA2IDEzLjUzMDNDMTAuNzI2MyAxMy41MzAzIDEwLjY1NDEgMTMuNDQ2NSAxMC42NTQxIDEzLjI3ODlaTTEwLjAwNDUgNy4xOTIyM0MxMC4xOTY5IDcuMzU5ODUgMTAuNDEzNSA3LjQ0MzY2IDEwLjY1NDEgNy40NDM2NkMxMS4wNTUxIDcuNDQzNjYgMTEuMzU5OCA3LjM0NTg5IDExLjU2ODQgNy4xNTAzM0MxMS43NzY5IDYuOTU0NzcgMTEuODgxMiA2LjcwMzM1IDExLjg4MTIgNi4zOTYwNEMxMS44ODEyIDYuMTg2NTIgMTEuNzk2OSA2LjAwMTQ0IDExLjYyODUgNS44NDA4MUMxMS40NjAxIDUuNjgwMTcgMTEuMjM1NSA1LjU5OTg1IDEwLjk1NDggNS41OTk4NUMxMC41ODU5IDUuNTk5ODUgMTAuMjg5MiA1LjcwMTEyIDEwLjA2NDYgNS45MDM2NkM5Ljg0MDA1IDYuMDk5MjIgOS43Mjc3NyA2LjM0MDE3IDkuNzI3NzcgNi42MjY1MkM5LjcyNzc3IDYuODM2MDQgOS44MiA3LjAyNDYyIDEwLjAwNDUgNy4xOTIyM1oiIGZpbGw9IiNGMEVGRjgiLz4KPC9zdmc+Cg==");
}

.info-button-line {
    margin-top: 24px;
}

.bonus-hero-cards-tooltip .sh-disclaimer-title {
    justify-content: flex-end;
}

.bonus-hero-cards-tooltip .sh-disclaimer {
    background: transparent;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 2px 0px;
    position: relative;
}

.bonus-hero-cards-tooltip .tooltip {
    border-radius: 10px;
    background: #FFF;
    width: 424px;
    height: 356px;
    position: absolute;
    right: 11px;
    bottom: -8px;
    transform: translate(10%, 100%);
    z-index: 20;
    margin-right: auto;
    opacity: 0;
    text-align: left !important;
    pointer-events: none;
    transition: 0.25s;
    box-shadow: 2px 2px 40px 0px rgba(45, 44, 78, 0.16);
}

.sh-casino-list .bonus-hero-cards-tooltip .tooltip {
    transform: translate(50%, 100%) !important;
}

.bonus-hero-cards-tooltip .tooltip:after {
    content:'';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    pointer-events: none;
}

.bonus-hero-cards-tooltip .tooltip .tooltip-scroll {
    height: 100%;
    width: calc(100% - 4px);
    margin-right: auto;
    overflow: auto;
    padding-top: 5px;
}

.bonus-hero-cards-tooltip .tooltip .tooltip-scroll p:first-child {
    margin-top: 0 !important;
}

.bonus-hero-cards-tooltip .tooltip:before {
    content:'';
    display: block;
    position: absolute;
    top: -8px;
    left: 0px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDI0IiBoZWlnaHQ9IjMzIiB2aWV3Qm94PSIwIDAgNDI0IDMzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNDI0IDIzVjE2QzQyNCAxMC40NzcyIDQyMC41MjMgNiA0MTUgNkgyMTlMMjEzIDBMMjA3IDZIMTFDNS40NzcxNSA2IDEgMTAuNDc3MiAxIDE2VjIzTDEuNSAxNy41TDIgMTVMMyAxMi41TDQuNSAxMC41QzQuNSAxMC41IDQuOTEwNzggMTAuMDg5MiA2IDlDNy4wODkyMiA3LjkxMDc4IDkgOCA5IDhDOSA4IDEzMC44MzMgNy41IDIxMC41IDcuNUMyODkuMzg2IDcuNSA0MTUgOCA0MTUgOEM0MjIuNSA4IDQyMi41IDEzLjUgNDI0IDIzWiIgZmlsbD0iIzU3M0I5NyIvPgo8cGF0aCBkPSJNMjEzLjAwNCAxLjk5NDkzTDIxOC41MDEgNy40OTgxOUwyMTguNTAxIDEwLjAwMDJMMjEzLjAwNCAxMC4wMDAyTDIwNy41IDEwLjAwMDNMMjA3LjUgNy40OTc5TDIxMy4wMDQgMS45OTQ5M1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 33px;
    z-index: 10;
    pointer-events: none;
}

.info-button-line .bonus-hero-cards-tooltip .tooltip:before {
    height: 38px;
    background-size: contain;
    top: -5px;
}

.sbbbs-widget .bonus-hero-cards-tooltip .tooltip:before {
    background-size: contain;
    height: 36px;
}

.bonus-hero-cards-tooltip .tooltiptext {
    padding: 16px 24px 24px 24px;
    color: #626273;
    display: block;
    font-size: 14px;
    line-height: normal;
    cursor: initial;
    text-align: left !important;
}

.bonus-hero-cards-tooltip .tooltiptext p {
    margin-bottom: 16px !important;
}

.bonus-hero-cards-tooltip .tooltiptext p:last-child {
    margin-bottom: 0px !important ;
}

.bonus-hero-cards-tooltip .tooltiptext strong {
    color: #2D2C4E;
    font-weight: 600;
    font-style: italic;
}

.bonus-hero-cards-tooltip .tooltiptext a {
    font-weight: normal;
    color:  #573B97;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-decoration: underline;
}

@media screen and (min-width: 992px) {
    .bonus-hero-cards-tooltip .tooltiptext a:hover {
        text-decoration: none;
    }
}

.bonus-hero-cards-tooltip .tooltip-scroll::-webkit-scrollbar {
    width: 4px;
}
  
.bonus-hero-cards-tooltip .tooltip-scroll::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
}
  
.bonus-hero-cards-tooltip .tooltip-scroll::-webkit-scrollbar-thumb {
    background-color: #F0EFF8;
    border-radius: 20px;
    border: 3px solid transparent;
}

.bonus-hero-cards-tooltip .sh-disclaimer.active  .tooltip{
    opacity: 1;
    pointer-events: initial;
}

.bonus-hero-cards-tooltip--bottom {
    position: relative;
    margin-bottom: 0px !important;
}

.bonus-hero-cards-tooltip--bottom .tooltip {
    right: auto;
    left: 7px;
    bottom: -13px;
    width: 424px;
    transform: translate(-50%, 100%);
    height: initial;
    padding: 0px;
}

.bonus-hero-cards-tooltip--bottom a {
    color: #9797B2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline !important;
}

.info-button-line > p {
    order: 2;
    max-width: calc(50% - 10px);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.info-button-line .ibl-button {
    white-space: nowrap;
    margin-bottom: 0 !important;
    text-decoration: none !important;
    padding-right: 0 !important;
}

.bonus-hero-cards-tooltip--bottom {
    max-width: calc(50% - 10px);
}

.bonus-hero-cards-tooltip--bottom.active .tooltip{
    opacity: 1;
    pointer-events: initial;
}

.bonus-hero-cards-top--v2 .bonus-hero-cards-tooltip .tooltip {
    border-radius: 10px;
    transform: translate(50%, 100%);
    width: 424px;
    cursor: initial;
}

.bonus-hero-cards-top--v2 .bonus-hero-cards-tooltip .tooltip:before {
    top: -7px;
    left: -1px;
    height: 23px;
    width: calc(100% + 1px);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDI0IiBoZWlnaHQ9IjMzIiB2aWV3Qm94PSIwIDAgNDI0IDMzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNDI0IDIzVjE2QzQyNCAxMC40NzcyIDQyMC41MjMgNiA0MTUgNkgyMTlMMjEzIDBMMjA3IDZIMTFDNS40NzcxNSA2IDEgMTAuNDc3MiAxIDE2VjIzTDEuNSAxNy41TDIgMTVMMyAxMi41TDQuNSAxMC41QzQuNSAxMC41IDQuOTEwNzggMTAuMDg5MiA2IDlDNy4wODkyMiA3LjkxMDc4IDkgOCA5IDhDOSA4IDEzMC44MzMgNy41IDIxMC41IDcuNUMyODkuMzg2IDcuNSA0MTUgOCA0MTUgOEM0MjIuNSA4IDQyMi41IDEzLjUgNDI0IDIzWiIgZmlsbD0iIzU3M0I5NyIvPgo8cGF0aCBkPSJNMjEzLjAwNCAxLjk5NDkzTDIxOC41MDEgNy40OTgxOUwyMTguNTAxIDEwLjAwMDJMMjEzLjAwNCAxMC4wMDAyTDIwNy41IDEwLjAwMDNMMjA3LjUgNy40OTc5TDIxMy4wMDQgMS45OTQ5M1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
}
.bonus-card-info img.icon {
    width: 11px;
    height: 12px;
    margin: -2px 3px 0 0;
}

.bonus-hero-cards-tooltip .tooltip .tooltiptext:before {
    content:'';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    transition: 0.25s;
    opacity: 0;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.bonus-hero-cards-tooltip .tooltip.scroll-mid .tooltiptext:before {
    opacity: 1;
}

.bonus-hero-cards-tooltip .tooltip.scroll-end .tooltiptext:before {
    opacity: 1;
}

.bonus-hero-cards-tooltip .tooltip.scroll-end:after {
    opacity: 0;
}

.bonus-hero-cards-tooltip--bottom .tooltip {
    width: 270px;
}

.news-slider-mobile-btns {
    display: flex;
    justify-content: center;
    width: 100%;
}

.news-slider-mobile-btns a {
    width: 350px;
    max-width: calc(100% - 6px);
    margin: 0 auto;
    position: relative;
    left: 3px;
}

.news-slider-mobile-btns {
    margin-bottom: 24px;
}

@media screen and (max-width: 1740px) {
    .bonus-hero-cards-tooltip .tooltip {
        width: 350px; 
        transform: translate(1%, 100%);
    }
}
@media screen and (max-width: 1850px) {
    .bonus-hero-cards-tooltip--bottom .tooltip {
        width: 270px;
    }
}
@media screen and (max-width: 1700px) {
    .bonus-hero-cards-tooltip--bottom .tooltip {
        border-radius: 0px 10px 10px 10px;
    }
    
    .bonus-hero-cards-tooltip--bottom .tooltip:before {
        transform: rotateY(180deg);
    }
    
    .bonus-hero-cards-tooltip .tooltip {
        right: 11px;
        width: 301px;
        transform: translate(0%, 100%);
    }
    .bonus-hero-cards-tooltip .tooltip:before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAxIiBoZWlnaHQ9IjMzIiB2aWV3Qm94PSIwIDAgMzAxIDMzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTEyNl83MTgwKSI+CjxwYXRoIGQ9Ik01LjUgOC41TDMwMSA4VjExSDRMNS41IDguNVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yOTMuNSA4Ljg5MDYyTDMwMSAzLjg5MDYyVjAuODkwNjI1TDI5Mi45MTMgNi44OTA2MkgxMEM0LjQ3NzE1IDYuODkwNjIgMCAxMS4zNjc4IDAgMTYuODkwNlYxNy44OTA2TDEgMTQuODkwNkwyIDEyLjg5MDZMMyAxMS44OTA2TDQgMTAuODkwNkw1LjUgOS44OTA2Mkw3IDkuMzkwNjJMOC41IDguODkwNjJIMTBIMjkzLjVaIiBmaWxsPSIjNTczQjk3Ii8+CjxwYXRoIGQ9Ik0zMDEuMDAxIDMuNDk5MzlMMzAwLjkxNiA5LjQxMjQ3TDMwMC45MjIgMTAuOTc2NEwyOTQuMDEzIDEwLjk5MjZMMjgyLjAwNiA5LjAxOTExTDI5Mi40MzUgOS40NDA0OUwzMDEuMDAxIDMuNDk5MzlaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzExMjZfNzE4MCI+CjxyZWN0IHdpZHRoPSIzMDEiIGhlaWdodD0iMzMiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
        height: 32px;
        top: -7px; 
        left: 0px;
        background-size: cover;
    }

    .info-button-line .bonus-hero-cards-tooltip .tooltip:before {
        top: -7px;
    }

    .info-button-line .bonus-hero-cards-tooltip .tooltip {
        border-radius: 0px 10px 10px 10px;
    }

    .sbbbs-widget .bonus-hero-cards-tooltip .tooltip:before {
        height: 36px;
    }

    .bonus-hero-cards-tooltip .tooltip {
        border-radius: 10px 0px 10px 10px;
    }
    
}
@media screen and (max-width: 1500px) {
    
    
}
@media screen and (max-width: 767px) {
    
    .bonus-hero-cards-top--v2 .bonus-hero-cards-tooltip .tooltip {
        right: auto;
        left: 50%;
        transform: translate(-50%, 100%);
        width: 330px;
    }
    
    .bonus-hero-cards-top--v2 .bonus-hero-cards-tooltip .tooltip:before {
        top: -5px;
        left: 0px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDI0IiBoZWlnaHQ9IjMzIiB2aWV3Qm94PSIwIDAgNDI0IDMzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNDI0IDIzVjE2QzQyNCAxMC40NzcyIDQyMC41MjMgNiA0MTUgNkgyMTlMMjEzIDBMMjA3IDZIMTFDNS40NzcxNSA2IDEgMTAuNDc3MiAxIDE2VjIzTDEuNSAxNy41TDIgMTVMMyAxMi41TDQuNSAxMC41QzQuNSAxMC41IDQuOTEwNzggMTAuMDg5MiA2IDlDNy4wODkyMiA3LjkxMDc4IDkgOCA5IDhDOSA4IDEzMC44MzMgNy41IDIxMC41IDcuNUMyODkuMzg2IDcuNSA0MTUgOCA0MTUgOEM0MjIuNSA4IDQyMi41IDEzLjUgNDI0IDIzWiIgZmlsbD0iIzU3M0I5NyIvPgo8cGF0aCBkPSJNMjEzLjAwNCAxLjk5NDkzTDIxOC41MDEgNy40OTgxOUwyMTguNTAxIDEwLjAwMDJMMjEzLjAwNCAxMC4wMDAyTDIwNy41IDEwLjAwMDNMMjA3LjUgNy40OTc5TDIxMy4wMDQgMS45OTQ5M1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
        height: 28px;
        width: 100%;
    }

    .info-button-line {
        margin-top: 6px;
    }

    .bonus-hero-cards-tooltip .tooltip {
        right: auto;
        left: 50%;
        transform: translate(-50%, 100%);
        width: 335px;
    }
    
    .bonus-hero-cards-tooltip .tooltip {
        border-radius: 10px;
    }
    .bonus-hero-cards-tooltip .tooltip:before {
        top: -6px;
        left: 0px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDI0IiBoZWlnaHQ9IjMzIiB2aWV3Qm94PSIwIDAgNDI0IDMzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNDI0IDIzVjE2QzQyNCAxMC40NzcyIDQyMC41MjMgNiA0MTUgNkgyMTlMMjEzIDBMMjA3IDZIMTFDNS40NzcxNSA2IDEgMTAuNDc3MiAxIDE2VjIzTDEuNSAxNy41TDIgMTVMMyAxMi41TDQuNSAxMC41QzQuNSAxMC41IDQuOTEwNzggMTAuMDg5MiA2IDlDNy4wODkyMiA3LjkxMDc4IDkgOCA5IDhDOSA4IDEzMC44MzMgNy41IDIxMC41IDcuNUMyODkuMzg2IDcuNSA0MTUgOCA0MTUgOEM0MjIuNSA4IDQyMi41IDEzLjUgNDI0IDIzWiIgZmlsbD0iIzU3M0I5NyIvPgo8cGF0aCBkPSJNMjEzLjAwNCAxLjk5NDkzTDIxOC41MDEgNy40OTgxOUwyMTguNTAxIDEwLjAwMDJMMjEzLjAwNCAxMC4wMDAyTDIwNy41IDEwLjAwMDNMMjA3LjUgNy40OTc5TDIxMy4wMDQgMS45OTQ5M1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
        height: 32px;
        width: 100%;
    }

    .bonus-hero-cards-tooltip .sh-disclaimer {
        position: static;
    }

    .bonus-hero-cards-top .bonus-hero-cards-tooltip {
        position: relative;
        width: fit-content;
    }

    .bonus-hero-cards-tooltip .sh-disclaimer-title .sh-disclaimer-title-inner:after {
        top: 1px;
    }

}

.sbbbs-widget .bonus-hero-cards-tooltip .sh-disclaimer-title .sh-disclaimer-title-inner:after {
    margin-left: auto;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAxOEMxNC40MTgzIDE4IDE4IDE0LjQxODMgMTggMTBDMTggNS41ODE3MiAxNC40MTgzIDIgMTAgMkM1LjU4MTcyIDIgMiA1LjU4MTcyIDIgMTBDMiAxNC40MTgzIDUuNTgxNzIgMTggMTAgMThaTTEwLjM3MjggMTMuMjc4OUMxMC4zNzI4IDEzLjIyMyAxMC4zNzY4IDEzLjE3NzYgMTAuMzg0OSAxMy4xNDI3TDExLjEzMDcgOC40NzAzM0wxMC44MTc5IDguMzQ0NjJMOC40OTYxNCA4LjYxN0w4LjM5OTkgOS4wNjc0N0w5LjA3MzU5IDkuMzgxNzZMOC43MzY3NCAxMS41NzEzTDguNDIzOTYgMTMuNjM1MUM4LjQxNTk0IDEzLjY2MyA4LjQxMTkzIDEzLjY5NzkgOC40MTE5MyAxMy43Mzk5QzguNDExOTMgMTMuOTM1NCA4LjUxMjE4IDE0LjA5NiA4LjcxMjY4IDE0LjIyMThDOC45MjEyMSAxNC4zNDA1IDkuMjA5OTMgMTQuMzk5OSA5LjU3ODg1IDE0LjM5OTlDMTAuMDExOSAxNC4zOTk5IDEwLjM2ODggMTQuMzE2IDEwLjY0OTUgMTQuMTQ4NEMxMC45MzgyIDEzLjk4MDggMTEuMTUwOCAxMy44MTY3IDExLjI4NzEgMTMuNjU2TDExLjEzMDcgMTMuMjk5OUMxMC45ODY0IDEzLjM4MzcgMTAuODc0MSAxMy40NDMgMTAuNzkzOSAxMy40Nzc5QzEwLjcyMTcgMTMuNTEyOSAxMC42NTM1IDEzLjUzMDMgMTAuNTg5NCAxMy41MzAzQzEwLjQ0NSAxMy41MzAzIDEwLjM3MjggMTMuNDQ2NSAxMC4zNzI4IDEzLjI3ODlaTTkuNzIzMjEgNy4xOTIyM0M5LjkxNTY5IDcuMzU5ODUgMTAuMTMyMiA3LjQ0MzY2IDEwLjM3MjggNy40NDM2NkMxMC43NzM4IDcuNDQzNjYgMTEuMDc4NiA3LjM0NTg5IDExLjI4NzEgNy4xNTAzM0MxMS40OTU2IDYuOTU0NzcgMTEuNTk5OSA2LjcwMzM1IDExLjU5OTkgNi4zOTYwNEMxMS41OTk5IDYuMTg2NTIgMTEuNTE1NyA2LjAwMTQ0IDExLjM0NzMgNS44NDA4MUMxMS4xNzg4IDUuNjgwMTcgMTAuOTU0MyA1LjU5OTg1IDEwLjY3MzYgNS41OTk4NUMxMC4zMDQ3IDUuNTk5ODUgMTAuMDA3OSA1LjcwMTEyIDkuNzgzMzYgNS45MDM2NkM5LjU1ODggNi4wOTkyMiA5LjQ0NjUyIDYuMzQwMTcgOS40NDY1MiA2LjYyNjUyQzkuNDQ2NTIgNi44MzYwNCA5LjUzODc1IDcuMDI0NjIgOS43MjMyMSA3LjE5MjIzWiIgZmlsbD0iIzk3OTdCMyIvPgo8L3N2Zz4K");
}

.sbbbs-widget .bonus-hero-cards-tooltip .sh-disclaimer.active .sh-disclaimer-title .sh-disclaimer-title-inner:after {
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAxOEMxNC40MTgzIDE4IDE4IDE0LjQxODMgMTggMTBDMTggNS41ODE3MiAxNC40MTgzIDIgMTAgMkM1LjU4MTcyIDIgMiA1LjU4MTcyIDIgMTBDMiAxNC40MTgzIDUuNTgxNzIgMTggMTAgMThaTTEwLjM3MjggMTMuMjc4OUMxMC4zNzI4IDEzLjIyMyAxMC4zNzY4IDEzLjE3NzYgMTAuMzg0OSAxMy4xNDI3TDExLjEzMDcgOC40NzAzM0wxMC44MTc5IDguMzQ0NjJMOC40OTYxNCA4LjYxN0w4LjM5OTkgOS4wNjc0N0w5LjA3MzU5IDkuMzgxNzZMOC43MzY3NCAxMS41NzEzTDguNDIzOTYgMTMuNjM1MUM4LjQxNTk0IDEzLjY2MyA4LjQxMTkzIDEzLjY5NzkgOC40MTE5MyAxMy43Mzk5QzguNDExOTMgMTMuOTM1NCA4LjUxMjE4IDE0LjA5NiA4LjcxMjY4IDE0LjIyMThDOC45MjEyMSAxNC4zNDA1IDkuMjA5OTMgMTQuMzk5OSA5LjU3ODg1IDE0LjM5OTlDMTAuMDExOSAxNC4zOTk5IDEwLjM2ODggMTQuMzE2IDEwLjY0OTUgMTQuMTQ4NEMxMC45MzgyIDEzLjk4MDggMTEuMTUwOCAxMy44MTY3IDExLjI4NzEgMTMuNjU2TDExLjEzMDcgMTMuMjk5OUMxMC45ODY0IDEzLjM4MzcgMTAuODc0MSAxMy40NDMgMTAuNzkzOSAxMy40Nzc5QzEwLjcyMTcgMTMuNTEyOSAxMC42NTM1IDEzLjUzMDMgMTAuNTg5NCAxMy41MzAzQzEwLjQ0NSAxMy41MzAzIDEwLjM3MjggMTMuNDQ2NSAxMC4zNzI4IDEzLjI3ODlaTTkuNzIzMjEgNy4xOTIyM0M5LjkxNTY5IDcuMzU5ODUgMTAuMTMyMiA3LjQ0MzY2IDEwLjM3MjggNy40NDM2NkMxMC43NzM4IDcuNDQzNjYgMTEuMDc4NiA3LjM0NTg5IDExLjI4NzEgNy4xNTAzM0MxMS40OTU2IDYuOTU0NzcgMTEuNTk5OSA2LjcwMzM1IDExLjU5OTkgNi4zOTYwNEMxMS41OTk5IDYuMTg2NTIgMTEuNTE1NyA2LjAwMTQ0IDExLjM0NzMgNS44NDA4MUMxMS4xNzg4IDUuNjgwMTcgMTAuOTU0MyA1LjU5OTg1IDEwLjY3MzYgNS41OTk4NUMxMC4zMDQ3IDUuNTk5ODUgMTAuMDA3OSA1LjcwMTEyIDkuNzgzMzYgNS45MDM2NkM5LjU1ODggNi4wOTkyMiA5LjQ0NjUyIDYuMzQwMTcgOS40NDY1MiA2LjYyNjUyQzkuNDQ2NTIgNi44MzYwNCA5LjUzODc1IDcuMDI0NjIgOS43MjMyMSA3LjE5MjIzWiIgZmlsbD0iIzNCMzE2RSIvPgo8L3N2Zz4K");
}

.sbbbs-widget .bonus-hero-cards-tooltip .tooltip {
    right: -29px;
}

.sbbbs-widget .bonus-hero-cards-tooltip .sh-disclaimer-title {
    justify-content: flex-start;
    padding: 0;
    border-radius: 10px;
    color: #626273;
    background: #FBFBFB;
}


.sbbbs-widget .bonus-hero-cards-tooltip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 12px;
    border-radius: 10px;
    color: #626273;
    background: #FBFBFB;
    margin-bottom: 16px;
}

.sbbbs-widget .bonus-hero-cards-tooltip .sh-disclaimer {
    width: fit-content;
    margin-bottom: 0;
    padding-bottom: 0px;
    padding-top: 0;
    margin-left: 12px !important;
}

.bonus-hero-cards-top--v2 {
    width: calc(66.66667% - 0.5rem);
}

.bonus-hero-cards-top--v2 .competition-t3t {
    align-items: flex-start;
}

.bonus-hero-cards-top--v2 .competition-t3t .info-icon {
    position: relative;
    top: 9px;
}

.bonus-hero-cards .competition-t3t .info-icon{ 
    position: relative;
    top: 0;
}

.review-hero__left .info-button-line {
    display: none;
}

@media screen and (max-width: 1700px) {
    .sbbbs-widget .bonus-hero-cards-tooltip .tooltip {
        right: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .bonus-hero-cards-top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .bonus-hero-cards-tooltip .sh-disclaimer {
        min-height: 1px;
        padding-bottom: 16px;
        margin-bottom: 0px;
    }

    .bonus-hero-cards-top .bonus-hero-cards-tooltip {
        width: 100%;
        justify-content: flex-start;
        min-height: 1px;
    }
    
    .bonus-hero-cards-top .competition-t3t {
        max-width: 100%;
    }

    .bonus-hero-cards-top--v2 {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .bonus-hero-cards-tooltip .sh-disclaimer-title {
        font-size: 12px;
    }

    .bonus-hero-cards-tooltip  .sh-disclaimer-title .sep {
        padding-left: 8px;
        padding-right: 8px;
    }

    .info-button-line {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .bonus-hero-cards-tooltip--bottom {
        max-width: 100%;
    }

    .info-button-line > p {
        max-width: 100%;
        margin-top: 24px !important;
        width: 100%;
    }

    .ibl-button {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.table-style {
    display: block;
    width: 100%;
    overflow: auto;
}

.table-style::-webkit-scrollbar {
    height: 8px;
}

.table-style::-webkit-scrollbar-track {
    background: #F6F7F9;
}

.table-style::-webkit-scrollbar-thumb {
    background: #3B316E;
}

.table-style  td {
    padding: 5px 10px;
}
.bonus-hero-cards-top {
    margin-bottom: 16px;
}
/**.bonus-hero-cards-top .competition-t3t  {
    margin-bottom: 24px;
}**/

.bonus-hero-cards-top {
    margin-bottom: 16px;
}

.bonus-hero-cards-tooltip .sh-disclaimer {
    padding-bottom: 0;
    margin-bottom: 0;
}

.bonus-hero-cards-top {
    margin-bottom: 16px;
}

.bonus-hero-cards {
    margin-bottom: 12px;
}

.bonus-hero-cards-top .competition-t3t {
    margin-bottom: 12px;
}

.bonus-hero-cards-top .bonus-hero-cards-tooltip {
    margin-bottom: 12px;
}

.info-button-line .ibl-button {
    color: #9797B2 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

.odd-monitor-info a {
    color: #9797B2 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    text-decoration: none !important;
}

@media screen and (max-width: 767px) {
    .bonus-hero-cards-top .competition-t3t {
        margin-bottom: 24px;
    }
    .bonus-hero-cards-top .bonus-hero-cards-tooltip {
        margin-bottom: 0px;
    }
}

details > summary {
  list-style: none;
  outline: none;
}
  
details > summary::-webkit-details-marker {
  display: none;
}


@media screen and (max-width: 767px) {
    .sh-disclaimer--accordion .sh-disclaimer-body-content {
        margin-top: 2px;
    }
    .sh-disclaimer--accordion .sh-disclaimer-title {
        padding-bottom: 8px;
        padding-top: 10px;
    }
    .sh-disclaimer--accordion .sh-disclaimer-title-mob {
        color: #626273;
    }
    .sh-disclaimer--accordion {
        padding-bottom: 0;
        position: relative;
    }
    .sh-disclaimer--accordion .sh-disclaimer-body {
        position: static;
    }
}

.bz-iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: auto !important;
    overflow: hidden;
    max-width: 100%;
}

.bz-iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
