/*下拉框图标去除*/
.form-select{
    background-image: none !important;
}

.select.datetime-range.form-control {
    padding: 0.375rem 0.75rem;
    margin: 0;
}

.table-responsive {
    overflow-y: auto;
    overflow-x:auto;
}

/*固定表头y轴滚动*/
.table-fixed-header {
    overflow-y: auto;
}

/*日期选择框样式调整*/
.datetime-range-input {
    background: #F0F4F7 !important;
}


.default-table.table thead th {
    font-size: 0.9rem !important;
    font-weight:bold;
    padding: 0.1rem 0.3rem !important;
}

.default-table.table tbody td {
    padding: 0.25rem 0.5rem !important;
}

.table-dark {
    --bs-table-bg: rgba(232, 232, 232, 1) !important;
    background-color: #E8E8E8 !important;
    color: #333333 !important;
}
.table thead th {
    color: rgba(92,92,93, 1);
    vertical-align: middle;
    height: 40px;
    text-transform: none !important;
}
.table-fixed-header > .table > thead > tr > th {
    vertical-align: middle;
    height: 40px;
}

.dropdown-menu {
    --bs-dropdown-border-radius: var(--bs-border-radius);
    overflow: auto;
    max-height: 900px;
}


/*按钮样式调整*/
/*.btn {*/
/*    --bs-btn-padding-y: 0.375rem !important;*/
/*    --bs-btn-padding-x: 0.95rem !important;*/
/*    --bs-btn-font-size: 0.765625rem !important;*/
/*    --bs-btn-border-radius: 0.4375rem !important;*/
/*}*/

/*!*按钮样式调整*!*/
/*.btn {*/
/*    --bs-btn-padding-y: 0.375rem !important;*/
/*    --bs-btn-padding-x: 0.95rem !important;*/
/*    --bs-btn-font-size: 0.765625rem !important;*/
/*    --bs-btn-border-radius: 0.4375rem !important;*/
/*}*/
/*.btn-group-lg>.btn,.btn-lg {*/
/*    --bs-btn-padding-y: .5rem;*/
/*    --bs-btn-padding-x: 1rem;*/
/*    --bs-btn-font-size: 1.25rem;*/
/*    --bs-btn-border-radius: var(--bs-border-radius-lg)*/
/*}*/

/*输入框样式调整*/
/*input.form-control {*/
/*    min-height: calc(1.5em + 0.75rem + 2px) !important;*/
/*    padding: 0.375rem 0.75rem !important;*/
/*    font-size: 0.765625rem !important;*/
/*    border-radius: 0.4375rem !important;*/
/*}*/