@font-face {
    font-family: notosanslao;
    src: url(NotoSansLao.ttf);
}

* {
    font-family: 'notosanslao';
}

pre {
    font-family: 'notosanslao' !important;
    overflow: hidden !important;
}

table thead tr th {
    font-weight: 600
}

.btn-warning,
.btn-info,
span {
    color: white !important;
}

.modal-content {
    border-radius: 15px !important
}

.header-table {
    background: #198754;
    color: #fff;
}




/** For dataTable **/
div .btn-group .dt-button-collection {
    background-color: #198754;
}

.active {
    background-color: #fff !important;
    color: #198754 !important;
    border-radius: 15px !important;
}

.active span {
    color: #198754 !important;
}

.dropdown-menu>a:hover>span {
    color: #198754 !important;
}

.btn-group .dt-button-collection .dropdown-menu .dt-button:hover {
    background-color: #fff !important;
    border-radius: 15px;
}

/** summernote **/
.note-toolbar .note-btn-group .note-dropdown-menu a span {
    color: rgb(19, 18, 18) !important;
}
