.apkmng-report-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.apkmng-report-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 500px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.apkmng-report-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.apkmng-report-close:hover,
.apkmng-report-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.apkmng-report-options label {
    display: block;
    margin: 10px 0;
    cursor: pointer;
}

.apkmng-report-options input {
    margin-right: 10px;
}

#apkmng-report-countdown {
    text-align: center;
    font-size: 18px;
    margin: 20px 0;
}

#apkmng-report-message .success {
    color: green;
    text-align: center;
    font-weight: bold;
}

#apkmng-report-message .error {
    color: red;
    text-align: center;
    font-weight: bold;
}

.apkmng-download-box__report {
    margin-top: 15px;
    text-align: center;
}

.apkmng-report-btn {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    padding: 5px 10px;
}

.apkmng-report-btn:hover {
    color: #333;
    text-decoration: underline;
}

.apkmng-report-btn svg {
    width: 16px;
    height: 16px;
}