.mt-10{
    margin-top: 10px;
}
#reservation-table {
    width: 100%;
}
#reservation-table thead th{
    border-bottom: 1px solid #eeeeee;
}
#reservation-table th,
#reservation-table td
{
    padding: 5px 10px;
}
#reservation-table th{
    text-align: right;
    border-right: 1px solid #eeeeee;
}
.ydr-btn.a-check{
    margin-top: 30px;
    margin-bottom: 10px;
}
.ydr-btn.file-download{
    color: black;
    border: 1px solid black;
}
.ydr-btn.file-download img{
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: baseline;
    margin-right: 5px;
}
.ydr-btn.a-alone{
    margin-bottom: 10px;
    margin-top: 0;
}
.a-link{
    background: #345D9D;
}
.ydr-form-item-last{
    margin-top: 30px;
    margin-bottom: 60px;
}
a.fileUploaded{
    display: inline-block;
    width: 65%;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    height: 52px;
    line-height: 48px;
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#next p{
    margin-bottom: 5px;
    word-break: keep-all;
}
#sign{
    font-weight: bold;
}

#enacash-aware{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#enacash-aware .text-danger{
    color: #ff1616;
}
#enacash-aware .ena-inner{
    width: 600px;
    margin: 60px auto 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 15px;
}
#enacash-aware .ena-inner h1{
    margin-bottom: 20px;
    text-align: center;
}
#enacash-aware img{
    max-width: 60%;
    margin: 12px auto;
}
#enacash-aware .iagree{
    width: 100%;
    height: 52px;
    line-height: 50px;
    border-radius: 12px;
    color: #fff;
    border: none;
    background: #FFA400;
    vertical-align: top;
    overflow: hidden;
    margin-top: 10px;
}
.privacy-txt{
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 17px;
}
.privacy-txt input[type=checkbox]{
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.privacy-txt input[type=radio]{
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.ena-privacy{
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.ena-privacy tr{
    border-bottom: 1px solid #dddddd;
}
.ena-privacy tr th{
    text-align: right;
    padding: 2px 5px;
    border-right: 1px solid #dddddd;
}
.ena-privacy tr td{
    text-align: left;
    padding: 2px 5px;
}
.ena-privacy tr td.privacy-agree{
    font-weight: bold;
    text-align: center;
    word-break: keep-all;
}
.ena-desc{
    width: 100%;
}
.ydr-form-item button.re-button{
    width: 30%;
    height: 52px;
    line-height: 50px;
    border-radius: 12px;
    color: black;
    border: none;
    background: #bbbbbb;
    vertical-align: top;
    overflow: hidden;
}
.ydr-form-item input[type=checkbox]{
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 10px;
}
.ydr-item-label{
    width: 100%;
}
.ydr-form-item .tomato{
    color: #ff1616;
    font-size: 0.75em;
}
.material-symbols-outlined{
    vertical-align: text-bottom;
}
.app-table{
    width: 100%;
}
.app-table thead{
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}
.app-table thead th{
    text-align: center;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
.app-table thead tr th:last-child {
    border-right: none;
}
.app-table tbody td{
    padding: 0;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 0.75rem;
    line-height: unset;
}
.app-table tbody tr td:last-child {
    border-right: none;
}
.app-table tbody input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0.75rem;
    line-height: unset;
}
.app-table .delete{
    color: red;
    text-align: center;
}
.app-table .add{
    text-align: center;
    border-bottom: 0;
}

@media screen and (max-height: 880px){
    #enacash-aware .ena-inner{
        max-height: 100%;
        margin: 0 auto;
        overflow: scroll;
    }
}
@media screen and (max-width: 600px){
    #enacash-aware .ena-inner{
        width: 100%;
        overflow: scroll;
    }
    .privacy-txt{
        font-size: 16px;
    }
}