@charset "utf-8";
.button-link-out:after {
    content: url(/~/static/images/icons/icon-link-out.svg);
    width: 10px;
    height: 30px;
    transform: scale(0.4);
}

.promotions-details-html a {
    color: #ffcd00;
    text-decoration: none;
}

.promotion-details-html .more-info-body a.btn-primary {
    display: block;
    height: 50px;
    max-width: 150px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #222939;
    background-color: rgb(252, 213, 53);
    /* border: 1px solid rgba(0,0,0,0); */
    text-decoration: none;
    border-radius: 60px;
}

.promotions-details-html .banner {
    background-color: #0d111a;
}

.promotions-details-html .bonus-journey-popup .content .bonuses .bonus img.up-to-tablet {
    object-fit: none;
    object-position: 0% 20%;
}

.promotions-details-html .bonus-journey-popup .content .bonuses .bonus .info-box {
    width: 100%;
    text-transform: initial;
}

.promotions-details-html .more-info-header {
    display: block;
    background-color: #26324d;
}

.promotions-details-html .more-info-header .banner img {
    min-width: 359px;
    height: 167px;
    width: 100%;
    object-fit: none;
    object-position: 0% 50%;
}

.promotions-details-html .more-info-header .ribbon {
    background: #be0089;
    padding: 2px 8px;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    margin: 6px;
    display: initial;
}

.promotions-details-html .bonus-journey-popup .content .bonuses .bonus .info-box span {
    padding: 0 5px;
}

.bonus-journey-popup .content .bonuses .bonus .bonus-tile-information .title,
.bonus-journey-popup .content .bonuses .bonus .bonus-tile-information .subtitle {
    text-transform: uppercase;
}

.more-info-header .more-info-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: white;
    padding: 8px;
}

.more-info-body {
    line-height: 18px;
}

.more-info-body span {
    display: block;
    font-weight: bold;
    font-size: 16px
}

.banner-info {
    margin-top: 15px;
}

.bonus-table {
    margin-bottom: 24px;
    margin-top: 24px;
    overflow: auto;
    background: none;
    display: flex!important;
}

.bonus-table>table {
    width: auto;
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 1px;
    border-collapse: separate;
    overflow-x: auto;
    background: var(--primary-mode-9);
}

.bonus-table table thead {
    background-color: var(--primary-10);
    text-align: center;
    color: var(--primary-1);
    font-size: 14px;
    font-weight: bold;
}

.bonus-table table tbody {
    background-color: #d0d0d0;
    color: #000000;
}

.bonus-table table tbody tr:nth-child(odd) {
    background-color: var(--other-1);
    font-weight: normal;
    color: var(--primary-1);
}

.bonus-table table tbody tr:nth-child(even) {
    background-color: var(--primary-11);
    font-weight: normal;
    color: var(--primary-1);
}

.bonus-table table th,
.level-privileges table td {
    height: 32px;
    width: auto!important;
    padding: 6px;
}

.bonus-table table tbody tr td {
    text-align: center;
    line-height: 17px;
    font-size: 14px;
    padding: 6px;
}

.bonus-journey-popup .content .bonus-description .description-title {
    line-height: normal;
}

.bonus-journey-popup .content .bonus-description .games .title {
    font-weight: normal;
}

.bonus-journey-popup .content .bonus-description .subtitle {
    display: block;
    text-align: left;
    margin-bottom: 10px
}

.bonus-journey-popup .content .bonuses .bonus .bonus-tile-information .ribbon {
    color: var(--neutral-1) !important;
    margin-right: 5px;
    padding: 2px 8px;
    display: inline-flex !important;
}

.bonus-journey-popup .content .bonuses .bonus .bonus-tile-information .ribbon,
.bonus-journey-popup .content .bonuses .bonus .bonus-tile-information .more-info {
    width: -moz-fit-content;
}

.bonus-journey-popup .content .bonus-description .description-title,
.bonus-journey-popup .content .bonus-description .see-all {}

.bonus-journey-popup .content .bonus-description .body ul {
    list-style-type: none;
    padding: 0;
    margin-top: -5px;
    margin-left: -2px;
}

.bonus-journey-popup .content .bonus-description .body ul li span {
    font-weight: bold;
}

.bonus-journey-popup .content .bonus-description .body li::before {
    content: url('/~/static/images/icons/icon-successful.png');
    font-size: 20px;
    margin-right: 5px;
    color: #2f8b46;
    vertical-align: middle;
}

.bonus-table-btn {
    display: flex!important;
    justify-content: center!important;
}

.more-info-body li a {
    display: inline!important;
}

.more-info-footer {
    font-size: 14px;
}

.more-info-footer span:first-child {
    display: block;
    font-weight: bold;
    line-height: 17px;
}

img.icon.title-icon {
    width: 30px;
    vertical-align: middle;
    margin-left: 5px
}

img.icon.title-icon.keno {
    width: 70px !important;
}

@media (min-width: 480px) {
    .bonus-table {
        display: flex;
        justify-content: center!important;
        background: none!important;
    }
    .bonus-table-btn {
        display: flex!important;
        justify-content: center!important;
    }
}

@media (min-width: 768px) {
    body {
        margin: 0px;
    }
    .bonus-table {
        justify-content: center!important;
    }
    .banner-info {
        position: absolute;
        left: 45%;
        bottom: 10px;
    }
    .bonus-journey-popup .content .bonus-description .body li {
        display: inline;
        margin-right: 20px;
    }
    .more-info-header {
        display: block;
        background-color: #26324d;
        position: relative;
    }
    .more-info-header .banner img {
        min-width: 359px;
        height: 206px;
        width: 100%;
        padding: 0px;
        object-fit: none;
        object-position: 0%;
    }
    .more-info-header .ribbon {
        background: #be0089;
        padding: 2px 8px;
        font-size: 12px;
        color: white;
        text-transform: uppercase;
        margin: 6px;
        display: initial;
        border-radius: 2px;
    }
    .more-info-header .more-info-title {
        display: block;
        font-size: 32px;
        line-height: 43px;
        color: white;
        padding: 8px;
    }
    .more-info-body {
        font-size: 14px;
        line-height: 18px;
    }
    .more-info-body span {
        display: block;
        font-weight: bold;
    }
    .more-info-body a {
        text-decoration: underline;
        font-weight: bold;
    }
    .more-info-body .paragraph-2 {
        margin-top: 24px;
    }
    .more-info-body .paragraph-2 p {
        margin-top: 2px;
    }
    .bonus-table {
        margin-bottom: 24px;
        overflow: auto;
        background: var(--primary-mode-9);
    }
    .bonus-table>table {
        width: auto;
        border-collapse: collapse;
        table-layout: fixed;
        border-spacing: 1px;
        border-collapse: separate;
        overflow-x: auto;
    }
    .bonus-table table thead {
        background-color: var(--primary-10);
        text-align: center;
        color: var(--primary-1);
        font-size: 14px;
    }
    .bonus-table table tbody {
        background-color: #d0d0d0;
        color: #000000;
    }
    .bonus-table table th {
        height: 60px;
        width: auto;
        padding: 6px;
    }
    .bonus-table table tbody tr td {
        text-align: center;
        line-height: 17px;
        font-size: 14px;
        padding: 12px;
    }
    .more-info-footer span:first-child {
        display: block;
        font-weight: bold;
        line-height: 17px;
    }
    .bonus-journey-popup .content .bonus-description .description-title,
    .bonus-journey-popup .content .bonus-description .see-all {}
    .bonus-journey-popup .content .bonus-description .body .see-all {
        position: absolute;
        top: 50%;
        right: 2%;
        text-decoration: underline;
    }
}

.more-info-footer ol {
    padding-left: 0px;
    list-style-type: none;
}

.more-info-footer ol li {
    padding-bottom: 10px;
}

.more-info-footer ul {
    padding: 4px 0px !important;
    list-style-type: none !important;
}

.more-info-footer ol ul li:before {
    content: '\2611';
    margin-right: 5px;
}


/* ribbon */

.live-casino-ribbon {
    background: #9033C9 !important;
}

.sports-ribbon {
    background: #329C69 !important;
}

.keno-ribbon {
    background: #0A9BD7 !important;
}

@media (max-width: 768px) {
    .bonus-journey-popup .content .bonuses .bonus span.ribbon {
        padding: 1px 8px 2px;
        font-size: 8px;
        color: var(--neutral-1);
        font-weight: bold;
        text-transform: uppercase;
        width: fit-content;
        margin-top: auto;
        z-index: 1;
        margin-right: 5px;
    }
    .mobile-ribbon {
        position: absolute;
        top: 2px;
        left: 2px;
    }
    .bonus-journey-popup .content .bonuses .bonus .info-box {
        height: 40px !important;
    }
}


/* override promotions pop up css */

.promotion-tags-container {
    gap: 8px;
}

.promotion-details-html {
    font-weight: normal;
    font-size: 14px;
}

.more-info-body .paragraph-2>span {
    text-transform: uppercase;
    margin-bottom: 16px;
}

.details .short-info .ribbon {
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 8px;
    text-transform: uppercase;
}

.details .short-info .ribbon.claimed {
    background: #f2eadc !important;
    color: #c68c1b !important;
}

.details .short-info .ribbon.recommended {
    background: white !important;
    color: limegreen !important;
}

.details .short-info .ribbon.active {
    background: #e4f3ea !important;
    color: #329c69 !important;
}

.details .short-info .ribbon.new-members {
    background: #ffe600 !important;
    color: #222939 !important;
}

.details .short-info .ribbon.rebate {
    background: #044372 !important;
    color: white !important;
}

.details .short-info .ribbon.live-casino {
    background: #9a329c !important;
    color: #ffffff !important;
}

.details .short-info .ribbon.sports {
    background: #329c69 !important;
    color: #ffffff !important;
}

.details .short-info .ribbon.esports {
    background: #CC0404 !important;
    color: #ffffff !important;
}

.details .short-info .ribbon.casino-games {
    background: #1c6aa3 !important;
    color: #fff !important;
}

.details .short-info .ribbon.keno-lotto {
    background: #7a9c32 !important;
    color: #fff !important;
}

.details .short-info .ribbon.vip {
    background: rgb(252, 213, 53) !important;
    color: #222939 !important;
}

.details .short-info .ribbon.local-promotions {
    background: #329c69 !important;
    color: #fff !important;
}

.details .short-info .ribbon.rewards {
    background: #f60707 !important;
    color: #fff !important;
}

.details .short-info .ribbon.new {
    background: #c9334e !important;
    color: #ffffff !important;
}

.details .short-info .ribbon.casino-ribbon {
    background: #1c6aa3 !important;
    color: #ffffff !important;
}

.details .short-info .ribbon.leaderboard {
    background: #c68c1b !important;
    color: #ffffff !important;
}

.details .short-info .ribbon.p2p {
    background: #ff1493 !important;
    color: #ffffff !important;
}

.details .short-info .ribbon.reload {
    background: #fc8803 !important;
    color: #ffffff !important;
}

.details .short-info .ribbon.deposit {
    background: #fc8803 !important;
    color: #ffffff !important;
}

.btn-cta {
    border: 1px solid #cccccc;
    border-radius: 50px;
    padding: 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    border-color: #4E5461;
    color: #232938;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.promotion-details-html .bonus-table-btn .btn {
    outline-color: var(--primary-1);
    box-sizing: border-box;
    display: block;
    min-width: 139px;
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #000000;
    margin: auto;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 5px;
    border: none;
    text-decoration: none;
    padding: 0 10px;
}

@media (max-width: 768px) {
    .promotion-details-wrapper.modal-overlay .modal-content .modal-body .modal-body-content .details .promotion-action-block .promotion-time-left {
        font-size: 10px;
    }
    .details .short-info .ribbon {
        font-size: 12px;
    }
}

.promotion-details-wrapper-mobile .bottom-drawer-promotions .slider .drawer-content .body .details .promotion-action-block .short-info {
    right: auto;
    margin-left: 135px;
}

.promotion-details-wrapper-mobile .bottom-drawer-promotions .slider .drawer-content .drawer-footer .promotion-footer .error.active .opted-in,
.promotion-details-wrapper-mobile .bottom-drawer-promotions .slider .drawer-content .drawer-footer .promotion-footer .success.active .opted-in {
    margin-right: auto !important;
}

.promotion-details-wrapper.modal-overlay .modal-content .modal-body .modal-body-content .details .promotion-action-block .short-info {
    margin-left: 145px;
}

.promotion-details-html .more-info-body ol {
    padding-left: 16px;
    list-style-type: decimal;
}

.promotion-details-html .more-info-body ol li {
    margin-bottom: 16px;
    list-style-type: decimal;
}

.promotion-details-html .more-info-body ol.lower-alpha,
.promotion-details-html .more-info-body ol.lower-alpha li {
    list-style-type: lower-alpha;
}

.promotion-details-html .more-info-body ol.upper-alpha,
.promotion-details-html .more-info-body ol.upper-alpha li {
    list-style-type: upper-alpha;
}

.promotion-details-html .more-info-body ol.lower-roman,
.promotion-details-html .more-info-body ol.lower-roman li {
    list-style-type: lower-roman;
}

.promotion-details-html .more-info-body ol.upper-roman,
.promotion-details-html .more-info-body ol.upper-roman li {
    list-style-type: upper-roman;
}