.image-container {
    display: inline-block;
    position: relative;
}

.btn-close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 0, 0, 0.403);
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    z-index: 10;
}

.btn-close-icon:hover {
    background: red;
}

.img_width_form {
    width: 100%;
    border-radius: 8px;
}

#datatables1_wrapper{
    padding: 0 20px!important;
}
.img_width_table{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.img_width_form{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
