﻿/*대기순번 css*/
.cl-ticket-card {
    width: 350px;
    box-shadow: 1px 1px 3px 2px gray;
    border-radius: 15px;
}

.cl-ticket-card_header {
    height: 30%;
    background-color: #e2a263;
    border-radius: 15px 15px 0 0;
    padding: 15px;
    margin: 0px;
    color: white;
    border-bottom: 3px dotted red;
}

.cl-ticket-card_header-ad_wrap {
    display: flex;
    justify-content: space-between;
}

.cl-ticket-card_header-ad {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.cl-ticket-card_header-img {
    margin-top: 15px;
    height: 18px;
}

.cl-ticket-card_header-entrance_wrap {
    display: flex;
    justify-content: space-between;
}

.cl-ticket-card_header-entrance_text {
    margin-top: 26px;
    font-size: 15px;
}

.cl-ticket-card_header-entrance_number {
    font-size: 35px;
    font-weight: 600;
}

.cl-ticket-card_body {
    height: 70%;
    background-color: white;
    border-radius: 0 0 15px 15px;
    padding: 15px;
    margin: 0px;
}

.cl-ticket-card_body-receipt_wrap {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.cl-ticket-card_body-receipt_text {
    margin-top: 13px;
    font-size: 15px;
    color: orangered;
}

.cl-ticket-card_body-receipt_number {
    font-size: 40px;
    font-weight: 600;
}

.cl-ticket-card_body-date {
    text-align: end;
    font-size: 13px;
    margin: 0;
}

.cl-ticket-card_body-waiting_wrap {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
}

.cl-ticket-card_body-waiting_text {
    margin-top: 13px;
    font-size: 15px;
    color: orangered;
    margin-top: 23px;
}

.cl-ticket-card_body-waiting_number {
    font-size: 30px;
}


.cl-ticketdetails-card {
    width: 350px;
}

.cl-ticketdetails-card_header {
    height: 30%;
    background-color: #e2a263;
    border-radius: 15px 15px 0 0;
    padding: 15px;
    margin: 0px;
    color: white;
    display: flex;
}

.cl-ticketdetails-card-img {
    height: 30px;
    margin: 0 auto;
}

.cl-ticketdetails-card_text-wrap {
    display: flex;
    margin-top: 8px;
    margin-bottom: 15px;
}

    .cl-ticketdetails-card_text-wrap > span {
        width: 75px;
        text-align: justify;
        text-align-last: justify;
        display: inline-block;
    }

        .cl-ticketdetails-card_text-wrap > span:after {
            display: inline-block;
            width: 100%;
        }

.cl-ticketdetails-card_text-right {
    font-size: 18px;
    font-weight: 600;
    margin: 7px 15px 3px 0;
}

.cl-ticketdetails-card_text-name {
    width: 70%;
    color: lightslategray;
    text-align: center;
    font-size: 20px;
    margin-bottom: 3px;
    outline: none;
    border: none;
    border-bottom: 1px solid orange;
}

    .cl-ticketdetails-card_text-name:focus {
        outline: none;
        border: none;
        border-bottom: 2px solid orange;
    }

.cl-ticketdetails-card_text-left {
    width: 71px;
    color: lightslategray;
    text-align: center;
    font-size: 20px;
    margin-bottom: 3px;
    outline: none;
    border: none;
    border-bottom: 1px solid orange;
}

    .cl-ticketdetails-card_text-left:focus {
        outline: none;
        border: none;
        border-bottom: 2px solid orange;
    }

/*대기순번 css 끝*/
