.elevation-4 {
    box-shadow: 0 14px 28px rgb(0 0 0 / 0%), 0 10px 10px rgb(0 0 0 / 0%) !important;
}
div#imgPreview {
    position: relative;
    width: 100px;
}
div#filePreview {
    position: relative;
    width: 100px;
}
div#videoPreview {
    position: relative;
    width: 100px;
}

#close-img {
    position: absolute;
    top: 0;
    right: 0;
}

#close-file {
    position: absolute;
    top: 0;
    right: 0;
}

#close-video {
    position: absolute;
    top: 0;
    right: 0;
}
#import_frm{
    display: inline;
}
table thead{
    background-color:#fff;
}
table.dataTable{
    margin-top:0 !important;
}
table.dataTable tr td:last-child {
    white-space: nowrap;
}
th.no-export.sorting_disabled.sorting_asc:after, th.no-export.sorting_disabled.sorting_asc:before {
    display: none;
}
.dropdown-item {
    padding: 0.5rem 1rem;
}

.note-group-select-from-files {
    display: none;
}

input.filterInput {
    width: inherit;
}


.bar {
    border-radius: 5px;
    position: relative;
}

.progress {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.percent {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}

.text {
    padding: 3px;
    width: 80%;
}
