/**
  * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
  *
  * @version v1.21.2
  * @homepage https://bootstrap-table.com
  * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
  * @license MIT
  */

.bootstrap-table .fixed-table-toolbar::after {
  content: "";
  display: block;
  clear: both
}

.bootstrap-table .fixed-table-toolbar .bs-bars,
.bootstrap-table .fixed-table-toolbar .columns,
.bootstrap-table .fixed-table-toolbar .search {
  position: relative;
  margin-top: 10px;
  margin-bottom: 1rem;
}

.bootstrap-table .fixed-table-toolbar .search {
  float: left !important;
}

.bootstrap-table .fixed-table-toolbar .search input.form-control.search-input {
  height: unset !important;
  line-height: unset !important;
  border: 1px solid rgba(var(--primary-rgb), 0.3) !important;
  box-shadow: none !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  border-radius: 4px !important;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group {
  display: inline-block;
  margin-left: -1px !important
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group>.btn {
  border-radius: 0
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:first-child>.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:last-child>.btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  z-index: 1001
}

.bootstrap-table .fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.4286
}

.bootstrap-table .fixed-table-toolbar .columns-left {
  margin-right: 5px
}

.bootstrap-table .fixed-table-toolbar .columns-right {
  margin-left: 5px
}

.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
  right: 0;
  left: auto
}

.bootstrap-table .fixed-table-container {
  position: relative;
  clear: both
}

.bootstrap-table .fixed-table-container .table {
  width: 100%;
  margin-bottom: 0 !important;
  line-height: 1.2;
}

.bootstrap-table .fixed-table-container .table td,
.bootstrap-table .fixed-table-container .table th {
  vertical-align: middle;
  box-sizing: border-box;
  color: var(--primary);
  border: none;
  padding: 0.5rem 1rem
}

.bootstrap-table .fixed-table-container .table tbody td {
  border-bottom: 1px solid rgba(var(--primary-rgb), 0.3)
}

.bootstrap-table .fixed-table-container .table thead {
  background-color: var(--light);
  border-bottom: 1px solid rgba(var(--primary-rgb), 0.3);
}

 th {
  vertical-align: middle;
  margin: 0;
  padding: 0.5rem 1rem;
  font-weight: 500
}

.bootstrap-table .fixed-table-container .table thead th:focus {
  outline: 0 solid transparent
}

.bootstrap-table .fixed-table-container .table thead th.detail {
  width: 30px
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: break-spaces;
  display: inline-flex;
  align-items: center;

}

.bootstrap-table .fixed-table-container .table thead th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
}

.bootstrap-table .fixed-table-container .table thead th .sortable.sortable-center {
  padding-left: 20px !important;
  padding-right: 20px !important
}

.bootstrap-table .fixed-table-container .table thead th .both::after,
.bootstrap-table .fixed-table-container .table thead th .asc::after,
.bootstrap-table .fixed-table-container .table thead th .desc::after {
  content: "";
  --svg: '';
  display: block;
  width: 1em;
  height: 1em;
  min-width: 1em;
  min-height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  margin-left: 0.25rem;
}

.bootstrap-table .fixed-table-container .table thead th .both::after {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-expand' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.646 9.146a.5.5 0 0 1 .708 0L8 12.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708m0-2.292a.5.5 0 0 0 .708 0L8 3.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708'/%3E%3C/svg%3E");
}

.bootstrap-table .fixed-table-container .table thead th .asc::after {
  --svg: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.64689 6.85392C3.69334 6.90048 3.74851 6.93742 3.80926 6.96263C3.87001 6.98784 3.93513 7.00081 4.00089 7.00081C4.06666 7.00081 4.13178 6.98784 4.19253 6.96263C4.25327 6.93742 4.30845 6.90048 4.35489 6.85392L8.00089 3.20692L11.6469 6.85392C11.7408 6.9478 11.8681 7.00055 12.0009 7.00055C12.1337 7.00055 12.261 6.9478 12.3549 6.85392C12.4488 6.76003 12.5015 6.63269 12.5015 6.49992C12.5015 6.36714 12.4488 6.2398 12.3549 6.14592L8.35489 2.14592C8.30845 2.09935 8.25327 2.06241 8.19253 2.0372C8.13178 2.012 8.06666 1.99902 8.00089 1.99902C7.93513 1.99902 7.87001 2.012 7.80926 2.0372C7.74852 2.06241 7.69334 2.09935 7.64689 2.14592L3.64689 6.14592C3.60033 6.19236 3.56339 6.24754 3.53818 6.30828C3.51297 6.36903 3.5 6.43415 3.5 6.49992C3.5 6.56568 3.51297 6.63081 3.53818 6.69155C3.56339 6.7523 3.60033 6.80747 3.64689 6.85392Z' fill='black'/%3E%3C/svg%3E%0A");
}

.bootstrap-table .fixed-table-container .table thead th .desc::after {
  --svg: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.64689 9.14592C3.69334 9.09935 3.74851 9.06241 3.80926 9.0372C3.87001 9.012 3.93513 8.99902 4.00089 8.99902C4.06666 8.99902 4.13178 9.012 4.19253 9.0372C4.25327 9.06241 4.30845 9.09935 4.35489 9.14592L8.00089 12.7929L11.6469 9.14592C11.7408 9.05203 11.8681 8.99929 12.0009 8.99929C12.1337 8.99929 12.261 9.05203 12.3549 9.14592C12.4488 9.2398 12.5015 9.36714 12.5015 9.49992C12.5015 9.63269 12.4488 9.76003 12.3549 9.85392L8.35489 13.8539C8.30845 13.9005 8.25327 13.9374 8.19253 13.9626C8.13178 13.9878 8.06666 14.0008 8.00089 14.0008C7.93513 14.0008 7.87001 13.9878 7.80926 13.9626C7.74852 13.9374 7.69334 13.9005 7.64689 13.8539L3.64689 9.85392C3.60033 9.80747 3.56339 9.7523 3.53818 9.69155C3.51297 9.63081 3.5 9.56568 3.5 9.49992C3.5 9.43415 3.51297 9.36903 3.53818 9.30828C3.56339 9.24754 3.60033 9.19236 3.64689 9.14592Z' fill='black'/%3E%3C/svg%3E%0A");
}

.bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: rgba(0, 0, 0, .075)
}

.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  text-align: center
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view {
  display: flex
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  font-weight: 700;
  display: inline-block;
  min-width: 30%;
  width: auto !important;
  text-align: left !important
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
  width: 100% !important;
  text-align: left !important
}

.bootstrap-table .fixed-table-container .table .bs-checkbox {
  text-align: center
}

.bootstrap-table .fixed-table-container .table .bs-checkbox label {
  margin-bottom: 0
}

.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox],
.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio] {
  margin: 0 auto !important
}

.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
  padding: .3rem
}

.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom: none
}

.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
  border-top: none;
  border-bottom: none
}

.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  border-left: none;
  border-right: none
}

.bootstrap-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: 1px solid rgba(var(--primary-rgb), 0.3)
}

.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
  border-bottom: none
}

.bootstrap-table .fixed-table-container .fixed-table-header {
  overflow: hidden
}

.bootstrap-table .fixed-table-container .fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 1000;
  transition: visibility 0s, opacity .15s ease-in-out;
  opacity: 0;
  visibility: hidden
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
  visibility: visible;
  opacity: 1
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  align-items: baseline;
  display: flex;
  justify-content: center
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  margin-right: 6px
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  align-items: center;
  display: flex;
  justify-content: center
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  content: "";
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: loading;
  background: #212529;
  border-radius: 50%;
  display: block;
  height: 5px;
  margin: 0 4px;
  opacity: 0;
  width: 5px
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
  animation-delay: .3s
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  animation-delay: .6s
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
  background: #212529
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
  background: #fff
}

.bootstrap-table .fixed-table-container .fixed-table-footer {
  overflow: hidden
}

.bootstrap-table .fixed-table-pagination::after {
  content: "";
  display: block;
  clear: both
}

.bootstrap-table .fixed-table-pagination>.pagination,
.bootstrap-table .fixed-table-pagination>.pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px
}

.bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info {
  line-height: 34px;
  margin-right: 5px
}

.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list {
  display: inline-block
}

.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group .dropdown-menu {
  margin-bottom: 0
}

.bootstrap-table .fixed-table-pagination>.pagination ul.pagination {
  margin: 0
}

.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a {
  color: #c8c8c8
}

.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::before {
  content: "\2B05"
}

.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::after {
  content: "\27A1"
}

.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.disabled a {
  pointer-events: none;
  cursor: default
}

.bootstrap-table.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
  background: #fff;
  height: calc(100vh);
  overflow-y: scroll
}

.bootstrap-table.bootstrap4 .pagination-lg .page-link,
.bootstrap-table.bootstrap5 .pagination-lg .page-link {
  padding: .5rem 1rem
}

.bootstrap-table.bootstrap5 .float-left {
  float: left
}

.bootstrap-table.bootstrap5 .float-right {
  float: right
}

div.fixed-table-scroll-inner {
  width: 100%;
  height: 200px
}

div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden
}

@keyframes loading {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}