.gcs-upload-box {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    width: 300px;
    margin: 20px auto;
}

.gcs-upload-box input[type="file"] {
    margin-top: 10px;
}

#progress-container {
    margin-top: 20px;
}

.progress-wrapper {
    margin-bottom: 10px;
    background: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 20px;
}

.progress-bar {
    background: #4caf50;
    height: 100%;
    width: 0;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-size: 12px;
    line-height: 20px; /* Center the text vertically */
}

.progress-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 20px; /* Center the text vertically */
}

.checkmark {
    font-size: 16px;
    color: green;
    position: absolute;
    right: 10px;
    top: 2px;
}
