/* C:/Users/KOMINF~1/AppData/Local/Temp/tmp-9844-ls9Egfy1SX7I/Source/src/css/vendors/tippy.css */
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property:
    transform,
    visibility,
    opacity;
}
.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}
.tippy-box[data-theme~=light] {
  color: #26323d;
  box-shadow:
    0 0 20px 4px rgba(154, 161, 177, .15),
    0 4px 80px -8px rgba(36, 40, 47, .25),
    0 4px 4px -2px rgba(91, 94, 105, .15);
  background-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}
.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff;
}
.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff;
}
.tippy-box[data-placement^=top] > .tippy-svg-arrow {
  bottom: 0;
}
.tippy-box[data-placement^=top] > .tippy-svg-arrow:after,
.tippy-box[data-placement^=top] > .tippy-svg-arrow > svg {
  top: 16px;
  transform: rotate(180deg);
}
.tippy-box[data-placement^=bottom] > .tippy-svg-arrow {
  top: 0;
}
.tippy-box[data-placement^=bottom] > .tippy-svg-arrow > svg {
  bottom: 16px;
}
.tippy-box[data-placement^=left] > .tippy-svg-arrow {
  right: 0;
}
.tippy-box[data-placement^=left] > .tippy-svg-arrow:after,
.tippy-box[data-placement^=left] > .tippy-svg-arrow > svg {
  transform: rotate(90deg);
  top: calc(50% - 3px);
  left: 11px;
}
.tippy-box[data-placement^=right] > .tippy-svg-arrow {
  left: 0;
}
.tippy-box[data-placement^=right] > .tippy-svg-arrow:after,
.tippy-box[data-placement^=right] > .tippy-svg-arrow > svg {
  transform: rotate(-90deg);
  top: calc(50% - 3px);
  right: 11px;
}
.tippy-svg-arrow {
  width: 16px;
  height: 16px;
  fill: #333;
  text-align: initial;
}
.tippy-svg-arrow,
.tippy-svg-arrow > svg {
  position: absolute;
}
.tippy-box[data-animation=shift-away][data-state=hidden] {
  opacity: 0;
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
  transform: translateY(10px);
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
  transform: translateY(-10px);
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
  transform: translateX(10px);
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
  transform: translateX(-10px);
}
.tooltip-content {
  left: 10000px;
  position: fixed;
}
.tippy-box {
  border-radius: 0.375rem;
}
.tippy-box .tippy-content {
  padding: 0.375rem 0.75rem;
}
.tippy-popper[x-placement=left] .tippy-roundarrow,
.tippy-popper[x-placement=left] .tippy-arrow,
.tippy-popper[x-placement=right] .tippy-roundarrow,
.tippy-popper[x-placement=right] .tippy-arrow,
.tippy-popper[x-placement=left-start] .tippy-roundarrow,
.tippy-popper[x-placement=left-start] .tippy-arrow,
.tippy-popper[x-placement=left-end] .tippy-roundarrow,
.tippy-popper[x-placement=left-end] .tippy-arrow,
.tippy-popper[x-placement=right-start] .tippy-roundarrow,
.tippy-popper[x-placement=right-start] .tippy-arrow,
.tippy-popper[x-placement=right-end] .tippy-roundarrow,
.tippy-popper[x-placement=right-end] .tippy-arrow {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.tippy-popper[x-placement=top] .tippy-roundarrow,
.tippy-popper[x-placement=top] .tippy-arrow,
.tippy-popper[x-placement=bottom] .tippy-roundarrow,
.tippy-popper[x-placement=bottom] .tippy-arrow,
.tippy-popper[x-placement=top-start] .tippy-roundarrow,
.tippy-popper[x-placement=top-start] .tippy-arrow,
.tippy-popper[x-placement=top-end] .tippy-roundarrow,
.tippy-popper[x-placement=top-end] .tippy-arrow,
.tippy-popper[x-placement=bottom-start] .tippy-roundarrow,
.tippy-popper[x-placement=bottom-start] .tippy-arrow,
.tippy-popper[x-placement=bottom-end] .tippy-roundarrow,
.tippy-popper[x-placement=bottom-end] .tippy-arrow {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.dark .tippy-box {
  box-shadow:
    0 0 20px 4px #00000026,
    0 4px 80px -8px #24282f40,
    0 4px 4px -2px #5b5e6926;
  color: #cbd5e1;
  background-color: rgb(var(--color-darkmode-300) / 1);
}
.dark .tippy-box > .tippy-svg-arrow {
  fill: rgb(var(--color-darkmode-300) / 1);
}
