:root {
    --background: #0C0F15; /*0c0f15*/
    --main-color: #FFDD14;
    --current-coef-color: #FFDD14;
    --tab-color: #FFDD14;
    --user-color: #FDE053;
    --logo: url(../ImagesLight/Mobile/logo.png);
    --help1: url(../ImagesLight/Mobile/help1.png);
    --help2: url(../ImagesLight/help2.png);
    --help3: url(../ImagesLight/Mobile/help3.png);
    --help-down: url(../ImagesLight/help-down.png);
    --help-up: url(../ImagesLight/help-up.png);
    --border-radius: 6px;
    --canvas-border-radius: 3px;

    --bet-color: #FFDD14;
    --bet-hover-color: #FDDF56;
    --bet-received-color: #1D3D14;

    --cancel-color: #D01D1D; /*D01D1D*/ /*2D303B*/
    --cancel-hover-color: #FF2F2F; /*FF2F2F*/ /*3D4253*/

    --cash-out-color: #45B51A;
    --cash-out-hover-color: #66D83A;

    --grey: #13151D;
    --grey-button: #20232F;
    --grey-button-hover: #272B39;

    --button-background: #191B25;
    --bet-list: #2D303B;
    --bet-list-hover: #2D303B;

    --font-family-main: 'CrystalUni';
    --font-family-bold: 'CrystalUni-Bold';
    --font-family-medium: 'CrystalUni-Medium';
    --font-family-regular: 'CrystalUni-Regular';
    --font-family-nu4: 'CrystalNU4';
}

body.ka {
    --font-family-main: 'NotoSansGeorgian';
    --font-family-bold: 'NotoSansGeorgian-Bold';
    --font-family-medium: 'NotoSansGeorgian-medium';
    --font-family-regular: 'NotoSansGeorgian';
    --font-family-nu4: 'NotoSansGeorgian';
}

* {
    /*margin: 0;
    padding: 0;*/
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:not(input) {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: var(--background);
}

body {
    -webkit-overflow-scrolling: touch;
    padding-top: 25px;
}

body.overflow {
    overflow: hidden !important;
}

form {
    width: 100%;
    /*height: 100%;*/
    margin: 0;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.clear {
    clear: both;
}

.none,
.hide {
    display: none !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.mt5 {
    margin-top: 5px;
}

.currency {
    margin-left: 3px;
}

.currency-icon {
    font-family: var(--font-family-main);
}
.currency-icon:after {
    content: '₾';
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.content {
    margin: 0 auto;
    max-width: 1920px;
    height: 100%;
}

.message-div {
    position: fixed;
    z-index: 16;
    left: 0;
    top: 0;
    width: 100%;
    padding: 26px 10px 0 10px;
}

.message {
    position: relative;
    /*
    */

    background: linear-gradient(87.91deg, #1F2129 0%, #30333F 100%);
    border: 1px solid #3DE431;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 10px;
}

.message.error {
    background: linear-gradient(87.91deg, rgba(31, 33, 41, 0.8) 0%, rgba(48, 51, 63, 0.8) 100%);
    border: 1px solid #FF4B4B;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}

.message .success-icon {
    display: inline-block;
}

.message .error-icon {
    display: none;
}

.message.error .success-icon {
    display: none;
}

.message.error .error-icon {
    display: inline-block;
}


.message .close {
    position: absolute;
    top: 22px;
    right: 20px;
    opacity: 0.4;
    transition: 0.2s;
    cursor: pointer;
}

.message .close:active {
    opacity: 0.8;
    transition: 0.2s;
}

.message .icon {
    position: absolute;
    left: 20px;
    top: 16px;
}

.message .text {
    padding-left: 40px;
    /*padding-right: 40px;*/
    font-family: var(--font-family-nu4);
    font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    display: flex;
    vertical-align: middle;
    min-height: 60px;
}





.message.cashout {
    background: linear-gradient(87.91deg, rgba(27, 133, 20, 0.8) 0%, rgba(39, 180, 29, 0.8) 100%);
    border: 1px solid #70FA67;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    border-radius: 10px;
}

.message.cashout .icon {
    display: none;
}

.message.cashout .text {
    padding-left: 0;
}

.message.cashout .cashout-left {
    font-family: var(--font-family-nu4);
    font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    align-items: center;
    color: #FFFFFF;
    order: 0;
    flex-grow: 0;
    /*width: 30%;*/
    text-align: left;
    width: 100%;
}

.message.cashout .cashout-left1 {
    display: inline-block;
    vertical-align: middle;
}

.message.cashout .cashout-left2 {
    margin-left: 5px;
    display: inline-block;
    font-family: var(--font-family-main);
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    align-items: center;
    order: 1;
    flex-grow: 0;
    vertical-align: middle;
}

.message.cashout .cashout-right {
    text-align: right;
    width: 70%;
    padding-right: 20px;

    font-family: var(--font-family-nu4);
    font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    align-items: center;
    color: #FFFFFF;
    display: none;
}

.message.cashout .cashout-right span {
    font-family: var(--font-family-main);
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    align-items: center;
    color: #FFFFFF;
}

.message.cashout .close svg path {
    fill: rgba(255,255,255,0.6);
}





header {
    width: 100%;
    height: 40px;
    background: var(--grey);
    padding: 4px;
    position: fixed;
    left: 0;
    top: 25px;
    z-index: 5;
}

header .logo {
    float: left;
    margin-left: 6px;
    margin-top: 5px;
    background: var(--logo) no-repeat;
    width: 60px;
    height: 23px;
}

.header-history {
    position: relative;
    width: 100%;
    height: 28px;
    background: var(--background);
    z-index: 1;
}

.header-history .history-list {
    float: left;
    width: calc(100% - 50px);
    height: 28px;
    padding-top: 4px;
    padding-left: 4px;
    overflow: hidden;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}

.header-history .history-list.active {
    height: 76px;
}

.header-history .history-item {
    display: inline-block;
    border-radius: var(--border-radius);
    background-color: rgba(32, 35, 47, 0.5);
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    font-family: 'robotobold';
    color: #ff2f2f;
    padding: 0 9px;
    margin-bottom: 4px;
    margin-right: 4px;
    vertical-align: top;
    min-width: 41px;
}

.header-history .history-item.win {
    color: #5ee32b;
}

.header-history .history-item.low {
    color: #00fdf1;
}

.header-history .history-item.medium {
    color: #b275ff;
}

.header-history .history-item.high {
    color: #ff45e3;
}

.header-history .history-item.current {
    color: var(--current-coef-color);
    position: relative;
    text-align: center;
}

.header-history .history-item.current .history-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../ImagesLight/Hash/logo.png);
    width: 16px;
    height: 15px;
    margin: -8px 0 0 -8px;
}

.header-history .history-item.current .history-logo:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../ImagesLight/Hash/logo-active.png);
    width: 0;
    height: 15px;
    animation: historyLogoAnimation 7s;
}

@keyframes historyLogoAnimation {
    0% {
        width: 0;
    }
    100% {
        width: 16px;
    }
}



.header-history .history-button {
    float: right;
    display: block;
    width: 30px;
    height: 28px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.header-history .history-button:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 7px;
    display: block;
    background: url(../ImagesLight/Mobile/history-button.svg);
    width: 13px;
    height: 12px;
}

.header-history .history-button .arrow {
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    background: url(../ImagesLight/Mobile/history-button-arrow.svg);
    width: 7px;
    height: 6px;
    transition: 0.2s;
}

.header-history .history-button.active .arrow {
    transition: 0.2s;
    transform: rotate(180deg);
}


.hash-popup {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 20;
}

.hash-popup-content {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: var(--border-radius);
    background-color: rgb(15, 16, 23);
    box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.3);
    width: 275px;
    margin: -123px 0 0 -138px;
}

.hash-popup .head {
    position: relative;
    background-color: rgb(28, 30, 41);
    height: 38px;
    border-radius: 4px 4px 0 0;
    padding: 0 10px;
}

.hash-popup .head .date {
    font-size: 14px;
    color: #fff;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    line-height: 38px;
}

.hash-popup .head .close {
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer;
    transition: 0.2s;
}

.hash-popup .head .close:hover {
    opacity: 0.8;
    transition: 0.2s;
}

.hash-popup .head .date span {
    color: #9499b0;
    margin-left: 3px;
}

.hash-popup .content {
    padding: 6px 10px;
}

.hash-popup .coefficient {
    margin-bottom: 20px;
    text-align: center;
}

.hash-popup .coefficient .prev {
    display: inline-block;
    background: url(../ImagesLight/Hash/prev.png) no-repeat center center;
    width: 19px;
    height: 33px;
    margin: 1px 2px 0 auto;
    vertical-align: top;
    cursor: pointer;
    transition: 0.2s;
}

.hash-popup .coefficient .prev:hover {
    opacity: 0.8;
    transition: 0.2s;
}

.hash-popup .coefficient .next {
    display: inline-block;
    background: url(../ImagesLight/Hash/next.png) no-repeat center center;
    width: 19px;
    height: 33px;
    margin: 1px auto 0 2px;
    vertical-align: top;
    cursor: pointer;
    transition: 0.2s;
}

.hash-popup .coefficient .next:hover {
    opacity: 0.8;
    transition: 0.2s;
}

.hash-popup .coefficient .value {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 102px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    font-size: 13px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    background-color: #151720;
    background-image: -moz-linear-gradient(0deg, rgba(41, 131, 6, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(41, 131, 6, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(41, 131, 6, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    color: #4ec520;
    margin: 0 auto;
}

.hash-popup .coefficient .value.lose {
    background-image: -moz-linear-gradient(0deg, rgba(177, 27, 27, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(177, 27, 27, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(177, 27, 27, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    color: #ff2f2f;
}

.hash-popup .coefficient .value.low {
    background-image: -moz-linear-gradient( 0deg, rgba(0,253,241,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(0,253,241,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(0,253,241,0.1) 0%, rgba(46,46,46,0) 100%);
    color: #00fdf1;
}

.hash-popup .coefficient .value.medium {
    background-image: -moz-linear-gradient( 0deg, rgba(178,117,255,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(178,117,255,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(178,117,255,0.1) 0%, rgba(46,46,46,0) 100%);
    color: #b275ff;
}

.hash-popup .coefficient .value.high {
    background-image: -moz-linear-gradient( 0deg, rgba(255,69,227,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(255,69,227,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(255,69,227,0.1) 0%, rgba(46,46,46,0) 100%);
    color: #ff45e3;
}

.hash-popup .hash {
    margin-bottom: 20px;
}

.hash-popup .hash:after {
    content: '';
    display: block;
    clear: both;
}

.hash-popup .hash .label {
    height: 20px;
    font-size: 13px;
    color: #9499b0;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
}

.hash-popup .hash:after {
    content: '';
    display: block;
    clear: both;
}

.hash-popup .hash .value {
    border-radius: 6px;
    background-color: rgb(0, 0, 0);
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 35px);
    padding: 0 10px;
    float: left;
}

.hash-popup .hash .copy {
    float: right;
    border-radius: 6px;
    background: url(../ImagesLight/Hash/copy.png) rgb(45, 48, 59) no-repeat center center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}







header .jackpot {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    background: #1a1c27;
}

#jackpotCounter {
    width: 280px;
    margin: 0 auto;
    display: block;
}

header .jackpot iframe {
    width: 100%;
    pointer-events: none;
}

header .right {
    float: right;
    padding-left: 3px;
    vertical-align: top;
}

header .right .sound-menu {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background-color: var(--grey-button);
    transition: 0.2s;
    position: relative;
}

header .right .sound-menu.active {
    background: var(--main-color);
    z-index: 10;
}

header .right .sound-menu.active .sound-menu-popup {
    display: block;
}

header .right .sound-menu-icon {
    display: block;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
}

header .right .sound-menu-icon:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../ImagesLight/Icons/sound-on.svg);
    width: 16px;
    height: 14px;
    left: 8px;
    top: 9px;
}

header .right .sound-menu-popup {
    display: none;
    left: -48px;
    top: 37px;
    position: absolute;
    width: 128px;
    height: 88px;
    border-radius: 6px;
    background-color: var(--grey-button);
    font-family: var(--font-family-main);
}

header .right .sound-menu-a {
    display: block;
    font-size: 12px;
    color: #9499b0;
    padding: 5px 6px;
    height: 28px;
    line-height: 18px;
}

body.vi header .right .sound-menu-a,
body.el header .right .sound-menu-a {
    font-size: 10px;
    letter-spacing: -0.05em;
}

header .right .sound-menu-a .icon {
    display: inline-block;
    background: url(../ImagesLight/Icons/sound-all.png);
    width: 16px;
    height: 15px;
    vertical-align: top;
    margin-left: 2px;
    margin-right: 5px;
}

header .right .sound-menu-a.sound-sound .icon {
    background: url(../ImagesLight/Icons/sound-sound.png);
}

header .right .sound-menu-a.sound-music .icon {
    background: url(../ImagesLight/Icons/sound-music.png);
}

header .right .sound-menu-a .sound-checkbox {
    float: right;
    display: inline-block;
    width: 32px;
    height: 18px;
    position: relative;
}

header .right .sound-menu-a .sound-checkbox span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 9px;
    background-color: #0f1016;
    -webkit-transition: .4s;
    transition: .4s;
}

header .right .sound-menu-a .sound-checkbox span:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    left: 2px;
    top: 2px;
    background-color: #9499b0;
    -webkit-transition: .4s;
    transition: .4s;
}

header .right .sound-menu-a .sound-checkbox input:checked + span {
    background-color: #45b51a;
}

header .right .sound-menu-a .sound-checkbox input:checked + span:before {
    background-color: #ffffff;
    transform: translateX(14px);
}

header .right .sound-menu-a .sound-checkbox input {
    display: none;
}

header .right .button {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background-color: var(--grey-button);
    transition: 0.2s;
    cursor: pointer;
    position: relative;
}

header .right .button:active {
    background-color: var(--grey-button-hover);
    transition: 0.2s;
}

.redirect-to-history-parent {
    display: none;
}

.show-history-button .redirect-to-history-parent {
    display: block;
}

header .right .button:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 10px;
    top: 10px;
}

header .right .button.sound:before {
    background: url(../ImagesLight/Mobile/sound-off.svg);
    width: 18px;
    height: 18px;
    left: 7px;
    top: 7px;
}

header .right .button.sound.active:before {
    background: url(../ImagesLight/Mobile/sound-on.svg);
}

header .right .button.help:before {
    background: url(../ImagesLight/Mobile/help.svg);
    width: 18px;
    height: 18px;
    left: 7px;
    top: 7px;
}

header .right .button.menu-icon:before {
    background: url(../ImagesLight/Mobile/menu.svg);
    width: 20px;
    height: 8px;
    left: 6px;
    top: 12px;
}

header .right .button.chat-icon:before {
    background: url(../ImagesLight/Mobile/chat.svg);
    width: 18px;
    height: 16px;
    left: 7px;
    top: 8px;
}

header .right .button.exit:before {
    background: url(../ImagesLight/Mobile/exit.svg);
    width: 18px;
    height: 18px;
    left: 7px;
    top: 7px;
}

header .right .button.redirect-to-history:before {
    background: url(../ImagesLight/Mobile/history.png);
    width: 17px;
    height: 16px;
    top: 8px;
    left: 10px;
}

#balance {
    height: 32px;
    margin-right: 5px;
    padding-left: 32px;
    position: relative;
    line-height: 32px;
    font-size: 13px;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    color: #ffffff;
    vertical-align: top;
    cursor: pointer;
    transition: 0.2s;
}

#balance:hover {
    /*
    background-color: rgb(39, 43, 57);
    transition: 0.2s;
    */
}

#balance > span.caption {
    display: none;
}

#balance > span.value {
    font-size: 15px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: var(--main-color);
    margin-left: 5px;
}

#balance:before {
    content: '';
    display: none;
    position: absolute;
    left: 10px;
    top: 6px;
    background: url(../ImagesLight/Icons/balance.svg);
    width: 20px;
    height: 20px;
}

#balance > span.value span.currency {
    font-size: 11px;
}

#balance svg {
    position: absolute;
    left: 10px;
    top: 6px;
    width: 20px;
    height: 20px;
}

#balance svg path {
    fill: var(--main-color);
}

header .right .user {
    display: none;
    height: 32px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    font-family: 'UniNeue-Bold';
    color: #ffffff;
    padding-left: 32px;
    margin-right: 20px;
}

header .right .user span {
    vertical-align: top;
}

header .right .user:before {
    content: '';
    display: block;
    background: url(../ImagesLight/Icons/user.svg);
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 5px;
    vertical-align: top;
}

.scroll-top {
    position: fixed;
    left: 50%;
    bottom: 53px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 46px;
    height: 40px;
    margin-left: -23px;
    display: none;
    cursor: pointer;
    z-index: 10;
}
.scroll-top:after {
    content: '';
    display: block;
    background: url(../ImagesLight/Mobile/scroll-top.png);
    width: 24px;
    height: 22px;
    position: absolute;
    left: 11px;
    top: 10px;
}




@media only screen and (orientation: portrait) {
    .scrolled footer {
        display: none;
    }

    .scrolled .info-div {
        padding-bottom: 5px;
    }
}

footer {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #000;
    width: 100%;
    height: 38px !important;
    z-index: 10;
    overflow: hidden;
    white-space: nowrap;
    padding: 1px 5px !important;
}

footer div {
    height: 38px !important;
}

footer .footer-buttons {
    display: none;
}

footer .footer-menu {
    height: 36px !important;
}

footer .footer-menu > div {
    height: 36px !important;
    overflow-x: scroll;
    overflow-y: hidden;
    /*width: fit-content;*/
}

footer a {
    display: inline-block;
    margin: 0 -2px;
    padding: 0 8px 0 9px;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 12px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #858BA3;
    position: relative;
}

footer a:after {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    top: 16px;
    background: #373b4e;
    width: 1px;
    height: 16px;
}

footer a:nth-child(1):after {
    display: none;
}

footer a.active {
    color: var(--tab-color);
}

footer a.active:before {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    bottom: 0;
    width: calc(100% - 2px);
    height: 4px;
    background: var(--tab-color);
    border-radius: 4px 4px 0px 0px;
}

footer a.menu {
    margin: 0;
    float: right;
}

.menu-div {
    display: none;
    position: fixed;
    right: 0;
    bottom: 38px;
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: calc(100% - 38px);
    z-index: 20;
}

.menu-div-content {
    position: fixed;
    right: 10px;
    bottom: 42px;
    border-radius: 6px;
    background-color: #1C1E29;
    width: 172px;
    cursor: pointer;
    padding: 4px;
    z-index: 1;
}

.menu-div-section {
    width: 164px;
    background: #272B39;
    padding: 6px 10px;
    margin-bottom: 4px;
    border-radius: 6px;
}

.menu-div .menu-div-section:nth-child(2) {
    margin-bottom: 0;
}


.round-history-section {
    display: none;
    cursor: pointer;
}

.br .round-history-section {
    display: block;
}

.br .menu-div .menu-div-section:nth-child(2) {
    margin-bottom: 4px;
}

.round-history-section a:active {
    color: #fff;
}

.menu-div a {
    display: block;
    font-size: 12px;
    color: #9499B0;
    padding: 5px 0 5px 22px;
    height: 28px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    position: relative;
}

.menu-div a .icon {
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    background: url(../ImagesLight/Mobile/sound-all.svg);
    width: 13px;
    height: 14px;
}

.menu-div a.sound-sound .icon {
    background: url(../ImagesLight/Mobile/sound-sound.svg);
    width: 17px;
    height: 14px;
}

.menu-div a.sound-music .icon {
    background: url(../ImagesLight/Mobile/sound-music.svg);
    width: 17px;
    height: 16px;
}

.menu-div a.how-to-play .icon {
    background: url(../ImagesLight/Mobile/how-to-play.svg);
    width: 14px;
    height: 14px;
}

.menu-div a.rules .icon {
    background: url(../ImagesLight/Mobile/rules.svg);
    width: 14px;
    height: 14px;
}

.menu-div a.round-history .icon {
    background: url(../ImagesLight/Icons/round-history.png);
    width: 14px;
    height: 14px;
}


.menu-div a.how-to-play,
.menu-div a.rules {
    color: #FFFFFF;
}

.menu-div a .sound-checkbox {
    float: right;
    display: inline-block;
    width: 32px;
    height: 18px;
    position: relative;
}

.menu-div a .sound-checkbox span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 9px;
    background-color: #0f1016;
    -webkit-transition: .4s;
    transition: .4s;
}

.menu-div a .sound-checkbox span:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    left: 2px;
    top: 2px;
    background-color: #9499b0;
    -webkit-transition: .4s;
    transition: .4s;
}

.menu-div a .sound-checkbox input:checked + span {
    background-color: #45b51a;
}

.menu-div a .sound-checkbox input:checked + span:before {
    background-color: #ffffff;
    transform: translateX(14px);
}

.menu-div a .sound-checkbox input {
    display: none;
}


.info-content-menu {
    height: 24px;
    background-color: rgb(0, 0, 0);
    border-radius: var(--border-radius);
    margin-bottom: 1px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
}

#infoContentStatsMenu {
    border-radius: 6px 6px 0 0;
}

.info-content-menu a {
    width: 33.3%;
    height: 100%;
    display: flex;
    float: left;
    position: relative;
    font-size: 11px;
    color: #aeb7ce;
    text-align: center;
    padding: 0 15px 0 15px;
    cursor: pointer;
    transition: 0.2s;
    align-items: center;
    justify-content: center;
}

.info-content-menu a:hover {
    color: #b9c5e1;
    transition: 0.2s;
}

.info-content-menu a.active {
    color: var(--tab-color);
}


section {
    /*height: 100%;*/
    padding-top: 40px;
    /*overflow-x: hidden;
    overflow-y: auto;*/
}

.info-div {
    width: 100%;
    padding: 0 5px 38px 5px;
    text-align: center;
}

.info-div .info-content {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.info-div .info-content.stats {
    overflow-x: hidden;
    overflow-y: hidden;
}

.info-div .info-content.stats .info-content-stats {
    height: calc(100% - 50px);
    overflow-y: auto;
}

.info-div .info-content.active {
    display: block;
}

.info-div .info-content .head {
    border-radius: 6px 6px 0px 0px;
    background-color: #20232F;
    width: 100%;
    height: 28px;
    line-height: 28px;
    display: table;
    font-size: 11px;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    color: #858BA3;
    padding-right: 13px;
    z-index: 1;
    position: sticky;
    top: 0;
}

.info-div .info-content.history .head {
    text-align: left;
    padding-left: 13px;
}

.info-div .info-content.stats .head {
    border-radius: 0 0 0 0;
}

.info-div .info-content .row {
    width: 100%;
    height: 26px;
    line-height: 26px;
    display: table;
    font-size: 11px;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    color: #A7AEC8;
    padding-right: 13px;
    margin-bottom: 1px;
    border-radius: 0;
    background: #151921;
}

.info-div .info-content .row span {
    font-size: 8px;
}

.info-div .info-content .row.win {
    background-image: -moz-linear-gradient( 0deg, rgba(49,145,11,0.12) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(49,145,11,0.12) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(49,145,11,0.12) 0%, rgba(46,46,46,0) 100%);
    color: #45b51a;
}

.info-div .info-content .row.current {
    background-image: -moz-linear-gradient( 0deg, rgba(48,52,70,0.16) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(48,52,70,0.16) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(48,52,70,0.16) 0%, rgba(46,46,46,0) 100%);
    color: var(--user-color);
}

.info-div .info-content .row.current.win {
    color: #65f72e;
}

.info-div .info-content.history .row.win {
    background-image: -moz-linear-gradient( 0deg, rgba(41,131,6,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(41,131,6,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(41,131,6,0.1) 0%, rgba(46,46,46,0) 100%);
    color: #4ec520;
}

.info-div .info-content.history .row.lose {
    background-image: -moz-linear-gradient( 0deg, rgba(177,27,27,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(177,27,27,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(177,27,27,0.1) 0%, rgba(46,46,46,0) 100%);
    color: #ff2f2f;
}

.info-div .info-content.history .item {
    display: inline-block;
    margin-bottom: 4px;
    border-radius: var(--border-radius);
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: calc(20%);
    font-size: 11px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
}

.info-div .info-content.history .item.win {
    background-color: rgba(32, 35, 47, 0.2);
    background-image: -moz-linear-gradient( 0deg, rgba(23,33,30,0.6) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(23,33,30,0.6) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(23,33,30,0.6) 0%, rgba(46,46,46,0) 100%);
    color: #4ec520;
}

.info-div .info-content.history .item.lose {
    background-color: rgba(32, 35, 47, 0.2);
    background-image: -moz-linear-gradient( 0deg, rgba(37,23,31,0.6) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(37,23,31,0.6) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(37,23,31,0.6) 0%, rgba(46,46,46,0) 100%);
    color: #ff2f2f;
}

.info-div .info-content.history .item.low {
    background-image: -moz-linear-gradient( 0deg, rgba(0,253,241,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(0,253,241,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(0,253,241,0.1) 0%, rgba(46,46,46,0) 100%);
    color: #00fdf1;
}

.info-div .info-content.history .item.medium {
    background-image: -moz-linear-gradient( 0deg, rgba(178,117,255,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(178,117,255,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(178,117,255,0.1) 0%, rgba(46,46,46,0) 100%);
    color: #b275ff;
}

.info-div .info-content.history .item.high {
    background-image: -moz-linear-gradient( 0deg, rgba(255,69,227,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(255,69,227,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(255,69,227,0.1) 0%, rgba(46,46,46,0) 100%);
    color: #ff45e3;
}


.info-div .info-content .head > div,
.info-div .info-content .row > div {
    display: table-cell;
}

.info-div .info-content .head > div.col1,
.info-div .info-content .row > div.col1 {
    text-align: left;
    position: relative;
}

.info-div .info-content.stats .head > div.col12,
.info-div .info-content.stats .row > div.col12 {
    text-align: center;
    width: 70px;
}

.info-div .info-content .head > div.col1 div,
.info-div .info-content .row > div.col1 div {
    position: absolute;
    left: 13px;
    top: 0;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.info-div .info-content .head > div.col2,
.info-div .info-content .row > div.col2 {
    text-align: center;
    width: 75px;
}

.info-div .info-content .head > div.col3,
.info-div .info-content .row > div.col3 {
    text-align: center;
    width: 67px;
}

.info-div .info-content .head > div.col4,
.info-div .info-content .row > div.col4 {
    text-align: center;
    width: 71px;
}

.info-div .info-content.my-bets .head > div,
.info-div .info-content.my-bets .row > div {
    display: table-cell;
}

.info-div .info-content.my-bets .head > div.col1,
.info-div .info-content.my-bets .row > div.col1 {
    text-align: left;
}

.info-div .info-content.my-bets .head > div.col2,
.info-div .info-content.my-bets .row > div.col2 {
    text-align: center;
    width: 80px;
}

.info-div .info-content.my-bets .head > div.col3,
.info-div .info-content.my-bets .row > div.col3 {
    text-align: center;
    width: 65px;
}

.info-div .info-content.my-bets .head > div.col4,
.info-div .info-content.my-bets .row > div.col4 {
    text-align: center;
    width: 71px;
}

.info-div .info-content.stats .head > div.col1,
.info-div .info-content.stats .row > div.col1 {
    text-align: left;
}

.info-div .info-content.stats .head > div.col2,
.info-div .info-content.stats .row > div.col2 {
    text-align: center;
    width: 80px;
}

.info-div .info-content.stats .head > div.col3,
.info-div .info-content.stats .row > div.col3 {
    text-align: center;
    width: 80px;
}

.info-div .info-content.stats .head > div.col4,
.info-div .info-content.stats .row > div.col4 {
    text-align: center;
    width: 90px;
}

.info-div .info-content.stats .row {
    background-image: -moz-linear-gradient( 0deg, rgba(46,46,46,0) 0%, rgba(49,145,11,0.12) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(46,46,46,0) 0%, rgba(49,145,11,0.12) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(46,46,46,0) 0%, rgba(49,145,11,0.12) 100%);
}

.info-div .info-content.stats .row > div.col4 {
    color: #4ec520;
}

.info-div .info-content .list {
    /*padding-top: 4px;*/
    margin-top: 2px;
    text-align: left;
    height: calc(100% - 28px - 2px);
    overflow-y: auto;
}

.chat {
    border-radius: 2px;
    background-color: rgb(22, 24, 33);
    /*height: calc(100% - 268px); !*calc(100% - 82px - 44px);*!*/
    /*top: 268px; !*82px;*!*/
    /*transition: 0.3s;*/
    position: fixed;
    right: 0;
    height: calc(100% - 25px);
    top: 25px;
    z-index: 11;
    width: 100%;
}

.chat .head {
    font-size: 12px;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    color: #525c73;
    line-height: 40px;
    position: relative;
    padding-left: 55px;
}

.chat .head:before {
    content: '';
    display: block;
    background: url(../ImagesLight/Icons/chat.png);
    width: 22px;
    height: 17px;
    position: absolute;
    left: 20px;
    top: 12px;
}

.chat .head .close {
    position: absolute;
    right: 2px;
    top: 2px;
    display: block;
    width: 34px;
    height: 34px;
    background: url(../ImagesLight/Icons/exit.svg) no-repeat center;
    cursor: pointer;
    transition: 0.2s;
    transform: rotate(180deg);
}

.chat .head .close:hover {
    opacity: 0.8;
}

.chat-content {
    display: block;
    border-top: 1px solid #0a0c11;
    height: calc(100% - 40px);
    padding: 10px;
}

.chat-message {
    height: calc(100% - 44px);
    overflow-y: auto;
}

.chat-outer {
    border-radius: 3px;
    background-color: var(--grey-button);
    width: 100%;
    min-height: 20px;
    margin-bottom: 1px;
    padding: 7px 5px;
    font-size: 11px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #9499b0;
}

.chat-date {
    float: left;
    width: 50px;
    text-align: center;
}

.chat-user {
    float: left;
    width: 50px;
    text-align: center;
}

.chat-text {
    float: left;
    width: calc(100% - 100px);
    font-size: 12px;
    color: #ffffff;
    word-break: break-word;
}

.chat-outer:after {
    content: '';
    display: block;
    clear: both;
}

.chat-input {
    border-radius: 3px;
    background-color: rgb(11, 12, 15);
    height: 44px;
    padding: 5px;
}

.chat-input-left {
    float: left;
    width: calc(100% - 100px);
    padding: 0 12px;
    line-height: 34px;
}

.chat-input-left input {
    background: none;
    border: none;
    font-size: 12px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #9499b0;
    line-height: 34px;
    width: 100%;
    height: 34px;
}

.chat-input-left input:focus {
    outline: none;
}

.chat-input-right {
    float: right;
    border-radius: 2px;
    background-color: var(--grey);
    width: 100px;
    height: 34px;
}

.chat-input-right input {
    background: none;
    border: none;
    font-size: 12px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #34394c;
    text-align: center;
    line-height: 34px;
    width: 100%;
    cursor: default;
}

.chat-input-right input.timer {
    font-variant-numeric: tabular-nums;
}

.chat-input-right input.active:not(.timer) {
    cursor: pointer;
    border-radius: 2px;
    background-image: -moz-linear-gradient( 90deg, rgb(244,210,42) 0%, rgb(253,223,86) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(244,210,42) 0%, rgb(253,223,86) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(244,210,42) 0%, rgb(253,223,86) 100%);
}

.chat-input-right input.active:hover:not(.timer) {
    background-image: -moz-linear-gradient( 90deg, rgb(249,218,61) 0%, rgb(255,231,120) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(249,218,61) 0%, rgb(255,231,120) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(249,218,61) 0%, rgb(255,231,120) 100%);
}

#main {
    width: 100%;
    position: relative;
}

.rtp {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 5;
    background: rgba(12,15,21,0.25);
    height: 12px;
    line-height: 12px;
    font-size: 8px;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    color: #FFFFFF;
    padding: 0 10px;
    display: none;
}

.rtp span {
    color: #5de22a;
}

.canvas {
    background: url(../ImagesLight/canvas.png);
    background-size: cover;
    width: 100%;
    height: 176px;
    margin-bottom: 5px;
    border-radius: var(--canvas-border-radius);
    position: relative;
}

.canvas:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.canvas canvas {
    border-radius: 2px;
}

#online-users {
    position: absolute;
    right: 8px;
    bottom: 4px;
    z-index: 2;
    font-size: 12px;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    color: #ffffff;
    text-align: right;
    line-height: 16px;
}

/*.betlive #online-users {*/
/*    display: none;*/
/*}*/

.canvas.active-tabs #online-users {
    bottom: 34px;
}

#online-users:before {
    content: '';
    display: inline-block;
    background: url(../ImagesLight/Mobile/users.svg);
    width: 10px;
    height: 12px;
    margin-right: 3px;
    vertical-align: top;
    margin-top: 0px;
}

.counter-container {
    padding: 0;
    display: flex;
    float: right;
    align-items: center;
}

.digit-container {
    width: 7px;
    height: 12px;
    position: relative;
    overflow: hidden;
    display: none;
}

.digit-strip {
    position: absolute;
    width: 100%;
}

.digit {
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}

.prev-digit {
    top: -12px;
}

.next-digit {
    top: 12px;
}



.buttons {
    border-radius: 2px;
    background-color: var(--background);
    display: block;
    width: 100%;
    /*height: 156px;*/
    text-align: center;
    position: relative;
}

.two-buttons .buttons {
    /*height: calc(156px + 156px);*/
}

.gift-view .buttons {
    height: 226px;
}

.buttons .tabs {
    position: absolute;
    right: 5px;
    top: -35px;
}

.buttons .tabs a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: rgb(22, 24, 33);
    width: 90px;
    height: 30px;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #696e88;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.buttons .tabs a:hover {
    color: #ffffff;
    transition: 0.3s;
}

.buttons .tabs a.active {
    color: #ffffff;
}

.buttons .tabs a.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: rgb(22, 24, 33);
    position: absolute;
    left: 0;
    bottom: -5px;
}

.buttons .tabs a.disabled {

}

.buttons .tabs a.disabled:hover {
    color: #696e88;
}

.gift {
    width: 100%;
    height: 221px;
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 0 5px;
}

.gift-div {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: #191b25;
    padding: 5px;
}

.gift-left {
    width: 100%;
    height: calc(100% - 148px);
    margin-bottom: 10px;
}

.gift-left1 {
    float: left;
    width: calc(100% - 230px);
    height: 100%;
    text-align: left;
}

.gift-left1 .head {
    font-size: 13px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #ffffff;
    line-height: 16px;
    padding-top: 7px;
    padding-bottom: 5px;
}

.gift-left1 .value {
    font-size: 15px;
    font-family: var(--font-family-bold);
    font-feature-settings: 'case' on;
    color: #fde053;
    line-height: 15px;
}

.gift-left2 {
    float: left;
    width: 110px;
    height: 100%;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.5);
    margin-left: 5px;
}

.gift-left2 .head {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 13px;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    color: #9499b0;
    line-height: 18px;
}

.gift-left2 .value {
    font-size: 16px;
    font-family: var(--font-family-bold);
    font-feature-settings: 'case' on;
    color: #9499b0;
    line-height: 16px;
}

.gift-left2 .head.yellow,
.gift-left2 .value.yellow {
    color: #fde053;
}

.gift-left1 .head.green,
.gift-left1 .value.green,
.gift-left2 .head.green,
.gift-left2 .value.green {
    color: #45b51a;
}


.gift-right {
    width: 100%;
    /*height: 100%;*/
}

body.VISUAL-GIFT-ONE-BET .gift {
    height: 156px;
}

body.VISUAL-GIFT-ONE-BET .gift-left {
    height: calc(100% - 83px);
}

body.VISUAL-GIFT-ONE-BET .gift-right .bet-parent:nth-child(2) {
    display: none;
}

.cash-game {
    width: 100%;
}

.cash-game-1 {
    width: 100%;
}

.cash-game-2 {
    width: 100%;
}

.cash-game .buttons-col {
    width: 100%;
    margin-bottom: 5px;
    padding: 0 5px;
}

.cash-game .buttons-head {
    width: 100%;
    margin-bottom: 5px;
    padding: 0 5px;
    display: none;
}

.cash-game.simple .buttons-head {
    display: block;
}

.cash-game .buttons-head .bet-input, .cash-game .buttons-head .bet-input .auto {
    margin-bottom: 0;
}

.cash-game .buttons-col:nth-child(2) {
    display: none;
}

.cash-game.one-bet .buttons-col:nth-child(1) {
    text-align: center;
}

.cash-game.one-bet .buttons-col:nth-child(2) {
    display: none !important;
}

.cash-game.one-bet .bet-add {
    display: none;
}

.cash-game.one-bet .bet .place-bet-div,
.cash-game.one-bet .bet .cancel-bet-div,
.cash-game.one-bet .bet .cash-out-div {
    padding: 0 5px 0 5px;
}

.bet-div {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 6px;
    padding: 5px;
    background: var(--button-background);
    border: 1px solid var(--button-background);
}

.buttons-col.place-bet .bet-div {

}

.buttons-col.cancel-bet .bet-div {
    border: 1px solid #8F3939; /*8F3939*/ /*2D303B*/
    transition: 0.2s;
}

.buttons-col.cash-out .bet-div {
    border: 1px solid #37763D;
    transition: 0.2s;
}

.buttons-col.disabled .bet-input:not(.bets) .label,
.buttons-head.disabled .bet-input:not(.bets) .label {
    opacity: 0.6;
}

.buttons-col.disabled .bet-input:not(.bets) .auto .head,
.buttons-head.disabled .bet-input:not(.bets) .auto .head {
    color: #858BA3;
}

.buttons-col.disabled .bet-add {

}

.buttons-col.disabled .bet-input:not(.bets) .checkbox,
.buttons-head.disabled .bet-input:not(.bets) .checkbox {
    opacity: 0.7;
    pointer-events: none;
}

.buttons-col.disabled .bet-x2,
.buttons-head.disabled .bet-x2 {
    /*background: #0f1016;*/
    /*color: #9499b0;*/
    background: #292C36;
    color: rgba(255,255,255,0.3);
    pointer-events: none;
}

.buttons-col.disabled .bet-input .input > div,
.buttons-head.disabled .bet-input .input > div {
    background: #0D1017;
}

.buttons-col.disabled .bet-input .input .minus,
.buttons-col.disabled .bet-input .input .plus,
.buttons-head.disabled .bet-input .input .minus,
.buttons-head.disabled .bet-input .input .plus {
    opacity: 0.7;
    pointer-events: none;
}

.buttons-col.disabled .bet-input .input input,
.buttons-head.disabled .bet-input .input input,
.buttons-col.disabled .bet-input .input div > span {
    /*color: rgba(255,255,255,0.4);*/
    color: #687074;
}

.buttons-col.disabled .bet-list a,
.buttons-head.disabled .bet-list a {
    background: #292C36;
    color: rgba(255,255,255,0.3);
}

.bet-col1 {
    float: left;
    width: calc(50% - 2.5px);
    height: 100%;
}

.bet-input {
    width: 100%;
    /*height: 71px;*/
    margin-bottom: 5px;
    position: relative;
}

.bet-input .auto {
    float: right;
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin-bottom: 5px;
    transition: 0.5s;
}

.cash-game.simple .buttons-col#button-0 .bet-input .auto,
.cash-game.simple .buttons-col#button-0 .bet-input .bet-x2 {
    /*display: none;*/
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
    transition: margin-bottom 0.5s ease;
}

.cash-game .buttons-col#button-0 .bet-input .auto,
.cash-game .buttons-col#button-0 .bet-input .bet-x2 {
    opacity: 1;
    transition: margin-bottom 0.5s ease;
}

.cash-game.simple .buttons-col#button-1 .bet-input .auto,
.cash-game.simple .buttons-col#button-1 .bet-input .bet-x2 {
    height: 0;
    transition: 0.5s;
    margin-bottom: 0;
    overflow: hidden;
}

.no-transition .bet-input .auto,
.no-transition .cash-game.simple .buttons-col#button-0 .bet-input .auto,
.no-transition .cash-game.simple .buttons-col#button-0 .bet-input .bet-x2,
.no-transition .cash-game .buttons-col#button-0 .bet-input .auto,
.no-transition .cash-game .buttons-col#button-0 .bet-input .bet-x2,
.no-transition .cash-game.simple .buttons-col#button-1 .bet-input .auto,
.no-transition .cash-game.simple .buttons-col#button-1 .bet-input .bet-x2 {
    transition: none;
}

.cash-game.simple .buttons-col:nth-child(1) {
    margin-bottom: 0;
}

.cash-game.simple .buttons-col:nth-child(1) .bet-div {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cash-game.simple .buttons-col:nth-child(2) .bet-div {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bet-input .auto .head {
    float: right;
    font-size: 12px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #9499b0;
    padding-right: 5px;
    text-transform: uppercase;
}

.checkbox {
    float: right;
    display: block;
    width: 38px;
    height: 18px;
    position: relative;
    top: 5px;
}

.checkbox:after {
    display: block;
    content: '';
    clear: both;
}

.checkbox span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 9px;
    background-color: #0C0F15;
    -webkit-transition: .4s;
    transition: .4s;
}

.checkbox span:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    left: 2px;
    top: 2px;
    background-color: #9499B0;
    -webkit-transition: .4s;
    transition: .4s;
}

.checkbox input:checked + span {
    background-color: #45b11b;
}

.checkbox input:checked + span:before {
    background-color: #ffffff;
    transform: translateX(20px);
}

.checkbox input {
    display: none;
}

.checkbox.disabled span {
    background-color: rgba(0,0,0,0.2);
    cursor: default;
} 

.checkbox.disabled span:before {
    opacity: 0.3;
}

.bet-x2 {
    border-radius: 6px;
    background-color: #2D303B;
    width: 32px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    font-size: 14px;
    color: var(--main-color);
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

.bet-x2:active {
    background-color: #3E4453;
}

.bet-input .label {
    float: left;
    font-size: 12px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #ffffff;
    line-height: 27px;
    padding-left: 6px;
    display: none;
}

.bet-input .input {
    width: 100%;
    position: relative;
}

.bet-input .input.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.bet-input .input.disabled input,
.bet-input .input.disabled span {
    opacity: 0.5;
}

.buttons-col.disabled .bet-input .input.disabled,
.buttons-col.disabled .bet-input .input.disabled input,
.buttons-col.disabled .bet-input .input.disabled span {
    opacity: 1;
}

.bet-input .input > div {
    border-radius: var(--border-radius);
    background: #0C0F15;
    width: 100%;
    height: 40px;
    position: relative;
}

.bet-input .input input {
    background: none;
    border: none;
    width: calc(100% - 64px);
    height: 100%;
    font-size: 16px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #FDE053;
    position: absolute;
    left: 32px;
    top: 0;
    text-align: center;
}

.bet-input .input .input-over {
    width: calc(100% - 64px);
    height: 100%;
    position: absolute;
    left: 32px;
    top: 0;
}

.bet-input .input .input-cursor {
    content: '';
    top: 12px;
    left: 50%;
    position: absolute;
    width: 2px;
    height: 17px;
    background: #a1cfff;
    animation: pulseCursor steps(2) 1.1s infinite;
    opacity: 1;
    display: none;
}

@keyframes pulseCursor {
    0% {
        opacity: 0;
    }
}

.bet-input .input input:focus {
    outline: none;
}

.bet-input .input div > span {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -1px;
    font-size: 16px;
    font-family: var(--font-family-main);
    font-weight: bold;
    color: #FDE053;
    height: 16px;
    line-height: 0;
    display: none;
}

.bet-input .input.keyboard-on div > span {
    display: none !important;
}

.bet-input .input div > span .currency {
    margin-left: 0;
}

.bet-input .input .minus {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    position: absolute;
    left: 8px;
    top: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.bet-input .input .minus:before {
    content: '';
    display: block;
    background: url(../ImagesLight/Mobile/minus.svg);
    width: 12px;
    height: 4px;
    position: absolute;
    left: 6px;
    top: 10px;
}

.bet-input .input .minus:not(.disabled):active {
    background: #1D1F28;
    transition: 0.3s;
}

.bet-input .input .minus.disabled {
    opacity: 0.5;
    cursor: default;
}

.bet-input .input .plus {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.bet-input .input .plus:before {
    content: '';
    display: block;
    background: url(../ImagesLight/Mobile/plus.svg);
    width: 12px;
    height: 12px;
    position: absolute;
    left: 6px;
    top: 6px;
}

.bet-input .input .plus:not(.disabled):active {
    background: #1D1F28;
    transition: 0.3s;
}

.bet-input .input .plus.disabled {
    opacity: 0.5;
    cursor: default;
}


.bet-list {
    width: 100%;
    height: 65px;
    text-align: left;
}

.bet-list a {
    display: flex;
    float: left;
    width: calc(50% - 2.5px);
    height: 30px;
    margin: 0 0 5px 5px;
    border-radius: var(--border-radius);
    background: var(--bet-list);
    font-size: 12px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #9499B0;
    cursor: pointer;
    line-height: 14px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bet-list a:active {
    background: var(--bet-list-hover);
    color: #bcc2dc;
}

.bet-list a:nth-child(odd) {
    margin-left: 0;
}

.bet-list a:nth-child(3),
.bet-list a:nth-child(4) {
    margin-bottom: 0;
}

.bet-list a:nth-child(4) {
    /*color: #FDE053;*/
}

.bet-list a:last-child {
    color: var(--main-color);
}

.bet-col2 {
    float: right;
    width: calc(50% - 2.5px);
    height: 100%;
}

.bet-parent {
    width: 100%;
    height: 65px;
    position: relative;
}

.bet-add {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 21px;
    padding-left: 1px;
    height: calc(100% - 4px);
    background: #e4c63f;
    text-align: center;
    line-height: 58px;
    vertical-align: middle;
    font-size: 24px;
    font-family: var(--font-family-bold);
    font-feature-settings: 'case' on;
    color: #726309;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px;

    display: none !important;
    z-index: 1;
}

.buttons-col.place-bet .bet-add {

}

.buttons-col.cancel-bet .bet-add {
    color: #6C0505;
}

.buttons-col.cash-out .bet-add {
    color: #FFFFFF;
}

.bet-add .plus {
    display: block;
}

.bet-add .minus {
    display: none;
}

.bet-add.active .plus {
    display: none;
}

.bet-add.active .minus {
    display: block;
}

.buttons-col.cancel-bet .bet-add.active .minus svg path,
.buttons-col.cancel-bet .bet-add.active .plus svg path {
    fill: #6C0505;
}

.buttons-col.cash-out .bet-add.active .minus svg path,
.buttons-col.cash-out .bet-add.active .plus svg path {
    fill: #FFFFFF;
}

.bet {
    border-radius: 6px;
    height: 100%;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-family: var(--font-family-bold);
    font-feature-settings: 'case' on;
    line-height: 14px;
}

.bet.place-bet.disabled {
    cursor: default;
    opacity: 0.7;
}

.bet > div {
    pointer-events: none;
}

.bet .win {
    display: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: -30px;
    right: 0;
    width: 100%;
    height: 59px;
    background: url(../ImagesLight/Mobile/win.png);
    background-size: 100% 100%;
    font-size: 14px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #ffffff;
    line-height: 16px;
    box-sizing: border-box;
    padding-top: 15px;
    text-align: center;
    z-index: 2;
}

.bet .win .win-caption {
    color: #fefefe;
    height: 20px;
}

.bet .win .win-value {
    font-size: 16px;
    color: #45b11b;
}

.bet .win .win-value span {
    font-size: 12px;
}

.bet .info {
    display: table;
    position: absolute;
    left: 0;
    top: -50px;
    right: 0;
    width: 100%;
    height: 40px;
    border-radius: var(--border-radius);
    background-color: #232637;
    background-image: -moz-linear-gradient( 0deg, rgba(49,145,11,0.15) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(49,145,11,0.15) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(49,145,11,0.15) 0%, rgba(46,46,46,0) 100%);
    font-size: 10px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #ffffff;
    text-align: left;
    line-height: 12px;
    z-index: 2;
}

.bet .info:before {
    content: '';
    position: absolute;
    left: 12px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 9px 0 9px;
    border-color: #253431 transparent transparent transparent;
}

.bet .info .error-info {
    display: none;
}

.bet .info .success-info {
    display: none;
}

.bet .info.error {
    background-image: -moz-linear-gradient( 0deg, rgba(177,27,27,0.2) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(177,27,27,0.2) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(177,27,27,0.2) 0%, rgba(46,46,46,0) 100%);
}

.bet .info.error:before {
    border-color: #3e2432 transparent transparent transparent;
}

.bet .info.error .error-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    padding-right: 5px;
}

.bet .info.error .error-info:before {
    content: '';
    display: block;
    background: url(../ImagesLight/Icons/error.png);
    width: 26px;
    height: 23px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.bet .info.success .success-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    padding-right: 5px;
}

.bet .info.success .success-info:before {
    content: '';
    display: block;
    background: url(../ImagesLight/Icons/success.png);
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 8px;
}


.bet .place-bet-div {
    display: none;
    height: 100%;
    border-radius: var(--border-radius);
    background-color: var(--bet-color);
    transition: 0.1s;
    padding: 0 5px 0 5px;
}

.gift .bet .place-bet-div {
    padding: 0 5px 0 5px;
}

.bet .place-bet-div .place-bet1 {
    text-align: center;
    color: #2F2705;
    font-size: 20px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 1px;
}

.bet .place-bet-div .place-bet1 span {
    font-size: 12px;
}

.bet .place-bet-div .place-bet2 {
    text-align: center;
    font-size: 20px;
    color: #2F2705;
    line-height: 20px;
}

.bet .place-bet-div .place-bet2 .next {
    display: none;
    font-size: 20px;
}

/*.game-started .bet .place-bet-div .place-bet2 .current,*/
/*.gift .bet.bet .place-bet-div .place-bet2 .current {*/
/*    display: none;*/
/*}*/

/*.game-started .bet .place-bet-div .place-bet2 .next,*/
/*.gift .bet.bet .place-bet-div .place-bet2 .next {*/
/*    display: block;*/
/*}*/

.bet .place-bet-div:active {

}

.bet:active .place-bet-div {
    background-image: -moz-linear-gradient(90deg, #DDC248 100%, #D5B61C 100%);
    background-image: -webkit-linear-gradient(90deg, #DDC248 100%, #D5B61C 100%);
    background-image: -ms-linear-gradient(90deg, #DDC248 100%, #D5B61C 100%);
    box-shadow: inset 0px 1px 1.2px 1.8px #926C00;
    transition: 0.1s;
    padding-top: 1px;
}

.bet .cancel-bet-div {
    display: none;
    height: 100%;
    border-radius: var(--border-radius);
    background-color: var(--cancel-color);
    transition: 0.4s;
    padding: 0 5px 0 5px;
    position: relative;
    z-index: 1;
}

.gift .bet .cancel-bet-div {
    padding: 0 5px 0 5px;
}

.bet .cancel-bet-div .cancel-bet1 {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    padding-top: 0;
    text-transform: uppercase;
    margin-top: -8px;
}

.ky .bet .cancel-bet-div .cancel-bet1 {
    font-size: 17px;
}

.bet .cancel-bet-div .cancel-bet2 {
    padding: 0 5px;
    font-size: 10px;
    color: rgba(255,255,255,0.6);
    line-height: 10px;
    position: absolute;
    left: 0;
    bottom: 8px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.bet .cancel-bet-div:active {
    background-color: var(--cancel-hover-color);
    transition: 0.4s;
}

.bet .cancel-bet-div:active {
    background-color: #596079;
}

.bet .cash-out-div {
    display: none;
    height: 100%;
    border-radius: var(--border-radius);
    background-color: var(--cash-out-color);
    transition: 0.4s;
    padding: 0 5px 0 5px;
}

.gift .bet .cash-out-div {
    padding: 0 5px 0 5px;
}

.bet .cash-out-div .cash-out1 {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 3px;
    width: 100%;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.bet .cash-out-div .cash-out1 span {
    font-size: 12px;
}

.bet.cash-out .cash-out-div {
    padding-right: 0;
    padding-left: 0;
}

.bet .cash-out-div .cash-out1 .currency {
    margin-left: 3px;
}

.bet .cash-out-div .cash-out2 {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
}

.bet .cash-out-div:hover {
    background-color: var(--cash-out-hover-color);
    transition: 0.4s;
}

.bet .disable-div {
    display: none;
    height: 100%;
    border-radius: var(--border-radius);
    background: var(--bet-received-color);
    transition: 0.4s;
}

.bet .disable-div .disable1 {
    text-align: center;
    color: rgba(255, 255, 255, 0.25);
    font-size: 20px;
    line-height: 20px;
    padding-top: 16px;
}

.bet .disable-div .disable2 {
    text-align: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.25);
    line-height: 20px;
}

.bet.place-bet .place-bet-div {
    display: block;
}

.bet.cancel-bet .cancel-bet-div {
    display: block;
}

.bet.cash-out .cash-out-div {
    display: block;
}

.bet.disable .disable-div {
    display: block;
}

.bet.disable {
    cursor: default;
}

.buttons-col.disable .bet-add,
.buttons-col.cash-out .bet-add,
.buttons-col.cancel-bet .bet-add {
    display: none;
}




.bet.place-bet .place-bet-div,
.bet.cancel-bet .cancel-bet-div ,
.bet.cash-out .cash-out-div,
.bet.disable .disable-div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.bet .place-bet-div .place-bet1 ,
.game-started .bet.bet .place-bet-div .place-bet1,
.game-started .gift .bet.bet .place-bet-div .place-bet1,
.bet .cancel-bet-div .cancel-bet1,
.bet .cash-out-div .cash-out1,
.bet .disable-div .disable1 {
    padding-top: 0;
}








.popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    z-index: 50;
}

.popup-div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 320px;
    min-height: 140px;
    margin: -70px 0 0 -160px;
    background: #1c1e29;
    font-size: 12px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #d0d7e5;
    text-align: center;
}

.popup-head {
    background-color: rgb(15, 16, 23);
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 15px;
    font-size: 14px;
    color: #9499b0;
}

.popup-content {
    padding: 15px;
}

.popup-bt {
    display: inline-block;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.6);
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-family: var(--font-family-bold);
    font-feature-settings: 'case' on;
    color: #ffffff;
    cursor: pointer;
    transition: 0.2s;
    margin-top: 20px;
}

.popup-bt:hover {
    opacity: 0.8;
    transition: 0.2s;
}





.jackpot-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    z-index: 49;
}

.jackpot-popup-div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 320px;
    min-height: 220px;
    margin: -110px 0 0 -160px;
    background: #1c1e29;
    font-size: 12px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #d0d7e5;
    text-align: center;
}

.jackpot-popup-head {
    background-color: rgb(15, 16, 23);
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 15px;
    font-size: 14px;
    color: #9499b0;
    position: relative;
}

.jackpot-popup-close {
    position: absolute;
    right: 15px;
    top: 3px;
    cursor: pointer;
    transition: 0.2s;
}

.jackpot-popup-close:hover {
    transition: 0.2s;
    opacity: 0.7;
}

.jackpot-popup-content {
    padding: 15px;
    height: 180px;
    background: url(../ImagesLight/jackpot-background.png) center bottom;
    background-size: cover;
    position: relative;
}

.jackpot-popup-star-left {
    position: absolute;
    background: url(../ImagesLight/jackpot-star-left.png);
    background-size: cover;
    width: 48px;
    height: 81px;
    bottom: 30px;
    left: 25px;
}

.jackpot-popup-star-right {
    position: absolute;
    background: url(../ImagesLight/jackpot-star-right.png);
    background-size: cover;
    width: 48px;
    height: 81px;
    bottom: 30px;
    right: 25px;
}

.jackpot-popup-div1 {
    height: 30px;
    font-size: 18px;
    color: #FFF;
    padding-top: 5px;
}

.jackpot-popup-div2 {
    font-size: 18px;
    color: #fde843;
    background: black;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.jackpot-popup-div3 {
    padding-top: 0;
    height: 30px;
    font-size: 18px;
    color: #FFF;
    line-height: 30px;
}

.jackpot-popup-div4 {
    padding-top: 0;
    font-size: 20px;
    color: #4fd931;
    line-height: 20px;
}







.help-popup {
    position: fixed;
    left: 0;
    top: 26px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 26px);
    background: rgba(0,0,0,0.8);
    display: none;
    z-index: 40;
}

.help-popup-div {
    /*
    position: absolute;
    left: 50%;
    top: 50%;
    width: 340px;
    height: 600px;
    margin: -300px 0 0 -170px;
    */
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px 0 0 10px;
    background: #1c1e29;
    font-size: 18px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #d0d7e5;
    text-align: center;
}

.help-popup-head {
    background-color: rgb(15, 16, 23);
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 7px;
    font-size: 12px;
    color: #9499b0;
    position: relative;
}

.help-head-item {
    float: left;
    cursor: pointer;
    position: relative;
    height: 40px;
    margin-right: 10px;
    transition: 0.2s;
}

.help-head-item:hover {
    color: var(--main-color);
    transition: 0.2s;
}

.help-head-item.active {
    color: var(--main-color);
}

.help-head-item.active:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--main-color);
}

.help-idq {
    position: absolute;
    right: 85px;
    top: 7px;
    background: url(../ImagesLight/help-idq.png);
    background-size: cover;
    width: 80px;
    height: 14px;
    display: none;
}

.help-popup-close {
    position: absolute;
    right: 15px;
    top: 3px;
    cursor: pointer;
    transition: 0.2s;
}

.help-popup-close:hover {
    transition: 0.2s;
    opacity: 0.8;
}

.help-popup-content {
    padding: 15px;
    text-align: left;
    height: calc(100% - 40px);
    overflow-y: auto;
    max-width: 334px;
    margin: 0 auto;
}

.help-popup .play-group {
    padding: 15px 0;
    border-top: 1px solid #2d3041;
    position: relative;
    width: 100%;
    display: table;
}

.help-popup .play-group:nth-child(1) {
    border-top: none;
}

.help-popup .play-group .play-item.play-circle {
    display: none;
}

.help-popup .play-group .play-item.play-text.play-text-right,
.help-popup .play-group .play-item.play-text.play-text-left {
    padding: 0 0 10px 0;
    font-size: 14px;
    color: #d0d7e5;
    vertical-align: middle;
}

.help-popup .play-group .play-item.play-img1 {
    background: var(--help1) !important;
    width: 303px !important;
    height: 131px !important;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    position: relative;
}

.help-popup .play-group .play-item.play-img2 {
    background: var(--help2) !important;
    width: 295px !important;
    height: 100px !important;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    position: relative;
}

.help-popup .play-group .play-item.play-img3 {
    background: var(--help3) !important;
    width: 303px !important;
    height: 131px !important;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    position: relative;
}

.help-popup .play-group .play-item > div {
    position: absolute;
    font-size: 10px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #9499b0;
    line-height: 10px;
}

.help-popup .play-group .play-item .help-bet-auto {
    right: 192px;
    top: 12px;
    text-transform: uppercase;
}

.help-popup .play-group .play-item .help-cash-out-auto {
    right: 44px;
    top: 12px;
    text-transform: uppercase;
}

.help-popup .play-group .play-item .help-amount {
    left: 25px;
    top: 33px;
    width: 104px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    color: #FFDD14;
    text-wrap: nowrap;
}

.help-popup .play-group .play-item .help-coef {
    left: 174px;
    top: 33px;
    width: 104px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    color: #FFDD14;
}

.help-popup .play-group .play-item .help-bet-list-0,
.help-popup .play-group .play-item .help-bet-list-1,
.help-popup .play-group .play-item .help-bet-list-2,
.help-popup .play-group .play-item .help-bet-list-3 {
    left: 5px;
    top: 72px;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 10px;
    text-wrap: nowrap;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
}

.help-popup .play-group .play-item .help-bet-list-1 {
    left: 79px;
    top: 72px;
}

.help-popup .play-group .play-item .help-bet-list-2 {
    left: 5px;
    top: 102px;
}

.help-popup .play-group .play-item .help-bet-list-3 {
    left: 79px;
    top: 102px;
    color: #FDE053;
}

.help-popup .play-group .play-item .help-place-bet-button {
    left: 154px;
    top: 72px;
    /*background: url(../ImagesLight/help-place-bet.png);*/
    width: 145px;
    height: 56px;
    text-align: center;
    font-size: 16px;
    color: #211b02;
}

.help-popup .play-group .play-item .help-place-bet-button .text1 {
    padding-top: 16px;
    height: 34px;
    text-wrap: nowrap;
}

.help-popup .play-group .play-item .help-place-bet-button .text1 span {
    font-size: 10px;
}

.help-popup .play-group .play-item .help-place-bet-button .text2 {
    font-size: 14px;
}

.help-popup .play-group .play-item .help-cash-out-button {
    left: 154px;
    top: 72px;
    /*background: url(../ImagesLight/help-cash-out.png);*/
    width: 145px;
    height: 56px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}

.help-popup .play-group .play-item .help-cash-out-button .text1 {
    padding-top: 16px;
    height: 34px;
    text-wrap: nowrap;
}

.help-popup .play-group .play-item .help-cash-out-button .text1 span {
    font-size: 10px;
}

.help-popup .play-group .play-item .help-cash-out-button .text2 {
    font-size: 10px;
}

.help-popup .play-group .play-item .help-cash-out-coef {
    right: 105px;
    top: 35px;
    font-size: 30px;
    font-family: robotobold;
    color: #5ee32b;
    line-height: 30px;
}

.help-popup-content.rules {
    font-size: 13px;
    color: #ffffff;
    counter-reset: number;
}

.help-popup .rules-item {
    border: 1px solid #575f6f;
    margin-bottom: 10px;
}

.help-popup .rules-title {
    position: relative;
    min-height: 46px;
    line-height: 22px;
    font-size: 14px;
    color: #9499b0;
    padding: 12px 40px 12px 18px;
    font-family: var(--font-family-bold);
    font-feature-settings: 'case' on;
    cursor: pointer;
}

.help-popup .rules-title:after {
    content: '';
    display: block;
    background: var(--help-down);
    width: 21px;
    height: 21px;
    position: absolute;
    right: 15px;
    top: 13px;
}

.help-popup .rules-item.active .rules-title {
    color: var(--main-color);
}

.help-popup .rules-item.active .rules-title:after {
    background: var(--help-up);
}

/*
.help-popup .rules-title::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
    counter-increment: number;
    content: counter(number);
    font-size: 16px;
    color: #888ca2;
}
*/

.help-popup .rules-content {
    background: #14151d;
    font-size: 12px;
    color: #dbdbdb;
    font-family: var(--font-family-main);
    padding: 15px 22px;
    display: none;
}

.help-popup .rules-content div {
    margin-bottom: 10px;
    line-height: 16px;
}

.help-popup .rules-content div:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid var(--main-color);
    vertical-align: top;
    margin: 3px 4px 0 0;
}





.help-popup.info-on-start {
    
}

.help-popup.info-on-start .help-popup-div {

}

.help-popup.info-on-start .help-popup-head {
    padding: 0 10px;
}

.help-popup.info-on-start .help-head-item {
    font-size: 14px;
}

.help-popup.info-on-start .help-head-item.active:after {
    display: none;
}

.help-popup.info-on-start .help-popup-content {
    padding: 15px;
    height: calc(100% - 40px - 107px);
}
/*
.help-popup.info-on-start .play-group {
    padding: 25px 0;
    margin: 0 15px;
    border-top: 1px solid #2d3041;
    position: relative;
    width: calc(100% - 30px);
    height: 150px;
    display: table;
}

.help-popup.info-on-start .play-group:nth-child(1) {
    border-top: none;
}
*/

.help-popup-footer {
    height: 107px;
    background: #33353f;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 20px;
}

.help-popup-checkbox {
    display: block;
    width: 135px;
    height: 23px;
    line-height: 23px;
    position: relative;
    margin: 0 auto 15px auto;
    padding-left: 35px;
    font-size: 12px;
    color: #d0d7e5;
    cursor: pointer;
}

.help-popup-checkbox span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #d0d7e5;
    width: 17px;
    height: 17px;
}

.help-popup-checkbox span:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 8px;
    left: 2px;
    top: 4px;

}

.help-popup-checkbox input:checked + span {

}

.help-popup-checkbox input:checked + span:before {
    background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAMAAABcOc2zAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABI1BMVEVb6SJe6yNZ6CFL4BxM4Rx2+Ct09ipu9Chc6iJ1+Ct4+Sx5+Sxl7yVz9ipu8yhe7CN4+Cx3+CtO4R1K4Bxg7CNP4h5i7SRm8CZO4h1M4BxM4R1i7iRN4R1h7SRd6yJB3Rgt0hJb6iJX6CAjzQ4n0BA82RdM4hwizQ482RdV5iAfyw0kzg9K4BtN4R1c6iJM4R1E3holzg9K4BxZ6SEr0RE+2hhN4h0lzg8lzg9K4BxG3xso0BA/2xhl7iVW6CBK4Bw+2xgnzw8izQ492hcmzw8lzg9L4Bxi7SRV5yAlzw9L4BxU5h8mzg8lzg9L4BxU5x8mzw9S5h8r0RFI4BsbyQsfyw0kzg4hzQ4eyw0hzA0eywwhzA4dygwgzA0izQ4ayQv////hXUP/AAAAVHRSTlMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaNU7YPPhe1/3oGH39V0JJAdf8l1I4Hxf9/Vei/B1BF9cju36p+7xWwRL7l5K7/ZcSupP3WM2a37iAAAAAWJLR0Rgxbd8EAAAAAd0SU1FB+QHAwo1Er2LtuIAAACkSURBVAjXPcrVEoJAFADQRRFbdDHAVuzuVizslmvH//+FMcrrmYMQoVCShIqiKJXa5w9okAxaXZCXQmEZ9IZIFOAQ+4PRFE8AJFNphOhMliTMlhwPkC9gBlmLpbLN7qhUAWp1lmNQoykdW+3O5wvY+YZu73TuD4YA4ghzHxhPppfr7X5KzmzkFwjXfHF7XJYr7P4B7VlvnqLAcjJ4PdvdniV/8AJYJhurRKiLFgAAAABJRU5ErkJggg==");
    background-size: cover;
}

.help-popup-checkbox input {
    display: none;
}

.help-popup-accept {
    display: block;
    border-radius: 2px;
    background-color: rgba(15, 16, 23, 0.6);
    width: 135px;
    height: 40px;
    font-size: 14px;
    font-family: var(--font-family-bold);
    font-feature-settings: 'case' on;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin: 0 auto 0;
}

.help-popup-accept:hover {
    background-color: rgba(15, 16, 23, 0.8);
}










.gift-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    z-index: 20;
}

.gift-popup-background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.gift-popup-div {
    position: absolute;
    left: 50%;
    top: calc(50% + 10px);
    width: 340px;
    /*height: 360px;*/
    /*margin: -180px 0 0 -170px;*/
    /*
    background: url(../ImagesLight/gift-background.png) center bottom;
    background-size: cover;
    */
    font-size: 18px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #d0d7e5;
    text-align: center;

    background-color: rgba(42, 45, 56, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;

    background-image: url(../ImagesLight/gift-background.svg);
    background-position: calc(50% + 11px) 56px;
    background-repeat: no-repeat;

    height: 380px;
    margin: -190px 0 0 -170px;
}

.gift-popup-head {
    /*background-color: rgb(15, 16, 23);*/
    /*height: 40px;*/
    /*line-height: 40px;*/
    text-align: left;
    /*padding: 0 15px;*/
    /*font-size: 14px;*/
    /*color: #9499b0;*/
    position: relative;

    font-size: 15px;
    color: #FFF;
    padding-top: 25px;
    padding-left: 25px;
    line-height: 20px;
}

.gift-popup-close {
    position: absolute;
    /*right: 15px;*/
    top: 3px;
    cursor: pointer;
    transition: 0.2s;

    right: 25px;
    top: 25px;
}

.gift-popup-close svg {
    transform: scale(0.8);
}

.gift-popup-close svg path {
    fill: rgba(255,255,255,0.8);
}

.gift-popup-close:hover {
    transition: 0.2s;
    opacity: 0.8;
}

.gift-popup-content {
    /*padding: 100px 0 10px 0;*/
    height: calc(100% - 40px);

    padding: 120px 0 10px 0;
}


.gift-new {
    padding-top: 20px;
}

.gift-new-head {
    /*line-height: 40px;*/
    /*font-size: 16px;*/
    color: #ffffff;

    font-size: 15px;
    line-height: 18px;
    margin-bottom: 14px;
}

.gift-new-info {
    /*border-radius: 3px;*/
    /*background-color: rgba(0,0,0,0.34);*/
    /*width: 302px;*/
    height: 60px;
    /*margin: 0 auto 15px auto;*/
    font-size: 18px;
    color: #3DF40E;
    padding-top: 5px;

    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    margin: 0 25px 20px 25px;
}

.gift-new-info .item {
    display: inline-block;
}

.gift-new-info .text {

}

.gift-new-buttons {
    /*width: 340px;*/
    /*margin: 0 auto;*/
    vertical-align: top;

    margin: 0 25px;
}

.gift-new-button {
    display: inline-block;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.6);
    width: 150px;
    height: 40px;
    margin: 0 0 10px 0;
    line-height: 40px;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    transition: 0.2s;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

.gift-new-button.gift-button-remind-me,
.gift-new-button.gift-button-cancel {
    display: none;
}

.gift-new-button.green {
    background-color: rgb(72, 183, 29);
}

.gift-new-button.big {
    /*background-color: rgb(72, 183, 29);*/
    /*width: 302px;*/
    /*height: 40px;*/

    background: linear-gradient(180deg, #34D20C 0%, #239706 100%);
    box-shadow: inset 0 1px 0 #71FF4E;
    border-radius: 10px;
    height: 54px;
    font-size: 16px;
    line-height: 54px;
    width: 100%;
}

/*.gift-new-button:hover {*/
/*    transition: 0.2s;*/
/*    background: #fde053;*/
/*    color: #393002;*/
/*}*/

/*.gift-new-button.big:hover {*/
/*    box-shadow: inset 0 1px 0 #fde053;*/
/*}*/


.gift-cancel {
    padding-top: 20px;
}

.gift-cancel-icon {
    background: url(../ImagesLight/gift-cancel-icon.png);
    background-size: cover;
    width: 32px;
    height: 32px;
    margin: 0 auto 10px auto;
}

.gift-cancel-text1 {
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    margin: 0 20px;
}

.gift-cancel-text2 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}



.gift-win {
    padding-top: 20px;
}

.gift-win-title {
    /*padding-top: 10px;*/
    /*font-size: 16px;*/
    /*color: rgb(255, 255, 255);*/
    /*text-align: center;*/
    /*margin: 2px 0 5px 0;*/

    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 14px;
}

.gift-win-text {
    font-size: 14px;
    color: rgb(72, 183, 29);
    margin: 0 20px 10px 20px;

    display: none;
}

.gift-win-info {
    /*width: 302px;*/
    /*height: 60px;*/
    /*background: url(../ImagesLight/freebg.png) no-repeat center center;*/
    /*background-size: contain;*/
    /*font-size: 28px;*/
    /*color: rgb(78, 204, 29);*/
    /*line-height: 60px;*/
    /*margin: 0 auto 15px auto;*/

    height: 60px;
    line-height: 60px;
    font-size: 28px;
    color: #3DF40E;

    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    margin: 0 25px 20px 25px;
}



/* Keyboard Start */
.keyboard-div {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    z-index: 30;
    display: none;
}

.keyboard {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--background);
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    font-size: 16px;
    color: #e5e5e5;
    padding: 10px;
    z-index: 9999999;
}

.keyboard-top {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.2)
}

.keyboard-numbers {

}

.keyboard-numbers a {
    float: left;
    display: block;
    box-sizing: border-box;
    width: calc(100%/3);
    border-left: 6px solid var(--background);
    border-bottom: 6px solid var(--background);
    text-align: center;
    height: 53px;
    line-height: 51px;
    font-size: 22px;
    background: #2d303b;
    border-radius: 2px;
    transform: translate3d(0, 0, 0);
    position: relative;
    overflow: hidden;
}

.keyboard-numbers a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 100%, transparent 100%);
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0;
}


.keyboard-numbers a.mousedown:after {
    opacity: .2;
    transition: 100ms;
}

.keyboard-numbers a:nth-child(3n + 1) {
    border-left: none;
}

.keyboard-numbers a.delete:before,
.keyboard-buttons a.delete:before {
    content: '';
    display: block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAA10lEQVQokZ2SsQ3CMBBFXwItYgCkSEjJEHQZgCFooGYKJqAECQlWoGGCDAAbJANAkRQIfRoncoIDIV86+fzP/rr7ticJCx6wAWZ0xwvYI8mOpfoh96yOAuAKjP7opoJvjbRziJyArMFlhq/jy0iFpEhSKCk1XGr2kalXQFIg6dEye3kxlJRYedo8iKTLDyNLMdpEJMkHnn3MdZm9Au4t9QyITZ6YNebzASqzF45u/za7jLND7OjwJDV8DfaHnAA3YNzXI9uPdR8RoBg2iAMwBebAoKNIDmzfprqwYIZiYTkAAAAASUVORK5CYII=");
    width: 18px;
    height: 14px;
    margin: 15px auto 0 auto;
}

.keyboard-buttons {

}

.keyboard-buttons a {
    float: left;
    display: block;
    box-sizing: border-box;
    width: 50%;
    border-left: 6px solid var(--background);
    text-align: center;
    height: 53px;
    line-height: 51px;
    font-size: 18px;
    background: #2d303b;
    border-radius: 2px;
}

.keyboard-buttons a:nth-child(3) {
    border-left: none;
}

.keyboard-buttons a.dot,
.keyboard-buttons a.delete {
    display: none;
}

.keyboard-buttons a.ok {
    color: #2dc622;
}
/* Keyboard END */




.sound-popup {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
}

.betlive .sound-popup,
[class*="adjarabet"] .sound-popup {
    display: none !important;
}

.sound-popup-content {
    position: absolute;
    left: 5%;
    top: 50%;
    width: 90%;
    height: 155px;
    margin: -77px 0 0 0;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;

    background: #1F2129;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.sound-popup-content-text {
    text-align: center;
    padding-top: 30px;
    height: 76px;
    box-sizing: content-box;
    box-sizing: border-box;


    font-family: var(--font-family-nu4);
    font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;

    color: #FFFFFF;
}

.sound-popup-content-buttons {
    text-align: center;
}

.sound-popup-content-buttons a {
    display: inline-block;
    width: 302px;
    height: 50px;
    line-height: 53px;
    margin: 0 13px;

    background: #353843;
    border-radius: 6px;

    font-family: var(--font-family-nu4);
    font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}

.sound-popup-content-buttons a.no {
    color: #A8ABBD;
}

.sound-popup-content-buttons a.yes:before {
    content: '';
    display: inline-block;
    background: url(../ImagesLight/Mobile/sound-yes.svg) no-repeat;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin-top: 17px;
    margin-right: 10px;
}

.sound-popup-content-buttons a.no:before {
    content: '';
    display: inline-block;
    background: url(../ImagesLight/Mobile/sound-no.svg) no-repeat;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin-top: 17px;
    margin-right: 10px;
}


@media screen and (max-width: 1024px) {
    .sound-popup-content {
        height: 155px;
        margin: -77px 0 0 0;
    }

    .sound-popup-content-buttons a {
        width: 135px;
        margin: 0 7px;
    }
}

@media only screen and (max-width: 359px) {
    .jackpot-popup-div {
        width: 300px;
        min-height: 220px;
        margin: -110px 0 0 -150px;
    }

    /*
    .help-popup-div {
        width: 300px;
        height: 500px;
        margin: -250px 0 0 -150px;
    }
    */

    .help-popup .play-group {
        display: block;
    }

    .help-popup .play-group .play-item.play-img1 {
        transform: scale(0.9);
    }

    .help-popup .play-group .play-item.play-img2 {
        transform: scale(0.9);
    }

    .help-popup .play-group .play-item.play-img3 {
        transform: scale(0.9);
    }

    .gift-popup-div {
        width: 300px;
        height: 380px;
        margin: -190px 0 0 -150px;
    }

    .gift-new-info {
        /*width: 282px;*/
        height: 60px;
    }

    .gift-new-buttons {
        /*width: 300px;*/
    }

    .gift-new-button.big {
        /*width: 282px;*/
    }

    .gift-new-button {
        width: 120px;
    }

    .sound-popup-content-buttons a {
        width: 120px;
        height: 63px;
        line-height: 63px;
        font-size: 18px;
        margin: 0 3px;
    }
}

@media only screen and (max-height: 568px) {
    /*
    .help-popup-div {
        width: 300px;
        height: calc(100% - 40px);
        margin: -220px 0 0 -150px;
    }
    */
}























.landscape {
    display: none;
}

.lobby-icon {
    float: right;
    display: block;
    width: 36px !important;
    height: 36px;
    /* position: absolute; */
    /* right: 46px; */
    background: url(../ImagesLight/Mobile/lobbyIcon.svg);
    background-size: 18px 15px;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (orientation: landscape) {
    .landscape {
        display: block;
    }

    .landscape .lobby-icon {
        right: unset !important;
    }

    .menu-div-content {
        right: 41px;
        top: 64px;
        bottom: auto !important;
    }

    .info-div .info-content .row span {
        font-size: 6px;
    }

    form {
        height: 100%;
    }

    header {
        padding: 3px 9px;
        height: 38px;
        position: relative;
        left: auto;
        top: auto;
    }

    header .jackpot {
        /* left: 90px; */
        left: 110px; /* + 20px for promotion icon */
        top: 4px;
        width: auto;
        height: auto;
        background: none;
        right: 250px;
    }

    .header-history {
        /* left: 90px; */
        left: 110px; /* + 20px for promotion icon */
        top: 30px;
        width: auto;
        height: auto;
        background: none;
        right: 280px;
        position: absolute;
        z-index: 15;
    }

    section {
        height: calc(100% - 38px);
        padding-top: 3px;
    }

    #main {
        position: relative;
        height: 100%;
        overflow: hidden;
    }

    .rtp {
        right: auto;
        width: 100%;
    }

    .canvas {
        position: absolute;
        left: 5px;
        top: 0;
        width: calc(100% - 340px);
    }

    .buttons {
        position: absolute;
        top: 0;
        right: 0;
        width: 335px;
        height: 100%;
        /*overflow: hidden;*/
    }

    .two-buttons .buttons {
        height: 100%;
    }

    .buttons .tabs {
        right: 333px;
        width: 184px;
    }

    .buttons .tabs a {
        border-radius: 0;
        margin: 0 -2px;
        height: 20px;
        line-height: 22px;
    }

    .buttons .tabs a.active:after {
        display: none;
    }

    .info-div {
        position: absolute;
        left: 5px;
        top: 140px;
        width: calc(100% - 340px);
        height: 100%;
        padding: 0;
    }

    .info-div .info-content .head {
        border-radius: 2px;
        height: 22px;
        line-height: 22px;
        font-size: 9px;
        padding-right: 0;
        letter-spacing: -0.05em;
    }

    .info-div .info-content.history .head {
        display: none;
    }

    .info-div .info-content.history .list {
        height: calc(100% - 2px);
    }

    .info-div .info-content .row {
        height: 22px;
        line-height: 22px;
        font-size: 8px;
        padding-right: 0;
        letter-spacing: -0.05em;
    }

    .info-div .info-content .head > div.col1 div,
    .info-div .info-content .row > div.col1 div {
        left: 5px;
    }

    .info-div .info-content .head > div.col2,
    .info-div .info-content .row > div.col2 {
        width: 70px;
    }

    .info-div .info-content .head > div.col3,
    .info-div .info-content .row > div.col3 {
        width: 60px;
    }

    .info-div .info-content .head > div.col4,
    .info-div .info-content .row > div.col4 {
        width: 60px;
    }

    .info-div .info-content.my-bets .head > div.col2,
    .info-div .info-content.my-bets .row > div.col2 {
        width: 70px; /*55*/
    }

    .info-div .info-content.my-bets .head > div.col3,
    .info-div .info-content.my-bets .row > div.col3 {
        width: 50px; /*55*/
    }

    .info-div .info-content.my-bets .head > div.col4,
    .info-div .info-content.my-bets .row > div.col4 {
        width: 60px; /*46*/
    }

    .info-div .info-content.stats .head > div.col2,
    .info-div .info-content.stats .row > div.col2 {
        width: 70px;
    }

    .info-div .info-content.stats .head > div.col3,
    .info-div .info-content.stats .row > div.col3 {
        width: 70px;
    }

    .info-div .info-content.stats .head > div.col4,
    .info-div .info-content.stats .row > div.col4 {
        width: 80px;
    }

    .cash-game.simple .buttons-head {
        display: none;
    }

    .cash-game.simple .buttons-col .bet-input .auto,
    .cash-game.simple .buttons-col .bet-input .bet-x2 {
        display: block;
    }

    .cash-game.simple .buttons-col#button-0 .bet-input .auto {
        opacity: 1;
        height: 50%;
        overflow: hidden;
        margin-bottom: 0;
        transition: none;
    }

    .cash-game.simple .buttons-col#button-0 .bet-input .bet-x2 {
        opacity: 1;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        margin-bottom: 0;
        transition: none;
    }

    .cash-game .buttons-col#button-0 .bet-input .bet-x2 {
        opacity: 1;
        transition: none;
    }

    .cash-game.simple .buttons-col#button-1 .bet-input .auto {
        height: 50%;
        overflow: hidden;
        transition: none;
    }

    .cash-game.simple .buttons-col#button-1 .bet-input .bet-x2 {
        height: 25px;
        overflow: hidden;
        transition: none;
    }

    .cash-game.simple .buttons-col .bet-input .auto,
    .cash-game .buttons-col .bet-input .auto {
        margin-bottom: 0;
    }

    .cash-game.simple .buttons-col:nth-child(1) {
        margin-bottom: 5px;
    }

    .cash-game.simple .buttons-col:nth-child(1) .bet-div {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .cash-game.simple .buttons-col:nth-child(2) .bet-div {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .cash-game, .cash-game-1, .cash-game-2 {
        height: 100%;
    }

    .bet .cancel-bet-div .cancel-bet2 {
        font-size: 9px;
        line-height: 9px;
        bottom: 5px;
    }

    .cash-game .buttons-col {
        height: calc(50% - 3px);
        padding: 0 5px;
    }

    .bet-div {
        height: 100%;
        padding: 5px;
    }

    .bet-div:after {
        content: '';
        display: block;
        clear: both;
        width: 100%;
    }

    .bet-input {
        height: 50%;
        padding-bottom: 4px;
        margin-bottom: 0;
    }

    .bet-input .auto {
        height: 50%;
        line-height: initial;
    }

    .bet-input .auto .head {
        height: 100%;
        display: flex;
        align-items: center;
    }

    body.vi .bet-input .auto .head,
    body.el .bet-input .auto .head {
        letter-spacing: -0.07em;
    }

    body.ka .bet-input .auto .head {
        font-size: 11px;
    }

    .bet-input .label {
        height: 50%;
        line-height: initial;
        display: none;
        align-items: center;
    }

    .bet-x2 {
        position: absolute;
        top: 25%;
        margin-top: -14px;
        width: 30px;
        height: 25px;
        line-height: 25px;
    }

    .checkbox {
        top: 50%;
        margin-top: -8px;
    }

    .bet-input .input {
        height: 50%;
    }

    .bet-input .input > div {
        height: 100%;
    }

    .bet-input .input .input-cursor {
        top: 12px;
    }

    .bet-input .input .minus {
        height: 100%;
        top: 0;
    }

    .bet-input .input .minus:before {
        top: 50%;
        margin-top: -2px;
    }

    .bet-input .input .plus {
        height: 100%;
        top: 0;
    }

    .bet-input .input .plus:before {
        top: 50%;
        margin-top: -7px;
    }

    .bet-list {
        height: 50%;
    }

    .bet-list a {
        height: calc(50% - 3px);
        margin: 0 0 5px 5px;
    }

    .bet-parent {
        height: 50%;
    }

    .bet-add {
        line-height: initial;
    }

    .bet-add span {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -5.5px 0 0 -5.5px;
        width: 11px;
        height: 11px;
    }

    .bet-add span svg {
        display: block;
    }

    .bet.place-bet .place-bet-div,
    .bet.cancel-bet .cancel-bet-div ,
    .bet.cash-out .cash-out-div,
    .bet.disable .disable-div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
    }

    .bet .place-bet-div .place-bet1 ,
    .game-started .bet.bet .place-bet-div .place-bet1,
    .game-started .gift .bet.bet .place-bet-div .place-bet1,
    .bet .cancel-bet-div .cancel-bet1,
    .bet .cash-out-div .cash-out1,
    .bet .disable-div .disable1 {
        padding-top: 0;
    }

    .bet .win {
        /*left: -10000px;*/
    }

    .gift {
        height: 100%;
        padding: 0;
    }

    .gift-view .buttons {
        height: 100%;
    }

    .gift-div {
        height: 100%;
    }

    .gift-left {
        width: 100%;
        margin-bottom: 10px;
        padding-top: 7px;
        padding-right: 5px;
        height: auto;
    }

    .gift-left1 {
        float: none;
        width: 100%;
        padding-bottom: 0;
        height: 17px;
    }

    .gift-left1:after {
        content: '';
        display: block;
        clear: both;
        width: 100%;
        height: 1px;
    }

    .gift-left1 .head {
        font-size: 12px;
        line-height: 14px;
        padding-bottom: 3px;
        float: left;
        padding-top: 0;
    }

    .gift-left1 .value {
        font-size: 14px;
        line-height: 14px;
        float: right;
    }

    .gift-left2:nth-child(2) {
        margin-left: 0;
    }

    .gift-left2 {
        width: calc(50% - 5px);
        padding-left: 5px;
        padding-bottom: 3px;
        height: 40px;
    }

    .gift-left2 .head {
        font-size: 12px;
        line-height: 14px;
        padding-top: 5px;
        padding-bottom: 2px;
    }

    .gift-left2 .value {
        font-size: 14px;
        line-height: 14px;
    }

    .gift-right {
        width: 100%;
        height: 120px;
    }

    body.VISUAL-GIFT-ONE-BET .gift {
        height: 100%;
    }

    body.VISUAL-GIFT-ONE-BET .gift-left {
        height: auto;
    }

    .gift .bet-parent {
        width: 100%;
        margin-top: 0
    }

    .gift .bet-parent.mt5 {
        margin-top: 5px;
    }

    .gift .bet .place-bet-div {
        padding: 0 5px 0 5px;
    }

    .game-started .gift .bet.bet .place-bet-div .place-bet1,
    .gift .bet.bet .place-bet-div .place-bet1 {
        padding-top: 0;
    }

    .gift .bet .cancel-bet-div .cancel-bet1 {
        padding-top: 0;
    }

    .gift .bet .cancel-bet-div {
        padding: 0 5px 0 5px;
    }

    .gift .bet .cash-out-div {
        padding: 0 5px 0 5px;
    }

    .chat {
        position: absolute;
        height: calc(100% - 25px);
        top: 25px;
        width: 100%;
        z-index: 21;
    }

    .chat .head {
        line-height: 30px;
        padding-left: 40px;
    }

    .chat .head:before {
        left: 10px;
        top: 5px;
    }

    .chat .head .close {
        top: -2px;
        width: 32px;
        height: 32px;
    }

    .chat-content {
        height: calc(100% - 30px);
        padding: 5px;
    }

    .chat-message {
        height: calc(100% - 34px);
        overflow-y: auto;
    }

    .chat-outer {
        border-radius: 2px;
        min-height: 20px;
        margin-bottom: 1px;
        padding: 5px 3px;
        font-size: 10px;
    }

    .chat-date {
        width: 40px;
    }

    .chat-user {
        width: 40px;
    }

    .chat-text {
        width: calc(100% - 80px);
        font-size: 11px;
    }

    .chat-input {
        border-radius: 2px;
        height: 34px;
        padding: 5px;
    }

    .chat-input-left {
        width: calc(100% - 70px);
        padding: 0 5px;
        height: 24px;
        line-height: 24px;
    }

    .chat-input-left input {
        font-size: 11px;
        height: 24px;
        line-height: 24px;
    }

    .chat-input-right {
        width: 70px;
        height: 24px;
    }

    .chat-input-right input {
        font-size: 11px;
        line-height: 24px;
    }


    .mobile-more {
        display: none;
        position: absolute;
        right: 0;
        top: 50%;
        width: 19px;
        height: 40px;
        background: var(--background);
        border-radius: 5px 0 0 5px;
        margin-top: -20px;
        cursor: pointer;
        z-index: 20;
    }

    .mobile-more:after {
        content: '';
        display: block;
        position: absolute;
        left: 7px;
        top: 14px;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #6c768d;
        transition: 0.2s;
    }

    .mobile-more-active .mobile-more:after {
        transform: rotate(180deg);
        transition: 0.2s;
    }

    .info-content-menu {
        height: 20px;
    }

    .info-content-menu a {
        font-size: 10px;
        height: 20px;
    }


    footer {
        position: absolute;
        width: calc(100% - 340px);
        height: 32px !important;
        min-height: 32px !important;
        z-index: 10;
        padding: 1px 5px !important;
        right: auto;
        left: 5px;
        top: 200px;
        bottom: auto !important;
    }

    footer div {
        height: 32px !important;
    }

    footer .footer-menu > div {
        height: 32px !important;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    footer a {
        padding: 0 8px 0 9px;
        height: 32px !important;
        line-height: 32px !important;
        font-size: 11px;
    }

    footer a.menu, footer a.lobby-icon {
        display: none;
    }

    footer a:after {
        top: 11px;
        height: 12px;
    }

    footer a.active:before {
        height: 2px;
        bottom: 4px;
    }

    .help-popup-div {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 620px;
        height: 340px;
        margin: -170px 0 0 -310px;
        background: #1c1e29;
        font-size: 18px;
        font-family: var(--font-family-medium);
        font-feature-settings: 'case' on;
        color: #d0d7e5;
        text-align: center;
    }

    .keyboard {
        left: auto;
        width: 330px;
        height: calc(100% - 25px);
    }

    .keyboard-numbers {
        height: 80%;
    }

    .keyboard-numbers a {
        height: 25%;
        line-height: initial;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .keyboard-numbers a.delete:before {
        margin: -7px;
    }

    .keyboard-buttons {
        height: 20%;
    }

    .keyboard-buttons a {
        height: 100%;
        line-height: initial;
        display: flex;
        align-items: center;
        justify-content: center;
    }











    .help-popup.info-on-start {

    }

    .help-popup.info-on-start .help-popup-div {

    }

    .help-popup.info-on-start .help-popup-head {

    }

    .help-popup.info-on-start .help-head-item {

    }

    .help-popup.info-on-start .help-head-item.active:after {

    }

    .help-popup-content {
        max-width: 100%
    }

    .help-popup.info-on-start .help-popup-content {
        padding: 15px;
        height: calc(100% - 40px - 55px);
    }

    .help-popup .play-group { /*.info-on-start*/
        width: 100%;
        height: 100px;
    }

    .help-popup .play-group .play-item.play-circle { /*.info-on-start*/
        display: block;
        position: absolute;
        left: 0;
        top: 25px;
        font-size: 37px;
        color: #303342;
        line-height: 50px;
    }

    .help-popup .play-group .play-item.play-text.play-text-right, /*.info-on-start*/
    .help-popup .play-group .play-item.play-text.play-text-left { /*.info-on-start*/
        padding: 0 240px 0 50px;
        display: table-cell;
    }

    .help-popup .play-group .play-item.play-img1 {
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        transform: scale(0.75);
    }

    .help-popup .play-group .play-item.play-img2 {
        position: absolute;
        right: 0;
        top: 12px;
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        transform: scale(0.75);
    }

    .help-popup .play-group .play-item.play-img3 {
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        transform: scale(0.75);
    }


    .help-popup-footer {
        height: 55px;
        padding-top: 0;
    }

    .help-popup-checkbox {
        float: left;
        width: 135px;
        margin: 20px 0 0 20px;
    }

    .help-popup-accept {
        float: right;
        width: 135px;
        height: 40px;
        margin: 7px 15px 0 0;
    }

    /* promotion */
    .promotion-button {
        bottom: 2px !important;
        left: 70px !important;
    }
    .promotion-dailyleaderboard-button{
        width: 37px;
        height: 37px;
    }
}

@media only screen and (max-height: 300px) {
    .gift-popup-div {
        transform: scale(0.60);
    }
}

@media only screen and (min-height: 301px) and (max-height: 350px) {
    .gift-popup-div {
        transform: scale(0.70);
    }
}

@media only screen and (min-height: 351px) and (max-height: 390px) {
    .gift-popup-div {
        transform: scale(0.8);
    }
}

@media only screen and (max-height: 350px) {
    .help-popup-div {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0 0 0 0;
    }

    .bet-x2,
    .cash-game.simple .buttons-col#button-0 .bet-input .bet-x2,
    .cash-game.simple .buttons-col#button-1 .bet-input .bet-x2 {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-top: -10px;
        font-size: 11px;
    }

    .hash-popup-content {
        transform: scale(0.8);
    }
}



/* Jackpot New Animation */

#jackpot-new {
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    pointer-events: none;
    z-index: -1;
}
#jackpot-new > img {
    bottom: 40px;
    width: 100%;
    position: absolute;
}

.jackpot-clone {
    height: 85px;
    width: 434px;
    margin: auto;
    font-size: 53px;
    color: rgb(253, 224, 83);
    font-family: "UniNeue-Heavy";
    position: absolute;
    transform: scale(0);
    top: 0; left: 0; bottom: 0; right: 0;
    /* background: url('../ImagesLight/Jackpot/jackpot.png') no-repeat center; */
    background: url('../ImagesLight/Jackpot/jackpot-new.png') no-repeat center;
    transition: .1s;
    transition-timing-function: linear;
}

.jackpot-clone p {
    margin: 0;
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Harabara';
    background: -webkit-linear-gradient(top, #fff, #d6d6d6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translate(0px, -60px);
}

.jackpot-clone .list-elements {
    width: 56px;
    height: 74px;
    text-align: center;
    margin-left: 3px;
    transition: .1s;
}

.jackpot-clone .list-elements:nth-child(5) {
    margin-left: 1px;
}

.jackpot-clone .list-elements:nth-child(6) {
    margin-left: 17px;
}


.jackpot-animation {
    transform: scale(0.7);
}
.jackpot-animation1 {
    transform: scale(1.3);
}
.jackpot-clone > div {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform: translate(0px, -52.5px);
}

.list-element-1 {
    width: 56px;
    height: 74px;
    margin-left: 3px;
    background: url('../ImagesLight/Jackpot/item-background.png') no-repeat center;
}

.list-gradient {
    background-image: linear-gradient(45deg, #fde053, #ffffff, #fde053);
	background-size: 400% 400%;
	animation: gradient 1s infinite;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-direction: normal;
    transform: scale(1.4) !important;
}

.jackpot-dot {
    width: 7px;
    height: 7px;
    margin: 0 2px 0 5px;
    background: url('../ImagesLight/Jackpot/dot.png') no-repeat center;
}

@keyframes gradient {
	0% {
		background-position: 50% 0%;
	}
	50% {
		background-position: 50% 100%;
	}
	100% {
		background-position: 50% 100%;
	}
}

/* promotion */
.promotion-button {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    bottom: -95px;
    left: -4px;
}

.promotion-button canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.promotion-dailyleaderboard-button{
    display: none;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 80px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../ImagesLight/dailyleaderboard-icon.png);
}
.promotion-wheel-button{
    display: none;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 80px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../ImagesLight/wheel-icon.png);
}




















.mobile-desktop ::-webkit-scrollbar {
    width: 12px;
    padding: 12px;
}

.mobile-desktop ::-webkit-scrollbar-track {
    background-color: var(--grey);
    border-left: 1px solid var(--background);
}

.mobile-desktop ::-webkit-scrollbar-thumb {
    background: #20232f;
    border-left: 1px solid var(--background);
}

.mobile-desktop ::-webkit-scrollbar-thumb:hover {
    background: #20232f;
}

.mobile-desktop .sound-popup {
    display: none;
}

.mobile-desktop .button.exit {
    /*display: none;*/
}

.mobile-desktop footer .footer-menu {
    overflow: hidden;
    margin: 0 30px;
}

.mobile-desktop footer .footer-menu > div {
    overflow: hidden;
}

.mobile-desktop footer .footer-buttons {
    display: none;
    position: absolute;
    top: 10px;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.mobile-desktop footer:hover .footer-buttons {
    display: block;
}

.mobile-desktop footer .footer-buttons.prev {
    background: url(../ImagesLight/Mobile/footer-prev.png);
    left: 5px;
}

.mobile-desktop footer .footer-buttons.next {
    background: url(../ImagesLight/Mobile/footer-next.png);
    right: 5px;
}


.stop-button {
    display: none;
    position: absolute;
    border-radius: 2px;
    border: 1px solid rgba(244, 235, 255, 0.3);
    background-color: rgba(19, 21, 29, 0.45);
    width: 42px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 10px;
    font-family: 'robotomedium';
    color: #7d8aa3;
    top: 4px;
    right: 8px;
    z-index: 10;
    vertical-align: top;
    text-decoration: none;
}

.stop-button:active {
    border: 1px solid rgba(244, 235, 255, 0.3);
    background-color: rgba(39, 43, 57, 1);
    color: var(--grey);
}








.ka .bet-input .label,
.ka .bet-input .auto .head,
.ka .bet-list a,
.ka .info-div .info-content .head,
.ka footer a {
    font-family: var(--font-family-nu4);
    font-feature-settings: 'case' on;
}

.ka .bet-input .label,
.ka .bet-input .auto .head,
.ka .bet-list a,
.ka footer a {
    font-weight: bold;
}




.chat-no #footer-menu a[data-tab="chat"],
.chat-no header .right .button.chat-icon {
    display: none;
}






@supports (-webkit-touch-callout: none) {
    #footer-menu a[data-tab="chat"],
    header .right .button.chat-icon {
        display: none !important;
    }
}


















/*
.bet .cancel-bet-div {
    display: none;
}
*/



body.jurisdiction-nl .help-popup .rules-item:nth-child(2) div:nth-child(3),
body.jurisdiction-pt .help-popup .rules-item:nth-child(2) div:nth-child(3),
body.jurisdiction-es .help-popup .rules-item:nth-child(2) div:nth-child(3) {
    display: none;
}

body.jurisdiction-nl .help-popup .rules-item:nth-child(5) div:nth-child(6),
body.jurisdiction-pt .help-popup .rules-item:nth-child(5) div:nth-child(6),
body.jurisdiction-es .help-popup .rules-item:nth-child(5) div:nth-child(6) {
    display: none;
}

body.jurisdiction-nl .help-popup .rules-item.rules-jackpot,
body.jurisdiction-pt .help-popup .rules-item.rules-jackpot,
body.jurisdiction-br .help-popup .rules-item.rules-jackpot,
body.jurisdiction-es .help-popup .rules-item.rules-jackpot {
    display: none;
}

body.jurisdiction-pt footer a[data-tab="stats"] {
    display: none;
}

.hide-bets {
    display: none;
    line-height: 32px;
    margin-right: 0;
}

.hide-bets label {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
    top: auto;
}

body.jurisdiction-pt .hide-bets {
    display: inline-block;
    float: right;
    text-transform: capitalize;
}

footer p {
    display: inline-block;
    margin: 0 -2px;
    padding: 0 8px 0 9px;
    height: 42px !important;
    line-height: 42px !important;
    font-size: 12px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #858BA3;
    position: relative;
}

@media only screen and (max-width: 370px) {
    .pt footer p {
        font-size: 11px;
        letter-spacing: -0.05em;
        padding: 0 4px 0 5px;
    }

    .pt footer a {
        letter-spacing: -0.05em;
        padding: 0 4px 0 5px;
    }
}

@media only screen and (max-width: 340px) {
    .pt footer p {
        font-size: 10px;
        letter-spacing: -0.05em;
        padding: 0 4px 0 5px;
    }

    .pt footer a {
        font-size: 10px;
        letter-spacing: -0.05em;
        padding: 0 4px 0 5px;
    }
}


body.jurisdiction-pt .bet-input.bets .auto,
body.jurisdiction-pt .bet-input.bets .label,
body.jurisdiction-pt .bet-input.bets .auto .head,
body.jurisdiction-pt .bet-input.bets .checkbox,
body.jurisdiction-es .bet-input.bets .auto,
body.jurisdiction-es .bet-input.bets .label,
body.jurisdiction-es .bet-input.bets .auto .head,
body.jurisdiction-es .bet-input.bets .checkbox,
body.jurisdiction-br .bet-input.bets .auto,
body.jurisdiction-br .bet-input.bets .label,
body.jurisdiction-br .bet-input.bets .auto .head,
body.jurisdiction-br .bet-input.bets .checkbox {
    opacity: 0;
    width: 1px;
}

body.jurisdiction-pt .bet-list {
    display: none !important;
}

body.jurisdiction-pt .bet-parent {
    width: calc(200% + 4px);
    margin-left: calc(-100% - 4px);
}

body.jurisdiction-pt .gift-right .bet-parent {
    width: 100%;
    margin-left: 0;
}