@font-face {
  font-family: 'WkdFont-Roboto-Medium';
  font-style: normal;
  src: url(assets/fonts/Roboto-Medium_1.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'WkdFont-DINNextLTPro-Medium';
  src: url(assets/fonts/DINNextLTPro-Medium.ttf) format('truetype');
}
.card-body input {
  font-family: WkdFont-Roboto-Medium !important;
  font-size: 0.7rem;
  color: #212529;
}
.dashboard-daterange {
  background-image: url(assets/images/calendar4.svg);
  background-size: auto;
  width: 141px;
  max-width: 300px;
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.my-row-group {
  width: 98%;
  position: absolute;
  /*top: 5px;*/
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
  
  top: 0px;
  min-height: 33px;
  max-height: 33px;
  display: flex;
  align-items: center;
}
.my-row-group div:nth-child(1) {
  padding-left: 3px;
}
.tabulator .tabulator-tableholder::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  /* 滚动条高度 */
}
.tabulator-tableholder::-webkit-scrollbar-thumb {
  background-color: #666;
  /* 滚动条颜色 */
  border-radius: 20px;
  /* 滚动条圆角 */
  border: 3px solid #333;
}
.tabulator-row.tabulator-group {
  background-color: #fff;
  border: 0.1px solid #e6e9ed;
  font-family: WkdFont-Roboto-Regular;
  font-weight: normal;
  font-size: 14px;
  border-top: #e6e9ed;
}
.tabulator .tabulator-tableholder .tabulator-table,
.tabulator .tabulator-header .tabulator-col {
  border: 0.1px solid #e6e9ed;
  border-top: none;
  border-left: none;
  background-color: #fff;
}
.tabulator .tabulator-tableholder .tabulator-table {
  border-right: none;
}
.tabulator {
  border: 0.1px solid #e6e9ed !important;
  border-left: none;
}
.tabulator,
.tabulator .tabulator-header {
  font-family: WkdFont-Roboto-Medium;
  border-right: none;
}
.tabulator .tabulator-header {
  border-bottom: none;
}
/* cell */
.tabulator-row .tabulator-cell {
  font-family: WkdFont-Roboto-Regular;
  border: 0.1px solid #e6e9ed;
  border-left: none;
  padding: 6px;
}
.tabulator .tabulator-footer .tabulator-calcs-holder {
  border-bottom: none;
  border-top: none ;
}
.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  background-color: #fff !important;
}
.tabulator .tabulator-footer {
  background-color: #fff;
  border: 0.1px solid #e6e9ed;
  border-top: none;
}
.tabulator .tabulator-footer .tabulator-footer-contents {
  font-family: WkdFont-Roboto-Bold;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  color: #151515;
}
/* 表格暂无数据 */
.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
  color: #d73434 !important;
}
/*=====================================================*/
/*Theme the header*/
.tabulator-header .tabulator-col {
  background-color: #fff;
  color: #333;
  border-left: none;
}
/*Allow column header names to wrap lines*/
.tabulator-header .tabulator-col,
.tabulator-header .tabulator-col-row-handle {
  white-space: normal;
}
/*Color the table rows*/
.tabulator-tableHolder .tabulator-table .tabulator-row {
  color: #fff;
  background-color: #fff;
}
/*Color even rows*/
.tabulator-tableHolder .tabulator-table .tabulator-row:nth-child(even) {
  background-color: #444;
}
#index-table-daliy-report .tabulator-row .tabulator-cell:last-of-type,
#index-table-zero .tabulator-row .tabulator-cell:last-of-type,
#index-table-one .tabulator-row .tabulator-cell:last-of-type,
#index-table-two .tabulator-row .tabulator-cell:last-of-type {
  border-right: 0.1px solid #e6e9ed;
}
#index-table-daliy-report .tabulator > *,
#index-table-zero .tabulator > *,
#index-table-one .tabulator > *,
#index-table-two .tabulator > * {
  border: 0.1px solid #e6e9ed;
  border-left: none;
  border-right: none;
}
#index-table-daliy-report .tabulator-tableholder .tabulator-table,
#index-table-zero .tabulator-tableholder .tabulator-table,
#index-table-one .tabulator-tableholder .tabulator-table,
#index-table-two .tabulator-tableholder .tabulator-table {
  border-bottom: #e6e9ed;
}
#index-table-daliy-report .tabulator-tableholder .tabulator-table .tabulator-cell,
#index-table-zero .tabulator-tableholder .tabulator-table .tabulator-cell,
#index-table-one .tabulator-tableholder .tabulator-table .tabulator-cell,
#index-table-two .tabulator-tableholder .tabulator-table .tabulator-cell {
  border-top: none;
  border-bottom: none;
}
