/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-4.use[2]!./node_modules/vue-slider-component/theme/antd.css ***!
  \**********************************************************************************************************************************************************************************************/
/* component style */
.vue-slider-disabled .vue-slider-process {
  background-color: #a7a7a7;
}
.vue-slider-disabled .vue-slider-dot-handle {
  border-color: #a7a7a7;
}
.vue-slider-disabled .vue-slider-mark-step-active {
  box-shadow: 0 0 0 2px #a7a7a7;
}

/* rail style */
.vue-slider-rail {
  background-color: whitesmoke;
  border-radius: 15px;
  transition: background-color 0.3s;
}
.vue-slider:hover .vue-slider-rail {
  background-color: #e1e1e1;
}

/* process style */
.vue-slider-process {
  background-color: #9cd5ff;
  border-radius: 15px;
  transition: background-color 0.3s;
}
.vue-slider:hover .vue-slider-process {
  background-color: #69c0ff;
}

/* mark style */
.vue-slider-mark-step {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #e8e8e8;
  background-color: #fff;
}
.vue-slider-mark-step-active {
  box-shadow: 0 0 0 2px #9cd5ff;
}
.vue-slider:hover .vue-slider-mark-step-active {
  box-shadow: 0 0 0 2px #69c0ff;
}

.vue-slider-mark-label {
  font-size: 12px;
  white-space: nowrap;
}
/* dot style */
.vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #9cd5ff;
  box-sizing: border-box;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.vue-slider:hover .vue-slider-dot-handle {
  border-color: #69c0ff;
}

.vue-slider-dot-handle-focus {
  border-color: #36abff;
  box-shadow: 0 0 0 5px rgba(54, 171, 255, 0.2);
}
.vue-slider:hover .vue-slider-dot-handle-focus {
  border-color: #36abff;
}

.vue-slider-dot-handle:hover {
  border-color: #36abff;
}
.vue-slider:hover .vue-slider-dot-handle:hover {
  border-color: #36abff;
}

.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  border-color: #ddd !important;
}

.vue-slider-dot-tooltip {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.vue-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  padding: 6px 8px;
  color: #fff;
  border-radius: 5px;
  border-color: rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transform: scale(0.9);
  transition: transform 0.3s;
}
.vue-slider-dot-tooltip-inner::after {
  content: "";
  position: absolute;
}
.vue-slider-dot-tooltip-inner-top::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-top-color: inherit;
}
.vue-slider-dot-tooltip-inner-bottom::after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: inherit;
}
.vue-slider-dot-tooltip-inner-left::after {
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: inherit;
}
.vue-slider-dot-tooltip-inner-right::after {
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-right-color: inherit;
}
.vue-slider-dot-tooltip-inner-top {
  transform-origin: 50% 100%;
}
.vue-slider-dot-tooltip-inner-bottom {
  transform-origin: 50% 0;
}
.vue-slider-dot-tooltip-inner-left {
  transform-origin: 100% 50%;
}
.vue-slider-dot-tooltip-inner-right {
  transform-origin: 0% 50%;
}

.vue-slider-dot:hover .vue-slider-dot-tooltip, .vue-slider-dot-tooltip-show {
  opacity: 1;
  visibility: visible;
}
.vue-slider-dot:hover .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner, .vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner {
  transform: scale(1);
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-13.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-13.use[2]!./node_modules/resolve-url-loader/index.js??clonedRuleSet-13.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-13.use[4]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./node_modules/hexis-vue/components/Notification/Notification.vue?vue&type=style&index=0&id=09d23c4e&lang=scss&scoped=true ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.globalNotif[data-v-09d23c4e] {
  --edge-spacing-x: 1em;
  --edge-spacing-y: .75em;
  --edge-radius: 9px;
  display: block;
  position: relative;
  margin: 0 0 0.5em 0;
  padding: var(--edge-spacing-y) var(--edge-spacing-x);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.1;
  overflow: hidden;
  width: 90vw;
  max-width: var(--max-width);
  min-height: 2rem;
  border-radius: var(--edge-radius);
  background: hsla(var(--hsl-neutral-0), 92%);
  box-shadow: var(--elevation-6);
  backdrop-filter: blur(10px);
  /* --------------------------------------------------------------------------
    THEME: INFO
  -------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------
    THEME: SUCCESS
  -------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------
    THEME: DANGER
  -------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------
    THEME: WARNING
  -------------------------------------------------------------------------- */
}
.globalNotif-title[data-v-09d23c4e] {
  margin: 0 2em 0 0;
  padding: 0;
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1.25;
  color: inherit;
}
.globalNotif-icon[data-v-09d23c4e] {
  margin-right: 2px;
  font-size: 1.1em;
  vertical-align: -1px;
}
.globalNotif-title + .globalNotif-body[data-v-09d23c4e] {
  margin-top: 0.25em;
}
.globalNotif-body[data-v-09d23c4e], .globalNotif-readMore p[data-v-09d23c4e] {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
}
.globalNotif-readMore[data-v-09d23c4e] {
  display: inline-block;
  margin-top: 0.4em;
  padding-bottom: 0.1em;
  font-size: 0.95em;
  font-weight: 500;
  color: inherit;
  text-decoration: underline !important;
  cursor: pointer;
}
.globalNotif-readMore[data-v-09d23c4e]:hover, .globalNotif-readMore[data-v-09d23c4e]:focus {
  color: hsl(var(--hsl-link));
}
.globalNotif-count[data-v-09d23c4e] {
  position: absolute;
  top: 0.75rem;
  right: 2.5rem;
  width: 20px;
  height: 20px;
  padding-top: 0.25em;
  font-size: 0.8em;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
  background: hsl(var(--hsl-danger));
  color: white;
}
.globalNotif-close[data-v-09d23c4e] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 1em 1em 0.4em 0.75em;
  border-radius: 0 var(--edge-radius) 0 calc(var(--edge-radius) / 2);
  text-decoration: none !important;
  cursor: pointer;
  color: inherit;
  opacity: 0.65;
}
.globalNotif-close i[data-v-09d23c4e] {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  color: inherit;
}
.globalNotif-close[data-v-09d23c4e]:hover, .globalNotif-close[data-v-09d23c4e]:focus {
  opacity: 1;
  color: var(--danger);
}
.globalNotif.-info .globalNotif-icon[data-v-09d23c4e] {
  color: hsla(var(--hsl-primary));
}
.globalNotif.-success[data-v-09d23c4e] {
  background: hsla(var(--hsl-success-bg), 92%);
}
.globalNotif.-success .globalNotif-title[data-v-09d23c4e] {
  color: hsla(var(--hsl-success-dark));
}
.globalNotif.-success .globalNotif-icon[data-v-09d23c4e] {
  color: hsla(var(--hsl-success));
}
.globalNotif.-danger[data-v-09d23c4e] {
  background: hsla(var(--hsl-danger-bg), 92%);
}
.globalNotif.-danger .globalNotif-title[data-v-09d23c4e] {
  color: hsla(var(--hsl-danger));
}
.globalNotif.-danger .globalNotif-icon[data-v-09d23c4e] {
  color: hsla(var(--hsl-danger));
}
.globalNotif.-warning[data-v-09d23c4e] {
  background: hsla(var(--hsl-warning-bg), 92%);
}
.globalNotif.-warning .globalNotif-title[data-v-09d23c4e] {
  color: hsla(var(--hsl-warning-dark));
}
.globalNotif.-warning .globalNotif-icon[data-v-09d23c4e] {
  color: hsla(var(--hsl-warning));
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-13.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-13.use[2]!./node_modules/resolve-url-loader/index.js??clonedRuleSet-13.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-13.use[4]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./node_modules/hexis-vue/components/Notification/NotificationReporter.vue?vue&type=style&index=0&id=730806cf&lang=scss&scoped=true ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.notificationReporter[data-v-730806cf] {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  list-style: none;
  position: fixed;
  z-index: 101;
  top: 0.5rem;
  right: 0.5rem;
}

/* --------------------------------------------------------------------------
  TRANSITION GROUP
-------------------------------------------------------------------------- */
.notif-move[data-v-730806cf] {
  transition: all 220ms ease;
}
.notif-enter-active[data-v-730806cf] {
  transition: all 220ms cubic-bezier(0.99, -0.01, 0, 1.38);
}
.notif-leave-active[data-v-730806cf] {
  transition: all 180ms cubic-bezier(1, 0, 0, 0.99);
}
.notif-enter-from[data-v-730806cf] {
  opacity: 0;
  transform: translateY(-20px) scale(0.8);
}
.notif-leave-to[data-v-730806cf] {
  opacity: 0;
  transform: translateX(20px) scale(0.9);
}
.notif-leave-active[data-v-730806cf] {
  position: absolute;
}
