*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0d6efd;
  text-decoration: none; }
  a:hover {
    color: #024dbc;
    text-decoration: underline; }

a:not([href]), a:not([href]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: textfield; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

progress {
  vertical-align: baseline; }

::-webkit-datetime-edit {
  overflow: visible;
  line-height: 0; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

main {
  display: block; }

[hidden] {
  display: none !important; }

.zoom-in-top-enter {
  opacity: 0;
  transform: scaleY(0); }

.zoom-in-top-enter-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
  transform-origin: center top; }

.zoom-in-top-exit {
  opacity: 1; }

.zoom-in-top-exit-active {
  opacity: 0;
  transform: scaleY(0);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
  transform-origin: center top; }

.zoom-in-left-enter {
  opacity: 0;
  transform: scale(0.45, 0.45); }

.zoom-in-left-enter-active {
  opacity: 1;
  transform: scale(1, 1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
  transform-origin: top left; }

.zoom-in-left-exit {
  opacity: 1; }

.zoom-in-left-exit-active {
  opacity: 0;
  transform: scale(0.45, 0.45);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
  transform-origin: top left; }

.zoom-in-right-enter {
  opacity: 0;
  transform: scale(0.45, 0.45); }

.zoom-in-right-enter-active {
  opacity: 1;
  transform: scale(1, 1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
  transform-origin: top right; }

.zoom-in-right-exit {
  opacity: 1; }

.zoom-in-right-exit-active {
  opacity: 0;
  transform: scale(0.45, 0.45);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
  transform-origin: top right; }

.zoom-in-bottom-enter {
  opacity: 0;
  transform: scaleY(0); }

.zoom-in-bottom-enter-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
  transform-origin: center bottom; }

.zoom-in-bottom-exit {
  opacity: 1; }

.zoom-in-bottom-exit-active {
  opacity: 0;
  transform: scaleY(0);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms, opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
  transform-origin: center bottom; }

.modal-enter {
  opacity: 0;
  transition: all .2s ease-in; }

.modal-enter-active {
  opacity: 1; }

.modal-exit {
  opacity: 1;
  transition: all .2s ease-out; }

.modal-exit-active {
  opacity: 0; }

.info-table, .info-table td, .info-table th {
  border-collapse: collapse;
  border: 1px solid #ccc;
  color: #444;
  margin-top: .25rem;
  padding-right: .5rem;
  padding: .25rem;
  text-align: left;
  vertical-align: top; }

.info-table {
  width: 100%; }

.info-table-monospace {
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: .88em; }

.axel-button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  font-weight: 400;
  line-height: 1.5;
  background-image: none;
  border: 1px solid transparent;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  margin: 5px; }
  .axel-button:focus {
    outline: none; }
  .axel-button.disabled, .axel-button:disabled {
    opacity: 0.65;
    cursor: not-allowed; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.btn-primary {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #fff; }
  .btn-primary:hover {
    background: #3385fd;
    border-color: #408cfd;
    color: #fff; }
  .btn-primary.foucs, .btn-primary:foucs {
    color: #fff;
    background: #3385fd;
    border-color: #408cfd; }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background: #0d6efd;
    border-color: #0d6efd; }

.btn-danger {
  background: #dc3545;
  border-color: #dc3545;
  color: #fff; }
  .btn-danger:hover {
    background: #e25663;
    border-color: #e4606d;
    color: #fff; }
  .btn-danger.foucs, .btn-danger:foucs {
    color: #fff;
    background: #e25663;
    border-color: #e4606d; }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background: #dc3545;
    border-color: #dc3545; }

.btn-success {
  background: #52c41a;
  border-color: #52c41a;
  color: #fff; }
  .btn-success:hover {
    background: #62e223;
    border-color: #6ae32e;
    color: #fff; }
  .btn-success.foucs, .btn-success:foucs {
    color: #fff;
    background: #62e223;
    border-color: #6ae32e; }
  .btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background: #52c41a;
    border-color: #52c41a; }

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

.btn-circle {
  border-radius: 50%; }

.btn-loading {
  opacity: 0.65;
  pointer-events: none;
  cursor: none; }

.axel-alert {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 1rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  margin-bottom: 10px; }
  .axel-alert.hide {
    display: none; }
  .axel-alert .alert-message {
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    margin-bottom: 4px; }
    .axel-alert .alert-message .message {
      flex: 1; }
  .axel-alert .alert-description {
    font-size: 0.875rem;
    line-height: 1.5; }
  .axel-alert .alert-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    line-height: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .axel-alert .alert-close:hover {
      background-color: #cccccc; }

.alert-primary {
  border-color: #72abfe;
  color: #000;
  background: #f1f6ff; }
  .alert-primary .alert-close {
    color: #0d6efd; }

.alert-success {
  border-color: #8ae95b;
  color: #000;
  background: #daf8cb; }
  .alert-success .alert-close {
    color: #52c41a; }

.alert-warning {
  border-color: #fcea78;
  color: #000;
  background: #fffdf5; }
  .alert-warning .alert-close {
    color: #fadb14; }

.alert-danger {
  border-color: #eb8c95;
  color: #000;
  background: #fef9f9; }
  .alert-danger .alert-close {
    color: #dc3545; }

.axel-menu {
  list-style: none;
  padding-left: 0;
  display: flex;
  border-bottom: 1px solid #dee2e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  .axel-menu .menu-item {
    padding: 0.5rem 1rem;
    cursor: pointer; }
    .axel-menu .menu-item.is-active, .axel-menu .menu-item:hover {
      border-bottom: 2px solid #0d6efd;
      color: #0d6efd; }
    .axel-menu .menu-item.is-disabled {
      pointer-events: none;
      cursor: default;
      color: #6c757d; }
  .axel-menu .submenu-item {
    position: relative; }
    .axel-menu .submenu-item .submenu-title {
      display: flex;
      align-items: center; }
  .axel-menu .axel-submenu {
    list-style: none;
    padding: 0;
    position: absolute;
    white-space: nowrap; }
    .axel-menu .axel-submenu .menu-item {
      padding: 0.5rem 1rem;
      cursor: pointer;
      transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
      color: #212529; }
      .axel-menu .axel-submenu .menu-item.is-active, .axel-menu .axel-submenu .menu-item:hover {
        color: #0d6efd !important;
        border-bottom: 0; }

.menu-vertical {
  flex-direction: column;
  border-bottom: 0px;
  box-shadow: none;
  margin-left: 20px; }
  .menu-vertical > .menu-item {
    border-left: 2px solid transparent; }
    .menu-vertical > .menu-item.is-active, .menu-vertical > .menu-item:hover {
      border-bottom: 0px;
      border-left: 2px solid #0d6efd; }

.menu-horizontal > .menu-item {
  border-bottom: 2px solid transparent; }

.menu-horizontal .axel-submenu {
  position: absolute;
  background: #fff;
  z-index: 100;
  top: calc(100% + 8px);
  left: 0;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04); }

.icon-primary {
  color: #0d6efd; }

.icon-secondary {
  color: #6c757d; }

.icon-success {
  color: #52c41a; }

.icon-info {
  color: #17a2b8; }

.icon-warning {
  color: #fadb14; }

.icon-danger {
  color: #dc3545; }

.icon-light {
  color: #f8f9fa; }

.icon-dark {
  color: #343a40; }

.axel-input-wrapper {
  width: 100%;
  margin-bottom: 12px;
  display: flex; }

.axel-input-bundle {
  width: 100%;
  position: relative; }
  .axel-input-bundle .icon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057; }
  .axel-input-bundle .icon-clearable {
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    cursor: pointer; }
    .axel-input-bundle .icon-clearable svg {
      color: #6c757d; }
      .axel-input-bundle .icon-clearable svg:hover {
        color: #868e96; }

.axel-input-inner {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  color: #495057;
  border: 1px solid #ced4da;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); }
  .axel-input-inner:focus, .axel-input-inner.focus {
    background-color: #fff;
    border: 1px solid #8bbafe;
    color: #495057;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); }
  .axel-input-inner::placeholder {
    color: #6c757d;
    opacity: 1; }
  .axel-input-inner:disabled, .axel-input-inner[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    cursor: not-allowed; }

.axel-input-group-prepend,
.axel-input-group-append {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.input-group > .axel-input-group-prepend,
.input-group.input-group-append > .axel-input-bundle > .axel-input-inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.input-group-prepand > .axel-input-bundle > .axel-input-inner,
.input-group .axel-input-group-append {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-size-lg .axel-input-bundle .axel-input-inner {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
  height: 100%; }

.input-size-sm .axel-input-bundle .axel-input-inner {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
  height: 100%; }

.axel-auto-complete {
  position: relative; }
  .axel-auto-complete .axel-suggestion-list {
    list-style: none;
    padding-left: 0;
    white-space: nowrap;
    position: absolute;
    background: #fff;
    z-index: 100;
    top: calc(100% + 8px);
    left: 0;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
    width: 100%; }
    .axel-auto-complete .axel-suggestion-list .suggstions-loading-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 75px; }
    .axel-auto-complete .axel-suggestion-list .suggestion-item {
      padding: 0.5rem 1rem; }
      .axel-auto-complete .axel-suggestion-list .suggestion-item.is-selected {
        background: #0d6efd;
        color: #fff; }

.axel-upload-list {
  padding-left: 10px;
  list-style: none;
  width: auto;
  position: relative; }

.axel-upload-list-item {
  cursor: pointer;
  min-width: 200px;
  line-height: 1.7;
  margin-top: 5px;
  box-sizing: border-box;
  border-radius: 4px; }
  .axel-upload-list-item .file-name {
    font-size: 16px;
    margin-right: 40px; }
    .axel-upload-list-item .file-name .file-alit-icon {
      margin-right: 6px; }
  .axel-upload-list-item .file-actions {
    display: none; }
  .axel-upload-list-item:hover {
    background-color: #e9ecef; }
    .axel-upload-list-item:hover .file-stauts {
      display: none; }
    .axel-upload-list-item:hover .file-actions {
      display: inline-block; }

.file-name-ready {
  color: #000; }

.file-name-uploading {
  color: #000; }

.file-name-success {
  color: #52c41a; }

.file-name-error {
  color: #dc3545; }

.axel-progress-bar {
  box-sizing: border-box;
  width: 100%; }
  .axel-progress-bar .axel-progress-outer {
    width: 100%;
    position: relative;
    background-color: #e9ecef;
    color: #fff; }
    .axel-progress-bar .axel-progress-outer .axel-progress-inner {
      border-radius: 0.25rem;
      padding: 0 12px; }

.color-primary {
  background-color: #0d6efd; }

.color-secondary {
  background-color: #6c757d; }

.color-success {
  background-color: #52c41a; }

.color-info {
  background-color: #17a2b8; }

.color-warning {
  background-color: #fadb14; }

.color-danger {
  background-color: #dc3545; }

.color-light {
  background-color: #f8f9fa; }

.color-dark {
  background-color: #343a40; }

.axel-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4); }

.body-overflow-hidden {
  overflow: hidden; }

.modal-content {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
  background-color: #fff;
  z-index: 1003;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .modal-content .modal-content-header {
    line-height: 2;
    font-size: 16px;
    border-bottom: 1px solid #e9ecef;
    padding: 10px 24px;
    position: relative; }
    .modal-content .modal-content-header svg {
      font-size: 18px;
      position: absolute;
      right: 28px;
      top: 0;
      bottom: 0;
      margin: auto;
      cursor: pointer; }
      .modal-content .modal-content-header svg:hover {
        color: #0d6efd; }
  .modal-content .modal-content-container {
    padding: 12px 24px;
    min-height: 200px; }
  .modal-content .modal-content-footer {
    border-top: 1px solid #e9ecef;
    padding: 6px 24px;
    display: flex;
    justify-content: flex-end; }
