@font-face {
    font-family: 'Poppins';
    font-style: normal;
    src: url(../fonts/TheSans-Bold.ttf) format('truetype');
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
button,
li,
.btn,
.modal-header,
.select2-search__field,
.form-group,
select,
.message,
label,
.results__options,
.select2-results__option,
.toast-message,
.toast-title {
    font-family: "Poppins" !important;
}

span,
.text-muted,
.bullet,
.list-inline,
button,
li {
    font-family: "Poppins" !important;
}

* {
    line-height: 100% !important;
    ;
}

label {
    font-weight: bold !important;
    font-size: 10pt !important;
    padding-bottom: 10px !important;
}

button {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

thead tr th {
    background-color: #43DEAF !important;
    color: white !important;
    font-size: 10pt !important;
    font-weight: bold !important;
}

.mybadge {
    font-size: 10pt !important;
    font-weight: bold !important;
}

.page-item .active {
    background-color: #43DEAF !important;
}
