table.table-paito {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
table.table-paito tr:nth-last-child(5n+1) {
    background: none repeat scroll 0 0 #e2e2e2 !important;
}
table.table-paito tbody td {
    padding: 5px;
    font-size: 12px;
}
table.table-paito tbody td.asux {
    color: #d7d1d1;
}
table.table-paito tbody td.top {
    padding: 5px 0;
    background-image: linear-gradient(to bottom, #a30f0f, #ba3434, #a30f0f);
    color: #f1cccc;
    font-size: 0.875rem;
    font-weight: 900;
    text-transform: uppercase;
}

.paito-color-selector {
    background: #181818 none repeat scroll 0 0;
    position: sticky;
    padding: 2px 1px;
    top: 0;
    z-index: 99999;
}
.paito-color-selector .color-list {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.paito-color-selector .color-list div {
    display: block;
    position: relative;
    width: 20%;
    height: 25px;
    cursor: pointer;
}
.paito-color-selector .color-list .color.aqua {
    background: none repeat scroll 0 0 aqua;
}
.paito-color-selector .color-list .color.gold {
    background: none repeat scroll 0 0 gold;
}
.paito-color-selector .color-list .color.lightgreen {
    background: none repeat scroll 0 0 lightgreen;
}
.paito-color-selector .color-list .color.deeppink {
    background: none repeat scroll 0 0 deeppink;
}
.paito-color-selector .color-list .color.violet {
    background: none repeat scroll 0 0 violet;
}
.paito-color-selector .color-list .color.turquoise {
    background: none repeat scroll 0 0 turquoise;
}
.paito-color-selector .color-list .color.orange {
    background: none repeat scroll 0 0 orange;
}
.paito-color-selector .color-list .color.gray {
    background: none repeat scroll 0 0 gray;
}
.paito-color-selector .color-list .color.white {
    background: none repeat scroll 0 0 white;
}
.paito-color-selector .color-list button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25px;
    padding: 0 5px;
    background-color: #181818;
    border: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
}

.form-paito {
    gap: 0 10px;
}
.form-paito .form-control {
    max-width: 100px;
    box-shadow: none !important;
    text-align: center;
    outline: 0 !important;
}
.form-paito .btn-hapus {
    background-image: linear-gradient(to bottom, #a30f0f, #ba3434, #a30f0f);
    color: #ffffff;
}

.a1, .a2, .a3, .a4, .a5, .a6, .a7, .a8, .a9, .a0 {
    background-color: orange !important;
    border-radius: 0px;
    color: white;
}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c0 {
    background-color: blue !important;
    border-radius: 0px;
    color: white;
}
.k1, .k2, .k3, .k4, .k5, .k6, .k7, .k8, .k9, .k0 {
    background-color: green !important;
    border-radius: 0px;
    color: white;
}
.e1, .e2, .e3, .e4, .e5, .e6, .e7, .e8, .e9, .e0 {
    background-color: #ff4d4d !important;
    border-radius: 0px;
    color: white;
}
.j1, .j2, .j3, .j4, .j5, .j6, .j7, .j8, .j9, .j0 {
    background-color: #910303 !important;
    border-radius: 0px;
    color: white;
}

@media (min-width: 993px) {
    table.table-paito tbody td {
        padding: 0;
        font-size: 16px;
    }
}