hr {
    border-top: 2px solid rgb(79 144 234);
    width: 100%;
}

.header__navbar {
    background-color: #424d56;
}

.header__navbar-link {
    color: #f5faff;
}

.header__navbar-link.active {
    color: #c8e4ff;
}

.header__navbar-link:hover {
    color: rgba(255, 255, 255, 0.6);
}

.header__navbar-logo-img {

}

.dropdown-item_sort.desc,
.dropdown-item_sort.asc,
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #657c9a;
}

.btn-primary {
    color: #fff;
    background-color: #424d56;
    border-color: #424d56;
}

.table thead th.registry-records_grid__cell {
    color: #fff;
    background-color: #424d56;
}
