* {
  --tblr-success: #198754;
  --tblr-warning: #ffc107;
  --tblr-danger: #dc3545;
  --tblr-info: #0dcaf0;
  --tblr-primary: #0d6efd;
  --tblr-white: #ffffff;
}

p,
span,
strong,
small,
label,
a,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
ol,
div {
  color: #ffffff;
}

:host,
:root {
  height: auto !important;
  min-height: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  -tblr-body-color: #ffffff !important;
}

html,
body,
body > .page,
body > .page > .page-wrapper {
  height: 100vh;
  min-height: 100% !important;
  background-color: #060202;
  scrollbar-color: rgb(255 255 255 / 74%) transparent;
}

body:has(.no_header) header,
body:has(.no_footer) footer {
  display: none !important;
}

@media (min-width: 768px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 99999px;
  }
}

#page_login_sign_in,
#page_login_recovery,
#page_login_new_password,
#page_login_confirmation,
#page_custom_login_sign_in,
#page_custom_login_recovery,
#page_custom_login_new_password,
#page_custom_login_confirmation,
#page_custom_login_register1,
#page_custom_login_register2,
#page_custom_login_register3 {
  background-color: #2c2c2c;
}

.sidebar-link,
a.sidebar-link {
  padding: 0.25rem 1.625rem;
}

.sidebar-link i {
  width: 20px !important;
  text-align: center !important;
}

.sidebar [aria-expanded='true']:after,
.sidebar [data-bs-toggle='collapse']:not(.collapsed):after {
  top: 14px !important;
}

.sidebar [data-bs-toggle='collapse']:after {
  top: 12px !important;
}

.submenu > ul {
  padding-bottom: 1.5rem !important;
}

.submenu,
.submenu .sidebar-link,
.submenu .sidebar-header {
  background-color: #1a1b1c;
}

.submenu > a,
.submenu > a i {
  background-color: #efefef !important;
  color: #000000 !important;
}

.navbar-nav .dropdown-divider {
  border-top: 1px solid #b7bfc7;
  margin: 5px 0;
}

.navbar .dropdown-menu {
  background-color: #fff !important;
  border-radius: 20px;
  padding: 5px 0;
  margin-top: 5px;
}

.navbar .dropdown-item,
.navbar .dropdown-item i,
.navbar .dropdown-item span,
.navbar-nav .dropdown-item,
.navbar-nav .dropdown-item i,
.navbar-nav .dropdown-item span {
  color: #31353b;
  border-radius: 10px;
}

.navbar .nav-item a.active,
.navbar .dropdown-item.active,
.navbar .navbar-nav .dropdown-item:focus,
.navbar .navbar-nav .dropdown-item:active,
.navbar .navbar-nav .dropdown-item:focus-visible,
.navbar .navbar-nav .dropdown-item:target,
.navbar .navbar-nav .dropdown-item:hover {
  color: #ffffff !important;
}

.navbar .nav-item .dropdown-menu a.active,
.navbar .dropdown-item.active,
.navbar .navbar-nav .dropdown-item:focus,
.navbar .navbar-nav .dropdown-item:active,
.navbar .navbar-nav .dropdown-item:focus-visible,
.navbar .navbar-nav .dropdown-item:target,
.navbar .navbar-nav .dropdown-item:hover {
  background-color: #cccccc;
}

.nav-item > a.active i {
  color: #ffffff;
}

.navbar .dropdown-submenu {
  position: relative;
}

.navbar .dropdown-submenu > .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -0.25rem;
  margin-left: 0.1rem;
  display: block;
  opacity: 0;
  transform: translateX(-10px);
  pointer-events: none;
  transition:
    opacity 0.2s ease-out,
    transform 0.2s ease-out;
  z-index: 1050;
}

.navbar .dropdown-submenu:hover > .dropdown-menu,
.navbar .dropdown-submenu.show > .dropdown-menu {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.navbar .dropdown-submenu > .dropdown-item {
  cursor: pointer;
}

.navbar .dropdown-submenu > .dropdown-item.dropdown-toggle {
  position: relative;
  padding-right: 2rem;
  padding-left: 20px;
}

.navbar .dropdown-submenu > .dropdown-item.dropdown-toggle::after {
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid currentColor;
  border-right: 0;
  margin-left: 0;
}

#notification_mark_viewed i {
  margin: 0 !important;
}

header .profile-nav .dropdown-menu .card-footer {
  padding: 1rem !important;
}

.bootstrap-select button,
.bootstrap-select button:hover,
input.form-control,
input.form-control:hover,
button.form-control,
button.form-control:hover,
div.daterange,
div.daterange:hover,
.select2-search--inline,
.select2-search--inline:hover {
  background-color: #ffffff !important;
  border: 1px solid #ced4da !important;
  border-bottom: 2px solid #ced4da !important;
  color: #000000 !important;
  box-shadow: none;
  min-height: 37px;
  padding: 2px 12px;
}

input[type='search'].form-control {
  color: var(--tblr-body-color) !important;
  background-color: var(--tblr-bg-forms) !important;
  border: var(--tblr-border-width) solid var(--tblr-border-color) !important;
}

.form-control:disabled,
.form-control.disabled,
.form-control.disabled:hover {
  background-color: var(--tblr-bg-surface-secondary) !important;
  opacity: 1;
}

.hidden {
  display: none;
}

.button-add {
  margin-bottom: -50px;
}

.markdown > table > :not(caption) > * > *,
.table > :not(caption) > * > * {
  padding: 0.25rem 0.5rem;
}

.table thead,
.table tfoot,
.table thead th,
.table tfoot th {
  background-color: #222831;
  color: #ffffff;
}

.table thead th {
  font-weight: 400;
}

.table thead th:first-child {
  border-top-left-radius: 5px !important;
}

.table thead th:last-child {
  border-top-right-radius: 5px !important;
}

.table tbody tr {
  background-color: #222831 !important;
  color: #eeeeee !important;
}

.table tbody tr:nth-child(even) {
  background-color: #222831 !important;
  color: #eeeeee !important;
}

.table tbody tr:hover {
  background-color: #434c59 !important;
}

.table tbody tr.active {
  background-color: #434c59 !important;
}

.table tbody tr.selected {
  background-color: #434c59 !important;
}

table.table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px #009ebd !important;
}

.table tbody td {
  min-width: 130px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn {
  min-width: 15px !important;
  min-height: 15px !important;
}

.table a.btn-outline-primary,
.table a.btn-outline-danger,
.table a.btn-outline-success,
.table a.btn-outline-warning,
.table a.btn-outline-info,
.table a.btn-outline-secondary,
.table a.btn-outline-transparent,
.table button.btn-outline-primary,
.table button.btn-outline-danger,
.table button.btn-outline-success,
.table button.btn-outline-warning,
.table button.btn-outline-info,
.table button.btn-outline-secondary,
.table button.btn-outline-transparent,
.table a.btn-outline-primary:focus,
.table a.btn-outline-danger:focus,
.table a.btn-outline-success:focus,
.table a.btn-outline-warning:focus,
.table a.btn-outline-info:focus,
.table a.btn-outline-secondary:focus,
.table a.btn-outline-transparent:focus,
.table button.btn-outline-primary:focus,
.table button.btn-outline-danger:focus,
.table button.btn-outline-success:focus,
.table button.btn-outline-warning:focus,
.table button.btn-outline-info:focus,
.table button.btn-outline-secondary:focus,
.table button.btn-outline-transparent:focus {
  color: #eeeeee !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding: 0.3rem !important;
}

.table a.btn-outline-primary:hover,
.table a.btn-outline-primary:active,
.table a.btn-outline-primary:focus-visible,
.table a.btn-outline-danger:hover,
.table a.btn-outline-danger:active,
.table a.btn-outline-danger:focus-visible,
.table a.btn-outline-success:hover,
.table a.btn-outline-success:active,
.table a.btn-outline-success:focus-visible,
.table a.btn-outline-warning:hover,
.table a.btn-outline-warning:active,
.table a.btn-outline-warning:focus-visible,
.table a.btn-outline-info:hover,
.table a.btn-outline-info:active,
.table a.btn-outline-info:focus-visible,
.table a.btn-outline-secondary:hover,
.table a.btn-outline-secondary:active,
.table a.btn-outline-secondary:focus-visible,
.table button.btn-outline-primary:hover,
.table button.btn-outline-primary:active,
.table button.btn-outline-primary:focus-visible,
.table button.btn-outline-danger:hover,
.table button.btn-outline-danger:active,
.table button.btn-outline-danger:focus-visible,
.table button.btn-outline-success:hover,
.table button.btn-outline-success:active,
.table button.btn-outline-success:focus-visible,
.table button.btn-outline-warning:hover,
.table button.btn-outline-warning:active,
.table button.btn-outline-warning:focus-visible,
.table button.btn-outline-info:hover,
.table button.btn-outline-info:active,
.table button.btn-outline-info:focus-visible,
.table button.btn-outline-secondary:hover,
.table button.btn-outline-secondary:active,
.table button.btn-outline-secondary:focus-visible {
  color: #eeeeee !important;
}

.btn-transparent,
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus-visible {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #ffffff !important;
}

.dt-length {
  margin-bottom: 6px;
}

.dt-search {
  position: absolute;
  margin-left: 25%;
  width: 350px;
  margin-top: 5px !important;
}

.dt-search-no-buttons {
  position: relative !important;
}

div.dt-container div.dt-search {
  text-align: left;
  margin-top: -1px;
}

div.dt-buttons {
  position: relative;
  min-height: 44px;
}

.dt-buttons .button-add {
  padding: 10px !important;
}

@media only screen and (max-width: 880px) {
  .dt-search {
    margin-left: 0;
    margin-top: 40px;
    position: relative;
  }

  .dt-buttons {
    margin-bottom: 0 !important;
  }

  .dt-container .dt-buttons button {
    padding: 2px !important;
  }

  table.dataTable th {
    white-space: nowrap !important;
  }

  .navbar-nav .nav-item a {
    text-align: center;
  }

  .navbar-nav .nav-item a i {
    min-width: 15px;
    margin-right: 8px;
  }

  div.dt-container div.dt-has-btn-add {
    margin-top: 40px;
  }
}

.daterangepicker,
.daterangepicker li,
.daterangepicker th,
.daterangepicker td {
  color: #535353;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #357ebd;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  table.dataTable th {
    white-space: nowrap !important;
  }
}

@media only screen and (max-width: 768px) {
  .daterangepicker .ranges {
    display: none;
  }

  .daterangepicker .drp-selected {
    width: 80px;
  }

  .dt-container .dt-buttons button {
    padding: 5px !important;
  }

  .navbar .dropdown-menu,
  .navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item.active,
  .navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item:active {
    border-radius: 10px;
  }

  .dropdown-menu {
    padding: 1rem !important;
  }

  .navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item {
    padding-left: 1rem;
  }
}

table.dataTable span.dtcc button.dtcc-button,
table.dataTable span.dtcc span.dtcc-button-icon,
table.dataTable .dtcc-search-type-icon svg {
  color: #fff !important;
}

.dt-scroll-head thead th[data-ajax-column='actions'] .dtcc,
.dt-scroll-head thead th[data-no-filters] .dtcc,
.dt-scroll-head thead th[data-checkbox] .dtcc,
.dt-scroll-head [datatables-no-selects-filters] .dtcc {
  display: none;
}

.dt-container div.dtcc-dropdown {
  position: fixed;
  min-width: 310px;
  margin-top: 100px;
  padding: 0 !important;
}

.dt-container div.dtcc-list-buttons {
  scrollbar-color: #797979 transparent !important;
}

.dt-container div.dtcc-content {
  max-width: calc(100% - 0px) !important;
  min-width: 30px !important;
  margin-bottom: 5px;
}

.dt-container .dt-search .dt-input:focus,
.dt-container .dt-search .dt-input:focus-visible,
.dt-container .dt-search .dt-input:focus-within,
.dt-container div.dtcc-content input:focus,
.dt-container div.dtcc-content input:focus-visible,
.dt-container div.dtcc-content input:focus-within {
  outline: 1px solid #00adb5;
}

table.dataTable span.dtcc button.dtcc-button.dtcc-button_active,
table.dataTable span.dtcc button.dtcc-button.dtcc-button_active span.dtcc-button-icon,
table.dataTable button.dtcc-button.dtcc-button_active .dtcc-search-type-icon svg {
  color: #040e10 !important;
  background-color: #1bd0d9 !important;
}

div.dt-buttons > .dt-button,
div.dt-buttons > div.dt-button-split .dt-button {
  line-height: 1rem !important;
}

div.dt-buttons > .dt-button:hover:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {
  background-color: #c5cacf;
}

.dt-scroll-head thead .dt-column-header {
  display: flex !important;
  flex-direction: column !important;
  align-items: normal !important;
  justify-content: start !important;
}

table.dataTable span.dtcc div.dtcc-search > div input {
  padding: 5px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background-color: #393e46 !important;
  color: #eeeeee !important;
  margin-left: -2px;
}

table.dataTable span.dtcc div.dtcc-searchNumber > div select,
table.dataTable span.dtcc div.dtcc-searchDateTime > div select {
  right: 0 !important;
  z-index: 2 !important;
  padding: 0 !important;
}

table.dataTable span.dtcc div.dtcc-searchNumber > div div.dtcc-search-type-icon,
table.dataTable span.dtcc div.dtcc-searchDateTime > div div.dtcc-search-type-icon {
  right: 0 !important;
  z-index: 1 !important;
}

table.dataTable span.dtcc div.dtcc-searchNumber > div div.dtcc-search-type-icon,
table.dataTable span.dtcc div.dtcc-searchDateTime > div div.dtcc-search-type-icon {
  left: auto;
}

table.dataTable thead > tr > th div.dt-column-header,
table.dataTable thead > tr > td div.dt-column-header,
table.dataTable tfoot > tr > th div.dt-column-header,
table.dataTable tfoot > tr > td div.dt-column-header {
  flex-direction: column !important;
  align-items: normal !important;
}

.datatables thead {
  padding: 0 10px !important;
}

.dt-info {
  margin: 20px !important;
  color: #fff !important;
}

.dt-container {
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #222831;
  border-radius: 20px !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.dt-container .dt-buttons {
  display: block;
  float: left;
  width: 100%;
  text-align: right;
  padding: 5px !important;
  z-index: 2;
}

.dt-container .dt-buttons:empty {
  display: none;
}

.dt-container .dt-buttons .button-add {
  position: absolute;
  left: 20px;
  text-align: left;
}

.dt-container .dt-buttons button {
  margin-left: 5px !important;
  margin-bottom: 5px !important;
  border-radius: 5px !important;
  border: 0;
}

.dt-container .dt-buttons button:hover {
  opacity: 0.8;
}

.dt-container .dt-buttons span::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}

.dt-container .dt-buttons .buttons-print span::before {
  content: '\f02f';
}
.dt-container .dt-buttons .buttons-copy span::before {
  content: '\f0c5';
}
.dt-container .dt-buttons .buttons-excel span::before {
  content: '\f1c3';
}
.dt-container .dt-buttons .buttons-pdf span::before {
  content: '\f1c1';
}

.dt-container .dt-buttons .button-add {
  order: 1;
  background-color: #1cbb8c;
}
.dt-container .dt-buttons .buttons-print {
  order: 2;
  background-color: #66aaf7;
}
.dt-container .dt-buttons .buttons-excel {
  order: 3;
  background-color: #6f9965;
}
.dt-container .dt-buttons .buttons-pdf {
  order: 4;
  background-color: #f76666;
}

.datatables a.link {
  color: #4d93e7;
  text-decoration: underline;
  cursor: pointer;
}

table.datatables {
  width: 100% !important;
  border-radius: 6px;
}

.dt-scroll-headInner,
.dt-scroll-headInner table,
.dt-scroll-headInner thead {
  min-width: 100% !important;
}

.dt-scroll-head table.datatables {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.dt-scroll-body table.datatables {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.dt-scroll-body {
  border: 0 !important;
  border-radius: 0 !important;
}

div.dt-container .dt-search input {
  font-size: 0.9rem !important;
}

div.dts div.dt-scroll-body table,
div.dts div.dataTables_scrollBody table {
  background-color: transparent !important;
}

table.datatables.DTCR_clonedTable {
  width: 150px !important;
  max-width: 150px !important;
}

.table.datatables th {
  padding: 0 0 0 3px;
  font-size: 0.8rem;
}

.table.datatables tr,
.table.datatables td,
.table.datatables td i {
  padding: 5px;
  vertical-align: middle !important;
}

.table.datatables td i {
  padding: 2px;
}

@keyframes slideOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

table.datatables tr {
  opacity: 1;
}

table.datatables tr.removed {
  animation: slideOut 1.5s forwards;
}

table.datatables tr.removed-error {
  background-color: #ff9696 !important;
}

.dt-processing,
div.dt-processing {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  z-index: 999 !important;
  min-height: 200px !important;
  min-width: 200px !important;
}

.dt-processing div {
  display: none !important;
}

.dt-processing div.loader-effect {
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 100vh;
  min-width: 200px !important;
  min-height: 200px !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
}

.dt-processing i,
.dt-processing span {
  display: block !important;
  margin: 0 auto !important;
  color: #ffffff !important;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: left !important;
}

.dt-scroll,
.dt-scroll-body {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

select.form-control {
  appearance: revert !important;
}

button.dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle,
div.daterange {
  padding: 6px 12px !important;
}

.painel-card:hover {
  scale: 1.02;
  border: 1px solid #999999;
}

.painel-content-cards a,
.painel-content-cards a:hover {
  text-decoration: none !important;
}

.painel-content-cards,
.painel-content-cards:hover,
.painel-card,
.painel-card:hover {
  transition: opacity 0.3s ease-in-out;
  text-decoration: none !important;
}

.painel-content-cards:has(.painel-card:hover) .painel-card:not(:hover) {
  opacity: 0.4;
}

.painel-content-cards .card-title {
  font-weight: 200 !important;
}

.painel-content-cards .card-subtitle small {
  color: #545454 !important;
}

.card-body .btn:has(i.fa-solid) i,
.modal-footer .btn:has(i.fa-solid) i {
  margin-right: 5px;
}

.card-title {
  font-size: 0.9rem;
  font-weight: 600;
}

.card {
  box-shadow: 0 0 0.875rem 0 rgba(33, 37, 41, 0.05);
  margin-bottom: 24px;
}

.modal-header,
.modal-footer {
  background-color: #efefef;
}

.modal-body {
  min-height: 30vh;
}

.modal-md .modal-body {
  min-height: 20vh;
}

.modal-sm .modal-body {
  min-height: 5vh;
}

.modal-body hr {
  margin: 14px 0;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  top: 10px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-top: 2px;
  margin-left: 25px;
}

.page-title,
.page-title strong {
  font-weight: 500;
}

.page-body h1 > strong,
.page-body h3 > strong {
  color: #ffffff;
  font-weight: 400;
}

.is-navbar-top .page-title,
.is-navbar-top .page-title strong {
  color: white;
}

.is-navbar-top #nav-search > button {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.is-navbar-top #nav-search > button > span {
  color: #06090c;
}

.is-navbar-top #nav-search > button > span > kbd {
  color: #ffffff;
}

#nav-search,
#nav-search i,
#nav-search .nav-search-label {
  color: rgba(255, 255, 255, 0.7) !important;
}

.is-navbar-right .page-title,
.is-navbar-right .page-title strong {
  color: black;
}

.is-navbar-right #nav-search > button {
  border-color: #80868f;
}

[readonly],
[disabled],
[readonly]:focus,
[disabled]:focus {
  background-color: #f3f3f3;
}

.modal [readonly],
.modal [disabled],
.modal [readonly]:focus,
.modal [disabled]:focus {
  background-color: #141414 !important;
  color: #f3f3f3 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.dt-scroll::-webkit-scrollbar {
  width: 0.5rem !important;
  height: 0.5rem !important;
}

.dt-scroll::-webkit-scrollbar-thumb {
  border: 1px solid transparent !important;
  border-radius: 0.5rem !important;
}

.navbar-overlap .dropdown-item {
  min-width: 15rem;
}

.navbar-overlap .dropdown-item i {
  min-width: 30px;
  text-align: center;
}

.navbar-overlap .dropdown-toggle i {
  margin-left: -10px;
}

.profile-nav .dropdown-menu,
.profile-nav .dropdown-menu-card .card,
.profile-nav .dropdown-menu-card .card-footer {
  background-color: #fff;
}

.profile-nav .dropdown-menu-card .text-body {
  color: #000 !important;
}

.profile-nav .dropdown-menu-card .text-secondary {
  color: #292929 !important;
}

.navbar-overlap:after {
  background-color: #182433;
}

.dt-container .dt-buttons .button-add,
.dt-container .dt-buttons .buttons-print,
.dt-container .dt-buttons .buttons-copy,
.dt-container .dt-buttons .buttons-excel,
.dt-container .dt-buttons .buttons-pdf {
  background-color: #f6f8fb !important;
  color: #000000 !important;
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.2) !important;
  height: 35px;
  min-height: 35px;
}

.dt-container .dt-buttons .button-add span,
.dt-container .dt-buttons .buttons-print span,
.dt-container .dt-buttons .buttons-copy span,
.dt-container .dt-buttons .buttons-excel span,
.dt-container .dt-buttons .buttons-pdf span,
.dt-container .dt-buttons .button-add i,
.dt-container .dt-buttons .buttons-print i,
.dt-container .dt-buttons .buttons-copy i,
.dt-container .dt-buttons .buttons-excel i,
.dt-container .dt-buttons .buttons-pdf i {
  color: #000000 !important;
}

.dt-scroll-head thead {
  height: 41px;
}

div.dt-container div.dt-paging ul.pagination {
  justify-content: center;
}

div.dt-container div.dt-paging ul.pagination .disabled a {
  color: #a1a1a1;
}

.text-secondary {
  color: #e5e5e5 !important;
}

.text-muted,
.apexcharts-canvas tspan,
.apexcharts-canvas title {
  color: #8f8f8f !important;
}

.notification-nav .dropdown-menu {
  min-width: 400px;
  max-width: 600px;
}

#notification_status span {
  padding: 2px;
  border-radius: 50%;
  color: #ffffff;
}

.profile-nav .dropdown-divider {
  margin: 0 !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.tinymce-150h .tox-tinymce {
  max-height: 150px;
}

.tinymce-200h .tox-tinymce {
  max-height: 200px;
}

.tinymce-300h .tox-tinymce {
  max-height: 300px;
}

.tinymce-no-toolbar .tox-editor-header {
  display: none !important;
}

.tox-tinymce-aux .tox-dialog {
  max-width: 1000px !important;
}

.tox-tbtn {
  background: #2f2f2f !important;
}

.tox-tbtn:hover {
  background: #272626 !important;
}

.min-h-100 {
  min-height: 100% !important;
  height: 100vh;
}

@media (max-width: 768px) {
  header .navbar-toggler-button {
    margin-top: 15px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  header .navbar-toggler {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  aside .navbar-toggler-button {
    margin: 0 0 0 auto;
  }

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

  .modal-body {
    padding: 0.75rem 0.5rem !important;
  }
}

@media (max-width: 1200px) {
  .modal.show .modal-dialog {
    max-width: 99%;
  }
}

@media (min-width: 992px) {
  .is-navbar-right .navbar-expand-lg.show.navbar-vertical ~ .navbar,
  .is-navbar-right .navbar-expand-lg.show.navbar-vertical ~ .page-wrapper {
    margin-left: 15rem;
    transition: all 0.2s ease-in-out;
  }
}

@media (min-width: 768px) {
  .is-navbar-right .dropdown-item {
    padding: 8px 20px !important;
  }

  .is-navbar-right .dropdown-item i {
    width: 15%;
    text-align: center;
  }

  .is-navbar-top .nav-item > .nav-link > i,
  .is-navbar-right .nav-item > .nav-link > i {
    margin-right: 8px;
  }

  .is-navbar-right .navbar-expand-lg {
    overflow-y: auto;
  }

  .is-navbar-right .navbar-expand-lg.navbar-vertical ~ .navbar,
  .is-navbar-right .navbar-expand-lg.navbar-vertical ~ .page-wrapper {
    margin-left: 0rem;
    transition: all 0.3s ease-in-out;
  }

  .is-navbar-right .navbar.collapsing {
    min-height: 100%;
  }

  .is-navbar-right .navbar-expand-lg {
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .is-navbar-right .navbar-expand-lg.show {
    opacity: 1;
    transition: opacity 0.2s ease;
  }

  .is-navbar-right .navbar-vertical .dropdown {
    margin-top: 10px;
  }

  .is-navbar-right aside.navbar .dropdown-menu {
    background-color: transparent !important;
    border: 1px solid #384557 !important;
  }

  .is-navbar-right aside.navbar .dropdown-menu {
    padding: 0 12px !important;
  }

  .is-navbar-right aside .dropdown-item {
    padding: 6px 4px !important;
    margin-bottom: 4px !important;
  }

  .is-navbar-right aside .dropdown-menu .dropdown-item i,
  .is-navbar-right aside .dropdown-menu .dropdown-item span {
    color: #f6f8fb;
  }

  .is-navbar-right aside .dropdown-menu .dropdown-item:hover,
  .is-navbar-right aside .dropdown-menu .dropdown-item.active,
  .is-navbar-right aside .dropdown-menu .dropdown-item:active {
    background-color: #060e1a;
  }

  .is-navbar-right aside .dropdown-menu .dropdown-item:hover i,
  .is-navbar-right aside .dropdown-menu .dropdown-item.active i,
  .is-navbar-right aside .dropdown-menu .dropdown-item:active i,
  .is-navbar-right aside .dropdown-menu .dropdown-item:hover span,
  .is-navbar-right aside .dropdown-menu .dropdown-item.active span,
  .is-navbar-right aside .dropdown-menu .dropdown-item:active span {
    color: #ffffff;
  }

  .is-navbar-right .dropdown-divider {
    background-color: #384557;
  }

  .is-navbar-right aside .dropdown-item {
    white-space: normal;
  }

  .is-navbar-right .container-xxl > .page-body {
    margin: 4px;
  }

  .is-navbar-right .container-xxl > .page-body > .row > div {
    padding: 0;
  }

  .navbar-toggler-content {
    min-width: 60%;
  }

  .navbar-toggler-content .navbar-toggler-button {
    max-width: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
    padding-left: 20px;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item i {
    margin-right: 16px;
  }
}

.footer {
  padding: 1rem 0;
  border: 0 !important;
  background-color: #060202;
  color: #eeeeee !important;
}

#page_login footer.footer,
#page_login_sign_in footer.footer,
#page_login_recovery footer.footer,
#page_login_new_password footer.footer,
#page_login_confirmation footer.footer,
#page_custom_login_sign_in footer.footer,
#page_custom_login_recovery footer.footer,
#page_custom_login_new_password footer.footer,
#page_custom_login_confirmation footer.footer,
#page_custom_login_register1 footer.footer,
#page_custom_login_register2 footer.footer,
#page_custom_login_register3 footer.footer {
  display: none !important;
}

.bs-ok-default.check-mark {
  width: 100% !important;
  left: 15px !important;
  right: 0 !important;
}

.navbar-vertical.navbar-expand-lg .navbar-brand {
  padding: 1rem;
  justify-content: left;
}

.navbar-brand > img {
  height: 32px;
}

.page-link {
  margin-right: 5px;
}

.dt-scroll-head,
.dt-scroll-body,
.dt-scroll-head th {
  font-size: 0.8rem !important;
}

.dt-scroll-head th {
  padding-right: 0px !important;
  text-transform: none !important;
}

.dt-scroll-body .table.datatables {
  min-height: 50px;
  border: 0 !important;
}

.table.datatables tr,
.table.datatables td {
  padding: 0px 5px !important;
}

.table.datatables td {
  border-color: #1e232b !important;
}

.table.datatables table td,
.table.datatables table td i,
.table.datatables table td span,
.table.datatables table td small {
  color: #1e232b !important;
}

.modal .table.datatables tr,
.modal .table.datatables td {
  border-bottom: 1px solid #303031;
}

#modalDatatablesReport .dt-scroll-body .table.datatables {
  border: 1px solid #303031 !important;
}

table.dataTable td,
table.dataTable th {
  min-width: 40px !important;
  max-width: 100px !important;
  word-break: break-word;
  white-space: normal;
  text-overflow: ellipsis;
}

table.datatables th:first-child,
table.datatables td:first-child {
  min-width: 40px !important;
  max-width: 150px !important;
}

table.datatables th[data-checkbox]:first-child,
table.datatables td.dt-select:first-child {
  min-width: 40px !important;
  max-width: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.dt-scroll .datatables th {
  min-width: 50px !important;
  max-width: 100px !important;
}

.modal-dialog {
  margin: 100px auto;
}

.modal-dialog.modal-dialog-centered {
  margin: 0 auto;
}

.modal-backdrop.show {
  opacity: 0.95;
}

.modal-backdrop {
  background-color: #182433;
}

.navbar .text-break {
  white-space: normal;
}

.nav-search-label {
  display: inline-block;
  padding-top: 1px;
  margin-left: 6px;
}

.nav-search-hotkey {
  margin: 0 0 0 auto;
}

.nav-search-hotkey kbd {
  min-height: 25px;
  padding-top: 5px;
}

#modalSearch #modalSearchInput {
  border: 1px solid #ced4da !important;
  text-transform: uppercase;
  font-size: 0.9rem;
}

#modalSearch .list-group-item,
.daterange:hover {
  cursor: pointer;
}

.daterange > span {
  margin: 0 5px;
}

#modalSearch .modal-content {
  min-height: 400px;
}

#modalSearch .list-group-item:hover .btn,
#modalSearch .list-group-item .btn:hover {
  background-color: #f9fafa;
  transition: none;
}

#modalSearch a.active,
#modalSearch a.active:hover .btn {
  background-color: #182433;
  border-left-width: 0;
}

#modalSearch a {
  text-decoration: none !important;
  color: #423f3f;
}

#modalSearch a.active li {
  color: #ffffff;
}

#modalSearch a.active button {
  background-color: transparent;
  color: #ffffff;
  transition: none;
}

#modalDatatablesReport .modal-header {
  border-bottom: none !important;
  border-top: 1px solid #737373;
}

#modalDatatablesReport .dt-container .dt-buttons {
  border-top: none !important;
}

#modalDatatablesReport .dt-container,
#modalDatatablesReport .dt-container .dt-buttons {
  box-shadow: none !important;
  border-radius: 0px !important;
}

#modalDatatablesReport .modal-body {
  border-left: 1px solid #737373;
  border-right: 1px solid #737373;
}

#modalDatatablesReport .modal-header,
.modal-footer {
  border-top: 1px solid #737373;
  border-left: 1px solid #737373;
  border-right: 1px solid #737373;
}

#modalDatatablesReport .dt-container,
#modalDatatablesReport .dt-container .dt-buttons,
#modalDatatablesReport .dt-container .dt-scroll {
  background-color: #060202 !important;
}

.effect-hover:hover {
  cursor: pointer !important;
  opacity: 0.8 !important;
  text-decoration: none !important;
}

.txt-hover-white:hover,
.txt-hover-white:hover > i,
.txt-hover-white:hover > span {
  color: #ffffff !important;
}

.txt-hover-black:hover,
.txt-hover-black:hover > i,
.txt-hover-black:hover > span {
  color: #000000 !important;
}

.page-title .btn {
  height: 35px;
}

.page-title .btn-sm {
  height: auto !important;
}

.btn-outline-secundary,
.btn-outline-secundary i {
  background-color: #fff !important;
  color: #000 !important;
}

.btn-outline-secundary:hover,
.btn-outline-secundary:checked,
.btn-outline-secundary:active,
.btn-outline-secundary.active,
.btn-outline-secundary.show,
.btn-outline-secundary:hover i,
.btn-outline-secundary:checked i,
.btn-outline-secundary:active i,
.btn-outline-secundary.active i,
.btn-outline-secundary.show i {
  background-color: #d0e0f3 !important;
  color: #000 !important;
}

.alert,
.badge {
  font-weight: 400;
}

.alert-danger,
.badge-danger,
.badge-danger-light {
  background-color: #e1aaaa !important;
  color: #000000 !important;
  border-color: #740938 !important;
}

.alert-warning,
.badge-warning,
.badge-warning-light {
  background-color: #664d03 !important;
  color: #fff3cd !important;
  border-color: #ffe69c !important;
}

.alert-success,
.badge-success,
.badge-success-light {
  background-color: #a0d683 !important;
  color: #000000 !important;
  border-color: #38543a !important;
}

.alert-primary,
.badge-primary,
.badge-primary-light {
  background-color: #052c65 !important;
  color: #cfe2ff !important;
  border-color: #9ec5fe !important;
}

.alert-secondary,
.badge-secondary,
.badge-secondary-light {
  background-color: #2b2f32 !important;
  color: #e2e3e5 !important;
  border-color: #c4c8cb !important;
}

.alert-info,
.badge-info,
.badge-info-light {
  background-color: #055160 !important;
  color: #cff4fc !important;
  border-color: #9eeaf9 !important;
}

#notifications_list {
  max-height: 600px;
  overflow-y: scroll;
}

.navbar .nav-link.active,
.nav-link:active,
.navbar .nav-link.active .nav-link-title,
.nav-link:active .nav-link-title,
.navbar .dropdown-item.active,
.dropdown-item:active {
  color: var(--tblr-navbar-active-color);
}

.navbar .navbar-nav .nav-link-title,
.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .nav-link span,
.navbar .navbar-nav .nav-link i {
  color: var(--tblr-nav-link-color);
}

#upload_preview {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #dddddd;
}

#upload_preview > div {
  cursor: grab;
}

#upload_preview img {
  margin: 4px;
}

#upload_preview .is_main > a,
#upload_preview .is_main > video,
#upload_preview .is_main > img {
  border: 2px solid red;
}

#upload_preview .upload-item > button {
  opacity: 0;
}

#upload_preview .upload-item:hover > button {
  opacity: 1;
}

#upload_preview img:hover {
  filter: brightness(0.5) !important;
}

#upload_preview a i {
  font-size: 3rem;
}

#upload_preview a .text-muted {
  color: #b5b5b5 !important;
}

#upload_preview .container_progress {
  display: flex;
  min-width: 60px;
  height: 80px;
  align-items: center;
  background-color: #9f9f9f;
  padding: 5px;
  border-radius: 6px;
  margin: 0.5rem;
}

#upload_preview .upload-item {
  min-width: 40px;
  align-items: center;
  display: flex;
  margin: 0.5rem;
}

#upload_form .dropzone {
  padding: 20px;
  margin-bottom: 10px;
  color: #bbbbbb;
  border: 2px dashed #ccc;
  text-align: center;
  font-weight: 600;
  border-radius: var(--tblr-border-radius);
}

#upload_form .dropzone .btn-outline-primary {
  background-color: #e2e2e2 !important;
  border: transparent !important;
  margin-left: 5px;
}

#upload_form .dropzone .btn-outline-primary:hover {
  background-color: #0d6efd !important;
  border: #0d6efd !important;
}

#upload_form .dropzone .btn-outline-primary i {
  color: #0d6efd !important;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

#upload_form .dropzone .btn-outline-primary:hover i {
  color: #ffffff !important;
}

#upload_form .dragover {
  border-color: #007bff;
  background-color: #e9f5ff;
  animation: pulse_upload 1s infinite;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}

@keyframes pulse_upload {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

#upload_preview a.btn-outline-primary {
  color: #8ec7ff;
  border-color: #8ec7ff;
}

#upload_preview a.btn-outline-primary:hover {
  color: #fff;
  background-color: #0054a6;
  border-color: #0054a6;
}

.group_list .list-group-item:nth-child(odd) {
  background-color: #f5f5f5;
}

.group_list .list-group-item:nth-child(even) {
  background-color: #ffffff;
}

button.btn > i,
a.btn > i {
  margin-right: 5px;
}

.dt-scroll-body button.btn > i,
.dt-scroll-body a.btn > i {
  margin-right: 0px;
}

kbd {
  color: #ffffff;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.btn,
.btn:hover {
  color: #212529;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.text-white {
  color: #fff !important;
}

.text-dark {
  color: #212529 !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.btn-outline-transparent {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.btn-outline-transparent:hover {
  background-color: transparent !important;
}

.btn-row-details {
  min-width: 35px;
}

.btn-row-details:hover {
  background-color: #b5c8d0 !important;
  padding: 1rem !important;
  border-radius: 6px !important;
}

.btn-row-details:hover > i {
  color: #000000 !important;
}

.btn-row-details.show > i.fa-chevron-right:before {
  content: '\f078';
}

.table.datatables .table-row-details {
  background-color: #dddddd !important;
}

.table.datatables .table-row-details > td {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 4px;
}

.modal-header,
.modal-footer {
  background-color: #222831;
  color: #ffffff;
  border: 1px solid #acacac;
}

.modal-content {
  background-color: transparent;
}

.modal-body,
.modal-alert {
  background-color: #eeeeee !important;
}

.modal-content .tab-content {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.modal-content .tab-content .modal-body {
  margin-bottom: 78px;
}

.modal-content .tab-content .modal-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.modal-content .nav-tabs .nav-link.active {
  background-color: #c9c9c9;
}

.modal-footer .btn {
  background-color: #c9c9c9 !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  min-width: 100px;
}

.modal-footer .btn:hover,
.modal-footer .btn:hover i {
  color: #ffffff !important;
}

.modal-footer .btn-success,
.modal-footer .btn-outline-success {
  border-left: 8px solid #157347 !important;
}

.modal-footer .btn-success:hover,
.modal-footer .btn-outline-success:hover {
  background-color: #157347 !important;
  border-color: #157347 !important;
}

.modal-footer .btn-danger,
.modal-footer .btn-outline-danger {
  border-left: 8px solid #dc3545 !important;
}

.modal-footer .btn-danger:hover,
.modal-footer .btn-outline-danger:hover {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.modal-footer .btn-warning,
.modal-footer .btn-outline-warning {
  border-left: 8px solid #dfab10 !important;
}

.modal-footer .btn-warning:hover,
.modal-footer .btn-outline-warning:hover {
  background-color: #dfab10 !important;
  border-color: #dfab10 !important;
}

.modal-footer .btn-primary,
.modal-footer .btn-outline-primary {
  border-left: 8px solid #064ab1 !important;
}

.modal-footer .btn-primary:hover,
.modal-footer .btn-outline-primary:hover {
  background-color: #064ab1 !important;
  border-color: #064ab1 !important;
}

.modal-footer .btn-secondary,
.modal-footer .btn-outline-secondary {
  border-left: 8px solid #474b4e !important;
}

.modal-footer .btn-secondary:hover,
.modal-footer .btn-outline-secondary:hover {
  background-color: #474b4e !important;
  border-color: #474b4e !important;
}

.modal-footer .btn-info,
.modal-footer .btn-outline-info {
  border-left: 8px solid #10afcf !important;
}

.modal-footer .btn-info:hover,
.modal-footer .btn-outline-info:hover {
  background-color: #10afcf !important;
  border-color: #10afcf !important;
}
.modal-footer .btn-light,
.modal-footer .btn-outline-light {
  border-left: 8px solid #f8f9fa !important;
}

.modal-footer .btn-light:hover,
.modal-footer .btn-outline-light:hover {
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important;
}
.modal-footer .btn-dark,
.modal-footer .btn-outline-dark {
  border-left: 8px solid #1c1f23 !important;
}

.modal-footer .btn-dark:hover,
.modal-footer .btn-outline-dark:hover {
  background-color: #1c1f23 !important;
  border-color: #1c1f23 !important;
}

.modal-footer button.btn-effect-save-error,
.modal-footer button.btn-effect-save-error:hover,
.modal-footer .btn-success.btn-effect-save-error,
.modal-footer .btn-success.btn-effect-save-error:hover,
.modal-footer .btn-outline-success.btn-effect-save-error,
.modal-footer .btn-outline-success.btn-effect-save-error:hover {
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border-color: #a11a27 !important;
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header p,
.modal-header strong,
.modal-header span,
.modal-footer h1,
.modal-footer h2,
.modal-footer h3,
.modal-footer p,
.modal-footer strong,
.modal-footer span {
  color: #ffffff !important;
  font-weight: 400 !important;
}

.table-row-details .table thead,
.table-row-details .table tfoot,
.table-row-details .table thead th,
.table-row-details .table tfoot th {
  background-color: #503c3c !important;
  color: #ffffff;
}

.table-row-details table {
  width: 95%;
  margin-left: 2.5% !important;
  margin-right: 2.5% !important;
  margin-top: 5px !important;
  margin-bottom: 30px !important;
  border: 1px solid #503c3c;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.5);
}

.table-row-details table tr,
.table-row-details table tr:hover,
.table tbody tr .table-row-details table tr,
.table tbody tr .table-row-details table tr:hover {
  color: #000000 !important;
  background-color: #c0b1b1 !important;
}

.table-row-details table tbody tr:nth-child(even) {
  background-color: #ebdddd !important;
  color: #000000 !important;
}

.table-row-details .table thead th {
  padding-left: 8px;
}

.table-row-details table tr,
.table-row-details table td,
.table-row-details table th {
  height: 30px !important;
  min-height: 30px !important;
}

.table-row-details table td {
  white-space: normal !important;
}

.table .table-row-details a.btn-outline-primary,
.table .table-row-details a.btn-outline-danger,
.table .table-row-details a.btn-outline-success,
.table .table-row-details a.btn-outline-warning,
.table .table-row-details a.btn-outline-info,
.table .table-row-details a.btn-outline-secondary,
.table .table-row-details a.btn-outline-transparent,
.table .table-row-details button.btn-outline-primary,
.table .table-row-details button.btn-outline-danger,
.table .table-row-details button.btn-outline-success,
.table .table-row-details button.btn-outline-warning,
.table .table-row-details button.btn-outline-info,
.table .table-row-details button.btn-outline-secondary,
.table .table-row-details button.btn-outline-transparent,
.table .table-row-details a.btn-outline-primary:focus,
.table .table-row-details a.btn-outline-danger:focus,
.table .table-row-details a.btn-outline-success:focus,
.table .table-row-details a.btn-outline-warning:focus,
.table .table-row-details a.btn-outline-info:focus,
.table .table-row-details a.btn-outline-secondary:focus,
.table .table-row-details a.btn-outline-transparent:focus,
.table .table-row-details button.btn-outline-primary:focus,
.table .table-row-details button.btn-outline-danger:focus,
.table .table-row-details button.btn-outline-success:focus,
.table .table-row-details button.btn-outline-warning:focus,
.table .table-row-details button.btn-outline-info:focus,
.table .table-row-details button.btn-outline-secondary:focus,
.table .table-row-details button.btn-outline-transparent:focus {
  color: #111111 !important;
}

.table .table-row-details a.btn-outline-primary:hover,
.table .table-row-details a.btn-outline-primary:active,
.table .table-row-details a.btn-outline-primary:focus-visible,
.table .table-row-details a.btn-outline-danger:hover,
.table .table-row-details a.btn-outline-danger:active,
.table .table-row-details a.btn-outline-danger:focus-visible,
.table .table-row-details a.btn-outline-success:hover,
.table .table-row-details a.btn-outline-success:active,
.table .table-row-details a.btn-outline-success:focus-visible,
.table .table-row-details a.btn-outline-warning:hover,
.table .table-row-details a.btn-outline-warning:active,
.table .table-row-details a.btn-outline-warning:focus-visible,
.table .table-row-details a.btn-outline-info:hover,
.table .table-row-details a.btn-outline-info:active,
.table .table-row-details a.btn-outline-info:focus-visible,
.table .table-row-details a.btn-outline-secondary:hover,
.table .table-row-details a.btn-outline-secondary:active,
.table .table-row-details a.btn-outline-secondary:focus-visible,
.table .table-row-details button.btn-outline-primary:hover,
.table .table-row-details button.btn-outline-primary:active,
.table .table-row-details button.btn-outline-primary:focus-visible,
.table .table-row-details button.btn-outline-danger:hover,
.table .table-row-details button.btn-outline-danger:active,
.table .table-row-details button.btn-outline-danger:focus-visible,
.table .table-row-details button.btn-outline-success:hover,
.table .table-row-details button.btn-outline-success:active,
.table .table-row-details button.btn-outline-success:focus-visible,
.table .table-row-details button.btn-outline-warning:hover,
.table .table-row-details button.btn-outline-warning:active,
.table .table-row-details button.btn-outline-warning:focus-visible,
.table .table-row-details button.btn-outline-info:hover,
.table .table-row-details button.btn-outline-info:active,
.table .table-row-details button.btn-outline-info:focus-visible,
.table .table-row-details button.btn-outline-secondary:hover,
.table .table-row-details button.btn-outline-secondary:active,
.table .table-row-details button.btn-outline-secondary:focus-visible {
  color: #111111 !important;
}

.table-row-details-sub .table thead,
.table-row-details-sub .table tfoot,
.table-row-details-sub .table thead th,
.table-row-details-sub .table tfoot th {
  background-color: #3a5a40 !important;
  color: #ffffff;
}

.table-row-details-sub table,
.table-row-details table tr .table-row-details-sub table {
  width: 97%;
  margin-left: 1.5% !important;
  margin-right: 1.5% !important;
  margin-bottom: 15px !important;
  border: 1px solid #3a5a40;
}

.table-row-details-sub table tr,
.table-row-details-sub table tr:hover,
.table.datatables .table-row-details table tr.table-row-details-sub table > tbody > tr,
.table.datatables .table-row-details table tr.table-row-details-sub table > tbody > tr:hover {
  color: #000000;
  background-color: #a3b18a !important;
}

.table-row-details-sub table tbody tr:nth-child(even),
.table.datatables .table-row-details table tr.table-row-details-sub table > tbody > tr:nth-child(even),
.table.datatables .table-row-details table tr.table-row-details-sub table > tbody > tr:nth-child(even):hover {
  background-color: #dad7cd !important;
}

.table.datatables > tbody > tr > td .text-danger {
  color: #ff8e98 !important;
}

.table.datatables > tbody > tr > td .text-success {
  color: #7cf29a !important;
}

.table.datatables > tbody > tr > td .text-teal {
  color: #0c6351 !important;
}

.table.datatables > tbody > tr > td .bg-danger-lt {
  background-color: #b94b5a !important;
}

.table.datatables > tbody > tr > td .bg-red-lt {
  background-color: #e05260 !important;
}

.table.datatables > tbody > tr > td .bg-orange-lt {
  background-color: #e29d3e !important;
}

.table.datatables > tbody > tr > td .bg-purple-lt {
  background-color: #9b6ef3 !important;
}

.table.datatables > tbody > tr > td .bg-teal-lt {
  background-color: #2ec4a6 !important;
}

.modal .form-label {
  margin-bottom: 0 !important;
  margin-left: 2px !important;
  color: #ffffff !important;
}

.modal .carousel-control-prev-icon,
.modal .carousel-control-next-icon,
.modal .carousel-indicators [data-bs-target] {
  filter: invert(1);
}

.col-form-label.required::after,
.form-label.required::after {
  content: none !important;
}

.form-select {
  padding: 0.48rem 3rem 0.48rem 1rem !important;
}

.col-form-label.required::before,
.form-label.required::before {
  content: '*';
  margin-right: 0.25rem;
  color: #d63939;
}

.modal-body div:has(input[required], select[required], textarea[required]) > .form-label::before {
  content: '*';
  margin-right: 0.25rem;
  color: #d63939;
}

.animation-dots {
  display: inline-flex;
}

.animation-dots span {
  letter-spacing: 4px;
  opacity: 0.2;
  animation: animation-dots-blink 1s infinite;
}

.animation-dots span:nth-child(1) {
  animation-delay: 0s;
}

.animation-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.animation-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes animation-dots-blink {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@media (min-width: 576px) {
  .modal-xxl {
    min-width: 90%;
    --tblr-modal-width: 90%;
  }
}

@media (min-width: 1300px) {
  .modal-xxl {
    width: 1240px;
    --tblr-modal-width: 1240px;
  }
}

@media (min-width: 1550px) {
  .modal-xxl {
    width: 1500px;
    --tblr-modal-width: 1500px;
  }
}

.datatables-context-menu .dropdown-menu {
  display: inline-block;
}

.datatables {
  position: relative !important;
}

div.dts div.dt-scroll-body,
div.dts div.dataTables_scrollBody {
  background: transparent;
}

.dt-scroll-body > div:nth-child(3) {
  display: none !important;
}

.dt-scroll-body > div {
  height: 100% !important;
}

.datatables-context-menu .dropdown-menu {
  padding: 0.5rem 0;
}

.datatables-context-menu .dropdown-menu .dropdown-divider {
  margin: 0.5rem 0;
  border-top: 1px solid #e9ecef;
}

.datatables-context-menu .dropdown-menu .dropdown-item {
  cursor: pointer;
  padding: 0.5rem 1rem;
}

.datatables-context-menu .dropdown-menu .dropdown-item:hover {
  background-color: #e6e6e6 !important;
}

.datatables-context-menu .dropdown-menu {
  padding: 0;
  border-radius: 6px;
  border: 1px solid #dddddd;
}

.datatables-context-menu .dropdown-item:nth-child(even) {
  background-color: #ffffff !important;
}

.datatables-context-menu .dropdown-item:nth-child(odd) {
  background-color: #ffffff !important;
}

.datatables-context-menu .dropdown-item:hover {
  background-color: #f9f9fa !important;
}

.datatables-context-menu .dropdown-menu,
.datatables-context-menu .dropdown-item.active,
.datatables-context-menu .dropdown-item:active {
  color: #000000 !important;
  border-radius: 6px;
}

.datatables-context-menu .dropdown-header {
  color: #000000 !important;
}

.datatables-context-menu .dropdown-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.datatables-context-menu .dropdown-item:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.datatables-context-menu .dropdown-item {
  cursor: pointer;
}

.dt-container .dt-search label {
  color: #ffffff !important;
}

table.datatables {
  border-radius: 0px !important;
}

.btn-close:focus,
.btn-close:focus-visible {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.dt-container .dt-buttons,
.dt-container .dt-scroll {
  background-color: #222831 !important;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.modal .dt-container .dt-buttons,
.modal .dt-container .dt-scroll {
  background-color: transparent !important;
}

.dt-container .dt-search {
  margin-top: 1px;
  background-color: transparent !important;
  z-index: 2;
}

.dt-container .dt-buttons {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.dt-container .datatables thead th {
  border-top: 1px solid #9aa3ae !important;
}

.table thead th:first-child {
  border-top-left-radius: 0 !important;
}
.table thead th:last-child {
  border-top-right-radius: 0 !important;
}

.datatables thead tr.filter select,
.datatables thead tr.filter .select-picker {
  position: relative;
  width: 100%;
  height: 30px;
  border-radius: 6px;
  z-index: 10 !important;
}

.datatables thead tr.filter select.disabled {
  background-color: #000000 !important;
}

.datatables thead tr.filter select.disabled:hover {
  background-color: #0c0c0c !important;
}

.dt-container .datatables thead .dt-column-title {
  position: relative;
  top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.dt-container .datatables thead th {
  height: 30px;
  border: 0 !important;
}

.dt-container .datatables thead tr.filter th {
  height: 35px;
}

.dt-container .datatables thead tr.filter div.select-picker > .dropdown-menu {
  position: fixed !important;
  width: 50% !important;
  max-width: 500px !important;
  min-width: 100px !important;
}

.dt-container .datatables thead tr.filter button.btn {
  height: 30px !important;
  min-height: 10px !important;
}

.dt-container .datatables thead tr.filter .bootstrap-select .dropdown-menu li,
.dt-container .datatables thead tr.filter .bootstrap-select .dropdown-menu li a {
  min-height: 38px;
}

.dt-container .datatables thead tr.filter .bootstrap-select .dropdown-menu ul,
.dt-container .datatables thead tr.filter .bootstrap-select .dropdown-menu li,
.dt-container .datatables thead tr.filter .bootstrap-select .dropdown-menu li a {
  width: 100% !important;
}

.dt-container .datatables thead .bootstrap-select .dropdown-menu {
  max-width: 500px !important;
  width: 50% !important;
  min-width: 100px !important;
}

.dt-container .datatables .filter select {
  padding: 0 5px;
}

.dt-container *,
.modal {
  scrollbar-color: rgb(255 255 255 / 74%) transparent;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0;
}

table.dataTable thead > tr > th.dt-ordering-asc:hover span.dt-column-order::after,
table.dataTable thead > tr > th.dt-ordering-desc:hover span.dt-column-order::before,
table.dataTable thead > tr > td.dt-ordering-asc:hover span.dt-column-order::after,
table.dataTable thead > tr > td.dt-ordering-desc:hover span.dt-column-order::before {
  opacity: 0.6 !important;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 1 !important;
}

.dt-container .dt-search input {
  width: calc(100% - 60px) !important;
  height: 30px;
  min-height: 30px;
  margin: 4px !important;
  padding: 5px 0px 5px 5px;
  background-color: #393e46 !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 1rem;
  border-radius: 4px;
}

.dt-scroll-headInner thead .filter select {
  background-color: #393e46;
  color: #fff;
  border-radius: 0;
  border-color: #ffffff;
  border: 0;
  border-bottom: 1px solid #f6f8fb;
  cursor: pointer;
  margin-bottom: 4px;
}

table.datatables printconfig {
  display: none;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  background-color: #00adb5;
  border-radius: 6px;
}

.datatables tbody td span.no-truncate {
  white-space: normal !important;
  word-break: normal !important;
  word-wrap: break-word !important;
}

table.dataTable input.dt-select-checkbox {
  width: 16px !important;
  height: 16px !important;
  font-size: 14px !important;
  border: 2px solid #989898 !important;
  cursor: pointer;
}

table.dataTable input.dt-select-checkbox:checked {
  border: 2px solid #fafafa !important;
}

table.dataTable input.dt-select-checkbox:checked:after {
  margin-top: 0px !important;
  margin-left: 1px !important;
  content: '\2714';
}

table.dataTable input.dt-select-checkbox:indeterminate:after {
  top: 4px !important;
  left: 4px !important;
  background-color: #989898 !important;
}

table.dataTable thead th input.dt-select-checkbox {
  margin-left: 12px;
}

.fslightboxb:hover {
  background: rgb(87 87 87 / 80%) !important;
}

.fslightbox-caption {
  min-height: 20px;
  padding: 0.75rem;
  background-color: #fcfdfe;
}

.fslightbox-details {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 120px;
  padding: 0.75rem;
  color: #e0e0e0;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  z-index: 9;
}

.fslightbox-details h3,
.fslightbox-details p {
  margin-bottom: 8px;
}

.fslightbox-caption .btn {
  border: 0;
  box-shadow: none;
}

.fslightbox-fade-in {
  display: grid;
}

.fslightbox-caption {
  order: 2;
}

.fslightbox-fso {
  width: 16px !important;
  height: 20px !important;
}

#page_login_sign_in > .container > .row > .col-12,
#page_register > .container > .row > .col-12,
#page_login_recovery > .container > .row > .col-12 {
  max-width: 600px;
}

#page_login_sign_in .card-login,
#page_register .card-login,
#page_login_recovery .card-login,
#page_login_sign_in .alert,
#page_register .alert,
#page_login_recovery .alert {
  border-radius: 24px;
}

#page_login_sign_in .card-body .container-buttons a,
#page_login_sign_in .card-body .container-buttons button,
#page_register .card-body .container-buttons a,
#page_register .card-body .container-buttons button,
#page_login_recovery .card-body .container-buttons a,
#page_login_recovery .card-body .container-buttons button {
  width: 100%;
  margin: 20px 0 0 0 !important;
}

#page_login_sign_in .card-login input,
#page_login_sign_in .card-login button,
#page_login_sign_in .card-login a,
#page_register .card-login input,
#page_register .card-login button,
#page_register .card-login a,
#page_login_recovery .card-login input,
#page_login_recovery .card-login button,
#page_login_recovery .card-login a {
  border-radius: 8px;
}

#page_login_sign_in .btn-password,
#page_register .btn-password,
#page_profile_sign_in .btn-password {
  background-color: #ffffff !important;
  border-top: 1px solid #ced4da !important;
  border-right: 1px solid #ced4da !important;
  border-bottom: 2px solid #ced4da !important;
  border-left: 0 !important;
  padding-right: 10px;
}

#page_register .btn-password:hover,
#page_register .btn-password:focus,
#page_register .btn-password:active,
#page_register .btn-password:focus-visible,
#page_register .btn-password:target,
#page_register .btn-password:focus-within,
#page_login_sign_in .btn-password:hover,
#page_login_sign_in .btn-password:focus,
#page_login_sign_in .btn-password:active,
#page_login_sign_in .btn-password:focus-visible,
#page_login_sign_in .btn-password:target,
#page_login_sign_in .btn-password:focus-within,
#page_profile_sign_in .btn-password:hover,
#page_profile_sign_in .btn-password:focus,
#page_profile_sign_in .btn-password:active,
#page_profile_sign_in .btn-password:focus-visible,
#page_profile_sign_in .btn-password:target,
#page_profile_sign_in .btn-password:focus-within {
  color: #494848 !important;
}

.border-radius-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.border-radius-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.modal .smallTable {
  width: 100%;
  min-height: 10px;
  max-height: 250px;
  overflow-y: auto;
  border: 0;
  margin: 0.5rem 0 0 0;
  border-radius: 4px;
}

.modal .smallTable .table {
  margin: 0;
}

.modal .smallTable p {
  background-color: #faebd7;
}

.modal .smallTable .table tbody td {
  min-width: 10px;
}

.modal .smallTable tbody tr,
.modal .smallTable tbody td,
.modal .smallTable tbody tr:nth-of-type(even),
.modal .smallTable tbody td:nth-of-type(even) {
  --tblr-table-color-type: white !important;
  --tblr-table-bg-type: #202021 !important;
  background-color: #202021 !important;
}

.modal .table tbody tr,
.modal .smallTable .table tbody,
.modal .smallTable .table tbody tr,
.modal .smallTable .table tbody tr:hover,
.modal .smallTable tr:nth-of-type(even) {
  background-color: #202021 !important;
}

.modal .table tbody tr:nth-child(even),
.modal .smallTable .table tbody tr:nth-child(even) {
  background-color: #202021 !important;
}

.modal .smallTable .btn-outline-danger i {
  color: #fd8d8d;
}

.modal .smallTable .btn-outline-danger:hover i {
  color: #ffffff;
}

.smallTable .table tbody td:first-child {
  width: 32px;
}

.smallTable-input > span {
  width: calc(100% - 45px) !important;
}

.smallTable .table tbody td i,
.smallTable-input button i {
  margin: 0;
}

.smallTable-input button {
  min-height: 38px;
}

.smallList,
.smallList .smallList-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.smallList .smallList-item,
.smallList .smallList-item img {
  position: relative;
  width: 40px !important;
  min-height: 40px !important;
  object-fit: cover;
}

.smallList .smallList-item img {
  height: 40px !important;
}

.smallList .smallList-input > button {
  width: 40px !important;
  height: 40px !important;
}

.smallList .smallList-input > button:after {
  display: none !important;
}

.smallList .smallList-item > button {
  opacity: 0;
}

.smallList .smallList-item:hover > button {
  opacity: 1;
}

.smallList .smallList-input select,
.smallList .smallList-input .select2 {
  min-width: 250px !important;
}

.smallList .smallList-input .select2 .selection {
  display: none !important;
}

.smallList .smallList-input .select2-container--focus {
  box-shadow: none !important;
}

.smallText {
  position: relative !important;
}

.smallText.active {
  background-color: #2b2c40 !important;
  padding: 1rem !important;
  border-radius: 4px !important;
}

.smallText-container {
  flex-grow: 1 !important;
  margin-right: 0.5rem !important;
}

.smallText input,
.smallText input:hover,
.smallText input:active,
.smallText input:focus,
.smallText input:focus-visible,
.smallText input:focus-within,
.smallText input:target {
  background-color: #6d6d93 !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

.w-auto {
  width: auto !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}

input[type='search'] {
  color-scheme: dark !important;
  -webkit-appearance: searchfield !important;
  appearance: auto !important;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button !important;
  appearance: auto !important;
  display: block !important;
  pointer-events: auto !important;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
  background: no-repeat center/100%
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>");
  cursor: pointer;
  opacity: 0.75;
}

input[type='search']::-webkit-search-cancel-button:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  #page_login_sign_in .card-body .container-buttons,
  #page_login_recovery .card-body .container-buttons {
    display: flex;
    flex-direction: column;
    margin-top: 10px !important;
  }
}

@media (min-width: 1600px) {
  .container-xxxl {
    max-width: 1560px;
  }

  .col-xxxl {
    flex: 1 0 0%;
    max-width: 100%;
  }

  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1800px) {
  .container-4xl {
    max-width: 1760px;
  }

  .col-4xl {
    flex: 1 0 0%;
    max-width: 100%;
  }

  .col-4xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-4xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-4xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-4xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-4xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-4xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-4xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-4xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-4xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-4xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-4xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-4xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-4xl-0 {
    margin-left: 0;
  }
  .offset-4xl-1 {
    margin-left: 8.333333%;
  }
  .offset-4xl-2 {
    margin-left: 16.666667%;
  }
  .offset-4xl-3 {
    margin-left: 25%;
  }
  .offset-4xl-4 {
    margin-left: 33.333333%;
  }
  .offset-4xl-5 {
    margin-left: 41.666667%;
  }
  .offset-4xl-6 {
    margin-left: 50%;
  }
  .offset-4xl-7 {
    margin-left: 58.333333%;
  }
  .offset-4xl-8 {
    margin-left: 66.666667%;
  }
  .offset-4xl-9 {
    margin-left: 75%;
  }
  .offset-4xl-10 {
    margin-left: 83.333333%;
  }
  .offset-4xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 2000px) {
  .container-5xl {
    max-width: 1960px;
  }

  .col-5xl {
    flex: 1 0 0%;
    max-width: 100%;
  }

  .col-5xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-5xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-5xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-5xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-5xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-5xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-5xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-5xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-5xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-5xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-5xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-5xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-5xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-5xl-0 {
    margin-left: 0;
  }
  .offset-5xl-1 {
    margin-left: 8.333333%;
  }
  .offset-5xl-2 {
    margin-left: 16.666667%;
  }
  .offset-5xl-3 {
    margin-left: 25%;
  }
  .offset-5xl-4 {
    margin-left: 33.333333%;
  }
  .offset-5xl-5 {
    margin-left: 41.666667%;
  }
  .offset-5xl-6 {
    margin-left: 50%;
  }
  .offset-5xl-7 {
    margin-left: 58.333333%;
  }
  .offset-5xl-8 {
    margin-left: 66.666667%;
  }
  .offset-5xl-9 {
    margin-left: 75%;
  }
  .offset-5xl-10 {
    margin-left: 83.333333%;
  }
  .offset-5xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 2200px) {
  .container-6xl {
    max-width: 2160px;
  }

  .col-6xl {
    flex: 1 0 0%;
    max-width: 100%;
  }

  .col-6xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-6xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-6xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-6xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-6xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-6xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-6xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-6xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-6xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-6xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-6xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-6xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-6xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-6xl-0 {
    margin-left: 0;
  }
  .offset-6xl-1 {
    margin-left: 8.333333%;
  }
  .offset-6xl-2 {
    margin-left: 16.666667%;
  }
  .offset-6xl-3 {
    margin-left: 25%;
  }
  .offset-6xl-4 {
    margin-left: 33.333333%;
  }
  .offset-6xl-5 {
    margin-left: 41.666667%;
  }
  .offset-6xl-6 {
    margin-left: 50%;
  }
  .offset-6xl-7 {
    margin-left: 58.333333%;
  }
  .offset-6xl-8 {
    margin-left: 66.666667%;
  }
  .offset-6xl-9 {
    margin-left: 75%;
  }
  .offset-6xl-10 {
    margin-left: 83.333333%;
  }
  .offset-6xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 2400px) {
  .container-7xl {
    max-width: 2360px;
  }

  .col-7xl {
    flex: 1 0 0%;
    max-width: 100%;
  }

  .col-7xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-7xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-7xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-7xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-7xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-7xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-7xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-7xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-7xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-7xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-7xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-7xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-7xl-0 {
    margin-left: 0;
  }
  .offset-7xl-1 {
    margin-left: 8.333333%;
  }
  .offset-7xl-2 {
    margin-left: 16.666667%;
  }
  .offset-7xl-3 {
    margin-left: 25%;
  }
  .offset-7xl-4 {
    margin-left: 33.333333%;
  }
  .offset-7xl-5 {
    margin-left: 41.666667%;
  }
  .offset-7xl-6 {
    margin-left: 50%;
  }
  .offset-7xl-7 {
    margin-left: 58.333333%;
  }
  .offset-7xl-8 {
    margin-left: 66.666667%;
  }
  .offset-7xl-9 {
    margin-left: 75%;
  }
  .offset-7xl-10 {
    margin-left: 83.333333%;
  }
  .offset-7xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 2600px) {
  .container-8xl {
    max-width: 2560px;
  }

  .col-8xl {
    flex: 1 0 0%;
    max-width: 100%;
  }

  .col-8xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-8xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-8xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-8xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-8xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-8xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-8xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-8xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-8xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-8xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-8xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-8xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-8xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-8xl-0 {
    margin-left: 0;
  }
  .offset-8xl-1 {
    margin-left: 8.333333%;
  }
  .offset-8xl-2 {
    margin-left: 16.666667%;
  }
  .offset-8xl-3 {
    margin-left: 25%;
  }
  .offset-8xl-4 {
    margin-left: 33.333333%;
  }
  .offset-8xl-5 {
    margin-left: 41.666667%;
  }
  .offset-8xl-6 {
    margin-left: 50%;
  }
  .offset-8xl-7 {
    margin-left: 58.333333%;
  }
  .offset-8xl-8 {
    margin-left: 66.666667%;
  }
  .offset-8xl-9 {
    margin-left: 75%;
  }
  .offset-8xl-10 {
    margin-left: 83.333333%;
  }
  .offset-8xl-11 {
    margin-left: 91.666667%;
  }
}

.container-xxxl,
.container-4xl,
.container-5xl,
.container-6xl,
.container-7xl,
.container-8xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

.select2-selection__rendered,
.select2-selection__placeholder,
.select2-results__options li {
  font-size: 0.9rem !important;
}

.select2-results__options li {
  padding-left: 26px !important;
  color: #212529 !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  display: flex;
  align-items: center;
  border: none !important;
  box-shadow: none !important;
  border: 1px solid #ced4da !important;
  border-bottom: 2px solid #ced4da !important;
}

.select2-container--bootstrap-5 .select2-selection,
.select2-container--bootstrap-5 .select2-selection--single,
.select2-container--bootstrap-5 .select2-selection--multiple {
  border-bottom: 2px solid #ced4da !important;
}

.select2-selection__placeholder {
  color: #ffffff !important;
}

.select2-selection--multiple {
  background-color: #ebedf0 !important;
}

.select2-search--inline {
  max-width: 150px;
  background-color: #fff !important;
  border: 1px solid #ced4da;
  border-radius: 4px;
  margin-left: 1px;
}

.modal .select2-search--inline,
.submitFilter .select2-search--inline {
  margin-left: 0px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
  color: #292828 !important;
  background-color: #e9ecef !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected='true'] {
  color: #292828 !important;
  background-color: #dcf2f1 !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected='true']::before {
  content: '✔ ';
  color: #008000;
  margin-left: -15px;
}

.select2-container--bootstrap-5 .select2-dropdown {
  border-color: #ced4da !important;
}

.select2-selection__choice {
  padding: 0 10px 0 0 !important;
  font-size: 0.8rem !important;
  background-color: #e9ecef !important;
}

.select2-selection__rendered .select2-selection__choice {
  background-color: #a2d5c6 !important;
  border-radius: 8px;
}

.select2-selection__choice__remove {
  padding: 15px !important;
  background-color: #a2d5c6 !important;
  font-size: 0 !important;
}

.select2-selection__choice__remove:hover {
  background-color: #cfffe2 !important;
  cursor: pointer !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  min-width: 120px !important;
}

ul.select2-selection__rendered {
  max-width: 100%;
  padding-bottom: 1px !important;
}

ul.select2-selection__rendered > li {
  min-height: 25px !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  min-height: 23px;
  padding: 0 10px;
}

.select2-container--focus {
  color: var(--tblr-body-color);
  background-color: var(--tblr-bg-forms);
  border-color: #80aad3;
  outline: 0;
  box-shadow:
    var(--tblr-box-shadow-input),
    0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
  border-radius: 4px;
}

.select2-dropdown {
  background-color: #f2efe7 !important;
}

.select2-dropdown .select2-search {
  border: 1px solid #006a71 !important;
  border-bottom: 0 !important;
}

.select2-dropdown .select2-results {
  border: 1px solid #006a71 !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #000 !important;
  background-color: #d1ccbf !important;
}

.modal .modal-content,
.modal .modal-header,
.modal .modal-body,
.modal .modal-alert,
.modal .modal-footer {
  background-color: #060202 !important;
  border: 0 !important;
  color: #fff !important;
}

.modal .card-header-tabs {
  background-color: #2f2f2f !important;
  border: 0 !important;
  color: #fff !important;
}

.modal .modal-content .nav-tabs .nav-link:hover,
.modal .modal-content .nav-tabs .nav-link.active {
  background-color: #060202 !important;
  border: 1px solid #2f2f2f !important;
  color: #fff !important;
}

.modal .dt-container {
  background-color: #060202 !important;
}

.modal .dt-scroll-body td .btn-outline-success,
.modal .dt-scroll-body td .text-success {
  color: #a5fd93 !important;
}

.modal .dt-scroll-body td .btn-outline-primary,
.modal .dt-scroll-body td .text-primary {
  color: #93b8fd !important;
}

.modal .dt-scroll-body td .btn-outline-danger,
.modal .dt-scroll-body td .text-danger {
  color: #fd9393 !important;
}

.modal .dt-scroll-body td .btn-outline-warning,
.modal .dt-scroll-body td .text-warning {
  color: #fddb93 !important;
}

.modal .dt-scroll-body td .btn-outline-success:hover,
.modal .dt-scroll-body td .btn-outline-primary:hover,
.modal .dt-scroll-body td .btn-outline-danger:hover,
.modal .dt-scroll-body td .btn-outline-warning:hover {
  color: #ffffff !important;
}

.modal .modal-body {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.modal .modal-footer button[data-bs-dismiss='modal'] {
  display: none;
}

.modal .modal-content,
.modal .modal-header {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}

.modal .modal-content,
.modal .modal-footer {
  border-bottom-left-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}

.modal .modal-backdrop.show {
  opacity: 0.85 !important;
}

.modal .modal-backdrop {
  background-color: #000000 !important;
}

.modal .bootstrap-select button,
.modal .bootstrap-select button:hover,
.modal input.form-control,
.modal input.form-control:hover,
.modal select.form-control,
.modal select.form-control:hover,
.modal textarea.form-control,
.modal textarea.form-control:hover,
.modal button.form-control,
.modal button.form-control:hover,
.modal div.daterange,
.modal div.daterange:hover,
.modal .select2-container--bootstrap-5 .select2-selection,
.modal .select2-container--bootstrap-5 .select2-selection--single,
.modal .select2-container--bootstrap-5 .select2-selection--multiple,
.modal .select2-container--bootstrap-5.select2-container--focus .select2-selection,
.modal .select2-container--bootstrap-5.select2-container--open .select2-selection,
.modal .select2-search--inline,
.modal .select2-search--inline:hover {
  background-color: #2f2f2f !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

.modal input.form-control.is-invalid,
.modal input.form-control.is-invalid:hover,
.modal select.form-control.is-invalid,
.modal select.form-control.is-invalid:hover,
.modal textarea.form-control.is-invalid,
.modal textarea.form-control.is-invalid:hover,
.modal button.form-control.is-invalid,
.modal button.form-control.is-invalid:hover {
  border: 1px solid #d63939 !important;
  border-color: #d63939 !important;
  background-image: none !important;
}

.modal input[type='date']::-webkit-calendar-picker-indicator,
.modal input[type='datetime']::-webkit-calendar-picker-indicator,
.modal input[type='datetime-local']::-webkit-calendar-picker-indicator,
.modal input[type='time']::-webkit-calendar-picker-indicator,
.modal input[type='month']::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.modal .modal-body .select2-container--bootstrap-5 .selection .select2-selection--multiple,
.modal .select2-container--bootstrap-5 .select2-selection--multiple,
.modal .select2-container--bootstrap-5 .select2-selection--multiple:hover,
.modal .select2-selection--multiple,
.modal .select2-selection--multiple:hover,
.modal .select2-selection > ul,
.modal .select2-selection > ul:hover,
.submitFilter .select2-container--bootstrap-5 .selection .select2-selection--multiple,
.submitFilter .select2-container--bootstrap-5 .select2-selection--multiple,
.submitFilter .select2-container--bootstrap-5 .select2-selection--multiple:hover,
.submitFilter .select2-selection--multiple,
.submitFilter .select2-selection--multiple:hover,
.submitFilter .select2-selection > ul,
.submitFilter .select2-selection > ul:hover {
  width: 100%;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.select2-selection--multiple::after {
  content: '▾';
  position: absolute;
  right: 10px;
  top: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #000000;
}

.select2-container--open .select2-selection--multiple::after {
  content: '▴';
}

.modal .select2-selection--multiple::after {
  color: #ffffff;
}

.modal .select2-container--focus,
.submitFilter .select2-container--focus {
  background-color: transparent !important;
}

.modal .select2-search--inline,
.submitFilter .select2-search--inline {
  order: 1 !important;
  min-height: 40px !important;
}

.modal .select2-search--inline > input.select2-search__field,
.submitFilter .select2-search--inline > input.select2-search__field {
  color: #ffffff !important;
}

.modal .select2-selection__choice,
.submitFilter .select2-selection__choice {
  order: 3 !important;
}

.modal .select2-container--open,
.submitFilter .select2-container--open {
  order: 2 !important;
}

.modal .select2-container--bootstrap-5 .select2-selection--multiple .select2-search,
.submitFilter .select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
  min-height: 32px !important;
  margin-right: 5px;
  margin-bottom: 5px;
  min-width: 100%;
}

.submitFilter > form {
  height: 100%;
  opacity: 1;
  transition: all 0.5s ease;
  margin-top: 5px;
}

.submitFilter > form.hide {
  height: 0;
  opacity: 0;
  display: none;
}

.submitFilter .bootstrap-select button,
.submitFilter .bootstrap-select button:hover,
.submitFilter input.form-control,
.submitFilter input.form-control:hover,
.submitFilter button.form-control,
.submitFilter button.form-control:hover,
.submitFilter div.daterange,
.submitFilter div.daterange:hover,
.submitFilter .select2-search--inline,
.submitFilter .select2-search--inline:hover,
.submitFilter .select2-selection {
  min-height: 32px !important;
}

.submitFilter .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  margin-top: -3px;
}

.tox .tox-tinymce,
.tox .tox-editor-container,
.tox .tox-editor-header,
.tox .tox-toolbar-overlord,
.tox .tox-toolbar__primary,
.tox .tox-sidebar-wrap,
.tox .tox-edit-area,
.tox .tox-sidebar,
.tox .tox-toolbar__overflow {
  background-color: #2f2f2f !important;
}

.tox .tox-collection__item:hover {
  cursor: pointer;
}

.tox :not(svg):not(rect) {
  object-fit: cover;
}

.modal .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  color: #ffffffbb !important;
}

.modal .select2-container--bootstrap-5 .select2-selection--single {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
}

.modal .modal-header h1,
.modal .modal-header h2,
.modal .modal-header h3,
.modal .modal-header p,
.modal .modal-header strong,
.modal .modal-header span,
.modal .modal-footer h1,
.modal .modal-footer h2,
.modal .modal-footer h3,
.modal .modal-footer p,
.modal .modal-footer strong,
.modal .modal-footer span,
.modal #upload_form .dropzone {
  font-weight: 500 !important;
}

.modal #upload_form .dropzone .btn-outline-primary {
  border-radius: 16px;
  padding: 8px 16px;
}

#upload_form .dropzone .btn-outline-primary {
  margin-left: 10px;
}

.modal .modal-footer {
  padding: 6px 24px 24px 24px !important;
}

.modal .modal-footer .btn {
  background-color: #c9c9c9;
  color: #000000;
  border: 0 !important;
  border-radius: 16px;
  padding: 8px 14px !important;
}

.modal .modal-footer .btn i {
  color: #000000;
}

.modal #upload_preview {
  background-color: #3f3f3e !important;
}

.modal .modal-footer .btn:hover {
  background-color: #dfdbdb;
}

.modal .alert {
  border-radius: 16px;
}

.modal .dropzone {
  color: #ccc;
}

.modal #upload_form .dropzone .btn-outline-primary {
  padding: 8px 14px;
}

.modal .table thead,
.modal .table thead th,
.modal .table thead tr,
.modal .table thead td,
.modal .table tfoot,
.modal .table tfoot th,
.modal .table tfoot tr,
.modal .table tfoot td {
  background-color: #060202 !important;
  color: #ffffff !important;
}

.modal .modal-tab .nav-pills .active,
.modal .modal-tab .nav-pills .nav-link.active,
.modal .modal-tab .nav-pills .nav-link:active,
.modal .modal-tab .nav-pills .nav-link:focus,
.modal .modal-tab .nav-pills .nav-link:hover {
  color: #ffffff !important;
}

.modal .modal-tab .nav-pills .active,
.modal .modal-tab .nav-pills .nav-link.active,
.modal .modal-tab .nav-pills .nav-link:active,
.modal .modal-tab .nav-pills .nav-link:focus {
  background-color: #424242 !important;
}

.modal .modal-tab .nav-pills button {
  margin-bottom: 0.5rem;
}

.modal .modal-tab .nav-link i {
  margin-right: 0.5rem;
}

.modal .modal-tab .tab-content,
.modal .modal-tab .tab-content .tab-pane {
  background-color: transparent !important;
  color: #ffffff !important;
  min-height: 100%;
}

.modal[data-auto-save] #submit {
  display: none;
}

.modal input.form-control:disabled,
.modal select.form-control:disabled,
.modal textarea.form-control:disabled,
.modal button.form-control:disabled {
  color: #717171 !important;
}

.theme-toggle-btn i {
  margin: 0rem !important;
}

.loader-coffe {
  width: 48px;
  height: 40px;
  margin-top: 30px;
  display: inline-block;
  position: relative;
  background: #fff;
  border-radius: 15% 15% 35% 35%;
}

.loader-coffe::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 45px;
  top: 8px;
  border: 4px solid #fff;
  width: 16px;
  height: 20px;
  border-radius: 0 4px 4px 0;
}

.loader-coffe::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  color: #fff;
  top: -15px;
  left: 11px;
  box-sizing: border-box;
  animation: animloader-coffe 1s ease infinite;
}

@keyframes animloader-coffe {
  0% {
    box-shadow:
      2px 0px rgba(255, 255, 255, 0),
      12px 0px rgba(255, 255, 255, 0.3),
      20px 0px rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow:
      2px -5px rgba(255, 255, 255, 0.5),
      12px -3px rgba(255, 255, 255, 0.5),
      20px -2px rgba(255, 255, 255, 0.6);
  }
  100% {
    box-shadow:
      2px -8px rgba(255, 255, 255, 0),
      12px -5px rgba(255, 255, 255, 0),
      20px -5px rgba(255, 255, 255, 0);
  }
}

.datatables-skeleton {
  display: inline-block;
  width: 80%;
  height: 20px;
  margin: 8px 4px;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 5px;
  animation: datatables-shimmer 2s infinite linear;
  background: linear-gradient(to right, #f1f5f930 4%, #e2e8f057 25%, #f1f5f940 36%);
  background-size: 1000px 100%;
}

@keyframes datatables-shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

[data-bs-theme='light'] {
  :host,
  :root {
    -tblr-body-color: #000000 !important;
  }

  p,
  span,
  strong,
  small,
  label,
  a,
  i,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  li,
  ul,
  ol,
  div {
    color: #000000;
  }

  html,
  body,
  body > .page,
  body > .page > .page-wrapper {
    background-color: #eaefef;
    color: #000;
  }

  .table tbody tr {
    background-color: #ffffff !important;
    color: #212529 !important;
  }

  .dt-container .dt-search input,
  input[type='search'],
  table.dataTable span.dtcc div.dtcc-search > div input {
    background-color: #ffffff !important;
    border: 1px solid #dee2e6 !important;
    color: #212529 !important;
  }

  .table.datatables tr {
    background-color: #ffffff !important;
  }

  .table tbody tr:nth-child(even) {
    background-color: #f8f9fa !important;
  }

  .table.datatables td {
    border-color: #dee2e6 !important;
  }

  table.dataTable thead > tr > th.dt-orderable-asc:hover,
  table.dataTable thead > tr > th.dt-orderable-desc:hover,
  table.dataTable thead > tr > td.dt-orderable-asc:hover,
  table.dataTable thead > tr > td.dt-orderable-desc:hover {
    background-color: #e2e8f0;
    color: #0f172a;
  }

  .table.datatables tr,
  .table tbody tr,
  .table tbody tr:nth-child(even) {
    background-color: #ffffff !important;
  }

  .table.datatables tr:hover,
  .table tbody tr:hover {
    background-color: #f1f5f9 !important;
  }

  .table tbody tr:nth-child(even) {
    background-color: #ffffff !important;
  }

  .table.datatables tr,
  .table tbody tr,
  .table tbody tr:nth-child(even) {
    color: #212529 !important;
  }

  .table.datatables tr i,
  .table tbody tr i {
    color: #64748b !important;
  }

  .table.datatables tr button:hover i,
  .table tbody tr button:hover i,
  .table.datatables tr a:hover i,
  .table tbody tr a:hover i {
    color: #ffffff !important;
  }

  .table.datatables td {
    border-color: #e2e8f0 !important;
  }

  table.dataTable span.dtcc div.dtcc-search > div div.dtcc-search-type-icon svg {
    color: #000000 !important;
  }

  .dt-container {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
  }

  .dt-info,
  .dt-search label {
    color: #212529 !important;
  }

  .dt-container div.dt-scroll {
    border-bottom: 1px solid #e2e8f0 !important;
  }

  .dt-container .dt-buttons,
  .dt-container .dt-scroll,
  .dt-container .dt-search,
  .table thead,
  .table tfoot,
  .table thead th,
  .table tfoot th {
    background-color: #f8f9fa !important;
    color: #212529 !important;
  }

  .dt-scroll-headInner thead .filter select {
    background-color: #ffffff;
    color: #212529;
    border: 1px solid #ced4da;
  }

  .modal .bootstrap-select button,
  .modal .bootstrap-select button:hover,
  .modal input.form-control,
  .modal input.form-control:hover,
  .modal select.form-control,
  .modal select.form-control:hover,
  .modal textarea.form-control,
  .modal textarea.form-control:hover,
  .modal button.form-control,
  .modal button.form-control:hover,
  .modal div.daterange,
  .modal div.daterange:hover,
  .modal .select2-container--bootstrap-5 .select2-selection,
  .modal .select2-container--bootstrap-5 .select2-selection--single,
  .modal .select2-container--bootstrap-5 .select2-selection--multiple,
  .modal .select2-container--bootstrap-5.select2-container--focus .select2-selection,
  .modal .select2-container--bootstrap-5.select2-container--open .select2-selection,
  .modal .select2-search--inline,
  .modal .select2-search--inline:hover {
    background-color: #d3d3d3 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #000 !important;
  }

  .select2-selection__placeholder {
    color: #000 !important;
  }

  .table a.btn-outline-primary,
  .table a.btn-outline-danger,
  .table a.btn-outline-success,
  .table a.btn-outline-warning,
  .table a.btn-outline-info,
  .table a.btn-outline-secondary,
  .table a.btn-outline-transparent,
  .table button.btn-outline-primary,
  .table button.btn-outline-danger,
  .table button.btn-outline-success,
  .table button.btn-outline-warning,
  .table button.btn-outline-info,
  .table button.btn-outline-secondary,
  .table button.btn-outline-transparent,
  .table a.btn-outline-primary:focus,
  .table a.btn-outline-danger:focus,
  .table a.btn-outline-success:focus,
  .table a.btn-outline-warning:focus,
  .table a.btn-outline-info:focus,
  .table a.btn-outline-secondary:focus,
  .table a.btn-outline-transparent:focus,
  .table button.btn-outline-primary:focus,
  .table button.btn-outline-danger:focus,
  .table button.btn-outline-success:focus,
  .table button.btn-outline-warning:focus,
  .table button.btn-outline-info:focus,
  .table button.btn-outline-secondary:focus,
  .table button.btn-outline-transparent:focus {
    color: #64748b !important;
  }

  /* --- Additional Light Mode Styles --- */

  /* Modals */
  .modal .modal-content,
  .modal .modal-header,
  .modal .modal-body,
  .modal .modal-footer {
    background-color: #f3f3f3 !important;
    color: #212529 !important;
    border-color: #dee2e6 !important;
  }

  .modal-header .btn-close {
    background: transparent
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
      center/1em auto no-repeat !important;
    filter: none !important;
    opacity: 0.5;
  }

  /* Forms & Inputs */
  .modal input.form-control,
  .modal select.form-control,
  .modal textarea.form-control,
  .modal button.form-control,
  .modal .form-control,
  .modal .form-select,
  .modal .input-group-text,
  .form-control,
  .form-select,
  .input-group-text,
  input.form-control,
  select.form-control,
  textarea.form-control {
    background-color: #ffffff !important;
    border-color: #ced4da !important;
    color: #212529 !important;
  }

  /* Forms & Inputs */
  .modal .form-check-input,
  .form-check-input {
    background-color: #878787 !important;
  }

  .modal input.form-control:focus,
  .modal select.form-control:focus,
  .modal textarea.form-control:focus,
  .form-control:focus,
  .form-select:focus {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
  }

  .modal input.form-control::placeholder,
  .form-control::placeholder {
    color: #6c757d !important;
  }

  .form-floating > label {
    color: #212529 !important;
  }

  /* Select2 */
  .modal .select2-container--bootstrap-5 .select2-selection,
  .select2-container--bootstrap-5 .select2-selection {
    background-color: #ffffff !important;
    border: 1px solid #ced4da !important;
    color: #212529 !important;
  }

  .modal .select2-container--bootstrap-5 .select2-selection__rendered,
  .select2-container--bootstrap-5 .select2-selection__rendered {
    color: #212529 !important;
  }

  .modal .select2-container--bootstrap-5 .select2-dropdown,
  .select2-container--bootstrap-5 .select2-dropdown {
    background-color: #ffffff !important;
    border-color: #ced4da !important;
    color: #212529 !important;
  }

  .modal .select2-search--inline > input.select2-search__field,
  .select2-search--inline > input.select2-search__field {
    color: #212529 !important;
  }

  .modal .select2-results__option,
  .select2-results__option {
    color: #212529 !important;
    background-color: #ffffff;
  }

  .select2-results__option--highlighted {
    background-color: #e9ecef !important;
  }

  .modal .select2-selection__choice__remove {
    color: #000000 !important;
    background-color: transparent !important;
  }

  /* Tables Header */
  .table thead th {
    background-color: #f8f9fa !important;
    color: #212529 !important;
    border-bottom: 2px solid #dee2e6 !important;
  }

  table.dataTable span.dtcc button.dtcc-button,
  table.dataTable span.dtcc span.dtcc-button-icon,
  table.dataTable .dtcc-search-type-icon svg {
    color: #000000 !important;
  }

  /* Text & Icons */
  .modal h1,
  .modal h2,
  .modal h3,
  .modal h4,
  .modal h5,
  .modal h6,
  .modal .h1,
  .modal .h2,
  .modal .h3,
  .modal .h4,
  .modal .h5,
  .modal .h6,
  .modal .card-title,
  .modal .page-title,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  .card-title,
  .page-title,
  .page-body h1 > strong,
  .page-body h2 > strong,
  .page-body h3 > strong,
  .page-body h4 > strong,
  .page-body h5 > strong,
  .page-body h6 > strong {
    color: #212529 !important;
  }

  .modal .text-white,
  .card .text-white,
  .text-white {
    color: #212529 !important;
  }

  .modal .text-black,
  .card .text-black,
  .card .text-dark,
  .text-black,
  .text-dark {
    color: #ffffff !important;
  }

  .text-secondary,
  .text-muted {
    color: #6c757d !important;
  }

  .badge.text-white {
    color: #ffffff !important;
  }

  .badge.text-black {
    color: #000000 !important;
  }

  /* Cards */
  .card {
    background-color: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.125) !important;
  }

  .card-header,
  .card-footer {
    background-color: rgba(0, 0, 0, 0.03) !important;
    border-color: rgba(0, 0, 0, 0.125) !important;
    color: #212529 !important;
  }

  input[type='search'] {
    color-scheme: light !important;
  }

  .modal .form-label {
    color: #000000 !important;
  }

  .table-row-details .table thead,
  .table-row-details .table tfoot,
  .table-row-details .table thead th,
  .table-row-details .table tfoot th {
    background-color: #503c3c !important;
    color: #ffffff !important;
  }

  .table-row-details table {
    border: 1px solid #503c3c;
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.5);
  }

  .table-row-details.table.datatables tr,
  .table-row-details.table tbody tr,
  .table-row-details.table tbody tr:nth-child(even) {
    color: #ffffff !important;
  }

  .table-row-details .table td {
    border-color: #676767 !important;
  }

  .table-row-details .table tr {
    background-color: #c3b3b3 !important;
  }

  .table-row-details table tbody tr:nth-child(even) {
    background-color: #ebdddd !important;
    color: #000000 !important;
  }

  .table .table-row-details a.btn-outline-primary,
  .table .table-row-details a.btn-outline-danger,
  .table .table-row-details a.btn-outline-success,
  .table .table-row-details a.btn-outline-warning,
  .table .table-row-details a.btn-outline-info,
  .table .table-row-details a.btn-outline-secondary,
  .table .table-row-details a.btn-outline-transparent,
  .table .table-row-details button.btn-outline-primary,
  .table .table-row-details button.btn-outline-danger,
  .table .table-row-details button.btn-outline-success,
  .table .table-row-details button.btn-outline-warning,
  .table .table-row-details button.btn-outline-info,
  .table .table-row-details button.btn-outline-secondary,
  .table .table-row-details button.btn-outline-transparent,
  .table .table-row-details a.btn-outline-primary:focus,
  .table .table-row-details a.btn-outline-danger:focus,
  .table .table-row-details a.btn-outline-success:focus,
  .table .table-row-details a.btn-outline-warning:focus,
  .table .table-row-details a.btn-outline-info:focus,
  .table .table-row-details a.btn-outline-secondary:focus,
  .table .table-row-details a.btn-outline-transparent:focus,
  .table .table-row-details button.btn-outline-primary:focus,
  .table .table-row-details button.btn-outline-danger:focus,
  .table .table-row-details button.btn-outline-success:focus,
  .table .table-row-details button.btn-outline-warning:focus,
  .table .table-row-details button.btn-outline-info:focus,
  .table .table-row-details button.btn-outline-secondary:focus,
  .table .table-row-details button.btn-outline-transparent:focus {
    color: #111111 !important;
  }

  .table .table-row-details a.btn-outline-primary:hover,
  .table .table-row-details a.btn-outline-primary:active,
  .table .table-row-details a.btn-outline-primary:focus-visible,
  .table .table-row-details a.btn-outline-danger:hover,
  .table .table-row-details a.btn-outline-danger:active,
  .table .table-row-details a.btn-outline-danger:focus-visible,
  .table .table-row-details a.btn-outline-success:hover,
  .table .table-row-details a.btn-outline-success:active,
  .table .table-row-details a.btn-outline-success:focus-visible,
  .table .table-row-details a.btn-outline-warning:hover,
  .table .table-row-details a.btn-outline-warning:active,
  .table .table-row-details a.btn-outline-warning:focus-visible,
  .table .table-row-details a.btn-outline-info:hover,
  .table .table-row-details a.btn-outline-info:active,
  .table .table-row-details a.btn-outline-info:focus-visible,
  .table .table-row-details a.btn-outline-secondary:hover,
  .table .table-row-details a.btn-outline-secondary:active,
  .table .table-row-details a.btn-outline-secondary:focus-visible,
  .table .table-row-details button.btn-outline-primary:hover,
  .table .table-row-details button.btn-outline-primary:active,
  .table .table-row-details button.btn-outline-primary:focus-visible,
  .table .table-row-details button.btn-outline-danger:hover,
  .table .table-row-details button.btn-outline-danger:active,
  .table .table-row-details button.btn-outline-danger:focus-visible,
  .table .table-row-details button.btn-outline-success:hover,
  .table .table-row-details button.btn-outline-success:active,
  .table .table-row-details button.btn-outline-success:focus-visible,
  .table .table-row-details button.btn-outline-warning:hover,
  .table .table-row-details button.btn-outline-warning:active,
  .table .table-row-details button.btn-outline-warning:focus-visible,
  .table .table-row-details button.btn-outline-info:hover,
  .table .table-row-details button.btn-outline-info:active,
  .table .table-row-details button.btn-outline-info:focus-visible,
  .table .table-row-details button.btn-outline-secondary:hover,
  .table .table-row-details button.btn-outline-secondary:active,
  .table .table-row-details button.btn-outline-secondary:focus-visible {
    color: #111111 !important;
  }

  .table-row-details-sub .table thead,
  .table-row-details-sub .table tfoot,
  .table-row-details-sub .table thead th,
  .table-row-details-sub .table tfoot th {
    background-color: #3a5a40 !important;
    color: #ffffff;
  }

  .table-row-details-sub table,
  .table-row-details table tr .table-row-details-sub table {
    border: 1px solid #3a5a40;
  }

  .table-row-details-sub table tr,
  .table-row-details-sub table tr:hover,
  .table.datatables .table-row-details table tr.table-row-details-sub table > tbody > tr,
  .table.datatables .table-row-details table tr.table-row-details-sub table > tbody > tr:hover {
    color: #000000;
    background-color: #a3b18a !important;
  }

  .table-row-details-sub table tbody tr:nth-child(even),
  .table.datatables .table-row-details table tr.table-row-details-sub table > tbody > tr:nth-child(even),
  .table.datatables .table-row-details table tr.table-row-details-sub table > tbody > tr:nth-child(even):hover {
    background-color: #dad7cd !important;
  }

  .modal .carousel-control-prev-icon,
  .modal .carousel-control-next-icon,
  .modal .carousel-indicators [data-bs-target] {
    filter: invert(0);
  }

  .footer {
    background-color: #ffffff;
    color: #000000 !important;
  }

  .modal .smallTable tbody tr,
  .modal .smallTable tbody td,
  .modal .smallTable tbody tr:nth-of-type(even),
  .modal .smallTable tbody td:nth-of-type(even) {
    --tblr-table-color-type: #000000 !important;
    --tblr-table-bg-type: #ffffff !important;
    background-color: #ffffff !important;
  }

  .modal .table tbody tr,
  .modal .smallTable .table tbody,
  .modal .smallTable .table tbody tr,
  .modal .smallTable .table tbody tr:hover,
  .modal .smallTable tr:nth-of-type(even) {
    background-color: #ffffff !important;
  }

  .modal .table tbody tr:nth-child(even),
  .modal .smallTable .table tbody tr:nth-child(even) {
    background-color: #ffffff !important;
  }

  .alert-secondary,
  .badge-secondary,
  .badge-secondary-light {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #c4c8cb !important;
  }

  .btn,
  .btn:hover {
    color: #212529 !important;
  }

  .btn-primary,
  .btn-primary > i,
  .btn-primary > span {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
  }

  .btn-primary:hover,
  .btn-primary:hover > i,
  .btn-primary:hover > span {
    color: #fff !important;
    background-color: #0b5ed7 !important;
    border-color: #0a58ca !important;
  }

  .btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
  }

  .btn-secondary:hover {
    color: #fff !important;
    background-color: #5c636a !important;
    border-color: #565e64 !important;
  }

  .btn-success {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
  }

  .btn-success:hover {
    color: #fff !important;
    background-color: #157347 !important;
    border-color: #146c43 !important;
  }

  .btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
  }

  .btn-danger:hover {
    color: #fff !important;
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
  }

  .btn-warning {
    color: #000 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
  }

  .btn-warning:hover {
    color: #000 !important;
    background-color: #ffca2c !important;
    border-color: #ffc720 !important;
  }

  .btn-info {
    color: #000 !important;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
  }

  .btn-info:hover {
    color: #000 !important;
    background-color: #31d2f2 !important;
    border-color: #25cff2 !important;
  }

  .btn-light {
    color: #000 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
  }

  .btn-light:hover {
    color: #000 !important;
    background-color: #f9fafb !important;
    border-color: #f9fafb !important;
  }

  .btn-dark {
    color: #fff !important;
    background-color: #212529 !important;
    border-color: #212529 !important;
  }

  .btn-dark:hover {
    color: #fff !important;
    background-color: #1c1f23 !important;
    border-color: #1a1e21 !important;
  }

  .btn-link {
    font-weight: 400 !important;
    color: #0d6efd !important;
    text-decoration: underline !important;
  }

  .btn-link:hover {
    color: #0a58ca !important;
  }

  .btn-outline-primary,
  .btn-outline-primary > i,
  .btn-outline-primary > span {
    color: #0d6efd !important;
    border-color: #0d6efd !important;
  }

  .btn-outline-primary:hover,
  .btn-outline-primary:hover > i,
  .btn-outline-primary:hover > span {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
  }

  .btn-outline-secondary {
    color: #6c757d !important;
    border-color: #6c757d !important;
  }

  .btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
  }

  .btn-check:checked + .btn,
  .btn.active,
  .btn.show,
  .btn:first-child:active,
  :not(.btn-check) + .btn:active {
    color: var(--tblr-btn-active-color) !important;
    background-color: var(--tblr-btn-active-bg) !important;
    border-color: var(--tblr-btn-active-border-color) !important;
    box-shadow: var(--tblr-btn-active-shadow) !important;
  }

  .btn-outline-success {
    color: #198754 !important;
    border-color: #198754 !important;
  }

  .btn-outline-success:hover {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
  }

  .btn-outline-danger {
    color: #dc3545 !important;
    border-color: #dc3545 !important;
  }

  .btn-outline-danger:hover {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
  }

  .btn-outline-warning {
    color: #ffc107 !important;
    border-color: #ffc107 !important;
  }

  .btn-outline-warning:hover {
    color: #000 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
  }

  .btn-outline-info {
    color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
  }

  .btn-outline-info:hover {
    color: #000 !important;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
  }

  .btn-outline-light {
    color: #f8f9fa !important;
    border-color: #f8f9fa !important;
  }

  .btn-outline-light:hover {
    color: #000 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
  }

  .btn-outline-dark {
    color: #212529 !important;
    border-color: #212529 !important;
  }

  .btn-outline-dark:hover {
    color: #fff !important;
    background-color: #212529 !important;
    border-color: #212529 !important;
  }

  #upload_form .dropzone {
    color: #4b4b4b !important;
  }

  .datatables-skeleton {
    background: linear-gradient(to right, #c7c7c7 4%, #6c6e7057 25%, #5b5e6040 36%);
  }
}

.text-white-fixed {
  color: #ffffff !important;
}

.text-black-fixed {
  color: #000000 !important;
}
