.bootstrap-table .fixed-table-pagination>.pagination-detail {
    .pagination-info, .page-list {
        color: #263446;
        font-family: PingFangSC;
        font-size: 16px;
    }
}

.bootstrap-table table thead {
    background-color: #3a84ff26;
    height: 60px;
    line-height: 60px;
    font-family: PingFangSC;
    font-size: 18px;
    font-weight: 500;
    color: #505d69;
    opacity: 0.6;
    th .th-inner {
        padding: 0 !important;
    }
}
.bootstrap-table .fixed-table-container .table td {
    font-family: PingFangSC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #52575a;
}

.table-hover tbody tr:hover {
    background-color: #3a84ff0c;
    color: #505d69;
}

.page-link {
    margin: 0 3px;
    text-align: center;
    border: none;
    padding: .5rem .75rem;
    font-size: 18px;
    border-radius: 8px;
    min-width: 40px;
    min-height: 40px;
}
.page-link:focus {
    box-shadow: 0 0 0 .15rem rgba(86,100,210,.25);
}
.page-link:hover {
    background-color: #eff2f7;
    color: #2e3dad;
    z-index: 2;
}
.page-item.active .page-link {
    background-color: #3a84ff26;
    color: #52575a;
}

.page-item:first-child .page-link {
    padding: 0 .75rem 0 0;
 }
 .page-item:last-child .page-link {
     padding: 0 0 0 .75rem;
 }
 .page-left-arrow-icon, .page-right-arrow-icon {
     display: block;           
     width: 34px;             
     height: 40px;        
     background-size: contain; 
     background-repeat: no-repeat;
     background-position: center;     
     
 }
 .page-left-arrow-icon {
     background-image: url(../../assets/images/left-arrow.png);
 }
 .page-right-arrow-icon {        
     background-image: url(../../assets/images/right-arrow.png);
 }

 .page-list .btn-group > .btn-secondary {
    display: flex;
    align-items: center;
    background-color: #3a84ff26;
    border: none;
    .page-size {
        color: #263446;
        font-size: 18px;
    }
    .caret {
        display: block;
        width: 0;
        height: 0;
        margin-left: 5px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid transparent;
        border-bottom: 8px solid #263446;
    }
 }
.modal.show {
    display: block;
}

.custom-modal-body {
    button.btn {
        margin: 6px 6px 0 6px;
    }
}
.custom-modal-dialog {
    position: fixed;
    right: 0;
    max-width: 1200px;
    max-height: 800px;
}

.search-button {
    display: flex;
    align-items: center;
    span {
        font-size: 0.9rem;
        padding-left: 0.25rem;
        line-height: 16px;
    }
}

.table-bordered td, .table-bordered th {
    border: none;
}

.custom-form-group {
    display: flex;
    align-items: center;
    label {
        margin-bottom: 0 !important;
    }
}

.button-items {
    width: auto;
}

.custom-tooltip {
    position: absolute;
    top: -40px;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Nunito,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .7875rem;
    word-wrap: break-word;
    opacity: 0;
}

.custom-form-group .form-control {
    width: 100%;
}

.form-inline {
    label {
        padding-right: 12px;
    }
}
/* 旋转的 loading 动画 */
@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.table-loading {
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
    vertical-align: text-bottom;
    border: 4px solid #2753fc !important;
    border-right-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
    margin-bottom: 15px;
    background-color: transparent !important;
}

.table-loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 350px;
    height: 100%;
    .text {
        color: #fff;
        font-weight: 500;
        background-color: transparent !important;
    }
}

.loading-overlay {
    position: absolute; /* 固定在屏幕上 */
    top: 0;
    left: 0;
    width: 100%;
    height: 1200px;
    background-color: #adadad; /* 半透明黑色背景 */
    z-index: 9999; /* 高于其他元素 */
    display: block; /* 默认隐藏 */
}
.keep-open.btn-group .dropdown-item span {
    display: inline-block;
}
