@font-face {
    font-family: 'Poppins';
    font-style: normal;
    src: url(TheSans-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'fontfam';
    font-style: normal;
    src: url(TheSans-Bold.ttf) format('truetype');
}

h4 {
    font-family: "fontfam" !important;
    font-weight:bold !important;
  
}

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,textarea {
    font-family: "fontfam" !important;
      font-weight:bold !important;

}

span,
.text-muted,
.bullet,
.list-inline,
button,
li {
    font-family: "fontfam" !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: #2eecae !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: #2eecae !important;
}