.stock_loader_overlay{
    display: none;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    height: 100%;
    position: fixed;
    z-index: 999;
}

.has-error{
    color:red;
}

.stock_loader{
    width: 96px;
    height: 96px;
    display: block;
    margin: calc(50vh - 48px) auto;
    background: url(loader.gif) no-repeat center;
    position: relative;
    z-index: 9999;
}
.thumbnail_wrapper a{
    display: flex;
    width: 72px;
    height: 72px;
    position: absolute;
    top: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    background: rgb(0 0 0 / 42%);
}
.thumbnail_wrapper a i{
    color:#ffffff !important;
}

.stock_loader:after{
    content: 'Please Wait';
    display: block;
    position: relative;
    top: 96px;
    left: 10px;
    color: #1c72dc;
}
.table td, .table th{
    font-size:13px;
}
.file_uploder_list{
    display:block;
    width: auto;
    height: 120px;
    float:left;
}
.file_uploder_list .file_img{
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 5px;
    border: 2px solid #d8d8d8;
    border-radius: 6px;
    position:relative;
    overflow: hidden;
    background: #fbfbfb;
}
.file_uploder_list .file_img canvas{
    display:none !important;
}
.file_uploder_list .file_img img,.file_uploder_list .file_img video{
    width:100%;
    height:100%;
}

.file_uploder_list .file_img .file_del{
    position: absolute;
    top: 3px;
    right: 3px;
    color: #988c8c;
    z-index: 9;
    cursor: pointer;
    width: 20px;
    line-height: 0;
    height: 20px;
    padding: 2px;
    background: #fff;
    border-radius: 50%;
}
.file_uploder{
    display:block;
    width: 120px;
    float:left;
    margin:5px;
    height: 120px;
    background: #f5f5f5 url(../img/ic_add_image.png)no-repeat center;
    border: 2px solid #d8d8d8;
    border-radius: 6px;
}

#files{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0;
}