@font-face { font-family: 'Lato'; src: url('/vendor/boot-admin/fonts/Lato/Lato-Regular.ttf'); }
@font-face { font-family: 'Montserrat'; src: url('/vendor/boot-admin/fonts/Montserrat/Montserrat-Regular.ttf'); }

.breadcrumb, .h1, .h2, .h3, .h4, .h5, .h6, .header-navbar, .navigation, body, h1, h2, h3, h4, h5, h6 {
    font-family: Nunito,Montserrat,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
}

.ck-content {
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

table {
    font-size: 12px;
}

.wrap span{
    display: inline-block;
    vertical-align: middle;
}
.wrap img{
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .navbar-top-menu {
        position: absolute;
        top: -53px;
        left: 15px;
        width: 100%;
        overflow: scroll;
    }
}

.btn a {
    color: white;
}

.filter-box {
    padding-bottom: 0;
}

.modal-body .filter-box {
    padding: 0;
}

.filter-box {
    padding-bottom: 0;
}

.filter-box .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    height: 30px;
}

.label {
    line-height: 2;
}