*:not(.chip img) {
    user-drag: none;
    -webkit-user-drag: none;
}

*:not(input):not(.chip img) {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bh__content-topbar-right .btn-bank {
    margin-right: 0px;
}

.ava-box-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.trow {
    background-image: url(/img/ui/trow.png);
}

.trow .bet-box {
    background-image: url(/img/ui/trow-bet.png)
}

input:focus::placeholder {
    color: transparent!important;
}


.bh__content-main-tournament {
    cursor:  pointer;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 10px;
}

.field__area-deck .col .chip.lenght-short {
    height: 8.8rem;
}

.field__area-deck .col .chip.lenght-default {
    height: 4.8rem;
}

.field__area-deck .col .chip.lenght-long {
    height: 2.8rem;
}

.field__area-deck .col .chip:last-of-type {
    height: 12rem;
}

/*.field__area-deck .col .chip {*/
/*    height: 2.8rem;*/
/*}*/


.right_dice_fixed_1 {
    position: absolute;
    left: 63.5%;
    top: 36.9%;
    width: auto;
    height: 14%;
}

.right_dice_fixed_2 {
    position: absolute;
    left: 59.3%;
    top: 46%;
    width: auto;
    height: 14.5%;
}


.left_dice_fixed_1 {
    position: absolute;
    left: 32.3%;
    top: 39.6%;
    width: auto;
    height: 14%;
}

.left_dice_fixed_2 {
    position: absolute;
    left: 28.3%;
    top: 49%;
    width: auto;
    height: 14%;
}

.page-board .bh__dice, .page-board .bh__dice * {
    z-index: 1;
}

.field__area * {
    z-index: 10!important;
}

.page-board .bh__dice {
    position: initial;
}


.field__area-deck.mod-center .col-top {
    position: absolute;
    /*margin-top: 50px;*/
}

.field__area-deck.mod-center .col-bottom {
    margin-top: -15px;
    position: absolute;
}


.page-board .bh__dice figure img {
    position: absolute;
    top: 0;
    width: 100%;
}

.bh-table__body-space .trow-deposit .td-operation.status_pending {
    color: yellow!important;
}


.sortable-ghost {
    opacity: 1;
}

input:focus, input:active {
    background: transparent;
}

/*.field__area-deck .col .draggable-container--is-dragging .chip:nth-last-child(2) {*/
/*    height: 12rem!important;*/
/*}*/

.draggable-mirror {
    position: relative!important;
    /*display: none!important;*/
}

.draggable-source--is-dragging {
display: none!important;
}


:focus {
     outline: none !important;
}

:focus {
     outline: none !important;
}


html,
body {
    overflow: hidden;
    position: absolute;
    touch-action:none;
}

@-webkit-keyframes autofill {
    0%,100% {
        background: transparent;
    }
}

@-webkit-keyframes autofill {
    0%,100% {
        color: #fff;
        background: transparent;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    color: #2a2a2a !important;
    transition: background-color 3000s ease-in-out 0s;
}

input:-webkit-autofill {
    -webkit-text-fill-color: white;
}


@keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
        font-size: inherit;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
        font-size: inherit;
    }
}

input:-webkit-autofill::first-line {
    font-size: 24px!important;
}
