@charset "UTF-8";
:root {
  scroll-behavior: auto !important;
}

:root,
[data-bs-theme=light] {
  --bsa-header-height: 60px;
  --bsa-sidebar-width: 240px;
  --bsa-footer-height: 38px;
}

[data-bs-theme=dark] .dropdown-menu {
  --bs-dropdown-link-active-bg: #495057;
}
[data-bs-theme=dark] .quicktab .nav-pills {
  --bs-nav-pills-link-active-color: var(--bs-light-text);
  --bs-nav-pills-link-active-bg: var(--bs-light-bg-subtle);
}
[data-bs-theme=dark] .bsa-menu li a + ul {
  background-color: rgba(var(--bs-tertiary-color-rgb), 0.08);
}
[data-bs-theme=dark] .bsa-menu li a.active, [data-bs-theme=dark] .bsa-menu li a:active, [data-bs-theme=dark] .bsa-menu li a:focus, [data-bs-theme=dark] .bsa-menu li a:hover {
  color: unset;
  background-color: rgba(var(--bs-tertiary-color-rgb), 0.18);
}
[data-bs-theme=dark] .bsa-menu li a.has-children.open {
  color: unset;
  background-color: rgba(var(--bs-tertiary-color-rgb), 0.18);
}

[data-bs-theme=indigo] {
  --bs-body-color: #6610f2;
  --bs-body-color-rgb: 102, 16, 242;
  --bs-body-bg: #140330;
  --bs-body-bg-rgb: 20, 3, 48;
  --bs-emphasis-color: #e0cffc;
  --bs-emphasis-color-rgb: 224, 207, 252;
  --bs-secondary-color: rgba(102, 16, 242, 0.75);
  --bs-secondary-color-rgb: 102, 16, 242;
  --bs-secondary-bg: #290661;
  --bs-secondary-bg-rgb: 41, 6, 97;
  --bs-tertiary-color: rgba(102, 16, 242, 0.5);
  --bs-tertiary-color-rgb: 102, 16, 242;
  --bs-tertiary-bg: #1f0549;
  --bs-tertiary-bg-rgb: 31, 5, 73;
  --bs-emphasis-color: #c29ffa;
  --bs-primary-text: #6ea8fe;
  --bs-secondary-text: #dee2e6;
  --bs-success-text: #75b798;
  --bs-info-text: #6edff6;
  --bs-warning-text: #ffda6a;
  --bs-danger-text: #ea868f;
  --bs-light-text: #e0cffc;
  --bs-dark-text: #a370f7;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #140330;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #290661;
  --bs-dark-bg-subtle: #480baa;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #3d0a91;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #055160;
  --bs-warning-border-subtle: #664d03;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #3d0a91;
  --bs-dark-border-subtle: #290661;
  --bs-heading-color: #fff;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #9ec5fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 158, 197, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #3d0a91;
  --bs-border-color-translucent: rgba(102, 16, 242, 0.15);
}
[data-bs-theme=indigo] .form-control:focus {
  border-color: #6610f2;
  box-shadow: 0 0 0 0.25rem rgba(102, 16, 242, 0.25);
}
[data-bs-theme=indigo] .form-check-input:focus {
  border-color: #6610f2;
  box-shadow: 0 0 0 0.25rem rgba(102, 16, 242, 0.25);
}
[data-bs-theme=indigo] .form-check-input:checked {
  background-color: #6610f2;
  border-color: #6610f2;
}
[data-bs-theme=indigo] .accordion {
  --bs-accordion-active-bg: rgba(102, 16, 242, 0.15);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgb(148 62 255 / 25%);
}
[data-bs-theme=indigo] .form-select:focus {
  border-color: #6610f2;
  box-shadow: 0 0 0 0.25rem rgba(102, 16, 242, 0.25);
}
[data-bs-theme=indigo] .dropdown-menu {
  --bs-dropdown-link-active-bg: #3d0a91;
}
[data-bs-theme=indigo] .quicktab .nav-pills {
  --bs-nav-pills-link-active-color: var(--bs-light-text);
  --bs-nav-pills-link-active-bg: var(--bs-light-bg-subtle);
}
[data-bs-theme=indigo] .bsa-menu li a + ul {
  background-color: rgba(var(--bs-tertiary-color-rgb), 0.08);
}
[data-bs-theme=indigo] .bsa-menu li a.active, [data-bs-theme=indigo] .bsa-menu li a:active, [data-bs-theme=indigo] .bsa-menu li a:focus, [data-bs-theme=indigo] .bsa-menu li a:hover {
  color: unset;
  background-color: rgba(var(--bs-tertiary-color-rgb), 0.18);
}
[data-bs-theme=indigo] .bsa-menu li a.has-children.open {
  color: unset;
  background-color: rgba(var(--bs-tertiary-color-rgb), 0.18);
}

.quicktab > ul {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.quicktab div.flex-grow-1 {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}
.quicktab .nav {
  --bs-nav-link-color: var(--bs-body-color);
  --bs-nav-link-hover-color: var(--bs-body-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
}
.quicktab .nav-pills {
  --bs-nav-pills-link-active-color: #0d6efd;
  --bs-nav-pills-link-active-bg: rgb(13 110 253 / 12%);
}

.scrollbar-track {
  background: var(--bs-secondary-bg) !important;
}

.scrollbar-track-y {
  width: 4px !important;
}

.scrollbar-track-x {
  width: 4px !important;
}

.scrollbar-thumb {
  width: 4px !important;
  background: rgba(var(--bs-tertiary-color-rgb), 0.18) !important;
}

.dropzone {
  border: none !important;
  background: var(--bs-light-bg-subtle) !important;
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /*默认提示文本*/
}
.dropzone .dz-default {
  color: var(--bs-light-text) !important;
}
.dropzone .dz-preview {
  background: var(--bs-light-bg-subtle) !important;
}
.dropzone .dz-preview .dz-image {
  background-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.dropzone .dz-preview .dz-error-message {
  margin-top: 1.3rem;
  background: #dc3545 !important;
}
.dropzone .dz-preview .dz-error-message:after {
  border-bottom-color: #dc3545 !important;
}
.dropzone .dz-preview .dz-remove {
  text-decoration: none !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  border-left: var(--bs-border-width) solid var(--bs-border-color) !important;
  border-right: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.bootstrap-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: none !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  background-color: var(--bs-light-text) !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  color: var(--bs-light-text) !important;
}

.icons-selector.fip-bootstrap .selector-button {
  background-color: var(--bs-tertiary-bg) !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  background-image: none !important;
}

.icons-selector.fip-bootstrap .selected-icon {
  background-color: var(--bs-body-bg) !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  border-right: none !important;
}

.icons-selector.fip-bootstrap .selected-icon i {
  color: var(--bs-body-color) !important;
}

.icons-selector.fip-bootstrap span.current-icon,
.icons-selector.fip-bootstrap span.current-icon:hover {
  color: var(--bs-light-text) !important;
  background-color: var(--bs-light-bg-subtle) !important;
  border: none !important;
}

/*var(--bs-body-bg)*/
.icons-selector.fip-bootstrap .selector-popup {
  background-color: var(--bs-body-bg) !important;
  color: var(--bs-body-color) !important;
}

.icons-selector.fip-bootstrap .selector-category select,
.icons-selector.fip-bootstrap .selector-search input[type=text] {
  background-color: var(--bs-body-bg) !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  color: var(--bs-body-color) !important;
}

.icons-selector.fip-bootstrap .selector-search input[type=text]::-webkit-input-placeholder {
  color: var(--bs-body-color) !important;
}

.icons-selector.fip-bootstrap .selector-search i {
  color: var(--bs-body-color) !important;
}

.icons-selector.fip-bootstrap .fip-icons-container {
  background-color: var(--bs-body-bg) !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.icons-selector.fip-bootstrap .fip-box {
  background-color: var(--bs-body-bg) !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.icons-selector.fip-bootstrap .fip-box:hover {
  background-color: var(--bs-body-bg) !important;
}

.icons-selector.fip-bootstrap .selector-button:hover {
  background-color: var(--bs-body-bg) !important;
}

.icons-selector.fip-bootstrap .selector-footer,
.icons-selector.fip-bootstrap .selector-footer i {
  color: var(--bs-body-color) !important;
}

.select2-container--bootstrap-5 .select2-selection {
  background-color: var(--bs-body-bg) !important;
  color: var(--bs-body-color) !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  color: var(--bs-body-color) !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  background-color: var(--bs-body-bg) !important;
  color: var(--bs-body-color) !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field::-moz-placeholder {
  color: var(--bs-body-color) !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field::placeholder {
  color: var(--bs-body-color) !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  color: var(--bs-body-color) !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
  background-color: var(--bs-body-bg) !important;
  color: var(--bs-body-color) !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  background-color: var(--bs-body-bg) !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  color: var(--bs-body-color) !important;
}

/*鼠标移入到每个li上面的样式*/
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: var(--bs-tertiary-bg) !important;
  color: var(--bs-body-color) !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: var(--bs-body-color) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  background-color: var(--bs-secondary-bg) !important;
  color: var(--bs-body-color) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
  color: var(--bs-body-color) !important;
}

.swal2-popup {
  background-color: var(--bs-body-bg) !important;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  background-color: var(--bs-body-bg) !important;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  background-color: var(--bs-body-bg) !important;
}

.swal2-icon.swal2-success .swal2-success-fix {
  background-color: var(--bs-body-bg) !important;
}

.swal2-title {
  color: var(--bs-body-color) !important;
}

.swal2-html-container {
  color: var(--bs-secondary-color) !important;
}

.swal2-timer-progress-bar {
  background-color: var(--bs-secondary-bg) !important;
}

.bsa-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: var(--bsa-sidebar-width);
  right: 0;
  height: var(--bsa-header-height);
  background-color: var(--bs-body-bg);
  border-bottom: var(--bs-border-width) solid var(--bs-border-color);
  z-index: 80;
  list-style: none;
  margin: 0;
  padding: 0 12px;
}
.bsa-header > li {
  height: inherit;
}
.bsa-header .dropdown-menu {
  border: 0;
  border-radius: 10px;
  box-shadow: var(--bs-box-shadow-sm);
  max-width: 360px;
}
.bsa-header .dropdown-menu .card {
  border: 0;
  min-width: 300px;
  height: 280px;
}
.bsa-header .dropdown-menu .dropdown-item {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 8px 20px;
}
.bsa-header .bsa-sidebar-toggler {
  display: none;
}
.bsa-header .bsa-search-form-toggler {
  display: none;
}
.bsa-header .bsa-search-form {
  position: relative;
  width: 240px;
}
.bsa-header .bsa-search-form .form-control {
  padding-right: 44px;
  padding-left: 20px;
  border-radius: 30px;
}
.bsa-header .bsa-search-form .form-control:focus {
  box-shadow: none;
  border-color: var(--bs-border-color);
}
.bsa-header .bsa-search-form .bsa-search-close-btn, .bsa-header .bsa-search-form .bsa-search-submit-btn {
  font-size: 18px;
  padding: 0;
  border: 0;
  height: inherit;
  width: 24px;
  background-color: transparent;
  color: var(--bs-body-color);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.bsa-header .bsa-search-form .bsa-search-close-btn {
  display: none;
}
.bsa-header div[class^=bsa-theme-color] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  border: var(--bs-border-width) solid var(--bs-border-color);
}
.bsa-header div.bsa-theme-color1 {
  background-color: #fff;
}
.bsa-header div.bsa-theme-color2 {
  background-color: #212529;
}
.bsa-header div.bsa-theme-color3 {
  background-color: #6610f2;
}

.bsa-header-item {
  cursor: pointer;
  background: inherit;
  font-size: 24px;
  padding: 0 20px;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-body-color);
}
.bsa-header-item .bsa-user-area {
  display: flex;
  align-items: center;
}
.bsa-header-item .bsa-user-area .bsa-user-avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bsa-header-item .bsa-user-area .bsa-user-details {
  margin-left: 8px;
  flex-shrink: 0;
  display: block;
  max-width: 150px;
}

.bsa-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--bsa-sidebar-width);
  z-index: 100;
  transform: translateX(0);
  background-color: var(--bs-body-bg);
  border-right: var(--bs-border-width) solid var(--bs-border-color);
  will-change: transform;
}
.bsa-sidebar .bsa-sidebar-header {
  width: 100%;
  height: var(--bsa-header-height);
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 15px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-clip: padding-box;
  border-bottom: var(--bs-border-width) solid var(--bs-border-color);
}
.bsa-sidebar .bsa-sidebar-header .bsa-logo-wrapper {
  width: 36px;
  height: 36px;
  overflow: hidden;
}
.bsa-sidebar .bsa-sidebar-header .bsa-logo-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  filter: drop-shadow(36px 0 0 var(--bs-body-color));
  transform: translateX(-36px);
}
.bsa-sidebar .bsa-sidebar-header .bsa-logo-text {
  margin-bottom: 0;
  letter-spacing: 1px;
  color: var(--bs-body-color);
}
.bsa-sidebar .bsa-sidebar-body {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  inset: var(--bsa-header-height) 0 0 0;
}
.bsa-sidebar.open {
  transform: translateX(0);
}

.bsa-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bsa-menu li + li {
  padding-top: 5px;
}
.bsa-menu li:first-child {
  padding-top: 5px;
}
.bsa-menu li:last-child {
  padding-bottom: 5px;
}
.bsa-menu li a {
  position: relative;
  padding-left: 16px;
  padding-right: 24px;
  color: var(--bs-body-color);
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.bsa-menu li a > i {
  margin-right: 10px;
}
.bsa-menu li a + ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  display: none;
}
.bsa-menu li a + ul a {
  padding-left: calc(16px + 1rem + 10px);
}
.bsa-menu li a + ul a + ul a {
  padding-left: calc(16px + 2rem + 10px);
}
.bsa-menu li a + ul a + ul a + ul a {
  padding-left: calc(16px + 3rem + 10px);
}
.bsa-menu li a + ul a + ul a + ul a + ul a {
  padding-left: calc(16px + 4rem + 10px);
}
.bsa-menu li a + ul a + ul a + ul a + ul a + ul a {
  padding-left: calc(16px + 5rem + 10px);
}
.bsa-menu li a.active, .bsa-menu li a:active, .bsa-menu li a:focus, .bsa-menu li a:hover {
  color: #0d6efd;
  background-color: rgba(13, 110, 253, 0.12);
}
.bsa-menu li a.has-children::after {
  font-family: bootstrap-icons, serif;
  content: "\f284";
  transition: transform 0.3s linear;
  transform: scale(0.5) rotate(0deg);
  position: absolute;
  right: 24px;
}
.bsa-menu li a.has-children.open {
  color: #0d6efd;
  background-color: rgba(13, 110, 253, 0.12);
}
.bsa-menu li a.has-children.open::after {
  transform: scale(0.5) rotate(-90deg);
}
.bsa-menu li a.has-children.open + ul {
  display: block;
}

.bsa-content {
  position: fixed;
  inset: var(--bsa-header-height) 0 var(--bsa-footer-height) var(--bsa-sidebar-width);
  overflow: hidden;
}
.bsa-content.fullscreen {
  inset: 0;
  z-index: 9999;
}

.bsa-footer {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  left: var(--bsa-sidebar-width);
  right: 0;
  bottom: 0;
  position: fixed;
  text-align: center;
  padding: 7px;
  font-size: 14px;
  border-top: var(--bs-border-width) solid var(--bs-border-color);
  z-index: 3;
  height: var(--bsa-footer-height);
  box-sizing: border-box;
}

.bsa-preloader {
  position: fixed;
  z-index: 2023;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #f4f6f9;
}
.bsa-error-code {
  font-size: 7rem;
  font-weight: 700;
  text-shadow: 4px 4px 0 var(--bs-light-bg-subtle), 6px 6px 0 var(--bs-light-text);
  color: var(--bs-light-text);
  word-break: break-all;
  text-align: center;
}

.bsa-error-text {
  border-top: 5px solid var(--bs-light-text);
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center;
  color: var(--bs-light-text);
}

.bsa-login-outer-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.bsa-login-outer-wrapper.bsa-login-bg-1 {
  background-image: url("../img/login-bg-1.jpg");
}
.bsa-login-outer-wrapper.bsa-login-bg-2 {
  background-image: url("../img/login-bg-2.jpg");
}
.bsa-login-outer-wrapper.bsa-login-bg-3 {
  background-image: url("../img/login-bg-3.jpg");
}
.bsa-login-outer-wrapper.bsa-login-bg-4 {
  background-image: url("../img/login-bg-4.jpg");
}
.bsa-login-outer-wrapper.bsa-login-bg-5 {
  background-image: url("../img/login-bg-5.jpg");
}
.bsa-login-outer-wrapper.bsa-login-bg-6 {
  background-image: url("../img/login-bg-6.jpg");
}
.bsa-login-outer-wrapper.bsa-login-bg-7 {
  background-image: url("../img/login-bg-7.jpg");
}
.bsa-login-outer-wrapper.bsa-login-bg-8 {
  background-image: url("../img/login-bg-8.jpg");
}
.bsa-login-outer-wrapper.bsa-login-bg-9 {
  background-image: url("../img/login-bg-9.jpg");
}
.bsa-login-outer-wrapper.bsa-login-bg-10 {
  background-image: url("../img/login-bg-10.jpg");
}
.bsa-login-outer-wrapper .bsa-login-inner-wrapper {
  width: 320px;
}
.bsa-login-outer-wrapper .bsa-login-inner-wrapper .form-control {
  background-color: rgba(255, 255, 255, 0.15);
  border: none;
  color: rgba(255, 255, 255, 0.5);
}
.bsa-login-outer-wrapper .bsa-login-inner-wrapper .input-group-text {
  border: none;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.15);
}
.bsa-login-outer-wrapper .bsa-login-inner-wrapper .form-check-label {
  color: rgba(255, 255, 255, 0.5);
}
.bsa-login-outer-wrapper .bsa-login-inner-wrapper .form-check-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.bsa-login-outer-wrapper .bsa-login-inner-wrapper .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.bsa-login-outer-wrapper .bsa-login-inner-wrapper .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.bsa-has-msg {
  animation: tada 1s infinite;
}

.bsa-cursor-pointer {
  cursor: pointer !important;
}

.bsa-cursor-default {
  cursor: default !important;
}

.bsa-ellipsis-1 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden !important;
  word-break: break-all !important;
}

.bsa-ellipsis-2 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  word-break: break-all !important;
}

.bsa-ellipsis-3 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
  word-break: break-all !important;
}

.bsa-ellipsis-4 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
  overflow: hidden !important;
  word-break: break-all !important;
}

.bsa-ellipsis-5 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5 !important;
  overflow: hidden !important;
  word-break: break-all !important;
}

.bsa-fs-12 {
  font-size: 12px !important;
}

.bsa-fs-13 {
  font-size: 13px !important;
}

.bsa-fs-14 {
  font-size: 14px !important;
}

.bsa-fs-15 {
  font-size: 15px !important;
}

.bsa-fs-16 {
  font-size: 16px !important;
}

.bsa-fs-17 {
  font-size: 17px !important;
}

.bsa-fs-18 {
  font-size: 18px !important;
}

.bsa-fs-19 {
  font-size: 19px !important;
}

.bsa-fs-20 {
  font-size: 20px !important;
}

.bsa-fs-25 {
  font-size: 25px !important;
}

.bsa-fs-30 {
  font-size: 30px !important;
}

.bsa-fs-35 {
  font-size: 35px !important;
}

.bsa-fs-40 {
  font-size: 40px !important;
}

.bsa-fs-45 {
  font-size: 45px !important;
}

.bsa-fs-50 {
  font-size: 50px !important;
}

.bsa-fs-55 {
  font-size: 55px !important;
}

.bsa-fs-60 {
  font-size: 60px !important;
}

.bsa-opacity-10 {
  opacity: 0.1 !important;
}

.bsa-opacity-20 {
  opacity: 0.2 !important;
}

.bsa-opacity-30 {
  opacity: 0.3 !important;
}

.bsa-opacity-40 {
  opacity: 0.4 !important;
}

.bsa-opacity-50 {
  opacity: 0.5 !important;
}

.bsa-opacity-60 {
  opacity: 0.6 !important;
}

.bsa-opacity-70 {
  opacity: 0.7 !important;
}

.bsa-opacity-80 {
  opacity: 0.8 !important;
}

.bsa-opacity-90 {
  opacity: 0.9 !important;
}

.bsa-radius-10 {
  border-radius: 10px !important;
}

.bsa-radius-15 {
  border-radius: 15px !important;
}

.bsa-radius-20 {
  border-radius: 20px !important;
}

.bsa-radius-25 {
  border-radius: 25px !important;
}

.bsa-radius-30 {
  border-radius: 30px !important;
}

.bsa-w-5 {
  width: 5px !important;
}

.bsa-w-10 {
  width: 10px !important;
}

.bsa-w-15 {
  width: 15px !important;
}

.bsa-w-20 {
  width: 20px !important;
}

.bsa-w-25 {
  width: 25px !important;
}

.bsa-w-30 {
  width: 30px !important;
}

.bsa-w-35 {
  width: 35px !important;
}

.bsa-w-40 {
  width: 40px !important;
}

.bsa-w-45 {
  width: 45px !important;
}

.bsa-w-50 {
  width: 50px !important;
}

.bsa-w-55 {
  width: 55px !important;
}

.bsa-w-60 {
  width: 60px !important;
}

.bsa-w-65 {
  width: 65px !important;
}

.bsa-w-70 {
  width: 70px !important;
}

.bsa-w-75 {
  width: 75px !important;
}

.bsa-w-80 {
  width: 80px !important;
}

.bsa-w-85 {
  width: 85px !important;
}

.bsa-w-90 {
  width: 90px !important;
}

.bsa-w-95 {
  width: 95px !important;
}

.bsa-w-100 {
  width: 100px !important;
}

.bsa-h-5 {
  height: 5px !important;
}

.bsa-h-10 {
  height: 10px !important;
}

.bsa-h-15 {
  height: 15px !important;
}

.bsa-h-20 {
  height: 20px !important;
}

.bsa-h-25 {
  height: 25px !important;
}

.bsa-h-30 {
  height: 30px !important;
}

.bsa-h-35 {
  height: 35px !important;
}

.bsa-h-40 {
  height: 40px !important;
}

.bsa-h-45 {
  height: 45px !important;
}

.bsa-h-50 {
  height: 50px !important;
}

.bsa-h-55 {
  height: 55px !important;
}

.bsa-h-60 {
  height: 60px !important;
}

.bsa-h-65 {
  height: 65px !important;
}

.bsa-h-70 {
  height: 70px !important;
}

.bsa-h-75 {
  height: 75px !important;
}

.bsa-h-80 {
  height: 80px !important;
}

.bsa-h-85 {
  height: 85px !important;
}

.bsa-h-90 {
  height: 90px !important;
}

.bsa-h-95 {
  height: 95px !important;
}

.bsa-h-100 {
  height: 100px !important;
}

.bsa-wh-5 {
  width: 5px !important;
  height: 5px !important;
}

.bsa-wh-10 {
  width: 10px !important;
  height: 10px !important;
}

.bsa-wh-15 {
  width: 15px !important;
  height: 15px !important;
}

.bsa-wh-20 {
  width: 20px !important;
  height: 20px !important;
}

.bsa-wh-25 {
  width: 25px !important;
  height: 25px !important;
}

.bsa-wh-30 {
  width: 30px !important;
  height: 30px !important;
}

.bsa-wh-35 {
  width: 35px !important;
  height: 35px !important;
}

.bsa-wh-40 {
  width: 40px !important;
  height: 40px !important;
}

.bsa-wh-45 {
  width: 45px !important;
  height: 45px !important;
}

.bsa-wh-50 {
  width: 50px !important;
  height: 50px !important;
}

.bsa-wh-55 {
  width: 55px !important;
  height: 55px !important;
}

.bsa-wh-60 {
  width: 60px !important;
  height: 60px !important;
}

.bsa-wh-65 {
  width: 65px !important;
  height: 65px !important;
}

.bsa-wh-70 {
  width: 70px !important;
  height: 70px !important;
}

.bsa-wh-75 {
  width: 75px !important;
  height: 75px !important;
}

.bsa-wh-80 {
  width: 80px !important;
  height: 80px !important;
}

.bsa-wh-85 {
  width: 85px !important;
  height: 85px !important;
}

.bsa-wh-90 {
  width: 90px !important;
  height: 90px !important;
}

.bsa-wh-95 {
  width: 95px !important;
  height: 95px !important;
}

.bsa-wh-100 {
  width: 100px !important;
  height: 100px !important;
}

@media (max-width: 991.98px) {
  .bsa-header {
    left: 0;
    padding: 0;
  }
  .bsa-header .bsa-search-form-wrapper {
    display: none;
  }
  .bsa-header .bsa-search-form-wrapper.open {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--bsa-header-height);
    padding: 0 12px;
    z-index: 10;
    display: flex;
    align-items: center;
    background-color: var(--bs-body-bg);
    width: 100%;
  }
  .bsa-header .bsa-search-form-wrapper.open .bsa-search-form {
    width: 100%;
  }
  .bsa-header .dropdown {
    position: static !important;
  }
  .bsa-header .dropdown-menu {
    min-width: 100%;
  }
  .bsa-header .dropdown-menu .card {
    min-width: 100%;
  }
  .bsa-header .bsa-sidebar-toggler {
    display: block;
  }
  .bsa-header .bsa-search-form-toggler {
    display: inline;
  }
  .bsa-header .bsa-search-form .bsa-search-submit-btn {
    display: none;
  }
  .bsa-header .bsa-search-form .bsa-search-close-btn {
    display: inline;
  }
  .bsa-header-item {
    padding: 0 20px;
    font-size: 18px;
  }
  .bsa-header-item .bsa-user-area .bsa-user-avatar {
    height: 35px;
    width: 35px;
  }
  .bsa-sidebar {
    transform: translateX(-101%);
    box-shadow: none;
  }
  .bsa-content {
    left: 0;
  }
  .bsa-footer {
    left: 0;
  }
  .bsa-mask {
    z-index: 90;
    position: fixed;
    inset: 0;
    transition: all 0.2s ease-out;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: move;
  }
}

@media (max-width: 767.98px) {
  .bsa-header-item {
    padding: 0 16px;
  }
}

@media (max-width: 575.98px) {
  .bsa-header-item {
    padding: 0 12px;
  }
}

@media (max-width: 341.98px) {
  .bsa-header-item {
    padding: 0 8px;
  }
  .bsa-header-item .bsa-user-area .bsa-user-avatar {
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 1199.98px) {
  .bsa-header-item .bsa-user-area .bsa-user-details {
    display: none;
  }
}
/*# sourceMappingURL=bootstrap-admin.css.map */
