
.progress {
    height: 20px;
}
.img-preview {
    max-width: 150px;
    max-height: 150px;
    /* border-radius: 50%; */
    object-fit: cover;
    margin-top: 10px;
}
.preview-card {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

