/* .b-table .table-wrapper {
    overflow-x: visible !important;
}

.dataTables_processing {
    min-height: 64px !important;
    margin-left: -50% !important;
    width: 100% !important;
    margin-top: 0 !important;
    top: 0 !important;
    height: 100% !important;
    border: none !important;
    background: linear-gradient(to right, #FFFFFF66 0%, #FFFFFF 25%, #FFFFFF 75%, #FFFFFF66 100%) !important;
} */

table.is-datatable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.is-datatable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  border: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  left: 1rem !important;
}

table.is-datatable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.is-datatable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  padding-left: 2.5rem !important;
}

table.is-datatable {
  background: none;
  border-collapse: separate;
  border-spacing: 0 1.2em;
}

table.is-datatable > tbody > tr > td {
  border: none;
  padding: 1.25rem;
  background-color: #fff;
  vertical-align: middle;
}

table.is-datatable > tbody > tr > td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

table.is-datatable > tbody > tr > td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

table.is-datatable > tbody > tr {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%),
    0 0 0 1px rgb(10 10 10 / 2%);
}

table.is-datatable > tbody > tr .tags {
  cursor: pointer;
}

table.is-datatable > tbody > tr.child ul.dtr-details {
  display: block !important;
}

table.is-datatable > tbody > tr.child ul.dtr-details li span.dtr-data {
  float: right !important;
}

.is-datatable .img-container {
  position: relative;
}

.is-datatable .img-container .image {
  transition: 0.3s;
}

.is-datatable tr:hover .img-container .image {
  position: relative !important;
  width: 64px !important;
  top: -20px;
  left: -10px;
}

table.table-theme-1 ul.dtr-details {
  width: 100%;
}

table.table-theme-1 ul.dtr-details li {
  display: flex;
  white-space: normal;
  justify-content: space-between;
}

table.table-theme-1 ul.dtr-details li .dtr-data {
  text-align: right;
  margin-left: 10px;
}

.is-simpletable {
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.is-simpletable th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

table.is-small {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  width: 100%;
}

table.is-small td {
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .is-simpletable {
    border: 0;
  }

  .is-simpletable caption {
    font-size: 1.3em;
  }

  .is-simpletable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .is-simpletable tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  .is-simpletable td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right !important;
  }

  .is-simpletable td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .is-simpletable td:last-child {
    border-bottom: 0;
  }
}

.modal {
  z-index: 51;
}

.menu-list li ul li a {
  padding-left: 1em !important;
}

.card-checkbox {
  cursor: pointer;
}

.modal-content.modal-small {
  width: 320px;
}

.modal-content.modal-medium {
  width: 420px;
}

.modal-content.modal-large {
  width: 720px;
}

.modal-content.modal-fullwidth {
  width: 980px;
}

@media screen and (max-width: 1024px) {
  .modal-content {
    max-width: calc(100vw - 2em);
  }
}

@media screen and (max-width: 768px) {
  html.has-aside-mobile-expanded body,
  html.has-aside-mobile-expanded .menu .is-menu-bottom {
    position: fixed;
  }

  .menu .is-menu-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: inherit;
  }

  /* .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td {
        justify-content: flex-start;
        text-align: start;
    } */

  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info {
    text-align: center;
    margin-bottom: 0.5em;
  }
}
