.dataTables_filter label {
    margin-right: 10px ;
}

.dataTables_filter select {
    padding: .25rem .5rem;
    font-size: .765625rem;
    border-radius: 5px;
    border: 1px solid var(--bs-border-color);
    max-width: 260px;
    display: inline-block;
}

.layui-layer {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.layui-layer  .layui-layer-title {
    background-color: #609AFF;
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    line-height: 20px;
    height: 50px;
}

.width-60per {
    width: 60%;
}