[data-bs-theme=dark] {
  --bs-app-bg-color: #292021 !important;
  --bs-app-header-base-bg-color: #3D2A30 !important;
  --bs-app-header-minimize-bg-color: #3D2A30 !important;
  --bs-text-primary: #FFFFFF !important;
  --bs-body-bg: #292021 !important;
  --bs-primary: #E82D7A !important;
  --bs-primary-active: #C52466 !important;
  --bs-component-active-bg: #59464A !important;
  --bs-component-active-color: #FFFFFF !important;
  --bs-menu-dropdown-bg-color: #3D2A30 !important;
  --bs-app-sidebar-base-toggle-btn-bg-color: #5B484C !important;
  --bs-menu-link-color-hover: #DCDCDC !important;
  --bs-menu-link-bg-color-hover: #5B484C !important;
  --bs-link-color-rgb: var(--bs-white) !important;
  --bs-light: #5B484C !important;
  --bs-border-color: #5B484C !important;
  --bs-light-inverse: #FFFFFF !important;
  --bs-scrollbar-color: #453538 !important;
  --bs-scrollbar-hover-color: #59464A !important;
  --bs-link-hover-color-rgb: #59464A !important;
  --bs-gray-100: #5B484C !important;
  --bs-gray-200: #382B2D !important;
  --bs-gray-500: #66575A !important;
  --bs-gray-900: #ffffff !important;
  --bs-text-gray-500: #66575A !important;
  --bs-dropdown-bg: #292021 !important;
  --bs-component-hover-color: #ffffff !important;
}

.text-color-primary {
    color: #EE2B7A !important
}

.pagination {
  --bs-pagination-focus-bg: #453538 !important;
  --bs-pagination-focus-color: #FFFFFF !important;
  --bs-pagination-hover-bg: #453538 !important;
  --bs-pagination-hover-color: #FFFFFF !important;
}

.btn.btn-light:hover:not(.btn-active), .show > .btn.btn-light {
  background-color: #453538 !important;
}

.btn-table {
  background-color: #59464A !important;
  color: #FFFFFF !important;
}

.btn.btn-table:hover {
  background-color: #453538 !important;
}

.btn.btn-active-light-primary:hover:not(.btn-active) {
  background-color: #453538 !important;
}

.ki-cross .path1:before,
.ki-cross .path2:before {
  color: #59464A !important;
  opacity: 1 !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: #5B484C !important;
}

.app-sidebar {
  background-color: #422E35 !important;
}

.app-sidebar .menu > .menu-item .menu-link.active {
  background-color: #5B484C !important;
}

th, td {
  padding-left: 26px !important;
  padding-right: 26px !important;
  white-space: nowrap !important;
}

.card {
  --bs-card-border-color: #C59B7E !important;
}

thead {
  background-color: #59464A !important;
  color: #FFFFFF !important;
}

#search::placeholder {
  color: #FFFFFF !important;
}

.tooltip {
  --bs-tooltip-max-width: 300px !important;
}

.sigPad {
  width: 250px;
}

.sigWrapper {
  height: 80px;
}

.pointer {
  cursor: pointer;
}

.right-panel {
  right: 0;
  width: 100%;
}

.comment-panel {
  overflow-y: auto;
}

.mention-dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  bottom: 100%;
  padding: 5px 0;
}

.dropdown-menu li {
  padding: 5px;
  cursor: pointer;
}

.dropdown-menu li:hover {
  background-color: #5B484C !important;
}

table tr {
  cursor: pointer;
}

table tr:hover {
  opacity: 0.8;
}

.invalid-border {
  border-color: var(--bs-form-invalid-border-color);
}

.invalid-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f1416c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f1416c' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3875rem) center;
  background-size: calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
}

.tree ul {
  padding-top: 20px;
  position: relative;
}
.tree li {
  display: inline-table;
  position: relative;
  padding: 10px;
}
.tree li::before, .tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #C59B7E;
  width: 51%;
  height: 10px;
}
.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #C59B7E;
}
.tree li:only-child::after, .tree li:only-child::before {
  display: none;
}
.tree li:first-child::before, .tree li:last-child::after {
  border: 0 none;
}
.tree li:last-child::before {
  border-right: 1px solid #C59B7E;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
.tree li ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #C59B7E;
  height: 20px;
}
.tree li a {
  display: inline-grid;
  border-radius: 5px;
}
.up-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #C59B7E;
    height: 20px;
}

.form-control {
  background-color: #382B2D !important;
  border-color: #382B2D !important;
  transition: color 0.2s ease;
}

.form-control:disabled {
  color: #fff !important;
}

.form-check-input:checked {
  background-color: #EE2B7A !important;
}

input::placeholder {
  color: #66575A !important;
}

#search.form-control.form-control-solid.w-250px.ps-13::placeholder {
  color: #66575A !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #382B2D inset !important;
  border-color: #382B2D !important;
  -webkit-text-fill-color: #92929F !important;
  transition: background-color 5000s ease-in-out 0s;
}

.link-primary:focus, .link-primary:hover {
  color: #EE2B7A !important;
}

@media (min-width: 992px) {
    .w-lg-60 {
        width: 60% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-80 {
        width: 80% !important;
    }
}

.pointer {
    cursor:pointer;
}

.comment-section {
    height: 90vh;
}
/*# sourceMappingURL=app.css.map */

table.dataTable td, table.dataTable th {
    padding: 1rem !important;
}

.form-check-input {
    border: 1px solid #ddd;
}

.form-check-input:focus {
    border-color: #ddd !important;
}

.bg-nav-profile {
    background-color: #231B1C !important;
}

.theme-default {
    background-color: #832B8C !important;
}

.theme-white {
    background-color: #E82D7A !important;
}

.theme-gold {
    background-color: #CBA082 !important;
}
