.second-line-ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fs-table-unreadRow {
    font-weight: normal;
}

.agent-time {
    width: fit-content;
}

.agent-time-mobile-ext {
    margin-top: 5px;
    text-align: right;
}

.agent-time-mobile-ext a+a {
    margin-left: 5px;
}

.agent-time-mobile-ext a .fs-iconfont {
    color: inherit;
}

.agent-time-mobile-ext .fs-tools .dropdown-toggle {
    padding-right: 0;
}

.agent-time-mobile-ext .fs-tools>ul>li {
    margin-right: 0;
}

.agent-time-mobile-ext .dropdown .dropdown-menu-right {
    left: 0;
    right: auto;
}

.agent-subject-mobile-ext {
    margin-top: 5px;
}