    .e1, .e2, .e3, .e4, .e5, .e6, .e7, .e8, .e9, .e0 {
    background-color: #ff0000;
    border-radius: 0;
    color: #fff
    }

    .k1, .k2, .k3, .k4, .k5, .k6, .k7, .k8, .k9, .k0 {
    background-color: #33ff33;
    border-radius: 0;
    color: #fff
    }

    .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c0 {
    background-color: #6a6aff;
    border-radius: 0;
    color: #fff;
    }

    .a1, .a2, .a3, .a4, .a5, .a6, .a7, .a8, .a9, .a0 {
    background-color: #f8ff3b;
    border-radius: 0;
    color: #fff
    }

    .highlight {
    padding: 1px 4px;
    margin: 0 -4px
    }

    input.cari {
    width: 70px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    background: #acacac;
    }

    #rb {
    background: #ff2200;
    color:white;
    font-weight: 700;
    }

    #drawing-table {
    width: 100%;
    margin: auto;
    color: #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    table-layout: fixed;

    }

    #myForm {
    padding: 10px;
    }

    .sgpl {
    color: #000;
    }

    fieldset {
    border: none;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: baseline;
    }

    .head th {
    color: #fff;
    border: 1px solid;
    padding-bottom: 5px;
    font-weight: bold;
    }

    .entry-content th,
    .entry-content td {
    padding: 0 !important
    }

    textarea {
    width: 100%;
    }

    .sgpx {
    background: none repeat scroll 0 0 #fff;
    color: #a5a5a5;
    font-weight: 400
    }

    tr:nth-last-child(5n+1) {
    background: none repeat scroll 0 0 #c7c7c7
    }

    .colormenu {
    background:#f0f0f0;
    border-bottom:1px solid #ccc;
    width:100%;
    z-index:99999;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding:0;
    max-width:100%;
    margin-bottom:10px;
    position:sticky;
    }

    #colormenu {
    display: flex;
    align-items: center;
    padding: 5px;
    background: #f0f0f0;
    border-bottom: 1px solid #ccc;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
    }
    #color-selector {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1;
    }

    #color-selector > * {
    flex: 1 1 0;
    box-sizing: border-box;
    }
    #btnSubmit {
    flex: 1 1 0;
    cursor: pointer;
    background-color: unset; /* Sesuaikan warna latar belakang jika diperlukan */
    border: 1px solid #6f6969;
    border-radius: 3px;
    text-align: center;
    font-size: 10px;
    color: #000;
    }
    .color {
    flex: 1 1 0;
    height: 20px;
    cursor: pointer;
    border: 1px solid #000;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .color.eraser {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #000;
    background: #fff;
    }

    .table-header th {
    background-color: #f2f2f2;
    }
    .unique-th-style {
    /* Tambahkan gaya khusus jika diperlukan */
    }
    .text-center {
    text-align: center;
    }


    .colormenu.fixed {
    position:fixed;
    top: 0;
    left: 0;
    }

    .intro td {
    background: none repeat scroll 0 0 #ffffff !important
    }

    table {
    background: #ffffff none repeat scroll 0 0;
    margin: 1px;
    min-width: 500px;
    }

    #drawing-table thead td {
    background: #dd9933 !important;
    width: 100%;
    background: #0000f4 !important;
    margin: 0;
    margin-top: 10px
    }

    #drawing-table td {
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0 3px 0;
    }

    #color-selector .color {
    float: left;
    height: 25px;
    position: relative;
    width: 11%;
    cursor: pointer
    }

    #color-selector .color.eraser {
    background: none repeat scroll 0 0 #fff
    }

    #color-selector .color.Blue {
    background: #43a2ff
    }

    #color-selector .color.Aqua {
    background: #00F5FF
    }

    #color-selector .color.Teal {
    background: #43CD80
    }

    #color-selector .color.Lime {
    background: #01FF70
    }

    #color-selector .color.Yellow {
    background: #FFDC00
    }

    #color-selector .color.Orange {
    background: #FF851B
    }

    #color-selector .color.Red {
    background: #FF4136
    }

    #color-selector .color.Pink {
    background: #F012BE
    }

    #color-selector .color.Purple {
    background: #A23BEC
    }

    #color-selector .color.Silver {
    background: #a9a9a9
    }

    #color-selector .selected {
    box-shadow: inset 0 0 0 2px #000
    }

    #btnSubmit {
    float: left;
    margin-top: 0;
    font-size: 8px;
    background: -webkit-linear-gradient(top, #ffffff 0%, #b7b0b0 100%);
    color: #333;
    font-weight: 600;
    border: none;
    height: 25px;
    cursor: pointer;
    text-transform: uppercase;
    }

    #table-wrap {
    font-weight: 700;
    position: relative
    }

    #table-wrap table {
    position: relative;
    z-index: 10
    }

    #toggle-tracing-mode {
    display: none
    }

    #html-wrap textarea {
    height: 50px;
    margin: 0 0 10px;
    overflow: auto;
    width: 100%
    }

    @media (max-width:767px) {
    #drawing-table {
    min-width: 100%;
    margin-right: -0px;
    margin-left: -0px;
    table-layout: fixed;
    }
    }

    @media (max-width:370px) {
    #drawing-table td {
    font-size: 10px;
    table-layout: fixed;
    }
    }