/*multi-carousel*/
.multi-carousel {
  position: relative;
}
.multi-carousel .multi-carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
.multi-carousel .multi-carousel-inner .multi-carousel-item {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 0 3px;
}
.multi-carousel .multi-carousel-inner .multi-carousel-item img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.multi-carousel.vertical {
  height: 350px;
}
@media (max-width: 768px) {
  .multi-carousel.vertical {
    height: 150px;
  }
}
.multi-carousel.vertical .multi-carousel-inner {
  height: 100%;
}
.multi-carousel.vertical .multi-carousel-inner .multi-carousel-item {
  padding: 2px 0;
}
.multi-carousel.vertical .multi-carousel-inner img {
  max-height: none;
}
.multi-carousel.vertical .carousel-control-prev {
  width: 100%;
  height: 15%;
}
.multi-carousel.vertical .carousel-control-next {
  top: auto;
  width: 100%;
  height: 15%;
}
.multi-carousel.vertical .carousel-control-next span,
.multi-carousel.vertical .carousel-control-prev span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*organization-chart*/
.organization-chart-node {
  border: 1px solid #dee2e6;
  padding: 1rem;
  display: inline-block;
}
.organization-chart-node p {
  margin: 0;
  font-family: Segoe UI, sans-serif;
}
.organization-chart-node i {
  cursor: pointer;
}
.organization-card {
  display: inline-block;
}
.organization-card i {
  cursor: pointer;
}
.organization-card img {
  width: 3rem;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.organization-chart-icon-clicked {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.organization-chart-table td {
  text-align: center;
  vertical-align: top;
  padding: 0 0.3rem;
}
.organization-chart-line {
  height: 20px;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
}
.organization-chart-lines-top div {
  background: #dee2e6;
  margin: 0 auto;
  height: 20px;
  width: 1px;
  text-align: center;
}
.organization-chart-hide {
  visibility: hidden;
}

/*file-upload*/
.file-upload-wrapper {
  width: 100%;
}
.file-upload {
  position: relative;
  width: 100%;
  height: 200px;
}
.file-upload:not(.has-error):hover .file-upload-mask {
  opacity: 0.06;
}
.file-upload-input.has-multiple
  ~ .file-upload-previews
  .file-upload-preview:hover
  .file-upload-preview-details,
.file-upload.has-error:hover .file-upload-errors,
.file-upload:hover
  .file-upload-input:not(.has-multiple)
  ~ .file-upload-previews
  .file-upload-preview-details {
  opacity: 1;
}
.file-upload.has-error .file-upload-errors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.file-upload.disabled {
  pointer-events: none;
}
.file-upload.disabled .file-upload-message {
  opacity: 0.5;
  text-decoration: line-through;
}
.file-upload-message {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.file-upload-cloud-icon {
  font-size: 2.2rem;
}
.file-upload-main-error {
  font-weight: 700;
  margin: 0;
}
.file-upload-input {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.file-upload-input.has-multiple {
  z-index: unset;
}
.file-upload-mask {
  pointer-events: none;
  background-color: #000;
}
.file-upload-errors,
.file-upload-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.file-upload-errors {
  display: none;
  background: rgba(243, 65, 65, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.file-upload-error {
  color: #fff;
}
.file-upload-previews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.file-upload-preview {
  background-color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.file-upload-render {
  width: 100%;
  height: 100%;
}
.file-upload-file-icon {
  font-size: 80px;
  color: #777;
}
.file-upload-extension,
.file-upload-file-icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.file-upload-extension {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: 1rem;
  color: #fff;
  width: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-upload-preview-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.file-upload-preview-details {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: hsla(0, 0%, 100%, 0.959);
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.file-upload-remove-file-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 3;
}
.file-upload-details-container {
  height: 100%;
  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;
}
.file-uplod-preview-details-inner {
  text-align: center;
}

/*calendar*/
.calendar {
  font-size: 0.9rem;
}
.calendar .calendar-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.calendar .calendar-tools .calendar-heading {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 992px) {
  .calendar .calendar-tools {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .calendar .calendar-tools .calendar-heading {
    text-align: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .calendar .calendar-tools > .btn-group {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.calendar table {
  table-layout: fixed;
  border: 1px solid #ddd;
  width: 100%;
}
.calendar table thead th {
  background-color: #fbfbfb;
}
.calendar table th {
  text-align: center;
  border: 1px solid #ddd;
}
.calendar table .long-event-row {
  height: 100px;
}
.calendar table td {
  border: 1px solid #ddd;
  position: relative;
  vertical-align: top;
}
.calendar table td.today {
  background-color: #e9e9e9;
}
.calendar table td.active,
.calendar table td:active,
.calendar table td:hover {
  background-color: #fafafa;
}
.calendar table td.dragenter {
  border: 2px dashed #000;
}
.calendar table td.disabled {
  color: #9a9a9a;
}
.calendar table td .day-field {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 0.8rem;
}
.calendar table td .day-field::-moz-selection {
  background-color: transparent;
}
.calendar table td .day-field::selection {
  background-color: transparent;
}
.calendar table.month {
  min-height: 700px;
}
.calendar table.month td {
  padding-top: 20px;
}
.calendar table.list th {
  text-align: left;
  padding: 5px 10px;
  background-color: #eee;
}
.calendar table.list td {
  padding: 5px 10px;
  cursor: pointer;
}
.calendar table.list td.td-readonly {
  cursor: default;
}
.calendar table .events-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 3px);
  margin-left: -1px;
}
.calendar table .event {
  padding: 1px 5px;
  background-color: #1266f1;
  color: #fff;
  font-size: 0.7rem;
  width: 100%;
  margin-bottom: 2px;
  margin-left: 2px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.calendar table .event.event-readonly {
  cursor: default;
}
.calendar table .event.event-long {
  margin-left: 0;
}
.calendar table .event::-moz-selection {
  background-color: transparent;
}
.calendar table .event::selection {
  background-color: transparent;
}
.calendar table .event.event-short {
  background-color: transparent;
  color: #000;
}
.calendar table .event.active {
  opacity: 0.6;
}
.calendar table .event.dragging {
  opacity: 0.1;
}
.calendar table .event .event-circle {
  pointer-events: none;
}
.calendar table .fake-event {
  padding: 1px 5px;
  font-size: 0.7rem;
  width: 100%;
  margin-bottom: 2px;
  visibility: hidden;
}
.calendar table .hour-field::-moz-selection {
  background-color: transparent;
}
.calendar table .hour-field::selection {
  background-color: transparent;
}
.was-validated .form-outline .form-control.calendar-invalid-input,
.was-validated
  .form-outline
  .form-control.calendar-invalid-input
  ~ .form-notch
  .form-notch-leading,
.was-validated
  .form-outline
  .form-control.calendar-invalid-input
  ~ .form-notch
  .form-notch-middle,
.was-validated
  .form-outline
  .form-control.calendar-invalid-input
  ~ .form-notch
  .form-notch-trailing {
  border-color: #00b74a;
}
.was-validated
  .form-outline
  .form-control.calendar-invalid-input
  ~ .form-label {
  color: #00b74a;
}
.was-validated .form-outline .form-control.calendar-invalid-input {
  margin-bottom: 0;
  border-color: #f93154;
}
.was-validated
  .form-outline
  .form-control.calendar-invalid-input
  ~ .form-notch
  .form-notch-leading,
.was-validated
  .form-outline
  .form-control.calendar-invalid-input
  ~ .form-notch
  .form-notch-middle,
.was-validated
  .form-outline
  .form-control.calendar-invalid-input
  ~ .form-notch
  .form-notch-trailing {
  border-color: #f93154;
}
.was-validated
  .form-outline
  .form-control.calendar-invalid-input
  ~ .form-label {
  color: #f93154;
}

/*scroll status*/
.scrollStatus {
  position: sticky;
  z-index: 1020;
  width: 100%;
  background: #ccc;
}
.scrollStatus-progress {
  width: 0;
}

/*transfer*/
.transfer {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.transfer,
.transfer-arrows-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.transfer-arrows-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.transfer-arrows-arrow {
  margin: 0 0.6rem;
}
.transfer-source-container,
.transfer-target-container {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  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-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.transfer-container-header {
  padding: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 62.7%, 0.425);
}
.transfer-header-select-all {
  margin-right: 0.4rem;
}
.transfer-body {
  padding: 0;
  margin: 0;
  height: 100%;
}
.transfer-body-item {
  list-style: none;
  padding: 0.4rem 0.6rem;
}
.transfer-body-item-checkbox {
  margin-right: 0.4rem;
}
.transfer-body-item-text-disabled {
  color: grey;
  text-decoration: line-through;
}
.transfer-body-item-checkbox-disabled {
  pointer-events: none;
}
.transfer-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 62.7%, 0.425);
  padding: 0.4rem 0;
}
.transfer-footer-current-page {
  padding: 0 0.6rem;
}
.transfer-body-no-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.transfer-no-data-icon {
  font-size: 2rem;
}
.transfer-search-outline {
  margin: 0.4rem 0.6rem;
}
@media only screen and (max-width: 768px) {
  .transfer-arrows-container,
  .transfer-source-container,
  .transfer-target-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }
  .transfer-arrows-container {
    margin: 1.2rem;
  }
}

/*treeview*/
.treeview {
  width: 100%;
}
.treeview .active,
.treeview .treeview-category {
  padding: 0 0.4rem;
  border-radius: 5px;
}
.treeview .treeview-line {
  border-left: 2px solid rgba(0, 0, 0, 0.08);
}
.treeview .non-transitions {
  -webkit-transition: none !important;
  transition: none !important;
}
.treeview .treeview-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.treeview ul {
  margin-left: 0.8rem;
  padding-left: 0.8rem;
}
.treeview ul ul:not(.collapse):not(.collapsing):not(.show) {
  display: none;
}
.treeview li {
  list-style-type: none;
  margin: 3px 0;
}
.treeview a {
  color: #4f4f4f;
  display: block;
}
.treeview a[data-mdb-toggle="collapse"] {
  color: unset;
}
.treeview span[aria-label="toggle"] i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.treeview-category:hover,
.treeview-primary .active {
  background-color: rgba(18, 102, 241, 0.05);
}
.treeview-primary .active {
  color: #1266f1 !important;
}
.treeview-primary a:focus,
.treeview-primary li:focus {
  outline: none;
  background-color: rgba(18, 102, 241, 0.05);
}
.treeview-category:hover,
.treeview-secondary .active {
  background-color: rgba(178, 60, 253, 0.05);
}
.treeview-secondary .active {
  color: #b23cfd !important;
}
.treeview-secondary a:focus,
.treeview-secondary li:focus {
  outline: none;
  background-color: rgba(178, 60, 253, 0.05);
}
.treeview-category:hover,
.treeview-success .active {
  background-color: rgba(0, 183, 74, 0.05);
}
.treeview-success .active {
  color: #00b74a !important;
}
.treeview-success a:focus,
.treeview-success li:focus {
  outline: none;
  background-color: rgba(0, 183, 74, 0.05);
}
.treeview-category:hover,
.treeview-info .active {
  background-color: rgba(57, 192, 237, 0.05);
}
.treeview-info .active {
  color: #39c0ed !important;
}
.treeview-info a:focus,
.treeview-info li:focus {
  outline: none;
  background-color: rgba(57, 192, 237, 0.05);
}
.treeview-category:hover,
.treeview-warning .active {
  background-color: rgba(255, 169, 0, 0.05);
}
.treeview-warning .active {
  color: #ffa900 !important;
}
.treeview-warning a:focus,
.treeview-warning li:focus {
  outline: none;
  background-color: rgba(255, 169, 0, 0.05);
}
.treeview-category:hover,
.treeview-danger .active {
  background-color: rgba(249, 49, 84, 0.05);
}
.treeview-danger .active {
  color: #f93154 !important;
}
.treeview-danger a:focus,
.treeview-danger li:focus {
  outline: none;
  background-color: rgba(249, 49, 84, 0.05);
}
.treeview-category:hover,
.treeview-light .active {
  background-color: hsla(0, 0%, 98.4%, 0.05);
}
.treeview-light .active {
  color: #fbfbfb !important;
}
.treeview-light a:focus,
.treeview-light li:focus {
  outline: none;
  background-color: hsla(0, 0%, 98.4%, 0.05);
}
.treeview-category:hover,
.treeview-dark .active {
  background-color: rgba(38, 38, 38, 0.05);
}
.treeview-dark .active {
  color: #262626 !important;
}
.treeview-dark a:focus,
.treeview-dark li:focus {
  outline: none;
  background-color: rgba(38, 38, 38, 0.05);
}

/*vector map*/
.vector-map {
  overflow: hidden;
  position: relative;
}
.vector-map div {
  max-width: 100%;
  overflow: hidden;
}
.vector-map svg {
  fill: #fff;
  cursor: pointer;
  transform-box: fill-box;
}
.vector-map svg path {
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.vector-map-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vector-map-toolbar .btn {
  margin: 0.4rem;
}
.vector-map-tooltip {
  background-color: #6d6d6d;
  border-radius: 0.25rem;
  padding: 6px 16px;
  font-size: 14px;
  pointer-events: none;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  text-align: center;
}
.vector-map-tooltip.show {
  opacity: 1;
}
@media (pointer: coarse) {
  .vector-map-tooltip.show {
    opacity: 0;
  }
}
.vector-map-dragged svg {
  cursor: crosshair;
}
.vector-map-dragged .vector-map-tooltip.show {
  opacity: 0;
}
.vector-map-legend {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.vector-map-legend,
.vector-map-legend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vector-map-legend__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vector-map-legend__color {
  width: 40px;
  height: 20px;
}
.vector-map-marker:focus,
.vector-map-marker path:focus {
  outline: none;
}
.vector-map-marker .pin-inner-circle,
.vector-map .animated-circle {
  pointer-events: none;
}

/*wysiwyg editor*/
.wysiwyg {
  width: 100%;
  border: 1px solid #ededed;
}
.wysiwyg-textarea {
  width: 0;
  height: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
  border: 0;
}
.wysiwyg-content {
  min-height: 450px;
  padding: 0.5rem;
}
.wysiwyg-content:focus {
  outline: none;
}
.wysiwyg-content.wysiwyg-show-html {
  white-space: pre-line;
}
.wysiwyg-toolbar {
  background-color: #fafafa;
  padding: 0.3rem 0;
}
.wysiwyg-toolbar-group:not(:first-child):not(.ml-auto):before {
  content: "";
  position: absolute;
  height: 1.2rem;
  width: 0;
  border-right: 1px solid #bcbcbc;
  margin-top: 0.4rem;
}
.wysiwyg-toolbar-group .dropdown-menu {
  min-width: 8rem;
}
.btn-group > .btn.wysiwyg-btn {
  min-width: 32px;
  min-height: 32px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.wysiwyg-color {
  height: 2rem;
  width: 2rem;
  border-radius: 0;
  padding: 0;
}
.wysiwyg-toolbar-group.wysiwyg-hide {
  display: none;
}
.wysiwyg-toolbar-toggler .dropdown-menu {
  min-width: 0;
}
.wysiwyg-toolbar-toggler .dropdown-menu .mx-1 {
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
}

/*table editor*/
.table-editor {
  --datatable-color: #212529;
  --datatable-border-color: #e0e0e0;
  --datatable-striped-color: #212529;
  --datatable-accent-bg: #f2f2f2;
  --datatable-hover-color: #131313;
  --datatable-hover-bg: #f2f2f2;
  --datatable-muted-color: grey;
  --datatable-active-color: rgba(19, 19, 19, 0.05);
  font-size: 0.9rem;
  color: var(--datatable-color);
  background-color: #fff;
}
.table-editor tr .delete-button,
.table-editor tr .discard-button,
.table-editor tr .edit-button,
.table-editor tr .popconfirm-toggle,
.table-editor tr .save-button {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.table-editor tr .delete-button:active,
.table-editor tr .delete-button:focus,
.table-editor tr .discard-button:active,
.table-editor tr .discard-button:focus,
.table-editor tr .edit-button:active,
.table-editor tr .edit-button:focus,
.table-editor tr .popconfirm-toggle:active,
.table-editor tr .popconfirm-toggle:focus,
.table-editor tr .save-button:active,
.table-editor tr .save-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1266f1 !important;
}
.table-editor__inner {
  background-color: inherit;
}
.table-editor table {
  color: var(--datatable-color);
  background-color: inherit !important;
  margin-bottom: 0;
  border-color: var(--datatable-border-color);
}
.table-editor table td,
.table-editor table th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  padding: 1rem 1.4rem;
}
.table-editor thead,
.table-editor thead tr {
  background-color: inherit;
}
.table-editor thead tr {
  border-bottom: 1px solid var(--datatable-border-color);
}
.table-editor thead th {
  position: relative;
  border-bottom: none;
  font-weight: 500;
}
.table-editor thead th:hover .table-editor__sort-icon {
  opacity: 1;
}
.table-editor thead .fixed-cell {
  position: sticky;
  top: 0;
  z-index: 3;
  -webkit-box-shadow: var(--datatable-border-color) 0 1px;
  box-shadow: var(--datatable-border-color) 0 1px;
  background-color: inherit;
}
.table-editor tbody {
  font-weight: 300;
  background-color: inherit;
}
.table-editor tbody .fixed-cell {
  position: sticky;
  z-index: 1;
  background-color: inherit;
}
.table-editor tbody tr {
  background-color: inherit;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.table-editor tbody tr:last-child {
  border-bottom: transparent;
  height: 71px;
}
.table-editor tbody tr:focus {
  outline: none;
}
.table-editor tbody tr.active {
  background-color: var(--datatable-active-color);
}
.table-editor tbody td:focus {
  outline: none;
}
.table-editor__loader {
  width: 100%;
  height: 2px;
  position: relative;
  overflow: hidden;
}
.table-editor__loader-inner,
.table-editor__progress {
  display: block;
  height: 100%;
}
.table-editor__progress {
  -webkit-animation: datatableProgress 3s ease-in-out;
  animation: datatableProgress 3s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  width: 45%;
  position: relative;
  opacity: 0.5;
  border-radius: 1px;
}
@-webkit-keyframes datatableProgress {
  0% {
    left: -45%;
  }
  to {
    left: 100%;
  }
}
@keyframes datatableProgress {
  0% {
    left: -45%;
  }
  to {
    left: 100%;
  }
}
.table-editor__pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
  border-top: 1px solid var(--datatable-border-color);
}
.table-editor__pagination-nav {
  padding: 0;
  font-size: 0.9rem;
}
.table-editor__pagination-buttons {
  margin-left: 2rem;
}
.table-editor__pagination-button {
  padding-left: 1rem;
  padding-right: 1rem;
  color: var(--datatable-color);
}
.table-editor__pagination-button:active,
.table-editor__pagination-button:focus,
.table-editor__pagination-button:hover {
  background-color: var(--datatable-active-color);
  color: var(--datatable-color);
}
.table-editor__sort-icon {
  opacity: 0;
  color: var(--datatable-muted-color);
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  position: absolute;
  left: 0.4rem;
  top: calc(50% - 0.5rem);
}
.table-editor__sort-icon.active {
  opacity: 1;
  color: var(--datatable-color);
}
.table-editor__select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 300;
  padding: 0 1rem;
}
.table-editor__select-wrapper .select-input {
  max-width: 70px;
}
.table-editor__select-text {
  margin: 0 1rem;
}
.table-editor.sm td,
.table-editor.sm th {
  padding: 0.5rem 1.4rem;
}
.table-editor.sm tbody tr:last-child {
  border-bottom: transparent;
  height: 55px;
}
.table-editor.sm .table-editor__pagination {
  padding: 0.2rem 0;
}
.table-editor.bordered td,
.table-editor.bordered th {
  border-width: 1px;
}
.table-editor.bordered .table-editor__pagination {
  border: 1px solid var(--datatable-border-color);
}
.table-editor.striped tbody tr:nth-of-type(odd) {
  background-color: var(--datatable-accent-bg);
  color: var(--datatable-striped-color);
}
.table-editor.hover tbody tr {
  -webkit-transition: background-color 0.2s ease-in !important;
  transition: background-color 0.2s ease-in !important;
}
.table-editor.hover tbody tr:hover {
  background-color: var(--datatable-hover-bg) !important;
}
.table-editor.dark {
  --datatable-color: #fff;
  --datatable-border-color: #fff;
  --datatable-active-color: hsla(0, 0%, 100%, 0.2);
}
.table-editor.dark .form-check-input[type="checkbox"]:checked {
  background-color: transparent;
  border-color: #fff;
}
.table-editor.dark .table-editor__progress {
  opacity: 0.8;
}
.table-editor.dark tr .delete-button:active,
.table-editor.dark tr .delete-button:focus,
.table-editor.dark tr .discard-button:active,
.table-editor.dark tr .discard-button:focus,
.table-editor.dark tr .edit-button:active,
.table-editor.dark tr .edit-button:focus,
.table-editor.dark tr .popconfirm-toggle:active,
.table-editor.dark tr .popconfirm-toggle:focus,
.table-editor.dark tr .save-button:active,
.table-editor.dark tr .save-button:focus {
  color: #fff !important;
}
.table-editor.dark tr .delete-button:active i,
.table-editor.dark tr .delete-button:focus i,
.table-editor.dark tr .discard-button:active i,
.table-editor.dark tr .discard-button:focus i,
.table-editor.dark tr .edit-button:active i,
.table-editor.dark tr .edit-button:focus i,
.table-editor.dark tr .popconfirm-toggle:active i,
.table-editor.dark tr .popconfirm-toggle:focus i,
.table-editor.dark tr .save-button:active i,
.table-editor.dark tr .save-button:focus i {
  font-weight: 600 !important;
}
.table-editor.dark .select-wrapper .select-arrow,
.table-editor.dark .select-wrapper input {
  color: #fff;
}
.table-editor.dark .select-wrapper .form-notch-trailing,
.table-editor.dark
  .select-wrapper
  .form-outline
  .form-control:focus
  ~ .form-notch
  .form-notch-leading {
  border-color: #fbfbfb !important;
}
.table-editor.dark .select-wrapper .form-notch-leading,
.table-editor.dark .select-wrapper .form-notch-trailing,
.table-editor.dark .select-wrapper .form-noth-middle {
  border-color: #fbfbfb;
}
.table-editor.dark.striped {
  --datatable-striped-color: #fff;
  --datatable-accent-bg: hsla(0, 0%, 100%, 0.05);
}
.table-editor.dark.hover {
  --datatable-hover-bg: hsla(0, 0%, 100%, 0.2);
  --datatable-hover-color: #fff;
}
.table-editor.border-primary {
  --datatable-border-color: #1266f1;
}
.table-editor.border-secondary {
  --datatable-border-color: #b23cfd;
}
.table-editor.border-success {
  --datatable-border-color: #00b74a;
}
.table-editor.border-info {
  --datatable-border-color: #39c0ed;
}
.table-editor.border-warning {
  --datatable-border-color: #ffa900;
}
.table-editor.border-danger {
  --datatable-border-color: #f93154;
}
.table-editor.border-light {
  --datatable-border-color: #fbfbfb;
}
.table-editor.border-dark {
  --datatable-border-color: #262626;
}
.table-editor.border-white {
  --datatable-border-color: #fff;
}
.table-editor.border-black {
  --datatable-border-color: #000;
}
.table-editor.borderless {
  --datatable-border-color: transparent;
}
.table-editor.loading,
.table-editor.loading th {
  color: var(--datatable-muted-color);
}
.table-editor.loading .table-editor__sort-icon {
  display: none;
}
.table-editor.loading .select-wrapper .select-arrow,
.table-editor.loading .select-wrapper input {
  color: var(--datatable-muted-color);
}
.table-editor.loading .select-wrapper .form-notch-trailing,
.table-editor.loading
  .select-wrapper
  .form-outline
  .form-control:focus
  ~ .form-notch
  .form-notch-leading {
  border-color: var(--datatable-muted-color) !important;
}
.table-editor.loading .select-wrapper .form-notch-leading,
.table-editor.loading .select-wrapper .form-notch-trailing,
.table-editor.loading .select-wrapper .form-noth-middle {
  border-color: var(--datatable-muted-color);
}
.table-editor.edited-table {
  --datatable-color: #a1a1a1;
  pointer-events: none;
}
.table-editor.edited-table .edited-row {
  color: #262626;
  pointer-events: all;
}
.table-editor.edited-table .edited-row td {
  padding: 0.8rem 1.4rem;
}
.table-editor.edited-table .edited-row [data-mdb-field="action_buttons"] {
  padding: 1rem 1.4rem;
}
.table-editor.edited-table .edited-row input {
  font-size: 0.9rem;
  line-height: 1.5;
}
.table-editor.edited-table .ps__rail-x,
.table-editor.edited-table .ps__rail-y {
  pointer-events: all;
}
