body {
    background-color: #1a1a1a;
    font-family: sans-serif;
    padding: 20px;
}

.content{
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-1{
    width: 600px;
    height: 300px;
    border-radius: 10px;
    background-color: #2a2a2a;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);

}

.content-1 h1{
    text-align: center;
    color: #ffcc00;
}

.date-box {
    width: 90%;
    max-width: 400px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: sans-serif;
}

.date-box label {
    font-size: 16px;
    color: #ffffff;
}

.date-box input[type="date"] {
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.date-box button {
    align-self: center;
    padding: 15px 20px;
    background-color: #f7c04a;
    color: black;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.date-box button:hover {
    background-color: #e0a800;
}

/* กรอบร้าน */

.content-2{
    padding: 20px;
    display: flex;
    justify-content: center;
}

/* #content{
    display: none;
} */

.content-2-1{
    padding: 10px;
    border: solid rgb(56, 56, 56);
    border-radius: 10px;
    display: none;
}

/* แผงร้าน */

.box-1{
    padding: 20px;
    /* display: flex; */
    display: inline-flex;
}

.out-1{
    padding: 20px;
    /* gap: 80px; */
}

.out-1-1{
    display: grid;
    gap: 80px;
}

/* ZONE C */

.zone-c{
    padding: 20px;
}

.zone-c1{
    padding: 10px;
    display: flex;
}

.zone-c1-box{
    margin-left: 60px;
    margin-right: 60px;
}

.zone-c2{
    padding: 10px;
    display: flex;
    gap: 10px;
}


/* stage other */

.stage{
    padding: 20px;
    background-color: black;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;  /* จัดกลางแนวนอน */
    align-items: center;      /* จัดกลางแนวตั้ง */
    height: 100px;
    width: 200px;
}

.space{
    padding: 10px;
}

.wall-1{
    background-color: black;
    height: 250px;
    width: 20px;
}

.bar-wall{
    background-color: black;
    height: 290px;
    width: 50px;
}
/* ZONE A */

.zone-a1{
    padding: 20px;
    margin-top: 75px;
    gap: 10px;
}

.zone-a2{
    padding: 5px;
    display: grid;
}

.zone-a2-1{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.zone-a2-1-1{
    padding: 10px;
    justify-content: space-between;
    display: flex;
    gap: 10px;
}

/* ZONE B */

.zone-b{
    padding: 10px;
}

.zone-b1{
    padding: 10px;
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.zone-b2{
    padding: 5px;
    display: grid;
}

.zone-b2-1{
    padding: 10px;
    display: flex;
    gap: 10px;
}

/* BAR */

.bar-1{
    padding: 15px;
    margin-left: 20px;
}

.bar-1-1{
    display: grid;
    gap: 5px;
}

/* ปุ่มโตีะ */

.btn-2 {
    padding: 15px;
    font-size: 18px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-2:hover {
    background-color: #555;
}

.btn-2:disabled {
    background-color: red !important;
    cursor: not-allowed !important;
    opacity: 0.7;
}

/* .content-2 button {
    padding: 15px;
    font-size: 18px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.content-2 button:hover {
    background-color: #555;
} */

#form-container {
    display: block;
    width: 90%;
    max-width: 400px;
    margin: 10px auto;
    padding: 30px;
    border-radius: 20px;
    background-color: #2a2a2a;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    gap: 15px;
    font-family: sans-serif;
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
}

#form-container label {
    font-size: 14px;
}

#form-container input {
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

#form-container button {
    align-self: center;
    padding: 10px 25px;
    background-color: #f7c04a;
    color: black;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#form-container button:hover {
    background-color: #e0a800;
}

#selected-table {
    font-weight: bold;
    font-size: 16px;
}

.btn-loading {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
	align-self: center;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 