.hjc-af-md-modal-trigger {
    cursor: pointer;
}
.hjc-af-md-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 5000;
}
.hjc-af-md-modal-thumb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.hjc-af-md-modal-no-thumb {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 126px;
    margin-left: -50px;
    margin-top: -63px;
    padding-top: 100px;
    background: #fff url(img/icon-file.png) no-repeat;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}
.hjc-af-md-modal-no-thumb-ext {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
}
.hjc-af-md-modal-no-thumb-ext strong {
    background: #fff;
    border-radius: 100px;
    padding: 2px 4px;
}
.hjc-af-md-modal-no-thumb-file-size {
    line-height: 14px;
}
.hjc-af-md-modal-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
}
.hjc-af-md-modal-buttons button {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}
.hjc-af-md-modal-buttons button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.hjc-af-md-modal-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
}
