#preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url('./images/preloader_speedmeter.gif');
    background-repeat: no-repeat; 
    background-color: #FFF;
    background-position: center;
}
.navbar-brand-text {
    float:right;
    text-align: center;
    margin-left: 10px;
}
.navbar-brand-title {
    font-weight: normal;
    line-height: 1.25em;
    margin: 5px 0 -5px 0;
    background: none;
    color: #9f9f9f;
}
.navbar-brand-subtitle {
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
    color: #222;
    font-size: 34px;
}
.navbar-brand-subtitle.white {
    color: #fff;
}

/* .dropdown .caret {
    border: none;
    margin-top: -30px;
}
.dropdown .caret::before {
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    content: "" !important;
    display: inline-block;
    margin-left: .3em;
    transform: rotate(135deg);
    position: relative;
    pointer-events: none;
    width: 6px;
    height: 6px;
    transition: right .15s;
} */
.main-menu .navigation > li.dropdown > a {
    padding-right: 30px;
}
.main-menu .navigation > li.dropdown > a::after {
    position: absolute;
    content: "\f107";
    color: #bbb;
    top: 40%;
    right: 13px;
    display: block;
    line-height: 24px;
    font-size: 17px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}
.pagination {
    margin-bottom: 30px;
    margin-top: 30px;
}
.page-item.active .page-link {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.page-link {
    color: unset;
}
.page-link:hover {
    color: var(--theme-color);
}
.page-link:focus {
    box-shadow: 0 0 0 0.25rem var(--theme-color);
}
hr {
    background-color: var(--theme-color);
}