.modal.modal-img {
    display: none;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content.modal-crop-img {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 60%;
    margin: 1% auto 30% auto;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.close {
    font-size: 24px;
    cursor: pointer;
}

/* Cropped Image Styling */
#croppedImage {
    max-width: 100%;
    height: auto;
}

/* Button Styling */
.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
}

/* #cropModal {
    overflow: auto;
} */

#cropButton:hover {
    background-color: #0354aa;
    color: white;
}
