*,
*::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; }

.btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn.disabled, .btn[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none; }
    .btn.disabled > *, .btn[disabled] > * {
      pointer-events: none; }

.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 {
  color: #fff;
  background: #0d6efd;
  border-color: #0d6efd; }
  .btn-primary:hover {
    color: #fff;
    background: #3385fd;
    border-color: #408cfd; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background: #3385fd;
    border-color: #408cfd; }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background: #0d6efd;
    border-color: #0d6efd; }

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

.btn-default {
  color: #212529;
  background: #fff;
  border-color: #ced4da; }
  .btn-default:hover {
    color: #0d6efd;
    background: #fff;
    border-color: #0d6efd; }
  .btn-default:focus, .btn-default.focus {
    color: #0d6efd;
    background: #fff;
    border-color: #0d6efd; }
  .btn-default:disabled, .btn-default.disabled {
    color: #212529;
    background: #fff;
    border-color: #ced4da; }

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: none;
  box-shadow: none; }
  .btn-link:hover {
    color: #024dbc;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-image: none;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap; }

.alert-default {
  background-color: #0d6efd;
  border-color: #0d6efd; }

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

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

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

.alert-hasDes {
  font-weight: 700; }

.alert-close {
  font-weight: 700;
  cursor: pointer;
  text-align: right; }

.alert-flex {
  display: flex;
  justify-content: space-between; }

.alert-none {
  display: none; }

.menu {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 30px;
  list-style: none;
  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); }
  .menu > .menu-item {
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
    .menu > .menu-item:hover, .menu > .menu-item:focus {
      text-decoration: none; }
    .menu > .menu-item.it-disabled {
      color: #6c757d;
      pointer-events: none;
      cursor: default; }
    .menu > .menu-item.it-active, .menu > .menu-item:hover {
      color: #0d6efd;
      border-bottom: 2px solid #0d6efd; }
  .menu .submenu-item {
    position: relative; }
    .menu .submenu-item .submenu-title {
      display: flex;
      align-items: center; }
      .menu .submenu-item .submenu-title .submenu-title-left {
        margin-right: 8px; }
  .menu .submenu {
    list-style: none;
    padding-left: 0px;
    white-space: nowrap; }
    .menu .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; }
      .menu .submenu > .menu-item.is-active, .menu .submenu > .menu-item:hover {
        color: #0d6efd !important; }

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

.menu-horizontal .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); }

.menu-horizontal .fa-angle-down {
  transform: none;
  transition: transform .3s; }

.menu-horizontal .submenu-title:hover .fa-angle-down {
  transform: rotate(180deg); }

.menu-vertical {
  flex-direction: column;
  border-bottom: 0px;
  border-right: 1px solid #dee2e6; }
  .menu-vertical > .menu-item {
    border-left: 2px solid transparent; }
    .menu-vertical > .menu-item.it-active, .menu-vertical > .menu-item:hover {
      border-bottom: 0px;
      border-left: 2px solid #0d6efd; }
    .menu-vertical > .menu-item .fa-angle-down {
      transform: rotate(0deg);
      transition: transform .3s; }
    .menu-vertical > .menu-item.submenu-item.submenu-opened .fa-angle-down {
      transform: rotate(180deg) !important; }

.submenu-node-enter {
  opacity: 0; }

.submenu-node-enter-active {
  opacity: 1;
  transition: opacity .5s ease-in-out; }

.submenu-node-exit {
  opacity: 1; }

.submenu-node-exit-active {
  opacity: 0;
  transition: opacity .5s ease-in-out; }

.tabs {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #dee2e6; }

.tabs-line.tabs > .tabs-item {
  padding: 0.5rem 1rem;
  cursor: pointer; }
  .tabs-line.tabs > .tabs-item.tabs-item-disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }
  .tabs-line.tabs > .tabs-item.item-active, .tabs-line.tabs > .tabs-item:hover {
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd; }

.tabs-card.tabs > .tabs-item {
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-bottom: none; }
  .tabs-card.tabs > .tabs-item.tabs-item-disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }
  .tabs-card.tabs > .tabs-item.item-active, .tabs-card.tabs > .tabs-item:hover {
    color: #0d6efd;
    border: 0.5px solid #dee2e6;
    border-bottom: none; }

.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; }

.input {
  padding: 0.375rem 0.75rem;
  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;
  background-color: #fff;
  border-radius: 0.25rem;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; }
  .input:focus {
    background: #fff;
    border-color: #8bbafe;
    border-width: 0.2rem;
    color: #495057;
    box-shadow: rgba(13, 110, 253, 0.25); }
  .input.input-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input.input-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input::placeholder {
    color: #6c757d; }
  .input .input-icon {
    color: #495057;
    background: #e9ecef;
    border-color: #ced4da; }

.input-inner {
  position: relative; }
  .input-inner .input-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    bottom: 0;
    margin: auto; }

.add-padding {
  padding-right: 36px !important; }

.input-content {
  display: flex; }

.input-pre-app {
  color: #495057;
  background-color: #e9ecef;
  border-color: #ced4da;
  text-align: center;
  border-radius: 0.25rem;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid;
  display: flex;
  justify-content: center;
  align-items: center; }

.selected-item {
  background-color: blue;
  color: white; }

.auto-complete {
  width: 200px; }
  .auto-complete .auto-complete-content {
    list-style: none;
    margin-top: 5px;
    height: 100%;
    width: 100%;
    padding: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: auto; }
    .auto-complete .auto-complete-content .suggestion-item {
      cursor: pointer; }
      .auto-complete .auto-complete-content .suggestion-item:hover {
        color: #0d6efd; }

.select {
  width: 220px; }
  .select .select-content {
    list-style: none;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    padding: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: auto; }
    .select .select-content .select-option {
      display: flex;
      justify-content: space-between;
      cursor: pointer; }
      .select .select-content .select-option:hover {
        color: #0d6efd; }
  .select .select-multiple {
    position: absolute;
    z-index: 99;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    list-style: none;
    overflow: auto;
    padding: 10px; }
    .select .select-multiple .multiple-item {
      color: #0d6efd;
      padding: 3px;
      border: 1px solid #0d6efd;
      margin: 0 2px;
      border-radius: 2px; }

.select-focus input {
  background: #fff;
  border-color: #8bbafe;
  border-width: 0.2rem;
  color: #495057;
  box-shadow: rgba(13, 110, 253, 0.25); }

.select .select-option.option-disabled {
  color: #6c757d;
  pointer-events: none; }
  .select .select-option.option-disabled:hover {
    color: #6c757d !important; }

.select-disabled {
  pointer-events: none; }
  .select-disabled input {
    background-color: rgba(0, 0, 0, 0.2) !important; }

.upload-list {
  list-style: none;
  padding: 5px; }

.upload-list-base {
  cursor: pointer; }
  .upload-list-base:hover .close-list {
    display: inline-block !important; }
  .upload-list-base:hover .open-list {
    display: none; }

.upload-list-error {
  color: #dc3545; }

.upload-list-success {
  color: #52c41a; }

.upload-list-uploading {
  color: #0d6efd; }

.upload-item:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.upload-drap {
  width: 300px;
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  cursor: pointer; }
  .upload-drap:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px dashed #0d6efd; }

.upload-drap.drap {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px dashed #0d6efd; }

.progress {
  position: relative;
  font-size: 13px; }
  .progress .progress-content {
    position: absolute;
    left: 0;
    color: white;
    display: flex;
    align-items: center;
    padding: 0 5px;
    border-radius: 2px; }

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

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

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

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

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

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

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

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