/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */
.receipt-modal{
    display:none;
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
}

.receipt-modal-content{
    background:#fff;
    width:800px;
    max-width:95%;
    margin:5% auto;
    padding:20px;
    border-radius:6px;
    box-shadow:0 0 15px rgba(0,0,0,0.3);
}

.receipt-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-weight:bold;
    margin-bottom:15px;
}

#receiptClose{
    border:none;
    background:none;
    font-size:20px;
    cursor:pointer;
}

#receiptClose1{
    border:none;
    background:none;
    font-size:20px;
    cursor:pointer;
}

