﻿body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    width: 1366px;
    margin: 0 auto;
}

.container {
    width: 1366px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
}

.header {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    background: #c37822;
    background: linear-gradient(0deg,rgba(195, 120, 34, 1) 0%, rgba(255, 198, 77, 1) 100%);
}

.header-left, .header-center, .header-right {
    margin-left: 2px;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
}

.header-left {
    width: 400px;
}

.header-center {
    width: 300px;
    text-align: center;
    background-color: crimson;
    height: 60px;
}

.header-right {
    width: 300px;
}

.login-group {
    white-space: nowrap;
}

.login-label {
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
}

.login-input {
    width: 100px;
    margin-right: 10px;
    border: 1px solid #000;
    padding: 2px;
}


.button-row {
    background-color: maroon;
    display: table;
    width: 100%;
    margin-bottom: 5px;
}

.button-left, .button-center, .button-right {
    display: table-cell;
    vertical-align: middle;
}

.button-left {
    width: 100px;
}

.button-center {
    width: 880px;
    text-align: center;
}

.button-right {
    width: 100px;
    text-align: right;
}

.golden-button {
    background-color: #ff9900;
    color: #000;
    font-weight: bold;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}


.info-row {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.info-cell {
    display: table-cell;
    padding: 5px;
    text-align: center;
}

.info-label {
    background-color: #ffcc00;
    color: #000;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 10px;
    display: inline-block;
}

.info-labelred {
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 10px;
    display: inline-block;
}

.info-labelgreen {
    background-color: green;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 10px;
    display: inline-block;
}


.ticket-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

    .ticket-table th {
        padding: 5px;
        text-align: center;
        font-weight: bold;
        border: none;
    }

    .ticket-table td {
        padding: 2px;
        text-align: center;
        border: none;
    }

.ticket-name {
    background-color: #ffcc00;
    color: #000;
    font-weight: bold;
    padding: 5px;
    text-align: left;
    white-space: nowrap;
}

.number-input {
    background-color: #232323;
    color: #ffcc00;
    text-align: center;
    width: 50px;
    height:30px;
    border: 3px solid rgba(255, 198, 77, 1);
    padding: 2px;
}

.readonly-box {
    background-color: #d3d3d3;
    text-align: center;
    width: 50px;
    height: 30px;
    border: none;
    padding: 2px;
}

.result-number {
    background-color: #ffcc00;
    color: #000;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
}

.result-circle {
    color: #000;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
}

.number-pad {
    text-align: center;
    margin-bottom: 10px;
}

.number-button {
    width: 60px;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    margin: 5px;
    background-color: #fff;
    border: 2px solid #000;
    cursor: pointer;
}

.action-buttons {
    text-align: center;
    margin-bottom: 10px;
}

.red-button {
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    margin: 0 5px;
    cursor: pointer;
}

.green-button {
    background-color: darkgreen;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    margin: 0 5px;
    cursor: pointer;
}

.timer {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.summary-row {
    font-weight: bold;
    background-color: #f0f0f0;
}

.summary-label {
    text-align: right;
    padding-right: 10px;
}

.white-border {
    border: 2px solid #fff;
    border-radius: 5px;
    margin: 2px;
}
.label-draw {
    text-align: center;
    vertical-align: middle;
    background-color: #ffcc00;
    padding: 10px;
}

.color-A {
    background-color: darkorange;
    color: white;
}

.color-B {
    background-color: darkgoldenrod;
    color: white;
}

.color-C {
    background-color: deeppink;
    color: white;
}

.color-D {
    background-color: green;
    color: white;
}

.color-E {
    background-color: lightseagreen;
    color: white;
}

.color-F {
    background-color: deepskyblue;
    color: white;
}

.color-G {
    background-color: blueviolet;
    color: white;
}

.color-H {
    background-color: red;
    color: white;
}

.color-I {
    background-color: slategray;
    color: white;
}

.color-J {
    background-color: blue;
    color: white;
}

.color-red {
    background-color: red;
    color: white;
}

.color-green {
    background-color: green;
    color: white;
}
.color-yellow {
    background-color: #ff9900;
    color: white;
}
.color-info {
    background-color: lightseagreen;
    color: white;
}