@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --y-font-size: 14px;
  --y-font-size-sm: 12px;
  --y-font-size-lg: 16px;
  --y-font-size-xl: 18px;
  --y-text-color: rgba(0, 0, 0, 0.85);
  --y-shadow-color: rgba(0, 0, 0, 0.3);
  --y-primary-color: rgb(20, 184, 166);
  --y-success-color: rgb(16, 185, 129);
  --y-info-color: rgb(59, 130, 246);
  --y-warning-color: rgb(251, 146, 60);
  --y-error-color: rgb(220, 38, 38);
  --y-disabled-opacity: 0.3;
  --y-placeholder-color: var(--y-shadow-color);
  --y-split-line-color: rgb(231, 230, 230);
  --y-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  --y-radius: 4px;
  --y-radius-lg: 8px;
  --y-border: 1px solid var(--y-shadow-color);
  --y-focus-shadow: 0 0 0 1.8px rgba(0, 0, 0, 0.2);
}

.y-avatar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #d8d8d8;
  height: 40px;
  width: 40px;
  font-size: 20px;
}
.y-avatar.y-avatar-circle {
  border-radius: 10000px;
}
.y-avatar.y-avatar-square {
  border-radius: 4px;
}
.y-avatar.y-avatar-icon {
  font-size: 28px;
}
.y-avatar.y-avatar-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.y-avatar.y-avatar-large {
  height: 48px;
  width: 48px;
  font-size: 24px;
}
.y-avatar.y-avatar-large.y-avatar-icon {
  font-size: 33.6px;
}
.y-avatar.y-avatar-small {
  height: 32px;
  width: 32px;
  font-size: 16px;
}
.y-avatar.y-avatar-small.y-avatar-icon {
  font-size: 22.4px;
}

:root {
  --y-button-radius: 4px;
  --y-button-default-color: rgb(223, 223, 223);
  --y-button-primary-color: rgb(20, 184, 166);
  --y-button-primary-hover-color: rgb(25, 170, 153);
  --y-button-primary-active-color: rgb(13, 146, 131);
  --y-button-info-color: rgb(59, 130, 246);
  --y-button-info-hover-color: rgb(49, 117, 228);
  --y-button-info-active-color: rgb(34, 94, 189);
  --y-button-warning-color: rgb(251, 146, 60);
  --y-button-warning-hover-color: rgb(240, 143, 63);
  --y-button-warning-active-color: rgb(211, 118, 41);
  --y-button-danger-color: rgb(220, 38, 38);
  --y-button-danger-hover-color: rgb(204, 42, 42);
  --y-button-danger-active-color: rgb(172, 27, 27);
  --y-button-text-color-light: rgb(243, 244, 246);
  --y-button-text-color-dark: rgb(15, 118, 110);
}

.y-button {
  border-radius: var(--y-button-radius);
  border: 1px solid var(--y-button-default-color);
  padding: 6px 18px;
  font-size: 14px;
  line-height: 20px;
  background-color: white;
  color: var(--y-button-text-color-dark);
  cursor: pointer;
  transition: all 0.2s ease;
  vertical-align: top;
}
.y-button:focus {
  outline: none;
}
.y-button:hover {
  background-color: #f7f7f7;
}
.y-button:active {
  background-color: #ebebeb;
}
.y-button.y-button-primary {
  border-color: var(--y-button-primary-color);
  background-color: var(--y-button-primary-color);
  color: var(--y-button-text-color-light);
}
.y-button.y-button-primary:hover {
  background-color: var(--y-button-primary-hover-color);
}
.y-button.y-button-primary:active {
  background-color: var(--y-button-primary-active-color);
}
.y-button.y-button-info {
  border-color: var(--y-button-info-color);
  background-color: var(--y-button-info-color);
  color: var(--y-button-text-color-light);
}
.y-button.y-button-info:hover {
  background-color: var(--y-button-info-hover-color);
}
.y-button.y-button-info:active {
  background-color: var(--y-button-info-active-color);
}
.y-button.y-button-warning {
  border-color: var(--y-button-warning-color);
  background-color: var(--y-button-warning-color);
  color: var(--y-button-text-color-light);
}
.y-button.y-button-warning:hover {
  background-color: var(--y-button-warning-hover-color);
}
.y-button.y-button-warning:active {
  background-color: var(--y-button-warning-active-color);
}
.y-button.y-button-danger {
  border-color: var(--y-button-danger-color);
  background-color: var(--y-button-danger-color);
  color: var(--y-button-text-color-light);
}
.y-button.y-button-danger:hover {
  background-color: var(--y-button-danger-hover-color);
}
.y-button.y-button-danger:active {
  background-color: var(--y-button-danger-active-color);
}
.y-button.y-button-text {
  border-color: transparent;
  background-color: transparent;
  color: var(--y-button-info-color);
}
.y-button.y-button-text:active {
  color: var(--y-button-info-active-color);
}
.y-button.y-button-block {
  display: block;
  width: 100%;
}
.y-button.y-button-rounded {
  border-radius: 1000px;
}
.y-button.y-button-disabled {
  opacity: var(--y-disabled-opacity);
  cursor: not-allowed;
}
.y-button.y-button-loading {
  opacity: 0.5;
  cursor: default;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 18px;
}
.y-button.y-button-loading .y-button-spin {
  font-size: 18px;
  pointer-events: none;
  animation: spin 0.8s linear infinite;
}
.y-button.y-button-large {
  padding: 8px 22px;
  font-size: 16px;
  line-height: 22px;
}
.y-button.y-button-large.y-button-icon {
  height: 42px;
  width: 42px;
  font-size: 20px;
}
.y-button.y-button-large.y-button-loading {
  padding: 9px 22px;
}
.y-button.y-button-large.y-button-loading .y-button-spin {
  font-size: 20px;
}
.y-button.y-button-small {
  padding: 4px 14px;
  font-size: 12px;
  line-height: 18px;
}
.y-button.y-button-small.y-button-icon {
  height: 26px;
  width: 26px;
  font-size: 12px;
}
.y-button.y-button-small.y-button-loading {
  padding: 6px 14px;
}
.y-button.y-button-small.y-button-loading .y-button-spin {
  font-size: 14px;
}
.y-button.y-button-mini {
  padding: 2px 10px;
  font-size: 10px;
  line-height: 16px;
}
.y-button.y-button-mini.y-button-icon {
  height: 18px;
  width: 18px;
  font-size: 10px;
}
.y-button.y-button-mini.y-button-loading {
  padding: 4px 10px;
}
.y-button.y-button-mini.y-button-loading .y-button-spin {
  font-size: 12px;
}
.y-button.y-button-icon {
  padding: 0;
  height: 34px;
  width: 34px;
  display: inline-grid;
  place-items: center;
  border: none;
  font-size: 16px;
  border-radius: 10000px;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --y-input-color: var(--y-shadow-color);
  --y-input-label-color: var(--y-input-color);
  --y-input-border-radius: var(--y-radius);
  --y-input-focus-label-color: var(--y-primary-color);
  --y-input-bar-color: var(--y-primary-color);
}

.y-input {
  display: inline-block;
  position: relative;
  width: 200px;
}
.y-input .y-input-field {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 20px;
  border: var(--y-border);
  border-radius: var(--y-input-border-radius);
  transition: all 0.3s ease;
}
.y-input .y-input-field:focus {
  outline: none;
}
.y-input .y-input-field:focus:not(.y-input-labeled-field) {
  box-shadow: var(--y-focus-shadow);
}
.y-input .y-input-field.y-input-disabled-field {
  opacity: var(--y-disabled-opacity);
  cursor: not-allowed;
}
.y-input .y-input-field::placeholder {
  color: var(--y-placeholder-color);
}
.y-input .y-input-labeled-field {
  padding-top: 20px;
  border: none;
  border-bottom: var(--y-border);
  border-radius: 0;
}
.y-input .y-input-labeled-field:focus ~ .y-input-label, .y-input .y-input-labeled-field:valid ~ .y-input-label {
  top: 0;
  font-size: 12px;
}
.y-input .y-input-labeled-field:focus ~ .y-input-label {
  color: var(--y-input-focus-label-color);
}
.y-input .y-input-labeled-field:focus ~ .y-input-bar::before {
  left: 0;
}
.y-input .y-input-labeled-field:focus ~ .y-input-bar::after {
  right: 0;
}
.y-input .y-input-labeled-field ~ .y-input-clear-icon {
  top: 63%;
}
.y-input .y-input-label {
  position: absolute;
  pointer-events: none;
  font-size: 14px;
  color: var(--y-input-label-color);
  top: 20px;
  left: 8px;
  transition: all 0.3s ease;
}
.y-input .y-input-clearable-field {
  padding-right: 28px;
}
.y-input .y-input-clear-icon {
  position: absolute;
  font-size: 14px;
  color: var(--y-shadow-color);
  transform: translate(0%, -50%);
  top: 50%;
  right: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.y-input .y-input-clear-icon:hover {
  color: var(--y-primary-color);
}
.y-input .y-input-bar {
  position: relative;
  display: block;
  width: 100%;
}
.y-input .y-input-bar::after, .y-input .y-input-bar::before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  background-color: var(--y-input-bar-color);
  transition: all 0.3s ease;
}
.y-input .y-input-bar::after {
  left: 50%;
  right: 50%;
}
.y-input .y-input-bar::before {
  right: 50%;
  left: 50%;
}
.y-input.y-input-large .y-input-field {
  padding: 8px 10px;
  font-size: 16px;
  line-height: 24px;
}
.y-input.y-input-large .y-input-clearable-field {
  padding-right: 30px;
}
.y-input.y-input-large .y-input-labeled-field {
  padding-top: 24px;
}
.y-input.y-input-large .y-input-labeled-field:focus ~ .y-input-label, .y-input.y-input-large .y-input-labeled-field:valid ~ .y-input-label {
  font-size: 14px;
}
.y-input.y-input-large .y-input-labeled-field ~ .y-input-clear-icon {
  top: 63%;
}
.y-input.y-input-large .y-input-label {
  font-size: 16px;
  left: 10px;
  top: 26px;
}
.y-input.y-input-large .y-input-clear-icon {
  right: 8px;
  font-size: 16px;
}
.y-input.y-input-small .y-input-field {
  padding: 4px 6px;
  font-size: 12px;
  line-height: 18px;
}
.y-input.y-input-small .y-input-clearable-field {
  padding-right: 22px;
}
.y-input.y-input-small .y-input-labeled-field {
  padding-top: 16px;
}
.y-input.y-input-small .y-input-labeled-field:focus ~ .y-input-label, .y-input.y-input-small .y-input-labeled-field:valid ~ .y-input-label {
  top: 0;
  font-size: 10px;
}
.y-input.y-input-small .y-input-labeled-field ~ .y-input-clear-icon {
  top: 63%;
}
.y-input.y-input-small .y-input-label {
  font-size: 12px;
  left: 6px;
  top: 16px;
}
.y-input.y-input-small .y-input-clear-icon {
  right: 6px;
  font-size: 12px;
}

:root {
  --y-notification-title-size: var(--y-font-size-lg);
  --y-notification-content-size: var(--y-font-size);
  --y-notification-success-color: var(--y-primary-color);
  --y-notification-info-color: var(--y-info-color);
  --y-notification-warning-color: var(--y-warning-color);
  --y-notification-error-color: var(--y-error-color);
  --y-notification-shadow: var(--y-shadow);
}

.y-notification {
  position: fixed;
  width: 320px;
  box-shadow: var(--y-notification-shadow);
  border-radius: 6px;
  background-color: white;
  display: flex;
  transition: all 0.3s;
}
.y-notification.y-notification-top-right {
  top: 16px;
  right: 16px;
}
.y-notification.y-notification-bottom-right {
  bottom: 16px;
  right: 16px;
}
.y-notification.y-notification-top-left {
  top: 16px;
  left: 16px;
}
.y-notification.y-notification-bottom-left {
  bottom: 16px;
  left: 16px;
}
.y-notification-type-icon {
  font-size: 22px;
  padding-left: 16px;
  padding-top: 14px;
}
.y-notification-icon-close {
  position: absolute;
  top: 16px;
  right: 12px;
  cursor: pointer;
}
.y-notification-main {
  flex: 1;
  padding: 16px;
  overflow: hidden;
}
.y-notification-main-title {
  font-weight: 600;
  font-size: var(--y-notification-title-size);
  line-height: 20px;
  margin-top: 0;
  padding-right: 12px;
  margin-bottom: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.y-notification-main-content {
  font-size: var(--y-notification-content-size);
  color: #4b5563;
}
.y-notification-success {
  color: var(--y-notification-success-color);
}
.y-notification-info {
  color: var(--y-notification-info-color);
}
.y-notification-warning {
  color: var(--y-notification-warning-color);
}
.y-notification-error {
  color: var(--y-notification-error-color);
}

.notification-fade-right-enter-active,
.notification-fade-right-leave-active,
.notification-fade-left-enter-active,
.notification-fade-left-leave-active {
  transition: all 0.3s;
}

.notification-fade-right-enter-from {
  transform: translateX(100%);
}

.notification-fade-left-enter-from {
  transform: translateX(-100%);
}

.notification-fade-right-leave-to,
.notification-fade-left-leave-to {
  opacity: 0;
}

:root {
  --y-dialog-shadow: var(--y-shadow);
  --y-dialog-radius: var(--y-radius);
}

.y-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  display: grid;
  place-items: center;
  z-index: 10000;
}
.y-dialog-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.y-dialog-content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: var(--y-shadow);
  border-radius: var(--y-radius);
  z-index: 1;
}
.y-dialog-content-header {
  display: flex;
  border-bottom: 1px solid var(--y-split-line-color);
}
.y-dialog-content-header .y-dialog-content-title {
  height: 48px;
  line-height: 48px;
  flex: 1;
  font-size: var(--y-font-size-lg);
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.y-dialog-content-header .y-dialog-close-icon {
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.y-dialog-content-header .y-dialog-close-icon svg {
  cursor: pointer;
}
.y-dialog-content-body {
  flex: 1;
  overflow-y: auto;
  font-size: var(--y-font-size);
  padding: 12px 16px;
}
.y-dialog-content-footer {
  padding: 10px 16px;
  border-top: 1px solid var(--y-split-line-color);
}
.y-dialog-content-footer-default {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.y-dialog-confirm .y-dialog-content-header {
  border: none;
}
.y-dialog-confirm .y-dialog-content-header .y-dialog-content-title {
  height: auto;
  padding: 20px 32px 0px 32px;
}
.y-dialog-confirm .y-dialog-content-body {
  padding: 10px 32px 12px;
}
.y-dialog-confirm .y-dialog-content-footer {
  border: none;
  padding: 16px 32px 24px;
}

.mask-fade-enter-active,
.mask-fade-leave-active {
  transition: all 0.3s;
}

.mask-fade-enter-from,
.mask-fade-leave-to {
  opacity: 0;
}

.dialog-fade-enter-active,
.dialog-fade-leave-active {
  transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}

.dialog-fade-enter-from,
.dialog-fade-leave-to {
  opacity: 0;
  transform: scale(0.8);
}

:root {
  --y-popover-overlay-shadow: var(--y-shadow);
  --y-popover-overlay-radius: var(--y-radius);
  --y-popover-overlay-padding: 12px 16px;
}

.y-popover {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.y-popover-overlay {
  position: absolute;
  background: #fff;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  box-shadow: var(--y-popover-overlay-shadow);
  border-radius: var(--y-popover-overlay-radius);
  padding: var(--y-popover-overlay-padding);
  max-height: 300px;
  z-index: -1;
  width: fit-content;
  transition: all 200ms 100ms;
  transform: scaleY(0.85);
}
.y-popover-overlay-visible {
  z-index: 999;
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.y-popover-overlay::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  background-color: #fff;
  transform: rotate(45deg);
}
.y-popover-overlay-placement-top {
  transform-origin: bottom center;
}
.y-popover-overlay-placement-top::before {
  bottom: -5px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.08);
}
.y-popover-overlay-placement-bottom {
  transform-origin: top center;
}
.y-popover-overlay-placement-bottom::before {
  top: -5px;
  box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.08);
}
.y-popover-overlay::-webkit-scrollbar-thumb {
  background: #e4dfdf;
  border-radius: 100px;
}
.y-popover-overlay::-webkit-scrollbar-thumb:hover {
  background: #cdcdcd;
}
.y-popover-overlay::-webkit-scrollbar {
  background: transparent;
  width: 8px;
}

:root {
  --y-checkbox-checked-bg-color: var(--y-primary-color);
}

.y-checkbox {
  display: inline-flex;
  align-items: center;
}
.y-checkbox .y-checkbox-control {
  appearance: none;
  outline: none;
  height: 16px;
  width: 16px;
  cursor: pointer;
  border: 1px solid var(--y-checkbox-checked-bg-color);
  border-radius: 2px;
  display: grid;
  place-items: center;
  font-size: 12px;
  margin-right: 6px;
  transition: all 0.2s;
}
.y-checkbox .y-checkbox-control::before {
  color: #fff;
  content: "✓";
}
.y-checkbox .y-checkbox-control:checked {
  background: var(--y-checkbox-checked-bg-color);
}
.y-checkbox .y-checkbox-label {
  cursor: pointer;
  line-height: 16px;
  color: var(--y-text-color);
  font-size: 14px;
}
.y-checkbox.y-checkbox-disabled {
  opacity: var(--y-disabled-opacity);
}
.y-checkbox.y-checkbox-disabled .y-checkbox-control,
.y-checkbox.y-checkbox-disabled .y-checkbox-label {
  cursor: not-allowed;
}
.y-checkbox.y-checkbox-indeterminate .y-checkbox-control {
  background: #fff;
}
.y-checkbox.y-checkbox-indeterminate .y-checkbox-control::before {
  content: "";
  height: 8px;
  width: 8px;
  background: var(--y-checkbox-checked-bg-color);
}

.y-checkbox-group {
  display: inline-block;
}
.y-checkbox-group-item + .y-checkbox-group-item {
  margin-left: 14px;
}
.y-checkbox-group-vertical .y-checkbox-group-item {
  display: flex;
  margin-left: 0;
  margin-top: 12px;
}
.y-checkbox-group-vertical .y-checkbox-group-item:first-child {
  margin-top: 0;
}

:root {
  --y-radio-checked-bg-color: var(--y-primary-color);
}

.y-radio {
  display: inline-flex;
  align-items: center;
}
.y-radio .y-radio-control {
  appearance: none;
  outline: none;
  height: 16px;
  width: 16px;
  cursor: pointer;
  border: 1px solid var(--y-radio-checked-bg-color);
  border-radius: 100px;
  background-color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  margin-right: 6px;
  transition: all 0.2s;
}
.y-radio .y-radio-control::before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 8px;
}
.y-radio .y-radio-control:checked::before {
  background: var(--y-radio-checked-bg-color);
}
.y-radio .y-radio-label {
  cursor: pointer;
  line-height: 16px;
  color: var(--y-text-color);
  font-size: 14px;
}
.y-radio.y-radio-disabled {
  opacity: var(--y-disabled-opacity);
}
.y-radio.y-radio-disabled .y-radio-control,
.y-radio.y-radio-disabled .y-radio-label {
  cursor: not-allowed;
}

.y-radio-group {
  display: inline-block;
}
.y-radio-group-item + .y-radio-group-item {
  margin-left: 14px;
}
.y-radio-group-vertical .y-radio-group-item {
  display: flex;
  margin-left: 0;
  margin-top: 12px;
}
.y-radio-group-vertical .y-radio-group-item:first-child {
  margin-top: 0;
}

:root {
  --y-select-radius: var(--y-radius);
  --y-select-dropdown-shadow: var(--y-shadow);
  --y-select-dropdown-radius: var(--y-radius);
  --y-select-selected-color: var(--y-primary-color);
}

.y-select {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
}
.y-select .y-select-trigger {
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  width: 100%;
  font-size: 14px;
  overflow: hidden;
  border: var(--y-border);
  border-radius: 4px;
  height: 34px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-right: 32px;
  transition: all 0.2s;
}
.y-select .y-select-trigger .y-select-arrow-icon {
  display: inline-block;
  align-self: auto;
  position: absolute;
  right: 8px;
  top: 5px;
  font-size: 18px;
  color: var(--y-shadow-color);
}
.y-select.y-select-active .y-select-trigger {
  color: var(--y-shadow-color);
  box-shadow: var(--y-focus-shadow);
}
.y-select-small .y-select-trigger {
  height: 28px;
  padding-right: 28px;
}
.y-select-small .y-select-trigger .y-select-arrow-icon {
  right: 6px;
  top: 2px;
}
.y-select-large .y-select-trigger {
  height: 42px;
}
.y-select-large .y-select-trigger .y-select-arrow-icon {
  font-size: 20px;
  right: 8px;
  top: 7px;
}
.y-select-disabled {
  opacity: var(--y-disabled-opacity);
  cursor: not-allowed;
}
.y-select-placeholder {
  color: var(--y-placeholder-color);
}
.y-select-empty {
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--y-shadow-color);
}
.y-select-empty-icon {
  font-size: 24px;
}
.y-select-dropdown {
  position: absolute;
  background: #fff;
  display: inline-block;
  box-sizing: border-box;
  box-shadow: var(--y-select-dropdown-shadow);
  border-radius: var(--y-select-dropdown-radius);
  padding: 5px 0;
  max-height: 300px;
  overflow-y: overlay;
  z-index: 999;
  width: fit-content;
  font-size: 14px;
}
.y-select-dropdown .y-select-option {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 14px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.2s;
}
.y-select-dropdown .y-select-option:hover:not(.y-select-option-selected) {
  background-color: #cecece;
}
.y-select-dropdown .y-select-option.y-select-option-selected {
  font-weight: 500;
  background-color: var(--y-select-selected-color);
  color: #fff;
}
.y-select-dropdown::-webkit-scrollbar-thumb {
  background: #e4dfdf;
  border-radius: 100px;
}
.y-select-dropdown::-webkit-scrollbar-thumb:hover {
  background: #cdcdcd;
}
.y-select-dropdown::-webkit-scrollbar {
  background: transparent;
  width: 8px;
}

.dropdown-fade-enter-active,
.dropdown-fade-leave-active {
  transition: all 0.2s 0.1s;
}

.dropdown-fade-enter-from,
.dropdown-fade-leave-to {
  opacity: 0;
  transform: scaleY(0.85);
}

.y-drawer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  overflow: hidden;
}
.y-drawer.y-drawer-to-body {
  position: fixed;
}
.y-drawer-mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.y-drawer-content {
  position: absolute;
  background: #fff;
  box-shadow: var(--y-shadow);
  display: flex;
  flex-direction: column;
}
.y-drawer-content-right {
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.y-drawer-content-left {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.y-drawer-content-bottom {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.y-drawer-content-top {
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.y-drawer-content-header {
  height: 48px;
  display: flex;
  border-bottom: 1px solid var(--y-split-line-color);
}
.y-drawer-content-header .y-drawer-content-title {
  flex: 1;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.y-drawer-content-header .y-drawer-close-icon {
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.y-drawer-content-header .y-drawer-close-icon svg {
  cursor: pointer;
}
.y-drawer-content-body {
  padding: 12px 16px;
  flex: 1;
  overflow-y: auto;
  font-size: 14px;
}
.y-drawer-content-footer {
  border-top: 1px solid var(--y-split-line-color);
  padding: 10px 16px;
}

.drawer-right-enter-active,
.drawer-right-leave-active,
.drawer-left-enter-active,
.drawer-left-leave-active,
.drawer-bottom-enter-active,
.drawer-bottom-leave-active,
.drawer-top-enter-active,
.drawer-top-leave-active {
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}

.drawer-right-enter-from,
.drawer-right-leave-to {
  transform: translateX(100%);
}

.drawer-left-enter-from,
.drawer-left-leave-to {
  transform: translateX(-100%);
}

.drawer-bottom-enter-from,
.drawer-bottom-leave-to {
  transform: translateY(100%);
}

.drawer-top-enter-from,
.drawer-top-leave-to {
  transform: translateY(-100%);
}

.mask-fade-enter-active,
.mask-fade-leave-active {
  transition: all 0.3s;
}

.mask-fade-enter-from,
.mask-fade-leave-to {
  opacity: 0;
}