﻿/*#region globals*/
.keno .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background-color 0.2s;
    background: rgba(0, 0, 0, 0.65);
    z-index: 10;
}
/*#endregion*/

.keno_content {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 5px !important;
    background: #181b20;
    overflow: hidden;
    flex-direction: column;
}

.pc .keno_content {
    margin: 0 !important;
    border-radius: 6px;
}

@keyframes hoory-switcher-bot-animation {
    0% {
        transform: scale(1.2);
    }

    95%, 100% {
        transform: scale(1);
    }
}

.keno_content .row {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

    .keno_content .row:after,
    .keno_content .row:before {
        content: " ";
        display: table;
    }

    .keno_content .row:after {
        clear: both;
    }

.keno_content .box {
    position: relative;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.l .keno_content .box,
.universal .keno_content .box {
    width: 58.33333%;
}

.mobile .keno_content .box {
    width: 100%;
}

.keno_content .small-6 {
    width: 50%;
}

.keno_content .column {
    float: left;
    padding-left: .9375rem;
    padding-right: .9375rem;
}

    .keno_content .column:last-child:not(:first-child) {
        float: right;
    }

.keno_content .box-wrapper:after {
    content: url(/images/keno/border-vertical.png);
    position: absolute;
    top: 0;
    left: 50%;
}

.keno_content .box-wrapper .button {
    position: relative;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    transition: all .2s ease-in-out;
    border-radius: 50px;
    width: auto;
    text-shadow: none;
    max-width: 130px;
    min-width: 100px;
    background: #181b20;
    border: 2px solid #aa9a4c;
    color: #aa9a4c;
    margin: 25px auto;
    font-size: 11px;
    padding: 5px 0;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.keno_content .button .loader {
    padding: 0;
}

@media only screen and (min-width: 576px) {
    .keno_content .box-wrapper .button {
        max-width: 180px;
    }
}

.mobile .keno_content .keno-logo {
    max-width: 130px;
}

@media only screen and (max-width: 300px) {
    .mobile .keno_content .keno-logo {
        max-width: 100px;
    }
}

.keno_content .box-wrapper .button:hover {
    background: #aa9a4c;
    color: #181b20;
}

.keno_content .keno-logo {
    height: auto;
    vertical-align: top;
    user-select: none;
}

    .keno_content .keno-logo:hover {
        animation-name: hoory-switcher-bot-animation;
        animation-duration: 3s;
        animation-direction: alternate-reverse;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

.l .keno_content .keno-logo,
.universal .keno_content .keno-logo {
    max-width: 200px;
}
