.drag_drop_selector {cursor: move;}
.gridView table.dataTable > tbody > tr.gridRow {
    display: block;
    float: left;
    width: 25%;
    padding: 0 10px 20px;
    text-align: center;
    border: 0 !important;
}
.gridView table#media_datatable{
    display:block !important;
}

.gridView .form-check-label.mw-100.d-block{
    width: calc(100% - 3rem);
}

@media only screen and (min-width: 1700px){
    .gridView table.dataTable > tbody > tr.gridRow{width: 20%}
}
@media only screen and (min-width: 1200px) and (max-width: 1350px){
    .gridView table.dataTable > tbody > tr.gridRow{width: 33.3333%}
}

.gridView tr.gridRow td {
    display: block;
    text-align: center;
    background-color: #f4f4f4;
    padding: 0 !important;
}
.gridView tr.gridRow td .card-body{
    padding: 0;
}
.gridView tr.gridRow td .card{
    background-color: transparent;
}
.gridView tr.gridRow .btmTitle{
    background-color: #dddddd;
}
.gridView tr.gridRow td .card .symbol{
    position: relative;
    padding-top: 100%;
}
.gridView tr.gridRow td .card .symbol img{
    position: absolute;
    inset: 0;
    margin: auto;
}
.gridView .text-ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.gridView .table > thead{
    display: none !important;
}
.gridView .table > tbody{
    display: block;
    margin: 0 -10px;
}
.gridView .fileChk{
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.gridView .activeState{
    opacity: 0;
    z-index: 1;
    border: 2px solid #007bff;
}
.gridView tr.gridRow .fileChk:checked ~ .btmTitle{
    background-color: #007bff;
    color: #ffffff;
}
.gridView tr.gridRow .fileChk:checked ~ .activeState{
    opacity: 1;
}
.lgIcon input:checked ~ i{
    color: var(--kt-primary);
}


.alert-text, .alert-icon .flaticon-info {
    color: black !important;
}
.list-styled{ list-style-type: none; }
