.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
}

.game-block,.game-component {
    -webkit-flex: auto;
    flex: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.game-block {
    width: 100%;
    border-radius: 6px 6px 0 0;
    padding: 25px 20px;
}

.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 {
    background: #2e3542;
    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
}

@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 {
    border-radius: 12px;
    box-shadow: 0px 15px 15px -1px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -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
}

.game-area .bottom-corners,.game-area .top-corners {
    position: absolute;
    width: 100%
}

.game-area .bottom-corners:after,.game-area .bottom-corners:before,.game-area .top-corners:after,.game-area .top-corners:before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
}

.game-area .top-corners {
    left: 0;
    top: 0
}

.game-area .top-corners:before {
    display: none;
    left: -27px;
    top: -27px 
}

.game-area .top-corners:after {
    right: -27px;
    top: -27px
}

.game-area .bottom-corners {
    left: 0;
    bottom: 0
}

.game-area .bottom-corners:before {
    left: -27px;
    bottom: -27px
}

.game-area .bottom-corners:after {
    right: -27px;
    bottom: -27px
}

@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;
    height: 44px;
}

.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 {
    border-radius: 3px;
    border: 1px solid hsla(0,0%,59.2%,.087);
    width: 100%;
    margin: 15px 0
}

.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 .btn.btn-play {
    height: 60px;
    font-size: 15px;
    display: block;
    -webkit-align-items: baseline;
    align-items: baseline;
    width: 100%;
    padding: 0;
}

.bet-component .bet-form {
    -webkit-flex: auto;
    flex: auto
}

.bet-component .two-cols {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    align-items: baseline;
    justify-content: space-around;
    align-items: center;
    flex-direction: column-reverse;

}

@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%;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 15px 15px -1px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}

.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: 12px;
    border-radius: 6px
}

.dice__cube.visible {
    opacity: 1
}

.dice__cube.positive:before {
    background-color: #62ca5b
}

.dice__cube.negative:before {
    background-color: #e86376
}

.dice__cube:before {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #272d39;
    border: 7px solid #fff;
    box-sizing: border-box;
    top: -40px
}

.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;
    border: 7px solid #fff;
    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-color: #fff transparent transparent;
    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: #5e6c7c;
    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: #353d48;
    position: absolute;
    left: 0
}

.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: 25px;
    margin-top: 30px;
}

.dice .game-dice {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    height: 50px;
}

.dice .game-dice img {
    opacity: .5;
    width: 166px;
    height: 166px
}

.dice .game-dice .result {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 38px;
    font-weight: 700;
    color: #828f9a;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: Exo\ 2,Open Sans,sans-serif;
    /* margin-top: -20px; */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dice .game-dice .result.visible {
    opacity: 1
}

.dice .game-dice .result.positive {
    color: #62ca5b
}

.dice .game-dice .result.negative {
    color: #e86376
}

.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
    }
}
.range {
    position: relative;
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    height: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 2px;
    outline: none;
    z-index: 4;
}
.range::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    margin-top: -9px;
    outline: 0;
    border-radius: 100%;
	background: #e86376 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABMCAMAAACRUYNbAAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA5PG4qijKHBGJ13w1RFqcbmXCTZSbifVkAAACHklEQVRo3sWa63KDIBCF5aJEvMbI+79qO9MLTZjpsnxpev4666LuB3uE7nfN3ljj1k6lm482nn0HtKUPxVAfcxk+g7b2vD59yYTqvOY7yLXmHVPS38SlrLMt755+aqn8vndBuy5jvoV+9Od91E2fd073OjRvOmvOl1Q1kjXUxR0PYTYoEw/pQU4FQlbU5XXpUVNd4JSEEUslUqhyIgpl5KYHqXxgWROIXctY3zDdZa1KkLIGUJfVUAVbxJlLE4lZtqZCojBgWX059KgACcx7S9JBlUGiM/1VhkqGYUQratZEQEJQXQFIDKoFgAShAiAhqAwASQ2V3E1sMkgcKg9AYlCNAKSnQrUAkAhUvQBSu0wq1EuXseRHOp4KUv1H9AAkAtUIQAJQAZAgVIaApPY12dnsACSwUo2dByABqIbOKFZCkLl4rf+X+JD7BK5gy3Z3wsXVZBKmPBjVXwfqtu1F6BOAhN4GTJnAMZ/65jsLuG0n9wlccyoUqaNtdNs24NYHuG3a7HG3zaFqMQkaqDhIWQwq7rYPABVz2xF018Bt66DiIAGoIEjcMwK3jV0yv88mQAVAAt8GgSQqSisVB4mH0flAflEQpOWvSoOXJ9/Q2BGQZxkdmgvLv2TDa6f2ID5ri89oFzWwqcm61bktseOtxK2pRMbEm6e9ZZtuESpSDdXRwsPGuwjbchzjeO0BlBAzgO2at6g/crM68x4k1PMbfg3VEfcm/fAAAAAASUVORK5CYII=) no-repeat;
	background-size: 12px;
    background-position: center;
	outline: none;
}
.range::-webkit-slider-thumb:active,.range::-webkit-slider-thumb:focus,.range::-webkit-slider-thumb:hover {
    background-color: #e86376
}

.range::-webkit-slider-runnable-track {
    height: 100%;
}

.range::-ms-fill-lower {
    background: #e86376
}

.range::-ms-fill-upper {
    background: #62ca5b
}

.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: linear-gradient(to right bottom,#b3820e,#b3400e);
    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 #b34a0e;
}

.bet-number .bet-wrap>span.win {
    color: #62ca5b !important;
}

.bet-number .bet-wrap>span.lose {
    color: #828f9a !important;
}
@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;
    }
}

#chance {
    border-radius: 6px 6px 0 0;
}

.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: #ffffff;
    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-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 15px 15px -1px rgba(0, 0, 0, 0.1);
    outline: none!important;
    font-weight: 400;
    border-radius: 0; 
}

.buttons-group .btn-perc:hover {
    background: #3e3829;
}

.buttons-group .btn-perc.isActive {
    color: #fff;
    background-color: #4986f5;
    cursor: default;
    border-radius: 3px
}

.btn-play .bet-chance p {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: none;
    flex: none;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    opacity: .5;
    font-size: 12px;
}
.form-row {
	margin-bottom: 10px;
}
.nvuti-exp {
	text-align: center;
	width: 100%;
	display: block;
}
.nvuti-exp .number {
    text-align: center;
    font-size: 64px;
    display: block;
    font-weight: 500;
}
.progress-wrap {
    flex: none;
    display: flex;
    position: absolute;
    width: 100%;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    padding: 5px;
}

.progress-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #898886;
    padding: 8px 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
}

.progress-item.left {
    border-radius: 0 0 15px 15px;
}

.progress-item .title {
    margin: 0 10px;
}