.send-file-mypage .file-table-wrap {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.send-file-mypage table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.send-file-mypage th,
.send-file-mypage td {
    border-bottom: 1px solid #e2e2e2;
    padding: 16px 14px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}

.send-file-mypage th {
    background: #f7f7f7;
    font-size: 15px;
    font-weight: 700;
}

.send-file-mypage .col-title {
    width: 42%;
}

.send-file-mypage .col-date {
    width: 18%;
}

.send-file-mypage .col-status {
    width: 15%;
}

.send-file-mypage .col-action {
    width: 25%;
    text-align: center;
}

.send-file-mypage .file-title {
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 1.6;
}

.send-file-mypage .file-note {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
}

.send-file-mypage .badge {
    display: inline-block;
    min-width: 74px;
    text-align: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.send-file-mypage .badge.new {
    background: #fff2f2;
    color: #c62828;
    border: 1px solid #f0b8b8;
}

.send-file-mypage .badge.read {
    background: #f2f5f8;
    color: #4f5b66;
    border: 1px solid #d7dee5;
}

.send-file-mypage .download-btn {
    display: inline-block;
    min-width: 132px;
    padding: 10px 14px;
    background: #005bac;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.send-file-mypage .delivery-file-download-form {
    display: inline;
    margin: 0;
}

.send-file-mypage button.download-btn {
    border: 0;
    font-family: inherit;
    cursor: pointer;
}

.send-file-mypage .download-btn.sub {
    background: #4d4d4d;
}

.send-file-mypage .highlight-row {
    background: #fffdf7;
}

.send-file-mypage .empty-box {
    border: 1px dashed #cfcfcf;
    border-radius: 4px;
    padding: 18px;
    background: #fafafa;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}
