#wpconsent-export-progress {
    display: flex;
    align-items: center;
    margin-left: 15px;
    gap: 10px;
}

.wpconsent-progress-bar {
    width: 200px;
    height: 30px;
    background-color: #f0f0f1;
    border-radius: 3px;
    overflow: hidden;
    margin: 0; /* Remove top margin */
}

.wpconsent-progress-bar-inner {
    width: 0;
    height: 100%;
    background-color: #2271b1;
    transition: width 0.3s ease;
}

.wpconsent-progress-status {
    margin: 0; /* Remove top margin */
    font-size: 13px;
    color: #50575e;
    white-space: nowrap;
}

/* Flatpickr customization */
.wpconsent-date-input {
    min-height: 30px;
    width: 200px;
    padding: 0 8px;
    border: 1px solid #8c8f94;
    border-radius: 4px;
}