﻿/*Fix thead button content first row issue in repeaters*/

[data-repeater-item]:first-child [data-repeater-delete] {
    display: none;
}

@font-face {
    font-family: 'DunbarText';
    src: url('../plugins/global/fonts/DunbarText-Regular.ttf');
}

table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}