/*
Template Name: Color Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 3 & 4
Version: 4.0.0
Author: Sean Ngu
Website: http://www.seantheme.com/color-admin-v4.0/frontend/forum/
*/
.btn.btn-theme {
    background: #727cb6;
    border-color: #727cb6;
    color: #fff;
}
.btn.btn-theme:hover,
.btn.btn-theme:focus {
    background: #5b6392;
    border-color: #5b6392;
}
.text-theme, a {
    color: #727cb6;
}
a:hover,
a:focus {
    color: #5b6392;
}
.pace-progress,
.pagination > li.left > a:focus, 
.pagination > li.left > a:hover, 
.pagination > li.right > a:focus, 
.pagination > li.right > a:hover {
    background: #727cb6;
}
.forum-list .media .fa {
    background: #727cb6;
}
.pace .pace-activity {
    border-top-color: #727cb6;
    border-left-color: #727cb6;
}
.navbar-logo {
    border-color: #6670AC #5b6392 #444a6d;
}