.bootstrap-table .commonsearch-table {
    min-height: 0;
    margin: 10px 0 12px;
    padding: 12px 14px 4px;
    border: 1px solid #e8eef7;
    border-radius: 7px;
    background: #fff;
    box-shadow: none;
}

.bootstrap-table .commonsearch-table.hidden {
    display: none !important;
}

.bootstrap-table .form-commonsearch fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.bootstrap-table .form-commonsearch .row {
    margin-right: -8px;
    margin-left: -8px;
}

.bootstrap-table .form-commonsearch .form-group {
    margin-bottom: 10px;
    padding-right: 8px;
    padding-left: 8px;
    white-space: normal;
}

.bootstrap-table .form-commonsearch .control-label {
    float: none;
    width: 100%;
    padding: 0 0 5px;
    color: #607086;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.bootstrap-table .form-commonsearch .col-xs-8,
.bootstrap-table .form-commonsearch .col-sm-8,
.bootstrap-table .form-commonsearch .col-xs-offset-4 {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 0;
}

.bootstrap-table .form-commonsearch .row-between {
    margin-right: -4px;
    margin-left: -4px;
}

.bootstrap-table .form-commonsearch .row-between > [class*="col-"] {
    padding-right: 4px;
    padding-left: 4px;
}

.bootstrap-table .form-commonsearch .form-control,
.bootstrap-table .form-commonsearch .bootstrap-select > .btn {
    height: 34px;
    min-height: 34px;
    padding: 6px 11px;
    border: 1px solid #dbe6f4;
    border-radius: 6px;
    background: #fff;
    color: #243044;
    box-shadow: none;
}

.bootstrap-table .form-commonsearch select.form-control {
    padding-right: 34px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image:
        linear-gradient(45deg, transparent 50%, #7b8898 50%),
        linear-gradient(135deg, #7b8898 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 50%,
        calc(100% - 13px) 50%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.bootstrap-table .form-commonsearch select.form-control::-ms-expand {
    display: none;
}

.bootstrap-table .form-commonsearch select.form-control option {
    padding: 8px 12px;
    background: #fff;
    color: #243044;
    line-height: 22px;
}

.bootstrap-table .form-commonsearch select.form-control option:hover,
.bootstrap-table .form-commonsearch select.form-control option:focus,
.bootstrap-table .form-commonsearch select.form-control option:active,
.bootstrap-table .form-commonsearch select.form-control option:checked {
    background: #eef5ff linear-gradient(#eef5ff, #eef5ff);
    box-shadow: 0 0 0 999px #eef5ff inset;
    color: #1677ff;
}

.bootstrap-table .form-commonsearch .form-control::placeholder {
    color: #9aa7b8;
}

.bootstrap-table .form-commonsearch .form-control:focus,
.bootstrap-table .form-commonsearch .bootstrap-select.open > .btn,
.bootstrap-table .form-commonsearch .bootstrap-select > .btn:hover,
.bootstrap-table .form-commonsearch .bootstrap-select > .btn:focus {
    border-color: #9cc7ff;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.08);
    outline: 0;
}

.bootstrap-table .form-commonsearch .bootstrap-select > .btn .filter-option {
    color: #243044;
}

.bootstrap-table .form-commonsearch .bootstrap-select > .btn .caret {
    color: #7b8898;
}

.bootstrap-table .form-commonsearch .operate {
    display: none !important;
}

.bootstrap-table .form-commonsearch .form-group:last-child {
    display: flex;
    align-items: flex-end;
}

.bootstrap-table .form-commonsearch .form-group:last-child > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.bootstrap-table .form-commonsearch button[type="submit"],
.bootstrap-table .form-commonsearch button[type="reset"] {
    min-width: 58px;
    height: 30px;
    padding: 4px 11px;
    border-radius: 6px;
    box-shadow: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}

.bootstrap-table .form-commonsearch button[type="submit"] {
    border-color: #1677ff;
    background: #1677ff;
    color: #fff;
}

.bootstrap-table .form-commonsearch button[type="submit"]:hover,
.bootstrap-table .form-commonsearch button[type="submit"]:focus {
    border-color: #0f6ae6;
    background: #0f6ae6;
    color: #fff;
}

.bootstrap-table .form-commonsearch button[type="reset"] {
    border-color: #dbe6f4;
    background: #fff;
    color: #526073;
}

.bootstrap-table .form-commonsearch button[type="reset"]:hover,
.bootstrap-table .form-commonsearch button[type="reset"]:focus {
    border-color: #bfd8ff;
    background: #f5f9ff;
    color: #1677ff;
}

.bootstrap-table .fixed-table-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-top: 0;
    margin-bottom: 8px;
}

.bootstrap-table .fixed-table-toolbar::before,
.bootstrap-table .fixed-table-toolbar::after {
    display: none;
}

.bootstrap-table .fixed-table-toolbar .bs-bars,
.bootstrap-table .fixed-table-toolbar .columns,
.bootstrap-table .fixed-table-toolbar .search,
.bootstrap-table .fixed-table-toolbar .toolbar {
    float: none !important;
    line-height: normal;
}

.bootstrap-table .fixed-table-toolbar .bs-bars {
    flex: 1 1 auto;
    min-width: 160px;
}

.bootstrap-table .fixed-table-toolbar .columns,
.bootstrap-table .fixed-table-toolbar .search {
    flex: 0 0 auto;
}

.bootstrap-table .fixed-table-toolbar .btn {
    min-height: 28px;
    height: 28px;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 20px;
    box-shadow: none;
}

.bootstrap-table .fixed-table-toolbar .search .form-control {
    height: 28px;
    border: 1px solid #dbe6f4;
    border-radius: 6px;
    box-shadow: none;
}

.bootstrap-table .fixed-table-toolbar .search .form-control:focus {
    border-color: #9cc7ff;
    box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.08);
}

.bootstrap-table .fixed-table-container {
    border-color: #e6edf6;
    border-radius: 7px;
}

.bootstrap-table .fixed-table-container thead th {
    border-bottom: 1px solid #e6edf6;
    background: #f7faff;
    color: #344256;
    font-size: 13px;
    font-weight: 700;
}

.bootstrap-table .fixed-table-container thead th .th-inner,
.bootstrap-table .fixed-table-container tbody td .th-inner {
    padding: 9px 12px;
    line-height: 20px;
}

.bootstrap-table .table > thead > tr > th {
    border-bottom: 1px solid #e6edf6;
    background: #f7faff;
}

.bootstrap-table .table > thead > tr > th .sortable {
    color: #526073;
}

.bootstrap-table .table > thead > tr > th:hover {
    background: #f4f7fb;
}

.bootstrap-table .table > tbody > tr > td {
    border-top-color: #eef3f8;
}

.toolbar .btn,
.bootstrap-table .fixed-table-toolbar .toolbar .btn {
    min-height: 28px !important;
    height: 28px !important;
    padding: 3px 8px !important;
    border-radius: 6px !important;
    font-size: 12px;
    line-height: 20px;
}

.toolbar .btn .fa,
.bootstrap-table .fixed-table-toolbar .toolbar .btn .fa {
    margin-right: 3px;
}

@media (max-width: 1199px) {
    .bootstrap-table .form-commonsearch .form-group.col-md-4,
    .bootstrap-table .form-commonsearch .form-group.col-lg-3 {
        width: 33.33333333%;
    }
}

@media (max-width: 991px) {
    .bootstrap-table .form-commonsearch .form-group.col-sm-6,
    .bootstrap-table .form-commonsearch .form-group.col-md-4,
    .bootstrap-table .form-commonsearch .form-group.col-lg-3 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .bootstrap-table .commonsearch-table {
        padding: 10px 10px 2px;
        border-radius: 8px;
    }

    .bootstrap-table .form-commonsearch .row {
        margin-right: -6px;
        margin-left: -6px;
    }

    .bootstrap-table .form-commonsearch .form-group {
        width: 100%;
        margin-bottom: 10px;
        padding-right: 6px;
        padding-left: 6px;
    }

    .bootstrap-table .form-commonsearch .form-group:last-child > div {
        width: 100%;
    }

    .bootstrap-table .form-commonsearch button[type="submit"],
    .bootstrap-table .form-commonsearch button[type="reset"] {
        flex: 1 1 calc(50% - 4px);
    }

    .bootstrap-table .fixed-table-toolbar {
        gap: 8px;
    }

    .bootstrap-table .fixed-table-toolbar .bs-bars {
        min-width: 0;
        flex-basis: 100%;
    }
}
