@font-face {
    font-family: playFont;
    src: url(/res/play.woff2);
    font-weight: normal;
}

@font-face {
    font-family: playFont;
    src: url(/res/play-bold.woff2);
    font-weight: bold;
}

body {
    font-family: sans-serif;
    font-size: 12pt;
    margin: 5px;
    background-color: #f5f5f5;
}

.modal-body {
    position: relative;
}

.modal-body img {
    width: 100%;
    height: auto;
}

.table-filter-btn {
    padding: 0px;
}

.filter-badge{
    font-size: smaller;
}