/* **************************************************************** */
/* **************************************************************** */
/* 自行新增的bootstrap主题颜色 */
.btn-purple {
    color: white;
    background-color: #ac16cc;
    border-color: #ac16cc;
}

.btn-purple:hover {
    color: white;
    background-color: #800a99;
    border-color: #9315ae;
}

.btn-outline-purple {
    color: #cd48ea;
    border-color: #ac16cc;
}

.btn-outline-purple:hover {
    color: white;
    background-color: #ac16cc;
    border-color: #ac16cc;
}

.border-purple {
    border-color: #ac16cc;
}

.badge-purple {
    color: white;
    background-color: #ac16cc;
}

/* **************************************************************** */
/* **************************************************************** */
/* 自行更改的适配夜间主题的bootstrap样式 */
.list-group-item {
    background-color: rgb(24, 26, 27);
    border-color: rgba(140, 130, 115, 0.13);
}
.list-group-item-primary-night {
    color: rgb(124, 195, 255);
    background-color: rgb(44, 48, 50);
}

.list-group-item-secondary-night {
    color: rgb(194, 188, 180);
    background-color: rgb(46, 50, 51);
}

.list-group-item-success-night {
    color: rgb(153, 230, 171);
    background-color: rgb(30, 72, 48);
}

.list-group-item-danger-night {
    color: rgb(225, 134, 143);
    background-color: rgb(78, 14, 20);
}

.list-group-item-warning-night {
    color: rgb(251, 215, 112);
    background-color: rgb(92, 70, 0);
}

.list-group-item-info-night {
    color: rgb(142, 227, 241);
    background-color: rgb(24, 71, 78);
}

.list-group-item-light-night {
    color: rgb(153, 144, 131);
    background-color: rgb(25, 27, 28);
}

.list-group-item-dark-night {
    color: rgb(213, 209, 204);
    background-color: rgb(55, 60, 62);
}

/* **************************************************************** */
/* **************************************************************** */
.statusbar > .btn-group,
.statusbar > button,
.statusbar > a,
.statusbar > form > * {
    margin-right: 5px;
    margin-bottom: 10px;
}

.breadcrumb-item a:hover {
    color: #78cdef;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: yellow !important;
}
