.custom-upload {
    position: relative;
    margin-bottom: 15px;
}
.custom-upload input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    cursor: pointer;
}
.custom-upload .upload-btn {
    position: relative;
    z-index: 0;
    background-color: #fff;
    color: #222;
    display: block;
    text-align: center;
    width: 100%;
    border: 1px dashed #ccc;
    padding: 40px 0;
}
.accident img {
    border: 1px solid #ddd;
    margin: 6px 6px 0 0;
    padding: 3px;
    max-width: 31.33%;
}
.accident img:nth-child(even) {
    margin-right: 0;
}
.uploaded_images .img-inner {
    position: relative;
    max-width: 31.33%;
    margin: 6px 6px 0 0;
    display: inline-block;
    vertical-align: top;
}
.uploaded_images .img-inner img {
    max-width: 100%;
    border: 1px solid #ddd;
    padding: 3px;
}
.delete-img {
    position: absolute;
    right: 6px;
    top: 6px;
    color: red;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.loading {
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 1000;
    background-color: rgba(208, 202, 202, 0.7);
    top: 0;
    left: 0;
    text-align: center;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
}