/* stylelint-disable declaration-no-important, scss/selector-no-redundant-nesting-selector */
.example:not(:first-child) {
  margin-top: 1.5rem;
}
.example .tab-content {
  background-color: #f9fafa !important;
}
.dark-theme .example .tab-content {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.example + p {
  margin-top: 1.5rem;
}
.example .preview + p {
  margin-top: 2rem;
}
.example .preview > .form-control + .form-control {
  margin-top: 0.5rem;
}
.example .preview > .nav + .nav,
.example .preview > .alert + .alert,
.example .preview > .navbar + .navbar,
.example .preview > .progress + .progress {
  margin-top: 1rem;
}
.example .preview > .dropdown-menu {
  position: static;
  display: block;
}
.example .preview > :last-child {
  margin-bottom: 0;
}
.example .preview > svg + svg,
.example .preview > img + img {
  margin-left: 0.5rem;
}
.example .preview > .btn,
.example .preview > .btn-group {
  margin: 0.25rem 0.125rem;
}
.example .preview > .btn-toolbar + .btn-toolbar {
  margin-top: 0.5rem;
}
.example .preview > .list-group {
  max-width: 400px;
}
.example .preview > [class*=list-group-horizontal] {
  max-width: 100%;
}
.example .preview .fixed-top,
.example .preview .sticky-top {
  position: static;
  margin: -1rem -1rem 1rem;
}
.example .preview .fixed-bottom {
  position: static;
  margin: 1rem -1rem -1rem;
}

.sidebar, #content-right {
  transition: all 0.5s ease-out;
}

@media (min-width: 576px) {
  .example .preview .fixed-top,
  .example .preview .sticky-top {
    margin: -1.5rem -1.5rem 1rem;
  }
  .example .preview .fixed-bottom {
    margin: 1rem -1.5rem -1.5rem;
  }
}
.example .preview .pagination {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/*# sourceMappingURL=examples.css.map */
.tbl_mobile, .tbl_mobile .tab-pane {
  overflow-x:auto;
}
.tool-bar {
  justify-content: flex-end;
  display: flex;
}

span.loader {
  position: absolute;
  /* z-index: 9999; */
  /* display: block; */
  right: 50%;
  top: 50%;
}

.loader img {
  position: relative;
  /* top: unset;
  right: unset; */
  /* right: 50%;
  top: 50%; */
  height: 50px;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  .tbl_mobile, .tbl_mobile .container-lg, .tbl_mobile .card-body  {
    padding: 0 !important;
  }
  .tool-bar .col-3:first-child {
    width: 48%;
  }
  #notifi-box {
    top: 0;
    /* display: block; */
    z-index: 1;
    position: fixed;
  }
}