@charset "UTF-8";
*::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;
}

h6, h5, h4, h3, h2, h1 {
  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;
  padding: 0;
  list-style: none;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6899e2;
  text-decoration: none;
}
a:hover {
  color: #296ed5;
  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: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.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;
}

.k_divider {
  border-top: 0.4px solid grey;
}
.k_divider-horizontal {
  clear: both;
  display: flex;
  min-width: 100%;
  margin: 24px 0;
}
.k_divider-horizontal.k_divider-with-child {
  display: flex;
  margin: 16px 0;
  color: #000;
  font-weight: 500;
  font-size: 1.25rem;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
  border-top-color: grey;
}
.k_divider-horizontal.k_divider-with-child::before, .k_divider-horizontal.k_divider-with-child::after {
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  transform: translateY(50%);
  content: "";
}
.k_divider-horizontal.k_divider-with-child.k_divider-dashed::before, .k_divider-horizontal.k_divider-with-child.k_divider-dashed::after {
  border-style: dashed none none;
}
.k_divider-horizontal.k_divider-oritation-left::before {
  top: 50%;
  width: 5%;
}
.k_divider-horizontal.k_divider-oritation-left::after {
  top: 50%;
  width: 95%;
}
.k_divider-horizontal.k_divider-oritation-right::before {
  top: 50%;
  width: 95%;
}
.k_divider-horizontal.k_divider-oritation-right::after {
  top: 50%;
  width: 5%;
}
.k_divider-dashed {
  border-style: dashed none none;
}
.k_divider-child {
  display: inline-block;
  padding: 0 4.3px;
}

.k_btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  border: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  user-select: none;
  touch-action: manipulation;
  outline: none;
  height: 32px;
  padding: 0.15rem 1.725rem;
  font-size: 1rem;
  border-radius: 0.15rem;
  line-height: 1.5;
}
.k_btn:focus {
  outline: none;
}
.k_btn-small {
  height: 24px;
  padding: 0.1rem 1.15rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.k_btn-large {
  height: 40px;
  padding: 0.2rem 2.3rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.k_btn > span {
  display: inline-block;
}
.k_btn-default {
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(0, 0, 0, 0.07);
  background: #fff;
}
.k_btn-default > a:only-child {
  color: currentColor;
}
.k_btn-default > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-default:hover, .k_btn-default:focus {
  color: #6899e2;
  border-color: #6899e2;
  background: #fff;
}
.k_btn-default:hover > a:only-child, .k_btn-default:focus > a:only-child {
  color: currentColor;
}
.k_btn-default:hover > a:only-child::after, .k_btn-default:focus > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-default:active {
  color: #1f4c91;
  border-color: #1f4c91;
  background: #fff;
}
.k_btn-default:active > a:only-child {
  color: currentColor;
}
.k_btn-default:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-default[disabled] {
  cursor: not-allowed;
}
.k_btn-default[disabled], .k_btn-default[disabled]:hover, .k_btn-default[disabled]:focus, .k_btn-default[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.07);
  text-shadow: none;
  box-shadow: none;
}
.k_btn-default[disabled] > a:only-child, .k_btn-default[disabled]:hover > a:only-child, .k_btn-default[disabled]:focus > a:only-child, .k_btn-default[disabled]:active > a:only-child {
  color: currentColor;
}
.k_btn-default[disabled] > a:only-child::after, .k_btn-default[disabled]:hover > a:only-child::after, .k_btn-default[disabled]:focus > a:only-child::after, .k_btn-default[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-default-danger {
  color: #ce1d26;
  border-color: #ce1d26;
  background: #fff;
}
.k_btn-default-danger > a:only-child {
  color: currentColor;
}
.k_btn-default-danger > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-default-danger:hover, .k_btn-default-danger:focus, .k_btn-default-danger:active {
  color: #aa161e;
  border-color: #aa161e;
  background: #fff;
}
.k_btn-default-danger:hover > a:only-child, .k_btn-default-danger:focus > a:only-child, .k_btn-default-danger:active > a:only-child {
  color: currentColor;
}
.k_btn-default-danger:hover > a:only-child::after, .k_btn-default-danger:focus > a:only-child::after, .k_btn-default-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-default[disabled] {
  cursor: not-allowed;
}
.k_btn-default[disabled], .k_btn-default[disabled]:hover, .k_btn-default[disabled]:focus, .k_btn-default[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.07);
  text-shadow: none;
  box-shadow: none;
}
.k_btn-default[disabled] > a:only-child, .k_btn-default[disabled]:hover > a:only-child, .k_btn-default[disabled]:focus > a:only-child, .k_btn-default[disabled]:active > a:only-child {
  color: currentColor;
}
.k_btn-default[disabled] > a:only-child::after, .k_btn-default[disabled]:hover > a:only-child::after, .k_btn-default[disabled]:focus > a:only-child::after, .k_btn-default[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-primary {
  color: #fff;
  border-color: transparent;
  background: #6899e2;
}
.k_btn-primary > a:only-child {
  color: currentColor;
}
.k_btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-primary:hover, .k_btn-primary:focus, .k_btn-primary:active {
  color: #fff;
  border-color: #6899e2;
  background: #4f81cc;
}
.k_btn-primary:hover > a:only-child, .k_btn-primary:focus > a:only-child, .k_btn-primary:active > a:only-child {
  color: currentColor;
}
.k_btn-primary:hover > a:only-child::after, .k_btn-primary:focus > a:only-child::after, .k_btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-primary-danger {
  color: #fff;
  border-color: #ce1d26;
  background: #ce1d26;
}
.k_btn-primary-danger > a:only-child {
  color: currentColor;
}
.k_btn-primary-danger > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-primary-danger:hover, .k_btn-primary-danger:focus, .k_btn-primary-danger:active {
  color: #fff;
  border-color: #aa161e;
  background: #aa161e;
}
.k_btn-primary-danger:hover > a:only-child, .k_btn-primary-danger:focus > a:only-child, .k_btn-primary-danger:active > a:only-child {
  color: currentColor;
}
.k_btn-primary-danger:hover > a:only-child::after, .k_btn-primary-danger:focus > a:only-child::after, .k_btn-primary-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-primary[disabled] {
  cursor: not-allowed;
}
.k_btn-primary[disabled], .k_btn-primary[disabled]:hover, .k_btn-primary[disabled]:focus, .k_btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.07);
  text-shadow: none;
  box-shadow: none;
}
.k_btn-primary[disabled] > a:only-child, .k_btn-primary[disabled]:hover > a:only-child, .k_btn-primary[disabled]:focus > a:only-child, .k_btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}
.k_btn-primary[disabled] > a:only-child::after, .k_btn-primary[disabled]:hover > a:only-child::after, .k_btn-primary[disabled]:focus > a:only-child::after, .k_btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-dashed {
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(0, 0, 0, 0.07);
  background: #fff;
  border-style: dashed;
}
.k_btn-dashed > a:only-child {
  color: currentColor;
}
.k_btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-dashed:hover, .k_btn-dashed:focus {
  color: #6899e2;
  border-color: #6899e2;
  background: #fff;
}
.k_btn-dashed:hover > a:only-child, .k_btn-dashed:focus > a:only-child {
  color: currentColor;
}
.k_btn-dashed:hover > a:only-child::after, .k_btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-dashed:active {
  color: #1f4c91;
  border-color: #1f4c91;
  background: #fff;
}
.k_btn-dashed:active > a:only-child {
  color: currentColor;
}
.k_btn-dashed:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-dashed[disabled] {
  cursor: not-allowed;
}
.k_btn-dashed[disabled], .k_btn-dashed[disabled]:hover, .k_btn-dashed[disabled]:focus, .k_btn-dashed[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.07);
  text-shadow: none;
  box-shadow: none;
}
.k_btn-dashed[disabled] > a:only-child, .k_btn-dashed[disabled]:hover > a:only-child, .k_btn-dashed[disabled]:focus > a:only-child, .k_btn-dashed[disabled]:active > a:only-child {
  color: currentColor;
}
.k_btn-dashed[disabled] > a:only-child::after, .k_btn-dashed[disabled]:hover > a:only-child::after, .k_btn-dashed[disabled]:focus > a:only-child::after, .k_btn-dashed[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-dashed-danger {
  color: #ce1d26;
  border-color: #ce1d26;
  background: transparent;
}
.k_btn-dashed-danger > a:only-child {
  color: currentColor;
}
.k_btn-dashed-danger > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-dashed-danger:hover, .k_btn-dashed-danger:focus, .k_btn-dashed-danger:active {
  color: #aa161e;
  border-color: #aa161e;
  background: transparent;
}
.k_btn-dashed-danger:hover > a:only-child, .k_btn-dashed-danger:focus > a:only-child, .k_btn-dashed-danger:active > a:only-child {
  color: currentColor;
}
.k_btn-dashed-danger:hover > a:only-child::after, .k_btn-dashed-danger:focus > a:only-child::after, .k_btn-dashed-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-link {
  color: #6899e2;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.k_btn-link > a:only-child {
  color: currentColor;
}
.k_btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-link:hover, .k_btn-link:focus {
  color: #6899e2;
  border-color: #6899e2;
  background: transparent;
}
.k_btn-link:hover > a:only-child, .k_btn-link:focus > a:only-child {
  color: currentColor;
}
.k_btn-link:hover > a:only-child::after, .k_btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-link:active {
  color: #1f4c91;
  border-color: #1f4c91;
  background: transparent;
}
.k_btn-link:active > a:only-child {
  color: currentColor;
}
.k_btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-link[disabled] {
  cursor: not-allowed;
}
.k_btn-link[disabled], .k_btn-link[disabled]:hover, .k_btn-link[disabled]:focus, .k_btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.07);
  text-shadow: none;
  box-shadow: none;
}
.k_btn-link[disabled] > a:only-child, .k_btn-link[disabled]:hover > a:only-child, .k_btn-link[disabled]:focus > a:only-child, .k_btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.k_btn-link[disabled] > a:only-child::after, .k_btn-link[disabled]:hover > a:only-child::after, .k_btn-link[disabled]:focus > a:only-child::after, .k_btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-link:hover {
  background: transparent;
  text-decoration: none;
}
.k_btn-link:hover, .k_btn-link:focus, .k_btn-link:active {
  border-color: transparent;
}
.k_btn-link-danger {
  color: #ce1d26;
  border-color: transparent;
  background: transparent;
}
.k_btn-link-danger > a:only-child {
  color: currentColor;
}
.k_btn-link-danger > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-link-danger:hover, .k_btn-link-danger:focus, .k_btn-link-danger:active {
  color: #aa161e;
  border-color: transparent;
  background: transparent;
}
.k_btn-link-danger:hover > a:only-child, .k_btn-link-danger:focus > a:only-child, .k_btn-link-danger:active > a:only-child {
  color: currentColor;
}
.k_btn-link-danger:hover > a:only-child::after, .k_btn-link-danger:focus > a:only-child::after, .k_btn-link-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-link-disabled {
  cursor: not-allowed;
}
.k_btn-link-disabled, .k_btn-link-disabled:hover, .k_btn-link-disabled:focus, .k_btn-link-disabled:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #fff;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.k_btn-link-disabled > a:only-child, .k_btn-link-disabled:hover > a:only-child, .k_btn-link-disabled:focus > a:only-child, .k_btn-link-disabled:active > a:only-child {
  color: currentColor;
}
.k_btn-link-disabled > a:only-child::after, .k_btn-link-disabled:hover > a:only-child::after, .k_btn-link-disabled:focus > a:only-child::after, .k_btn-link-disabled:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-text {
  color: rgba(0, 0, 0, 0.85);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.k_btn-text > a:only-child {
  color: currentColor;
}
.k_btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-text:hover, .k_btn-text:focus {
  color: #6899e2;
  border-color: #6899e2;
  background: transparent;
}
.k_btn-text:hover > a:only-child, .k_btn-text:focus > a:only-child {
  color: currentColor;
}
.k_btn-text:hover > a:only-child::after, .k_btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-text:active {
  color: #1f4c91;
  border-color: #1f4c91;
  background: transparent;
}
.k_btn-text:active > a:only-child {
  color: currentColor;
}
.k_btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-text[disabled] {
  cursor: not-allowed;
}
.k_btn-text[disabled], .k_btn-text[disabled]:hover, .k_btn-text[disabled]:focus, .k_btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.07);
  text-shadow: none;
  box-shadow: none;
}
.k_btn-text[disabled] > a:only-child, .k_btn-text[disabled]:hover > a:only-child, .k_btn-text[disabled]:focus > a:only-child, .k_btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.k_btn-text[disabled] > a:only-child::after, .k_btn-text[disabled]:hover > a:only-child::after, .k_btn-text[disabled]:focus > a:only-child::after, .k_btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-text:hover, .k_btn-text:focus {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.k_btn-text[disabled] {
  cursor: not-allowed;
}
.k_btn-text[disabled], .k_btn-text[disabled]:hover, .k_btn-text[disabled]:focus, .k_btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.k_btn-text[disabled] > a:only-child, .k_btn-text[disabled]:hover > a:only-child, .k_btn-text[disabled]:focus > a:only-child, .k_btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.k_btn-text[disabled] > a:only-child::after, .k_btn-text[disabled]:hover > a:only-child::after, .k_btn-text[disabled]:focus > a:only-child::after, .k_btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-text-danger {
  color: #ce1d26;
  border-color: transparent;
  background: transparent;
}
.k_btn-text-danger > a:only-child {
  color: currentColor;
}
.k_btn-text-danger > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-text-danger:hover, .k_btn-text-danger:focus, .k_btn-text-danger:active {
  color: #aa161e;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.018);
}
.k_btn-text-danger:hover > a:only-child, .k_btn-text-danger:focus > a:only-child, .k_btn-text-danger:active > a:only-child {
  color: currentColor;
}
.k_btn-text-danger:hover > a:only-child::after, .k_btn-text-danger:focus > a:only-child::after, .k_btn-text-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-ghost {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.k_btn-ghost > a:only-child {
  color: currentColor;
}
.k_btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-ghost:hover, .k_btn-ghost:focus {
  color: #6899e2;
  border-color: #6899e2;
  background: transparent;
}
.k_btn-ghost:hover > a:only-child, .k_btn-ghost:focus > a:only-child {
  color: currentColor;
}
.k_btn-ghost:hover > a:only-child::after, .k_btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-ghost:active {
  color: #1f4c91;
  border-color: #1f4c91;
  background: transparent;
}
.k_btn-ghost:active > a:only-child {
  color: currentColor;
}
.k_btn-ghost:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-ghost[disabled] {
  cursor: not-allowed;
}
.k_btn-ghost[disabled], .k_btn-ghost[disabled]:hover, .k_btn-ghost[disabled]:focus, .k_btn-ghost[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.07);
  text-shadow: none;
  box-shadow: none;
}
.k_btn-ghost[disabled] > a:only-child, .k_btn-ghost[disabled]:hover > a:only-child, .k_btn-ghost[disabled]:focus > a:only-child, .k_btn-ghost[disabled]:active > a:only-child {
  color: currentColor;
}
.k_btn-ghost[disabled] > a:only-child::after, .k_btn-ghost[disabled]:hover > a:only-child::after, .k_btn-ghost[disabled]:focus > a:only-child::after, .k_btn-ghost[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-ghost-danger {
  color: #ce1d26;
  border-color: #ce1d26;
  background: transparent;
}
.k_btn-ghost-danger > a:only-child {
  color: currentColor;
}
.k_btn-ghost-danger > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-ghost-danger:hover, .k_btn-ghost-danger:focus, .k_btn-ghost-danger:active {
  color: #aa161e;
  border-color: #aa161e;
  background: transparent;
}
.k_btn-ghost-danger:hover > a:only-child, .k_btn-ghost-danger:focus > a:only-child, .k_btn-ghost-danger:active > a:only-child {
  color: currentColor;
}
.k_btn-ghost-danger:hover > a:only-child::after, .k_btn-ghost-danger:focus > a:only-child::after, .k_btn-ghost-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  content: "";
}
.k_btn-shape-circle {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  justify-content: center;
}
.k_btn-shape-round {
  border-radius: 32px;
}

.k_loding-icon {
  animation: loding 1s linear infinite;
}

@keyframes loding {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.k_row {
  display: flex;
  flex-flow: row wrap;
}
.k_row::before, .k_row::after {
  display: flex;
}
.k_row-no-wrap {
  flex-wrap: nowrap;
}

.k_row-start {
  justify-content: flex-start;
}

.k_row-center {
  justify-content: center;
}

.k_row-end {
  justify-content: flex-end;
}

.k_row-space-between {
  justify-content: space-between;
}

.k_row-space-around {
  justify-content: space-around;
}

.k_row-space-evenly {
  justify-content: space-evenly;
}

.k_col {
  position: relative;
  max-width: 100%;
  min-height: 1px;
}

.k_col-0 {
  display: none;
}

.k_col-1 {
  display: flex;
  flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%;
}

.k_col-2 {
  display: flex;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.k_col-3 {
  display: flex;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.k_col-4 {
  display: flex;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.k_col-5 {
  display: flex;
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}

.k_col-6 {
  display: flex;
  flex: 0 0 25%;
  max-width: 25%;
}

.k_col-7 {
  display: flex;
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}

.k_col-8 {
  display: flex;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.k_col-9 {
  display: flex;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.k_col-10 {
  display: flex;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.k_col-11 {
  display: flex;
  flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%;
}

.k_col-12 {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
}

.k_col-13 {
  display: flex;
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}

.k_col-14 {
  display: flex;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.k_col-15 {
  display: flex;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.k_col-16 {
  display: flex;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.k_col-17 {
  display: flex;
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}

.k_col-18 {
  display: flex;
  flex: 0 0 75%;
  max-width: 75%;
}

.k_col-19 {
  display: flex;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}

.k_col-20 {
  display: flex;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.k_col-21 {
  display: flex;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.k_col-22 {
  display: flex;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.k_col-23 {
  display: flex;
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}

.k_col-24 {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}

.k_layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  min-height: 0;
  background: #f0f2f5;
}
.k_layout,
.k_layout * {
  box-sizing: border-box;
}
.k_layout-header, .k_layout-footer {
  flex: 0 0 auto;
}
.k_layout-header {
  height: 64px;
  padding: 0 50px;
  color: #f0f2f5;
  line-height: 64px;
  background: #001529;
}
.k_layout-footer {
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1rem;
  background: #f0f2f5;
}
.k_layout-content {
  float: auto;
  min-height: 0;
}

.k_space {
  display: inline-flex;
}
.k_space-vertical {
  flex-direction: column;
}
.k_space-align-center {
  align-items: center;
}
.k_space-align-start {
  align-items: flex-start;
}
.k_space-align-end {
  align-items: flex-end;
}
.k_space-align-baseline {
  align-items: baseline;
}
.k_space .k_spce-item:empty {
  display: none;
}

.icon-primary {
  color: #4f81cc;
}

.icon-warning {
  color: #d19212;
}

.icon-error {
  color: #ce1d26;
}

.k_title-1 {
  font-size: 34px;
  font-weight: 500;
}

.k_title-2 {
  font-size: 30px;
  font-weight: 500;
}

.k_title-3 {
  font-size: 26px;
  font-weight: 500;
}

.k_title-4 {
  font-size: 22px;
  font-weight: 500;
}

.k_title-5 {
  font-size: 18px;
  font-weight: 500;
}

.k_title-6 {
  font-size: 16px;
  font-weight: 500;
}

.k_text {
  color: rgba(0, 0, 0, 0.85);
  overflow-wrap: break-word;
}
.k_text-secondary {
  color: rgba(0, 0, 0, 0.55);
}
.k_text-success {
  color: #a0d911;
}
.k_text-warning {
  color: #d19212;
}
.k_text-danger {
  color: #ce1d26;
}
.k_text-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  user-select: none;
}
.k_text-mark {
  background: #fadb14;
}
.k_text-underline {
  text-decoration: underline 1px;
}
.k_text-delete {
  text-decoration: line-through 1px;
}
.k_text-strong {
  font-weight: bold;
}
.k_text-italic {
  font-style: italic;
}

.k_blockquote {
  padding: 0 0 0 0.6em;
  border-left: 4px solid rgba(100, 100, 100, 0.2);
  opacity: 0.85;
}

.k_affix {
  z-index: 999;
}

.k_breadcrumb {
  color: rgba(0, 0, 0, 0.55);
}
.k_breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
}
.k_breadcrumb .k_icon {
  margin: 0 4px;
  font-size: 0.875rem;
}
.k_breadcrumb a {
  color: rgba(0, 0, 0, 0.55);
  transition: color 0.3s;
}
.k_breadcrumb a:hover {
  color: #1f4c91;
  text-decoration: none;
}
.k_breadcrumb li:last-child {
  color: rgba(0, 0, 0, 0.85);
}
.k_breadcrumb li:last-child a {
  color: rgba(0, 0, 0, 0.85);
}
li:last-child .k_breadcrumb-item-sparator {
  display: none;
}
.k_breadcrumb-item-sparator {
  margin: 0 4px;
  color: rgba(0, 0, 0, 0.55);
}

.k_dropdown {
  position: relative;
  box-sizing: border-box;
  width: fit-content;
}
.k_dropdown-menu {
  position: absolute;
  width: max-content;
  background: #fff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  padding: 8px 0;
  z-index: 999;
  opacity: 1;
  transition: 0.25s all ease-in-out;
  visibility: visible;
  transform: scale(1);
}
.k_dropdown-menu-visible-hidden {
  transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
}
.k_dropdown-menu-arrow {
  margin-top: 12px;
}
.k_dropdown-menu-arrow::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 10px;
  display: block;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background-color: #fff;
  top: -9px;
  left: 10%;
}
.k_dropdown-item {
  cursor: pointer;
  margin: 0;
  padding: 4px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1rem;
  transition: 0.35s all ease-in-out;
}
.k_dropdown-item > .k_icon {
  font-size: 0.875rem;
}
.k_dropdown-item:hover {
  background: #f5f5f5;
}
.k_dropdown-item-disabled {
  cursor: not-allowed;
  user-select: none;
  background: none;
  color: rgba(0, 0, 0, 0.25);
}
.k_dropdown-item-disabled:hover {
  background: none;
}
.k_dropdown-item-danger {
  color: #aa161e;
}
.k_dropdown-item-danger:hover {
  color: #fff;
  background-color: #aa161e;
}

.k_menu-horizontal {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  height: 42px;
  line-height: 42px;
}

.k_submenu-horizontal {
  position: relative;
}

.k_menu-submenu-horizontal-submenu {
  position: absolute;
  width: max-content;
  background: #fff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  padding: 8px 0;
  z-index: 999;
  opacity: 0;
  transition: 0.05s all ease-in-out;
  visibility: hidden;
  transform: scale(0.8);
}
.k_menu-submenu-horizontal-submenu .k_menu-item {
  border: none;
}
.k_menu-submenu-horizontal-submenu .k_menu-item:hover {
  border: none;
  color: #4f81cc;
}
.k_menu-submenu-horizontal-submenu-open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.k_menu-submenu-horizontal-submenu .k_menu-item-horizontal-item-selected {
  background: rgba(104, 153, 226, 0.2);
  color: #4f81cc;
}

.k_menu-item-horizontal-item {
  height: 40px;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
  border-bottom: 2px solid transparent;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.85);
}
.k_menu-item-horizontal-item-selected, .k_menu-item-horizontal-item:hover {
  color: #6899e2;
  border-bottom: 2px solid #6899e2;
}
.k_menu-item-horizontal-item-icon {
  display: inline-block;
  margin: 0 4px;
  font-size: 14px;
}

.k_menu-vertical {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 300px;
  width: fit-content;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 0;
  margin-left: 0;
  transition: 0.25s all ease-in-out;
}
.k_menu-vertical-collapsed {
  min-width: 45px;
  max-width: 45px;
  width: min-content;
  overflow: hidden;
}

.k_menu-submenu-vertical-submenu {
  display: flex;
  flex-direction: column;
  max-height: 0;
  visibility: hidden;
  background-color: rgba(204, 204, 204, 0.1);
  transition: 0.6s max-height ease-in-out, 0.1s visibility ease-in-out;
}
.k_menu-submenu-vertical-submenu .k_menu-item-vertical-item {
  border-right: 4px solid transparent;
  font-size: 14px;
  padding-left: 12px;
}
.k_menu-submenu-vertical-submenu .k_menu-item-vertical-item-selected {
  background: rgba(79, 129, 204, 0.1);
  border-right: 4px solid #6899e2;
}

.k_menu-item-vertical-item {
  min-height: 42px;
  line-height: 42px;
  cursor: pointer;
  transition: 0.24s all ease-in-out;
  color: rgba(0, 0, 0, 0.85);
  padding-left: 12px;
}
.k_menu-item-vertical-item-selected, .k_menu-item-vertical-item:hover {
  color: #6899e2;
}
.k_menu-item-vertical-item-icon {
  display: inline-block;
  margin: 0 12px 0 0;
  font-size: 14px;
}

.k_menu-item-vertical-item-selected .k_menu-submenu-vertical-submenu {
  max-height: 100vh;
  visibility: visible;
}

.k_page-header {
  padding: 12px;
}
.k_page-header-header {
  display: flex;
  align-items: center;
}
.k_page-header-header-icon {
  font-size: 20px;
  margin-right: 16px;
  cursor: pointer;
  transition: 0.25s color ease-in-out;
}
.k_page-header-header-icon:hover {
  color: #6899e2;
}
.k_page-header-header-avator {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  margin-right: 16px;
}
.k_page-header-header-title {
  font-size: 20px;
  font-weight: 600;
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.k_page-header-header-sub-title {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
  margin-right: 16px;
}
.k_page-header-header-extra {
  display: flex;
  flex: 1;
  justify-content: right;
}

.k_pagination {
  display: flex;
}
.k_pagination-item {
  display: block;
  font-size: 0.875rem;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  margin: 0 4px;
}
.k_pagination-item-selected, .k_pagination-item:not(.k_pagination-item-icon-disabled, .k_pagination-item-ellipsis-icon):hover {
  color: #1f4c91;
  border: 1px solid #1f4c91;
  font-weight: 600;
}
.k_pagination-item-ellipsis-icon {
  border: none;
  color: #6c757d;
}
.k_pagination-item-ellipsis-icon:hover {
  color: #1f4c91;
}
.k_pagination-item-icon-disabled {
  cursor: not-allowed;
  user-select: none;
  color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.k_steps {
  display: flex;
  justify-content: space-around;
}
.k_steps .k_step-tag {
  margin: 0 8px;
  transition: 0.25s all ease-in-out;
}
.k_steps .k_step-tag-inner {
  transition: 0.25s all ease-in-out;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 3px;
  size: 1rem;
}
.k_steps .k_step-title {
  transition: 0.25s all ease-in-out;
  font-size: 1rem;
}
.k_steps .k_step-subtitle {
  transition: 0.25s all ease-in-out;
  margin-left: 12px;
}
.k_steps .k_step-dot {
  padding: 0 12px;
  transition: 0.25s all ease-in-out;
}
.k_steps .k_step-dot-inner {
  transition: 0.25s all ease-in-out;
  border-width: 2px;
}
.k_steps .k_step-dot-inner-finished {
  border-width: 2px;
}
.k_steps .k_step-tag-inner {
  border: 1px solid rgba(108, 117, 125, 0.45);
  color: rgba(108, 117, 125, 0.45);
}
.k_steps .k_step-title {
  color: rgba(108, 117, 125, 0.45);
}
.k_steps .k_step-subtitle {
  color: rgba(108, 117, 125, 0.45);
}
.k_steps .k_step-description {
  color: rgba(108, 117, 125, 0.45);
}
.k_steps .k_step-current .k_step-tag-inner {
  color: #fff;
  background: #4f81cc;
  border: 1px solid #fff;
}
.k_steps .k_step-current .k_step-title {
  color: rgba(0, 0, 0, 0.85);
}
.k_steps .k_step-current .k_step-subtitle {
  color: #6c757d;
}
.k_steps .k_step-current .k_step-description {
  color: #6c757d;
}
.k_steps-danger .k_step-tag-inner {
  border: 1px solid rgba(108, 117, 125, 0.45);
  color: rgba(108, 117, 125, 0.45);
}
.k_steps-danger .k_step-title {
  color: rgba(108, 117, 125, 0.45);
}
.k_steps-danger .k_step-subtitle {
  color: rgba(108, 117, 125, 0.45);
}
.k_steps-danger .k_step-description {
  color: rgba(108, 117, 125, 0.45);
}
.k_steps-danger .k_step-current .k_step-tag-inner {
  color: #ce1d26;
  background: transparent;
  border: 1px solid #ce1d26;
}
.k_steps-danger .k_step-current .k_step-title {
  color: #ce1d26;
}
.k_steps-danger .k_step-current .k_step-subtitle {
  color: #ce1d26;
}
.k_steps-danger .k_step-current .k_step-description {
  color: #ce1d26;
}
.k_steps .k_step {
  display: flex;
  align-items: center;
  text-align: left;
}
.k_steps .k_step-tag {
  display: flex;
  align-items: center;
  justify-content: center;
}
.k_steps .k_step-tag-inner {
  text-align: center;
  border-radius: 100%;
}
.k_steps .k_step-tag-inner-icon {
  border: none !important;
}
.k_steps .k_step-content {
  display: flex;
  flex-direction: column;
}
.k_steps .k_step-subtitle {
  font-size: 0.875rem;
}
.k_steps .k_step-description {
  font-size: 0.875rem;
}
.k_steps .k_step-dot {
  display: flex;
  justify-content: center;
}
.k_steps .k_step-dot-inner {
  flex: 1;
}
.k_steps .k_step-finished .k_step-tag-inner {
  color: #4f81cc;
  border: 1px solid #4f81cc;
}
.k_steps .k_step-finished .k_step-title {
  color: rgba(0, 0, 0, 0.85);
}
.k_steps .k_step-finished .k_step-subtitle {
  color: #6c757d;
}
.k_steps .k_step-finished .k_step-description {
  color: #6c757d;
}
.k_steps-small .k_step-tag {
  margin: 0 8px;
  transition: 0.25s all ease-in-out;
}
.k_steps-small .k_step-tag-inner {
  transition: 0.25s all ease-in-out;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 2px;
  size: 0.875rem;
}
.k_steps-small .k_step-title {
  transition: 0.25s all ease-in-out;
  font-size: 0.875rem;
}
.k_steps-small .k_step-subtitle {
  transition: 0.25s all ease-in-out;
  margin-left: 4px;
}
.k_steps-small .k_step-dot {
  padding: 0 8px;
  transition: 0.25s all ease-in-out;
}
.k_steps-small .k_step-dot-inner {
  transition: 0.25s all ease-in-out;
  border-width: 1px;
}
.k_steps-small .k_step-dot-inner-finished {
  border-width: 1px;
}
.k_steps-horizontal {
  flex-direction: row;
}
.k_steps-horizontal .k_step-dot {
  flex: 1;
  align-items: center;
  padding: 0 12px;
  height: auto;
}
.k_steps-horizontal .k_step-dot-inner {
  border-bottom-color: rgba(108, 117, 125, 0.45);
  border-bottom-style: solid;
}
.k_steps-horizontal .k_step-dot-inner-finised {
  border-bottom-style: solid #4f81cc;
  border-bottom-color: #4f81cc;
}
.k_steps-vertical {
  flex-direction: column;
}
.k_steps-vertical .k_step-dot {
  flex: auto;
  align-items: none;
  padding: 0 22px;
  height: 24px;
}
.k_steps-vertical .k_step-dot-inner {
  border-left-color: rgba(108, 117, 125, 0.45);
  border-left-style: solid;
}
.k_steps-vertical .k_step-dot-inner-finised {
  border-left-style: solid #4f81cc;
  border-left-color: #4f81cc;
}

.k_input {
  display: flex;
  box-sizing: border-box;
  position: relative;
  align-items: center;
  justify-content: center;
}
.k_input-inner {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  outline: none;
  transition: 0.35s all ease-in-out, 0s height ease-in-out;
}
.k_input-inner[disabled] {
  cursor: not-allowed;
  background-color: rgba(108, 117, 125, 0.05);
}
.k_input-inner:not([disabled]) {
  height: 100%;
}
.k_input-with-prefix .k_input-prefix {
  position: absolute;
  left: 10px;
  font-size: 14px;
}
.k_input-with-prefix .k_input-suffix {
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 14px;
  display: flex;
}
.k_input-with-prefix .k_input-inner {
  padding-left: 28px !important;
}
.k_input .k_input-inner:not([disabled]) {
  border-color: rgba(108, 117, 125, 0.35);
}
.k_input .k_input-inner:not([disabled]):hover {
  border-color: #6899e2;
}
.k_input .k_input-inner:not([disabled]):active, .k_input .k_input-inner:not([disabled]):focus {
  border-color: #6899e2;
  box-shadow: 0 0 0 1px rgba(104, 153, 226, 0.4);
}
.k_input .k_input-prefix {
  color: #6c757d;
}
.k_input .k_input-suffix {
  color: #6c757d;
}
.k_input-middle {
  height: 32px;
}
.k_input-middle .k_input-inner {
  font-size: 14px;
  height: 100%;
  padding-left: 10px;
}
.k_input-middle .k_input-addon {
  padding: 1px 5px;
  font-size: 14px;
  background-color: rgba(108, 117, 125, 0.13);
  height: 32px;
  line-height: 32px;
  min-width: fit-content;
  border-top: 1px solid rgba(108, 117, 125, 0.35);
  border-bottom: 1px solid rgba(108, 117, 125, 0.35);
}
.k_input-middle .k_input-addon-before {
  border-left: 1px solid rgba(108, 117, 125, 0.35);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.k_input-middle .k_input-addon-after {
  border-right: 1px solid rgba(108, 117, 125, 0.35);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.k_input-middle .k_input-addon-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 36px;
}
.k_input-small {
  height: 24px;
}
.k_input-small .k_input-inner {
  font-size: 14px;
  height: 100%;
  padding-left: 5px;
}
.k_input-small .k_input-addon {
  padding: 1px 5px;
  font-size: 15px;
  background-color: rgba(108, 117, 125, 0.13);
  height: 24px;
  line-height: 24px;
  min-width: fit-content;
  border-top: 1px solid rgba(108, 117, 125, 0.35);
  border-bottom: 1px solid rgba(108, 117, 125, 0.35);
}
.k_input-small .k_input-addon-before {
  border-left: 1px solid rgba(108, 117, 125, 0.35);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.k_input-small .k_input-addon-after {
  border-right: 1px solid rgba(108, 117, 125, 0.35);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.k_input-small .k_input-addon-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 28px;
}
.k_input-large {
  height: 40px;
}
.k_input-large .k_input-inner {
  font-size: 16px;
  height: 100%;
  padding-left: 14px;
}
.k_input-large .k_input-addon {
  padding: 1px 5px;
  font-size: 14px;
  background-color: rgba(108, 117, 125, 0.13);
  height: 40px;
  line-height: 40px;
  min-width: fit-content;
  border-top: 1px solid rgba(108, 117, 125, 0.35);
  border-bottom: 1px solid rgba(108, 117, 125, 0.35);
}
.k_input-large .k_input-addon-before {
  border-left: 1px solid rgba(108, 117, 125, 0.35);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.k_input-large .k_input-addon-after {
  border-right: 1px solid rgba(108, 117, 125, 0.35);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.k_input-large .k_input-addon-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 44px;
}
.k_input-error .k_input-inner:not([disabled]) {
  border-color: #ce1d26;
}
.k_input-error .k_input-inner:not([disabled]):hover {
  border-color: #aa161e;
}
.k_input-error .k_input-inner:not([disabled]):active, .k_input-error .k_input-inner:not([disabled]):focus {
  border-color: #aa161e;
  box-shadow: 0 0 0 1px rgba(206, 29, 38, 0.4);
}
.k_input-error .k_input-prefix {
  color: rgba(206, 29, 38, 0.75);
}
.k_input-error .k_input-suffix {
  color: rgba(206, 29, 38, 0.75);
}
.k_input-warning .k_input-inner:not([disabled]) {
  border-color: #d19212;
}
.k_input-warning .k_input-inner:not([disabled]):hover {
  border-color: #b88010;
}
.k_input-warning .k_input-inner:not([disabled]):active, .k_input-warning .k_input-inner:not([disabled]):focus {
  border-color: #b88010;
  box-shadow: 0 0 0 1px rgba(209, 146, 18, 0.4);
}
.k_input-warning .k_input-prefix {
  color: rgba(209, 146, 18, 0.75);
}
.k_input-warning .k_input-suffix {
  color: rgba(209, 146, 18, 0.75);
}

.k_input-num-control {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.35s all ease-in-out;
}
.k_input-num-control-item {
  height: 16px;
  font-size: 12px;
  cursor: pointer;
  transition: 0.34s all ease-in-out;
}
.k_input-num-control-item:hover {
  color: #4f81cc;
}
.k_input-num-control-add-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.k_input-num-control-add-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
.k_input-num-control-min-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.k_input-num-control-min-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
.k_input-num-control-vis {
  visibility: visible;
  opacity: 1;
}

.k_selector {
  position: relative;
  box-sizing: border-box;
}
.k_selector-inner input {
  cursor: pointer;
  caret-color: transparent;
}
.k_selector-inner-input input {
  cursor: text;
  caret-color: rgba(0, 0, 0, 0.85);
}
.k_selector-multiple-inner {
  border: 1px solid rgba(108, 117, 125, 0.35);
  border-radius: 4px;
  transition: 0.35s all ease-in-out;
  cursor: text;
  padding: 4px 8px;
  position: relative;
}
.k_selector-multiple-inner:hover {
  border-color: #6899e2;
}
.k_selector-multiple-inner-focus {
  border-color: #6899e2;
  box-shadow: 0 0 0 1px rgba(104, 153, 226, 0.4);
}
.k_selector-multiple-inner-focus .k_selector-multiple-inner-input-inner-caret {
  opacity: 1;
  animation: caret 0.75s infinite;
}
.k_selector-multiple-inner-input {
  border: none;
  outline: none;
  max-width: 100%;
}
.k_selector-multiple-inner-input-inner {
  width: 100%;
  outline: none;
}
.k_selector-multiple-inner-input-inner-child {
  display: inline;
  width: 100%;
  word-wrap: break-word;
  align-items: center;
  height: fit-content;
}
.k_selector-multiple-inner-input-inner-caret {
  font-weight: lighter;
  opacity: 0;
}
.k_selector-multiple-inner-input-value {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.k_selector-multiple-inner-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.k_selector-multiple-inner-item {
  background: rgba(108, 117, 125, 0.1);
  border: 1px solid rgba(108, 117, 125, 0.35);
  border-radius: 2px;
  margin: 1px;
  padding: 0 4px;
  z-index: 1;
  cursor: default;
}
.k_selector-multiple-inner-item-content {
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}
.k_selector-multiple-inner-item-icon {
  font-weight: lighter;
  font-size: 12px;
  cursor: pointer;
}
.k_selector-multiple-inner-item-icon :hover {
  color: rgba(79, 129, 204, 0.45);
}
.k_selector-menu {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  position: absolute;
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: 0.35s all ease-in;
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.k_selector-menu::-webkit-scrollbar {
  width: 8px;
}
.k_selector-menu::-webkit-scrollbar-track {
  box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.k_selector-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}
.k_selector-option {
  cursor: pointer;
  padding: 8px 4px;
  transition: 0.15s all ease-in-out;
}
.k_selector-option-hover {
  background-color: rgba(108, 117, 125, 0.1);
}
.k_selector-option-selected {
  background-color: rgba(79, 129, 204, 0.45);
  font-weight: 500;
}
.k_selector-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  font-weight: lighter;
}
.k_selector-option-empty {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@keyframes caret {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}