.CopyReservation .noData {
    text-align: center;
    width: 100%;
    min-height: 400px
}

.CopyReservation .noData img {
    width: 150px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.CopyReservation .list-area {
    background-color: #f7f7f72b;;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 12px 12px 0 0
}

.CopyReservation .CopyReservation-outerFrame {
    background-color: #fff;
    height: 100%;
    padding: 13px;
    width: 100%;
    border-radius: 12px;
    position: relative;
    margin-bottom: 10px
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-divImg {
    width: 100%;
    height: 100px
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-divImg .img {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

.CopyReservation .CopyReservation-outerFrame .col-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.CopyReservation .CopyReservation-outerFrame .col-on .CopyReservation-item-text {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.CopyReservation .CopyReservation-outerFrame .col-on .icon {
    width: 15px;
    height: 15px
}

.CopyReservation .CopyReservation-outerFrame .col-down {
    margin-top: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.CopyReservation .CopyReservation-outerFrame .col-down,
.CopyReservation .CopyReservation-outerFrame .col-down .col-down-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.CopyReservation .CopyReservation-outerFrame .col-down .icon {
    margin-right: 10px;
    width: 15px;
    -o-object-fit: contain;
    object-fit: contain
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-state-error {
    position: absolute;
    color: #ec6898;
    right: 16px;
    background-color: #fff;
    border: 2px solid #ec6898;
    width: 60px;
    height: 24px;
    line-height: 21px;
    text-align: center;
    font-size: 12px
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-state-success {
    position: absolute;
    color: #fff;
    right: 16px;
    background-color: #54ce58;
    width: 60px;
    height: 24px;
    text-align: center;
    font-size: 12px;
    padding-top: 3px
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-state-THROW {
    position: absolute;
    color: #fff;
    right: 16px;
    background-color: #ec6898;
    width: 60px;
    height: 24px;
    text-align: center;
    font-size: 12px;
    padding-top: 3px
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-state-fail-icon {
    position: absolute;
    right: 10px;
    width: 37px;
    height: 24px;
    cursor: pointer
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-date {
    margin-bottom: 10px
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-img-div {
    width: 80px;
    height: 80px
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-img-div .CopyReservation-img {
    width: 100%;
    height: 100%
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #2c2c2e;
    line-height: 1.6
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-data .CopyReservation-item-data-label {
    width: 60%;
    line-height: 1.5
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-data .CopyReservation-item-data-middle {
    width: 10%;
    text-align: end
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-data .CopyReservation-item-data-text {
    position: relative;
    text-align: start;
    line-height: 1.5;
    width: 30%
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-data .CopyReservation-item-data-icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-info-wrap {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-info-wrap .CopyReservation-item-img {
    display: block;
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-info-wrap .CopyReservation-item-info {
    width: 70%;
    margin-left: 10px
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-info-wrap .CopyReservation-item-info-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-info-wrap .CopyReservation-item-info p {
    margin-right: 10px
}

.CopyReservation .CopyReservation-outerFrame .CopyReservation-item-info-wrap .CopyReservation-item-info .CopyReservation-item-data-icon {
    width: 14px;
    height: 14px;
    margin-right: 5px
}

.CopyReservation .one-line {
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width:768px) {
    .CopyReservation {
        padding: 15px 0
    }

    .CopyReservation .list-area {
        background-color: #fff;
        border-radius: none
    }

    .CopyReservation .CopyReservation-outerFrame {
        border: 1px solid #c6cacc;
        border-radius: 12px
    }

    .CopyReservation .CopyReservation-outerFrame .CopyReservation-item-divImg,
    .CopyReservation .CopyReservation-outerFrame .CopyReservation-item-divImg .img {
        height: 15vw
    }

    .CopyReservation .CopyReservation-outerFrame .col-down .icon {
        margin-right: 10px;
        width: 22px;
        -o-object-fit: contain;
        object-fit: contain
    }
}