@import url("./normalize.css");
@import url("./grid.css");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("./animations.css");
@import url("../fonts/fonts.css");
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #c4c4c4;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #A19276;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #A19276;
  cursor: pointer;
}

* {
  font-family: "Ubuntu", sans-serif;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}
html.masterLayout,
body.masterLayout {
  overflow: hidden;
}
html.blankLayout,
body.blankLayout {
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

hr {
  margin: 1.6rem 0;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 14px;
}

button, input, optgroup, select, textarea {
  line-height: unset;
}

a i {
  color: #A19276;
}

input:not([type=checkbox], [type=radio], [type=file]):disabled {
  background: #ededed;
}

._delete-form {
  display: inline-block;
}

.required {
  color: red;
  margin-left: 0.2rem;
}

.form-control:not([type=checkbox], [type=radio], [type=file]) {
  width: 100%;
  padding: var(--_form-control-padding, 10px);
  line-height: 1.2;
  border-radius: 5px;
  border: 1px solid #d1d8dd;
  font-size: var(--_form-control-font-size, 14px);
}
.form-control:not([type=checkbox], [type=radio], [type=file]).form-control-sm {
  --_form-control-font-size: 12px;
  --_form-control-padding: 5px;
}
.form-control:not([type=checkbox], [type=radio], [type=file])::-moz-placeholder {
  color: #aeb5bc;
}
.form-control:not([type=checkbox], [type=radio], [type=file])::placeholder {
  color: #aeb5bc;
}
.form-control:not([type=checkbox], [type=radio], [type=file]):focus {
  outline: none;
  border-color: #A19276;
}

.form-group {
  margin-bottom: 0.8rem;
}
.form-group input:not([type=checkbox], [type=radio], [type=file]), .form-group .tags-input {
  width: 100%;
  padding: var(--_form-control-padding, 8px);
  line-height: 1.2;
  border-radius: 5px;
  border: 1px solid #d1d8dd;
}
.form-group input:not([type=checkbox], [type=radio], [type=file])::-moz-placeholder, .form-group .tags-input::-moz-placeholder {
  color: #aeb5bc;
}
.form-group input:not([type=checkbox], [type=radio], [type=file])::placeholder, .form-group .tags-input::placeholder {
  color: #aeb5bc;
}
.form-group input:not([type=checkbox], [type=radio], [type=file]):focus, .form-group .tags-input:focus {
  outline: none;
  border-color: #A19276;
}
.form-group .tags-input {
  padding: 0;
  height: auto;
  min-height: 40px;
}
.form-group input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.form-group textarea {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #d1d8dd;
  border-radius: 5px;
  resize: none;
}
.form-group textarea::-moz-placeholder {
  color: #aeb5bc;
}
.form-group textarea::placeholder {
  color: #aeb5bc;
}
.form-group textarea:focus {
  outline: none;
  border-color: #A19276;
}
.form-group .error {
  color: #c83225;
  border-color: #c83225 !important;
}
.form-group .error-message {
  color: #c83225;
  font-size: 12px;
}
.form-group .inline-form {
  display: flex;
  align-items: center;
}
.form-group .inline-form input {
  border-radius: 5px 0 0 5px;
}
.form-group .inline-form button {
  display: inline-block;
  border-radius: 0 5px 5px 0;
  border: 0;
  padding: 0.654em 0.6em;
  background-color: #A19276;
  color: #fff;
  font-size: var(--_form-control-font-size, 14px);
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  vertical-align: middle;
  line-height: unset;
}
.form-group .inline-form button i {
  margin: 0;
}
.form-group.clickableField {
  position: relative;
}
.form-group.clickableField input {
  color: transparent;
  width: 100%;
}
.form-group.clickableField a {
  position: absolute;
  top: 30px;
  left: 21px;
  color: #A19276;
  width: calc(100% - 46px);
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  font-size: var(--_form-control-font-size, 14px);
}

.input-group {
  position: relative;
  display: inline-block;
  width: 100%;
}
.input-group input, .input-group .form-control {
  padding-left: 18px !important;
}
.input-group .input-icon {
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
}

.select2-container {
  width: 100% !important;
  font-size: 14px !important;
}
.select2-container .select2-selection {
  border: 1px solid #d1d8dd;
  border-radius: 5px;
  min-height: 34px;
}
.select2-container .select2-selection:focus {
  outline: none;
  border-color: #A19276;
}
.select2-container .select2-search--inline .select2-search__field {
  font-family: "Ubuntu", sans-serif !important;
  min-height: 28px;
}

.select2-dropdown {
  border-color: #d1d8dd;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #A19276;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #33343a;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
  right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #33343a transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 100%;
  margin-right: 24px;
}
.select2-container--default .select2-selection--multiple {
  padding-right: 0;
  padding-bottom: 0;
  display: flex;
  min-height: 34px;
  height: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  gap: 3px;
  margin: 0;
  padding: 2px;
  display: flex;
  flex-wrap: wrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background-color: #eee;
  border-color: #ccc;
  margin-top: 0;
  margin-left: 0;
  height: 1.825rem;
  font-size: calc(14px - 2px);
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice button, .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice span {
  height: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice span {
  display: flex;
  align-items: center;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #A19276 !important;
}

.select2-search__field {
  outline: none !important;
  font-family: "Ubuntu", sans-serif !important;
  min-height: 32px;
}
.select2-search__field:focus-visible, .select2-search__field:focus {
  outline: none !important;
}

textarea.select2-search__field {
  line-height: 24px !important;
}

.form-check {
  display: block;
  position: relative;
  padding-left: 2rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: text-bottom;
  white-space: nowrap;
  margin: 0;
}
.form-check.form-check-sm {
  width: 18px;
  height: 18px;
  padding-left: 1.6rem;
}
.form-check.form-check-sm .checkmark {
  width: 18px;
  height: 18px;
}
.form-check.form-check-sm .checkmark::after {
  left: 0.4rem !important;
  top: 0.15rem !important;
  width: 0.2rem !important;
  height: 0.6rem !important;
  border-width: 0 2px 2px 0 !important;
}
.form-check input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.form-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #A19276;
  border-radius: 5px;
  background: transparent;
}
.form-check input[type=checkbox]:checked ~ .checkmark {
  background: #A19276;
  border-color: #A19276;
}
.form-check input[type=checkbox]:checked ~ .checkmark::after {
  content: "";
  position: absolute;
  display: block;
  left: 0.43rem;
  top: 0.15rem;
  width: 0.2rem;
  height: 0.6rem;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-check.form-check-outline input[type=checkbox]:checked ~ .checkmark {
  background: transparent;
  border-color: #A19276;
}
.form-check.form-check-outline input[type=checkbox]:checked ~ .checkmark::after {
  border-color: #A19276;
}
.form-check .checkbox-text {
  margin-left: 10px;
}

.btn {
  display: inline-block;
  padding: 0.5em 0.75em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-color: #A19276;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
  text-align: center;
}
.btn:hover {
  opacity: 0.8;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-outline {
  background-color: transparent;
  border-color: #A19276;
  color: #fff;
}
.btn.btn-outline:hover {
  background-color: #A19276;
  color: #fff;
}
.btn i {
  margin-right: 5px;
  color: #fff;
}
.btn i.spin:before {
  animation: rotation 1s infinite linear;
}
.btn.btn-icon i, .btn.btn-clean i {
  margin-right: 0;
}
.btn.btn-clean {
  background-color: transparent;
  border: none;
  color: #A19276;
}
.btn.btn-sm {
  padding: 0.45em 0.6em;
  font-size: 12px;
}
.btn.btn-sm i {
  margin-right: 4px;
  font-size: 12px;
}
.btn.btn-xs {
  padding: 5px 7px;
  font-size: calc(12px - 2px);
}
.btn.btn-xs i {
  margin-right: 3px;
  font-size: calc(12px - 2px);
}
.btn.btn-sm.btn-icon i, .btn.btn-xs.btn-icon i {
  margin: 0;
}
.btn.btn-default {
  background-color: #A19276;
  color: #fff;
}
.btn.btn-primary {
  background-color: #A19276;
  color: #fff;
}
.btn.btn-success {
  background-color: #28c76f;
  color: #fff;
}
.btn.btn-danger {
  background-color: #ff2324;
  color: #fff;
}
.btn.btn-warning {
  background-color: #ffa800;
  color: #212529;
}
.btn.btn-info {
  background-color: #00cfe8;
  color: #fff;
}
.btn.btn-secondary {
  background-color: #c4c4c4;
  color: #fff;
}
.btn.btn-waiting {
  background-color: #ff5f22;
  color: #fff;
}
.btn.btn-light {
  background-color: #f8f9fa;
  color: #212529;
}
.btn.btn-white {
  background-color: #fff;
  color: #212529;
}
.btn.btn-dark {
  background-color: #181c32;
  color: #fff;
}
.btn.btn-gray-light {
  background-color: #c8c8c8;
  color: #212529;
}
.btn.btn-gray-dark {
  background-color: #6c757d;
  color: #fff;
}

.block-btn {
  display: block;
  width: 100%;
}

.btn-square {
  padding: 10px;
}

.btn + .btn {
  margin-left: 10px;
}

.btn-block + .btn-block {
  margin-left: 0;
  margin-top: 10px;
}

.toast {
  min-width: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1001;
  padding: 15px;
  margin-top: 20px;
  border-radius: 15px;
  border: 2px solid;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  animation: toastIn 0.5s ease-in-out;
}
.toast img {
  width: 40px;
  height: auto;
}
.toast .content {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.toast .content h3,
.toast .content li {
  font-size: 16px;
  color: #33343a;
  margin-bottom: 5px;
}
.toast .content ul {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}
.toast .content span {
  font-size: 14px;
  color: #66615f;
}
.toast .close {
  width: 15px;
  height: 15px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 12px;
  background-color: transparent;
  color: #6b727c;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.toast .close:hover {
  background-color: #fff;
}
.toast.success {
  border-color: #cfe8d3;
  background-color: #f1f8f4;
}
.toast.info {
  border-color: #b4cdef;
  background-color: #e7effa;
}
.toast.warning {
  border-color: #f6e0b4;
  background-color: #fef8eb;
}
.toast.danger {
  border-color: #f0cec3;
  background-color: #faeeeb;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown.avatar .dropBtn i.uil-user {
  font-size: 20px;
  color: #A19276;
  border-radius: 50%;
  background-color: #f1f8f4;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.dropdown.avatar .profile-card {
  border-bottom: 1px solid #d2d8dd;
}
.dropdown.avatar .profile-card .avatar i.uil-user {
  font-size: 24px;
  color: #A19276;
  border-radius: 50%;
  border: 2px solid #A19276;
  background-color: #f1f8f4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 20px auto 10px;
}
.dropdown.avatar .profile-card h3 {
  font-size: 16px;
  color: #33343a;
  margin-bottom: 5px;
  text-align: center;
}
.dropdown.avatar .profile-card h5 {
  font-size: 12px;
  color: #66615f;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}
.dropdown .dropBtn {
  border: none;
  padding: 10px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  background: none;
  border-radius: 5px;
  background-color: #A19276;
  transition: opacity 0.3s ease;
}
.dropdown .dropBtn:hover {
  opacity: 0.8;
}
.dropdown .dropdown-content {
  z-index: 1;
  display: none;
  min-width: 160px;
  position: absolute;
  right: 0;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.dropdown .dropdown-content a,
.dropdown .dropdown-content button {
  width: 100%;
  border: none;
  color: black;
  display: block;
  cursor: pointer;
  text-align: left;
  background: none;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 14px;
}
.dropdown .dropdown-content a:hover,
.dropdown .dropdown-content button:hover {
  background-color: #f1f1f1;
}
.dropdown .dropdown-content i {
  color: #A19276;
}

.card {
  background: white;
  margin-bottom: 1em;
  box-shadow: 0 0 5px 3px #f6f6f6;
}
.card .card-header {
  display: flex;
  padding: 12px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d2d8dd;
}
.card .card-header .card-title {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.card .card-header .card-title .card-title-icon + .card-title-text {
  margin-left: 5px;
}
.card .card-header .card-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}
.card .card-body {
  padding: 12px;
}
.card .card-footer {
  display: flex;
  justify-content: flex-end;
  padding: 12px;
  border-top: 1px solid #d2d8dd;
}

.alert {
  color: #A19276;
  background: #dff1fa;
  padding: 10px 14px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.alert i.uil {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  border-radius: 6px;
  background-color: #fff;
  font-size: 18px;
  color: #A19276;
}
.alert p {
  margin: 0;
  width: 100%;
  line-height: 1.5;
}
.alert.alert-success {
  background: #ddf6e8;
  color: #28c76f;
}
.alert.alert-success i.uil {
  color: #28c76f;
}
.alert.alert-info {
  background: #d6f7fb;
  color: #00cfe8;
}
.alert.alert-info i.uil {
  color: #00cfe8;
}
.alert.alert-warning {
  background: #fff0e1;
  color: #ffa800;
}
.alert.alert-warning i.uil {
  color: #ffa800;
}
.alert.alert-danger {
  background: #fce4e4;
  color: #ff2324;
}
.alert.alert-danger i.uil {
  color: #ff2324;
}

.dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
}
.dataTables_wrapper table.dataTable thead tr th:first-child label {
  margin: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: none;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border-color: #A19276;
  padding: 5px 10px;
  cursor: pointer;
  color: #A19276 !important;
  font-size: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #A19276;
  color: #fff !important;
  border-color: #A19276;
  cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #A19276;
  color: #fff !important;
  border-color: #A19276;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  color: #A19276 !important;
  border-color: #A19276;
  padding: 5px 7px;
  cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
  background: #A19276;
  color: #fff !important;
  border-color: #A19276;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #A19276;
  color: #fff !important;
  border-color: #A19276;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover i {
  color: #fff !important;
}
.dataTables_wrapper .dataFilter {
  float: left;
  margin-bottom: 14px;
}
.dataTables_wrapper select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
  color: #66615f;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  transition: border-color 0.3s ease;
  width: auto;
}
.dataTables_wrapper select:hover {
  border-color: #A19276;
}
.dataTables_wrapper .dataTables_info {
  font-size: 14px;
}

table.dataTable {
  border-color: #d2d8dd;
  border-collapse: collapse;
  border-bottom: none !important;
}
table.dataTable thead {
  background-color: #eee;
}
table.dataTable thead tr th {
  padding: 10px 8px;
}
table.dataTable thead tr th.sorting::before, table.dataTable thead tr th.sorting::after {
  font-size: 10px;
}
table.dataTable thead tr th.no-sort::before, table.dataTable thead tr th.no-sort::after {
  display: none !important;
  content: none !important;
}
table.dataTable tbody tr {
  cursor: pointer;
  border-bottom: 1px solid #d2d8dd;
}
table.dataTable tbody tr:hover {
  background-color: #f1f5f8;
}
table.dataTable tbody td {
  padding: 10px 8px;
}
table.dataTable tbody td.rowToggle {
  cursor: pointer;
}
table.dataTable tbody td.rowToggle::before {
  content: "\eb9f";
  font-family: "unicons-line";
  width: 100%;
  font-size: 20px;
  color: #d3d3d3;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease;
}
table.dataTable tbody td.rowToggle:hover::before {
  color: gray;
}
table.dataTable tbody td.rowToggle.active::before {
  color: #A19276;
  transform: rotate(90deg);
}
table.dataTable label {
  margin: 0;
}
table.dataTable label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
table.dataTable label i {
  font-size: 16px;
  color: lightgray;
  transition: color 0.3s ease;
  cursor: pointer;
}
table.dataTable label:hover i {
  color: gray;
}
table.dataTable label input[type=checkbox]:checked ~ i {
  color: #A19276;
}

table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
}
table.table-sm th,
table.table-sm td {
  padding: 6px 7px;
  font-size: 12px;
}
table.table-sm th i,
table.table-sm td i {
  font-size: 14px;
}
table thead {
  background-color: #eee;
}
table tr {
  cursor: pointer;
  border-bottom: 1px solid #d2d8dd;
}
table th,
table td {
  text-align: left;
  padding: 10px 8px;
  font-size: 14px;
}
table tbody tr:hover {
  background-color: #f1f5f8;
}
table .actionBtn {
  border: none;
  cursor: pointer;
  background: none;
}
table .actionBtn:is(a) {
  text-decoration: none;
}
table .actionBtn i {
  font-size: 16px;
  color: #A19276;
}

.imageBox {
  margin: 0 auto;
  max-width: 190px;
  position: relative;
}
.imageBox img {
  padding: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.imageBox label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 2px dashed #d2d8dd;
  border-radius: 5px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.imageBox label:hover {
  border-color: #A19276;
}
.imageBox label i {
  font-size: 20px;
  color: #d2d8dd;
  transition: color 0.3s ease;
}
.imageBox label:hover i {
  color: #A19276;
}
.imageBox label input[type=file] {
  display: none;
}
.imageBox button {
  background: #c83225;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 1.2;
  padding: 0 2px;
  scale: 0;
  transition: scale 0.3s ease;
  cursor: pointer;
  display: none;
}
.imageBox:hover button {
  scale: 1;
}

.accordion {
  border: 1px solid #d2d8dd;
}
.accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.accordion .panel:first-child h3 {
  border-top: none;
}
.accordion .panel + .panel {
  border-top: 1px solid #d2d8dd;
}
.accordion .panel h3 {
  background: #f9f9f9;
  padding: 15px;
  font-size: 16px;
  color: #66615f;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion .panel h3:hover {
  background-color: #f1f5f8;
}
.accordion .panel h3 button {
  background: none;
  border: none;
  font-size: 20px;
  color: #66615f;
  cursor: pointer;
  transition: color 0.3s ease;
}
.accordion .panel h3 button:hover {
  color: #A19276;
}
.accordion .panel h3 input[type=text] {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border: 1px solid #d1d8dd;
  border-radius: 5px;
  height: 40px;
}
.accordion .panel h3 input[type=text]::-moz-placeholder {
  color: #aeb5bc;
}
.accordion .panel h3 input[type=text]::placeholder {
  color: #aeb5bc;
}
.accordion .panel h3 input[type=text]:focus {
  outline: none;
  border-color: #A19276;
}
.accordion .panel .panel-content {
  padding: 0;
  display: none;
  border-top: 1px solid #d2d8dd;
}
.accordion .panel .body,
.accordion .panel .footer {
  padding: 15px;
}
.accordion .panel .footer {
  border-top: 1px solid #d2d8dd;
}
.accordion .panel.active .panel-content {
  display: block;
}

.tabs-component .tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabs-component .tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabs-component .tabs ul li a {
  display: block;
  font-size: 14px;
  padding: 12px 24px;
  color: #A19276;
  text-decoration: none;
  transition: color 0.3s ease;
}
.tabs-component .tabs ul li a:hover {
  color: #A19276;
}
.tabs-component .tabs ul li a.active {
  color: #A19276;
  border-bottom: 3px solid #A19276;
}
.tabs-component .tabs ul li a i {
  margin-right: 5px;
}
.tabs-component .tabs ul li + li {
  margin-left: 5px;
}
.tabs-component .tabs.tabs-bordered {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 8px 8px 0 0;
}
.tabs-component .tabs.tabs-bordered ul li a {
  border-radius: 8px 8px 0 0;
  border: 1px solid #A19276;
}
.tabs-component .tabs.tabs-bordered ul li a:hover {
  color: #fff;
  background: rgba(13, 137, 241, 0.5);
}
.tabs-component .tabs.tabs-bordered ul li a.active {
  color: #fff;
  background: #A19276;
}
.tabs-component .panels {
  border-top: 1px solid #d2d8dd;
}
.tabs-component .panels .panel {
  display: none;
}
.tabs-component .panels .panel.active {
  display: block;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 1000;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 0;
  margin: auto;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #d2d8dd;
  box-shadow: 0px 0px 10px #666;
  display: none;
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.modal.modal-lg {
  width: 1000px;
}
.modal.modal-sm {
  width: 400px;
}
.modal.open {
  display: block;
  opacity: 1;
  pointer-events: auto;
  animation: slideTop 0.5s ease;
}
.modal .head {
  padding: 12px;
  border-bottom: 1px solid #d2d8dd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .head h3 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.modal .head button {
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.modal .head button:hover {
  color: #A19276;
}
.modal .head button:focus {
  outline: none;
}
.modal .body {
  padding: 12px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.modal .footer {
  padding: 12px;
  border-top: 1px solid #d2d8dd;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.modal .footer button {
  display: inline-block;
  padding: 0.5em 0.75em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-color: #A19276;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
  text-align: center;
}
.modal .footer button:hover {
  opacity: 0.8;
}
.modal .footer button.cancel {
  background-color: #c83225;
  margin-right: 10px;
}
.modal .footer button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.modal .footer button i {
  margin-right: 5px;
}

.drag-and-drop {
  background-color: #ebebeb;
  border-radius: 4px;
  outline: 2px dashed #d1d1d1;
  outline-offset: -7px;
  padding: 20px;
}
.drag-and-drop .drop-text {
  color: grey;
  letter-spacing: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drag-and-drop .drop-text span {
  margin-left: 10px;
}
.drag-and-drop .drop-text i {
  font-size: 20px;
}
.drag-and-drop .drop-text .browseFiles {
  font-weight: bold;
  cursor: pointer;
  color: #A19276;
}
.drag-and-drop #drop-area input {
  height: 60px;
  opacity: 0;
  z-index: 1;
}
.drag-and-drop .filesList {
  margin-top: 13px;
  font-size: 1.2rem;
  overflow-y: scroll;
  max-height: 150px;
}
.drag-and-drop #fileDetail {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.drag-and-drop #fileDetail p {
  margin-top: 0;
}
.drag-and-drop #fileDetail #fileName {
  font-weight: bold;
  word-break: break-all;
  font-size: 14px;
  margin-bottom: 5px;
}
.drag-and-drop #fileDetail #fileSize {
  font-size: 10px;
  margin-bottom: 0;
}
.drag-and-drop .fileDiv #removeFile {
  font-size: 18px;
}
.drag-and-drop .filesList .fileDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.drag-and-drop .filesList .fileDiv:last-of-type {
  margin-bottom: 0;
}
.drag-and-drop .filesList::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}
.drag-and-drop .filesList::-webkit-scrollbar-thumb {
  background: #A19276;
  border-radius: 4px;
}

.xdsoft_datetimepicker {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: separate;
  border-spacing: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td:hover {
  background: #A19276 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar thead tr {
  background-color: #f1f1f1;
}
.xdsoft_datetimepicker .xdsoft_calendar thead th {
  border: none;
  border-radius: 5px;
  font-weight: normal;
  display: table-cell;
}
.xdsoft_datetimepicker .xdsoft_calendar tbody td {
  border: none;
  color: #000;
  text-align: center;
  border-radius: 5px;
  background: #fff;
}
.xdsoft_datetimepicker .xdsoft_calendar tbody td div {
  padding: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker > .xdsoft_time_box.xdsoft_scroller_box {
  border: none;
  padding: 2px 0;
  border-bottom: none;
}
.xdsoft_datetimepicker .xdsoft_timepicker > .xdsoft_time_box > div > div {
  background: #fff;
  border-top: none;
  border-radius: 5px;
  margin-bottom: 2px;
}
.xdsoft_datetimepicker .xdsoft_timepicker > .xdsoft_time_box > div > div.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker > .xdsoft_time_box > div > div:hover {
  background: #A19276 !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current, .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  background: #A19276 !important;
}

.mp-link {
  font-size: 14px;
  color: #A19276;
  font-weight: 500;
  text-decoration: none;
  gap: 5px;
  display: flex;
  align-items: center;
}
.mp-link i {
  font-size: 18px;
}

.switch-container {
  display: flex;
  flex-direction: column;
  /* Label styling */
}
.switch-container .switch {
  position: relative;
  width: 50px;
  height: 26px;
}
.switch-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-container .switch input:checked + .switch-slider {
  background-color: #A19276;
}
.switch-container .switch input:focus + .switch-slider {
  box-shadow: 0 0 1px #A19276;
}
.switch-container .switch input:checked + .switch-slider:before {
  transform: translateX(23px);
}
.switch-container .switch .switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.switch-container .switch .switch-slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.switch-container .switch .switch-slider.switch-slider-round {
  border-radius: 34px;
}
.switch-container .switch .switch-slider.switch-slider-round::before {
  border-radius: 50%;
}
.switch-container.switch-inline {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.switch-container.switch-inline .switch {
  margin: 0;
}
.switch-container .switch-label {
  font-size: 14px;
  cursor: pointer;
}

.file-upload {
  width: 100%;
  height: 40px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d1d8dd;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.file-upload input[type=file] {
  display: none;
  visibility: hidden;
}
.file-upload .file-upload-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
}
.file-upload i {
  font-size: 20px;
  color: #A19276;
}
.file-upload i .show-file::before {
  content: "" !important;
}
.file-upload i .show-file::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/placeholder.png");
  background-size: contain;
  background-repeat: no-repeat;
  speak: none;
  vertical-align: middle;
}
.file-upload:focus {
  outline: none;
  border-color: #A19276;
}

.text-link {
  color: #A19276;
  text-decoration: none;
}

.separator {
  height: 0;
  margin: 20px 0;
  border-bottom: 1px solid transparent;
}
.separator.separator-dashed {
  border-bottom-style: dashed;
}
.separator.separator-solid {
  border-bottom-style: solid;
}
.separator.separator-2 {
  border-bottom-width: 2px;
}
.separator.separator-3 {
  border-bottom-width: 3px;
}
.separator.separator-4 {
  border-bottom-width: 4px;
}
.separator.separator-default {
  border-bottom-color: #A19276;
}
.separator.separator-primary {
  border-bottom-color: #A19276;
}
.separator.separator-success {
  border-bottom-color: #28c76f;
}
.separator.separator-danger {
  border-bottom-color: #ff2324;
}
.separator.separator-warning {
  border-bottom-color: #ffa800;
}
.separator.separator-info {
  border-bottom-color: #00cfe8;
}
.separator.separator-secondary {
  border-bottom-color: #c4c4c4;
}
.separator.separator-waiting {
  border-bottom-color: #ff5f22;
}
.separator.separator-light {
  border-bottom-color: #f8f9fa;
}
.separator.separator-white {
  border-bottom-color: #fff;
}
.separator.separator-dark {
  border-bottom-color: #181c32;
}
.separator.separator-gray-light {
  border-bottom-color: #c8c8c8;
}
.separator.separator-gray-dark {
  border-bottom-color: #6c757d;
}

.bg-default {
  background-color: #A19276 !important;
}

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

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

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

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

.bg-info {
  background-color: #00cfe8 !important;
}

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

.bg-waiting {
  background-color: #ff5f22 !important;
}

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.4em 0.6em;
  margin: 0.1rem;
  font-size: 10px;
  font-weight: 500;
  text-transform: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.badge.badge-pill {
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 10rem;
}
.badge.badge-default {
  background-color: #A19276;
  color: #fff;
}
.badge.badge-primary {
  background-color: #A19276;
  color: #fff;
}
.badge.badge-success {
  background-color: #28c76f;
  color: #fff;
}
.badge.badge-danger {
  background-color: #ff2324;
  color: #fff;
}
.badge.badge-warning {
  background-color: #ffa800;
  color: #212529;
}
.badge.badge-info {
  background-color: #00cfe8;
  color: #fff;
}
.badge.badge-secondary {
  background-color: #c4c4c4;
  color: #fff;
}
.badge.badge-waiting {
  background-color: #ff5f22;
  color: #fff;
}
.badge.badge-light {
  background-color: #f8f9fa;
  color: #212529;
}
.badge.badge-white {
  background-color: #fff;
  color: #212529;
}
.badge.badge-dark {
  background-color: #181c32;
  color: #fff;
}
.badge.badge-gray-light {
  background-color: #c8c8c8;
  color: #212529;
}
.badge.badge-gray-dark {
  background-color: #6c757d;
  color: #fff;
}

a.icon-link {
  text-decoration: none !important;
}

.table-list-image {
  width: auto;
  height: 30px;
  aspect-ratio: 1;
}

.sortable-table {
  table-layout: fixed;
  width: 100%;
}
.sortable-table .ui-sortable-helper {
  display: table;
  opacity: 0.8;
}
.sortable-table .ui-sortable-helper td {
  background: rgba(13, 137, 241, 0.25);
  width: auto;
  white-space: nowrap;
}

.text-default {
  color: #A19276;
}

.uil.rotate-c:before, .uim.rotate-c:before, .uis.rotate-c:before, .uit.rotate-c:before {
  animation: rotation-clockwise 1s infinite linear;
  transform-origin: center;
}
.uil.rotate-a:before, .uim.rotate-a:before, .uis.rotate-a:before, .uit.rotate-a:before {
  animation: rotation-anticlockwise 1s infinite linear;
  transform-origin: center;
}
.uil.flip-v:before, .uim.flip-v:before, .uis.flip-v:before, .uit.flip-v:before {
  animation: flip-vertical 0.5s ease-in-out forwards;
  transform-origin: center;
}
.uil.flip-h:before, .uim.flip-h:before, .uis.flip-h:before, .uit.flip-h:before {
  animation: flip-horizontal 0.5s ease-in-out forwards;
  transform-origin: center;
}

.dot {
  display: inline-block;
  width: var(--_dot-width, 0.25rem);
  height: auto;
  aspect-ratio: 1;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  border-radius: 50%;
  background-color: var(--_dot-color, #A19276);
}
.dot.dot-default {
  background-color: #A19276;
}
.dot.dot-primary {
  background-color: #A19276;
}
.dot.dot-success {
  background-color: #28c76f;
}
.dot.dot-danger {
  background-color: #ff2324;
}
.dot.dot-warning {
  background-color: #ffa800;
}
.dot.dot-info {
  background-color: #00cfe8;
}
.dot.dot-secondary {
  background-color: #c4c4c4;
}
.dot.dot-waiting {
  background-color: #ff5f22;
}
.dot.dot-light {
  background-color: #f8f9fa;
}
.dot.dot-white {
  background-color: #fff;
}
.dot.dot-dark {
  background-color: #181c32;
}
.dot.dot-gray-light {
  background-color: #c8c8c8;
}
.dot.dot-gray-dark {
  background-color: #6c757d;
}
.dot.dot-sm {
  --_dot-width: calc(0.25rem - 0.05rem);
}
.dot.dot-md {
  --_dot-width: 0.25rem;
}
.dot.dot-lg {
  --_dot-width: calc(0.25rem + 0.05rem);
}
.dot.dot-xl {
  --_dot-width: calc(0.25rem + 0.1rem);
}/*# sourceMappingURL=theme.css.map */