/* general */
.form-group {
  --ck-color-toolbar-border: #e7e6e7;
  --ck-color-base-border: #e7e6e7; }

.custom-select {
  border: 1px solid rgba(0, 40, 100, 0.12); }

.line-height-xs {
  line-height: 1; }

.line-height-sm {
  line-height: 1.2; }

.line-height-md {
  line-height: 1.4; }

.line-height-lg {
  line-height: 1.6; }

.line-height-xl {
  line-height: 1.8; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* header */
.app-header .navbar-nav {
  height: 100%; }

.app-header .nav-item {
  height: 100%;
  display: flex;
  align-items: center; }

.app-header .navbar-nav .dropdown-menu-right {
  margin: 2px 0 0;
  border-radius: 0;
  padding: 0; }

.app-header .dropdown-item {
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12); }

.app-header .dropdown-item:last-child {
  border-bottom: 0; }

.app-header .dropdown-item:focus, .app-header .dropdown-item:hover {
  background-color: #00a65a0d; }
  .app-header .dropdown-item:focus:active, .app-header .dropdown-item:hover:active {
    color: #161C2D; }

.app-header .backpack-avatar-menu-container {
  background: #00a65a;
  min-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff; }

.app-header ul.nav.navbar-nav.d-md-down-none {
  border-right: 1px solid rgba(0, 40, 100, 0.12); }

.app-header .navbar-brand {
  width: 190px;
  padding-left: 30px; }

.app-header .navbar-toggler {
  outline: none;
  color: #73818f; }

.app-header .dropdown-item.active {
  pointer-events: none; }

@media (max-width: 991.98px) {
  .app-header .navbar-brand {
    width: auto;
    left: 0;
    margin-left: 0;
    padding-left: 0;
    position: relative; } }
.app-footer {
  flex: 0 0 55px !important; }

#layout-control {
  position: fixed;
  z-index: 999;
  bottom: 12px; }

/* sidebar */
.app-body .sidebar {
  flex: 0 0 240px; }

html:not([dir=rtl]) .sidebar {
  margin-left: -241px; }

.sidebar .nav, .sidebar .sidebar-nav, .sidebar .sidebar-scroll {
  width: 239px; }

.sidebar .nav-item {
  border-bottom: 1px solid rgba(0, 40, 100, 0.12); }

.sidebar .nav-link {
  padding: 0.5rem 1rem; }

.sidebar .nav-dropdown-items .nav-item {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  border-bottom: 0; }

.sidebar .nav-dropdown.open > .nav-dropdown-items {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  list-style: none;
  border-left: 5px solid #7c69ef; }

@media (max-width: 991.98px) {
  .sidebar {
    width: 240px; } }
/* footer */
.app-footer {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  padding: 0 30px;
  flex: 0 0 40px;
  background: #fff;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(161, 172, 184, 0.12); }

/* form */
#saveActions {
  position: fixed;
  bottom: 0;
  padding: 0.5rem 1rem;
  margin: 0;
  left: 0;
  width: 100%;
  background: white;
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  display: flex;
  justify-content: flex-end;
  z-index: 99;
  gap: 5px; }
  #saveActions .btn {
    padding: 0.375rem 0.5rem; }

/* Ck editor */
/* This selector targets the editable element (excluding comments). */
.ck-editor__editable_inline:not(.ck-comment__input *) {
  height: 250px;
  overflow-y: auto; }

/* Cards */
.card > .card-table .table tr th:first-child, .card > .card-table .table tr td:first-child {
  padding-left: 1.25rem; }
.card > .card-table .table tr th:last-child, .card > .card-table .table tr td:last-child {
  padding-right: 1.25rem; }

.card-header {
  gap: 10px; }

/* Datatable */
.custom-datatable div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
  text-align: left; }
.custom-datatable div.dataTables_wrapper div.dataTables_filter label {
  margin: 0; }
.custom-datatable table.dataTable {
  border-top: 1px solid #D9E2EF;
  margin-top: 0 !important; }
.custom-datatable table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, .custom-datatable table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  background-color: transparent;
  color: #636161;
  font-family: "Line Awesome Free";
  font-weight: 900;
  width: 16px;
  content: "\f142";
  font-size: 21px;
  box-shadow: none;
  border: none;
  display: inline;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 0 -0.25rem;
  margin-right: 0.4rem !important; }
.custom-datatable table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, .custom-datatable table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  display: flex;
  align-items: center;
  padding-top: 1.1rem !important;
  padding-bottom: 1.1rem !important;
  padding-left: 0.6rem !important; }
.custom-datatable div.dataTables_wrapper div.dataTables_length select {
  height: 2.125rem;
  padding: 0.375rem 0.35rem; }
@media (max-width: 576px) {
  .custom-datatable div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    width: 100%; } }

.dtr-bs-modal .modal-header, .dtr-bs-modal .btn-close {
  display: none; }
.dtr-bs-modal .modal-body {
  padding: 10px !important; }
.dtr-bs-modal tr[data-dt-column="0"] {
  display: none; }

/* Navs */
.nav-pills .nav-link {
  padding: 0.25rem 0.75rem; }

/* Filters */
.navbar-filters.navbar-expand-lg {
  background: #fff;
  border: 1px solid rgba(0, 40, 100, 0.12); }
  @media (max-width: 991.98px) {
    .navbar-filters.navbar-expand-lg .navbar-toggler {
      outline: none;
      padding: 0.25rem 0;
      display: block;
      color: #7c69ef;
      font-size: 1.125rem; }
    .navbar-filters.navbar-expand-lg .navbar-nav > li {
      margin: 2px 0; }
    .navbar-filters.navbar-expand-lg .navbar-nav > li > a {
      padding-left: 10px;
      padding-right: 10px;
      border-bottom: 1px solid rgba(0, 40, 100, 0.12);
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .navbar-filters.navbar-expand-lg .navbar-nav > li > a#remove_filters_button {
        border-bottom: 0;
        justify-content: flex-start;
        gap: 5px; } }

.navbar-filters #bp-filters-navbar .navbar-nav > .active > a {
  background-color: #7c69ef24;
  color: #7c69ef; }

.navbar-filters li[filter-type="select2"] .dropdown-menu {
  border: 0;
  min-width: 200px;
  box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15); }
  .navbar-filters li[filter-type="select2"] .dropdown-menu .select2.select2-container {
    border: 1px solid rgba(0, 40, 100, 0.12) !important;
    border-bottom: none !important; }
  .navbar-filters li[filter-type="select2"] .dropdown-menu .select2-dropdown.select2-dropdown--below {
    border: 1px solid rgba(0, 40, 100, 0.12) !important;
    border-top: none !important;
    box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15);
    box-sizing: border-box;
    margin-left: 0 !important; }
  .navbar-filters li[filter-type="select2"] .dropdown-menu .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #7c69ef; }
  .navbar-filters li[filter-type="select2"] .dropdown-menu .select2-results {
    display: block;
    padding: 1px 0 2px; }

.navbar-filters li[filter-type="date_range"] .dropdown-menu {
  box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15);
  border: 0; }
.navbar-filters li[filter-type="date_range"] .input-group-text {
  border-color: rgba(0, 40, 100, 0.12);
  border-radius: 0; }
.navbar-filters li[filter-type="date_range"] .input-group.date {
  padding: 2px; }
  .navbar-filters li[filter-type="date_range"] .input-group.date .input-group-text:first-child {
    border-right: 0; }
  .navbar-filters li[filter-type="date_range"] .input-group.date .input-group-text:last-child {
    border-left: 0; }
.navbar-filters li[filter-type="date_range"] .form-control {
  border-color: rgba(0, 40, 100, 0.12); }
  .navbar-filters li[filter-type="date_range"] .form-control:focus {
    border-color: #9080f1;
    box-shadow: none; }

@media (min-width: 992px) {
  .navbar-filters li[filter-type="select2"].show:after,
  .navbar-filters li[filter-type="date_range"].show:after,
  .navbar-filters li[filter-type="text"].show:after,
  .navbar-filters li[filter-type="dropdown"].show:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; } }
/* Data Range */
.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #7c69ef !important; }

/* Scroolbar */
html:not(.touch-device), body:not(.touch-device) {
  scrollbar-width: thin;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  html:not(.touch-device) ::-webkit-scrollbar, body:not(.touch-device) ::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  html:not(.touch-device) ::-webkit-scrollbar-track, body:not(.touch-device) ::-webkit-scrollbar-track {
    background: transparent; }
  html:not(.touch-device) ::-webkit-scrollbar-thumb, body:not(.touch-device) ::-webkit-scrollbar-thumb {
    background: rgba(124, 105, 239, 0.5); }
  html:not(.touch-device) ::-webkit-scrollbar-thumb:hover, body:not(.touch-device) ::-webkit-scrollbar-thumb:hover {
    background: #7c69ef; }

/* Elfinder */
.elfinder.ui-widget.ui-widget-content {
  box-shadow: none !important; }

/* Checkbox */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    top: 0.25rem; }
  .form-check.no-label .form-check-input {
    margin-left: -1.25em; }

.form-check-input {
  width: 15px;
  height: 15px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 40, 100, 0.24);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  position: relative;
  margin-top: 0;
  margin-left: 0; }
  .form-check-input[type=checkbox] {
    border-radius: 0.125em; }
  .form-check-input[type=radio] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    outline: 0; }
  .form-check-input:checked {
    background-color: #7c69ef;
    border-color: #7c69ef; }
  .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
  .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type=checkbox]:indeterminate {
    background-color: #7c69ef;
    border-color: #7c69ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
    cursor: not-allowed; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }
  .form-check-input.conditions-check:not([disabled]) {
    border-color: #7c69ef; }
  .form-check-input.conditions-check.is-invalid {
    border-color: #df4759; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: rgba(211, 158, 0, 0.45); }

/* Crud Table */
#crudTable_wrapper #crudTable:not(.has-hidden-columns) tr th[data-column-name='custom_html'],
#crudTable_wrapper #crudTable:not(.has-hidden-columns) tfoot tr th:first-child,
#crudTable_wrapper #crudTable:not(.has-hidden-columns) tr td.dtr-control {
  display: table-cell; }
#crudTable_wrapper #crudTable.has-hidden-columns tr th[data-column-name='custom_html'],
#crudTable_wrapper #crudTable.has-hidden-columns tfoot tr th:first-child {
  display: table-cell; }
#crudTable_wrapper #crudTable.has-hidden-columns tr td.dtr-control {
  display: table-cell; }
#crudTable_wrapper #crudTable input[type="editable_text"]:focus {
  outline: 1px solid #147ec2;
  padding: 5px;
  border-bottom-color: transparent !important; }
#crudTable_wrapper #crudTable.table-striped > tbody > tr:nth-of-type(2n+1):hover, #crudTable_wrapper #crudTable.table-striped > tbody > tr:nth-of-type(even):hover {
  background-color: rgba(20, 126, 194, 0.1); }

#crudTable_wrapper #crudTable td,
#crudTable_wrapper #crudTable th,
#crudTable_wrapper table.dataTable td,
#crudTable_wrapper table.dataTable th {
  line-height: 1.3; }

.dtfh-floatingparent {
  border-bottom: 1px solid rgba(0, 40, 100, 0.12); }
  .dtfh-floatingparent table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1;
    font-size: 14px; }

.scroll-box {
  border: 1px solid rgba(0, 40, 100, 0.12);
  background-color: #fff;
  padding: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  color: #506690;
  border-radius: 3px;
  height: 300px;
  overflow-y: auto;
  text-align: left;
  margin-bottom: 1rem; }

.btn-primary.disabled, .btn-primary:disabled {
  cursor: not-allowed; }

/*# sourceMappingURL=coreuiv2-theme.css.map */
