/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicAntique-Medium.ttf");
}

body {
  font-family: "Zen Kaku Gothic New";
  padding: 0;
  margin: 0;
}

button > * {
  pointer-events: none;
}

.dt-display-block {
  display: block !important;
}

.dt-display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.dt-hide {
  display: none !important;
}

.dt-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;
  width: 100%;
  font-size: 0.85rem;
  /* padding: 0px 20px; */

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  /* font-family: "Roboto", sans-serif; */
}

.dt-header {
  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: vertical;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: flex-start;
  padding: 0px 0px 20px 0px;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

.dt-header-search-filter-container {
  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
  padding: 0px 0px 20px 0px;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

/* number of entries viewed dropdown */
.dt-footer-view-dropdown-container {
  margin: 0px 10px;
  position: relative;
  display: inline-block;
}

.dt-footer-view-dropdown-btn {
  position: relative;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 60px;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid;
}

.dt-footer-view-dropdown-btn:focus {
  outline: none;
}

.dt-footer-view-dropdown-btn-caret {
  padding: 0px;
  margin: 0px;
}

.dt-footer-view-dropdown-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 14px;
  content: "\f0d7";
  cursor: pointer;
}

.dt-footer-view-dropdown-btn.caret-up::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 14px;
  content: "\f0d8";
  cursor: pointer;
}

.dt-footer-view-dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 60px;

  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dt-footer-view-dropdown-item {
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
}

.dt-footer-view-dropdown-item:hover {
  background-color: lavender;
  cursor: pointer;
}

.dt-footer-select-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

/* filter */
/* .dt-filter-header {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 40px 0px 0px 0px;
} */

/* search */
.dt-header-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 10px 0px;
  width: 100%;
}

.dt-checkbox-container {
  /* width: 100% !important; */
}

.dt-header-search-container-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.dt-header-search-box {
  margin: 0px;
  padding: 0px 12px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  border: none;
  border-bottom: 1px solid;
  border-radius: 3px;
}

.dt-header-search-box:focus {
  outline: none;
}

.dt-header-search-box::-webkit-input-placeholder {
  font-style: italic;
}

.dt-header-search-box::-moz-placeholder {
  font-style: italic;
}

.dt-header-search-box:-ms-input-placeholder {
  font-style: italic;
}

.dt-header-search-box::-ms-input-placeholder {
  font-style: italic;
}

.dt-header-search-box::placeholder {
  font-style: italic;
}

.dt-header-user-filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0px 0px 10px 0px;
  height: 35px;
}

.dt-header-user-filter-container .dt-checkbox-container {
  width: 100%;
}

.dt-head-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  border: none;
  /* border-bottom: 1px solid; */
  height: 50px;
  font-size: 13px;
  padding: 0px 10px;
}

.dt-head-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
  font-weight: 600;
  width: calc(100% - 20px);
}

.dt-head-custom-checkbox {
  position: absolute;
  height: 15px;
  width: 15px;
  border: 1px solid;
  border-radius: 3px;
  cursor: pointer;
}

.dt-head-custom-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.dt-check-row-checkbox-container
  input:checked
  ~ .dt-head-custom-checkbox:after {
  display: block;
}

.dt-check-row-checkbox-container .dt-head-custom-checkbox:after,
.checkbox-after {
  left: 4px;
  top: -1px;
  width: 3px;
  height: 8px;
  border: solid;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dt-head-row-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 8px 0px 8px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dt-head-row-item-label-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.dt-head-row-item-container > * {
  pointer-events: none;
}

.dt-head-row-item-label {
  white-space: nowrap;
  margin-right: 20px;
}

.dt-head-row-item-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  padding-right: 5px;
}

.dt-head-row-item-icon-up,
.dt-head-row-item-icon-down {
  font-size: 0.9rem;
  color: lightgray;
  height: 10px;
}

.dt-head-container-actions-title {
  width: 100%;
}

.dt-body-container {
  width: 100%;
}

.dt-body-container-scrollable {
  overflow: hidden;
  overflow-y: scroll;
  height: 100%;
  max-height: 220px;
}

.dt-body-no-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
  font-style: italic;
  width: 100%;
  padding: 10px;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

.dt-body-no-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
  font-style: italic;
  width: 100%;
  padding: 10px;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

.dt-body-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: none;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  height: initial;
  min-height: 50px;
  font-size: 13px;
  width: 100%;
  padding: 0px 10px;
}

.dt-head-row-checkbox,
.dt-body-row-checkbox {
  width: 20px;
}

.dt-body-row-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 20px);
}

.dt-body-row-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dt-body-row > .dt-body-row-item-container:first-child {
  position: relative;
}

/* adding action buttons */
.dt-body-row-item-dropdown-container {
  position: relative;
  display: inline-block;
}

.dt-body-row-item-action-btn-container {
}

.dt-body-row-item-action-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dt-body-row-item-action-btn {
  /* padding: 8px 12px;
  margin: 5px;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px; */
}

.dt-body-row-item-action-btn:hover {
  /* cursor: pointer; */
}

.dt-body-row-item-toggle-dropdown > * {
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dt-body-row-item-toggle-btn {
}

.dt-body-row-item-action-dropdown-container {
  display: none;
  position: absolute;
  min-width: 100px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 45px;
  left: -95px;
}

.dt-body-row-item-action-dropdown-btn {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dt-body-row-item-action-dropdown-btn:hover {
  cursor: pointer;
}

.dt-check-row-checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  width: 18px;
  height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 2px !important;
}

/* hide the default checkbox */
.dt-check-row-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  /* z-index: -10; */
}

/* custom checkbox styling */
.custom-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  /* background-color: #ffffff; */
  border: 1px solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.custom-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.dt-check-row-checkbox-container input:checked ~ .custom-checkbox:after {
  display: block;
}

.dt-check-row-checkbox-container .custom-checkbox:after,
.checkbox-after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.dt-check-row-checkbox {
}

.dt-check-row-checkbox-select-all {
}

.dt-collapse {
  display: block;
  line-height: 14px;
  cursor: pointer;
  margin-right: 10px;
  height: 14px;
  width: 14px;
  font-size: 1rem;
}

.dt-expand-row-btn {
  display: none;
}

.dt-expand-row-btn::after {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 14px;
  content: "\f0dA";
  cursor: pointer;
  padding-right: 10px;
  height: 14px;
  width: 14px;
  font-size: 1rem;
}

.dt-expand-row-btn.expand-row::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 14px;
  content: "\f0d7";
  cursor: pointer;
  margin-right: 10px;
  height: 14px;
  width: 14px;
  font-size: 1rem;
}

.dt-body-row-item-label-edit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: auto;
}

.dt-body-row-item-label {
  white-space: nowrap;
  text-align: left;
  width: auto;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
}

.dt-body-row-item-label-text-multi {
  padding: 3px 0px;
  height: auto;
}

.dt-body-row-item-edit-icon {
  font-weight: 600;
  padding-bottom: 1px;
  cursor: pointer;
  font-size: 0.85rem;
  padding-left: 5px;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

.dt-body-row-item-edit-container {
  display: none;
  width: 20px;
}

.dt-body-row-item-edit-icon:hover {
  /* color: black; */
}

.dt-child-row-item-edit-input,
.dt-body-row-item-edit-input {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid;
  border-radius: 2px;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  padding: 8px 4px 4px 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.dt-body-row-item-edit-input:focus {
  outline: none;
}

.dt-starred-star {
  visibility: hidden;
  font-size: 1.25rem;
  cursor: pointer;
  position: relative;
  padding: 0px 5px 0px 0px;
}

.dt-starred-star:before {
  content: "\2606";
  position: absolute;
  top: -8px;
  left: 0px;
  visibility: visible;
  color: #156fbe;
}

.dt-starred-star:checked:before {
  content: "\2605";
  position: absolute;
}

.dt-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;
  width: 100%;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
  position: relative;
  margin: 10px 0px;
}

.dt-footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: reverse;

  -ms-flex-direction: column-reverse;

  flex-direction: column-reverse;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
  width: 100%;
}

.dt-footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0px;
  margin: 10px 0px;
  font-size: 13px;
}

.pagintation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dt-footer-item-l-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0px;
  width: 80%;
}

.dt-footer-item-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.dt-footer-item-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0px;
}

.dt-footer-item-r-label {
  /* font-size: 0.9rem; */
  margin-right: 10px;
}

.dt-footer-item-c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px 10px;
}

.dt-footer-prev-button,
.dt-footer-next-button {
  cursor: pointer;
  height: 35px;
  width: 35px;
  border: 1px solid;
}

.dt-footer-prev-next-button {
  font-size: 0.6rem;
}

.dt-footer-page-numbers-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

.dt-footer-jump-page,
.dt-footer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  border: none;
  cursor: pointer;
  padding: 8px;
  height: 35px;
  width: 35px;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  border: 1px solid;
}

.dt-footer-jump-page:hover,
.dt-footer-text:hover {
}

/* number of pages (footer) dropdown */
.dt-footer-item-r-dropdown {
}

.dt-footer-item-r-dropdown-btn {
  padding: 8px 4px 0px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 60px;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid;
}

.dt-footer-item-r-dropdown-btn {
  outline: none;
}

.dt-footer-item-r-dropdown-btn-caret {
  padding: 0px;
  margin: 0px;
}

.dt-footer-item-r-dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 60px;

  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 200px;
}

.dt-footer-item-r-dropdown-content-item {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dt-footer-item-r-dropdown-content-item:hover {
  background-color: lavender;
  cursor: pointer;
}

.dt-footer-total-rows {
  padding: 10px 0px;
}

.dt-child-row-container {
  display: none;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;
}

.dt-child-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #ededed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dt-child-row-header {
  width: 35%;
  font-weight: bold;
}

.dt-child-row-label-edit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
  width: 100%;
}

.dt-child-row-label {
  width: 100%;
}

.dt-child-row-edit-icon-container {
}

.dt-child-row-edit-icon {
  color: gray;
  cursor: pointer;
  font-size: 0.85rem;
  padding-left: 5px;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

.dt-child-row-edit-icon:hover {
  color: black;
}

.dt-hide-column {
  display: none;
  width: 0px !important;
}

.scroll-loader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  height: 50px;
  width: 100%;
  padding: 8px 0px 8px 10px;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  /* position: fixed; */
  /* top: -10px; */
  /* border-top: 1px solid lightgray; */
  /* border-bottom: 1px solid lightgray; */

  -webkit-box-shadow: 0px -10px 50px 10px #ffffff;

  box-shadow: 0px -10px 50px 10px #ffffff;
  /* background-image: linear-gradient(to bottom, transparent, rgb(255, 255, 255)); */
}

.scroll-loader {
  display: block;
  border: 4px solid;
  /*Lightgrey*/
  border-top: 4px solid;
  /*Blue*/
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.scroll-loader-text {
  font-weight: 700;
  padding: 0px 10px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* 
======================================================================================================
                                               small screen
======================================================================================================
  */
@media only screen and (max-width: 1024px) {
  /* .dt-header-search-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  } */

  .dt-header-search-box {
    /* width: 100%; */
  }
  .dt-child-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #ededed;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dt-child-row-header {
    width: 100%;
    padding: 5px 0px;
  }
}
/* 
======================================================================================================
                                               Tablet
======================================================================================================
  */
@media only screen and (max-width: 768px) {
  /* .dt-container {
      font-size: 0.85rem;
    } */

  .dt-header-search-box {
    height: 30px;
    max-width: 80%;
  }

  .dt-footer-view-dropdown-btn {
    height: 30px;
  }

  .dt-expand-row-btn::after {
    font-size: 1rem;
  }

  .dt-body-row-item-edit-container {
    display: none;
  }

  .dt-footer-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
  }

  .pagintation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dt-footer-item-c {
    margin: 10px 0px;
    width: 100%;
  }

  .dt-footer-prev-next-button {
    font-size: 0.6rem;
  }

  .dt-footer-prev-button,
  .dt-footer-next-button {
    height: 30px;
    width: 30px;
  }

  .dt-footer-prev-next-button {
    font-size: 0.6rem;
  }

  .dt-footer-jump-page,
  .dt-footer-text {
    height: 30px;
    width: 30px;
  }

  .dt-footer-item-r-dropdown-btn {
    height: 30px;
    font-size: 0.85rem;
  }
}

/* 
======================================================================================================
                                                Mobile
======================================================================================================
*/

@media only screen and (max-width: 480px) {
  .dt-filter-header {
    justify-content: flex-start;
    padding: 20px 0px 0px 0px;
  }

  .dt-header-search-filter-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 10px 0px;
  }

  .dt-footer-view-container {
    margin: 10px 0px;
    padding: 20px 0px;
  }

  .dt-header-search-container {
    width: 100%;
    margin: 10px 0px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0px;
  }

  .dt-header-search-box {
    margin: 0px;
    /* width: 80%; */
  }

  .dt-body-row-content {
    width: 100%;
  }

  .dt-body-row-item-label {
    white-space: initial;
  }

  .dt-child-row-label {
    width: 100%;
  }
}
