:root {
    --primary: #262C4B;
    --primary-dark: #123c24;
    --secondary: #3C9542;
    --text-color: #fff;
    --pagination-bg: #D6D6D6;
}
.bonus-finder {
    position: relative;
    width: 100%;
    margin: 0 20px 20px 0;
    font-size: 14px;
    color: var(--text-color);
    background: radial-gradient(at 50% bottom,#F8A53F 0%,#F75A05 50%);
}
.bonus-finder:after,
.bonus-finder:before {
    content: '';
    position: absolute; 
    top: 0; 
    bottom: 0;
    background: #F75A05;
}
.bonus-finder:before {
    width: 9999px; 
    left: -9999px; 
}

.bonus-finder:after {
    width: 9999px; 
    left: 100%
}
.bonus-finder-header {
    max-width: 515px;
    margin: 0 auto; 
    font-size: 28px;
    padding: 20px 15px;
    line-height: 1.4375;
    color: var(--text-color)!important;
}

.bonus-finder .h1:after {
    border-color: var(--text-color);
}

.bonus-finder-body {
    max-width: 515px;
    margin: 0 auto;
    padding: 0 15px 62px 15px;
}

.bonus-finder-pagination-title {
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.64;
    font-size: 16px;
}

.bonus-finder-pagination {
    max-width: 300px;
    margin: 0 auto; 
    overflow: hidden;
    border-radius: 3px;
}

.bonus-finder-pagination-item {
    height: 5px;
    background-color: #EF9B34;
}

.bonus-finder-pagination-item.active {
    background-color: var(--secondary);
}

.bonus-finder-pagination-item.active~.bonus-finder-pagination-item {
    background-color: var(--pagination-bg);
}

.bonus-finder-pagination-item+.bonus-finder-pagination-item {
    border-left: 1px solid #F75A05;
}

.bonus-finder-page {
    display: none;
}
.bonus-finder-page.active {
    display: block;
}

.bonus-finder-page-title {
    color: #fff;
    margin: 30px auto;
    font: normal normal 900 20px/23px Montserrat;
}

.bonus-finder-choice {
    border-radius: 50px;
    display: block;
    position: relative;
    padding: 13px 10px 13px 50px;
    margin-bottom: 10px;
    background-color:  var(--primary);
    color: var(--text-color)!important;
    text-decoration: none!important;
    cursor: pointer;
    text-transform: uppercase;
}


.bonus-finder-choice .icon-bf-selected {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: 10px;
}

.bonus-finder-choice input[type="radio"] {
    display: none;
}

.bonus-finder-choice input[type="radio"]:checked + .icon-bf-selected {
    opacity: 1;
    visibility: visible;
}

.bonus-finder-choice:last-of-type {
    margin-bottom: 20px;
}
.bonus-finder-choice-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    fill: #fff;
}
.bonus-finder-logo {
    width: 180px;
    padding: 12px 15px;
    background-color: var(--primary);
}

.bonus-finder-result {
    line-height: 1.428;
}
.bf-btn {
    background: transparent!important;
    line-height: 33px!important;
    position: relative;
    min-width: 230px;
}
.bf-btn:after {
    display: none; 
}
.bonus-finder .btn-back,
.bonus-finder .btn-reset {
    max-width: 230px;
    padding: 7px 13px;
    display: inline-block;
    border: 1px solid var(--text-color);
    text-decoration: none!important;
    color: var(--text-color)!important;
}

.bonus-finder .btn-back:hover {
    border-color: var(--text-color);
    color: var(--text-color);
}

.bonus-finder .btn-back.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.bonus-finder .btn-reset {
    color: #fff!important;
    font-size: 13px;
}

.icon-bf {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.icon-bf-with-icon {
  position: absolute;
  left: 11px;
  top: 16px;
}
.icon-bf-angle-left, .icon-bf-angle-right {
    width: 10px;
    height: 10px;
}

.icon-bf-angle-left {
    transform: rotate(90deg);
}
.icon-bf-angle-right {
    transform: rotate(-90deg);
}

.icon-bf-arrow-left {
  width: 13px;
  height: 14px;
  transform: rotate(180deg);
}

.icon-bf-arrow-reload {
    width: 13px;
    height: 13px;
}

.icon-bf-sofortuberweisung, .icon-bf-paypal, .icon-bf-neteller, .icon-bf-e-wallet {
    width: 70px;
    height: 18px;
    vertical-align: middle;
}
.icon-bf-bitcoin {
    width: 100px;
    height: 21px;
    vertical-align: middle;
}
.bonus-finder .owl-item {
    justify-content: center;
}
.bonus-finder .owl-nav {
    position: absolute; 
    transform: translateX(-50%);
    bottom: 72px; 
    left: 50%;
    padding: 2px;
}
.bonus-finder .owl-dots {
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0!important; 
}
.bonus-finder .owl-dots .owl-dot {
    background: #fff;
    opacity: 0.5; 
}
.bonus-finder .owl-dots .owl-dot.active {
    opacity: 1;
    background: #fff
}
.bonus-finder .owl-prev, .bonus-finder .owl-next {
    background: transparent;
    box-shadow: none;
}
.bonus-finder-carousel .button.js-golink.btn {
    top: auto;
    margin-top: 40px!important;
    max-width: 230px;
}

.bonus-finder #page-1:after,
.bonus-finder #page-2:after,
.bonus-finder #page-3:after,
.bonus-finder #page-4:after {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 7; 
    width: 330px;
    background-size: contain;
    background-repeat: no-repeat;
}

.bonus-finder #page-1:after {
    left: 787px;
    top: 61px;
    background-image: url('/wp-content/themes/ministrap-child/bonus-finder/assets/page-1.png');
}

.bonus-finder #page-2:after {
    top: 51px; 
    left: 825px;
    width: 314px; 
    background-image: url('/wp-content/themes/ministrap-child/bonus-finder/assets/page-2.png');
}
.bonus-finder #page-3:after {
    top: 47px; 
    left: 808px;
    background-image: url('/wp-content/themes/ministrap-child/bonus-finder/assets/page-3.png');
}
.bonus-finder #page-4:after {
    top: 51px; 
    left: 757px;
    width: 371px; 
    background-image: url('/wp-content/themes/ministrap-child/bonus-finder/assets/page-4.png');
}


.webp .bonus-finder #page-1:after {
    background-image: url('/wp-content/themes/ministrap-child/bonus-finder/assets/page-1.webp');
}
.webp .bonus-finder #page-2:after {
    background-image: url('/wp-content/themes/ministrap-child/bonus-finder/assets/page-2.webp');
}
.webp .bonus-finder #page-3:after {
    background-image: url('/wp-content/themes/ministrap-child/bonus-finder/assets/page-3.webp');
}
.webp .bonus-finder #page-4:after {
    background-image: url('/wp-content/themes/ministrap-child/bonus-finder/assets/page-4.webp');
}
@media (max-width: 1199px) {
    .bonus-finder #page-1:after {
        left: 688px;
    }
    .bonus-finder #page-2:after {
        left: 701px;
    }
    .bonus-finder #page-3:after {
        left: 697px;
    }
    .bonus-finder #page-4:after {
        left: 675px;
    }   
}
@media (max-width: 991px ) {
    .bonus-finder #page-1:after,
    .bonus-finder #page-2:after,
    .bonus-finder #page-3:after,
    .bonus-finder #page-4:after {
        width: 169px;
    }
    .bonus-finder #page-1:after {
        left: 555px;
        top: 80px; 
    }
    .bonus-finder #page-2:after {
        width: 169px; 
        left: 554px;
        top: 80px;
    }
    .bonus-finder #page-3:after {
        top: 87px; 
        left: 557px;
    }
    .bonus-finder #page-4:after {
        top: 91px;
        left: 551px;
        width: 169px; 
    }   
}
@media (max-width: 767px) {
    .bonus-finder-header.h1 {
        max-width: 64%;
        display: block;
        font-size: 22px;
        padding-bottom: 20px;
        margin: 0 0 20px
    }
    .bonus-finder-header span {
        display: block;
        font-weight: 700;
    }
    .bonus-finder-body {
        padding-bottom: 20px;
    }
    .bonus-finder-pagination {
        max-width: 63%;
        margin: 0; 
    }
    .bonus-finder-pagination-title {
        max-width: 63%;
    }
    .bonus-finder-page-title {
        font-size: 17px;
        margin: 20px auto;
    }
    .bonus-finder #page-1:after,
    .bonus-finder #page-2:after,
    .bonus-finder #page-3:after,
    .bonus-finder #page-4:after {
        width: 139px;
        left: auto;
        right: -8px;
        top: 15px;
        bottom: auto;
        height: 210px;
    }
    .bonus-finder #page-2:after {
        width: 131px;
        right: -11px; 
    }
    .bonus-finder #page-4:after {
        width: 145px; 
        height: 241px;
        right: -9px; 
    }
    .bonus-finder-logo {
        width: 90%;
    }
     .bonus-finder-logo img {
        height: 90px;
        width: auto!important;
        margin: auto; 
     }
     .bonus-finder .owl-nav {
        bottom: auto;
        width: 70%;
        top: 56px;
     }
     .bf-btn {
        margin: 5px 0;
     }
     .btn {
        width: 100%;
     }
    .bonus-finder-choice .icon-bf-selected {
        top: 3px;
    }
}
@media (min-width: 768px) {
    .bonus-finder-actions {
       width: 651px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 66px;
        pointer-events: none;
        z-index: 20; 
    }
    .bonus-finder-actions .bf-btn{
        width: 200px; 
        min-width: auto!important;
        pointer-events: auto;
    }
}
.bonus-finder-carousel-result-description {
    min-height: 60px;
}
