    @font-face {
            font-family: 'Heebo-Regular';
            src: url('https://storage.googleapis.com/bbassets/fonts/Heebo-Regular.ttf') format('truetype');
    }

    @font-face {
            font-family: 'Heebo-Bold';
            src: url('https://storage.googleapis.com/bbassets/fonts/Heebo-Bold.ttf') format('truetype');
    }

    .glue-bold-font{
        font-family: 'Heebo-Bold';
    }


    .glue-color1 {
        background-color:#181818;
    }

    .glue-color2 {
        background-color:#ffffff;
    }

    .glue-color3 {
        background-color:#bd2426;
    }

    .glue-color4 {
        background-color:#343434;
    }

    .glue-color5 {
        background-color:#de9293;
    }

    .glue-text-color1 {
        color:#181818;
    }

    .glue-text-color2 {
        color:#ffffff;
    }

    .glue-text-color3 {
        color:#bd2426;
    }

    .glue-text-color4 {
        color:#343434;
    }

    .glue-text-color5 {
        color:#de9293;
    }

    .glue-fill-color1 {
        fill:#181818;
    }

    .glue-fill-color2 {
        fill:#ffffff;
    }

    .glue-fill-color3 {
        fill:#bd2426;
    }

    .glue-fill-color4 {
        fill:#343434;
    }

    .glue-fill-color5 {
        fill:#de9293;
    }


    .glue-icon-stroke{fill:#ffffff}
    .glue-icon-fill-back{fill:none;}

    .glue-fill-color1 .icon-fill,path.glue-fill-color1{fill:#181818}
    .glue-fill-color1 .icon-fill-light{opacity:0.5;fill:#181818}

    .glue-fill-color2 .icon-fill,path.glue-fill-color2{fill:#ffffff}
    .glue-fill-color2 .icon-fill-light{opacity:0.5;fill:#ffffff}

    .glue-fill-color3 .icon-fill,path.glue-fill-color3{fill:#bd2426}
    .glue-fill-color3 .icon-fill-light{opacity:0.5;fill:#bd2426}

    .glue-fill-color4 .icon-fill,path.glue-fill-color4{fill:#343434}
    .glue-fill-color4 .icon-fill-light{opacity:0.5;fill:#343434}

    .glue-fill-color5 .icon-fill,path.glue-fill-color5{fill:#de9293}
    .glue-fill-color5 .icon-fill-light{opacity:0.5;fill:#de9293}



    a.glue-text-color3{
        color:#bd2426 !important;
    }

    .glue-club-widget {
        text-align: center;
        position: fixed;
        left: 25px;
        bottom: 15px;
        font-family: 'Heebo-Regular';
        font-size: 14px;
        z-index: 9999999999;
        box-shadow: 0px 0px 80px rgba(0,0,0,0.75);
        -webkit-box-shadow: 0px 0px 80px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 80px rgba(0,0,0,0.75);
        background-color: rgba(0,0,0,0.175);
    }

    .glue-club-widget .glue-club-mobile-only{
        display:none;
    }

.glue-club-widget + .glue-widget-background{
        display:none;
}

        .glue-club-widget > div:not(.active){
            display:none;
        }

    .glue-club-start-button{    
        cursor:pointer;
    }

    .glue-club-first-btn{
        background:#bd2426;
        color:#ffffff;
        cursor:pointer;
        height:38px;
        padding:0px 20px;
        border-radius:10px;
        margin:15px auto;
        line-height:38px;
        width: fit-content;
    }

/* Positioning */

.glue-float-left{
    float:left;
}

.glue-float-right{
    float:right;
}

/* Start mode */
    .glue-club-start-button{
        width:96px;
        height:97px;
        position:relative;
    }

        .glue-club-start-button svg.glue-present {
            position: relative;
            top:5px;
        }

        .glue-club-start-button .glue-club-start-label{
            font-size: 12px;
            font-weight: bold;
            position:absolute;
            bottom:0;
            left:0;
            width:100%;
            height: 30px;
            line-height: 30px;
            text-transform:uppercase;
        }

.glue-club-signup,.glue-club-signin,.glue-club-code,.glue-club-coupons {
    width: 300px;
    height: 583px;
    box-sizing: border-box;
    background:#181818;
    border-radius:10px;
}

/* Sign up form */

.glue-widget-footer svg {
    position: relative;
    top: 4px;
}

.glue-club-join-input-holder {
    margin-bottom: 15px;
}

.glue-club-join-input-label {
    width: 250px;
    margin: 0 auto 8px;
    text-align: left;
    height: 20px;
}

.glue-club-widget input {
    width: 250px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 0 !important;
    color:#bd2426;
    background-color:#181818;
}

.glue-club-signin .glue-club-join-input-holder {
    margin: 30px 0 40px;
}

.glue-club-signup,.glue-club-signin {
    padding-top: 140px;
}

.glue-club-join-footer {
    margin: 50px 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.glue-club-join-image-holder {
    height: 171px;
    position: absolute;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.glue-club-signup .glue-club-join-image-holder::after{
    content:'\A';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:linear-gradient(to bottom, transparent, #181818)
}

.glue-club-join-image-holder img {
    height: 100%;
    width: 100%;
}

.glue-club-join-reward-label {
    position: absolute;
    background: #bd2426;
    padding: 0 10px;
    right: 0;
    bottom: 60px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    z-index: 1;
}

.glue-club-join-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #0d1010;
    width: calc(100% - 50px);
    margin: 0 auto 5px;
    z-index: 99999999;
    position: relative;
}

.glue-widget-footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
    font-size: 12px;
    direction: ltr;
}

.glue-close-icon {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 10;
    background: #fff;
    width: 33px;
    height: 33px;
    border-radius: 17px;
    border: 1px solid #000;
    cursor: pointer;  
    box-sizing: border-box;
}

.glue-close-icon svg {
    position: relative;
    top:7px;
    width: 50%;
    height: 50%;
}

.glue-club-code {
    padding: 30% 0px;
}

/* widget ticket background */

.glue-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    z-index: -1;
}

    .glue-back svg {
        width: 100%;
    }

    .glue-back svg path {
        filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 0.4));
    }

.glue-club-back-btn {
    position: absolute;
    top: 25px;
    left: 25px;
}

/* Phone input */

.glue-club-widget .iti__country-list {
    background-color:#343434;
}

/* Member section */

.glue-club-member {
    width: 300px;
    padding-bottom: 20px;
    border-radius:10px;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
}

.glue-logout-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.glue-club-member-trophy {
    margin-right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    box-sizing: border-box;
    padding: 3px;
}

.glue-club-member-name {
    font-size: 18px;
}

.glue-club-member-trophy:not(.glue-show-trophy) {
    display: none;
}

.glue-club-member-name-holder {
    padding: 10px;
}

.glue-club-member > div {
    width: 100%;
    min-height: 40px;
    padding: 10px 10px;
    box-sizing: border-box;
}

.glue-club-member-label {
    line-height: 15px;
}

.glue-club-member-label a {
    font-size: 12px;
    line-height: 15.5px;
    margin-left: 5px;
}

/* Coupons list */

.glue-club-coupons {
    border-radius: 10px;
}

.glue-coupon-entry {
    width: 95%;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px auto;
    height: 210px;
    text-align: left;
    font-size: 14px;
    border-radius: 10px;
    position:relative;
}

    .glue-club-join-form {
        position: relative;
        top: 30px;
        padding: 0 10px;
    }

.glue-coupons-list {
    box-sizing: border-box;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.glue-coupon-use-btn {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.glue-coupon-entry:not(.glue-used-coupon) .glue-coupon-used{
    display:none;
}

.glue-coupon-entry.glue-used-coupon .glue-coupon-use-btn{
    display:none;
}

.glue-club-member:not(.glue-show-rewards) .glue-hide-rewards {
    display: none;
}

.glue-club-member.glue-show-rewards .glue-show-rewards {
    display: none;
}

.glue-club-member-rewards-list {
    height: 0;
    overflow: hidden;
}

.glue-show-rewards .glue-club-member-rewards-list {
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

.glue-coupon-image {
    position: relative;
    height: 50%;
    overflow: hidden;
    margin-bottom: 5px;
}

.glue-coupon-offering {
    position: absolute;
    background: #bd2426;
    padding: 0px 10px;
    right: 0;
    top: calc(70% - 24px);
}

.glue-coupon-image img {
    width: 100%;
}

.glue-empty-list-text {
    margin: 30% 0;
}

/* Spinner */

.glue-spinner-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block !important;
    background: rgba(0,0,0,0.25);
    border-radius: 10px;
}

.glue-spinner-holder svg {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
}

.glue-spinner-holder svg path {
    fill: #bd2426;
}

/* RTL */

.glue-club-widget.glue-direction-rtl {
    left: initial;
    right: 25px;
    direction: rtl;
}

.glue-club-widget.glue-direction-rtl .glue-float-left{
    float:right;
}

.glue-club-widget.glue-direction-rtl .glue-float-right{
    float:left;
}

.glue-club-widget.glue-direction-rtl .glue-coupon-entry {
    text-align: right;
}

.glue-club-widget.glue-direction-rtl .glue-club-member-label a {
    margin-left: 0;
    margin-right: 5px;
}

.glue-club-widget.glue-direction-rtl  .glue-club-join-input-label {
    text-align: right;
}

.glue-club-member-trophy {
    margin-left: 10px;
    margin-right: 0px;
}

/* Error message */

.glue-club-error-message-holder{
    display:none;
}

.glue-club-widget.show-error .glue-club-error-message-holder{
    display: block;
    position: absolute;
    background: #fff;
    color: #000;
    border: 1px solid red;
    top: 40%;
    width: 90%;
    left: 5%;
    border-radius: 10px;
    font-size: 14px;
    z-index: 999999;
    min-height: 100px;
    padding: 10px;
    box-sizing: border-box;
}

.glue-club-error-message-holder .glue-club-error-title{
    font-size:18px;
    margin-bottom: 15px;
}

.glue-club-error-message-holder .glue-club-error-close{
    position:absolute;
    width:100%;
    bottom:5px;
    left: 0;
}

.glue-club-error-message-holder .glue-club-error-message{
    margin-bottom:30px;
}

/* Loader */

.glue-club-loader{
    display:none;
}

.glue-club-widget.glue-inprocess .glue-club-loader{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999999999;
    border-radius: 10px;
}

.glue-club-widget.glue-inprocess .glue-club-loader .glue-club-loader-icon {
    width: 50%;
    position: absolute;
    left: 25%;
    top: 25%;
    border-radius: 50%;
    overflow: hidden;
    animation: pulse 1s infinite;
}

/* Responsive */

@media (max-width: 900px) {
    .glue-club-widget{
        font-size:20px;
    }

    .glue-club-widget:not(.glue-widget-minimized) .glue-club-mobile-maximizer{
        display:none;
    }

    .glue-club-widget.glue-widget-minimized .glue-club-mobile-minimizer{
        display:none;
    }

    .glue-club-widget.glue-widget-minimized {
        top: calc(100% - 43px);
        width: 70px;
        overflow: hidden;
        border-radius: 10px 0 0;
        bottom: initial;
    }

    .glue-club-mobile-maximizer {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 12% calc(50% - 14px);
    }

    .glue-club-mobile-tab {
        width: 100%;
        position: relative;
    }

    .glue-club-widget .glue-club-mobile-only{
        display:block;
    }

    .glue-club-widget.glue-widget-open {
        left: 0;
        right: 0;
        height: 85%;
    }

    .glue-club-widget.glue-club-widget-open{
        width:100%;
        height:100%;
        left:0;
        right:0;
        bottom: -26px;
    }

    .glue-club-widget + .glue-widget-background{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.25);
        z-index:999999;
    }

.glue-club-widget.glue-club-widget-open + .glue-widget-background{
        display:block;
}

    .glue-close-icon{
        top:5px;
        right:5px;
        padding: 3px;
    }

        .glue-close-icon svg {
            position: relative;
            top:-7px;
        }

    .glue-club-signup, .glue-club-signin, .glue-club-code, .glue-club-coupons {
        width: 95%;
        height: 100%;
        box-sizing: border-box;
        position: relative;
        margin:auto;
    }

    .glue-back svg {
        width: 100%;
        height: 100%;
    }

    .glue-club-join-form {
        top:0px;
    }

    .glue-club-join-footer{
        bottom: 10px;
    }

    .glue-widget-footer {
        bottom:10px;
    }

    .glue-club-member{
        width:180px;
        max-width: 100%;
    }

    .glue-club-member.glue-show-rewards{
        width:300px;
    }

    .glue-coupons-list{
        max-height:600px;
    }
}

@media (max-height: 700px) {
    .glue-club-join-title{
        margin-bottom:0px;
    }

    .glue-club-join-footer {
        margin: 15px 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}