.w-100 {
    width: 100%;
}
.table {
    text-align: center;
}

#data.table {
    width: auto;
    min-width: 982px;
}

#data > thead > tr > th:first-child,
#data > thead > tr > td:first-child,
#data > tbody > tr > th:first-child,
#data > tbody > tr > td:first-child {
    text-align: left;
}
tr.add td {
    padding: 0;
}
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.025);
}
td.table-active,
th.table-active {
    padding: 0.1rem;
    background-color: #666;
}
th.table-empty {
    pointer-events: none;
    width: 100%;
    display: none;
}
.table-bordered th,
.table-bordered td {
    border-color: #666;
}
.table-main > thead > tr > th:nth-child(2),
.table-main > tbody > tr > td:nth-child(2) {
    min-width: 170px;
}
.table thead th {
    border-bottom-color: #666;
}
.digits {
    max-width: 960px;
    margin: 20px 10px;
}
.spins {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 20px 10px;
}
.spins .spin {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background-color: #666;
    border-radius: 5px;
}
.spins .spin:first-child {
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.spins .spin.red {
    background-color: red;
}
.spins .spin.black {
    background-color: black;
}
.spins .spin.zero {
    background-color: green;
}
.corners {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 960px;
    margin: 20px 10px;
    margin-top: 0;
}
.corners table {
    width: 7%;
    margin-top: 20px;
    margin-bottom: 0;
}
td.empty {
    border: 0;
}
.light {
    background: rgba(0,0,0,.03);
}
.bi-eye {
    width: 28px;
    height: 28px;
}

.flex-box {
    display: flex;
}

.table-two {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-align: center;
    font-size: 12px;
    padding: 10px 14px;
    width: 320px;
    margin: 20px;
    border: 1px solid #ccc;
}

.table-two .text {
    border: 1px solid #ccc;
    text-align: center;
    width: calc(100% + 2px);
    margin: 0 -1px;
    padding: 3px;
}

.proc {
    text-align: center;
    color: #262679;
    padding: 5px 0 5px;
}

.zero {
    width: 10%;
}

.st1 {
    width: 30%
}

.st2 {
    width: 30%
}

.st3 {
    width: 30%
}

.col1 {
    width: 33%;
}

.col2 {
    width: 34%;
}

.col3 {
    width: 33%;
}

.tovz_tier {
    width: 25%;
}

.tovz_orphelins {
    width: 25%;
}

.tovz_voisins {
    width: 25%;
}

.tovz_zero {
    width: 25%;
}

.item {
    display: flex;
    width: 32%;
}

.red, .black, .even, .odd, .big, .smalll {
    width: 100%;
}

.justify {
    justify-content: space-between;
}

.table h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

.raunds {
    margin-top: 10px;
    width: 100%;
}

.min, .max {
    margin-top: 10px;
    padding:  0 10px;
}


/* login page */
input#username, input#password, input.btn, input#email, input#promocode, input#telegram {
    padding: 8px 8px;
    line-height: 15px;
}

.btn-strategies {
    color: #fff;
    background-color: #0062cc;
    border-color: #0062cc;
}

.btn-strategies:hover {
    color: #fff;
    background-color: #025ab3;
    border-color: #025ab3;
}

.btn-strategies:focus, .btn-strategies.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-strategies.disabled, .btn-strategies:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-strategies:active, .btn-strategies.active,
.show > .btn-strategies.dropdown-toggle {
    color: #fff;
    background-color: #5a5a5a;
    background-image: none;
    border-color: #2aabd2;
}

.btn-chat {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-chat:hover {
    color: #fff;
    background-color: #1b1f23;
    border-color: #1b1f23;
}

.btn-chat:focus, .btn-chat.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(87, 87, 87, 0.5);
    box-shadow: 0 0 0 2px rgba(87, 87, 87, 0.5);
}

.btn-chat.disabled, .btn-chat:disabled {
    background-color: #666666;
    border-color: #666666;
}

.btn-chat:active, .btn-chat.active,
.show > .btn-chat.dropdown-toggle {
    color: #fff;
    background-color: #666666;
    background-image: none;
    border-color: #666666;
}

tr.add .box {
    width: 980px;
}

.table-main {
    width: auto;
}

.table-roulette {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    width: 100%;
    margin-right: 20px;
}

.table-roullete__controls-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.table-roullete__controls-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.table-roulette__track {
    width: 100%;
    height: auto;
}

.table-roulette__track * {
    stroke-width: 1px;
}

.table-roulette__track > path.active {
    fill:rgba(91, 192, 222, 0.5);
}

.table-roulette__track .text path.bold {
    stroke-width: 2px;
    stroke: black;
}

.table-roullete__controls-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.table-roulette__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.table-roulette__button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    position: relative;
    padding: 0;
}

.table-roulette__counter {
    font-size: 20px;
    font-weight: bold;
}

.table-roulette__button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
}

.table-roulette__button.plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 60%;
    background-color: #fff;
    border-radius: 2px;
}