/* Start **************************** Common styles *********************/
.core-text-center {
    text-align: center;
}

.core-white {
    color: #ffffff;
}

.core-inline {
    display: inline-block;
}

.core-flex {
    display: flex;
}

.core-flex-justify-center {
    justify-content: center;
}

.core-flex-align-center {
    align-items: center;
}

.core-flex-direction-column {
    flex-direction: column;
}

.core-margin-auto {
    margin: auto;
}

.core-block {
    display: block;
}

.core-hidden {
    display: none;
}

.core-test-text {
    text-decoration: line-through;
}

.core-text-center {
    text-align: center;
}

.core-generic-terms-iframe {
    display: block;
    width: 100%;
    min-height: 85vh;
    margin: 0 auto;
    border: 0;
}

/* End **************************** Common styles *********************/

/* Start **************************** Footer payments methods *********************/
.core-footer-payments-methods-wrapper {
    padding: 20px 0;
}

.core-footer-payments-methods-link {
    display: block;
    max-width: 310px;
    margin: 5px auto 0;
    /*animation: footer-payments-methods-scroll 20s linear infinite;*/
}

.core-footer-payments-methods-link img {
    display: block;
    max-width: 100%;
    margin: 0;
}

/*@keyframes footer-payments-methods-scroll {*/
/*    0% {*/
/*        background-position-x: 0;*/
/*    }*/
/*    100% {*/
/*        background-position-x: -200%;*/
/*    }*/
/*}*/
/* End **************************** Footer payments methods *********************/

/* Start **************************** Footer regulatory section *********************/
.core-footer-regulatory-wrapper .core-footer-regulatory-content {
    margin: 10px auto;
    max-width: 650px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.core-footer-regulatory-wrapper a {
    margin: 0 5px;
}

.core-footer-regulatory-wrapper img {
    max-height: 40px;
}


.core-footer-responsible-gaming-wrapper {
    background: #000;
    padding: 1.5vw 2vw;
}

.core-footer-responsible-gaming-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.core-footer-responsible-gaming-content .right-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5vw;
}

.core-footer-responsible-gaming-content .right-block a {
    margin: .1vw 0;
}

.core-footer-responsible-gaming-content a img {
    max-width: 100%;
}

.core-footer-responsible-gaming-content [class$="-block"] {
    margin: 0 2vw;
}

.core-footer-regulatory-wrapper-ontario {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 15px 0;
    margin: 15px 0;
}

.core-footer-regulatory-content-ontario {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.core-footer-regulatory-link img {
    width: 100%
}

.connex-ontario-icon {
    max-width: 330px
}

.igaming-ontario-icon {
    max-width: 180px
}

.age-icon {
    max-width: 40px
}

/* End **************************** Footer regulatory section *********************/

/* Start **************************** Footer links *********************/
.core-footer-links-wrapper .core-footer-links {
    margin: auto;
    padding: 1.5vw 2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    box-sizing: border-box;
}

.core-footer-links-wrapper .core-footer-ontario-links {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: .5rem;
}

.core-footer-links-wrapper .core-footer-links .core-footer-link {
    padding: 0 1vw;
    position: relative;
}

.core-footer-links-wrapper .core-footer-links .core-footer-link a {
    color: inherit;
}

.core-footer-links-wrapper .core-footer-links .core-footer-link:after {
    content: '|';
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    box-sizing: border-box;
    letter-spacing: -3px;
}

.core-footer-links-wrapper .core-footer-links .core-footer-link:last-of-type:after {
    content: unset;
}

/* End **************************** Footer links *********************/

/* Start **************************** Footer licensing information *********************/
.core-footer-licensing-information-wrapper {
    text-align: center;
    padding: 1vw 2vw 2vw 2vw;
}

/* End **************************** Footer licensing information *********************/

/* Start **************************** Responsible gambling week banner *********************/
.responsible-gambling-week-container {
    width: 100%;
    height: 140px;
    background: url('../images/responsible-gambling-week/responsible-image-desktop.png') center no-repeat;
    background-size: cover;
}

.responsible-gambling-week-container a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.responsible-gambling-week-footer-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.responsible-gambling-week-footer-container a {
    display: block;
    cursor: pointer;
}

.responsible-gambling-week-footer-container img {
    max-height: 100%;
}

/* End **************************** Responsible gambling week banner *********************/

/* Start **************************** Custom Popup *********************/
.core-custom-popup-overlay * {
    box-sizing: border-box;
}

.core-custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    box-sizing: border-box;
}

.core-custom-popup-overlay:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: -2;
}

.core-custom-popup-wrapper {
    position: relative;
    padding: 2vw;
    max-width: 60%;
    max-height: 80%;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.core-custom-popup-wrapper .core-custom-popup-inner {
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.core-custom-popup-wrapper .core-custom-popup-inner::-webkit-scrollbar {
    width: 5px;
}

.core-custom-popup-wrapper .core-custom-popup-inner::-webkit-scrollbar-track {
    background: #bdbcbc;
}

.core-custom-popup-wrapper .core-custom-popup-inner::-webkit-scrollbar-thumb {
    background: #929292;
    border-radius: 10px;
}

.core-custom-popup-wrapper .core-custom-popup-inner::-webkit-scrollbar-thumb:hover {
    background: #444444;
}

.core-custom-popup-wrapper .core-custom-popup-image {
    max-width: 100%;
    max-height: 100%;
}

.core-custom-popup-wrapper .core-custom-popup-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.core-custom-popup-cta-wrapper {
    margin-top: 1vw;
    text-align: center;
}

.core-custom-popup-cta-wrapper .core-custom-popup-cta {
    display: inline-block;
    padding: 0.5vw 1.8vw;
    margin-right: .5vw;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    background: #053cb7;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}

.core-custom-popup-cta-wrapper .core-custom-popup-cta:hover {
    background: #4b56e4;
}

.core-custom-popup-wrapper .core-custom-popup-button-close {
    position: absolute;
    top: -2.5vw;
    right: -2.5vw;
    width: 2vw;
    height: 2vw;
    cursor: pointer;
}

.core-custom-popup-wrapper .core-custom-popup-button-close:before,
.core-custom-popup-wrapper .core-custom-popup-button-close:after {
    position: absolute;
    content: '';
    left: -.3vw;
    width: 129%;
    height: 4px;
    background: #fff;
    border-radius: 5px;
    /* transform-origin: top left; */
}

.core-custom-popup-wrapper .core-custom-popup-button-close:before {
    top: 0.9vw;
    transform: rotate(45deg);
}

.core-custom-popup-wrapper .core-custom-popup-button-close:after {
    bottom: 0.9vw;
    transform: rotate(-45deg);
}

/* End **************************** Custom Popup ***********************/

/* Start **************************** Cookie policy *********************/
.core-cookie-policy-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 15px 5px;
    width: 100%;
    font-size: 14px;
    background: #fff;
    z-index: 99999;
    box-sizing: border-box;
}

.core-cookie-policy-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.core-cookie-policy-icon {
    width: 20px;
    height: 20px;
    background-image: url('https://unicorn-cdn.bingosys.net/functionality/api/images/cookie/cookie-icon.webp');
    background-size: contain;
}

.core-cookie-policy-container .core-cookie-policy-text {
    margin: 0 20px;
}

.core-cookie-policy-container .core-cookie-policy-text a {
    text-decoration: underline;
}

.core-cookie-policy-container .core-cookie-policy-button {
    background: #00cccc;
    width: 8vw;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 15px 5px;
    border: 0;
    border-radius: 25px;
    box-shadow: 0 3px 1px #0c9797;
    cursor: pointer;
}

/* End **************************** Cookie policy *********************/

/* Start **************************** Breadcrumbs *********************/

.core-page-breadcrumbs {
    display: flex;
    list-style: none;
    font-size: 12px;
    overflow: hidden;
}

.core-page-breadcrumbs .core-page-breadcrumbs-item {
    white-space: nowrap;
}

.core-page-breadcrumbs .core-page-breadcrumbs-item:not(:last-child)::after {
    content: '>';
    padding: 8px;
}

.core-page-breadcrumbs .core-page-breadcrumbs-item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.core-page-breadcrumbs-item a {
    text-decoration: underline;
}


/* End **************************** Breadcrumbs *********************/

/* Start **************************** Short Registration Form *********************/

.core-short-registration-form {
    width: 100%;
}

.core-short-registration-form-input-wrapper .core-short-registration-form-input {
    width: 100%;
    background: transparent;
    padding: 7px 5px 7px 47px;
    border: 1px solid rgb(0 0 0 / 16%);
    outline: none;
    border-radius: 12px;
    margin-top: 5px;
    font-size: 16px;
    font-family: sans-serif;
    color: rgb(0 0 0 / 65%);
}

.core-short-registration-form-input-wrapper .core-short-registration-form-input:focus{
    box-shadow: 0 0 5px rgb(0 0 0 / 75%);
    border: 1px solid rgb(0 0 0 / 70%);
}

.core-short-registration-form-input-wrapper.core-error .core-short-registration-form-input,
.core-short-registration-form-input-wrapper.core-error .core-short-registration-form-input:focus{
    border-color: #dc3545;
}

.core-short-registration-form-input-wrapper.core-first-name .core-short-registration-form-input,
.core-short-registration-form-input-wrapper.core-last-name .core-short-registration-form-input {
    background: url("../images/short-registration-form/form_name_icon.svg") 15px center no-repeat;
    background-size: 25px;
}

.core-short-registration-form-input-wrapper.core-email .core-short-registration-form-input {
    background: url("../images/short-registration-form/form_email_icon.svg") 15px center no-repeat;
    background-size: 25px;
}

.core-short-registration-form-input-wrapper .core-error-message {
    font-size: 11px;
    font-family: sans-serif;
    color: #dc3545;
    min-height: 15px;
    padding-left: 5px;
}

.core-short-registration-submit-button {
    width: 100%;
}

.core-short-registration-submit-button button {
    width: 100%;
    border: 3px solid #000;
    border-radius: 17px;
    padding: 12px;
    color: #000;
    font-size: 21px;
    font-family: sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

/* End **************************** Short Registration Form *********************/

@media only screen and (max-width: 1280px) {
    .core-short-registration-submit-button button {
        border-radius: 12px;
        padding: 5px;
        font-size: 18px;
    }
}

/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (max-width: 768px) {
    .core-generic-terms-iframe {
        min-height: 70vh;
    }
    /* Start **************************** Footer links *********************/
    .core-footer-links-wrapper .core-footer-links .core-footer-link {
        padding: 0 4vw;
    }

    /* End **************************** Footer links *********************/
    /* Start **************************** Footer regulatory section *********************/
    .core-footer-responsible-gaming-wrapper {
        padding: 3.5vw 3vw;
    }

    .core-footer-responsible-gaming-content {
        flex-direction: column;
    }

    .core-footer-responsible-gaming-content .right-block {
        flex-direction: row;
        margin-top: 2vw;
    }

    .core-footer-responsible-gaming-content .right-block a {
        margin: 0 2vw;
    }

    /* End **************************** Footer regulatory section *********************/
    /* Start **************************** Custom Popup ***********************/
    .core-custom-popup-wrapper {
        max-width: 90%;
        padding: 5vw;
    }

    .core-custom-popup-cta-wrapper {
        margin-top: 5vw;
    }

    .core-custom-popup-cta-wrapper .core-custom-popup-cta {
        padding: 3vw 7vw;
    }

    .core-custom-popup-wrapper .core-custom-popup-button-close {
        top: -7.5vw;
        right: 0;
        width: 6vw;
        height: 6vw;
    }

    .core-custom-popup-wrapper .core-custom-popup-button-close:before,
    .core-custom-popup-wrapper .core-custom-popup-button-close:after {
        left: -1vw;
    }

    .core-custom-popup-wrapper .core-custom-popup-button-close:before {
        top: 2.5vw;
        transform: rotate(45deg);
    }

    .core-custom-popup-wrapper .core-custom-popup-button-close:after {
        bottom: 2.5vw;
        transform: rotate(-45deg);
    }

    /* End **************************** Custom Popup ***********************/
    /* Start **************************** Responsible gambling week banner *********************/
    .responsible-gambling-week-container {
        height: 63px;
        background: url('../images/responsible-gambling-week/responsible-image-mobile.png') center no-repeat;
        background-size: cover;
    }

    /* End **************************** Responsible gambling week banner *********************/
    /* Start **************************** Cookie policy *********************/
    .core-cookie-policy-wrapper {
        font-size: 4vw;
    }

    .core-cookie-policy-wrapper .core-cookie-policy-icon {
        display: none;
    }

    .core-cookie-policy-container .core-cookie-policy-button {
        width: 23vw;
        flex-shrink: 0;
        padding: 10px 0;
    }

    /* End **************************** Cookie policy *********************/
}

@media only screen and (max-width: 455px) {
    /* Start **************************** Short Registration Form *********************/

    .core-short-registration-form-input-wrapper .core-short-registration-form-input {
        border-radius: 8px;
    }

    .core-short-registration-form-input-wrapper.core-first-name .core-short-registration-form-input,
    .core-short-registration-form-input-wrapper.core-last-name .core-short-registration-form-input {
        background-size: 20px;
    }

    .core-short-registration-submit-button button {
        font-size: 20px
    }
    /* End **************************** Short Registration Form *********************/
}

.core-cms-pagination-pages-list {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.core-cms-pagination-pages-list .disabled {
    pointer-events: none;
    cursor: default;
}

.core-cms-pagination-page-number, .core-cms-pagination-page-btn {
    margin: 0 10px;
}

.core-cms-pagination-page-number .active {
    font-weight: bold;
}

