.images_stock {
    height: 120px;
    width: 120px;
    border-radius: 6px;
    /* text-align: center; */
    overflow: hidden;
    position: relative;
}

.images_stock img {
    min-height: 100%;
    width: 100%;
    object-fit: cover;
    /* vertical-align: middle; */
}

.delete_option {
    position: absolute;
    top: 0px;
    right: 10px;
    height: 25px;
    width: 25px;
    opacity: 10;
    z-index: 10000;
    border-radius: 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.337);

}

row>.col-xxl-2 {
    display: flex;
    bottom: -17px;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-row {

    text-align: center;
    padding-top: 25px;
    overflow-x: auto;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;

    -webkit-overflow-scrolling: touch;

}

.row .create-btn {
    width: auto;
}

.flex-nowrap {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.flex-nowrap::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.flex-none {
    flex: none;
}

[disabled] {
    pointer-events: none;
}