/* Document Page Counter Styles */

#dpc-upload-container {
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.dpc-hidden {
    display: none !important;
}

.dpc-drop-zone {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dpc-drop-zone:hover, .dpc-drop-zone.dpc-dragover {
    border-color: #007cba;
    background-color: #f1f8ff;
}

.dpc-drop-zone p {
    margin: 0 0 10px;
    font-size: 16px;
    color: #333;
}

.dpc-drop-zone .dpc-browse {
    color: #007cba;
    text-decoration: underline;
}

.dpc-supported-types {
    font-size: 13px !important;
    color: #666 !important;
}

#dpc-progress-container {
    height: 6px;
    background-color: #e2e2e2;
    border-radius: 3px;
    overflow: hidden;
    margin: 20px 0;
}

#dpc-progress-bar {
    height: 100%;
    width: 0%;
    background-color: #007cba;
    transition: width 0.3s;
}

#dpc-file-info {
    border: 1px solid #e2e2e2 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    background-color: #fefefe !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
    overflow: auto !important;
}

#dpc-file-info p {
    margin: 0 0 10px;
    font-size: 14px;
}

#dpc-file-info .dpc-auto-updated-msg {
    color: #28a745;
    font-weight: 500;
    margin-top: 15px;
}

#dpc-remove-file {
    margin: 15px 0 0 0 !important;
    background-color: #dc3232 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 15px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    transition: background-color 0.2s;
    display: inline-block !important;
    vertical-align: middle !important;
    box-shadow: none !important;
    float: left !important;
}

#dpc-remove-file:hover {
    background-color: #c92c2c;
}
