/* fix */
a {
    text-decoration: none;
}
label {
    margin-bottom: 0.5rem;
}
.disabled>.page-link, .page-link.disabled {
    background-color: inherit;
}
.page-link {
    font-size: inherit;
}
.row>.btn {
    width: auto;
}
.form-control {
    appearance: auto;
}
.text-right {
    text-align: right;
}
.text-lg-right {
    text-align: right;
}
.float-right {
    float: right;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
/* 还原 v4 的表单组间距 */
.form-group { margin-bottom: 1rem; }

/* 还原 v4 的左右边距工具 */
.ml-3 { margin-left: 1rem; }
.mr-3 { margin-right: 1rem; }

.modal {
    --bs-modal-color: #676a6c;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: #676a6c;
}
.table>:not(caption)>*>* {
    color: #676a6c;
}
/* 模态框右上角默认的关闭按钮修复 */
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
/*makes the placeholder to be 100% of the width while there are no options selected*/
.select2-search__field {
    width: 100% !important;
}
.page-link:link{
    color: inherit;
}
.page-item.active a:link{
    color: #fff;
}
.page-link:focus{
    background-color: unset;
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.btn {
    white-space: nowrap;
}
.kv-zoom-actions .fa-remove {
    width: auto;
    color: #000;
}
.kv-zoom-actions .btn-close {
    line-height: 1;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
}
.col-8.input-group {
    width: 66.66666667%;
}
.w-e-text-container .placeholder {
    background-color: inherit;
    opacity: 1;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
/*.btn {
    --bs-btn-bg: #f0f0f0;
}
.btn:hover {
    --bs-btn-hover-bg: #f0f0f0;
    --bs-btn-hover-color: #212529;
}*/
.btn-close svg {
    display: none;
}