.admin-notice,
.notice {
    padding: 10px;
    margin: 15px 0;
    border-left: 4px solid;
}

.notice-success {
    background-color: #dff0d8;
    border-color: #3c763d;
    color: #3c763d;
}
.admin-notice,
.notice-error {
    background-color: #f2dede;
    border-color: #a94442;
    color: #a94442;
}

/* Loader container styling */
#gkcbulkuserdelete-loader {
    width: 100%;
    margin-top: 20px;
    display: none;
}

/* Progress bar container */
.progress-bar-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 10px;
    height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
}

/* The progress bar itself */
.progress-bar {
    width: 0;
    height: 100%;
    background-color: #3498db; /* Blue color for progress */
    border-radius: 10px;
    transition: width 0.3s ease; /* Smooth transition for progress */
}

#gkcbulkuserdelete-result p{
    margin-top: 10px;
    font-weight: bold;
}

/* Progress text (percentage) */
#gkcbulkuserdelete-delete-form label{
    font-size: 12px;
    font-weight: bold;
    color: #333;
}
#gkcbulkuserdelete-progress-text {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
    margin-left: 5px;
}
#gkcbulkuserdelete-delete-form{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

