/* Add here all your CSS customizations */

.media-gallery .mg-files .thumbnail:hover .thumb-preview img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.table .actions a {
    padding: 0 6px;
    text-decoration: none;
    font-size: large;
    cursor: pointer;
}

div.dataTables_wrapper div.dataTables_filter {
    float: right;
    text-align: unset;
}

.dataTables_wrapper .dataTables_filter input {
    width: auto !important;
}

.summary {
    padding-left: 12px;
    padding-top: 20px !important;
    word-break: break-word !important;
}

.summary h2 {
    margin: 0 !important;
    font-weight: 400;
    font-size: 25px;
    color: black;
    padding-top: 10px !important;
}


/* overriding select2 */

.select2-selection {
    height: auto;
    padding-bottom: 3px;
}

.select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
}