.e-table__setup {
  position: absolute !important;
  left: 0;
  top: 0px;
  padding: 0;
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  border-radius: 5px;
  background: #fff;
  z-index: 11;
  /* width: 100%; */
  box-sizing: border-box;
}


.e-table__wrapper {
  position: relative;
}

.e-table__fixed-element table {
  margin: 0 !important;
}

.e-table__mask {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.e-table__fixed-element tbody {
  visibility: hidden;
}

.hideArrow .sortable::before {
  display: none;
}

.td-hide,
.th-hide {
  display: none !important;
}

.td-show,
.th-show {
  display: table-cell !important;
}


.e-table__close-btn {
	position: absolute;
  right: 8px;
  top: 5px;
  width: 25px;
  height: 25px;
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
}

.e-table__close-btn:active{
  border-color: #fff !important;
}

.e-table__close-btn img{
  width: 15px;
}

.table-option-list{
	position: absolute;
	right: 0;
	min-width: 200px;
	margin-top: 10px;
}

.table-option-list ul{
		list-style: none;
		margin-top: 12px;
		margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
}

.table-option-list ul li{
  padding: 8px 0;
  padding-left: 12px;
  display: flex;
  margin-bottom: 0;
  line-height: 23px;
  align-items: center;
  border-top: 1px solid #e5e5e5;
}

.table-option-list ul li label{
  width: 100%;
}

.table-option-list ul li:first-child{
  border-top: none;
}

.table-option-list ul li:hover{
  background: #f5f5f5;
  cursor: pointer;
    /* outline: 1px dotted #333;
  outline-offset: -2px; */
}

.table-option-list ul li input{
  margin-right: 5px;
}

.e-table__bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 0 12px;
}

.e-table__bottom button{
  /*width: 40%;*/
}

.e-table__bottom button.btn-light{
    --bs-btn-bg: #e5e5e5;

}