﻿.image-preview {
    width: 150px !important;
    height: 150px !important;
}

.upload-box {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    cursor: pointer;
}

    .upload-box:has(input:disabled):hover {
        cursor: not-allowed;
    }

    .upload-box img {
        width: 150px;
    }
