@import url("global.css");

/* ==========================================================================
   Header
   ========================================================================== */
header.main-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    display: block;
    background: linear-gradient(0deg, #191919 0%, #2400F6 100%);
}

.top-header {
    padding: 8px 10px;
    height: 53px;
}

.hamburger-menu {
    width: 25px;
    height: 19px;
    background: url('//cdn.boylesports.com/mobile-images-v3/bingo-menu.svg') no-repeat 0px 0px;
    display: inline-block;
    background-size: contain;
    position: relative;
    margin-right: 15px;
}

.back-menu {
    width: 25px;
    height: 19px;
    background: url('//cdn.boylesports.com/sportsbook-v5/arrow-outline-white.svg') no-repeat 0px 0px;
    display: inline-block;
    background-size: contain;
    position: relative;
    margin-right: 15px;
    transform: rotate(180deg);
}

.bingo-header-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.boylesports-bingo-logo {
    width: 133px;
    height: 20px;
    display: inline-block;
    background: url('//cdn.boylesports.com/sportsbook-v5/logo/bingo-logo.svg') center center no-repeat;
    background-size: contain;
    position: relative;
}

.button-login,
.button-registration {
    padding: 9px 15px !important;
}

.button-login {
    border: none;
    font-weight: 600;
    box-shadow: none !important;
}

.button-registration {
    background: #c8f134;
    color: #303030 !important;
    font-weight: 600;
}

.betcounts {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 18px !important;
    height: 18px !important;
    line-height: 18px;
    font-size: 12px;
}

/* Top Navigation */
#top-nav ul li {
    padding: 15px 15px;
    border-right: 1px solid #fff;
}

    #top-nav ul li a {
        color: #fff;
        font-size: 16px;
    }

    #top-nav ul li:last-child {
        border-right: 0px;
    }

    #top-nav ul li.active {
        background: #001f60;
    }

/* Community nav*/
ul#community-nav {
    padding: 0;
}

    ul#community-nav li a {
        display: block;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

        ul#community-nav li a.active {
            background: #001f60;
        }

    ul#community-nav a.active:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #001f60;
        top: 100%;
        left: 50%;
        margin-left: -10px;
    }

/* Image Slider */
.carousel-slider {
    position: relative;
    overflow: hidden;
    display: none;
}

    .carousel-slider div img {
        width: 100%;
    }

    .carousel-slider ul.slick-dots {
        padding: 0px;
        margin: 0px;
        margin: 0 auto;
        width: 100%;
        position: absolute;
        bottom: 5px;
        text-align: center;
    }

        .carousel-slider ul.slick-dots li {
            display: inline;
            margin: 0px 3px;
        }

            .carousel-slider ul.slick-dots li button {
                width: 12px;
                height: 12px;
                text-indent: 25px;
                overflow: hidden;
                background: #001f60;
                padding: 0px !important;
                -webkit-border-top-left-radius: 50%;
                -webkit-border-top-right-radius: 50%;
                -webkit-border-bottom-right-radius: 50%;
                -webkit-border-bottom-left-radius: 50%;
                -moz-border-radius-topleft: 50%;
                -moz-border-radius-topright: 50%;
                -moz-border-radius-bottomright: 50%;
                -moz-border-radius-bottomleft: 50%;
                border-top-left-radius: 50%;
                border-top-right-radius: 50%;
                border-bottom-right-radius: 50%;
                border-bottom-left-radius: 50%;
            }

            .carousel-slider ul.slick-dots li.slick-active button {
                background: #4bad00;
            }

/* ==========================================================================
   Body
   ========================================================================== */

/* Games Tile */
.sort {
    width: 125px;
    padding-right: 25px;
}

.games-row {
    padding: 0px 5px;
    clear: both;
    margin: 0 auto;
}

.games-tile {
    float: left;
    padding: 0px 5px;
    margin-bottom: 10px;
    width: 200px;
}

    .games-tile .content {
        position: relative;
    }

.game-icon {
    background-size: 100% 125px;
    width: 100%;
    height: 125px;
}

.game-name {
    text-transform: capitalize;
}

    .game-name .more-info {
        top: -4px;
        text-transform: lowercase;
    }

.game-sash, .game-jackpot, .promo-sash, .game-widget-sash, .game-widget-jackpot, .game-detail-sash {
    position: absolute;
    z-index: 1;
    color: #fff;
}

.game-sash, .game-widget-sash {
    top: 15px;
    padding: 5px;
    left: 0px;
}

.sash-hot {
    background: #bd0000;
}

.sash-new {
    background: #4aad00;
}

.games-box {
    padding: 0px 5px;
    margin-bottom: 10px;
    width: 200px;
}

    .games-box .content {
        position: relative;
    }

#pap-games ul {
    text-align: left;
}

.round-corner-img {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.promo-img-wrapper {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.promo-ends {
    width: 100%;
    position: absolute;
    padding: 10px 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}

/* ==========================================================================
   Footer
   ========================================================================== */
#gamelinks ul li {
    width: 150px;
}

    #gamelinks ul li a img {
        width: 100%;
    }

.icon-licenses a {
    display: inline-block;
}

/* Static Footer Pages */
ul.responsible li, #rule-book-container p, #rule-book-container ul li {
    padding-bottom: 10px;
}

ul.list-set-num li {
    padding: 5px;
}

table.cookies {
    margin-top: 20px;
    border: 1px solid black;
}

    table.cookies th {
        font-weight: bold;
        text-align: center;
    }

table.cookies, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 3px;
}

    table.cookies tr td:first-child {
        word-break: break-all;
    }

    table.cookies td {
        width: 25%;
    }



/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
    clear: both;
    background: #dedddd;
    height: 40px;
}

    .breadcrumbs ul {
        padding-left: 10px;
        margin: 0;
        clear: both;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .breadcrumbs ul li {
            float: left;
            padding: 10px 7px 10px 0;
        }

            .breadcrumbs ul li a {
                color: inherit;
                color: #303030;
                font-weight: 500;
            }

                .breadcrumbs ul li a.active {
                    text-decoration: underline;
                    color: #303030;
                }


/* ==========================================================================
   Select List, Modals, Overlays, Loader
   ========================================================================== */
.overlays {
    background-color: rgba(21, 21, 21, 0.8);
    min-height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 99;
    display: none;
}

.loader {
    min-width: 100px;
    min-height: 100px;
    background: url('//boylesports.azureedge.net/mobile-lotto-images/ring.gif') no-repeat center;
    position: fixed;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px !important;
    z-index: 999999;
    top: 50% !important;
    text-align: center;
}

    .loader span {
        color: #fff !important;
        font-size: 14px;
        line-height: 100px;
    }

.select {
    background: #f4f4f4;
    padding: 10px;
    color: #303030;
    font-weight: normal;
    text-transform: capitalize;
    position: relative;
}

    .select em {
        font-style: normal;
        font-weight: normal;
        text-transform: none;
    }

    .select:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -8px;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAjCAYAAAAAEIPqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUYzNzFDNDkyMEYzMTFFNkI5QUZGRURBRUQxMDIyREEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUYzNzFDNEEyMEYzMTFFNkI5QUZGRURBRUQxMDIyREEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RjM3MUM0NzIwRjMxMUU2QjlBRkZFREFFRDEwMjJEQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RjM3MUM0ODIwRjMxMUU2QjlBRkZFREFFRDEwMjJEQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pqj3vOIAAABWSURBVHja7NaxDcAgDARAHGUge/8hPBJkgrSAdC/RX/EWH5k5x2V5xoWBhv7J+73YCehu9YCGhoaGPuNH3DpNq0o9oB2iaaoe0NDQ0NCmqXpAn5ElwABuVQndjvcGGAAAAABJRU5ErkJggg==') no-repeat;
        width: 20px;
        height: 20px;
        background-size: 20px;
    }

    .select select {
        color: #303030;
        font-family: "Roboto Condensed", sans-serif;
        border: 0px;
        padding: 0px;
        margin-bottom: 0px;
        background: none;
        line-height: 20px;
        font-size: 13.5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        display: block;
        position: relative;
        z-index: 2;
        height: auto;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-weight: bold;
    }



.modals {
    position: fixed;
    margin-left: 0;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: none;
    width: 400px;
    z-index: 999;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .modals h1 {
        font-size: 30px;
    }

.modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: arial;
    font-weight: bold;
}

    .modal-close a {
        color: #303030;
        font-size: 17px;
    }

.tc-content {
    min-height: 205px;
    max-height: 600px;
    overflow-y: scroll;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
    background: #fff;
}

#slConfirmationDialog {
    position: fixed;
    margin-left: -150px;
    left: 50%;
    top: 70px;
    display: none;
    max-width: 300px;
    z-index: 999;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#popup_container {
    padding: 10px;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    min-width: 300px;
    max-width: 600px;
    background: #FFF;
    color: #000;
    top: 50% !important;
    left: 50% !important;
}

#popup_title {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.75em;
    color: #000;
    background: #dedddd;
    cursor: default;
    padding: 5px 0px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border: none;
}

#popup_message {
    padding: 10px;
}

#popup_content {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_ok {
    background: #4aad00;
    color: #fff;
    border-radius: 3px;
    height: 30px !important;
}

/* ==========================================================================
   404 - Not Found
   ========================================================================== */
h1.not-found {
    font-size: 80px;
}

h3.not-found {
    font-size: 30px;
}

p.not-found {
    font-size: 18px;
}

.plug {
    background: url('../images/img-plug.jpg') no-repeat center;
}

hr.plug-wire {
    display: block;
    height: 1px;
    border: 0;
    border-top: 5px solid white;
    margin: 1em 0;
    padding: 0;
    position: relative;
    top: -10px;
}

    hr.plug-wire:after {
        background: url('../images/img-plug.jpg') no-repeat center;
        height: 50px;
        content: "";
        display: block;
        height: 50px;
        position: relative;
        top: -25px;
    }

/* ==========================================================================
   Miscellanous Helper and Override Classes
   ========================================================================== */

/* Hamburger */
#hamburger-scroll ul {
    padding: 0 0 0 0px !important;
    margin: 0px;
}

#hamburger-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.blueballoon-right-container {
    top: 49px;
    right: -5px;
    width: 310px;
    border-radius: 5px;
    z-index: 999999999;
    position: absolute;
    display: none;
    border-top: 1px solid #7d8dae;
}

    .blueballoon-right-container:before {
        content: '';
        position: absolute;
        bottom: 100%;
        right: 19px;
        margin-right: -12px;
        width: 0;
        height: 0;
        border-bottom: 17px solid #7d8dae;
        border-right: 13px solid transparent;
        border-left: 12px solid transparent;
    }

    .blueballoon-right-container:after {
        content: '';
        position: absolute;
        bottom: 100%;
        right: 19px;
        margin-right: -11px;
        width: 0;
        height: 0;
        border-bottom: 15px solid #001f60;
        border-right: 12px solid transparent;
        border-left: 10px solid transparent;
    }

    .blueballoon-right-container .header {
        background: #001f60;
        padding: 10px;
        font-weight: bold;
        color: #fff;
        border-bottom: 1px solid #7d8dae;
        border-left: 1px solid #7d8dae;
        border-right: 1px solid #7d8dae;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.blueballoon-left-container {
    top: 49px;
    left: -5px;
    width: 310px;
    border-radius: 5px;
    z-index: 999999999;
    position: absolute;
    display: none;
    border-top: 1px solid #7d8dae;
}

    .blueballoon-left-container:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 19px;
        margin-left: -13px;
        width: 0;
        height: 0;
        border-bottom: 17px solid #7d8dae;
        border-right: 13px solid transparent;
        border-left: 12px solid transparent;
    }

    .blueballoon-left-container:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 19px;
        margin-left: -11px;
        width: 0;
        height: 0;
        border-bottom: 15px solid #001f60;
        border-right: 12px solid transparent;
        border-left: 10px solid transparent;
    }

    .blueballoon-left-container .header {
        background: #001f60;
        padding: 10px;
        font-weight: bold;
        color: #fff;
        border-bottom: 1px solid #7d8dae;
        border-left: 1px solid #7d8dae;
        border-right: 1px solid #7d8dae;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.floatingLogin,
.greyballoon-right-container {
    top: 52px;
    right: -5px;
    width: 310px;
    border-radius: 5px;
    z-index: 5;
    position: absolute;
    display: none;
}

    .greyballoon-right-container:before {
        content: '';
        position: absolute;
        bottom: 100%;
        right: 19px;
        margin-right: -12px;
        width: 0;
        height: 0;
        border-bottom: 17px solid #dedddd;
        border-right: 13px solid transparent;
        border-left: 12px solid transparent;
    }

    .greyballoon-right-container:after {
        content: '';
        position: absolute;
        bottom: 100%;
        right: 19px;
        margin-right: -11px;
        width: 0;
        height: 0;
        border-bottom: 15px solid #dedddd;
        border-right: 12px solid transparent;
        border-left: 10px solid transparent;
    }

    .greyballoon-right-container .header {
        background: #dedddd;
        padding: 10px;
        font-weight: bold;
        color: #303030;
        border-bottom: 1px solid #dedddd;
        border-left: 1px solid #dedddd;
        border-right: 1px solid #dedddd;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.floatingLogin {
    position: fixed;
    top: 60px;
    right: 5px;
}

.greyballoon-left-container {
    top: 49px;
    left: -5px;
    width: 310px;
    border-radius: 5px;
    z-index: 999999999;
    position: absolute;
    display: none;
    border-top: 1px solid #dedddd;
}

    .floatingLogin .header:before,
    .greyballoon-left-container:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 19px;
        margin-left: -13px;
        width: 0;
        height: 0;
        border-bottom: 17px solid #dedddd;
        border-right: 13px solid transparent;
        border-left: 12px solid transparent;
    }

    .greyballoon-left-container:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 19px;
        margin-left: -11px;
        width: 0;
        height: 0;
        border-bottom: 15px solid #dedddd;
        border-right: 12px solid transparent;
        border-left: 10px solid transparent;
    }

    .greyballoon-left-container .header {
        background: #dedddd;
        padding: 10px;
        font-weight: bold;
        color: #303030;
        border-bottom: 1px solid #dedddd;
        border-left: 1px solid #dedddd;
        border-right: 1px solid #dedddd;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.floatingLogin .header:before {
    left: unset;
    right: 85px;
}

@media (max-width: 320px) {
    .floatingLogin .header:before {
        right: 65px;
    }
}

.dark-greyballoon-right-container {
    top: 49px;
    right: -5px;
    width: 310px;
    border-radius: 5px;
    z-index: 10;
    position: absolute;
    display: none;
}

    .dark-greyballoon-right-container:after {
        content: '';
        position: absolute;
        bottom: 100%;
        right: 19px;
        margin-right: -11px;
        width: 0;
        height: 0;
        border-bottom: 15px solid #dedddd;
        border-right: 12px solid transparent;
        border-left: 10px solid transparent;
    }

    .dark-greyballoon-right-container .header {
        background: #dedddd;
        padding: 10px;
        font-weight: bold;
        color: #303030;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.dark-greyballoon-left-container {
    top: 49px;
    left: -5px;
    width: 310px;
    border-radius: 5px;
    z-index: 999999999;
    position: absolute;
    display: none;
    border-top: 1px solid #595959;
}

    .dark-greyballoon-left-container:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 19px;
        margin-left: -13px;
        width: 0;
        height: 0;
        border-bottom: 17px solid #595959;
        border-right: 13px solid transparent;
        border-left: 12px solid transparent;
    }

    .dark-greyballoon-left-container:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 19px;
        margin-left: -11px;
        width: 0;
        height: 0;
        border-bottom: 15px solid #595959;
        border-right: 12px solid transparent;
        border-left: 10px solid transparent;
    }

    .dark-greyballoon-left-container .header {
        background: #dedddd;
        padding: 10px;
        font-weight: bold;
        color: #303030;
        border-bottom: 1px solid #595959;
        border-left: 1px solid #595959;
        border-right: 1px solid #595959;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }



.greenballoon-right-container {
    top: 49px;
    right: -5px;
    width: 310px;
    border-radius: 5px;
    z-index: 999999999;
    position: absolute;
    display: none;
}

    .greenballoon-right-container:before {
        content: '';
        position: absolute;
        bottom: 100%;
        right: 19px;
        margin-right: -12px;
        width: 0;
        height: 0;
        border-bottom: 17px solid #4aad00;
        border-right: 13px solid transparent;
        border-left: 12px solid transparent;
    }

    .greenballoon-right-container:after {
        content: '';
        position: absolute;
        bottom: 100%;
        right: 19px;
        margin-right: -11px;
        width: 0;
        height: 0;
        border-bottom: 15px solid #4aad00;
        border-right: 12px solid transparent;
        border-left: 10px solid transparent;
    }

    .greenballoon-right-container .header {
        background: #4aad00;
        padding: 10px;
        font-weight: bold;
        color: #fff;
        border-bottom: 1px solid #4aad00;
        border-top: 1px solid #4aad00;
        border-left: 1px solid #4aad00;
        border-right: 1px solid #4aad00;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.greenballoon-left-container {
    top: 49px;
    left: -5px;
    width: 310px;
    border-radius: 5px;
    z-index: 999999999;
    position: absolute;
    display: none;
    border-top: 1px solid #4aad00;
}

    .greenballoon-left-container:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 19px;
        margin-left: -13px;
        width: 0;
        height: 0;
        border-bottom: 17px solid #4aad00;
        border-right: 13px solid transparent;
        border-left: 12px solid transparent;
    }

    .greenballoon-left-container:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 19px;
        margin-left: -11px;
        width: 0;
        height: 0;
        border-bottom: 15px solid #4aad00;
        border-right: 12px solid transparent;
        border-left: 10px solid transparent;
    }

    .greenballoon-left-container .header {
        background: #4aad00;
        padding: 10px;
        font-weight: bold;
        color: #fff;
        border-bottom: 1px solid #4aad00;
        border-left: 1px solid #4aad00;
        border-right: 1px solid #4aad00;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.funnel-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.funnel-content {
    background: #f4f4f4;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.gaming-container ul li {
    display: inline-block !important;
    margin-right: 5px;
}

.gaming-container img {
    width: 58px;
}

#gamin-icon ul {
    display: flex;
}

.close-funnel {
    font-family: arial;
    width: 20px;
    height: 20px;
    text-align: center;
}

/* Registration */
#registration-funnel, #myaccount-funnel {
    right: -59px;
}

    #registration-funnel:after, #registration-funnel:before, #myaccount-funnel:after, #myaccount-funnel:before {
        right: 86px;
    }

/* Login */
/*  #login-funnel{right: -4px;}
    #login-funnel:after, #login-funnel:before{ right: 18px; }

    .steps { display: table; width: 100%; margin: 0 auto; text-align: center; position: relative; }
    .steps-point { width: 40px; height: 40px; background: #9e9d9d; display: inline-block; vertical-align: middle; margin: 0 auto;
    -webkit-border-top-left-radius: 50%; -webkit-border-top-right-radius: 50%; -webkit-border-bottom-right-radius: 50%; -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%; -moz-border-radius-topright: 50%; -moz-border-radius-bottomright: 50%; -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%;
    position:relative; z-index:2; }

    .steps-point span { display: table-cell; vertical-align: middle; width: 50px; height: 40px; color: #fff; font-size: 19px; }
    .step-lines { background: #9e9d9d; width: 65%; margin: 0 auto; position: relative; top: 25px; z-index: 1; height: 2px; }
    .steps-point.checked{ background: #4aad00!important;}
    .step-lines .meter { background: #62a700; height: 2px; }
    .steps-label { display: table; width: 100%; margin: 0 auto; text-align: center; position: relative; }
    .steps-label .label { font-weight: bold; padding-top: 5px; font-size: 12px; color: #777777; }
    .steps-label .label.checked { color: #4aad00;}
     */

.info {
    background: #0096db;
    width: 25px;
    height: 25px;
    padding-top: 3px;
    display: block !important;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-family: 'Times New Roman';
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

a:hover.tooltip-top span {
    visibility: visible;
    bottom: 35px;
    left: 50%;
    margin-left: -99px;
    z-index: 999;
}

a.tooltip-top span {
    position: absolute;
    width: 200px;
    color: #FFFFFF;
    background: #0096db;
    padding: 7px;
    line-height: 14px;
    visibility: hidden;
    border-radius: 6px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-family: arial;
    font-size: 12px;
    right: 30px;
}

    a.tooltip-top span:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        height: 0;
        border-top: 5px solid #0096db;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

.btnAmount {
    width: 40px;
    height: 40px;
    line-height: 22px;
}

.account-created-info h4 {
    padding-left: 30px;
    padding-bottom: 11px;
    font-size: 14px;
}

    .account-created-info h4.icon-check {
        background-position-y: 5px;
    }

label#cvv-label {
    font-size: 12px;
}

.notif {
    display: none;
}

.acceptance {
    font-size: 12px;
}


.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    width: 88%;
    display: block;
    line-height: 15px;
}

.lowBalanceRed {
    background: #b02323;
}

.terms {
    font-size: 13px
}

/* My Account */
.balance h1 {
    font-size: 35px;
}

.balance p {
    font-size: 16px;
    line-height: 1.5;
}

.myAccount:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 50px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 21px solid #dedddd;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.accBalance {
    border-bottom: 3px solid #001F60;
}

ul.accBalance li a {
    font-size: 12px;
    font-weight: 300;
}

button.btnWidth {
    width: 53px;
}

img.partners {
    width: 100%;
}

img.trustly {
    width: 30%;
}

.forgot-password-link {
    line-height: 25px;
}

span#errorMessage {
    float: left;
}

.btn-menu {
    font-size: 12px;
    margin: -6px 20px -6px 0px;
    padding: 5px 15px;
}

.banking-button {
    position: relative;
    top: -5px;
}

    .banking-button button {
        padding: 5px 17px;
    }

h4.icon-lock-black {
    padding-left: 20px;
}

/* Loader */
#loader {
    min-width: 100px;
    min-height: 100px;
    background: url('//boylesports.azureedge.net/mobile-lotto-images/ring.gif') no-repeat center;
    position: fixed;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px !important;
    z-index: 999999;
    top: 50% !important;
    text-align: center;
    display: none;
}

    #loader h1 {
        color: #fff !important;
        font-size: 14px;
        line-height: 100px;
    }

/*Loyalty Rewards*/
span.color-circle {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    vertical-align: top;
    margin-right: 5px;
}

.points ul {
    padding: 10px;
    margin: 0;
}

    .points ul li {
        list-style-type: disc;
        list-style-position: inside;
    }

.rewards-container {
    position: relative;
    height: 100%;
}

    .rewards-container .loyalty-rewards-image {
        width: 100%;
        background-size: cover;
    }

.rewards-overlay {
    position: absolute;
    background: rgba(21, 21, 21, 0.5) url('/Content/Images/icons/icon-search.png') center center;
    min-height: 100%;
    width: 100%;
    top: 0px;
    z-index: 99;
    display: block;
    background-repeat: no-repeat;
    background-size: 50px;
}

.earning-points h2 > i.more-info,
.loyalty-rewards h2 > i.more-info,
.how-to-redeem h2 > i.more-info {
    margin-left: 10px;
}

.earning-points .more-info,
.loyalty-rewards .more-info,
.how-to-redeem .more-info {
    top: 10px;
}

.community.bingo-lingo ul {
    margin: 0;
}

.pop-container {
    display: none;
}
/*FAQS*/
#FAQ-container header {
    font-size: 13px;
    padding: 10px;
}
/* ==========================================================================
   404 - Not Found
   ========================================================================== */
h1.not-found {
    font-size: 80px;
}

h3.not-found {
    font-size: 30px;
}

p.not-found {
    font-size: 18px;
}

.plug {
    background: url('../images/img-plug.jpg') no-repeat center;
}

hr.plug-wire {
    display: block;
    height: 1px;
    border: 0;
    border-top: 5px solid white;
    margin: 1em 0;
    padding: 0;
    position: relative;
    top: -10px;
}

    hr.plug-wire:after {
        background: url('../images/img-plug.jpg') no-repeat center;
        height: 50px;
        content: "";
        display: block;
        height: 50px;
        position: relative;
        top: -27px;
    }

.confirmation-pop-up:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 60px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 21px solid #4aad00;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}


/* ==========================================================================
   Cali Challenger - Matches
   ========================================================================== */
.msg-contact, .no-market {
    margin: 5px 0px;
    background-color: #fff;
    padding: 10px;
}

/* ==========================================================================
     Shop Locator
   ========================================================================== */
header.shop-locator {
    position: fixed;
}

.location-svcs {
    height: 150px !important;
}

ul.shop-list li {
    display: block;
    position: relative;
    list-style: none;
    font-size: 0.9em;
    border-bottom: 1px solid #CCC;
    padding: 5px 10px;
}

    ul.shop-list li .name {
        display: block;
        color: #303030;
        font-weight: bold;
        font-size: 1em;
    }

    ul.shop-list li .address {
        padding-right: 75px;
        font-size: 0.94em;
    }

    ul.shop-list li .space {
        position: absolute;
        right: 10px;
        top: 12px;
        color: #303030;
        font-size: 0.85em;
        font-weight: bold;
    }

.search-icon {
    background: url(../images/icon-search.png) 7px 7px no-repeat !important;
    height: auto !important;
    padding-left: 16px;
    color: #959595;
    margin-top: 3px;
    padding-left: 26px !important;
    float: left;
}

/* ==========================================================================
   Media Query
   ========================================================================== */

@media (max-width: 640px) {
    .truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 15px;
        width: 85%;
        display: block;
        line-height: 15px;
    }
}


@media (max-width: 480px) {
    .modals {
        width: 90%;
    }

    #registration-funnel:before, #myaccount-funnel:before {
        right: 82px;
    }

    #registration-funnel:after, #myaccount-funnel:after {
        right: 82px;
    }

    .truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 15px;
        width: 80%;
        display: block;
        line-height: 15px;
    }
}


@media (max-width: 375px) {

    .boylesports-bingo-logo {
        left: 3px;
        width: 125px;
    }

    a.button, a.button-transparent {
        padding: 8px 8px !important;
    }

    .betcounts {
        position: absolute;
        top: -5px;
        right: -5px;
        width: 16px !important;
        height: 16px !important;
        line-height: 16px;
        font-size: 12px;
    }

    .cross-sell-q ul li a span.gameTitle {
        font-size: 13px;
        padding-left: 25px;
    }

    #registration-funnel:before, #myaccount-funnel:before {
        right: 79px;
    }

    #registration-funnel:after, #myaccount-funnel:after {
        right: 79px;
    }

    #login-funnel:after, #login-funnel:before {
        right: 28px;
    }
}


@media (max-width: 340px) {
    .sort {
        width: 100px;
    }

    .boylesports-bingo-logo {
        left: 3px;
        width: 125px;
    }

    .betcounts {
        position: absolute;
        top: -5px;
        right: -5px;
        width: 16px !important;
        height: 16px !important;
        line-height: 16px;
        font-size: 12px;
    }

    .cross-sell-q ul li a span.gameTitle {
        font-size: 13px;
        padding-left: 25px;
    }

    #registration-funnel:before, #myaccount-funnel:before {
        right: 79px;
    }

    #registration-funnel:after, #myaccount-funnel:after {
        right: 79px;
    }

    #login-funnel:after, #login-funnel:before {
        right: 28px;
    }

    .radio-custom-label {
        position: relative;
        top: -17px;
        right: -11px;
    }

    .fixed-footer .promo-count {
        position: absolute;
        top: 21px;
        right: 50%;
        line-height: 21px !important;
        font-size: 11px;
        width: 20px !important;
        height: 19px !important;
        text-align: center;
    }

    #watch-live {
        font-size: 11px !important;
        padding: 12px 5px !important;
    }

    input[type=text], input[type=email], input[type=number], input[type=password], select {
        height: 34px;
    }

    .btnAmount {
        height: 34px;
        line-height: 18px;
    }

    .breadcrumbs ul li {
        display: inline-block;
        max-width: 70px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }



    .game-icon {
        background-size: 100% 100px;
        height: 100px;
    }

    .games-box {
        width: 150px;
    }
}


@media (max-height: 736px) {

    .tc-content {
        max-height: 440px;
    }
}

@media (max-height: 568px) {

    .tc-content {
        max-height: 355px;
    }
}

div#CommonImmediateDepositFields {
    padding-bottom: 3rem;
}

@media (max-height: 480px) {

    .tc-content {
        max-height: 206px;
    }
}

a#userBalance {
    padding: 10px !important;
    position: relative;
    font-size: 14px !important;
}

/* NEW DESIGN FOR LOGIN */
.box-newlogin {
    margin-top: 53px;
}

.mbingoLogin#login-funnel {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
}

.mbingoLogin.greyballoon-right-container:after {
    display: none;
}

.mbingoLogin .funnel-content {
    height: 100%
}

.mbingoLogin.greyballoon-right-container .header, .mbingoLogin .funnel-content, .mbingoLogin .funnel-scroll {
    border: none;
    border-radius: 0 !important;
}

#login-funnel:after,
#login-funnel:before {
    display: none;
}

#login-form input#name, #login-form input#password {
    font-size: 14px;
    font-family: "Roboto Condensed",sans-serif;
    border: 1px solid #cecece;
    text-indent: 0;
    padding: 0 8px;
    width: 100%;
    color: #000;
    background: #fff;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 40px;
}

.login-body form#login-form .float-right.txt-black, .login-body form#login-form label.txt-lt-gray.rememberUsername {
    font-size: 12px;
}

.login-body a.padding-10.center.round-corner.green.table-cell.txt-white.col-18 span {
    font-weight: normal !important;
    font-family: "Roboto Condensed",'arial', sans-serif !important;
}

.uxremember div {
    font-size: 13px;
}

/* NEW DESIGN FOR MY ACCOUNT */
.mbingoMyaccount#login-funnel {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
}

.greyballoon-right-container.mbingoMyaccount:before,
.mbingoMyaccount.greyballoon-right-container:after,
.mbingoMyaccount.greyballoon-right-container:before {
    display: none;
}

.myaccount-scroll {
    background: #dedddd;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#my-account,
.mbingoMyaccount .funnel-content {
    padding-bottom: 100px;
}

.mbingoMyaccount.greyballoon-right-container .header, .mbingoMyaccount .funnel-content, .mbingoMyaccount .funnel-scroll {
    border: none;
    border-radius: 0 !important;
}

.mbingoMyaccount .greyballoon-right-container .header {
    position: fixed;
    width: 100%;
    background: #dedddd;
    padding: 10px;
    font-weight: 700;
    color: #303030;
    border-bottom: 1px solid #dedddd;
    border-left: 1px solid #dedddd;
    border-right: 1px solid #dedddd;
    z-index: 999;
}

.mbingoMyaccount .header {
    width: 100%;
}

.mbingoMyaccount span.userP-balance {
    padding: 0;
}

.totalbal-display {
    font-size: 32px;
    line-height: 16px
}

/* floating login my account */
#my-account.fl-container {
    padding-bottom: 0
}

.floatingLogin .offwhite {
    border-radius: 0 0 5px 5px
}

.floatingLogin .header {
    border-radius: 5px 5px 0 0
}

/* switch css */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    top: 1px;
}

input[type=checkbox] {
    width: 30px;
    height: 30px;
    border: 1px solid #bfbfbf;
}

.ctBalShow .label {
    position: relative;
    top: -5px;
    right: 5px;
    font-size: 14px;
}

#my-account h1.strong {
    font-size: 18px;
}

button, input[type=button], input[type=checkbox], input[type=radio], input[type=reset], input[type=submit], label, select {
    cursor: pointer;
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

input.cmn-toggle-round + label {
    padding: 2px;
    width: 35px;
    height: 20px;
    background-color: #ddd;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #bd0000;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
}

input.cmn-toggle-round + label:after, input.cmn-toggle-round + label:before {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.cmn-toggle-round + label:after {
    width: 22px;
    background-color: #fff;
    -webkit-border-top-left-radius: 100%;
    -webkit-border-top-right-radius: 00%;
    -webkit-border-bottom-right-radius: 100%;
    -webkit-border-bottom-left-radius: 100%;
    -moz-border-radius-topleft: 100%;
    -moz-border-radius-topright: 100%;
    -moz-border-radius-bottomright: 100%;
    -moz-border-radius-bottomleft: 100%;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -webkit-transition: margin .4s;
    -moz-transition: margin .4s;
    -o-transition: margin .4s;
    transition: margin .4s;
}

input.cmn-toggle-round:checked + label:before {
    background-color: #4aad00;
}

input.cmn-toggle-round:checked + label:after {
    margin-left: 15px;
}
/* end switch*/

/* ERROR LOGIN MODAL */

.box-login-error {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 53px;
    z-index: 999
}

    .box-login-error h4 span {
        padding-left: 25px
    }

    .box-login-error .funnel-content {
        padding-bottom: 50px;
    }

.input-state-error {
    border: 1px solid #bd0000 !important
}

.error-input-msg {
    color: #bd0000;
    font-size: 12px;
    display: block;
    margin-top: -8px;
    margin-bottom: 10px;
}

/* CSS FOR PASSWORD MASKING */
.pass-show {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI1MTEuNjI1cHgiIGhlaWdodD0iNTExLjYyNXB4IiB2aWV3Qm94PSIwIDAgNTExLjYyNSA1MTEuNjI1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTEuNjI1IDUxMS42MjUiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iIzlCOUE5QSIgZD0iTTUwNS45MTgsMjM2LjExN2MtMjYuNjUyLTQzLjU4Ny02Mi40ODYtNzguNjA5LTEwNy40OTgtMTA1LjA2NQ0KCQljLTQ1LjAxNC0yNi40NTctOTIuNTQ5LTM5LjY4Ny0xNDIuNjA3LTM5LjY4N2MtNTAuMDU5LDAtOTcuNTk1LDEzLjIyNS0xNDIuNjEsMzkuNjg3QzY4LjE4NywxNTcuNTA4LDMyLjM1NSwxOTIuNTMsNS43MDgsMjM2LjExNw0KCQlDMS45MDMsMjQyLjc3OCwwLDI0OS4zNDUsMCwyNTUuODE4YzAsNi40NzQsMS45MDMsMTMuMDQsNS43MDgsMTkuN2MyNi42NDcsNDMuNTg4LDYyLjQ3OSw3OC42MTMsMTA3LjQ5NSwxMDUuMDYzDQoJCWM0NS4wMTUsMjYuNDYxLDkyLjU1MSwzOS42OCwxNDIuNjEsMzkuNjhjNTAuMDYxLDAsOTcuNTk0LTEzLjE3NiwxNDIuNjA3LTM5LjUzNWM0NS4wMTItMjYuMzYsODAuODU0LTYxLjQzMiwxMDcuNDk4LTEwNS4yMDcNCgkJYzMuODA1LTYuNjYsNS43MDctMTMuMjI1LDUuNzA3LTE5LjdDNTExLjYyNSwyNDkuMzQ1LDUwOS43MjMsMjQyLjc3OCw1MDUuOTE4LDIzNi4xMTd6IE0xOTQuNTY4LDE1OC4wMw0KCQljMTcuMDM0LTE3LjAzNCwzNy40NDctMjUuNTU0LDYxLjI0Mi0yNS41NTRjMy44MDYsMCw3LjA0MywxLjMzNiw5LjcwOSwzLjk5OWMyLjY2MiwyLjY2NCw0LDUuOTAxLDQsOS43MDcNCgkJYzAsMy44MDktMS4zMzgsNy4wNDQtMy45OTQsOS43MDRjLTIuNjYyLDIuNjY3LTUuOTAxLDMuOTk5LTkuNzA4LDMuOTk5Yy0xNi4zNjgsMC0zMC4zNjIsNS44MDgtNDEuOTcxLDE3LjQxNg0KCQljLTExLjYxMywxMS42MTUtMTcuNDE2LDI1LjYwMy0xNy40MTYsNDEuOTcxYzAsMy44MTEtMS4zMzYsNy4wNDQtMy45OTksOS43MWMtMi42NjcsMi42NjgtNS45MDEsMy45OTktOS43MDcsMy45OTkNCgkJYy0zLjgwOSwwLTcuMDQ0LTEuMzM0LTkuNzEtMy45OTljLTIuNjY3LTIuNjY2LTMuOTk5LTUuOTAzLTMuOTk5LTkuNzFDMTY5LjAxNSwxOTUuNDgyLDE3Ny41MzUsMTc1LjA2NSwxOTQuNTY4LDE1OC4wM3oNCgkJIE0zNzkuODY4LDM0OS4wNGMtMzguMTY0LDIzLjEyMS03OS41MTUsMzQuNjg4LTEyNC4wNTUsMzQuNjg4Yy00NC41MzksMC04NS44ODktMTEuNTYyLTEyNC4wNTEtMzQuNjg4DQoJCWMtMzguMTYyLTIzLjEyNy02OS45MDEtNTQuMi05NS4yMTUtOTMuMjIyYzI4LjkzMS00NC45MjEsNjUuMTktNzguNTE4LDEwOC43NzctMTAwLjc4M2MtMTEuNjEsMTkuNzkyLTE3LjQxNyw0MS4yMDctMTcuNDE3LDY0LjIzNg0KCQljMCwzNS4yMTYsMTIuNTE3LDY1LjMyOSwzNy41NDQsOTAuMzYyYzI1LjAyNywyNS4wMzMsNTUuMTUxLDM3LjU0Myw5MC4zNjIsMzcuNTQzYzM1LjIxNCwwLDY1LjMyOC0xMi41MTgsOTAuMzYxLTM3LjU0Mw0KCQlzMzcuNTQ1LTU1LjE0NiwzNy41NDUtOTAuMzYyYzAtMjMuMDI5LTUuODA3LTQ0LjQ0Ny0xNy40MTgtNjQuMjM2YzQzLjU4NCwyMi4yNjUsNzkuODQ3LDU1Ljg2NSwxMDguNzc1LDEwMC43ODMNCgkJQzQ0OS43NjYsMjk0Ljg0LDQxOC4wMzIsMzI1LjkxMywzNzkuODY4LDM0OS4wNHoiLz4NCjwvZz4NCjwvc3ZnPg0K) !important;
}

.pass-hide {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI1MTEuNjI1cHgiIGhlaWdodD0iNTExLjYyN3B4IiB2aWV3Qm94PSIwIDAgNTExLjYyNSA1MTEuNjI3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTEuNjI1IDUxMS42MjciDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiM5QjlBOUEiIGQ9Ik0zNjEuMTYxLDI5MS42NTFjMTUuMDM3LTIxLjc5NSwyMi41NjEtNDUuOTIxLDIyLjU2MS03Mi4zNzVjMC03LjQyMi0wLjc2LTE1LjQxNy0yLjI4Ny0yMy45ODQNCgkJCWwtNzkuOTM4LDE0My4zMjFDMzI2LjIzNSwzMjkuMTAxLDM0Ni4xMjUsMzEzLjQzOCwzNjEuMTYxLDI5MS42NTF6Ii8+DQoJCTxwYXRoIGZpbGw9IiM5QjlBOUEiIGQ9Ik0zNzIuODcyLDk0LjIyMWMwLjE5MS0wLjM3OCwwLjI4MS0xLjIzNSwwLjI4MS0yLjU2OGMwLTMuMjM3LTEuNTIzLTUuODAyLTQuNTcyLTcuNzE1DQoJCQljLTAuNTY4LTAuMzgtMi40MjItMS40NzUtNS41NjgtMy4yODdjLTMuMTM3LTEuODA1LTYuMTM5LTMuNTY3LTguOTg4LTUuMjgyYy0yLjg1NC0xLjcxMy01Ljk4OC0zLjQ3Mi05LjQyMi01LjI4DQoJCQljLTMuNDI2LTEuODA5LTYuMzc1LTMuMjg0LTguODQ2LTQuNDI3Yy0yLjQ3OS0xLjE0MS00LjE4OS0xLjcxMy01LjE0MS0xLjcxM2MtMy40MjYsMC02LjA5MiwxLjUyNS03Ljk5NCw0LjU2OWwtMTUuNDE0LDI3LjY5Ng0KCQkJYy0xNy4zMTUtMy4yMzQtMzQuNDUxLTQuODU0LTUxLjM5MS00Ljg1NGMtNTEuMjAxLDAtOTguNDA0LDEyLjk0Ni0xNDEuNjEzLDM4LjgzMUM3MC45OTgsMTU2LjA4LDM0LjgzNiwxOTEuMzg1LDUuNzExLDIzNi4xMTQNCgkJCUMxLjkwMywyNDIuMDE5LDAsMjQ4LjU4NiwwLDI1NS44MTljMCw3LjIzMSwxLjkwMywxMy44MDEsNS43MTEsMTkuNjk4YzE2Ljc0OCwyNi4wNzMsMzYuNTkyLDQ5LjM5Niw1OS41MjgsNjkuOTQ5DQoJCQljMjIuOTM2LDIwLjU2MSw0OC4wMTEsMzcuMDE4LDc1LjIyOSw0OS4zOTZjLTguMzc1LDE0LjI3Mi0xMi41NjIsMjIuNTU2LTEyLjU2MiwyNC44NDJjMCwzLjQyNSwxLjUyNCw2LjA4OCw0LjU3LDcuOTkNCgkJCWMyMy4yMTksMTMuMzI5LDM1Ljk3LDE5Ljk4NCwzOC4yNTYsMTkuOTg0YzMuNDIyLDAsNi4wODktMS41MjgsNy45OTItNC41NzVsMTMuOTktMjUuNDA1DQoJCQljMjAuMTc3LTM1Ljk2Nyw1MC4yNDgtODkuOTMyLDkwLjIyMi0xNjEuODc4QzMyMi45MDksMTgzLjg3MSwzNTIuODg1LDEzMC4wMDUsMzcyLjg3Miw5NC4yMjF6IE0xNTguNDU2LDM2Mi44ODUNCgkJCUMxMDguOTcsMzQwLjYxNiw2OC4zMywzMDQuOTMxLDM2LjU0NywyNTUuODIyYzI4LjkzMS00NC45MjEsNjUuMTktNzguNTE4LDEwOC43NzctMTAwLjc4Mw0KCQkJYy0xMS42MSwxOS43OTItMTcuNDE3LDQxLjIwNi0xNy40MTcsNjQuMjM3YzAsMjAuMzY1LDQuNjYxLDM5LjY4LDEzLjk5LDU3Ljk1NmM5LjMyNywxOC4yNzMsMjIuMjcsMzMuMzk5LDM4LjgzLDQ1LjM5Mg0KCQkJTDE1OC40NTYsMzYyLjg4NXogTTI2NS41MjUsMTU1Ljg4N2MtMi42NjIsMi42NjctNS45MDUsMy45OTktOS43MTIsMy45OTljLTE2LjM2OCwwLTMwLjM2MSw1LjgwOC00MS45NzEsMTcuNDE2DQoJCQljLTExLjYxMywxMS42MTUtMTcuNDE2LDI1LjYwMy0xNy40MTYsNDEuOTcxYzAsMy44MTEtMS4zMzYsNy4wNDQtMy45OTksOS43MWMtMi42NjgsMi42NjctNS45MDIsMy45OTktOS43MDcsMy45OTkNCgkJCWMtMy44MDksMC03LjA0NS0xLjMzNC05LjcxLTMuOTk5Yy0yLjY2Ny0yLjY2Ni0zLjk5OS01LjkwMy0zLjk5OS05LjcxYzAtMjMuNzksOC41Mi00NC4yMDYsMjUuNTUzLTYxLjI0Mg0KCQkJYzE3LjAzNC0xNy4wMzQsMzcuNDQ3LTI1LjU1Myw2MS4yNDEtMjUuNTUzYzMuODA2LDAsNy4wNDMsMS4zMzYsOS43MTMsMy45OTljMi42NjIsMi42NjQsMy45OTYsNS45MDEsMy45OTYsOS43MDcNCgkJCUMyNjkuNTE1LDE0OS45OTIsMjY4LjE4MSwxNTMuMjI4LDI2NS41MjUsMTU1Ljg4N3oiLz4NCgkJPHBhdGggZmlsbD0iIzlCOUE5QSIgZD0iTTUwNS45MTcsMjM2LjExNGMtMTAuODU0LTE4LjA4LTI0LjYwNC0zNS41OTQtNDEuMjU2LTUyLjUzNGMtMTYuNjQ2LTE2LjkzOS0zNC4wMjEtMzEuNDk2LTUyLjEwNS00My42OA0KCQkJbC0xNy45ODYsMzEuOTc3YzMxLjc4NSwyMS44ODgsNTguNjI1LDQ5Ljg3LDgwLjUxLDgzLjkzOWMtMjMuMDIzLDM1Ljc4My01MS43MjMsNjUtODYuMDcsODcuNjQ4DQoJCQljLTM0LjM1NywyMi42NjEtNzEuNzExLDM1LjY5My0xMTIuMDY0LDM5LjExNWwtMjEuMTI5LDM3LjY4OGM0Mi4yNTcsMCw4Mi4xOC05LjAzOCwxMTkuNzctMjcuMTIxDQoJCQljMzcuNTktMTguMDc2LDcwLjY2OC00My40ODcsOTkuMjE1LTc2LjIyNWMxMy4zMjItMTUuNDIxLDIzLjY5NS0yOS4yMTksMzEuMTIxLTQxLjRjMy44MDctNi40NzcsNS43MDktMTMuMDQ3LDUuNzA5LTE5LjcwMw0KCQkJQzUxMS42MjUsMjQ5LjE1Nyw1MDkuNzIzLDI0Mi41OSw1MDUuOTE3LDIzNi4xMTR6Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=) !important
}

.pass-show,
.pass-hide {
    background-repeat: no-repeat;
    background-position: 8px 10px;
    background-size: 20px;
    top: 0;
    right: 0;
    height: 40px;
    width: 36px;
    display: block;
    content: "";
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/* overflow for quick deposit*/
#quickDepositPopup .absolute.greyballoon-right-container {
    min-height: 340px;
    overflow-y: scroll;
    top: 49px;
}

/* GDPR Cookie Policy */

.notification-wrapper {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0, 0.8);
    z-index: 10;
    color: #fff;
    padding: 10px 0;
    display: none;
}

.notification-content {
    width: 765px;
    padding: 0 10px 0 150px;
    font-size: 12px;
    line-height: 12px;
    margin: 0 auto;
}

    .notification-content p {
        font-size: 13px;
        line-height: 16px;
    }

        .notification-content p a {
            color: #79b7df;
            text-decoration: underline
        }

button.okGotIT {
    font-size: 13px;
    padding: 9px 17px;
    text-transform: unset;
    border: none;
    background: #4aad00;
}

/* VELOCITY DEPOSIT LIMIT START*/
.flex {
    display: flex;
    align-items: center;
}

#deposit-success-funnel .funnel-content {
    height: 100%;
}

.success-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 4rem 0;
}

    .success-container h1 {
        font-size: 1.5rem;
    }


.success-check-img {
    background: url('../../Images/success-green.svg');
    width: 160px;
    height: 160px;
    object-fit: fill;
    background-repeat: no-repeat;
    background-position: center;
    object-position: center;
    padding: 4rem 0;
    background-size: contain;
}

.safer-gambling-container {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 10px;
    align-items: center;
    font-size: 11px;
    width: 100%;
}

    .safer-gambling-container h4 {
        font-weight: 600;
        font-size: 12px;
    }

.reached-limit-container {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
    background: #EDFCE2;
    padding: 10px;
}

#quickDepositPopup .reached-limit-container {
    margin: 10px 0px;
}

.guage-limit {
    background: url('../../Images/limit-guage.svg');
    width: 50px;
    height: 14px;
    margin-right: 10px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    object-position: center;
}

.message h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.loss-limit-container {
    display: flex;
    align-items: center;
    border: 1px solid #4BAD00;
    padding: 15px;
    margin: 10px 0px;
    border-radius: 5px;
}

    .loss-limit-container p {
        color: #4BAD00
    }

.guage-loss-limit {
    background: url('../../Images/guage.svg');
    width: 40px;
    height: 20px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    object-position: center;
}

.safer-gambling {
    display: flex;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 6px;
    align-items: center;
    margin: 10px 0px;
    font-size: 12px;
    width: 100%;
}

    .safer-gambling h4 {
        font-weight: 600;
        font-size: 12px;
    }

.sg-icon {
    background: url('../../Images/safer-gaming-icon.svg');
    width: 20px;
    height: 22px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    object-position: center;
    margin-right: 10px;
}

#quickdeposit-scroll::-webkit-scrollbar {
    display: none;
}

#quickDepositPopup .absolute.greyballoon-right-container::-webkit-scrollbar {
    display: none;
}

.funnel-scroll::-webkit-scrollbar {
    display: none;
}

.box-velocity {
    font-size: 12px;
    flex-direction: column;
}

#quickDepositPopup .velocity-messages {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    line-height: 1.4;
    padding: 5px;
    flex-direction: column;
}

/**Loader*/
#deposit-loader {
    top: 49px;
    width: 100%;
    background: #fff;
    z-index: 9999;
    height: 100vh;
    text-align: center;
    right: auto;
    border-radius: unset;
}

    #deposit-loader .funnel-content {
        height: 100%;
        background: #FFFFFF;
    }

    #deposit-loader .loader-container {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 8rem 0;
    }

        #deposit-loader .loader-container .spinner {
            background: url('../../Images/spinner.svg');
            width: 200px;
            height: 200px;
            object-fit: fill;
            background-repeat: no-repeat;
            background-position: center;
            object-position: center;
            padding: 4rem 0;
            background-size: contain;
        }

        #deposit-loader .loader-container p {
            text-align: center;
        }

.box-velocity .round-corner {
    border-radius: 30px;
    font-size: 11px;
    color: #fff;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 5px;
}

/**VELOCITY LIMIT END*/

.box-depositlimit {
    border-radius: 5px;
    border: 1px solid #50ac04;
    align-content: center;
    justify-content: center;
    margin-bottom: 15px;
}

.box-dlimit-meter {
    font-size: 13px;
    color: #50ac04;
    padding-left: 35px;
    background: url(//cdn.boylesports.com/sportsbook-v4/icon_meter.svg) left center no-repeat;
    background-size: 26px 20px;
}


@media only screen and (max-width: 768px) {
    .notification-content {
        width: 90%;
        padding: 0 10px;
    }
}


@media (max-width: 480px) {
    .notification-content {
        width: 98%;
        padding: 0 10px;
    }
}

@media (max-width: 375px) {

    .notification-content p {
        font-size: 13px;
        width: 67%;
    }
}

@media (max-width: 360px) {

    .notification-content p {
        font-size: 12px;
    }

    button.okGotIT {
        padding: 15px 15px;
    }
}

#iframeSecure3d {
    background: white;
    display: none;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 33%;
    z-index: 1000000;
}

/* Self Exclusion - Login  */

.exclusion-error-wrapper {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.exclusion-expiry,
.exclusion-error-desc {
    font-size: 13px;
}

.exclusion-error-message {
    background: url(//cdn.boylesports.com/sportsbook-v4/icon_ok.svg) left center no-repeat;
    background-size: contain;
    padding-left: 30px;
}

@media (max-width: 432px) {
    .exclusion-error-message {
        padding-left: 45px;
    }
}

@media (max-width: 280px) {
    .exclusion-error-message {
        background-size: 45px;
    }
}

.exclusion-expiry {
    color: #717171;
}

.qd-success {
    position: fixed;
    top: 53px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

    .qd-success .btn-green {
        width: 100%;
        color: #fff;
        border-radius: 5px;
    }

    .qd-success .cust-padd {
        margin: 0 auto;
        width: 75%;
    }

    .qd-success header {
        display: flex;
        align-items: center;
    }

    .qd-success span.check-icon {
        padding: 0 14px;
        display: inline-block;
        background: url(https://cdn.boylesports.com/sportsbook-v4/icon-check-qd.svg) no-repeat;
        height: 20px;
        background-size: contain;
        filter: invert(1);
    }

    .qd-success a.close {
        display: block;
        padding: 0 10px;
        height: 15px;
        background: url('//cdn.boylesports.com/sportsbook-v4/icon_close.svg') center center no-repeat;
        background-size: 15px;
        margin-left: auto;
    }

    .qd-success .funnel-content {
        background: #FFFFFF;
    }

.action-notice {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNjMzMjYgMC41QzcuMDQ1MjIgLTAuMTY2NjY3IDguMDc1MSAtMC4xNjY2NjYgOC40ODcwNSAwLjUwMDAwMUwxNC45NzUzIDExQzE1LjM4NzMgMTEuNjY2NyAxNC44NzIzIDEyLjUgMTQuMDQ4NCAxMi41SDEuMDcxODhDMC4yNDc5NzYgMTIuNSAtMC4yNjY5NjYgMTEuNjY2NyAwLjE0NDk4OCAxMUw2LjYzMzI2IDAuNVoiIGZpbGw9IiNGM0M1MEUiLz4KPHBhdGggZD0iTTcuMTQ2NjQgMTBWNS42MzYzNkg3Ljg2NDIxVjEwSDcuMTQ2NjRaTTcuNTExNTEgNC45MDkwOUM3LjM3MTY0IDQuOTA5MDkgNy4yNTEwMyA0Ljg2NDU4IDcuMTQ5NjggNC43NzU1N0M3LjA1MDM1IDQuNjg2NTUgNy4wMDA2OSA0LjU3OTU1IDcuMDAwNjkgNC40NTQ1NUM3LjAwMDY5IDQuMzI5NTUgNy4wNTAzNSA0LjIyMjU0IDcuMTQ5NjggNC4xMzM1MkM3LjI1MTAzIDQuMDQ0NTEgNy4zNzE2NCA0IDcuNTExNTEgNEM3LjY1MTM3IDQgNy43NzA5NyA0LjA0NDUxIDcuODcwMyA0LjEzMzUyQzcuOTcxNjUgNC4yMjI1NCA4LjAyMjMzIDQuMzI5NTUgOC4wMjIzMyA0LjQ1NDU1QzguMDIyMzMgNC41Nzk1NSA3Ljk3MTY1IDQuNjg2NTUgNy44NzAzIDQuNzc1NTdDNy43NzA5NyA0Ljg2NDU4IDcuNjUxMzcgNC45MDkwOSA3LjUxMTUxIDQuOTA5MDlaIiBmaWxsPSIjMjEyMzI3Ii8+Cjwvc3ZnPgo=");
    width: 15.12px;
    height: 12.5px;
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
    margin-right: 8px;
}

.action-needed.mobile-4 {
    display: flex;
    background-color: #79B7DF;
    padding: 10px;
    justify-content: center;
}

    .action-needed.mobile-4 h2 {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 17px;
        margin: 0;
        color: #001F60;
    }

    .action-needed.mobile-4 span {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #001F60;
        padding-right: 20px;
        display: block;
    }

    .action-needed.mobile-4 .end-chevron {
        position: relative;
    }

    .action-needed.mobile-4 .reverification-arrow {
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgOCA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNLTIuMTM4NThlLTA4IDAuNDg5MjQ5Qy02LjAwOTg4ZS0wNSAwLjM5NjUyNCAwLjAyODM0NTYgMC4zMDU4NTEgMC4wODE2ODUxIDAuMjI4NTI5QzAuMTM1MDI1IDAuMTUxMjA3IDAuMjEwOTI1IDAuMDkwNjc1MyAwLjI5OTkwNyAwLjA1NDQ5NzhDMC4zODg4ODkgMC4wMTgzMjAyIDAuNDg3MDIyIDAuMDA4MDkwOTggMC41ODIwMjMgMC4wMjUxMDIyQzAuNjc3MDI0IDAuMDQyMTEzNCAwLjc2NDY5MSAwLjA4NTU5NzYgMC44MzQwODMgMC4xNTAxMzRDMS41MTg2NiAwLjc4NjIwOSAzLjMwMDkxIDIuMjc4NTYgNC4wNDMxOCAyLjg5NzAyTDcuMTU2NTcgMC4xNDE5NTVDNy4yMDMxOCAwLjA5NjIxODUgNy4yNTkgMC4wNjAwNjAzIDcuMzIwNjMgMC4wMzU2NjI2QzcuMzgyMjUgMC4wMTEyNjUgNy40NDg0MSAtMC4wMDA4NDg0MzYgNy41MTUwNyA0LjYxNDk4ZS0wNUM3LjU4MTc0IDAuMDAwOTQwNzM2IDcuNjQ3NTMgMC4wMTQ4MjQgNy43MDg0MiAwLjA0MDg2NTlDNy43NjkzMSAwLjA2NjkwNzggNy44MjQwNSAwLjEwNDU0NyA3Ljg2OTMxIDAuMTUxNTE3QzcuOTE0NTcgMC4xOTg0ODcgNy45NDk0IDAuMjUzNzk5IDcuOTcxNjkgMC4zMTQwODZDNy45OTM5OCAwLjM3NDM3MiA4LjAwMzI3IDAuNDM4Mzc0IDcuOTk4OTggMC41MDIyMUM3Ljk5NDY5IDAuNTY2MDQ1IDcuOTc2OTEgMC42MjgzNzggNy45NDY3MyAwLjY4NTQxOUM3LjkxNjU2IDAuNzQyNDU5IDcuODc0NjIgMC43OTMwMjUgNy44MjM0NCAwLjgzNDAyOUw0LjM4NjggMy44NzQ3M0M0LjI5NzkzIDMuOTUzNTEgNC4xODE5MSAzLjk5ODA4IDQuMDYwOTMgMy45OTk5NEMzLjkzOTk2IDQuMDAxOCAzLjgyMjUyIDMuOTYwOCAzLjczMTA3IDMuODg0OEMzLjYyMTU3IDMuNzk0MiAxLjAzOTMyIDEuNjUyNTYgMC4xNDg4NDIgMC44MjU4NDlDMC4xMDE4ODEgMC43ODIxMSAwLjA2NDUyNTEgMC43Mjk4MDUgMC4wMzg5NjE0IDAuNjcxOTk3QzAuMDEzMzk3NyAwLjYxNDE4OSAwLjAwMDE1MDE4IDAuNTUyMDQ1IC0yLjEzODU4ZS0wOCAwLjQ4OTI0OVoiIGZpbGw9IiMwNDUzQzIiLz4KPC9zdmc+Cg==");
        content: "";
        display: block;
        right: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(20%) rotate(270deg);
        width: 10px;
        height: 7px;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }

