@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");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

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

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

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

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

html,
body {
  margin: 0;
  padding: 0;
}
html.masterLayout,
body.masterLayout {
  overflow: hidden;
}
html.masterLayout.mobile, html.masterLayout.tablet,
body.masterLayout.mobile,
body.masterLayout.tablet {
  height: 100vh;
  overflow-x: hidden;
}
html.blankLayout,
body.blankLayout {
  overflow-y: auto;
}

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

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

label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 500;
}
label a.text-link {
  font-size: 14px;
}

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

a i {
  color: #0d89f1;
}

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

._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, 8px);
  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: 14px;
  --_form-control-padding: 5px;
}
.form-control:not([type=checkbox], [type=radio], [type=file]).form-control-sm.disabled-arrows[type=number]::-webkit-inner-spin-button, .form-control:not([type=checkbox], [type=radio], [type=file]).form-control-sm.disabled-arrows[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control:not([type=checkbox], [type=radio], [type=file]).form-control-sm.disabled-arrows[type=number] {
  -moz-appearance: textfield;
}
.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: #0d89f1;
}

.form-group {
  margin-bottom: 1rem;
}
.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: #0d89f1;
}
.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: #0d89f1;
}
.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: stretch;
}
.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 0.66em;
  background-color: #0d89f1;
  color: #fff;
  font-size: var(--_form-control-font-size, 18px);
  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: #0d89f1;
  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: 16px !important;
}
.input-group .input-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  line-height: 1;
}

.select2-container {
  width: 100% !important;
  font-size: var(--_select2-font-size, 14px);
  font-weight: normal;
}
.select2-container.select2-container--default .selection .select2-selection {
  border: 1px solid #d1d8dd;
  min-height: var(--_select2-min-height, 32px);
  padding: 1.4px 0px;
}
.select2-container.select2-container--default .selection .select2-selection:focus {
  outline: none;
  border-color: #0d89f1;
}
.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #0d89f1;
}
.select2-container.select2-container--default .select2-selection--single {
  min-height: var(--_select2-min-height, 28px);
  height: auto;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #33343a;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__clear {
  height: calc(var(--_select2-min-height, 26px) - 4px);
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(var(--_select2-min-height, 32px) - 2px);
  width: 22px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #33343a transparent transparent transparent;
  scale: var(--_select2-dropdown-arrow-scale, 1);
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: calc(var(--_select2-min-height, 32px) - 2px);
}
.select2-container.select2-container--default .select2-selection--multiple {
  padding-right: 0;
  padding-bottom: 0;
  display: flex;
  min-height: var(--_select2-min-height, 32px);
  height: auto;
}
.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  gap: 3px;
  margin: 0;
  padding: 2px;
  display: flex;
  flex-wrap: wrap;
}
.select2-container.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: 14px;
}
.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice button,
.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice span {
  height: 100%;
}
.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice span {
  display: flex;
  align-items: center;
}
.select2-container.select2-container--default .select2-results .select2-results__option--group .select2-results__group {
  background-color: #efefef;
}
.select2-container.select2-container--default .select2-results .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0d89f1 !important;
}
.select2-container .select2-dropdown {
  border-color: #d1d8dd;
}
.select2-container .select2-dropdown .select2-search__field {
  outline: none !important;
  font-family: "Ubuntu", sans-serif !important;
  min-height: calc(var(--_select2-min-height, 26px) - 4px);
  padding: var(--_select2-search-field-padding, 4px);
}
.select2-container .select2-dropdown .select2-search__field:is(textarea) {
  line-height: 24px !important;
}
.select2-container .select2-dropdown .select2-search__field:focus-visible, .select2-container .select2-dropdown .select2-search__field:focus {
  outline: none !important;
}
.select2-container.select2-sm {
  --_select2-min-height: 24px;
  --_select2-font-size: 14px;
  --_select2-search-field-padding: 3px;
  --_select2-dropdown-arrow-scale: 0.8;
}

.form-check {
  display: block;
  position: relative;
  padding-left: 1rem;
  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.37rem !important;
  top: 0.1rem !important;
  width: 0.17rem !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 #0d89f1;
  border-radius: 5px;
  background: transparent;
}
.form-check input[type=checkbox]:checked ~ .checkmark {
  background: #0d89f1;
  border-color: #0d89f1;
}
.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: #0d89f1;
}
.form-check.form-check-outline input[type=checkbox]:checked ~ .checkmark::after {
  border-color: #0d89f1;
}
.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: var(--_btn-background-color, #0d89f1);
  color: var(--_btn-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 {
  margin-left: 0.3rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-block + .btn-block {
  margin-left: 0;
  margin-top: 0.3rem;
}
.btn.btn-square {
  padding: 10px;
}
.btn.btn-outline {
  background-color: transparent;
  border-color: #0d89f1;
  color: #fff;
}
.btn.btn-outline:hover {
  background-color: #0d89f1;
  color: #fff;
}
.btn.btn-icon i, .btn.btn-clean i, .btn.btn-sm.btn-icon i, .btn.btn-xs.btn-icon i {
  margin-right: 0;
}
.btn.btn-clean {
  background-color: transparent;
  border: none;
  color: #0d89f1;
}
.btn.btn-xs {
  padding: 5px 7px;
  font-size: calc(16px - 2px);
}
.btn.btn-xs i {
  margin-right: 3px;
  font-size: calc(16px - 2px);
}
.btn.btn-sm {
  padding: 0.45em 0.6em;
  font-size: 14px;
}
.btn.btn-sm i {
  margin-right: 4px;
  font-size: 16px;
}
.btn.btn-md {
  padding: 0.5em 0.75em;
  font-size: 18px;
}
.btn.btn-md i {
  margin-right: 5px;
  font-size: 18px;
}
.btn.btn-lg {
  padding: 0.75em 1em;
  font-size: 20px;
}
.btn.btn-lg i {
  margin-right: 5px;
  font-size: 20px;
}
.btn.btn-xl {
  padding: 1em 1.5em;
  font-size: 22px;
}
.btn.btn-xl i {
  margin-right: 6px;
  font-size: 22px;
}
.btn i {
  margin-right: 5px;
  color: var(--_btn-icon-color, #fff);
}
.btn i.spin:before {
  animation: rotation 1s infinite linear;
}
.btn.btn-default {
  --_btn-background-color: #0d89f1;
  --_btn-color: #fff;
}
.btn.btn-default i {
  --_btn-icon-color: #fff;
}
.btn.btn-primary {
  --_btn-background-color: #0d89f1;
  --_btn-color: #fff;
}
.btn.btn-primary i {
  --_btn-icon-color: #fff;
}
.btn.btn-success {
  --_btn-background-color: #28c76f;
  --_btn-color: #fff;
}
.btn.btn-success i {
  --_btn-icon-color: #fff;
}
.btn.btn-danger {
  --_btn-background-color: #ff2324;
  --_btn-color: #fff;
}
.btn.btn-danger i {
  --_btn-icon-color: #fff;
}
.btn.btn-warning {
  --_btn-background-color: #ffa800;
  --_btn-color: #212529;
}
.btn.btn-warning i {
  --_btn-icon-color: #212529;
}
.btn.btn-info {
  --_btn-background-color: #00cfe8;
  --_btn-color: #fff;
}
.btn.btn-info i {
  --_btn-icon-color: #fff;
}
.btn.btn-secondary {
  --_btn-background-color: #c4c4c4;
  --_btn-color: #212529;
}
.btn.btn-secondary i {
  --_btn-icon-color: #212529;
}
.btn.btn-waiting {
  --_btn-background-color: #ff5f22;
  --_btn-color: #fff;
}
.btn.btn-waiting i {
  --_btn-icon-color: #fff;
}
.btn.btn-light {
  --_btn-background-color: #f8f9fa;
  --_btn-color: #212529;
}
.btn.btn-light i {
  --_btn-icon-color: #212529;
}
.btn.btn-white {
  --_btn-background-color: #fff;
  --_btn-color: #212529;
}
.btn.btn-white i {
  --_btn-icon-color: #212529;
}
.btn.btn-dark {
  --_btn-background-color: #181c32;
  --_btn-color: #fff;
}
.btn.btn-dark i {
  --_btn-icon-color: #fff;
}
.btn.btn-gray-light {
  --_btn-background-color: #c8c8c8;
  --_btn-color: #212529;
}
.btn.btn-gray-light i {
  --_btn-icon-color: #212529;
}
.btn.btn-gray-dark {
  --_btn-background-color: #6c757d;
  --_btn-color: #fff;
}
.btn.btn-gray-dark i {
  --_btn-icon-color: #fff;
}

.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: #0d89f1;
  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: #0d89f1;
  border-radius: 50%;
  border: 2px solid #0d89f1;
  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: #0d89f1;
  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: 18px;
}
.dropdown .dropdown-content a:hover,
.dropdown .dropdown-content button:hover {
  background-color: #f1f1f1;
}
.dropdown .dropdown-content i {
  color: #0d89f1;
  margin-right: 0.3rem;
}

.profile-card .profile-avatar {
  width: 80px;
  height: 80px;
  margin: 20px auto 10px;
  border-radius: 50%;
  border: 2px solid #0d89f1;
  outline-offset: -2px;
  background-color: #f1f8f4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.profile-card .profile-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
}
.profile-card .profile-name {
  font-size: 16px;
  color: #33343a;
  margin-bottom: 5px;
  text-align: center;
}
.profile-card .profile-email {
  font-size: 12px;
  color: #66615f;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}
.profile-card .profile-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.profile-card.profile-card-xs .profile-avatar {
  width: 40px;
  height: 40px;
}
.profile-card.profile-card-xs .profile-name {
  font-size: 12px;
}
.profile-card.profile-card-xs .profile-email {
  font-size: 10px;
}
.profile-card.profile-card-sm .profile-avatar {
  width: 80px;
  height: 80px;
}
.profile-card.profile-card-sm .profile-name {
  font-size: 16px;
}
.profile-card.profile-card-sm .profile-email {
  font-size: 12px;
}
.profile-card.profile-card-md .profile-avatar {
  width: 120px;
  height: 120px;
}
.profile-card.profile-card-md .profile-name {
  font-size: 18px;
}
.profile-card.profile-card-md .profile-email {
  font-size: 13px;
}
.profile-card.profile-card-lg .profile-avatar {
  width: 160px;
  height: 160px;
}
.profile-card.profile-card-lg .profile-name {
  font-size: 20px;
}
.profile-card.profile-card-lg .profile-email {
  font-size: 14px;
}
.profile-card.profile-card-xl .profile-avatar {
  width: 200px;
  height: 200px;
}
.profile-card.profile-card-xl .profile-name {
  font-size: 22px;
}
.profile-card.profile-card-xl .profile-email {
  font-size: 15px;
}

.card {
  background: white;
  margin-bottom: 1em;
  box-shadow: 0 0 5px 3px #f6f6f6;
}
.card .card-header {
  display: flex;
  padding: calc(18px - 2px);
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d2d8dd;
}
.card .card-header h3,
.card .card-header .card-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.card .card-header h3 .card-title-icon + .card-title-text,
.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: #0d89f1;
  background: #dff1fa;
  padding: 10px 14px;
  border-radius: 5px;
  font-size: 18px;
  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: #0d89f1;
}
.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: #0d89f1;
  padding: 5px 10px;
  cursor: pointer;
  color: #0d89f1 !important;
  font-size: 18px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #0d89f1;
  color: #fff !important;
  border-color: #0d89f1;
  cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #0d89f1;
  color: #fff !important;
  border-color: #0d89f1;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  color: #0d89f1 !important;
  border-color: #0d89f1;
  padding: 5px 7px;
  cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
  background: #0d89f1;
  color: #fff !important;
  border-color: #0d89f1;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #0d89f1;
  color: #fff !important;
  border-color: #0d89f1;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover i {
  color: #fff !important;
}
.dataTables_wrapper .dataFilter {
  float: left;
  margin-bottom: 14px;
}
.dataTables_wrapper .dataFilter label {
  font-size: 16px;
}
.dataTables_wrapper .dataFilter label select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 4px 6px;
  font-size: 14px;
  color: #66615f;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  transition: border-color 0.3s ease;
  width: auto;
}
.dataTables_wrapper .dataFilter label select:hover {
  border-color: #0d89f1;
}
.dataTables_wrapper .dataTables_info {
  font-size: 14px;
  padding-top: 16px;
}

table,
table.dataTable {
  width: 100%;
  border-collapse: collapse;
  border-color: #d2d8dd;
  border-bottom: none !important;
}
table thead,
table.dataTable thead {
  background-color: #eee;
}
table thead th,
table.dataTable thead th {
  text-align: left;
  padding: var(--_column-padding, 10px 8px);
  font-size: 14px;
}
table thead th.sorting,
table.dataTable thead th.sorting {
  padding-right: 15px;
}
table thead th.sorting::before, table thead th.sorting::after,
table.dataTable thead th.sorting::before,
table.dataTable thead th.sorting::after {
  font-size: 14px;
  right: 2px;
}
table thead th.no-sort::before, table thead th.no-sort::after,
table.dataTable thead th.no-sort::before,
table.dataTable thead th.no-sort::after {
  display: none !important;
  content: none !important;
}
table tbody tr,
table.dataTable tbody tr {
  cursor: pointer;
  border-bottom: 1px solid #d2d8dd;
}
table tbody tr:hover,
table.dataTable tbody tr:hover {
  background-color: #f1f5f8;
}
table tbody td,
table.dataTable tbody td {
  padding: var(--_column-padding, 10px 8px);
  font-size: 14px;
}
table tbody td .table-list-image,
table.dataTable tbody td .table-list-image {
  width: auto;
  height: 25px;
  aspect-ratio: 1;
}
table tbody td.rowToggle,
table.dataTable tbody td.rowToggle {
  cursor: pointer;
}
table tbody td.rowToggle::before,
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 tbody td.rowToggle:hover::before,
table.dataTable tbody td.rowToggle:hover::before {
  color: gray;
}
table tbody td.rowToggle.active::before,
table.dataTable tbody td.rowToggle.active::before {
  color: #0d89f1;
  transform: rotate(90deg);
}
table label,
table.dataTable label {
  margin: 0;
}
table label input[type=checkbox],
table.dataTable label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
table label i,
table.dataTable label i {
  font-size: 20px;
  color: lightgray;
  transition: color 0.3s ease;
  cursor: pointer;
}
table label:hover i,
table.dataTable label:hover i {
  color: gray;
}
table label input[type=checkbox]:checked ~ i,
table.dataTable label input[type=checkbox]:checked ~ i {
  color: #0d89f1;
}
table.table-sm th,
table.table-sm td,
table.dataTable.table-sm th,
table.dataTable.table-sm td {
  --_column-padding: 8px 5px;
  font-size: 14px;
}
table.table-sm th i,
table.table-sm td i,
table.dataTable.table-sm th i,
table.dataTable.table-sm td i {
  font-size: 18px;
}
table.table-sm th .table-list-image,
table.table-sm td .table-list-image,
table.dataTable.table-sm th .table-list-image,
table.dataTable.table-sm td .table-list-image {
  width: auto;
  height: 20px;
  aspect-ratio: 1;
}
table .actionBtn,
table.dataTable .actionBtn {
  border: none;
  cursor: pointer;
  background: none;
}
table .actionBtn:is(a),
table.dataTable .actionBtn:is(a) {
  text-decoration: none;
}
table .actionBtn i,
table.dataTable .actionBtn i {
  font-size: 22px;
  color: #0d89f1;
}
table.dataTable,
table.dataTable.dataTable {
  border-color: #d2d8dd;
  border-collapse: collapse;
  border-bottom: none !important;
}

.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: #0d89f1;
}
.imageBox label i {
  font-size: 20px;
  color: #d2d8dd;
  transition: color 0.3s ease;
}
.imageBox label:hover i {
  color: #0d89f1;
}
.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: #0d89f1;
}
.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: #0d89f1;
}
.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;
  flex-wrap: wrap;
}
.tabs-component .tabs ul li a {
  display: flex;
  flex-direction: row;
  gap: 0.3rem;
  font-size: 14px;
  padding: 8px 14px;
  color: #0d89f1;
  text-decoration: none;
  transition: color 0.3s ease;
}
.tabs-component .tabs ul li a:hover {
  color: #0d89f1;
}
.tabs-component .tabs ul li a.active {
  color: #0d89f1;
  border-bottom: 3px solid #0d89f1;
}
.tabs-component .tabs ul li a i {
  margin-right: 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 #0d89f1;
}
.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: #0d89f1;
}
.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: #0d89f1;
}
.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;
}

.drag-and-drop {
  background-color: #ebebeb;
  border-radius: 4px;
  outline: 2px dashed #d1d1d1;
  outline-offset: -7px;
  padding: 20px;
}
.drag-and-drop .drop-area input {
  height: 60px;
  opacity: 0;
  z-index: 1;
}
.drag-and-drop .drop-area .drop-text {
  color: grey;
  letter-spacing: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-direction: row;
}
.drag-and-drop .drop-area .drop-text span {
  margin-left: 10px;
}
.drag-and-drop .drop-area .drop-text i {
  font-size: 20px;
}
.drag-and-drop .drop-area .drop-text .browseFiles {
  font-weight: bold;
  cursor: pointer;
  color: #0d89f1;
}
.drag-and-drop .filesList {
  margin-top: 13px;
  font-size: 1.2rem;
  overflow-y: scroll;
  max-height: 150px;
}
.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 .fileDiv .fileDetail {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.drag-and-drop .filesList .fileDiv .fileDetail .fileInfo > * {
  margin-top: 0;
}
.drag-and-drop .filesList .fileDiv .fileDetail .fileInfo .fileName {
  font-weight: bold;
  word-break: break-all;
  font-size: 14px;
  margin-bottom: 5px;
}
.drag-and-drop .filesList .fileDiv .fileDetail .fileInfo .fileSize {
  font-size: 10px;
  margin-bottom: 0;
}
.drag-and-drop .filesList .fileDiv .removeFile {
  font-size: 18px;
}
.drag-and-drop .filesList::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}
.drag-and-drop .filesList::-webkit-scrollbar-thumb {
  background: #0d89f1;
  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: #0d89f1 !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: #0d89f1 !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current, .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  background: #0d89f1 !important;
}

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

.switch-container {
  display: flex;
  flex-direction: column;
}
.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: #0d89f1;
}
.switch-container .switch input:focus + .switch-slider {
  box-shadow: 0 0 1px #0d89f1;
}
.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.switch-sm {
  width: 40px;
  height: 20px;
}
.switch-container .switch.switch-sm .switch-slider::before {
  height: 0.8rem;
  width: 0.8rem;
  bottom: 0.2rem;
  left: 0.2rem;
}
.switch-container .switch.switch-sm input:checked + .switch-slider:before {
  left: 0;
}
.switch-container .switch.switch-sm .switch-slider.switch-slider-round {
  border-radius: 20px;
}
.switch-container .switch.switch-xs {
  width: 32px;
  height: 16px;
}
.switch-container .switch.switch-xs input:checked + .switch-slider:before {
  transform: translateX(14px);
  left: 3px;
}
.switch-container .switch.switch-xs .switch-slider::before {
  height: 10px;
  width: 10px;
  bottom: 3px;
  left: 3px;
}
.switch-container .switch.switch-xs .switch-slider.switch-slider-round {
  border-radius: 16px;
}
.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: 18px;
  cursor: pointer;
}

.file-upload {
  width: 100%;
  height: 34.8px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d1d8dd;
  line-height: 1.4;
  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: #0d89f1;
}
.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: #0d89f1;
}

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

.separator {
  height: 0;
  margin: 18px 0;
  border-bottom: 1px solid transparent;
}
.separator.separator-dashed {
  border-bottom-style: dashed;
}
.separator.separator-solid {
  border-bottom-style: solid;
}
.separator.separator-dotted {
  border-bottom-style: dotted;
}
.separator.separator-vertical {
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-left: 1px solid #d2d8dd;
  height: 100%;
  width: 0;
  margin: 0 18px;
}
.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: #0d89f1;
}
.separator.separator-primary {
  border-bottom-color: #0d89f1;
}
.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;
}
.separator.separator-vertical.separator-2 {
  border-right-width: 2px;
}
.separator.separator-vertical.separator-3 {
  border-right-width: 3px;
}
.separator.separator-vertical.separator-4 {
  border-right-width: 4px;
}
.separator.separator-vertical.separator-default {
  border-right-color: #0d89f1;
}
.separator.separator-vertical.separator-primary {
  border-right-color: #0d89f1;
}
.separator.separator-vertical.separator-success {
  border-right-color: #28c76f;
}
.separator.separator-vertical.separator-danger {
  border-right-color: #ff2324;
}
.separator.separator-vertical.separator-warning {
  border-right-color: #ffa800;
}
.separator.separator-vertical.separator-info {
  border-right-color: #00cfe8;
}
.separator.separator-vertical.separator-secondary {
  border-right-color: #c4c4c4;
}
.separator.separator-vertical.separator-waiting {
  border-right-color: #ff5f22;
}
.separator.separator-vertical.separator-light {
  border-right-color: #f8f9fa;
}
.separator.separator-vertical.separator-white {
  border-right-color: #fff;
}
.separator.separator-vertical.separator-dark {
  border-right-color: #181c32;
}
.separator.separator-vertical.separator-gray-light {
  border-right-color: #c8c8c8;
}
.separator.separator-vertical.separator-gray-dark {
  border-right-color: #6c757d;
}
.separator.separator-vertical.separator-dashed {
  border-right-style: dashed;
}
.separator.separator-vertical.separator-solid {
  border-right-style: solid;
}

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

.bg-primary {
  background-color: #0d89f1 !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 1em;
  margin: 0.1rem 0 0.1rem 10px;
  font-size: var(--_badge-font-size, 12px);
  font-weight: 600;
  background-color: var(--_badge-background-color, rgba(13, 137, 241, 0.1));
  color: var(--_badge-color, #0d89f1);
  border: 1px solid var(--_badge-border-color, rgba(13, 137, 241, 0.47));
  text-transform: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10rem;
  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;
  line-height: 0.93;
  text-indent: 0;
}
.badge.badge-pill {
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 10rem;
}
.badge.badge-xs {
  padding: 0.25em 0.75em;
  --_badge-font-size: calc(14px - 2px);
}
.badge.badge-sm {
  padding: 0.25em 0.75em;
  --_badge-font-size: calc(16px - 2px);
}
.badge.badge-default.badge-solid {
  --_badge-background-color: #0d89f1;
  --_badge-color: #fff;
  --_badge-border-color: #0d89f1;
}
.badge.badge-primary.badge-solid {
  --_badge-background-color: #0d89f1;
  --_badge-color: #fff;
  --_badge-border-color: #0d89f1;
}
.badge.badge-success.badge-solid {
  --_badge-background-color: #28c76f;
  --_badge-color: #fff;
  --_badge-border-color: #28c76f;
}
.badge.badge-danger.badge-solid {
  --_badge-background-color: #ff2324;
  --_badge-color: #fff;
  --_badge-border-color: #ff2324;
}
.badge.badge-warning.badge-solid {
  --_badge-background-color: #ffa800;
  --_badge-color: #212529;
  --_badge-border-color: #ffa800;
}
.badge.badge-info.badge-solid {
  --_badge-background-color: #00cfe8;
  --_badge-color: #fff;
  --_badge-border-color: #00cfe8;
}
.badge.badge-secondary.badge-solid {
  --_badge-background-color: #c4c4c4;
  --_badge-color: #212529;
  --_badge-border-color: #c4c4c4;
}
.badge.badge-waiting.badge-solid {
  --_badge-background-color: #ff5f22;
  --_badge-color: #fff;
  --_badge-border-color: #ff5f22;
}
.badge.badge-light.badge-solid {
  --_badge-background-color: #f8f9fa;
  --_badge-color: #212529;
  --_badge-border-color: #f8f9fa;
}
.badge.badge-white.badge-solid {
  --_badge-background-color: #fff;
  --_badge-color: #212529;
  --_badge-border-color: #fff;
}
.badge.badge-dark.badge-solid {
  --_badge-background-color: #181c32;
  --_badge-color: #fff;
  --_badge-border-color: #181c32;
}
.badge.badge-gray-light.badge-solid {
  --_badge-background-color: #c8c8c8;
  --_badge-color: #212529;
  --_badge-border-color: #c8c8c8;
}
.badge.badge-gray-dark.badge-solid {
  --_badge-background-color: #6c757d;
  --_badge-color: #fff;
  --_badge-border-color: #6c757d;
}

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

.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: #0d89f1;
}

.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, #0d89f1);
}
.dot.dot-default {
  background-color: #0d89f1;
}
.dot.dot-primary {
  background-color: #0d89f1;
}
.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-xs {
  --_dot-width: 0.2rem;
}
.dot.dot-sm {
  --_dot-width: 0.25rem;
}
.dot.dot-md {
  --_dot-width: 0.35rem;
}
.dot.dot-lg {
  --_dot-width: 0.45rem;
}
.dot.dot-xl {
  --_dot-width: 0.5rem;
}

.remove-subscriber i {
  font-size: 20px;
}

.sms-wrapper {
  display: flex;
  height: 100%;
  background: #f0f2f5;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.sms-wrapper .sms-sidebar {
  width: 27%;
  background: #ffffff;
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
}
.sms-wrapper .sms-header {
  background-color: #fff;
  color: black;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 10px 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sms-wrapper .search-contact input {
  height: 40px;
  border-radius: 10px;
  padding: 5px 15px;
}
.sms-wrapper .search-contact .search-contact-clear {
  font-size: 24px;
  line-height: 1;
}
.sms-wrapper .contact-list {
  flex: 1;
  overflow-y: auto;
}
.sms-wrapper .contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f0f2f5;
  transition: background 0.2s;
  text-decoration: none;
  color: #000;
}
.sms-wrapper .contact-item:hover {
  background: #f5f6f6;
}
.sms-wrapper .contact-item.active {
  background: #e1f3ff;
}
.sms-wrapper .contact-avatar {
  width: 40px;
  height: 40px;
  background: #0D89F1;
  color: white;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sms-wrapper .contact-avatar.no-image {
  background: #0D89F1;
}
.sms-wrapper .contact-avatar.has-image {
  background: white;
}
.sms-wrapper .contact-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.sms-wrapper .contact_details {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.sms-wrapper .contact-name {
  font-weight: 500;
}
.sms-wrapper .contact-last-msg {
  font-size: 13px;
  color: #667781;
}
.sms-wrapper .chat-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  background-image: url("../images/sms-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.sms-wrapper .chat-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  height: 170px;
  background-image: url("../images/c2-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}
.sms-wrapper .chat-header {
  background-color: #fff;
  color: black;
  padding: 10px 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  height: 60px;
}
.sms-wrapper .chat-header .chat_profile {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.sms-wrapper .chat-header small {
  font-size: 14px;
}
.sms-wrapper .chat-body {
  flex: 1;
  padding: 1.5rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sms-wrapper .message {
  max-width: 65%;
  padding: 10px 15px;
  border-radius: 20px;
  position: relative;
  font-size: 15px;
  word-wrap: break-word;
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  max-width: 100%;
}
.sms-wrapper .message .message-time {
  font-size: 11px;
  color: #777;
  text-align: right;
  margin-bottom: -2px;
}
.sms-wrapper .message.incoming {
  align-self: flex-start;
  background: #ffffff;
  border-bottom-left-radius: 0;
}
.sms-wrapper .message.outgoing {
  align-self: flex-end;
  background: #0d89f1;
  border-bottom-right-radius: 0;
  color: white;
}
.sms-wrapper .message.outgoing .message-time {
  color: rgba(255, 255, 255, 0.7);
}
.sms-wrapper .chat-footer {
  background: #f0f2f5;
  padding: 10px 16px;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.sms-wrapper .chat-footer input {
  flex: 1;
  border: none;
  border-radius: 25px;
  padding: 15px 20px;
  outline: none;
  background: white;
}
.sms-wrapper .chat-footer button {
  background: #0D89F1;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s;
}
.sms-wrapper .chat-footer button:hover {
  background: #075E54;
}

/* --- Layout Wrapper --- */
.whatsapp-wrapper {
  display: flex;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #f0f2f5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
}

.whatsapp-container {
  height: 80vh;
  background: #f0f2f5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
}

/* --- Sidebar --- */
.whatsapp-sidebar {
  width: 30%;
  background: #ffffff;
  border-right: 1px solid #e0e0e0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.whatsapp-sidebar a {
  transition: background 0.2s;
}
.whatsapp-sidebar a:hover {
  background: #f5f6f5;
}

.sidebar-header {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
  font-size: 1.1rem;
}

.search-bar {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e0e0e0;
}
.search-bar input {
  width: 100%;
  border: none;
  border-radius: 20px;
  padding: 0.4rem 1rem;
  background: #f5f6f5;
  outline: none;
}

.contact-list {
  flex: 1;
  overflow-y: auto;
}

.contact-item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  color: inherit;
}
.contact-item:hover {
  background: #f5f5f5;
}
.contact-item.active {
  background: #e6f3ee;
}

.contact-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}
.contact-avatar.no-image {
  background: #00a884;
}
.contact-avatar.has-image {
  background: white;
}
.contact-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

/* --- Chat Section --- */
.whatsapp-chat {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.chat-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #e5ddd5;
  width: 100%;
}

.whatsapp-header {
  background: #f0f2f5;
  border-bottom: 1px solid #e0e0e0;
}

/* --- Messages --- */
.whatsapp-messages {
  flex: 1;
  overflow-y: auto;
  background: url("https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png");
  background-size: cover;
  height: calc(100% - 123px);
}

.message {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  max-width: 100%;
}
.message .message-bubble {
  position: relative;
  padding: 8px 12px;
  border-radius: 7.5px;
  font-size: 0.9rem;
  line-height: 1.4;
}
.message.sent {
  justify-content: end;
}
.message.sent .message-bubble {
  background: #d1f4cc;
  border-bottom-right-radius: 2px;
}
.message.received {
  justify-content: start;
}
.message.received .message-bubble {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-bottom-left-radius: 2px;
}

.message-meta {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 2px;
  font-size: 0.7rem;
}

.message-status {
  line-height: 1;
}

/* --- Input Section --- */
.whatsapp-input {
  background: #f0f2f5;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 0;
  width: 100%;
}
.whatsapp-input .form-control {
  border-radius: 20px;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.whatsapp-input .btn-whatsapp {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: #00a884;
  border: none;
}

/* Empty State */
.whatsapp-empty {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f2f5;
}

/* --- Media Messages --- */
.media-message {
  display: flex;
  flex-direction: column;
}

.media-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  text-align: center;
}

.media-caption {
  margin: 0;
  padding: 8px 0 0 0;
  font-size: 0.9rem;
}

.document-message {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
}

.document-info {
  display: flex;
  flex-direction: column;
}
.document-info small {
  color: #666;
  font-size: 0.8rem;
}

.unknown-message {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-style: italic;
}

/* Media Overflow Safety */
.media-message img,
.media-message video {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.media-message audio {
  width: 100%;
  max-width: 250px;
}

/* Highlight */
.highlight {
  background-color: yellow;
  color: black;
  padding: 0 2px;
  border-radius: 3px;
}

.highlight.active {
  background-color: orange;
}

@media (max-width: 767px) {
  hr {
    margin: 0.8rem 0;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
  }
  .card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .card .card-header {
    padding: calc(18px - 2px);
  }
  .card .card-header h3,
  .card .card-header .card-title {
    font-size: calc(16px + 3px);
  }
  .drag-and-drop {
    outline: 1px dashed #d1d1d1;
    outline-offset: -5px;
    padding: 10px;
  }
  .drag-and-drop .drop-area input {
    height: 60px;
    opacity: 0;
    z-index: 1;
  }
  .drag-and-drop .drop-area .drop-text {
    font-size: 14px;
  }
  .drag-and-drop .drop-area .drop-text span {
    margin-left: 0.5rem;
  }
  .drag-and-drop .drop-area .drop-text i {
    font-size: 16px;
  }
  .drag-and-drop .drop-area .drop-text .browseFiles {
    font-weight: bold;
    cursor: pointer;
    color: #0d89f1;
  }
  .drag-and-drop .filesList {
    margin-top: 0.5rem;
    font-size: 12px;
    max-height: 150px;
  }
  .drag-and-drop .filesList .fileDiv {
    padding: 5px;
  }
  .drag-and-drop .filesList .fileDiv .fileDetail {
    margin-right: 15px;
  }
  .drag-and-drop .filesList .fileDiv .fileDetail .fileInfo > * {
    margin-top: 0;
  }
  .drag-and-drop .filesList .fileDiv .fileDetail .fileInfo .fileName {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .drag-and-drop .filesList .fileDiv .fileDetail .fileInfo .fileSize {
    font-size: 12px;
  }
  .drag-and-drop .filesList .fileDiv .removeFile {
    font-size: 16px;
  }
  .drag-and-drop .filesList::-webkit-scrollbar {
    width: 5px;
  }
  .drag-and-drop .filesList::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
  table thead th.sorting,
  .dataTable thead th.sorting {
    padding-right: 15px;
  }
  table thead th.sorting::before, table thead th.sorting::after,
  .dataTable thead th.sorting::before,
  .dataTable thead th.sorting::after {
    font-size: 12px;
  }
  table.table-sm th,
  table.table-sm td,
  .dataTable.table-sm th,
  .dataTable.table-sm td {
    padding: var(--_column-padding, 10px 8px) !important;
    font-size: 14px;
  }
  table.table-sm th i,
  table.table-sm td i,
  .dataTable.table-sm th i,
  .dataTable.table-sm td i {
    font-size: 16px;
  }
  table.table-sm th .table-list-image,
  table.table-sm td .table-list-image,
  .dataTable.table-sm th .table-list-image,
  .dataTable.table-sm td .table-list-image {
    height: 20px;
  }
  table label i,
  .dataTable label i {
    font-size: 18px;
  }
  .whatsapp-sidebar {
    height: 40vh;
    border-bottom: 1px solid #e0e0e0;
  }
  .whatsapp-chat {
    height: 40vh;
  }
}/*# sourceMappingURL=theme.css.map */