.sr--only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.game {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-align-items: stretch;
    align-items: stretch;
    position: relative
}

.game-component {
    -webkit-align-items: stretch;
    align-items: stretch;
    width: calc(100% - 320px);
    position: relative;
    padding-bottom: 40px;
}

.game-block,.game-component {
    -webkit-flex: auto;
    flex: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.game-block,.game .game-area-subsection {
    -webkit-justify-content: stretch;
    justify-content: stretch
}

.game .game-area-subsection {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: auto;
    flex: auto
}

/*@media screen and (max-width: 1299px) {*/
/*    .game .game-component {*/
/*        width:calc(100% - 300px)*/
/*    }*/
/*}*/

@media screen and (max-width: 1099px) {
    .game .game-component {
        width:100%;
        -webkit-flex: none;
        flex: none
    }
}

@media screen and (max-width: 820px) {
    .game {
        -webkit-flex-direction:column-reverse;
        flex-direction: column-reverse
    }

    .game .game-component {
        width: 100%
    }
}

.game-sign {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 10px;
    border-radius: 6px;
    background: rgba(39,45,57,.5)
}

.game-sign .game-sign-wrap {
    width: 100%;
    max-width: 330px;
    overflow: hidden;
    position: relative;
    z-index: 21;
    box-shadow: 0 0 10px rgba(28,32,40,.5);
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    border-radius: 6px
}

.game-sign .game-sign-block {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    border-radius: 6px
}

.game-sign .game-sign-block .btn {
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 15px
}

.game-sign .game-sign-block .btn svg {
    margin-right: 8px
}

.game-sign form {
    width: 100%
}

.game-sign .form-row {
    margin-bottom: 10px
}

.game-sign .input-field {
    height: 36px;
    border-radius: 3px;
    background: #272d39
}
.dice .buttons-group{
}

.dice .form-field {
    border-radius: 6px;
}

@media (max-width: 820px) {
    .game-sign .game-sign-block {
        padding:15px;
        font-size: 15px
    }

    .game-sign .game-sign-block .btn {
        margin-top: 10px;
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.game-area__wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: auto;
    flex: auto;
    -webkit-justify-content: stretch;
    justify-content: stretch
}

.game-area .game-area-content {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: auto;
    flex: auto
}

@media screen and (max-width: 969px) {
    .game-area .game-area-content .game-dice {
        margin-bottom:8px
    }
}

.input-valid {
    display: inherit;
    width: inherit
}

.input-valid .valid {
    text-align: center;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #e86376;
    visibility: hidden;
    opacity: 0;
    bottom: 100%;
    left: 0;
    background: #1c2028;
    border-radius: 6px;
    padding: 1em;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.input-valid .valid.inline {
    bottom: auto;
    top: 100%;
    background: rgba(220,53,69,.9);
    border-radius: 2px;
    font-size: 10px;
    margin: 2px 0 0;
    color: #fff;
    padding: 4px 6px;
    z-index: 3
}

.input-valid .valid.inline.top {
    top: auto;
    bottom: calc(100% + 2px);
    left: 0;
    right: auto
}

.input-valid .valid.inline.top-right {
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0
}

.input-valid .valid.inline:after {
    display: none
}

.input-valid .valid.visible {
    opacity: 1;
    visibility: visible
}

.input-valid .valid:after {
    content: "";
    position: absolute;
    left: .5em;
    top: 100%;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    border-top-color: #1c2028!important
}

.input-group {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%
}

.input-group .input-field {
    position: relative;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .input-field:not([readonly]):active+.input-group-append.text,.input-group .input-field:not([readonly]):focus+.input-group-append.text {
    border: 1px solid #4986f5;
    border-left: 0
}

.input-group .input-field:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group .input-field:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0
}

.input-group-prepend {
    display: -webkit-flex;
    display: flex;
    border-radius: 0 6px 6px 0;
    position: relative
}

.input-group-prepend.text {
    background-color: #2f3542
}

.input-group-prepend .btn:first-child {
    border-radius: 6px 0 0 6px
}

.input-group-append {
    display: -webkit-flex;
    display: flex;
    border-radius: 0 6px 6px 0;
    position: relative
}

.input-group-append.text {
    background-color: #2f3542;
    color: #4986f5;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 .75rem;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid transparent
}

.input-group-append .btn {
    margin-left: -5px
}

@media (max-width: 1099px) {
    .input-group-append.text {
        font-size:10px
    }
}

.input-suffix {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    pointer-events: none;
    white-space: nowrap;
    color: #fafafa;
    overflow: hidden;
    padding: 0 13px;
    line-height: normal
}
.input-valid{
    position: relative;
}
.input-suffix {
    color: #616D85;
    top: 0;
}
.input-suffix>span {
    color: transparent;
    letter-spacing: normal
}

.input-with-icon {
    padding-left: 35px
}

.input-icon {
    position: absolute;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 6px
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.collapse-component .collapse-top {
    padding: 10px 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    position: relative
}

.collapse-component .collapse-top .collapse-title {
    font-size: 15px;
    line-height: 20px;
    color: #a9acb7;
    -webkit-flex: auto;
    flex: auto;
    margin-right: 20px;
    font-weight: 400;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.collapse-component .collapse-top .collapse-title .title-icon {
    width: 24px;
    height: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 8px
}

.collapse-component .collapse-top .collapse-title .title-icon svg {
    width: 24px;
    height: 24px;
    display: block
}

.collapse-component .collapse-top .btn {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 0 35px;
    font-size: 15px;
    font-weight: 400;
    text-align: left
}

.collapse-component .collapse-top .collapse-after {
    fill: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none
}

.collapse-component .collapse-top .collapse-after svg {
    width: 100%;
    height: 100%
}

.collapse-component .collapse-top:hover .collapse-title {
    color: #fff
}

.collapse-component .collapse-content {
    padding: 0 15px
}

.collapse-component .collapse-content p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 17px;
    color: #c9cddb
}

.collapse-component .collapse-content p:last-child {
    margin-bottom: 0
}

.collapse-component.opened .collapse-top .collapse-title {
    color: #fff
}

.collapse-component.opened .collapse-top .collapse-after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.modal-dialog.fair-modal {
    width: 500px
}

@media screen and (max-width: 499px) {
    .modal-dialog.fair-modal {
        width:calc(100% - 14px)
    }
}

.fair-modal__container {
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center
}

.fair-modal__container h1 {
    margin-bottom: 15px
}

.fair-modal__container .btn-rotate {
    display: block;
    margin: 0 auto 15px
}

.fair-modal__container .fair-table {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    word-break: break-all;
    width: 100%
}

.fair-modal__container .fair-table h2 {
    text-align: center;
    margin-bottom: 15px
}

.fair-modal__container .fair-table .table {
    border-radius: 6px
}

.fair-modal__container .fair-table .table th {
    text-align: center
}

.fair-modal__container .fair-table .table td {
    text-align: center;
    width: 33.33%
}

.fair-modal__container .fair-alert {
    background: #303642;
    border-radius: 6px;
    padding: 10px;
    margin: 15px 0;
    text-align: center;
    border: 1px solid red;
    font-size: 16px
}

.fair-modal__container .form-row {
    width: 100%
}

.game-sidebar {
    width: 310px;
    min-height: 560px;
    margin-right: 10px;
    -webkit-flex: none;
    flex: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.game-sidebar,.game-sidebar .sidebar-block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch
}

.game-sidebar .sidebar-block {
    width: 100%;
    padding: 25px 20px;
    border-radius: 6px;
    -webkit-flex: auto;
    flex: auto
}

@media screen and (max-width: 1299px) {
    .game-sidebar {
        width:290px
    }
}

@media screen and (max-width: 1099px) {
    .game-sidebar {
        width:35.8796%
    }
}

@media screen and (max-width: 991px) {
    .game-sidebar .sidebar-block {
        padding:15px
    }
}

@media screen and (max-width: 820px) {
    .game-sidebar {
        margin-right:0;
        margin-top: 10px;
        width: 100%;
        min-height: auto;
        padding-bottom: 30px
    }
}

.bet-component {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%
}

.bet-component .bet-tabs {
    margin-top: -25px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px
}

.bet-component .bet-form {
    -webkit-flex: auto;
    flex: auto
}

.bet-component .two-cols {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.bet-component .two-cols>.form-row {
    width: calc(50% - 5px)
}

@media screen and (max-width: 1099px) {
    .bet-component .bet-footer button {
        font-size:9px
    }

    .bet-component .bet-footer button svg {
        width: 12px;
        height: 12px
    }
}

@media screen and (max-width: 991px) and (min-width:820px) {
    .bet-component .form-field,.bet-component .form-field .input-field {
        font-size:12px
    }

    .bet-component .buttons-group .btn-action {
        padding: 9px 3px;
        font-size: 10px
    }

    .bet-component .bet-footer button {
        font-size: 8px
    }

    .bet-component .bet-footer button svg {
        width: 10px;
        height: 10px
    }
}

@media screen and (max-width: 820px) {
    .bet-component .bet-footer {
        display:none
    }
}

@media screen and (max-width: 1099px) {
    .bet-component .bet-footer .btn-fairness {
        border-radius:15px;
        margin: 0 0 0 4px;
        font-size: 11px;
        padding: 0;
        width: 30px!important;
        height: 30px!important
    }

    .bet-component .bet-footer .btn-fairness svg {
        margin: 0
    }

    .bet-component .bet-footer .btn-fairness>span {
        display: none
    }
}

.pick-wrapper {
    margin-bottom: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pick-wrapper .pick {
    padding: 6px;
    position: relative;
    background: #272d39;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13px
}

.pick-wrapper .pick,.pick-wrapper .pick.rounded {
    border-radius: 6px;
    border: 1px solid hsla(0,0%,59.2%,.12);
    width: 100%
}

.pick-wrapper .pick.rounded .btn {
    width: 50%;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center
}

.pick-wrapper .pick.rounded .btn:first-child {
    margin-right: 6px
}

.pick-wrapper .pick-or {
    padding: 0 15px;
    font-size: 8px;
    text-transform: uppercase;
    color: #5f6977;
    letter-spacing: .22px;
    display: block
}

.pick-wrapper .btn-auto-pick {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: auto;
    flex: auto;
    background-color: #ffd000;
    color: #665300;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: inherit
}

.pick-wrapper .btn-auto-pick:hover {
    background-color: #cca600
}

.pick-wrapper .btn-auto-pick svg {
    margin-right: 5px;
    margin-top: -4px;
    margin-left: -6px;
    width: 18px;
    height: 18px;
    display: block
}

.pick-wrapper .pick-numbers {
    -webkit-flex: auto;
    flex: auto;
    color: #7d8a98;
    font-size: 11px;
    font-weight: 600;
    text-align: center
}

@media screen and (max-width: 1199px) {
    .pick-wrapper .btn-auto-pick {
        padding:9px 10px
    }
}

@media screen and (max-width: 1099px) {
    .pick-wrapper .btn-auto-pick {
        padding:9px 5px
    }

    .pick-wrapper .btn-auto-pick svg {
        margin-right: 3px;
        margin-top: -4px;
        margin-left: 0;
        width: 16px;
        height: 16px;
        display: block
    }

    .pick-wrapper .pick-or {
        padding: 0 5px
    }
}

@media screen and (max-width: 991px) {
    .pick-wrapper .pick,.pick-wrapper .pick-numbers {
        font-size:10px
    }
}

@media screen and (max-width: 820px) {
    .pick-wrapper .pick {
        font-size:13px
    }

    .pick-wrapper .pick-numbers {
        font-size: 12px
    }
}

.input-validation {
    text-align: center;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #e86376;
    visibility: hidden;
    opacity: 0;
    bottom: 100%;
    left: 0;
    background: #1c2028;
    border-radius: 3px;
    padding: 7px 10px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: 3
}

.input-validation.top:after {
    content: "";
    position: absolute;
    left: .5em;
    top: 100%;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    border-top-color: #1c2028!important
}

.input-validation.bottom {
    top: 100%;
    bottom: auto;
    margin-top: 3px
}

.input-validation.bottom:after {
    content: "";
    position: absolute;
    left: .5em;
    bottom: 100%;
    width: 0;
    height: 0;
    border-color: transparent transparent #1c2028;
    border-style: solid;
    border-width: 0 4px 6px
}

.input-validation.visible {
    opacity: 1;
    visibility: visible
}


.game-history {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    min-height: 63px
}

.game-history.scrollable {
    margin-bottom: -10px;
    padding-bottom: 10px
}

.game-history__wrap {
    width: 100%;
    padding: 20px;
    background: #222222;
    border-radius: 0 0 10px 10px;
}

.game-history .item {
    margin-right: 10px;
    border: 1px solid hsla(0,0%,59.2%,.1);
    padding: 9px 12px;
    min-width: 85px;
    border-radius: 3px;
    background-color: #2c323f
}

.game-history .item.isAnimate {
    -webkit-animation: shiftFromLeft .3s linear;
    animation: shiftFromLeft .3s linear
}

.game-history .item:last-child {
    margin-right: 0
}

.game-history .item .item-bet {
    font-size: 19px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 4px;
    font-family: Exo\ 2,Open Sans,sans-serif
}

.game-history .item .item-result {
    font-size: 11px;
    color: #5e687e
}

.game-history .item .item-result i {
    font-size: 8px
}

.dice-roll {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    bottom: calc(100% + 2px);
    left: 0;
    right: 0;
    z-index: 5;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
}

.dice__cube {
    position: relative;
    -webkit-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
    width: 10px;
    height: 10px;
    top: 10px;
    border-radius: 6px
}

.dice__cube.visible {
    opacity: 1
}

.dice__cube.positive:before {
    background-color: #68d69d
}

.dice__cube.negative:before {
    background-color: #fc405e
}

.dice__cube:before {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #496b96;
    border: 7px solid #fff;
    box-sizing: border-box;
    top: -40px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.dice__cube:after,.dice__cube:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dice__cube:after {
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 5px 3px 0;
    top: -17px
}

.bar-component {
    width: 100%;
    padding-bottom: 30px;
    position: relative
}

.bar-component .bar {
    width: 100%;
    background: #e86376;
    height: 7px;
    position: relative
}

.bar-component .bar,.bar-component .bar .bar-filled {
    border-radius: 2px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.bar-component .bar .bar-filled {
    background: #62ca5b;
    height: 100%
}

.bar-component .bar-handle {
    width: 28px;
    height: 28px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 10px;
    cursor: move
}

.bar-component .bar-handle,.bar-component .bar-handle .selected-value {
    color: #fff;
    background: #4986f5;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s
}

.bar-component .bar-handle .selected-value {
    padding: 5px 7px;
    border-radius: 3px;
    top: -34px;
    left: 50%;
    -webkit-transform: translate(-50%,-10px);
    transform: translate(-50%,-10px);
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    visibility: hidden
}

.bar-component .bar-handle .selected-value:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: #4986f5 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    position: absolute;
    left: 50%;
    bottom: -4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.bar-component .bar-handle:hover {
    background: #1966f2
}

.bar-component .bar-handle:hover .selected-value {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    opacity: 1;
    visibility: visible
}

.bar-component .bar-point {
    position: absolute;
    top: 0;
    width: 7px;
    height: 7px;
    border-radius: 6px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.bar-component .bar-point:before {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #62ca5b;
    box-sizing: border-box;
    top: -40px
}

.bar-component .bar-point:after,.bar-component .bar-point:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.bar-component .bar-point:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0;
    top: -17px
}

.bar-component .bar-labels {
    width: 100%;
    position: absolute;
    bottom: 12px
}

.bar-component .bar-labels>.item {
    color: #496b96;
    position: absolute;
    top: 0;
    font-size: 11px;
    line-height: 11px
}

.bar-component .bar-labels>.item:first-child {
    left: 0
}

.bar-component .bar-labels>.item:nth-child(2) {
    left: 25%;
}

.bar-component .bar-labels>.item:nth-child(3) {
    left: 50%;
}

.bar-component .bar-labels>.item:nth-child(4) {
    left: 75%;
}

.bar-component .bar-labels>.item:nth-child(5) {
    left: 100%
}

.bar-component .bar-labels>.item span {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-flex;
    display: flex
}

.bar-component .bar-labels>.item:first-child span {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.bar-component .bar-labels>.item:last-child span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.bar-component .bar-labels>.item:after,.bar-component .bar-labels>.item:before {
    content: "";
    display: block;
    width: 1px;
    height: 7px;
    background: #243569;
    position: absolute;
    left: 0;
    display: none;
}

.bar-component .bar-labels>.item:before {
    top: -13px
}

.bar-component .bar-labels>.item:after {
    top: -39px
}

.input-range {
    border-radius: 2px;
    height: 10px;
    position: relative;
    width: 100%
}

.dice-prefix .game-component.isMobile {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    border-radius: 6px;
    padding: 10px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    background: #272d39;
    -webkit-flex: auto;
    flex: auto
}

.dice-prefix .game-component.isMobile .dice {
    padding: 5px 15px
}

.dice-prefix .game-component.isMobile .dice .game-dice {
    margin-bottom: 0
}

.dice {
    width: 100%;
    padding: 0 0 25px;
}

.dice .game-dice {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}

.dice .game-dice img {
    width: 166px;
    height: 166px
}
.bordered-block, .dice .game-bar .result.visible   {
    border: 1px solid rgba(97, 109, 133, 0.2);
    border-radius: 6px;
    padding: 15px 20px;
    overflow: hidden;
}
.padding-plus{
    padding-top: 20px;
    padding-bottom: 20px;
}
.bordered-block .form-label{
    margin-bottom: 0;
}
.dice .game-bar .result {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -75px;
    font-size: 24px;
    color: #496b96;
    letter-spacing: -1px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dice .game-bar .result {
    position: unset;
    transform: none;
    width: 100%;
    text-align: center;
    min-height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dice .game-bar span#win {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.dice .game-bar .result.visible {
    opacity: 1
}

.dice .game-bar .result.positive {
    color: #68d69d
}

.dice .game-bar .result.negative {
    color: #fc405e
}

.dice .game-bar {
    width: 100%;
    position: relative
}

@media screen and (max-width: 1170px) {
    .dice .game-dice .result {
        font-size:48px
    }
}

@media screen and (max-width: 969px) {
    .dice {
        padding:35px 15px
    }

    .dice .game-dice {
        border-bottom: 0
    }
}


.input-range__label {
    display: none
}

.input-range__label--value.isActive {
    opacity: 1
}

.input-range__label.input-range__label--value {
    display: block
}

.input-range__label--value {
    display: block;
    pointer-events: none;
    position: absolute;
    bottom: calc(100% + 20px);
    font-size: 11px;
    font-weight: 600;
    padding: 5px 8px;
    -webkit-transition: opacity .5s,.5s,-webkit-transform;
    transition: opacity .5s,.5s,-webkit-transform;
    transition: opacity .5s,transform,.5s;
    transition: opacity .5s,transform,.5s,-webkit-transform;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    left: 50%;
    opacity: 0;
    border-radius: 3px;
    background: #243569;
    will-change: opacity,left;
}

.input-range__label--value:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #243569
}

.bet-number .bet-wrap>span.win {
    color: #68d69d !important;
}

.bet-number .bet-wrap>span.lose {
    color: #496b96 !important;
}
@media (max-width: 1299px) {
    .bet-component .two-cols{
        flex-wrap: wrap;
    }
    .bet-component .two-cols>.form-row {
        width: 100%;
    }
    .bet-component .two-cols>.form-row-sm {
        width: calc(50% - 10px);
    }
}
@media (max-width: 500px) {
	.game-stats .btn {
		padding: 2px;
	}
    .game-stats .table tr td:nth-child(2), .game-stats .table tr td:nth-child(2), .game-stats .table tr td:nth-child(4), .game-stats .table tr td:nth-child(4), .game-stats .table tr td:nth-child(5), .game-stats .table tr td:nth-child(5) {
        display: none;
    }
    .game-stats .table-heading .th:nth-child(2), .game-stats .table-heading .th:nth-child(2), .game-stats .table-heading .th:nth-child(4), .game-stats .table-heading .th:nth-child(4), .game-stats .table-heading .th:nth-child(5), .game-stats .table-heading .th:nth-child(5) {
        display: none;
    }
    .bet-component .two-cols>.form-row-sm {
        width: 100%;
    }
}
.buttons-group .btn-perc {
    -webkit-flex: auto;
    flex: auto;
    -webkit-flex-grow: 10;
    flex-grow: 10;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 11px;
    line-height: 12px;
    color: #918d8d;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 9px 5px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    background: #343434;
    outline: none!important;
    font-weight: 400;
    border-radius: 0;
}