body {
  padding: 0 !important;
}

.light-style .menu .app-brand.demo {
  margin: 0.5rem auto;
}

.dark-style .menu .app-brand.demo {
  margin: 0.5rem auto;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

html {
  overflow-x: hidden;
}

.dropdown-menu {
  --bs-dropdown-padding-y: 0.25rem;
}

.ti-dark:before {
  content: "\eb30";
}

.ti-light:before {
  content: "\ece7";
}

.bg-menu-theme .menu-sub>.menu-item>.menu-link:before {
  content: none;
}

.bg-menu-theme.menu-vertical .menu-sub>.menu-item .menu-link .menu-icon {
  display: inline-block;
  margin-right: 0.5rem;
}

.menu-vertical .menu-link {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.menu-vertical .menu-sub .menu-link {
  padding-left: 1.5rem;
}

.menu-vertical .menu-sub .menu-sub .menu-link {
  padding-left: 2rem;
}

.menu-vertical .menu-sub .menu-sub .menu-sub .menu-link {
  padding-left: 2.5rem;
}

.menu-vertical .menu-sub .menu-sub .menu-sub .menu-sub .menu-link {
  padding-left: 3rem;
}

.menu-vertical .menu-sub .menu-sub .menu-sub .menu-sub .menu-sub .menu-link {
  padding-left: 3.5rem;
}

.form-group {
  margin-bottom: 1rem;
}

img {
  object-fit: cover;
}

.form-group>.auto-input-col>:first-child {
  text-align: right;
}

.form-group>.auto-input-col>.col-md-2>label {
  vertical-align: -webkit-baseline-middle;
}

.form-group>.auto-input-col:has(.select2)>.col-md-10:has(.select2) {
  display: grid;
}

.form-group label.error {
  order: 6;
  width: 100%;
}

.ql-container {
  height: unset !important;
}

.tagify {
  --tags-border-color: #434968 !important;
}

.tab-content>.tab-pane {
  display: block !important;
  height: 0;
  overflow: hidden;
  position: absolute;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.26s ease;
}

.tab-content>.tab-pane.active {
  display: block !important;
  height: unset;
  overflow: unset;
  position: unset;
  transform: scaleY(1);
}

.tab-content>.tab-pane>.card-datatable.table-responsive {
  margin: -24px -24px -8px -24px;
}

.was-validated .form-control:invalid,
.form-control.error,
.form-check-input.error {
  border-color: #ea5455;
}

form .invalid,
form .error .invalid:before,
form .error::before,
.form-group>.auto-input-col:has(.select2.error) .select2 .select2-selection {
  border-color: #ea5455 !important;
}

.select2-selection:focus-within,
.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  box-shadow: 0 0.125rem 0.25rem rgba(15, 20, 34, 0.4);
}

.input-group:focus-within {
  box-shadow: none;
}

.menu-inner-shadow {
  top: 4rem !important;
}

.bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {
  background: linear-gradient(72.47deg, #7367f0 22.16%, rgba(115, 103, 240, 0.7) 76.47%) !important;
}

div.card-datatable {
  padding-bottom: 0 !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 0 !important;
  margin-bottom: 1rem !important;
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
  display: none !important;
}

.w-fit {
  width: fit-content;
}

.list-style-none {
  list-style: none;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 13.5rem !important;
}

.form-check-label {
  vertical-align: middle;
}

.dataTables tr.detail td {
  padding: 0 !important;
}

.dataTables tr.detail td .detail-content {
  padding: 1rem 1.5rem;
}

.dataTables tr.detail td .table th {
  padding: 0.88rem 1.25rem !important;
}

.dataTables tr.detail td .table td {
  padding: 0.55rem 1.25rem !important;
}

.form-control.disabled {
  background-color: rgba(134, 146, 208, 0.08);
  opacity: 1;
}

.datatables-ul-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.datatables-ul-list li:last-child {
  border: 0 !important;
}

.datatables-ul-list li {
  border-bottom: 1px solid #dbdade;
}

.dark-style .datatables-ul-list li {
  border-color: #434968;
}

.table-manuel {
  --bs-table-bg: #dff0d8;
  --bs-table-striped-bg: #e9f6ee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dbe7e0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #dbe7e0;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bec9c2;
}

.table-sell {
  --bs-table-bg: #f2dede;
  --bs-table-striped-bg: #f8ecec;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e9dede;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9dede;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cac1c1;
}

.table-epin {
  --bs-table-bg: #d7d8de;
  --bs-table-striped-bg: #d3d4da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c6c7cc;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c6c7cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #acadb2;
}

.table-uc_tr_transfer {
  --bs-table-bg: #ebfbfd;
  --bs-table-striped-bg: #e6f6f8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d8e7e9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d8e7e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcc9ca;
}

.table-uc_tr_transfer_limit {
  --bs-table-bg: #f2dede;
  --bs-table-striped-bg: #f8ecec;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e9dede;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9dede;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cac1c1;
}

.d-inline-table {
  display: inline-table !important;
}

.select2-container {
  z-index: 999999 !important;
}