.validation-summary-errors {
    margin: 0;
}

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
    margin-bottom:0;
}


.error {
    color: rgb(244, 67, 54) !important;
}

/* Customize error message appearance */
.dz-error-message{
    height:150px;
    overflow-y : scroll;
}

/* Ensure preview box dimensions */
.dz-image {
    width: 120px; /* Adjust as needed */
    height: 120px; /* Adjust as needed */
    overflow: hidden; /* Prevent overflow */
    display: flex;
    justify-content: center;
    align-items: center;
}

.dz-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Makes the image fill the box while maintaining aspect ratio */
}

.cursor-pointer {
    cursor: pointer;
}

