.file-img-box {
    display: flex;
    flex-direction: column-reverse;
}
.file-img-box input[type='file'] {
    position: absolute;
    width: 0 !important;
    height: 0;
    padding: 0 !important;
    overflow: hidden;
    border: 0 !important;
}
.file-img-box .image-view {
    width: 250px !important;
    height: 250px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    border: 1px #0a53be;
    background-image: url(/admin/images/no_image.jpg);
    position: relative;
    margin-top: 5px;
    display: none;
}
.file-img-box .photo-delete {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.50);
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
}

#sub .board .tbl_wrap table .photo-delete img {
    max-width: none !important;
    width: 10px !important;
}

.file-img-box label.flex-box, .multiple-file-attach label, .fileAttach, .one-photo-file-attach label {
    padding: 0 7px;
    box-sizing: border-box;
    background-color: #0045C9;
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: -0.65px;
    font-weight: 500;
    border-radius: 5px;
    height: 42px;
    width: fit-content;
    min-width: 65px;
    display: inline-block;
    line-height: 42px;
    text-align: center;
}

.photo-delete img {
    width: 10px !important;
    height: 10px;
}

.file-attach .file-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.file-attach .file-wrap-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.file-attach .file-box {
    display: flex;
    align-items: center;
}
