@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    background-color: #f7f0df;
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.q-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.q-wrapper table{
    width: 50%;
}

.q-wrapper table th{
    background-color: #c10306;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 13px 0;
    border: 2px solid #f1a94e;
}

.q-wrapper table td{
    background-color: #fff;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    padding: 13px 0;
    border: 2px solid #f1a94e;
}

.q-wrapper table td h1{
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 50px;
}

.q-wrapper table td h3{
    font-weight: 300;
}

.td-queue-lists{
    display: flex;
    flex-direction: column;
}

.logo{
    display: none;
}


@media only screen and (min-width: 600px) {
    .td-queue-lists{
        display: flex;
        flex-direction: column;
        min-height: 160px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 1.3;
    }

    .q-wrapper{
        transform: translate(-50%, -50%) scale(1);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        padding: 0 !important;
    }
    .q-wrapper table th{
        font-size: 60px;
    }

    .q-wrapper table td h1{
        font-size: 100px;
    }
    .q-wrapper table td h3{
        font-size: 100px;
    }
    .q-wrapper table td{
        font-size: 50px;
    }
    .y-title{
        height: 170px;
    }
    .td-queue-lists{
        font-size: 100px;
    }
}

@media only screen and (max-width: 600px) {
    .logo {
        display: block;
        margin: 0 auto;
    }
    .q-wrapper table{
        width: 100%;
    }
    .q-wrapper table:nth-child(2) th{
        border-top: 0;
    }
    .td-queue-lists{
        height: 165px;
    }
}