/* Minification failed. Returning unminified contents.
(186,34): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(187,33): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(188,26): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-y'
 */
.sga-input-icon-group > input:-webkit-autofill,
.sga-input-icon-group > input:-webkit-autofill:hover,
.sga-input-icon-group > input:-webkit-autofill:focus,
.sga-input-icon-group > select:-webkit-autofill,
.sga-input-icon-group > select:-webkit-autofill:hover,
.sga-input-icon-group > select:-webkit-autofill:focus {
    font-size: 1rem; /* Needed to be duplicate in Firefox as firefox doesn't allow combination of input with -webkit */
    line-height: 1.2;
    outline: none;
    border: none;
    color: #222;
    background-color: transparent !important;
    -webkit-text-fill-color: #aa0;
    -webkit-box-shadow: 0 0 0 0 #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.sga-input-icon-group {
    position: relative;
    width: 100%;
    height: 3.2rem;
    border: 1px solid #222;
    border-radius: 0.25rem;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .sga-input-icon-group > input,
    .sga-input-icon-group > select {
        position: absolute;
        width: calc(100% - 5.4rem);
        height: 100%;
        top: 0;
        left: 4.4rem;
        right: 0;
        bottom: 0;
        font-size: 1rem;
        line-height: 1.2;
        outline: none;
        outline-width: 0;
        border: none;
        color: #333;
        background-color: transparent;
        display: block;
    }

        .sga-input-icon-group > input[data-useflex],
        .sga-input-icon-group > select[data-useflex] {
            position: relative;
            left: 0;
            margin-left: 4.4rem;
            flex-grow: 1;
            -ms-flex-positive: 1;
        }

    .sga-input-icon-group > select {
        padding: 0 1.5rem 0 0;
    }

        .sga-input-icon-group > select:invalid {
            color: #888;
            padding: 0;
            box-shadow: none;
        }

        .sga-input-icon-group > select option {
            padding: 1rem 0;
        }

        .sga-input-icon-group > input + span,
        .sga-input-icon-group > select + span {
            margin: auto 1rem auto 0;
            line-height: 1.2;
            display: block;
        }

    .sga-input-icon-group > span {
        margin: auto 0 auto 4.4rem;
        font-size: 1rem;
        line-height: 1.2;
        color: #333;
        cursor: default;
        display: block;
    }

        .sga-input-icon-group > span + input,
        .sga-input-icon-group > span + select {
            position: relative;
            left: 0;
            margin-left: 0.35rem;
            flex-grow: 1;
            -ms-flex-positive: 1;
        }

    .sga-input-icon-group:before {
        position: absolute;
        width: 3.4rem;
        height: 2rem;
        line-height: 2rem;
        top: 0.6rem;
        bottom: 0.6rem;
        left: 0;
        font-family: 'Font Awesome 5 Free';
        font-size: 1rem;
        font-weight: 600;
        content: attr(data-icon);
        text-align: center;
        pointer-events: none;
        border-right: 1px solid #222;
    }

    .sga-input-icon-group.error {
        background-color: #ffefef;
        border-color: #faa;
    }

        .sga-input-icon-group.error:before {
            color: #f88;
            border-color: #faa;
        }

        .sga-input-icon-group.error > input::placeholder {
            color: #f88;
        }

        .sga-input-icon-group.error > input::-moz-placeholder {
            color: #f88;
            opacity: 1;
        }

        .sga-input-icon-group.error > input:-ms-input-placeholder {
            color: #f88;
        }

        .sga-input-icon-group.error > input::-ms-input-placeholder {
            color: #f88;
        }

        .sga-input-icon-group.error > input::-webkit-input-placeholder {
            color: #f88;
            opacity: 1;
        }

        .sga-input-icon-group.error > select:invalid {
            color: #f88;
        }

.sga-input-icon-group.disabled {
    color: #888;
    border-color: #aaa;
 }

    .sga-input-icon-group.disabled > input,
    .sga-input-icon-group.disabled > select {
        color: #888;
    }

    .sga-input-icon-group.disabled:before {
        border-color: #aaa;
    }
[data-name="maintenance-notice"] {
    display: none;
}

.bordered {
    border: 1px solid #d0b580;
}

.disabled {
    pointer-events: none;
}

.game-lobby {
    margin-top: 1rem;
}

    .game-lobby > .container > .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
        margin-top: var(--bs-gutter-y);
    }

    .game-lobby > .container > .row > div {
        text-align: center;
        margin-top: 16px;
    }

        .game-lobby > .container > .row > div > div:first-child {
            position: relative;
            margin: 0.5rem 1rem;
            border-radius: 10px;
        }

        .game-lobby > .container > .row > div > div:last-child {
            padding-bottom: 20px;
        }

        .game-lobby > .container > .row > div > div > div > img {
            max-width: 100%;
            height: 116px;
            object-fit: contain;
        }

        .game-lobby > .container > .row > div > [data-name="gameicon-img"] > .maintenance-notice {
            position: absolute;
            width: 100%;
            max-width: 205px;
            min-height: 116px;
            max-height: 116px;
            padding: 49px 0px 49px 0px;
            font-size: 16px;
            top: 37%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            background: rgba(0, 0, 0, 0.25);
            z-index: 1;
            color: white;
        }

            .game-lobby > .container > .row > div > [data-name="gameicon-img"] > .maintenance-notice.all-caps {
                text-transform: uppercase;
                padding-top: 33px;
            }
            
    .game-lobby > .container > .row > div > select {
        height: 3.2rem;
    }

    .game-lobby > .container > .row > h1 {
        margin-top: 16px;
    }

    .game-lobby > .container > .row > hr {
        margin: 8px 0 12px;
    }

.game-notify-badge {
    position: absolute;
    right: -1rem;
    top: -1rem;
    background: red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 0.3rem 0.6rem;
    font-size: 1rem;
    z-index: 2;
}

.hide-progress {
    display: none;
}

.image-container {
    position: relative;
    display: inline-block;
}

.img-disabled {
    opacity: 0.4;
}

.progress {
    margin: 10px 0;
    height: 22px;
}

.progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    animation: moving-stripes 2s linear infinite;
    color: #000;
    text-shadow: none;
    font-size: 13px;
    font-weight: bold;
}

    .progress-bar span {
        position: absolute;
        left: 0;
        right: 0;
    }

.rtp-high {
    background-color: #28a745;
}

.rtp-low {
    background-color: #dc3545;
}

.rtp-medium {
    background-color: #ffc107;
}

@keyframes moving-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 40px 0;
    }
}
body .sga-input-icon-group > input:-webkit-autofill,
body .sga-input-icon-group > input:-webkit-autofill:hover,
body .sga-input-icon-group > input:-webkit-autofill:focus,
body .sga-input-icon-group > select:-webkit-autofill,
body .sga-input-icon-group > select:-webkit-autofill:hover,
body .sga-input-icon-group > select:-webkit-autofill:focus {
    color: #ddd;
    background-color: transparent !important;
    -webkit-text-fill-color: #aa0;
    -webkit-box-shadow: 0 0 0px 0px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

body .sga-input-icon-group {
    color: #cacaca;
    background-color: #fff;
    border-color: #777;
}

    body .sga-input-icon-group > input,
    body .sga-input-icon-group > select {
        color: #000;
    }

        body .sga-input-icon-group > select:invalid {
            color: #777;
        }

        body .sga-input-icon-group > select option {
            color: #000;
            background-color: #f5faff;
        }

    body .sga-input-icon-group > span {
        color: #929292;
    }

    body .sga-input-icon-group:before {
        color: #999;
        border-color: #777;
    }

    body .sga-input-icon-group.disabled {
        color: #777;
        border-color: #777;
        background-color: #f5faff;
    }

        body .sga-input-icon-group.disabled > input,
        body .sga-input-icon-group.disabled > select,
        body .sga-input-icon-group > select option:disabled {
            color: #777;
        }

        body .sga-input-icon-group.disabled:before {
            color: #777;
            border-color: #666;
        }

    body .sga-input-icon-group.error {
        border: 2px solid #e30000;
        background-color: #f5faff;
    }

        body .sga-input-icon-group.error > input,
        body .sga-input-icon-group.error > select,
        body .sga-input-icon-group.error > span {
            color: #000;
        }

[data-name="gametext"] {
    color: #3a3a3a;
}

[data-name="rtp"] {
    background-image: linear-gradient(to bottom, #2ac5ff 0%, #0387b8 100%);
    border-color: #71d9ff;
    color: #fff;
}

.bordered {
    border-color: #888;
}

.game-lobby {
    color: #525252;
    background-color: #f8fdff;
}

    .game-lobby hr {
        background-color: #686868;
    }
