.error{
    color: red;
    font-weight: 600;
    font-size: 14px;
}
.user_pagination{
    background-color:#172b4d;
}

.user_pagination.c-not-bg{
    background-color:#fff !important;
}
.user_pagination nav{
    float: right;
}

.c-head-th {
    cursor: pointer;
    position: relative;
}
.c-head-th:before {
    content: "\0025b2";
    position: absolute;
    top: 0.3em;
    right: 0;
    display: block;
    opacity: 0.3;
    color: #4e4e4e;
    font-size: 0.8rem;
}

.c-head-th:after {
    content: "\0025bc";
    position: absolute;
    bottom: 0.3em;
    right: 0;
    display: block;
    opacity: 0.3;
    color: #4e4e4e;
    font-size: 0.8rem;
}
.order-asc:before {
    opacity: 1;
}
.order-desc:after {
    opacity: 1;
}