@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";

/* node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\fffd;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Home\Raven.vue?type=style&index=0 */
.page-bg[data-v-32bf75e6] {
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.loader-container[data-v-32bf75e6] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}
.loader-image[data-v-32bf75e6] {
  width: 180px;
  height: 180px;
  object-fit: contain;
}
.loading-text[data-v-32bf75e6] {
  margin-top: 20px;
  font-size: 1.3rem;
  color: #555;
  position: relative;
  width: 160px;
  text-align: center;
}
.loading-text[data-v-32bf75e6]::after {
  content: "";
  display: inline-block;
  animation: dots-32bf75e6 1.5s steps(3, end) infinite;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.2em;
  margin-left: 5px;
}
@keyframes dots-32bf75e6 {
  0%, 20% {
    content: "";
  }
  40% {
    content: ".";
  }
  60% {
    content: "..";
  }
  80%, 100% {
    content: "...";
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Workflow\PendingTasksList.vue?type=style&index=0 */
.task-list-wrap[data-v-c00e6bd3] {
  width: 100%;
}
.loading[data-v-c00e6bd3] {
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 24px 12px;
  color: #6b7280;
}
.loading img[data-v-c00e6bd3] {
  width: 36px;
  height: 36px;
}
.spinner[data-v-c00e6bd3] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #e5e7eb;
  border-top-color: #5e81f4;
  animation: spin-c00e6bd3 0.8s linear infinite;
}
.loading-text[data-v-c00e6bd3] {
  font-size: 0.9rem;
}
@keyframes spin-c00e6bd3 {
  to {
    transform: rotate(360deg);
  }
}
.state[data-v-c00e6bd3] {
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 22px 12px;
  color: #6b7280;
  text-align: center;
}
.state svg[data-v-c00e6bd3] {
  opacity: 0.7;
}
.state-error[data-v-c00e6bd3] {
  color: #b91c1c;
}
.retry[data-v-c00e6bd3] {
  margin-left: 8px;
  background: none;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.8rem;
  color: #374151;
  cursor: pointer;
}
.retry[data-v-c00e6bd3]:hover {
  background: #f3f4f6;
}
.task-list[data-v-c00e6bd3] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.task-item[data-v-c00e6bd3] {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #e6e8f0;
  border-radius: 14px;
  background: #fff;
  transition:
    box-shadow .25s ease,
    transform .25s ease,
    border-color .25s ease;
  cursor: pointer;
}
.task-item[data-v-c00e6bd3]:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
  border-color: #d7dae6;
}
.task-icon[data-v-c00e6bd3] {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      #5e81f4,
      #414099);
  box-shadow: 0 6px 16px rgba(65, 64, 153, 0.25);
}
.task-icon[data-type=bug][data-v-c00e6bd3] {
  background:
    linear-gradient(
      135deg,
      #ef4444,
      #b91c1c);
}
.task-icon[data-type=review][data-v-c00e6bd3] {
  background:
    linear-gradient(
      135deg,
      #10b981,
      #065f46);
}
.task-icon[data-type=mail][data-v-c00e6bd3] {
  background:
    linear-gradient(
      135deg,
      #f59e0b,
      #b45309);
}
.task-main[data-v-c00e6bd3] {
  min-width: 0;
}
.task-line[data-v-c00e6bd3] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.task-title[data-v-c00e6bd3] {
  font-size: 0.98rem;
  font-weight: 700;
  color: #131336;
  letter-spacing: 0.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.task-date[data-v-c00e6bd3] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: #6b7280;
  white-space: nowrap;
}
.task-desc[data-v-c00e6bd3] {
  margin-top: 4px;
  color: #52525b;
  font-size: 0.85rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.task-meta[data-v-c00e6bd3] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
[data-v-c00e6bd3] .sla-badge.n-tag {
  font-weight: 600;
  letter-spacing: .2px;
}

/* node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\fffd;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\UserPerformance.vue?type=style&index=0 */
.upc[data-v-798b1773] {
  width: 100%;
}
.toolbar[data-v-798b1773] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.btn[data-v-798b1773] {
  appearance: none;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  cursor: pointer;
}
.btn.ghost[data-v-798b1773] {
  background: #fafafa;
}
.btn[data-v-798b1773]:hover {
  background: #f3f4f6;
}
.chart[data-v-798b1773] {
  width: 100%;
  height: 340px;
}
.loading[data-v-798b1773] {
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 24px 12px;
  color: #6b7280;
}
.loading img[data-v-798b1773] {
  width: 36px;
  height: 36px;
}
.spinner[data-v-798b1773] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #e5e7eb;
  border-top-color: #5e81f4;
  animation: spin-798b1773 .8s linear infinite;
}
.loading-text[data-v-798b1773] {
  font-size: 0.9rem;
}
@keyframes spin-798b1773 {
  to {
    transform: rotate(360deg);
  }
}
.state[data-v-798b1773] {
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 22px 12px;
  color: #6b7280;
  text-align: center;
}
.state svg[data-v-798b1773] {
  opacity: .7;
}
.state-error[data-v-798b1773] {
  color: #b91c1c;
}
.retry[data-v-798b1773] {
  margin-left: 8px;
  background: none;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: .8rem;
  color: #374151;
  cursor: pointer;
}
.retry[data-v-798b1773]:hover {
  background: #f3f4f6;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Communication\Notifications.vue?type=style&index=0 */
.reminders[data-v-1698632d] {
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  display: grid;
  gap: 10px;
  border: 1px solid #e8e8f2;
}
.reminders .header[data-v-1698632d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reminders .headerText[data-v-1698632d] {
  font-weight: 700;
  color: #131336;
}
.reminders .notifications[data-v-1698632d] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  color: #5e6278;
  text-decoration: none;
}
.reminders .notifications[data-v-1698632d]:hover {
  background: #f6f7fb;
}
.reminders .notifications .circle[data-v-1698632d] {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef4444;
}
.reminders .list[data-v-1698632d] {
  display: grid;
  gap: 8px;
}
.reminders .language[data-v-1698632d] {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #eef0f7;
  border-radius: 10px;
  background: #fbfbff;
  color: inherit;
}
.reminders .language[data-v-1698632d]:hover {
  background: #f5f6fe;
}
.reminders .level[data-v-1698632d] {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
}
.reminders .level.message[data-v-1698632d] {
  background: #e8f1ff;
  color: #2563eb;
}
.reminders .level.danger[data-v-1698632d] {
  background: #fde8e8;
  color: #b91c1c;
}
.reminders .text[data-v-1698632d] {
  font-weight: 600;
  color: #131336;
}
.reminders .levelDescription[data-v-1698632d] {
  color: #6b7280;
  font-size: .9rem;
}
.loading[data-v-1698632d] {
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 16px 8px;
  color: #6b7280;
}
.loading img[data-v-1698632d] {
  width: 32px;
  height: 32px;
}
.spinner[data-v-1698632d] {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 3px solid #e5e7eb;
  border-top-color: #5e81f4;
  animation: spin-1698632d .8s linear infinite;
}
@keyframes spin-1698632d {
  to {
    transform: rotate(360deg);
  }
}
.state[data-v-1698632d] {
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 16px 8px;
  color: #6b7280;
  text-align: center;
}
.state-error[data-v-1698632d] {
  color: #b91c1c;
}
.retry[data-v-1698632d] {
  margin-left: 8px;
  background: none;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: .8rem;
  color: #374151;
  cursor: pointer;
}
.retry[data-v-1698632d]:hover {
  background: #f3f4f6;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Home\Dashboard.vue?type=style&index=0 */
#main[data-v-3823ca61] {
  display: grid !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Home\Setup.vue?type=style&index=0 */
.md\:container-width[data-v-c09fc5f1] {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.md\:container-height[data-v-c09fc5f1] {
  min-height: calc(100vh - 6rem);
}
.shadow-custom[data-v-c09fc5f1] {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
main[data-v-c09fc5f1] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
div[class*=flex] > div[data-v-c09fc5f1]:last-child {
  display: flex;
  justify-content: space-between;
}
div[style*="flex-col items-center justify-center"][data-v-c09fc5f1] {
  text-align: center;
}
@media (max-width: 767px) {
  .md\:grid[data-v-c09fc5f1] {
    grid-template-columns: 1fr;
  }
  main[data-v-c09fc5f1] {
    padding: 1rem;
  }
  div[class*=flex] > div[data-v-c09fc5f1]:last-child {
    flex-direction: column;
    gap: 1rem;
  }
  button[data-v-c09fc5f1] {
    width: 100%;
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\PageLayout\TopBar.vue?type=style&index=0 */
.topbar[data-v-8b855116] {
  background-color: #ffffff;
  padding: 5px 15px;
  height: 70px;
  margin: 10px 10px;
  border-radius: 10px;
  display: flex;
  width: 80%;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}
.title[data-v-8b855116] {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.links[data-v-8b855116] {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.links a[data-v-8b855116] {
  color: #666;
  text-decoration: none;
}
.links a[data-v-8b855116]:hover {
  color: #000;
}
.download[data-v-8b855116] {
  background-color: #4caf50;
  color: white;
  padding: 5px 10px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.download[data-v-8b855116]:hover {
  background-color: #45a049;
}
.hamburger[data-v-8b855116] {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .hamburger[data-v-8b855116] {
    display: block;
  }
  .links[data-v-8b855116] {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  .links.open[data-v-8b855116] {
    display: flex;
    justify-content: start;
    align-items: start;
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\PageLayout\AuthView.vue?type=style&index=0 */
body {
  display: block !important;
}
@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-slide-up {
  animation: slide-up 0.5s ease-out;
}
.container {
  height: 100vh;
  background-color: white;
}
.main-content {
  display: flex;
  height: 100%;
}
.top-bar {
  position: absolute;
  top: 0;
  z-index: 1000;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
}
.left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 2;
  padding: 40px 40px;
}
.right {
  flex: 1;
  background-size: cover;
  background-position: center;
  margin: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(65, 149, 161, 0.5);
  border-radius: inherit;
}
.overlay {
  position: relative;
  z-index: 1;
  max-width: 400px;
}
.overlay h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.overlay p {
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .container {
    flex-direction: column-reverse;
  }
  .right {
    margin: 0;
    border-radius: 0;
    height: 50vh;
  }
  .left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\PageLayout\AuthWrapper.vue?type=style&index=0 */

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Authentication\SignIn.vue?type=style&index=0 */

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Authentication\LoggedOut.vue?type=style&index=0 */
.fade-enter-active[data-v-967c432a],
.fade-leave-active[data-v-967c432a] {
  transition: opacity 0.4s ease;
}
.fade-enter-from[data-v-967c432a],
.fade-leave-to[data-v-967c432a] {
  opacity: 0;
}
.logged-out-card[data-v-967c432a] {
  max-width: 420px;
}
.card-body[data-v-967c432a] {
  padding-top: 1.25rem;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Authentication\ForgotPassword.vue?type=style&index=0 */
.errorMsg[data-v-dda4abb7] {
  color: red;
}
.heading[data-v-dda4abb7] {
  margin: 5px 0px;
  font-weight: bold;
  font-size: 22px;
}
.sub-heading[data-v-dda4abb7] {
  margin: 5px 0px;
  font-size: 16px;
  margin-bottom: 10px;
}
.custom-button[data-v-dda4abb7] {
  color: black;
  border-radius: 7px;
  margin-bottom: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.custom-button[data-v-dda4abb7]:hover {
  color: white;
}
.custom-button2[data-v-dda4abb7] {
  color: black;
  border-radius: 7px;
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.custom-button2[data-v-dda4abb7]:hover {
  color: black;
}
.form-input[data-v-dda4abb7] {
  margin-bottom: 16px;
  width: 100%;
  border-radius: 7px;
  padding: 7px 10px;
  display: block;
}
@keyframes fade-in-dda4abb7 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-fade-in[data-v-dda4abb7] {
  animation: fade-in-dda4abb7 0.5s ease-in;
}
@keyframes pulse-dda4abb7 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}
.animate-pulse[data-v-dda4abb7] {
  animation: pulse-dda4abb7 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Authentication\ResetPassword.vue?type=style&index=0 */
.errorMsg[data-v-fb86673c] {
  color: red;
}
.heading[data-v-fb86673c] {
  margin: 5px 0px;
  font-weight: bold;
  font-size: 22px;
}
.sub-heading[data-v-fb86673c] {
  margin: 5px 0px;
  font-size: 16px;
  margin-bottom: 10px;
}
.custom-button[data-v-fb86673c] {
  color: black;
  border-radius: 7px;
  margin-bottom: 5px;
  width: 100%;
}
.custom-button[data-v-fb86673c]:hover {
  color: black;
}
.form-input[data-v-fb86673c] {
  margin-bottom: 16px;
  border-radius: 7px;
  width: 300px;
  padding: 7px 0px;
  display: block;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Pages\ResendEmailConfirmation.vue?type=style&index=0 */
@keyframes slide-up-fabc71ab {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-slide-up[data-v-fabc71ab] {
  animation: slide-up-fabc71ab 0.5s ease-out;
}
@keyframes fade-in-fabc71ab {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-fade-in[data-v-fabc71ab] {
  animation: fade-in-fabc71ab 0.5s ease-in;
}
@keyframes pulse-fabc71ab {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}
.animate-pulse[data-v-fabc71ab] {
  animation: pulse-fabc71ab 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Pages\Login.vue?type=style&index=0 */
.custom-button[data-v-56f6b907] {
  color: black;
  border-radius: 7px;
  margin-bottom: 5px;
}
.custom-button[data-v-56f6b907]:hover {
  color: white;
}
.heading[data-v-56f6b907] {
  margin: 5px 0px;
  font-weight: bold;
  font-size: 22px;
}
.sub-heading[data-v-56f6b907] {
  margin: 5px 0px;
  font-size: 16px;
  margin-bottom: 10px;
}
.form-input[data-v-56f6b907] {
  margin-bottom: 16px;
  width: 300px;
  border-radius: 7px;
  padding: 7px 10px;
}
.forgotpassword[data-v-56f6b907] {
  margin: 5px 0px;
  font-weight: bold;
  font-size: 12px;
}
.register[data-v-56f6b907] {
  margin: 5px 0px;
  font-weight: bold;
  font-size: 12px;
}
.register span[data-v-56f6b907] {
  color: #4195a1;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Authentication\Register.vue?type=style&index=0 */
.errorMsg[data-v-6025d517] {
  color: red;
}
.custom-button[data-v-6025d517] {
  color: black;
}
.custom-button[data-v-6025d517]:hover {
  color: white;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Pages\ConfirmEmail.vue?type=style&index=0 */
.login-svg[data-v-6bc6c6fe] {
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.forgot-svg[data-v-6bc6c6fe] {
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Pages\ExternalLogin.vue?type=style&index=0 */
.register-button[data-v-c918814f]:hover {
  background-color: #3b82f6 !important;
  color: white !important;
  border-color: #3b82f6 !important;
  transition: all 0.2s ease;
}
.register-button[data-v-c918814f] {
  transition: all 0.2s ease;
}
.provider-icon[data-v-c918814f] {
  transition: all 0.2s ease;
}
.provider-icon[data-v-c918814f]:hover {
  transform: scale(1.1);
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Pages\LoginWithRecoveryCode.vue?type=style&index=0 */
.auth-button[data-v-fbda8265]:hover {
  background-color: #3b82f6 !important;
  color: white !important;
  border-color: #3b82f6 !important;
  transition: all 0.2s ease;
}
.auth-button[data-v-fbda8265] {
  transition: all 0.2s ease;
}
.recovery-link[data-v-fbda8265]:hover,
.login-link[data-v-fbda8265]:hover,
.forgot-link[data-v-fbda8265]:hover,
.resend-link[data-v-fbda8265]:hover {
  background-color: #f3f4f6;
  transition: all 0.2s ease;
}
.recovery-link[data-v-fbda8265],
.login-link[data-v-fbda8265],
.forgot-link[data-v-fbda8265],
.resend-link[data-v-fbda8265] {
  transition: all 0.2s ease;
  text-align: left;
}
.login-svg[data-v-fbda8265] {
  background-color: #6b7280;
  border-radius: 2px;
}
.auth-svg[data-v-fbda8265] {
  background-color: #8b5cf6;
  border-radius: 2px;
}
.forgot-svg[data-v-fbda8265] {
  background-color: #ef4444;
  border-radius: 2px;
}
.resend-svg[data-v-fbda8265] {
  background-color: #10b981;
  border-radius: 2px;
}
[data-v-fbda8265] .n-input__input {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 1.125rem;
  font-family:
    ui-monospace,
    SFMono-Regular,
    "SF Mono",
    Consolas,
    "Liberation Mono",
    Menlo,
    monospace;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Pages\Profile.vue?type=style&index=0 */
.custom-button[data-v-fcfecfbd] {
  color: black;
  margin: 5px 0px;
}
.custom-button[data-v-fcfecfbd]:hover {
  color: white;
}
.n-tabs .n-tabs-nav[data-v-fcfecfbd] {
  @apply border-b border-gray-200;
}
.n-tabs .n-tabs-tab[data-v-fcfecfbd] {
  @apply text-sm font-medium text-gray-500 hover:text-gray-700;
}
.n-tabs .n-tabs-tab--active[data-v-fcfecfbd] {
  @apply text-blue-600 border-b-2 border-blue-600;
}
.n-input[data-v-fcfecfbd],
.n-select[data-v-fcfecfbd],
.n-date-picker[data-v-fcfecfbd] {
  @apply rounded-lg;
}
.n-button[data-v-fcfecfbd] {
  @apply rounded-lg;
  @apply text-black;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Commons\404.vue?type=style&index=0 */
[data-v-d8a17f65] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body[data-v-d8a17f65] {
  padding: 0;
  margin: 0;
}
#notfound[data-v-d8a17f65] {
  position: relative;
  height: 100vh;
}
#notfound .notfound[data-v-d8a17f65] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.notfound[data-v-d8a17f65] {
  max-width: 710px;
  width: 100%;
  padding-left: 190px;
  line-height: 1.4;
}
.notfound .notfound-404[data-v-d8a17f65] {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
}
.notfound .notfound-404 h1[data-v-d8a17f65] {
  font-family: "Passion One", cursive;
  color: #00b5c3;
  font-size: 150px;
  letter-spacing: 15.5px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.notfound h2[data-v-d8a17f65] {
  font-family: "Raleway", sans-serif;
  color: #292929;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-top: 0;
}
.notfound p[data-v-d8a17f65] {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
}
.notfound a[data-v-d8a17f65] {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #292929;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.notfound a[data-v-d8a17f65]:hover {
  color: #fff;
  background-color: #00b5c3;
}
@media only screen and (max-width: 480px) {
  .notfound[data-v-d8a17f65] {
    text-align: center;
  }
  .notfound .notfound-404[data-v-d8a17f65] {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }
  .notfound[data-v-d8a17f65] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Commons\ModuleAbout.vue?type=style&index=0 */
.container[data-v-39d40135] {
  background: none !important;
}
.hero .btn-primary[data-v-39d40135] {
  color: white !important;
}
.hero .btn-video[data-v-39d40135] {
  color: white !important;
}
a[data-v-39d40135] {
  list-style: none;
}
@keyframes float-39d40135 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.floating[data-v-39d40135] {
  animation: float-39d40135 6s ease-in-out infinite;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\Settings\ThemeSettings.vue?type=style&index=0 */
.pv img[data-v-3e69b491] {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.pv[data-v-3e69b491] {
  border: 1px solid var(--n-border-color);
  border-radius: 8px;
  background: #fff;
  min-height: 420px;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}
.pv-top[data-v-3e69b491] {
  display: grid;
  grid-template-columns: var(--sb-w) 1fr;
  border-bottom: 1px solid #e9ecef;
}
.pv-logo-tile[data-v-3e69b491] {
  display: grid;
  place-items: center;
  height: 64px;
  border-right: 1px solid #e9ecef;
  background: var(--sb-bg);
}
.pv-logo[data-v-3e69b491] {
  max-height: 32px;
  max-width: calc(var(--sb-w) - 16px);
  width: auto;
  height: auto;
  object-fit: contain;
}
.pv-top-header[data-v-3e69b491] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 14px;
  background: var(--hdr-bg);
  color: var(--hdr-fg);
}
.pv-title[data-v-3e69b491] {
  font-weight: 600;
  letter-spacing: .06em;
}
.pv-top-actions[data-v-3e69b491] {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.pv-hint[data-v-3e69b491] {
  font-size: 12px;
  opacity: .8;
}
.pv-main[data-v-3e69b491] {
  display: grid;
  grid-template-columns: var(--sb-w) 1fr;
  min-height: 340px;
}
.pv-sidebar[data-v-3e69b491] {
  background: var(--sb-bg);
  color: var(--sb-fg);
  width: var(--sb-w);
  transition: width .2s ease;
  overflow: hidden;
  border-right: 1px solid #e9ecef;
}
.pv-sidebar-head[data-v-3e69b491] {
  display: grid;
  place-items: center;
  height: 72px;
  padding: 6px;
  border-bottom: 1px solid #eceff3;
}
.pv-side-logo[data-v-3e69b491] {
  max-height: 34px;
  max-width: calc(var(--sb-w) - 16px);
  width: auto;
  height: auto;
  object-fit: contain;
}
.pv-menu[data-v-3e69b491] {
  list-style: none;
  margin: 0;
  padding: 10px 6px;
}
.pv-menu .title[data-v-3e69b491] {
  font-size: 12px;
  opacity: .6;
  padding: 6px 10px 10px;
}
.pv-menu li[data-v-3e69b491] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 6px;
  white-space: nowrap;
}
.pv-menu li[data-v-3e69b491]:hover {
  background: rgba(0, 0, 0, .06);
}
.i-dot[data-v-3e69b491] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}
.pv-content[data-v-3e69b491] {
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\Settings.vue?type=style&index=0 */
.h-full[data-v-235a2d7b] {
  min-height: 520px;
}
.tile[data-v-235a2d7b] {
  border: 1px solid #d2d4d5);
  border-radius: 10px;
  padding: 18px 12px;
  display: grid;
  place-items: center;
  gap: 8px;
  cursor: pointer;
  transition:
    box-shadow .15s ease,
    border-color .15s ease,
    transform .08s ease;
}
.tile[data-v-235a2d7b]:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.tile--active[data-v-235a2d7b] {
  border-color: #367981;
  background-color: #419a93;
  box-shadow: 0 0 0 2px color-mix(in oklab, #8ec6b9 30%, transparent);
  color: white;
}
.fade-slide-enter-active[data-v-235a2d7b],
.fade-slide-leave-active[data-v-235a2d7b] {
  transition: opacity .18s ease, transform .18s ease;
}
.fade-slide-enter-from[data-v-235a2d7b],
.fade-slide-leave-to[data-v-235a2d7b] {
  opacity: 0;
  transform: translateY(4px);
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Layout\PageHeader.vue?type=style&index=0 */
.stats-state[data-v-a6439680] {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #6b7280;
  padding: 6px 0;
}
.stats-error[data-v-a6439680] {
  color: #b91c1c;
}
nav ul[data-v-a6439680] {
  display: inherit !important;
}
.pill-stat[data-v-a6439680] .n-statistic-value__content {
  color: var(--pill-bg);
  font-weight: 600;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Tables\AbstractedDataTable.vue?type=style&index=0 */
.rb-actions[data-v-62022e3a]::-webkit-scrollbar {
  height: 6px;
}
.rb-actions[data-v-62022e3a]::-webkit-scrollbar-thumb {
  border-radius: 999px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\Subsidiaries.vue?type=style&index=0 */
nav ul[data-v-e907ff9e] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\Divisions.vue?type=style&index=0 */
nav ul[data-v-e06e4a86] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\PageLayout\CenteredFormCard.vue?type=style&index=0 */
.center-wrap[data-v-21af28d0] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
.footer-actions[data-v-21af28d0] {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\DivisionForm.vue?type=style&index=0 */
.center-wrap[data-v-7b6ecdf3] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-7b6ecdf3] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\Branches.vue?type=style&index=0 */
nav ul[data-v-9e4b4260] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Controls\RemoteSelect.vue?type=style&index=0 */
.form-input[data-v-3a1cf5b6] {
  width: 100%;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\BranchForm.vue?type=style&index=0 */
.center-wrap[data-v-30a27e52] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-30a27e52] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\Departments.vue?type=style&index=0 */
nav ul[data-v-8d2f2837] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\DepartmentForm.vue?type=style&index=0 */
.center-wrap[data-v-40a0e856] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-40a0e856] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\FiscalYears.vue?type=style&index=0 */
nav ul[data-v-bd2eac00] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\FiscalYearForm.vue?type=style&index=0 */
.center-wrap[data-v-5857480f] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-5857480f] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\FolioSeries.vue?type=style&index=0 */
nav ul[data-v-68cb4dcd] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\FolioSeriesForm.vue?type=style&index=0 */
.center-wrap[data-v-7427609f] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-7427609f] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\Currencies.vue?type=style&index=0 */
nav ul[data-v-1ff2d992] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\CurrencyForm.vue?type=style&index=0 */
.center-wrap[data-v-d6078992] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-d6078992] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\ExchangeRates.vue?type=style&index=0 */
nav ul[data-v-79bb13a6] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\ExchangeRateForm.vue?type=style&index=0 */
.center-wrap[data-v-f63c591f] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-f63c591f] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\Taxes.vue?type=style&index=0 */
nav ul[data-v-6df1f526] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\TaxForm.vue?type=style&index=0 */
.center-wrap[data-v-904d3e87] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-904d3e87] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\ProductCategories.vue?type=style&index=0 */
nav ul[data-v-5132e9ab] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\ProductCategoryForm.vue?type=style&index=0 */
.center-wrap[data-v-47b010d3] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-47b010d3] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\Products.vue?type=style&index=0 */
nav ul[data-v-f0886bb9] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\ProductForm.vue?type=style&index=0 */
.center-wrap[data-v-39ab840b] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-39ab840b] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Communication\Inbox.vue?type=style&index=0 */
.h-full[data-v-a6b20278] {
  height: 100%;
}
.list-scroll[data-v-a6b20278] {
  max-height: calc(100vh - 240px);
  overflow: auto;
  padding-right: 4px;
}
.inbox-item[data-v-a6b20278] {
  padding: 10px 8px;
  border-radius: 10px;
}
.inbox-item[data-v-a6b20278]:hover {
  background: rgba(0, 0, 0, 0.03);
}
.inbox-item.active[data-v-a6b20278] {
  background: rgba(99, 102, 241, 0.08);
}
.truncate[data-v-a6b20278] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.truncate-2[data-v-a6b20278] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}
.muted[data-v-a6b20278] {
  color: #6b7280;
}
.tiny[data-v-a6b20278] {
  font-size: 12px;
}
.code[data-v-a6b20278] {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
.subject[data-v-a6b20278] {
  margin: 0 0 4px 0;
  line-height: 1.25;
}
.message-body[data-v-a6b20278] {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  border: 1px solid #eee;
}
.plaintext[data-v-a6b20278] {
  white-space: pre-wrap;
}
.flex[data-v-a6b20278] {
  display: flex;
}
.items-center[data-v-a6b20278] {
  align-items: center;
}
.items-start[data-v-a6b20278] {
  align-items: flex-start;
}
.justify-between[data-v-a6b20278] {
  justify-content: space-between;
}
.gap-2[data-v-a6b20278] {
  gap: .5rem;
}
.gap-8[data-v-a6b20278] {
  gap: .75rem;
}
.mb-1[data-v-a6b20278] {
  margin-bottom: .25rem;
}
.mb-2[data-v-a6b20278] {
  margin-bottom: .5rem;
}
.mb-3[data-v-a6b20278] {
  margin-bottom: .75rem;
}
.mt-2[data-v-a6b20278] {
  margin-top: .5rem;
}
.mt-3[data-v-a6b20278] {
  margin-top: .75rem;
}
.mt-4[data-v-a6b20278] {
  margin-top: 1rem;
}
.grid[data-v-a6b20278] {
  display: grid;
}
.grid-cols-12[data-v-a6b20278] {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.col-span-6[data-v-a6b20278] {
  grid-column: span 6 / span 6;
}
.col-span-12[data-v-a6b20278] {
  grid-column: span 12 / span 12;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Communication\BulkMessageForm.vue?type=style&index=0 */
.text-xs[data-v-235c4de8] {
  font-size: 0.75rem;
}
.overflow-auto[data-v-235c4de8] {
  overflow: auto;
}
.tiny[data-v-235c4de8] {
  font-size: 12px;
}
.muted[data-v-235c4de8] {
  color: #6b7280;
}
.flex[data-v-235c4de8] {
  display: flex;
}
.items-center[data-v-235c4de8] {
  align-items: center;
}
.gap-2[data-v-235c4de8] {
  gap: .5rem;
}
.mb-2[data-v-235c4de8] {
  margin-bottom: .5rem;
}
.mt-1[data-v-235c4de8] {
  margin-top: .25rem;
}
.mt-2[data-v-235c4de8] {
  margin-top: .5rem;
}
.table[data-v-235c4de8] {
  width: 100%;
}
.thead[data-v-235c4de8],
.trow[data-v-235c4de8] {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr 1fr 56px;
  gap: 8px;
  align-items: center;
}
.thead[data-v-235c4de8] {
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 6px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Communication\ViewBulkMessage.vue?type=style&index=0 */
.header-left[data-v-18e50f9e] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.title-icon[data-v-18e50f9e] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f3f4f6;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-icon.clickable[data-v-18e50f9e] {
  cursor: pointer;
}
.title[data-v-18e50f9e] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.title-sub[data-v-18e50f9e] {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
}
.header-mid[data-v-18e50f9e] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header-actions[data-v-18e50f9e] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
[data-v-18e50f9e] .tabs-segmented.n-tabs--line .n-tabs-bar {
  display: none;
}
[data-v-18e50f9e] .tabs-segmented .n-tabs-nav {
  width: 100%;
  justify-content: center;
}
[data-v-18e50f9e] .tabs-segmented .n-tabs-tab {
  padding: 6px 14px;
  border-radius: 10px;
  font-weight: 600;
  color: #6b7280;
}
[data-v-18e50f9e] .tabs-segmented .n-tabs-tab--active {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #111827;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.04);
}
.sub-card[data-v-18e50f9e] {
  border-radius: 10px;
}
.section-title[data-v-18e50f9e] {
  font-weight: 600;
  font-size: 14px;
}
.section-title.small[data-v-18e50f9e] {
  font-size: 13px;
}
.mt-2[data-v-18e50f9e] {
  margin-top: 8px;
}
.mt-3[data-v-18e50f9e] {
  margin-top: 12px;
}
.mb-1[data-v-18e50f9e] {
  margin-bottom: 4px;
}
.kpi-grid[data-v-18e50f9e] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.kpi[data-v-18e50f9e] {
  padding: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
}
.kpi-label[data-v-18e50f9e] {
  font-size: 12px;
  color: #6b7280;
}
.kpi-value[data-v-18e50f9e] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.bar[data-v-18e50f9e] {
  position: relative;
  width: 100%;
  height: 10px;
  background: #f3f4f6;
  border-radius: 9999px;
  overflow: hidden;
}
.bar-ok[data-v-18e50f9e] {
  height: 100%;
  background: #10b981;
}
.bar-fail[data-v-18e50f9e] {
  height: 100%;
  background: #ef4444;
}
.tiny[data-v-18e50f9e] {
  font-size: 12px;
}
.muted[data-v-18e50f9e] {
  color: #6b7280;
}
.flex[data-v-18e50f9e] {
  display: flex;
}
.items-center[data-v-18e50f9e] {
  align-items: center;
}
.gap-8[data-v-18e50f9e] {
  gap: .75rem;
}
.pill[data-v-18e50f9e] {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
}
.pill-ok[data-v-18e50f9e] {
  background: #ecfdf5;
  color: #065f46;
}
.pill-fail[data-v-18e50f9e] {
  background: #fef2f2;
  color: #991b1b;
}
.pill-warn[data-v-18e50f9e] {
  background: #fffbeb;
  color: #92400e;
}
.pill-muted[data-v-18e50f9e] {
  background: #f3f4f6;
  color: #374151;
}
.plaintext[data-v-18e50f9e] {
  white-space: pre-wrap;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Communication\AlertForm.vue?type=style&index=0 */
.sub-card[data-v-e96e6237] {
  border-radius: 10px;
}
.grid[data-v-e96e6237] {
  display: grid;
}
.grid-cols-12[data-v-e96e6237] {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.gap-2[data-v-e96e6237] {
  gap: .5rem;
}
.items-end[data-v-e96e6237] {
  align-items: flex-end;
  display: flex;
}
.text-xs[data-v-e96e6237] {
  font-size: .75rem;
}
.overflow-auto[data-v-e96e6237] {
  overflow: auto;
}
.tiny[data-v-e96e6237] {
  font-size: 12px;
}
.muted[data-v-e96e6237] {
  color: #6b7280;
}
.mb-1[data-v-e96e6237] {
  margin-bottom: 4px;
}
.plaintext[data-v-e96e6237] {
  white-space: pre-wrap;
}
.flex[data-v-e96e6237] {
  display: flex;
}
.gap-8[data-v-e96e6237] {
  gap: .75rem;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\UserManagement\About.vue?type=style&index=0 */
.hero .hero-content h1 span[data-v-4bf56c6c] {
  color: #969925;
}
.hero .btn-primary[data-v-4bf56c6c] {
  background: #969925;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\UserManagement\Users.vue?type=style&index=0 */
.users-manager[data-v-ffeb4a5f] {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 16px;
}
.left-rail[data-v-ffeb4a5f] {
  position: sticky;
  top: 12px;
  align-self: start;
}
.cards[data-v-ffeb4a5f] {
  display: grid;
  gap: 12px;
}
.type-card[data-v-ffeb4a5f] {
  border-radius: 16px;
  padding: 14px 16px;
  border: 1px solid var(--card-border, rgba(140, 140, 140, 0.25));
  background: var(--card-bg, rgba(255, 255, 255, 0.02));
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
  cursor: pointer;
  user-select: none;
  transition:
    transform .12s ease,
    box-shadow .12s ease,
    border-color .12s ease;
}
.type-card[data-v-ffeb4a5f]:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .08);
  border-color: rgba(140, 140, 140, .35);
}
.type-card.active[data-v-ffeb4a5f] {
  outline: 2px solid rgba(99, 102, 241, .55);
  border-color: transparent;
  background: rgba(99, 102, 241, .06);
}
.type-title[data-v-ffeb4a5f] {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.1;
  margin-bottom: 4px;
}
.type-desc[data-v-ffeb4a5f] {
  font-size: 12px;
  opacity: .8;
}
.content[data-v-ffeb4a5f] {
  min-width: 0;
}
:root.dark &[data-v-ffeb4a5f] {
  --card-border: rgba(255,255,255,.14);
  --card-bg: rgba(255,255,255,.03);
}
@media (max-width: 1024px) {
  .users-manager[data-v-ffeb4a5f] {
    grid-template-columns: 1fr;
  }
  .left-rail[data-v-ffeb4a5f] {
    position: static;
  }
  .cards[data-v-ffeb4a5f] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\PageLayout\TwoPaneFormCards.vue?type=style&index=0 */
.two-pane[data-v-c8124bcb] {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: flex-start !important;
}
.pane[data-v-c8124bcb] {
  min-width: 0;
  overflow: hidden;
  transition:
    flex-basis 300ms ease,
    transform 300ms ease,
    opacity 300ms ease;
}
.pane.left.collapsed[data-v-c8124bcb] {
  transform: translateX(-12px);
  opacity: 0;
  pointer-events: none;
}
.pane.right.collapsed[data-v-c8124bcb] {
  transform: translateX(12px);
  opacity: 0;
  pointer-events: none;
}
.footer-actions[data-v-c8124bcb] {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.edge-handle[data-v-c8124bcb] {
  position: absolute;
  top: 8px;
}
.edge-handle.left[data-v-c8124bcb] {
  left: -6px;
}
.edge-handle.right[data-v-c8124bcb] {
  right: -6px;
}
@media (max-width: 640px) {
  .two-pane[data-v-c8124bcb] {
    flex-direction: column;
  }
  .pane.left.collapsed[data-v-c8124bcb],
  .pane.right.collapsed[data-v-c8124bcb] {
    transform: translateY(-6px);
  }
}
.two-pane .pane.left[data-v-c8124bcb] {
  padding: 0 !important;
  margin: 20px 10px !important;
}
.left[data-v-c8124bcb] {
  background: none !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\UserManagement\BackOfficeUserForm.vue?type=style&index=0 */

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\UserManagement\ViewUser.vue?type=style&index=0 */
.header-left[data-v-d9fe59cf] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.title-icon[data-v-d9fe59cf] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f3f4f6;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-icon.clickable[data-v-d9fe59cf] {
  cursor: pointer;
}
.title[data-v-d9fe59cf] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.header-mid[data-v-d9fe59cf] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header-actions[data-v-d9fe59cf] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
[data-v-d9fe59cf] .tabs-segmented.n-tabs--line .n-tabs-bar {
  display: none;
}
[data-v-d9fe59cf] .tabs-segmented .n-tabs-nav {
  width: 100%;
  justify-content: center;
}
[data-v-d9fe59cf] .tabs-segmented .n-tabs-tab {
  padding: 6px 14px;
  border-radius: 10px;
  font-weight: 600;
  color: #6b7280;
}
[data-v-d9fe59cf] .tabs-segmented .n-tabs-tab--active {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #111827;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.04);
}
.sub-card[data-v-d9fe59cf] {
  border-radius: 10px;
}
.section-title[data-v-d9fe59cf] {
  font-weight: 600;
  font-size: 14px;
}
.section-title.small[data-v-d9fe59cf] {
  font-size: 13px;
}
.photo-wrap[data-v-d9fe59cf] {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: #f0f2f5;
  border-radius: 10px;
  overflow: hidden;
}
.photo[data-v-d9fe59cf] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.photo.placeholder[data-v-d9fe59cf] {
  background: #f0f2f5;
}
.upload-block[data-v-d9fe59cf] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.upload-title[data-v-d9fe59cf] {
  font-weight: 600;
  color: #374151;
}
.upload-img[data-v-d9fe59cf] {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
}
.upload-img.short[data-v-d9fe59cf] {
  height: 140px;
}
.upload-placeholder[data-v-d9fe59cf] {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
}
.my-5[data-v-d9fe59cf] {
  margin: 16px 0;
}
.mt-2[data-v-d9fe59cf] {
  margin-top: 8px;
}
.mt-3[data-v-d9fe59cf] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\UserManagement\Roles.vue?type=style&index=0 */
nav ul[data-v-948c22a4] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\UserManagement\RoleForm.vue?type=style&index=0 */

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\Warehouses.vue?type=style&index=0 */
nav ul[data-v-9eb21afa] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\Lots.vue?type=style&index=0 */
nav ul[data-v-1262c65e] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\LotForm.vue?type=style&index=0 */
.center-wrap[data-v-86aa7c7f] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-86aa7c7f] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\ContractListModal.vue?type=style&index=0 */
.add-btn[data-v-2c9f452d] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\WarehouseConfig.vue?type=style&index=0 */
.warehouse-lot-manager[data-v-7ab46dcc] {
  max-width: 100%;
}
.controls-row[data-v-7ab46dcc] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: end;
}
.form-input[data-v-7ab46dcc] {
  min-width: 120px;
}
.warehouse-container-wrapper[data-v-7ab46dcc] {
  position: relative;
  overflow: auto;
  border: 2px solid #d0d0d0;
  border-radius: 8px;
  max-height: 70vh;
  padding: 10px;
  background: #f8f9fa;
}
.zoom-controls-overlay[data-v-7ab46dcc] {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
}
.zoom-display[data-v-7ab46dcc] {
  font-weight: bold;
  color: #666;
  min-width: 40px;
  text-align: center;
  font-size: 12px;
}
.warehouse-container[data-v-7ab46dcc] {
  position: relative;
}
.warehouse-svg[data-v-7ab46dcc] {
  user-select: none;
  cursor: default;
  display: block;
}
.lot-rect[data-v-7ab46dcc] {
  cursor: move;
  transition: stroke-width 0.2s ease;
}
.lot-rect[data-v-7ab46dcc]:hover {
  stroke-width: 3;
}
.resize-handle[data-v-7ab46dcc] {
  cursor: nw-resize;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.resize-handle[data-v-7ab46dcc]:hover,
.lot-group:hover .resize-handle[data-v-7ab46dcc] {
  opacity: 1;
}
@media (max-width: 768px) {
  .warehouse-container-wrapper[data-v-7ab46dcc] {
    max-height: 50vh;
  }
  .controls-row[data-v-7ab46dcc] {
    flex-direction: column;
    align-items: stretch;
  }
  .form-input[data-v-7ab46dcc] {
    min-width: 100px;
  }
  .zoom-controls-overlay[data-v-7ab46dcc] {
    top: 10px;
    left: 10px;
    padding: 6px;
  }
  .zoom-display[data-v-7ab46dcc] {
    font-size: 11px;
    min-width: 35px;
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\PageLayout\ViewPageWrapper.vue?type=style&index=0 */
.header-left[data-v-117771a6] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.icon-btn[data-v-117771a6] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f3f4f6;
  color: #94a3b8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.title-icon[data-v-117771a6] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f3f4f6;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title[data-v-117771a6] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.header-actions[data-v-117771a6] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tabs-container[data-v-117771a6] {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #e5e7eb transparent;
}
.tabs-container[data-v-117771a6]::-webkit-scrollbar {
  height: 4px;
}
.tabs-container[data-v-117771a6]::-webkit-scrollbar-track {
  background: transparent;
}
.tabs-container[data-v-117771a6]::-webkit-scrollbar-thumb {
  background: #e5e7eb;
  border-radius: 2px;
}
[data-v-117771a6] .tabs-segmented.n-tabs--line .n-tabs-bar {
  display: none;
}
[data-v-117771a6] .tabs-segmented .n-tabs-nav {
  min-width: min-content;
  justify-content: center;
  flex-wrap: nowrap;
}
[data-v-117771a6] .tabs-segmented .n-tabs-tab {
  padding: 6px 14px;
  border-radius: 10px;
  font-weight: 600;
  color: #6b7280;
  white-space: nowrap;
  flex-shrink: 0;
}
[data-v-117771a6] .tabs-segmented .n-tabs-tab--active {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #111827;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.04);
}
.sub-card[data-v-117771a6] {
  border-radius: 10px;
}
.section-title[data-v-117771a6] {
  font-weight: 600;
  font-size: 14px;
}
.section-title.small[data-v-117771a6] {
  font-size: 13px;
}
.footer[data-v-117771a6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-primary[data-v-117771a6] {
  border-radius: 9999px;
  font-weight: 700;
}
.mt-2[data-v-117771a6] {
  margin-top: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\ViewFumigationType.vue?type=style&index=0 */
.add-btn[data-v-2705c948] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\WarehouseContracts.vue?type=style&index=0 */
nav ul[data-v-ffed5cb3] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\FumigationScheduleCore.vue?type=style&index=0 */
.calendar-container[data-v-c208b8b3] {
  padding: 16px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
}
.calendar-header[data-v-c208b8b3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.header-controls[data-v-c208b8b3] {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.event-calendar[data-v-c208b8b3] {
  margin-bottom: 20px;
  overflow-x: auto;
}
.date-cell[data-v-c208b8b3] {
  height: 80px;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.date-cell[data-v-c208b8b3]:hover {
  background-color: rgba(24, 160, 88, 0.1);
}
.date-cell.has-events[data-v-c208b8b3] {
  background-color: rgba(24, 160, 88, 0.05);
}
.date-number[data-v-c208b8b3] {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
  color: #333;
  word-wrap: break-word;
}
.event-indicators[data-v-c208b8b3] {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  align-items: center;
}
.event-dot[data-v-c208b8b3] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s;
  position: relative;
}
.event-dot[data-v-c208b8b3]:hover {
  transform: scale(1.3);
}
.event-dot.recurring[data-v-c208b8b3]::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #666;
}
.event-dot.work[data-v-c208b8b3] {
  background-color: #2080f0;
}
.event-dot.personal[data-v-c208b8b3] {
  background-color: #18a058;
}
.event-dot.health[data-v-c208b8b3] {
  background-color: #f0a020;
}
.event-dot.education[data-v-c208b8b3] {
  background-color: #7c3aed;
}
.event-dot.entertainment[data-v-c208b8b3] {
  background-color: #d03050;
}
.more-events[data-v-c208b8b3] {
  font-size: 10px;
  color: #666;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-list[data-v-c208b8b3] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
}
.event-item[data-v-c208b8b3] {
  font-size: 11px;
  padding: 4px 6px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s;
  overflow: hidden;
  border-left: 3px solid;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  word-break: break-word;
}
.event-item[data-v-c208b8b3]:hover {
  transform: translateX(2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.event-item.recurring[data-v-c208b8b3]::before {
  content: "\21bb";
  position: absolute;
  top: 1px;
  right: 2px;
  font-size: 8px;
  color: #666;
}
.event-item.work[data-v-c208b8b3] {
  border-left-color: #2080f0;
  background-color: rgba(32, 128, 240, 0.1);
}
.event-item.personal[data-v-c208b8b3] {
  border-left-color: #18a058;
  background-color: rgba(24, 160, 88, 0.1);
}
.event-item.health[data-v-c208b8b3] {
  border-left-color: #f0a020;
  background-color: rgba(240, 160, 32, 0.1);
}
.event-item.education[data-v-c208b8b3] {
  border-left-color: #7c3aed;
  background-color: rgba(124, 58, 237, 0.1);
}
.event-item.entertainment[data-v-c208b8b3] {
  border-left-color: #d03050;
  background-color: rgba(208, 48, 80, 0.1);
}
.event-time[data-v-c208b8b3] {
  font-weight: 600;
  margin-right: 6px;
  color: #555;
}
.event-title[data-v-c208b8b3] {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}
.recurring-indicator[data-v-c208b8b3] {
  font-size: 10px;
  color: #666;
}
.more-events-text[data-v-c208b8b3] {
  font-size: 10px;
  color: #666;
  font-style: italic;
  padding: 2px 6px;
}
.recurring-options[data-v-c208b8b3] {
  background: #f8f9fa;
  padding: 12px;
  border-radius: 8px;
  margin-top: 12px;
  border: 1px solid #e5e7eb;
  box-sizing: border-box;
  width: 100%;
}
.interval-label[data-v-c208b8b3] {
  margin-left: 8px;
  color: #666;
  font-size: 14px;
}
.recurring-info[data-v-c208b8b3] {
  background: #f0f8ff;
  padding: 12px;
  border-radius: 6px;
  margin-top: 12px;
  border-left: 3px solid #2080f0;
  box-sizing: border-box;
}
.recurring-info p[data-v-c208b8b3] {
  margin-bottom: 8px;
}
.recurring-actions[data-v-c208b8b3] {
  margin-top: 16px;
}
.event-details[data-v-c208b8b3] {
  line-height: 1.6;
}
.event-details p[data-v-c208b8b3] {
  margin-bottom: 12px;
}
.selected-date-events[data-v-c208b8b3] {
  background: #f8f9fa;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  max-width: 100%;
  overflow-x: hidden;
}
.selected-date-events h3[data-v-c208b8b3] {
  margin-bottom: 16px;
  color: #333;
}
.event-list-item[data-v-c208b8b3] {
  cursor: pointer;
  padding: 12px;
  border-radius: 6px;
  transition: background-color 0.2s;
  overflow-wrap: break-word;
}
.event-list-item[data-v-c208b8b3]:hover {
  background-color: rgba(24, 160, 88, 0.05);
}
.event-header[data-v-c208b8b3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.event-list-item .event-title[data-v-c208b8b3] {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.event-list-item .event-time[data-v-c208b8b3] {
  font-size: 14px;
  color: #666;
}
.event-description[data-v-c208b8b3] {
  color: #666;
  margin-bottom: 8px;
  font-size: 14px;
}
.event-meta[data-v-c208b8b3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  flex-wrap: wrap;
}
.event-category[data-v-c208b8b3] {
  margin-top: 8px;
}
.recurring-pattern[data-v-c208b8b3] {
  font-size: 12px;
  color: #666;
  font-style: italic;
}
.recurring-badge[data-v-c208b8b3] {
  margin-left: 8px;
}
@media (max-width: 768px) {
  .calendar-header[data-v-c208b8b3] {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .header-controls[data-v-c208b8b3] {
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
  }
  .date-cell[data-v-c208b8b3] {
    height: 70px;
    padding: 4px;
  }
  .event-item[data-v-c208b8b3] {
    font-size: 10px;
    padding: 2px 4px;
  }
  .event-time[data-v-c208b8b3] {
    margin-right: 4px;
  }
  .recurring-options[data-v-c208b8b3] {
    padding: 10px;
  }
  .event-meta[data-v-c208b8b3] {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .event-list-item .event-title[data-v-c208b8b3] {
    font-size: 14px;
    gap: 4px;
  }
  .event-list-item .event-time[data-v-c208b8b3] {
    font-size: 12px;
  }
}
@keyframes pulse-c208b8b3 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.event-dot.recurring[data-v-c208b8b3] {
  animation: pulse-c208b8b3 2s infinite;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\ViewRoute.vue?type=style&index=0 */
.add-btn[data-v-176370f9] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Workflow\TaskChat.vue?type=style&index=0 */
.chat[data-v-60e30e22] {
  display: grid;
  gap: 10px;
}
.chat-scroll[data-v-60e30e22] {
  height: 44vh;
  min-height: 300px;
  overflow: auto;
  padding: 6px 2px 6px 2px;
  background: rgba(125, 125, 125, 0.05);
  border-radius: 8px;
}
.chat-list[data-v-60e30e22] {
  display: grid;
  gap: 10px;
  padding: 10px;
}
.msg[data-v-60e30e22] {
  display: flex;
}
.msg .bubble[data-v-60e30e22] {
  max-width: 72%;
  background: var(--n-color);
  border: 1px solid var(--n-border-color);
  border-radius: 12px;
  padding: 8px 10px;
  box-shadow: var(--n-box-shadow2);
}
.msg.mine[data-v-60e30e22] {
  justify-content: flex-end;
}
.msg.mine .bubble[data-v-60e30e22] {
  background: rgba(0, 0, 0, 0.03);
  border-style: dashed;
}
.meta[data-v-60e30e22] {
  font-size: 12px;
  opacity: 0.85;
  margin-bottom: 4px;
}
.meta .who[data-v-60e30e22] {
  font-weight: 600;
}
.meta .when[data-v-60e30e22] {
  margin-left: 6px;
}
.text[data-v-60e30e22] {
  white-space: pre-wrap;
  word-break: break-word;
}
.atts[data-v-60e30e22] {
  margin-top: 6px;
  display: grid;
  gap: 6px;
}
.att[data-v-60e30e22] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border: 1px dashed var(--n-border-color);
  border-radius: 8px;
  cursor: pointer;
}
.att[data-v-60e30e22]:hover {
  background: rgba(0, 0, 0, 0.03);
}
.att .paperclip[data-v-60e30e22] {
  opacity: 0.7;
}
.composer[data-v-60e30e22] {
  padding: 8px 0;
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--n-border-color);
}
.composer-row[data-v-60e30e22] {
  display: flex;
  align-items: center;
}
.ml-auto[data-v-60e30e22] {
  margin-left: auto;
}
.empty[data-v-60e30e22] {
  opacity: 0.75;
  font-size: 13px;
  padding: 16px;
  text-align: center;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.preview-img-wrap[data-v-60e30e22] {
  text-align: center;
}
.preview-img-wrap img[data-v-60e30e22] {
  max-width: 100%;
  height: auto;
}
.preview-doc-wrap[data-v-60e30e22] {
  background: #fff;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\PageLayout\ApprovalWrapper.vue?type=style&index=0 */
.two-pane[data-v-b8711cdb] {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: flex-start !important;
}
.pane[data-v-b8711cdb] {
  min-width: 0;
  overflow: hidden;
  transition:
    flex-basis 300ms ease,
    transform 300ms ease,
    opacity 300ms ease;
}
.pane.left.collapsed[data-v-b8711cdb] {
  transform: translateX(-12px);
  opacity: 0;
  pointer-events: none;
}
.pane.right.collapsed[data-v-b8711cdb] {
  transform: translateX(12px);
  opacity: 0;
  pointer-events: none;
}
.edge-handle[data-v-b8711cdb] {
  position: absolute;
  top: 8px;
}
.edge-handle.left[data-v-b8711cdb] {
  left: -6px;
}
.edge-handle.right[data-v-b8711cdb] {
  right: -6px;
}
.toolbar[data-v-b8711cdb] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ml-auto[data-v-b8711cdb] {
  margin-left: auto;
}
.two-pane .pane.left[data-v-b8711cdb] {
  padding: 0 !important;
  margin: 20px 10px !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\ApproveRouteRate.vue?type=style&index=0 */
.sub-card[data-v-b516ad9d] {
  border-radius: 10px;
}
.header-row[data-v-b516ad9d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-b516ad9d] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-b516ad9d] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-b516ad9d] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-b516ad9d] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-b516ad9d] {
  font-weight: 600;
  font-size: 14px;
}
.description-text[data-v-b516ad9d] {
  line-height: 1.6;
  color: #374151;
  white-space: pre-wrap;
}
.calculation-examples[data-v-b516ad9d] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
.example-item[data-v-b516ad9d] {
  padding: 12px;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.example-label[data-v-b516ad9d] {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 4px;
}
.example-value[data-v-b516ad9d] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.expired-text[data-v-b516ad9d] {
  color: #dc2626;
  font-weight: 500;
}
.ml-2[data-v-b516ad9d] {
  margin-left: 8px;
}
.mt-3[data-v-b516ad9d] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\ApproveTransporter.vue?type=style&index=0 */
.sub-card[data-v-46d4cc41] {
  border-radius: 10px;
}
.header-row[data-v-46d4cc41] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-46d4cc41] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-46d4cc41] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-46d4cc41] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-46d4cc41] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-46d4cc41] {
  font-weight: 600;
  font-size: 14px;
}
.address-text[data-v-46d4cc41] {
  line-height: 1.6;
  color: #374151;
}
.lines-wrapper[data-v-46d4cc41] {
  overflow-x: auto;
}
.lines-table[data-v-46d4cc41] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.lines-table th[data-v-46d4cc41],
.lines-table td[data-v-46d4cc41] {
  padding: 6px 8px;
  border-bottom: 1px solid #e5e7eb;
}
.lines-table th[data-v-46d4cc41] {
  text-align: left;
  font-weight: 600;
  color: #4b5563;
  white-space: nowrap;
}
.lines-table .line-desc[data-v-46d4cc41] {
  display: flex;
  flex-direction: column;
}
.doc-link[data-v-46d4cc41] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #3b82f6;
  text-decoration: none;
  font-size: 12px;
}
.doc-link[data-v-46d4cc41]:hover {
  text-decoration: underline;
}
.empty-state[data-v-46d4cc41] {
  padding: 24px;
  text-align: center;
}
.error-text[data-v-46d4cc41] {
  color: #dc2626;
  font-weight: 500;
}
.warning-text[data-v-46d4cc41] {
  color: #f59e0b;
  font-weight: 500;
}
.ml-1[data-v-46d4cc41] {
  margin-left: 4px;
}
.ml-2[data-v-46d4cc41] {
  margin-left: 8px;
}
.mt-3[data-v-46d4cc41] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\TransporterDashboard.vue?type=style&index=0 */
.dashboard-container[data-v-10ad657b] {
  padding: 1.5rem;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.summary-card[data-v-10ad657b] {
  border-radius: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.kpi-card[data-v-10ad657b] {
  text-align: center;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.kpi-title[data-v-10ad657b] {
  font-weight: 500;
  color: #374151;
  margin-bottom: 6px;
}
.chart-card[data-v-10ad657b] {
  border-radius: 1rem;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\ViewTransporter.vue?type=style&index=0 */
.add-btn[data-v-a385be75] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\DriverDashboard.vue?type=style&index=0 */
.dashboard-container[data-v-98b7c03d] {
  padding: 1.5rem;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.summary-card[data-v-98b7c03d] {
  border-radius: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.kpi-card[data-v-98b7c03d] {
  text-align: center;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.kpi-title[data-v-98b7c03d] {
  font-weight: 500;
  color: #374151;
  margin-bottom: 6px;
}
.chart-card[data-v-98b7c03d] {
  border-radius: 1rem;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
}
.filter-card[data-v-98b7c03d] {
  border-radius: 1rem;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 1.25rem 1.5rem;
  transition: all 0.2s ease;
  border: 1px solid #f0f0f0;
}
.filter-card[data-v-98b7c03d]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
.filter-card h3[data-v-98b7c03d] {
  font-family: "Inter", sans-serif;
}
.min-w-\[160px\][data-v-98b7c03d] {
  min-width: 160px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\ViewDriver.vue?type=style&index=0 */
.add-btn[data-v-86e597da] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\ApproveTrip.vue?type=style&index=0 */
.sub-card[data-v-e8d7b124] {
  border-radius: 10px;
}
.header-row[data-v-e8d7b124] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-e8d7b124] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-e8d7b124] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-e8d7b124] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-e8d7b124] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-e8d7b124] {
  font-weight: 600;
  font-size: 14px;
}
.description-text[data-v-e8d7b124] {
  line-height: 1.6;
  color: #374151;
  white-space: pre-wrap;
}
.lines-wrapper[data-v-e8d7b124] {
  overflow-x: auto;
}
.lines-table[data-v-e8d7b124] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.lines-table th[data-v-e8d7b124],
.lines-table td[data-v-e8d7b124] {
  padding: 6px 8px;
  border-bottom: 1px solid #e5e7eb;
}
.lines-table th[data-v-e8d7b124] {
  text-align: left;
  font-weight: 600;
  color: #4b5563;
  white-space: nowrap;
}
.lines-table .numeric[data-v-e8d7b124] {
  text-align: right;
  white-space: nowrap;
}
.footer-label[data-v-e8d7b124] {
  font-weight: 600;
}
.footer-value[data-v-e8d7b124] {
  font-weight: 600;
}
.doc-link[data-v-e8d7b124] {
  color: #3b82f6;
  text-decoration: none;
  font-size: 12px;
}
.doc-link[data-v-e8d7b124]:hover {
  text-decoration: underline;
}
.empty-state[data-v-e8d7b124] {
  padding: 24px;
  text-align: center;
}
.ml-1[data-v-e8d7b124] {
  margin-left: 4px;
}
.ml-2[data-v-e8d7b124] {
  margin-left: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\TripDashboard.vue?type=style&index=0 */
.dashboard-container[data-v-903a324c] {
  padding: 1.5rem;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.summary-card[data-v-903a324c],
.chart-card[data-v-903a324c] {
  border-radius: 1rem;
  background: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.kpi-card[data-v-903a324c] {
  padding: 1rem;
  border-radius: 0.75rem;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.kpi-label[data-v-903a324c] {
  font-size: 0.875rem;
  font-weight: 500;
  color: #555;
}
.kpi-value[data-v-903a324c] {
  font-size: 1.25rem;
  font-weight: 700;
}
.no-data[data-v-903a324c] {
  color: #9ca3af;
  font-size: 0.875rem;
  text-align: center;
  padding: 4rem 1rem;
  font-weight: 500;
}
.mt-4[data-v-903a324c] {
  margin-top: 1rem;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\ViewTrip.vue?type=style&index=0 */
.add-btn[data-v-d502006d] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\TripInvoice.vue?type=style&index=0 */
.add-btn[data-v-427a0f12] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\ApproveVehicle.vue?type=style&index=0 */
.sub-card[data-v-b72d03f4] {
  border-radius: 10px;
}
.header-row[data-v-b72d03f4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-b72d03f4] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-b72d03f4] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-b72d03f4] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-b72d03f4] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-b72d03f4] {
  font-weight: 600;
  font-size: 14px;
}
.description-text[data-v-b72d03f4] {
  line-height: 1.6;
  color: #374151;
  white-space: pre-wrap;
}
.trailer-card[data-v-b72d03f4],
.document-card[data-v-b72d03f4] {
  border-radius: 8px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}
.trailer-card[data-v-b72d03f4]:hover,
.document-card[data-v-b72d03f4]:hover {
  background: #f3f4f6;
}
.expired-text[data-v-b72d03f4] {
  color: #dc2626;
  font-weight: 500;
}
.ml-2[data-v-b72d03f4] {
  margin-left: 8px;
}
.mt-3[data-v-b72d03f4] {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .header-row[data-v-b72d03f4] {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .chips[data-v-b72d03f4] {
    align-self: flex-start;
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\VehicleDashboard.vue?type=style&index=0 */
.dashboard-container[data-v-409c6d40] {
  padding: 1.5rem;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.summary-card[data-v-409c6d40] {
  border-radius: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.kpi-card[data-v-409c6d40] {
  text-align: center;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.kpi-title[data-v-409c6d40] {
  font-weight: 500;
  color: #374151;
  margin-bottom: 6px;
}
.chart-card[data-v-409c6d40] {
  border-radius: 1rem;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
}
.filter-card[data-v-409c6d40] {
  border-radius: 1rem;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 1.25rem 1.5rem;
  transition: all 0.2s ease;
  border: 1px solid #f0f0f0;
}
.filter-card[data-v-409c6d40]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
.min-w-\[160px\][data-v-409c6d40] {
  min-width: 160px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\ViewVehicle.vue?type=style&index=0 */
.add-btn[data-v-a0d3c593] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}
.vehicle-card[data-v-a0d3c593] {
  border-radius: 1rem;
  background: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.vehicle-descriptions[data-v-a0d3c593] .n-descriptions-table {
  width: 100%;
  table-layout: fixed;
}
.vehicle-descriptions[data-v-a0d3c593] .n-descriptions-item-label {
  font-weight: 600;
  color: #1f2937;
  width: 40%;
  vertical-align: middle;
  padding: 6px 12px;
}
.vehicle-descriptions[data-v-a0d3c593] .n-descriptions-item-content {
  color: #374151;
  padding: 6px 12px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Test.vue?type=style&index=0 */
.org-chart-container[data-v-242bc67f] {
  width: 100%;
  overflow: auto;
  background: #f8fafc;
  border-radius: 8px;
}
.node-group[data-v-242bc67f] {
  cursor: pointer;
  transition: all 0.3s ease;
}
.node-group:hover .node-rect[data-v-242bc67f] {
  filter: brightness(1.05);
  stroke: #3b82f6;
  stroke-width: 2;
}
.node-rect[data-v-242bc67f] {
  fill: #475569;
  stroke: #64748b;
  stroke-width: 1;
  transition: all 0.3s ease;
}
.node-rect-active[data-v-242bc67f] {
  stroke: #3b82f6;
  stroke-width: 3;
  filter: brightness(1.1);
}
.node-title[data-v-242bc67f] {
  fill: white;
  font-size: 14px;
  font-weight: 600;
}
.node-code[data-v-242bc67f] {
  fill: #cbd5e1;
  font-size: 11px;
  font-weight: 500;
}
.node-type[data-v-242bc67f] {
  fill: #94a3b8;
  font-size: 10px;
}
.swal2-container[data-v-242bc67f] {
  z-index: 2000 !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\OrganizationChart.vue?type=style&index=0 */
.org-chart-container {
  width: 100%;
  overflow: hidden;
  background: #f8fafc;
  border-radius: 8px;
  cursor: grab;
  user-select: none;
}
.org-chart-container:active {
  cursor: grabbing;
}
.node-group {
  cursor: pointer;
  transition: all 0.3s ease;
}
.node-group:hover .node-rect {
  filter: brightness(1.05);
  stroke: #3b82f6;
  stroke-width: 2;
}
.node-rect {
  fill: #475569;
  stroke: #64748b;
  stroke-width: 1;
  transition: all 0.3s ease;
}
.node-rect-active {
  stroke: #3b82f6;
  stroke-width: 3;
  filter: brightness(1.1);
}
.node-title {
  fill: white;
  font-size: 14px;
  font-weight: 600;
  pointer-events: none;
}
.node-code {
  fill: #cbd5e1;
  font-size: 11px;
  font-weight: 500;
  pointer-events: none;
}
.node-type {
  fill: #94a3b8;
  font-size: 10px;
  pointer-events: none;
}
.node-badge {
  fill: white;
  font-size: 11px;
  font-weight: 700;
  pointer-events: none;
}
.position-card {
  border: 1px solid #e5e7eb;
  background: #f9fafb;
}
:deep(.n-drawer-body-content-wrapper) {
  padding: 0;
}
.swal2-container {
  z-index: 9999 !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\EmployeeLeaves.vue?type=style&index=0 */
.filter-label[data-v-89262a9e] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-89262a9e] {
  padding: 1rem;
}
.space-y-6[data-v-89262a9e] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\ApproveEmployeeLeave.vue?type=style&index=0 */
.sub-card[data-v-1b0b59b1] {
  border-radius: 10px;
}
.header-row[data-v-1b0b59b1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-1b0b59b1] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-1b0b59b1] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-1b0b59b1] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-1b0b59b1] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-1b0b59b1] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-1b0b59b1] {
  line-height: 1.6;
  color: #374151;
}
.lines-wrapper[data-v-1b0b59b1] {
  overflow-x: auto;
}
.lines-table[data-v-1b0b59b1] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.lines-table th[data-v-1b0b59b1],
.lines-table td[data-v-1b0b59b1] {
  padding: 6px 8px;
  border-bottom: 1px solid #e5e7eb;
}
.lines-table th[data-v-1b0b59b1] {
  text-align: left;
  font-weight: 600;
  color: #4b5563;
  white-space: nowrap;
}
.lines-table .numeric[data-v-1b0b59b1] {
  text-align: right;
  white-space: nowrap;
}
.lines-table .line-desc[data-v-1b0b59b1] {
  display: flex;
  flex-direction: column;
}
.lines-table .empty[data-v-1b0b59b1] {
  text-align: center;
  padding: 12px;
}
.footer-label[data-v-1b0b59b1] {
  font-weight: 600;
}
.footer-value[data-v-1b0b59b1] {
  font-weight: 600;
}
.mt-3[data-v-1b0b59b1] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\EmployeeLeaveForm.vue?type=style&index=0 */
.leave-info-card[data-v-adb5ec88] {
  margin-bottom: 16px;
  background:
    linear-gradient(
      135deg,
      #f5f7fa 0%,
      #c3cfe2 100%);
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\LeaveScheduleCore.vue?type=style&index=0 */
.calendar-container[data-v-e2f823a4] {
  padding: 16px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
}
.calendar-header[data-v-e2f823a4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.header-controls[data-v-e2f823a4] {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.filter-section[data-v-e2f823a4] {
  margin-bottom: 20px;
}
.filter-label[data-v-e2f823a4] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.statistics-section[data-v-e2f823a4] {
  margin-bottom: 20px;
}
.loading-spinner[data-v-e2f823a4] {
  min-height: 400px;
}
.event-calendar[data-v-e2f823a4] {
  margin-bottom: 20px;
  overflow-x: auto;
}
.date-cell[data-v-e2f823a4] {
  height: 80px;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.date-cell[data-v-e2f823a4]:hover {
  background-color: rgba(24, 160, 88, 0.1);
}
.date-cell.has-events[data-v-e2f823a4] {
  background-color: rgba(24, 160, 88, 0.05);
}
.date-number[data-v-e2f823a4] {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
  color: #333;
  word-wrap: break-word;
}
.event-indicators[data-v-e2f823a4] {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  align-items: center;
}
.event-dot[data-v-e2f823a4] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s;
}
.event-dot[data-v-e2f823a4]:hover {
  transform: scale(1.3);
}
.event-dot.leave-pending[data-v-e2f823a4],
.event-item.leave-pending[data-v-e2f823a4] {
  border-left-color: #f0a020;
  background-color: rgba(240, 160, 32, 0.1);
}
.event-dot.leave-pending[data-v-e2f823a4] {
  background-color: #f0a020;
}
.event-dot.leave-approved[data-v-e2f823a4],
.event-item.leave-approved[data-v-e2f823a4] {
  border-left-color: #18a058;
  background-color: rgba(24, 160, 88, 0.1);
}
.event-dot.leave-approved[data-v-e2f823a4] {
  background-color: #18a058;
}
.event-dot.leave-rejected[data-v-e2f823a4],
.event-item.leave-rejected[data-v-e2f823a4] {
  border-left-color: #d03050;
  background-color: rgba(208, 48, 80, 0.1);
}
.event-dot.leave-rejected[data-v-e2f823a4] {
  background-color: #d03050;
}
.event-dot.leave-default[data-v-e2f823a4],
.event-item.leave-default[data-v-e2f823a4] {
  border-left-color: #666;
  background-color: rgba(102, 102, 102, 0.1);
}
.event-dot.leave-default[data-v-e2f823a4] {
  background-color: #666;
}
.more-events[data-v-e2f823a4] {
  font-size: 10px;
  color: #666;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-list[data-v-e2f823a4] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
}
.event-item[data-v-e2f823a4] {
  font-size: 11px;
  padding: 4px 6px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s;
  overflow: hidden;
  border-left: 3px solid;
  background-color: rgba(255, 255, 255, 0.8);
  word-break: break-word;
}
.event-item[data-v-e2f823a4]:hover {
  transform: translateX(2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.event-title[data-v-e2f823a4] {
  font-weight: 500;
  display: block;
}
.event-meta-small[data-v-e2f823a4] {
  font-size: 9px;
  color: #666;
  display: block;
}
.more-events-text[data-v-e2f823a4] {
  font-size: 10px;
  color: #666;
  font-style: italic;
  padding: 2px 6px;
}
.event-details[data-v-e2f823a4] {
  line-height: 1.6;
}
.selected-date-events[data-v-e2f823a4] {
  background: #f8f9fa;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  max-width: 100%;
  overflow-x: hidden;
}
.selected-date-events h3[data-v-e2f823a4] {
  margin-bottom: 16px;
  color: #333;
}
.event-list-item[data-v-e2f823a4] {
  cursor: pointer;
  padding: 12px;
  border-radius: 6px;
  transition: background-color 0.2s;
  overflow-wrap: break-word;
}
.event-list-item[data-v-e2f823a4]:hover {
  background-color: rgba(24, 160, 88, 0.05);
}
.event-header[data-v-e2f823a4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.event-list-item .event-title[data-v-e2f823a4] {
  font-weight: 600;
  font-size: 16px;
}
.event-meta[data-v-e2f823a4] {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
  flex-wrap: wrap;
}
.leave-duration[data-v-e2f823a4],
.department-info[data-v-e2f823a4] {
  font-size: 12px;
  color: #666;
}
@media (max-width: 768px) {
  .calendar-header[data-v-e2f823a4] {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .header-controls[data-v-e2f823a4] {
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
  }
  .date-cell[data-v-e2f823a4] {
    height: 70px;
    padding: 4px;
  }
  .event-item[data-v-e2f823a4] {
    font-size: 10px;
    padding: 2px 4px;
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\ViewJobApplication.vue?type=style&index=0 */
.mb-1[data-v-9c21d14f] {
  margin-bottom: 4px;
}
.mb-2[data-v-9c21d14f] {
  margin-bottom: 8px;
}
.mb-4[data-v-9c21d14f] {
  margin-bottom: 16px;
}
.mt-2[data-v-9c21d14f] {
  margin-top: 8px;
}
.ml-2[data-v-9c21d14f] {
  margin-left: 8px;
}
.text-center[data-v-9c21d14f] {
  text-align: center;
}
h3[data-v-9c21d14f] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\ViewApplicant.vue?type=style&index=0 */
.mb-1[data-v-96e92bdf] {
  margin-bottom: 4px;
}
.mt-2[data-v-96e92bdf] {
  margin-top: 8px;
}
.text-center[data-v-96e92bdf] {
  text-align: center;
}
h2[data-v-96e92bdf] {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\JobAdvertisementForm.vue?type=style&index=0 */
.mt-4[data-v-2222511b] {
  margin-top: 16px;
}
h3[data-v-2222511b] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\ApproveJobAdvertisement.vue?type=style&index=0 */
.sub-card[data-v-1d0078a0] {
  border-radius: 10px;
}
.header-row[data-v-1d0078a0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-1d0078a0] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-1d0078a0] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-1d0078a0] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-1d0078a0] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-1d0078a0] {
  font-weight: 600;
  font-size: 14px;
}
.subsection-title[data-v-1d0078a0] {
  font-weight: 600;
  font-size: 13px;
  color: #374151;
  margin-bottom: 8px;
}
.description-text[data-v-1d0078a0] {
  line-height: 1.6;
  color: #374151;
  white-space: pre-wrap;
}
.notes-text[data-v-1d0078a0] {
  max-width: 300px;
  white-space: normal;
  line-height: 1.4;
}
.lines-wrapper[data-v-1d0078a0] {
  overflow-x: auto;
}
.lines-table[data-v-1d0078a0] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.lines-table th[data-v-1d0078a0],
.lines-table td[data-v-1d0078a0] {
  padding: 6px 8px;
  border-bottom: 1px solid #e5e7eb;
}
.lines-table th[data-v-1d0078a0] {
  text-align: left;
  font-weight: 600;
  color: #4b5563;
  white-space: nowrap;
}
.lines-table .numeric[data-v-1d0078a0] {
  text-align: right;
  white-space: nowrap;
}
.lines-table .line-desc[data-v-1d0078a0] {
  display: flex;
  flex-direction: column;
}
.lines-table .empty[data-v-1d0078a0] {
  text-align: center;
  padding: 12px;
}
.footer-label[data-v-1d0078a0] {
  font-weight: 600;
}
.footer-value[data-v-1d0078a0] {
  font-weight: 600;
}
.criteria-list[data-v-1d0078a0] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.criteria-item[data-v-1d0078a0] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
}
.criteria-text[data-v-1d0078a0] {
  font-size: 13px;
  color: #374151;
}
.stages-list[data-v-1d0078a0] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.stage-item[data-v-1d0078a0] {
  padding: 12px;
  background: #f9fafb;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}
.stage-header[data-v-1d0078a0] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.stage-name[data-v-1d0078a0] {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
}
.stage-description[data-v-1d0078a0] {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 8px;
  line-height: 1.5;
}
.panel-members[data-v-1d0078a0] {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e5e7eb;
}
.panel-title[data-v-1d0078a0] {
  font-size: 12px;
  font-weight: 600;
  color: #4b5563;
  margin-bottom: 6px;
}
.panel-list[data-v-1d0078a0] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.panel-member[data-v-1d0078a0] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #374151;
}
.mt-3[data-v-1d0078a0] {
  margin-top: 12px;
}
.mb-3[data-v-1d0078a0] {
  margin-bottom: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\ViewAdvertisementJob.vue?type=style&index=0 */
.photo-wrap[data-v-74072735] {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #f0f2f5;
  border-radius: 10px;
  overflow: hidden;
}
.photo[data-v-74072735] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mt-3[data-v-74072735] {
  margin-top: 12px;
}
.mt-1[data-v-74072735] {
  margin-top: 4px;
}
.mb-2[data-v-74072735] {
  margin-bottom: 8px;
}
.mb-3[data-v-74072735] {
  margin-bottom: 0.75rem;
}
.add-btn[data-v-74072735] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}
.screening-wizard[data-v-74072735] {
  padding: 16px;
}
.grid[data-v-74072735] {
  display: grid;
}
.grid-cols-1[data-v-74072735] {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1024px) {
  .lg\:grid-cols-3[data-v-74072735] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.gap-6[data-v-74072735] {
  gap: 1.5rem;
}
.rounded-xl[data-v-74072735] {
  border-radius: 0.75rem;
}
.shadow-lg[data-v-74072735] {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}
.border-2[data-v-74072735] {
  border-width: 2px;
}
.flex[data-v-74072735] {
  display: flex;
}
.flex-col[data-v-74072735] {
  flex-direction: column;
}
.bg-gradient-to-br[data-v-74072735] {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-emerald-50[data-v-74072735] {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-emerald-100\/50[data-v-74072735] {
  --tw-gradient-to: rgba(209, 250, 229, 0.5);
}
.border-emerald-200[data-v-74072735] {
  border-color: #a7f3d0;
}
.from-amber-50[data-v-74072735] {
  --tw-gradient-from: #fffbeb;
}
.to-amber-100\/50[data-v-74072735] {
  --tw-gradient-to: rgba(254, 243, 199, 0.5);
}
.border-amber-200[data-v-74072735] {
  border-color: #fde68a;
}
.from-rose-50[data-v-74072735] {
  --tw-gradient-from: #fff1f2;
}
.to-rose-100\/50[data-v-74072735] {
  --tw-gradient-to: rgba(255, 228, 230, 0.5);
}
.border-rose-200[data-v-74072735] {
  border-color: #fecdd3;
}
.p-4[data-v-74072735] {
  padding: 1rem;
}
.border-b[data-v-74072735] {
  border-bottom-width: 1px;
}
.border-t[data-v-74072735] {
  border-top-width: 1px;
}
.border-slate-200[data-v-74072735] {
  border-color: #e2e8f0;
}
.flex-1[data-v-74072735] {
  flex: 1 1 0%;
}
.overflow-y-auto[data-v-74072735] {
  overflow-y: auto;
}
.space-y-2[data-v-74072735] > * + * {
  margin-top: 0.5rem;
}
.space-y-1[data-v-74072735] > * + * {
  margin-top: 0.25rem;
}
.bg-white[data-v-74072735] {
  background-color: #ffffff;
}
.rounded-lg[data-v-74072735] {
  border-radius: 0.5rem;
}
.p-3[data-v-74072735] {
  padding: 0.75rem;
}
.transition-all[data-v-74072735] {
  transition-property: all;
  transition-duration: 150ms;
}
.cursor-pointer[data-v-74072735] {
  cursor: pointer;
}
.hover\:shadow-md[data-v-74072735]:hover {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}
.border-blue-500[data-v-74072735] {
  border-color: #3b82f6;
}
.ring-2[data-v-74072735] {
  box-shadow: 0 0 0 2px var(--tw-ring-color);
}
.ring-blue-200[data-v-74072735] {
  --tw-ring-color: #bfdbfe;
}
.items-center[data-v-74072735] {
  align-items: center;
}
.items-start[data-v-74072735] {
  align-items: flex-start;
}
.justify-between[data-v-74072735] {
  justify-content: space-between;
}
.gap-2[data-v-74072735] {
  gap: 0.5rem;
}
.gap-3[data-v-74072735] {
  gap: 0.75rem;
}
.ml-3[data-v-74072735] {
  margin-left: 0.75rem;
}
.w-3[data-v-74072735] {
  width: 0.75rem;
}
.h-3[data-v-74072735] {
  height: 0.75rem;
}
.rounded-full[data-v-74072735] {
  border-radius: 9999px;
}
.bg-emerald-500[data-v-74072735] {
  background-color: #10b981;
}
.bg-amber-500[data-v-74072735] {
  background-color: #f59e0b;
}
.bg-rose-500[data-v-74072735] {
  background-color: #f43f5e;
}
@keyframes pulse-74072735 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.animate-pulse[data-v-74072735] {
  animation: pulse-74072735 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.text-lg[data-v-74072735] {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm[data-v-74072735] {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs[data-v-74072735] {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold[data-v-74072735] {
  font-weight: 700;
}
.font-semibold[data-v-74072735] {
  font-weight: 600;
}
.font-medium[data-v-74072735] {
  font-weight: 500;
}
.text-slate-800[data-v-74072735] {
  color: #1e293b;
}
.text-slate-600[data-v-74072735] {
  color: #475569;
}
.text-blue-600[data-v-74072735] {
  color: #2563eb;
}
.truncate[data-v-74072735] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hover\:underline[data-v-74072735]:hover {
  text-decoration: underline;
}
.px-2[data-v-74072735] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1[data-v-74072735] {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\ViewJobAdvertisement.vue?type=style&index=0 */
.photo-wrap[data-v-478e4363] {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #f0f2f5;
  border-radius: 10px;
  overflow: hidden;
}
.photo[data-v-478e4363] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mt-3[data-v-478e4363] {
  margin-top: 12px;
}
.mt-1[data-v-478e4363] {
  margin-top: 4px;
}
.mt-4[data-v-478e4363] {
  margin-top: 16px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\ViewInterview.vue?type=style&index=0 */
.mb-4[data-v-2b4d7836] {
  margin-bottom: 16px;
}
.mt-2[data-v-2b4d7836] {
  margin-top: 8px;
}
.mt-4[data-v-2b4d7836] {
  margin-top: 16px;
}
.text-center[data-v-2b4d7836] {
  text-align: center;
}
h3[data-v-2b4d7836] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\ConductInterview.vue?type=style&index=0 */
.mb-4[data-v-fd62ad4d] {
  margin-bottom: 16px;
}
.mt-2[data-v-fd62ad4d] {
  margin-top: 8px;
}
.mt-4[data-v-fd62ad4d] {
  margin-top: 16px;
}
.text-center[data-v-fd62ad4d] {
  text-align: center;
}
h3[data-v-fd62ad4d] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\ViewPosition.vue?type=style&index=0 */
.photo-wrap[data-v-3fc93db7] {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #f0f2f5;
  border-radius: 10px;
  overflow: hidden;
}
.photo[data-v-3fc93db7] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mt-3[data-v-3fc93db7] {
  margin-top: 12px;
}
.mb-2[data-v-3fc93db7] {
  margin-bottom: 8px;
}
.add-btn[data-v-3fc93db7] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\ApproveJobRequisition.vue?type=style&index=0 */
.sub-card[data-v-03a96b1d] {
  border-radius: 10px;
}
.header-row[data-v-03a96b1d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-03a96b1d] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-03a96b1d] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-03a96b1d] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-03a96b1d] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section-title[data-v-03a96b1d] {
  font-weight: 600;
  font-size: 14px;
}
.description-text[data-v-03a96b1d] {
  line-height: 1.6;
  color: #374151;
  white-space: pre-wrap;
}
.notes-text[data-v-03a96b1d] {
  max-width: 300px;
  white-space: normal;
  line-height: 1.4;
}
.attachment-link[data-v-03a96b1d] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
}
.attachment-link[data-v-03a96b1d]:hover {
  text-decoration: underline;
}
.lines-wrapper[data-v-03a96b1d] {
  overflow-x: auto;
}
.lines-table[data-v-03a96b1d] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.lines-table th[data-v-03a96b1d],
.lines-table td[data-v-03a96b1d] {
  padding: 6px 8px;
  border-bottom: 1px solid #e5e7eb;
}
.lines-table th[data-v-03a96b1d] {
  text-align: left;
  font-weight: 600;
  color: #4b5563;
  white-space: nowrap;
}
.lines-table .numeric[data-v-03a96b1d] {
  text-align: right;
  white-space: nowrap;
}
.lines-table .line-desc[data-v-03a96b1d] {
  display: flex;
  flex-direction: column;
}
.lines-table .empty[data-v-03a96b1d] {
  text-align: center;
  padding: 12px;
}
.footer-label[data-v-03a96b1d] {
  font-weight: 600;
}
.footer-value[data-v-03a96b1d] {
  font-weight: 600;
}
.mt-3[data-v-03a96b1d] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\JobRequisitionQuestionForm.vue?type=style&index=0 */
[data-v-c6d8d631] .n-collapse-item__header {
  font-weight: 500;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\AddEditQuestionModal.vue?type=style&index=0 */
.ml-2[data-v-49535646] {
  margin-left: 0.5rem;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\QuestionEditor.vue?type=style&index=0 */
.drag-handle[data-v-2eb4bafe] {
  cursor: grab;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\QuestionWizard.vue?type=style&index=0 */
.drag-handle[data-v-e59e2b65] {
  cursor: grab;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\ApplicantScreeningWizard.vue?type=style&index=0 */
.screening-component[data-v-83534bc8] {
  width: 100%;
}
.mb-4[data-v-83534bc8] {
  margin-bottom: 1rem;
}
.flex[data-v-83534bc8] {
  display: flex;
}
.items-center[data-v-83534bc8] {
  align-items: center;
}
.justify-between[data-v-83534bc8] {
  justify-content: space-between;
}
.gap-3[data-v-83534bc8] {
  gap: 0.75rem;
}
.gap-4[data-v-83534bc8] {
  gap: 1rem;
}
.gap-2[data-v-83534bc8] {
  gap: 0.5rem;
}
.text-2xl[data-v-83534bc8] {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-sm[data-v-83534bc8] {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs[data-v-83534bc8] {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold[data-v-83534bc8] {
  font-weight: 700;
}
.font-semibold[data-v-83534bc8] {
  font-weight: 600;
}
.font-medium[data-v-83534bc8] {
  font-weight: 500;
}
.text-slate-800[data-v-83534bc8] {
  color: #1e293b;
}
.text-slate-600[data-v-83534bc8] {
  color: #475569;
}
.text-slate-500[data-v-83534bc8] {
  color: #64748b;
}
.text-slate-400[data-v-83534bc8] {
  color: #94a3b8;
}
.text-blue-600[data-v-83534bc8] {
  color: #2563eb;
}
.mt-1[data-v-83534bc8] {
  margin-top: 0.25rem;
}
.mt-2[data-v-83534bc8] {
  margin-top: 0.5rem;
}
.mt-3[data-v-83534bc8] {
  margin-top: 0.75rem;
}
.mb-2[data-v-83534bc8] {
  margin-bottom: 0.5rem;
}
.mb-3[data-v-83534bc8] {
  margin-bottom: 0.75rem;
}
.ml-3[data-v-83534bc8] {
  margin-left: 0.75rem;
}
.p-4[data-v-83534bc8] {
  padding: 1rem;
}
.p-3[data-v-83534bc8] {
  padding: 0.75rem;
}
.px-2[data-v-83534bc8] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1[data-v-83534bc8] {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-8[data-v-83534bc8] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.bg-slate-50[data-v-83534bc8] {
  background-color: #f8fafc;
}
.rounded-lg[data-v-83534bc8] {
  border-radius: 0.5rem;
}
.rounded-xl[data-v-83534bc8] {
  border-radius: 0.75rem;
}
.rounded-full[data-v-83534bc8] {
  border-radius: 9999px;
}
.grid[data-v-83534bc8] {
  display: grid;
}
.grid-cols-1[data-v-83534bc8] {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1024px) {
  .lg\:grid-cols-3[data-v-83534bc8] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.gap-6[data-v-83534bc8] {
  gap: 1.5rem;
}
.shadow-lg[data-v-83534bc8] {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}
.border-2[data-v-83534bc8] {
  border-width: 2px;
}
.border-b[data-v-83534bc8] {
  border-bottom-width: 1px;
}
.border-t[data-v-83534bc8] {
  border-top-width: 1px;
}
.border-slate-200[data-v-83534bc8] {
  border-color: #e2e8f0;
}
.flex-col[data-v-83534bc8] {
  flex-direction: column;
}
.flex-1[data-v-83534bc8] {
  flex: 1 1 0%;
}
.bg-gradient-to-br[data-v-83534bc8] {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-emerald-50[data-v-83534bc8] {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-emerald-100\/50[data-v-83534bc8] {
  --tw-gradient-to: rgba(209, 250, 229, 0.5);
}
.border-emerald-200[data-v-83534bc8] {
  border-color: #a7f3d0;
}
.from-amber-50[data-v-83534bc8] {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-amber-100\/50[data-v-83534bc8] {
  --tw-gradient-to: rgba(254, 243, 199, 0.5);
}
.border-amber-200[data-v-83534bc8] {
  border-color: #fde68a;
}
.from-rose-50[data-v-83534bc8] {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-rose-100\/50[data-v-83534bc8] {
  --tw-gradient-to: rgba(255, 228, 230, 0.5);
}
.border-rose-200[data-v-83534bc8] {
  border-color: #fecdd3;
}
.w-3[data-v-83534bc8] {
  width: 0.75rem;
}
.h-3[data-v-83534bc8] {
  height: 0.75rem;
}
.bg-emerald-500[data-v-83534bc8] {
  background-color: #10b981;
}
.bg-amber-500[data-v-83534bc8] {
  background-color: #f59e0b;
}
.bg-rose-500[data-v-83534bc8] {
  background-color: #f43f5e;
}
.bg-white[data-v-83534bc8] {
  background-color: #ffffff;
}
@keyframes pulse-83534bc8 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.animate-pulse[data-v-83534bc8] {
  animation: pulse-83534bc8 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.text-lg[data-v-83534bc8] {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.overflow-y-auto[data-v-83534bc8] {
  overflow-y: auto;
}
.space-y-1[data-v-83534bc8] > * + * {
  margin-top: 0.25rem;
}
.space-y-2[data-v-83534bc8] > * + * {
  margin-top: 0.5rem;
}
.transition-all[data-v-83534bc8] {
  transition-property: all;
  transition-duration: 150ms;
}
.cursor-pointer[data-v-83534bc8] {
  cursor: pointer;
}
.hover\:shadow-md[data-v-83534bc8]:hover {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}
.hover\:underline[data-v-83534bc8]:hover {
  text-decoration: underline;
}
.border-blue-500[data-v-83534bc8] {
  border-color: #3b82f6;
}
.ring-2[data-v-83534bc8] {
  box-shadow: 0 0 0 2px var(--tw-ring-color);
}
.ring-blue-200[data-v-83534bc8] {
  --tw-ring-color: #bfdbfe;
}
.items-start[data-v-83534bc8] {
  align-items: flex-start;
}
.truncate[data-v-83534bc8] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-center[data-v-83534bc8] {
  text-align: center;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\ViewJobRequisition.vue?type=style&index=0 */
.photo-wrap[data-v-5822a7c0] {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #f0f2f5;
  border-radius: 10px;
  overflow: hidden;
}
.photo[data-v-5822a7c0] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mt-3[data-v-5822a7c0] {
  margin-top: 12px;
}
.mb-2[data-v-5822a7c0] {
  margin-bottom: 8px;
}
.add-btn[data-v-5822a7c0] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Hiring.vue?type=style&index=0 */
.mb-4[data-v-be48c854] {
  margin-bottom: 16px;
}
.activity-item[data-v-be48c854] {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.activity-item[data-v-be48c854]:last-child {
  border-bottom: none;
}
[data-v-be48c854] .urgent-row {
  background-color: #fef2f2 !important;
}
[data-v-be48c854] .n-data-table .n-data-table-tr:hover {
  background-color: #f0f9ff;
}
[data-v-be48c854] .n-statistic .n-statistic-value {
  font-size: 32px;
  font-weight: 700;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\EmployeeForm.vue?type=style&index=0 */
h3[data-v-1478028e] {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\OnboardEmployee.vue?type=style&index=0 */
.max-w-5xl[data-v-97d8b487] {
  max-width: 80rem;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\DocumentManagement\DocumentViewer.vue?type=style&index=0 */
.doc-viewer-root[data-v-e4dd62b8] {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.doc-viewer-content[data-v-e4dd62b8] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.doc-viewer-header[data-v-e4dd62b8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--n-border-color);
}
.doc-title[data-v-e4dd62b8] {
  font-weight: 600;
}
.doc-viewer-body[data-v-e4dd62b8] {
  flex: 1;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doc-viewer-image[data-v-e4dd62b8] {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.doc-viewer-frame[data-v-e4dd62b8] {
  width: 100%;
  height: 100%;
  border: none;
}
.doc-viewer-error[data-v-e4dd62b8],
.doc-viewer-empty[data-v-e4dd62b8] {
  padding: 16px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\EmployeeProfile.vue?type=style&index=0 */
.photo-wrap[data-v-231aa439] {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 200px;
  background: #f0f2f5;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: none;
  padding: 0;
  outline: none;
  background-color: #f0f2f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-wrap img[data-v-231aa439] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-wrap[data-v-231aa439]:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
}
.photo-wrap[data-v-231aa439]:hover {
  filter: brightness(0.95);
}
.photo-wrap[data-v-231aa439]:active {
  transform: scale(0.98);
}
.photo[data-v-231aa439] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mt-3[data-v-231aa439] {
  margin-top: 12px;
}
.mb-2[data-v-231aa439] {
  margin-bottom: 8px;
}
.add-btn[data-v-231aa439] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}
.section-title[data-v-231aa439] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.termination-info[data-v-231aa439] {
  margin-top: 16px;
  padding: 16px;
  background-color: #fef2f2;
  border-radius: 6px;
  border: 1px solid #fecaca;
}
.notes-section[data-v-231aa439] {
  margin-top: 16px;
}
.notes-content[data-v-231aa439] {
  padding: 12px;
  background-color: #f9fafb;
  border-radius: 6px;
  white-space: pre-wrap;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\ShiftScheduleCore.vue?type=style&index=0 */
.calendar-container[data-v-8db4b142] {
  padding: 16px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
}
.calendar-header[data-v-8db4b142] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.header-controls[data-v-8db4b142] {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.filter-section[data-v-8db4b142] {
  margin-bottom: 20px;
}
.loading-spinner[data-v-8db4b142] {
  min-height: 400px;
}
.event-calendar[data-v-8db4b142] {
  margin-bottom: 20px;
  overflow-x: auto;
}
.date-cell[data-v-8db4b142] {
  height: 80px;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.date-cell[data-v-8db4b142]:hover {
  background-color: rgba(24, 160, 88, 0.1);
}
.date-cell.has-events[data-v-8db4b142] {
  background-color: rgba(24, 160, 88, 0.05);
}
.date-number[data-v-8db4b142] {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
  color: #333;
  word-wrap: break-word;
}
.event-indicators[data-v-8db4b142] {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  align-items: center;
}
.event-dot[data-v-8db4b142] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s;
  position: relative;
}
.event-dot[data-v-8db4b142]:hover {
  transform: scale(1.3);
}
.event-dot.recurring[data-v-8db4b142]::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #666;
}
.event-dot.shift-recurring[data-v-8db4b142],
.event-item.shift-recurring[data-v-8db4b142] {
  border-left-color: #2080f0;
  background-color: rgba(32, 128, 240, 0.1);
}
.event-dot.shift-recurring[data-v-8db4b142] {
  background-color: #2080f0;
}
.event-dot.shift-once-off[data-v-8db4b142],
.event-item.shift-once-off[data-v-8db4b142] {
  border-left-color: #7c3aed;
  background-color: rgba(124, 58, 237, 0.1);
}
.event-dot.shift-once-off[data-v-8db4b142] {
  background-color: #7c3aed;
}
.event-dot.shift-morning[data-v-8db4b142],
.event-item.shift-morning[data-v-8db4b142] {
  border-left-color: #18a058;
  background-color: rgba(24, 160, 88, 0.1);
}
.event-dot.shift-morning[data-v-8db4b142] {
  background-color: #18a058;
}
.event-dot.shift-afternoon[data-v-8db4b142],
.event-item.shift-afternoon[data-v-8db4b142] {
  border-left-color: #f0a020;
  background-color: rgba(240, 160, 32, 0.1);
}
.event-dot.shift-afternoon[data-v-8db4b142] {
  background-color: #f0a020;
}
.event-dot.shift-night[data-v-8db4b142],
.event-item.shift-night[data-v-8db4b142] {
  border-left-color: #2080f0;
  background-color: rgba(32, 128, 240, 0.1);
}
.event-dot.shift-night[data-v-8db4b142] {
  background-color: #2080f0;
}
.event-dot.shift-day[data-v-8db4b142],
.event-item.shift-day[data-v-8db4b142] {
  border-left-color: #7c3aed;
  background-color: rgba(124, 58, 237, 0.1);
}
.event-dot.shift-day[data-v-8db4b142] {
  background-color: #7c3aed;
}
.event-dot.shift-evening[data-v-8db4b142],
.event-item.shift-evening[data-v-8db4b142] {
  border-left-color: #d03050;
  background-color: rgba(208, 48, 80, 0.1);
}
.event-dot.shift-evening[data-v-8db4b142] {
  background-color: #d03050;
}
.event-dot.shift-default[data-v-8db4b142],
.event-item.shift-default[data-v-8db4b142] {
  border-left-color: #666;
  background-color: rgba(102, 102, 102, 0.1);
}
.event-dot.shift-default[data-v-8db4b142] {
  background-color: #666;
}
.more-events[data-v-8db4b142] {
  font-size: 10px;
  color: #666;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-list[data-v-8db4b142] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
}
.event-item[data-v-8db4b142] {
  font-size: 11px;
  padding: 4px 6px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s;
  overflow: hidden;
  border-left: 3px solid;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  word-break: break-word;
}
.event-item[data-v-8db4b142]:hover {
  transform: translateX(2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.event-item.recurring[data-v-8db4b142]::before {
  content: "\21bb";
  position: absolute;
  top: 1px;
  right: 2px;
  font-size: 8px;
  color: #666;
}
.event-time[data-v-8db4b142] {
  font-weight: 600;
  margin-right: 6px;
  color: #555;
}
.event-title[data-v-8db4b142] {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}
.recurring-indicator[data-v-8db4b142] {
  font-size: 10px;
  color: #666;
}
.more-events-text[data-v-8db4b142] {
  font-size: 10px;
  color: #666;
  font-style: italic;
  padding: 2px 6px;
}
.recurring-info[data-v-8db4b142] {
  margin-top: 16px;
}
.event-details[data-v-8db4b142] {
  line-height: 1.6;
}
.selected-date-events[data-v-8db4b142] {
  background: #f8f9fa;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  max-width: 100%;
  overflow-x: hidden;
}
.selected-date-events h3[data-v-8db4b142] {
  margin-bottom: 16px;
  color: #333;
}
.event-list-item[data-v-8db4b142] {
  cursor: pointer;
  padding: 12px;
  border-radius: 6px;
  transition: background-color 0.2s;
  overflow-wrap: break-word;
}
.event-list-item[data-v-8db4b142]:hover {
  background-color: rgba(24, 160, 88, 0.05);
}
.event-header[data-v-8db4b142] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.event-list-item .event-title[data-v-8db4b142] {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.event-list-item .event-time[data-v-8db4b142] {
  font-size: 14px;
  color: #666;
}
.event-meta[data-v-8db4b142] {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
  flex-wrap: wrap;
}
.event-category[data-v-8db4b142] {
  margin-top: 8px;
}
.department-info[data-v-8db4b142],
.position-info[data-v-8db4b142] {
  font-size: 12px;
  color: #666;
}
.recurring-badge[data-v-8db4b142] {
  margin-left: 8px;
}
@media (max-width: 768px) {
  .calendar-header[data-v-8db4b142] {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .header-controls[data-v-8db4b142] {
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
  }
  .date-cell[data-v-8db4b142] {
    height: 70px;
    padding: 4px;
  }
  .event-item[data-v-8db4b142] {
    font-size: 10px;
    padding: 2px 4px;
  }
  .event-time[data-v-8db4b142] {
    margin-right: 4px;
  }
  .event-meta[data-v-8db4b142] {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .event-list-item .event-title[data-v-8db4b142] {
    font-size: 14px;
    gap: 4px;
  }
  .event-list-item .event-time[data-v-8db4b142] {
    font-size: 12px;
  }
}
@keyframes pulse-8db4b142 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.event-dot.recurring[data-v-8db4b142] {
  animation: pulse-8db4b142 2s infinite;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Attendance.vue?type=style&index=0 */
.filter-label[data-v-f3ebc515] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.text-center[data-v-f3ebc515] {
  text-align: center;
}
.text-3xl[data-v-f3ebc515] {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.shadow-md[data-v-f3ebc515] {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.p-4[data-v-f3ebc515] {
  padding: 1rem;
}
.space-y-6[data-v-f3ebc515] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\AttendanceCalendarCore.vue?type=style&index=0 */
.calendar-container[data-v-f561eb1a] {
  padding: 16px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
}
.calendar-header[data-v-f561eb1a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.header-controls[data-v-f561eb1a] {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.filter-section[data-v-f561eb1a] {
  margin-bottom: 20px;
}
.statistics-section[data-v-f561eb1a] {
  margin-bottom: 20px;
}
.loading-spinner[data-v-f561eb1a] {
  min-height: 400px;
}
.event-calendar[data-v-f561eb1a] {
  margin-bottom: 20px;
  overflow-x: auto;
}
.date-cell[data-v-f561eb1a] {
  height: 80px;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.date-cell[data-v-f561eb1a]:hover {
  background-color: rgba(24, 160, 88, 0.1);
}
.date-cell.has-events[data-v-f561eb1a] {
  background-color: rgba(24, 160, 88, 0.05);
}
.date-cell.has-schedule[data-v-f561eb1a] {
  border: 1px solid rgba(24, 160, 88, 0.3);
}
.date-number[data-v-f561eb1a] {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
  color: #333;
  word-wrap: break-word;
}
.event-indicators[data-v-f561eb1a] {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  align-items: center;
}
.event-dot[data-v-f561eb1a] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s;
}
.event-dot[data-v-f561eb1a]:hover {
  transform: scale(1.3);
}
.event-dot.attendance-present[data-v-f561eb1a],
.event-item.attendance-present[data-v-f561eb1a] {
  border-left-color: #18a058;
  background-color: rgba(24, 160, 88, 0.1);
}
.event-dot.attendance-present[data-v-f561eb1a] {
  background-color: #18a058;
}
.event-dot.attendance-absent[data-v-f561eb1a],
.event-item.attendance-absent[data-v-f561eb1a] {
  border-left-color: #d03050;
  background-color: rgba(208, 48, 80, 0.1);
}
.event-dot.attendance-absent[data-v-f561eb1a] {
  background-color: #d03050;
}
.event-dot.attendance-late[data-v-f561eb1a],
.event-item.attendance-late[data-v-f561eb1a] {
  border-left-color: #f0a020;
  background-color: rgba(240, 160, 32, 0.1);
}
.event-dot.attendance-late[data-v-f561eb1a] {
  background-color: #f0a020;
}
.event-dot.attendance-leave[data-v-f561eb1a],
.event-item.attendance-leave[data-v-f561eb1a] {
  border-left-color: #2080f0;
  background-color: rgba(32, 128, 240, 0.1);
}
.event-dot.attendance-leave[data-v-f561eb1a] {
  background-color: #2080f0;
}
.event-dot.attendance-default[data-v-f561eb1a],
.event-item.attendance-default[data-v-f561eb1a] {
  border-left-color: #999;
  background-color: rgba(153, 153, 153, 0.1);
}
.event-dot.attendance-default[data-v-f561eb1a] {
  background-color: #999;
}
.more-events[data-v-f561eb1a] {
  font-size: 10px;
  color: #666;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-list[data-v-f561eb1a] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
}
.event-item[data-v-f561eb1a] {
  font-size: 11px;
  padding: 4px 6px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s;
  overflow: hidden;
  border-left: 3px solid;
  background-color: rgba(255, 255, 255, 0.8);
  word-break: break-word;
}
.event-item[data-v-f561eb1a]:hover {
  transform: translateX(2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.event-title[data-v-f561eb1a] {
  font-weight: 500;
  display: block;
}
.event-meta-small[data-v-f561eb1a] {
  font-size: 9px;
  color: #666;
  display: block;
}
.more-events-text[data-v-f561eb1a] {
  font-size: 10px;
  color: #666;
  font-style: italic;
  padding: 2px 6px;
}
.event-details[data-v-f561eb1a] {
  line-height: 1.6;
}
.selected-date-events[data-v-f561eb1a] {
  background: #f8f9fa;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  max-width: 100%;
  overflow-x: hidden;
}
.selected-date-events h3[data-v-f561eb1a] {
  margin-bottom: 16px;
  color: #333;
}
.event-list-item[data-v-f561eb1a] {
  cursor: pointer;
  padding: 12px;
  border-radius: 6px;
  transition: background-color 0.2s;
  overflow-wrap: break-word;
}
.event-list-item[data-v-f561eb1a]:hover {
  background-color: rgba(24, 160, 88, 0.05);
}
.event-header[data-v-f561eb1a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.event-list-item .event-title[data-v-f561eb1a] {
  font-weight: 600;
  font-size: 16px;
}
.shift-name[data-v-f561eb1a] {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
.event-meta[data-v-f561eb1a] {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
  flex-wrap: wrap;
}
.time-info[data-v-f561eb1a],
.hours-info[data-v-f561eb1a],
.warning-info[data-v-f561eb1a] {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 768px) {
  .calendar-header[data-v-f561eb1a] {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .header-controls[data-v-f561eb1a] {
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
  }
  .date-cell[data-v-f561eb1a] {
    height: 70px;
    padding: 4px;
  }
  .event-item[data-v-f561eb1a] {
    font-size: 10px;
    padding: 2px 4px;
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Training.vue?type=style&index=0 */
.line-clamp-3[data-v-e95f9834] {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shadow-md[data-v-e95f9834] {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Workflow\Processes.vue?type=style&index=0 */
nav ul[data-v-dfde0cda] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Workflow\ViewProcess.vue?type=style&index=0 */
.wfk-card[data-v-f8ac63e3] {
  position: relative;
}
.header-left[data-v-f8ac63e3] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.header-left .title[data-v-f8ac63e3] {
  font-weight: 700;
  font-size: 1.15rem;
}
.header-actions[data-v-f8ac63e3] {
  margin-left: auto;
  display: flex;
  gap: 8px;
}
.icon-btn[data-v-f8ac63e3] {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.designer-wrap[data-v-f8ac63e3] {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 12px;
  min-height: 620px;
}
.diagram-area[data-v-f8ac63e3] {
  position: relative;
  background: rgba(125, 125, 125, 0.04);
  border-radius: 12px;
  overflow: auto;
}
.edges-svg[data-v-f8ac63e3] {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.edge[data-v-f8ac63e3] {
  pointer-events: none;
  filter: url(#edgeShadow);
}
.edge-path[data-v-f8ac63e3] {
  fill: none;
  stroke-width: 2.75px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.edge.edge--always .edge-path[data-v-f8ac63e3] {
  stroke: #7c7c7c;
  opacity: 0.6;
}
.edge.edge--cond .edge-path[data-v-f8ac63e3] {
  stroke: #2563eb;
  opacity: 0.9;
}
.edge.edge--skip .edge-path[data-v-f8ac63e3] {
  stroke-dasharray: 8 8;
}
.edge-label-group[data-v-f8ac63e3] {
  pointer-events: none;
}
.edge-label-bg[data-v-f8ac63e3] {
  fill: rgba(255, 255, 255, 0.95);
  stroke: rgba(0, 0, 0, 0.18);
}
.edge.edge--always .edge-label-bg[data-v-f8ac63e3] {
  fill: rgba(255, 255, 255, 0.9);
}
.edge.edge--cond .edge-label-bg[data-v-f8ac63e3] {
  stroke: rgba(37, 99, 235, 0.35);
}
.edge-label[data-v-f8ac63e3] {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.95;
  text-anchor: middle;
  dominant-baseline: hanging;
}
.node[data-v-f8ac63e3] {
  position: absolute;
  width: 280px;
  height: 125px;
  background: var(--n-color);
  border: 1px solid var(--n-border-color);
  border-radius: 12px;
  box-shadow: var(--n-box-shadow2);
  padding: 8px;
  cursor: move;
}
.node.selected[data-v-f8ac63e3] {
  outline: 2px solid var(--n-primary-color);
}
.node.auto[data-v-f8ac63e3] {
  border-style: dashed;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.03) 0,
      rgba(0, 0, 0, 0.03) 6px,
      transparent 6px,
      transparent 12px);
}
.node.user[data-v-f8ac63e3] {
  border-style: solid;
}
.node.first[data-v-f8ac63e3] {
  box-shadow: inset 4px 0 0 var(--n-primary-color);
}
.node.last[data-v-f8ac63e3] {
  box-shadow: inset -4px 0 0 var(--n-success-color);
}
.node.unreachable[data-v-f8ac63e3] {
  outline: 2px dashed var(--n-error-color);
}
.node-header[data-v-f8ac63e3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  opacity: 0.9;
  margin-bottom: 6px;
}
.node-flags[data-v-f8ac63e3] {
  display: flex;
  gap: 6px;
  align-items: center;
}
.pill[data-v-f8ac63e3] {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 999px;
  border: 1px solid var(--n-border-color);
}
.pill.auto[data-v-f8ac63e3] {
  background: rgba(0, 0, 0, 0.05);
}
.pill.user[data-v-f8ac63e3] {
  background: rgba(0, 0, 0, 0.03);
}
.pill.start[data-v-f8ac63e3] {
  background: rgba(0, 128, 0, 0.08);
  border-color: rgba(0, 128, 0, 0.25);
}
.pill.end[data-v-f8ac63e3] {
  background: rgba(128, 0, 128, 0.08);
  border-color: rgba(128, 0, 128, 0.25);
}
.pill.unreachable[data-v-f8ac63e3] {
  color: var(--n-error-color);
  background: rgba(255, 0, 0, 0.08);
  border-color: rgba(255, 0, 0, 0.25);
}
.node-title[data-v-f8ac63e3] {
  font-weight: 700;
}
.node-meta[data-v-f8ac63e3] {
  font-size: 12px;
  opacity: 0.8;
  display: inline-block;
  margin-left: 0.5rem;
}
.node-status[data-v-f8ac63e3] {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
}
.node-status[data-status=ACTIVE][data-v-f8ac63e3] {
  color: var(--n-success-color);
}
.node-status[data-status=INACTIVE][data-v-f8ac63e3] {
  color: var(--n-error-color);
}
.right-panel[data-v-f8ac63e3] {
  background: rgba(125, 125, 125, 0.03);
  border-radius: 12px;
  padding: 8px;
  overflow: auto;
}
.card-list[data-v-f8ac63e3] {
  display: grid;
  gap: 8px;
}
.step-card[data-v-f8ac63e3],
.tran-card[data-v-f8ac63e3] {
  background: var(--n-color);
  border: 1px solid var(--n-border-color);
  border-radius: 12px;
  padding: 10px;
}
.step-card.selected[data-v-f8ac63e3] {
  outline: 2px solid var(--n-primary-color);
}
.step-header[data-v-f8ac63e3] {
  display: flex;
  align-items: center;
}
.step-title[data-v-f8ac63e3] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.step-actions[data-v-f8ac63e3] {
  margin-left: auto;
  display: flex;
  gap: 6px;
}
.step-meta[data-v-f8ac63e3] {
  display: flex;
  gap: 14px;
  margin-top: 6px;
  font-size: 12px;
  opacity: 0.9;
}
.tran-row[data-v-f8ac63e3] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.endpoint[data-v-f8ac63e3] {
  font-weight: 600;
}
.endpoint.from[data-v-f8ac63e3],
.endpoint.to[data-v-f8ac63e3] {
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.05);
}
.swap-icon[data-v-f8ac63e3] {
  opacity: 0.6;
}
.cond-pill[data-v-f8ac63e3] {
  margin-left: auto;
}
.tran-actions[data-v-f8ac63e3] {
  display: flex;
  align-items: center;
  margin-top: 6px;
  gap: 8px;
}
.tran-actions .spacer[data-v-f8ac63e3] {
  flex: 1;
}
.empty[data-v-f8ac63e3] {
  opacity: 0.7;
  font-size: 13px;
  padding: 12px;
  text-align: center;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.form-grid[data-v-f8ac63e3] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.modal-actions[data-v-f8ac63e3] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.mb-2[data-v-f8ac63e3] {
  margin-bottom: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Workflow\Tasks.vue?type=style&index=0 */
nav ul[data-v-d9edac8d] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Workflow\AllTasks.vue?type=style&index=0 */
nav ul[data-v-e52478a3] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\Markets.vue?type=style&index=0 */
nav ul[data-v-903ed98d] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\MarketForm.vue?type=style&index=0 */
.center-wrap[data-v-83fd3035] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-83fd3035] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\MarketSales.vue?type=style&index=0 */
.mini-card[data-v-97730cf1] {
  border-radius: 12px;
}
.section-title.small[data-v-97730cf1] {
  font-size: 13px;
  font-weight: 600;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\MarketInventory.vue?type=style&index=0 */
.mini-card[data-v-bd8bd931] {
  border-radius: 12px;
}
.section-title.small[data-v-bd8bd931] {
  font-size: 13px;
  font-weight: 600;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\MarketCash.vue?type=style&index=0 */
.mini-card[data-v-d8c01ac7] {
  border-radius: 12px;
}
.section-title.small[data-v-d8c01ac7] {
  font-size: 13px;
  font-weight: 600;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\MarketIncidents.vue?type=style&index=0 */
.mini-card[data-v-acbae26f] {
  border-radius: 12px;
}
.section-title.small[data-v-acbae26f] {
  font-size: 13px;
  font-weight: 600;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\ViewMarket.vue?type=style&index=0 */
.header-left[data-v-5b159067] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.title-icon[data-v-5b159067] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f3f4f6;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-icon.clickable[data-v-5b159067] {
  cursor: pointer;
}
.title[data-v-5b159067] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.header-mid[data-v-5b159067] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header-actions[data-v-5b159067] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
[data-v-5b159067] .tabs-segmented.n-tabs--line .n-tabs-bar {
  display: none;
}
[data-v-5b159067] .tabs-segmented .n-tabs-nav {
  width: 100%;
  justify-content: center;
}
[data-v-5b159067] .tabs-segmented .n-tabs-tab {
  padding: 6px 14px;
  border-radius: 10px;
  font-weight: 600;
  color: #6b7280;
}
[data-v-5b159067] .tabs-segmented .n-tabs-tab--active {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #111827;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.04);
}
.sub-card[data-v-5b159067] {
  border-radius: 10px;
}
.section-title[data-v-5b159067] {
  font-weight: 600;
  font-size: 14px;
}
.section-title.small[data-v-5b159067] {
  font-size: 13px;
}
.photo-wrap[data-v-5b159067] {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: #f0f2f5;
  border-radius: 10px;
  overflow: hidden;
}
.photo[data-v-5b159067] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mt-2[data-v-5b159067] {
  margin-top: 8px;
}
.mt-3[data-v-5b159067] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Layout\PageHeaderUse.vue?type=style&index=0 */
.demo-container[data-v-653b2dc8] {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.example-section[data-v-653b2dc8] {
  margin-bottom: 40px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;
  background-color: #fafafa;
}
.example-section h3[data-v-653b2dc8] {
  margin-top: 0;
  margin-bottom: 20px;
  color: #374151;
  border-bottom: 1px solid #d1d5db;
  padding-bottom: 10px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Forms\FormInputs.vue?type=style&index=0 */
.form-grid[data-v-4735d799] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.form-grid .n-form-item[data-v-4735d799] {
  flex: 1 1 300px;
}
.full-width[data-v-4735d799] {
  flex: 1 1 100%;
}
.submit-btn[data-v-4735d799] {
  width: 150px;
}
.form-input[data-v-4735d799] {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .submit-btn[data-v-4735d799] {
    width: 100%;
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\Seasons.vue?type=style&index=0 */
nav ul[data-v-9f85964e] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\SeasonSalesChart.vue?type=style&index=0 */
.mini-card[data-v-6a738238] {
  border-radius: 12px;
}
.section-title.small[data-v-6a738238] {
  font-size: 13px;
  font-weight: 600;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\SeasonProductMixChart.vue?type=style&index=0 */
.mini-card[data-v-a383cedb] {
  border-radius: 12px;
}
.section-title.small[data-v-a383cedb] {
  font-size: 13px;
  font-weight: 600;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\SeasonTargetChart.vue?type=style&index=0 */
.mini-card[data-v-8056eae4] {
  border-radius: 12px;
}
.section-title.small[data-v-8056eae4] {
  font-size: 13px;
  font-weight: 600;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\SeasonPipelineStageChart.vue?type=style&index=0 */
.mini-card[data-v-59bfe006] {
  border-radius: 12px;
}
.section-title.small[data-v-59bfe006] {
  font-size: 13px;
  font-weight: 600;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Controls\UnitSelect.vue?type=style&index=0 */
.form-input[data-v-cfcfa438] {
  width: 100%;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\ViewSeason.vue?type=style&index=0 */
.photo-wrap[data-v-148eb5b8] {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #f0f2f5;
  border-radius: 10px;
  overflow: hidden;
}
.photo[data-v-148eb5b8] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kpi[data-v-148eb5b8] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.kpi-title[data-v-148eb5b8] {
  font-size: 12px;
  color: #6b7280;
}
.mt-3[data-v-148eb5b8] {
  margin-top: 12px;
}
.mb-2[data-v-148eb5b8] {
  margin-bottom: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\SalesPersons.vue?type=style&index=0 */
nav ul[data-v-b279c137] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\SalesPersonSalesChart.vue?type=style&index=0 */
.mt-2[data-v-2e481ac0] {
  margin-top: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\SalesPersonActivityChart.vue?type=style&index=0 */
.mt-2[data-v-e06246eb] {
  margin-top: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\ViewSalesPerson.vue?type=style&index=0 */
.kpi[data-v-70b1b516] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.kpi-title[data-v-70b1b516] {
  font-size: 12px;
  color: #6b7280;
}
.mt-3[data-v-70b1b516] {
  margin-top: 12px;
}
.mb-2[data-v-70b1b516] {
  margin-bottom: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\Customers.vue?type=style&index=0 */
nav ul[data-v-2d233fde] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\CustomerSalesChart.vue?type=style&index=0 */
.mt-2[data-v-9d976876] {
  margin-top: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\CustomerAgingChart.vue?type=style&index=0 */
.mt-2[data-v-01f99028] {
  margin-top: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\ViewCustomer.vue?type=style&index=0 */
.photo-wrap[data-v-918fb68b] {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #f0f2f5;
  border-radius: 10px;
  overflow: hidden;
}
.photo[data-v-918fb68b] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kpi[data-v-918fb68b] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.kpi-title[data-v-918fb68b] {
  font-size: 12px;
  color: #6b7280;
}
.mt-3[data-v-918fb68b] {
  margin-top: 12px;
}
.mb-2[data-v-918fb68b] {
  margin-bottom: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\ApproveCustomer.vue?type=style&index=0 */
.sub-card[data-v-e650441a] {
  border-radius: 10px;
}
.header-row[data-v-e650441a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-e650441a] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-e650441a] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-e650441a] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-e650441a] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section-title[data-v-e650441a] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-e650441a] {
  line-height: 1.6;
  color: #374151;
}
.mt-3[data-v-e650441a] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Tables\DynamicTable.vue?type=style&index=0 */
.drt[data-v-7355321b] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.drt-table-wrap[data-v-7355321b] {
  border: 1px solid #eef2f7;
  border-radius: 10px;
  overflow: auto;
  background: #fff;
}
.drt-table[data-v-7355321b] {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.drt-table thead tr[data-v-7355321b] {
  background: #f9fafb;
}
.drt-table th[data-v-7355321b],
.drt-table td[data-v-7355321b] {
  padding: 8px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
}
.drt-table th[data-v-7355321b] {
  font-weight: 600;
  color: #374151;
  text-align: left;
}
.drt-table td[data-v-7355321b] .n-input,
.drt-table td[data-v-7355321b] .n-input-number,
.drt-table td[data-v-7355321b] .n-select,
.drt-table td[data-v-7355321b] .n-date-picker {
  width: 100%;
}
.drt-expand-col[data-v-7355321b] {
  width: 36px;
  text-align: center;
}
.drt-actions[data-v-7355321b] {
  width: 110px;
  text-align: center !important;
  white-space: nowrap;
}
.drt-computed[data-v-7355321b] {
  width: 100%;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.drt-expand-panel[data-v-7355321b] {
  background: #fafafa;
  padding: 12px;
  border-bottom: 1px solid #eef2f7;
}
.drt-empty[data-v-7355321b] {
  padding: 12px;
  text-align: center;
}
.drt-pagination[data-v-7355321b] {
  display: flex;
  justify-content: flex-end;
  padding-top: 6px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\Pipeline.vue?type=style&index=0 */
.header[data-v-1a348267] {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
}
.left .title[data-v-1a348267] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.filters[data-v-1a348267] {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.actions[data-v-1a348267] {
  display: flex;
  justify-content: flex-end;
}
.stats-card[data-v-1a348267] {
  background: #f9fafb;
}
.stats-row[data-v-1a348267] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.stat-box[data-v-1a348267] {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: center;
  border-radius: 12px;
  padding: 12px;
}
.stat-icon[data-v-1a348267] {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.65);
}
.stat-info .stat-label[data-v-1a348267] {
  font-size: 12px;
  color: #374151;
}
.stat-info .stat-value[data-v-1a348267] {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
}
.stat-all[data-v-1a348267] {
  background: #dbeafe;
  border: 1px solid #bfdbfe;
}
.stat-stale[data-v-1a348267] {
  background: #fef9c3;
  border: 1px solid #fde68a;
}
.stat-follow[data-v-1a348267] {
  background: #fee2e2;
  border: 1px solid #fecaca;
}
.stat-closed[data-v-1a348267] {
  background: #dcfce7;
  border: 1px solid #bbf7d0;
}
.board[data-v-1a348267] {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  align-items: start;
}
.column[data-v-1a348267] {
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  padding: 8px;
  min-height: 300px;
}
.column-header[data-v-1a348267] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.col-title[data-v-1a348267] {
  font-weight: 700;
  color: #111827;
}
.cards[data-v-1a348267] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.opp-card[data-v-1a348267] {
  border-radius: 10px;
}
.row-between[data-v-1a348267] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row-center[data-v-1a348267] {
  display: inline-flex;
  align-items: center;
}
.gap-6[data-v-1a348267] {
  gap: 6px;
}
.opp-title[data-v-1a348267] {
  font-weight: 600;
}
.opp-body .line[data-v-1a348267] {
  font-size: 12px;
  color: #374151;
  margin: 2px 0;
}
.label[data-v-1a348267] {
  min-width: 92px;
  display: inline-block;
  color: #6b7280;
}
.badges[data-v-1a348267] {
  display: flex;
  gap: 6px;
  margin-top: 6px;
}
.actions-row[data-v-1a348267] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.detail-grid[data-v-1a348267] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  font-size: 13px;
}
.editor-actions[data-v-1a348267] {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 10px;
}
.w-64[data-v-1a348267] {
  width: 16rem;
}
.w-72[data-v-1a348267] {
  width: 18rem;
}
@media (max-width: 1280px) {
  .board[data-v-1a348267] {
    grid-template-columns: repeat(3, 1fr);
  }
  .stats-row[data-v-1a348267] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .board[data-v-1a348267] {
    grid-template-columns: 1fr;
  }
  .header[data-v-1a348267] {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .filters[data-v-1a348267] {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .stats-row[data-v-1a348267] {
    grid-template-columns: 1fr;
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\Quotations.vue?type=style&index=0 */
nav ul[data-v-4d53a102] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\QuotationForm.vue?type=style&index=0 */
.mb-3[data-v-a48912d5] {
  margin-bottom: 12px;
}
.totals-card[data-v-a48912d5] {
  border: 1px dashed var(--n-border-color);
  border-radius: 10px;
  padding: 10px 14px;
}
.total-row[data-v-a48912d5] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.total-row.grand[data-v-a48912d5] {
  border-top: 1px solid var(--n-border-color);
  margin-top: 6px;
  padding-top: 8px;
  font-size: 1.05rem;
}
.form-locked[data-v-a48912d5] {
  pointer-events: none;
  opacity: 0.75;
}
.req-star[data-v-a48912d5] {
  color: #d03050;
  margin-left: 4px;
  font-weight: 600;
}
.expand-table[data-v-a48912d5] {
  background: #fafafa;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  padding: 6px;
}
.expand-table table[data-v-a48912d5] {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.expand-table th[data-v-a48912d5],
.expand-table td[data-v-a48912d5] {
  padding: 4px 6px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
}
.expand-table thead tr:last-child th[data-v-a48912d5] {
  border-top: 1px solid #eef2f7;
}
.expand-actions[data-v-a48912d5] {
  margin-top: 6px;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Workflow\ApprovalsHistory.vue?type=style&index=0 */
.row[data-v-1e0a34fa] {
  margin-bottom: 6px;
}
.comments[data-v-1e0a34fa] {
  margin-top: 2px;
  font-size: 13px;
  color: #4b5563;
}
.sig[data-v-1e0a34fa] {
  margin-top: 8px;
}
.sig-img[data-v-1e0a34fa] {
  height: 36px;
  object-fit: contain;
  filter: grayscale(20%);
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\ViewQuotation.vue?type=style&index=0 */
.photo-wrap[data-v-36d6ed09] {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #f0f2f5;
  border-radius: 10px;
  overflow: hidden;
}
.photo[data-v-36d6ed09] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mt-3[data-v-36d6ed09] {
  margin-top: 12px;
}
.totals[data-v-36d6ed09] {
  margin-top: 14px;
  border-top: 1px dashed #e5e7eb;
  padding-top: 10px;
}
.totals .row[data-v-36d6ed09] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 13px;
  color: #374151;
}
.totals .row.grand[data-v-36d6ed09] {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\Orders.vue?type=style&index=0 */
nav ul[data-v-61beb67b] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\OrderForm.vue?type=style&index=0 */
.mb-3[data-v-45c90f9f] {
  margin-bottom: 12px;
}
.totals-card[data-v-45c90f9f] {
  border: 1px dashed var(--n-border-color);
  border-radius: 10px;
  padding: 10px 14px;
}
.total-row[data-v-45c90f9f] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.total-row.grand[data-v-45c90f9f] {
  border-top: 1px solid var(--n-border-color);
  margin-top: 6px;
  padding-top: 8px;
  font-size: 1.05rem;
}
.form-locked[data-v-45c90f9f] {
  pointer-events: none;
  opacity: 0.75;
}
.req-star[data-v-45c90f9f] {
  color: #d03050;
  margin-left: 4px;
  font-weight: 600;
}
.expand-table[data-v-45c90f9f] {
  background: #fafafa;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  padding: 6px;
}
.expand-table table[data-v-45c90f9f] {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.expand-table th[data-v-45c90f9f],
.expand-table td[data-v-45c90f9f] {
  padding: 4px 6px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
}
.expand-table thead tr:last-child th[data-v-45c90f9f] {
  border-top: 1px solid #eef2f7;
}
.expand-actions[data-v-45c90f9f] {
  margin-top: 6px;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\ViewOrder.vue?type=style&index=0 */
.photo-wrap[data-v-5b40bf81] {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #f0f2f5;
  border-radius: 10px;
  overflow: hidden;
}
.photo[data-v-5b40bf81] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mt-3[data-v-5b40bf81] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\Invoices.vue?type=style&index=0 */
nav ul[data-v-7b3ed6af] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\InvoiceForm.vue?type=style&index=0 */
.mb-3[data-v-3e750669] {
  margin-bottom: 12px;
}
.totals-card[data-v-3e750669] {
  border: 1px dashed var(--n-border-color);
  border-radius: 10px;
  padding: 10px 14px;
}
.total-row[data-v-3e750669] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.total-row.grand[data-v-3e750669] {
  border-top: 1px solid var(--n-border-color);
  margin-top: 6px;
  padding-top: 8px;
  font-size: 1.05rem;
}
.form-locked[data-v-3e750669] {
  pointer-events: none;
  opacity: 0.75;
}
.req-star[data-v-3e750669] {
  color: #d03050;
  margin-left: 4px;
  font-weight: 600;
}
.expand-table[data-v-3e750669] {
  background: #fafafa;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  padding: 6px;
}
.expand-table table[data-v-3e750669] {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.expand-table th[data-v-3e750669],
.expand-table td[data-v-3e750669] {
  padding: 4px 6px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
}
.expand-table thead tr:last-child th[data-v-3e750669] {
  border-top: 1px solid #eef2f7;
}
.expand-actions[data-v-3e750669] {
  margin-top: 6px;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\ProformaInvoices.vue?type=style&index=0 */
nav ul[data-v-b0cb1dfd] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\BulkInvoices.vue?type=style&index=0 */
nav ul[data-v-78eff6cd] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\RecurringInvoices.vue?type=style&index=0 */
nav ul[data-v-ab4b6ff8] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\Receipts.vue?type=style&index=0 */
nav ul[data-v-49a6440e] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\POSSessions.vue?type=style&index=0 */
nav ul[data-v-3cdb52e3] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\POSSessionForm.vue?type=style&index=0 */
.center-wrap[data-v-4f9d5941] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-4f9d5941] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\SessionReconciliation.vue?type=style&index=0 */
.page-wrap[data-v-f37bd6df] {
  min-height: 70vh;
}
.center-wrap[data-v-f37bd6df] {
  min-height: 60vh;
  display: grid;
  place-items: center;
}
.content-grid[data-v-f37bd6df] {
  display: grid;
  gap: 12px;
}
.head-bar[data-v-f37bd6df] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(0, 0, 0, .03);
}
.head-left .title[data-v-f37bd6df] {
  font-weight: 800;
  font-size: 18px;
}
.head-left .sub[data-v-f37bd6df] {
  font-size: 12px;
  opacity: .8;
}
.grid[data-v-f37bd6df] {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 12px;
}
.block[data-v-f37bd6df] {
  background: #fff;
}
.block-title[data-v-f37bd6df] {
  font-weight: 700;
  margin-bottom: 8px;
}
.pager[data-v-f37bd6df] {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pager .count[data-v-f37bd6df] {
  font-size: 12px;
  opacity: .7;
}
.right-col[data-v-f37bd6df] {
  display: grid;
  gap: 12px;
}
.muted[data-v-f37bd6df] {
  opacity: .7;
  font-size: 12px;
}
.form-grid-3[data-v-f37bd6df] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  align-items: center;
}
.sum-label[data-v-f37bd6df] {
  font-weight: 700;
}
.sum-value[data-v-f37bd6df] {
  font-weight: 800;
  font-size: 18px;
  text-align: right;
}
.diff-grid[data-v-f37bd6df] {
  margin-top: 8px;
  border-top: 1px dashed rgba(0, 0, 0, .08);
  padding-top: 8px;
}
.diff-title[data-v-f37bd6df] {
  font-weight: 700;
  margin-bottom: 6px;
}
.diff-row[data-v-f37bd6df] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.diff-row.total[data-v-f37bd6df] {
  font-weight: 800;
}
.diff-row.warn[data-v-f37bd6df] {
  color: #b34700;
}
.modal-grid[data-v-f37bd6df] {
  display: grid;
  gap: 12px;
}
.modal-grid .row[data-v-f37bd6df] {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  align-items: start;
}
.modal-grid .lbl[data-v-f37bd6df] {
  font-weight: 700;
}
.modal-grid .hint[data-v-f37bd6df] {
  font-size: 12px;
  opacity: .7;
  margin-top: 6px;
}
.diff-summary[data-v-f37bd6df] {
  margin: 0;
  padding-left: 18px;
}
@media (max-width: 1100px) {
  .grid[data-v-f37bd6df] {
    grid-template-columns: 1fr;
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\POS.vue?type=style&index=0 */
.trade-card[data-v-69651693] {
  padding: 0;
  min-height: 70vh;
}
.center-wrap[data-v-69651693] {
  min-height: 60vh;
  display: grid;
  place-items: center;
}
.valid-wrap[data-v-69651693] {
  display: grid;
  gap: 8px;
}
.session-bar[data-v-69651693] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(0, 0, 0, .03);
  font-size: 13px;
}
.session-left[data-v-69651693] {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.session-right[data-v-69651693] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dot[data-v-69651693] {
  opacity: .5;
}
.sales-tint[data-v-69651693] {
  background: #fbfffb;
}
.purchases-tint[data-v-69651693] {
  background: #fffef6;
}
.sales-layout[data-v-69651693] {
  display: grid;
  grid-template-columns: 84px 1fr 320px;
  gap: 12px;
  min-height: 65vh;
}
.left-side[data-v-69651693] {
  display: grid;
  grid-auto-rows: 70px;
  gap: 16px;
  align-content: start;
  padding: 12px 0 8px 12px;
}
.center[data-v-69651693] {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
  padding: 8px;
}
.row[data-v-69651693] {
  display: grid;
  gap: 10px;
}
.row-top[data-v-69651693] {
  grid-template-columns: 1fr 1fr;
}
.row-mid[data-v-69651693] {
  grid-template-columns: 160px 160px 200px 140px;
  align-items: center;
}
.items[data-v-69651693] {
  background: rgba(0, 0, 0, .02);
  border-radius: 8px;
  padding: 6px;
}
.bottom-bar[data-v-69651693] {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 200px;
  gap: 10px;
  align-items: center;
}
.stat-card[data-v-69651693] {
  background: #fff;
  border-radius: 8px;
  padding: 10px 12px;
}
.stat-label[data-v-69651693] {
  font-size: 12px;
  opacity: .7;
}
.stat-value[data-v-69651693] {
  font-weight: 700;
  font-size: 16px;
}
.recon-btn[data-v-69651693] {
  font-weight: 600;
}
.right-side[data-v-69651693] {
  display: grid;
  grid-template-rows: auto auto auto auto;
  gap: 10px;
  padding: 8px 8px 8px 0;
}
.totals-card[data-v-69651693] {
  background: #fff;
}
.totals-row[data-v-69651693] {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 14px;
}
.totals-row + .totals-row[data-v-69651693] {
  border-top: 1px dashed rgba(0, 0, 0, .08);
}
.totals-row.grand[data-v-69651693] {
  font-weight: 700;
}
.pad-card[data-v-69651693] {
  background: #fff;
}
.pad[data-v-69651693] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.pad-btn[data-v-69651693] {
  height: 52px;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 8px;
  background: #fafafa;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.pad-btn[data-v-69651693]:active {
  transform: translateY(1px);
}
.pad-readout[data-v-69651693] {
  margin-top: 8px;
  text-align: right;
  padding: 6px 8px;
  background: #f8f8f8;
  border-radius: 6px;
  font-family: ui-monospace;
}
.modal-grid[data-v-69651693] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 1100px) {
  .sales-layout[data-v-69651693] {
    grid-template-columns: 64px 1fr;
  }
  .right-side[data-v-69651693] {
    grid-column: 1 / -1;
  }
  .row-top[data-v-69651693] {
    grid-template-columns: 1fr;
  }
  .row-mid[data-v-69651693] {
    grid-template-columns: 1fr 1fr 1fr auto;
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\DocumentManagement\About.vue?type=style&index=0 */
.hero .hero-content h1 span[data-v-403ec871] {
  color: #969925;
}
.hero .btn-primary[data-v-403ec871] {
  background: #969925;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\DocumentManagement\Settings.vue?type=style&index=0 */
.mb-4[data-v-3424e1ad] {
  margin-bottom: 1rem;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\DataManagement\About.vue?type=style&index=0 */
.hero .hero-content h1 span[data-v-55ed0afa] {
  color: #969925;
}
.hero .btn-primary[data-v-55ed0afa] {
  background: #969925;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\DataManagement\BulkUpload.vue?type=style&index=0 */

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Settings.vue?type=style&index=0 */
nav ul[data-v-d8e50bb5] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\SettingsForm.vue?type=style&index=0 */
.center-wrap[data-v-273b86ff] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-273b86ff] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\CashManagementSettings.vue?type=style&index=0 */
nav ul[data-v-7d845d3d] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\CashManagementSettingForm.vue?type=style&index=0 */
.center-wrap[data-v-e871674a] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-e871674a] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\FinancialYears.vue?type=style&index=0 */
nav ul[data-v-0c0e5bc5] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\FinancialYearForm.vue?type=style&index=0 */
.center-wrap[data-v-34199053] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-34199053] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\FinancialYearBudgetChart.vue?type=style&index=0 */
.mt-2[data-v-433adbc8] {
  margin-top: 8px;
}
.flex-row[data-v-433adbc8] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\FinancialYearForecastChart.vue?type=style&index=0 */
.mt-2[data-v-2cd3a90c] {
  margin-top: 8px;
}
.flex-row[data-v-2cd3a90c] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\FinancialYearLedgerChart.vue?type=style&index=0 */
.mt-2[data-v-7847af81] {
  margin-top: 8px;
}
.flex-row[data-v-7847af81] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ViewFinancialYear.vue?type=style&index=0 */
.mt-3[data-v-8d3d7f1d] {
  margin-top: 12px;
}
.mb-4[data-v-8d3d7f1d] {
  margin-bottom: 16px;
}
.text-center[data-v-8d3d7f1d] {
  text-align: center;
}
.text-gray-400[data-v-8d3d7f1d] {
  color: #9ca3af;
}
.py-4[data-v-8d3d7f1d] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\PostingRules.vue?type=style&index=0 */
nav ul[data-v-01e15891] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\PostingRuleForm.vue?type=style&index=0 */
.mb-3[data-v-bd181bdc] {
  margin-bottom: 12px;
}
.expand-table[data-v-bd181bdc] {
  background: #fafafa;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  padding: 6px;
}
.expand-table table[data-v-bd181bdc] {
  width: 100%;
  border-collapse: collapse;
}
.expand-table th[data-v-bd181bdc],
.expand-table td[data-v-bd181bdc] {
  padding: 4px 6px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
}
.expand-actions[data-v-bd181bdc] {
  margin-top: 6px;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
}
.form-locked[data-v-bd181bdc] {
  pointer-events: none;
  opacity: 0.75;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ViewPostingRule.vue?type=style&index=0 */
.mb-4[data-v-46b13e57] {
  margin-bottom: 16px;
}
nav ul[data-v-46b13e57] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\CostCenters.vue?type=style&index=0 */
nav ul[data-v-acd22fd5] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\CostCenterForm.vue?type=style&index=0 */
.center-wrap[data-v-5584330a] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-5584330a] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\CostCenterBudgetChart.vue?type=style&index=0 */
.mt-2[data-v-5a6ed6f0] {
  margin-top: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\CostCenterTrendChart.vue?type=style&index=0 */
.mt-2[data-v-6091b7fa] {
  margin-top: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\CostCenterCategoryChart.vue?type=style&index=0 */
.mt-2[data-v-52ec7094] {
  margin-top: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ViewCostCenter.vue?type=style&index=0 */
.kpi[data-v-211045fe] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.kpi-title[data-v-211045fe] {
  font-size: 12px;
  color: #6b7280;
}
.mt-3[data-v-211045fe] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ChartOfAccounts.vue?type=style&index=0 */
.chart-of-accounts-page[data-v-76b484f5] {
  padding: 12px 0;
}
.hero-card[data-v-76b484f5] {
  background-color: #ffffff;
}
.dim-select[data-v-76b484f5] {
  min-width: 180px;
  max-width: 220px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ChartOfAccountForm.vue?type=style&index=0 */
nav ul[data-v-84f83051] {
  display: inherit !important;
}
.full-width-select[data-v-84f83051] {
  width: 100%;
  display: block;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ViewChartOfAccount.vue?type=style&index=0 */
.mb-4[data-v-6402fed8] {
  margin-bottom: 16px;
}
nav ul[data-v-6402fed8] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\BudgetItemTypes.vue?type=style&index=0 */
nav ul[data-v-a36ca443] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\MasterBudgetForm.vue?type=style&index=0 */
nav ul[data-v-8c7a4ff8] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ViewMasterBudget.vue?type=style&index=0 */
.workspace-root[data-v-a1bcc52f] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.workspace-header-card[data-v-a1bcc52f] {
  margin-bottom: 8px;
}
.header-main[data-v-a1bcc52f] {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.header-left[data-v-a1bcc52f] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.budget-title[data-v-a1bcc52f] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.25rem;
  margin: 0;
}
.title-icon[data-v-a1bcc52f] {
  font-size: 22px;
}
.header-meta[data-v-a1bcc52f] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.header-right[data-v-a1bcc52f] {
  display: flex;
  align-items: center;
}
.header-totals[data-v-a1bcc52f] {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}
.pill-row[data-v-a1bcc52f] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pill[data-v-a1bcc52f] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.pill-icon[data-v-a1bcc52f] {
  font-size: 18px;
}
.pill-content[data-v-a1bcc52f] {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.pill-label[data-v-a1bcc52f] {
  font-size: 0.78rem;
  opacity: 0.9;
}
.pill-value[data-v-a1bcc52f] {
  font-size: 0.9rem;
  font-weight: 600;
}
.pill-net.net-positive[data-v-a1bcc52f] {
  border-color: rgba(16, 185, 129, 0.5);
  background: rgba(16, 185, 129, 0.08);
  color: #10b981;
}
.pill-net.net-negative[data-v-a1bcc52f] {
  border-color: rgba(248, 113, 113, 0.6);
  background: rgba(248, 113, 113, 0.08);
  color: #f87171;
}
.pill-net.net-neutral[data-v-a1bcc52f] {
  border-color: rgba(148, 163, 184, 0.5);
  background: rgba(148, 163, 184, 0.06);
  color: #e5e7eb;
}
.pill-income[data-v-a1bcc52f] {
  border-color: rgba(16, 185, 129, 0.4);
  background: rgba(16, 185, 129, 0.08);
  color: #10b981;
}
.pill-expense[data-v-a1bcc52f] {
  border-color: rgba(248, 113, 113, 0.5);
  background: rgba(248, 113, 113, 0.08);
  color: #f87171;
}
.type-chips[data-v-a1bcc52f] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.type-chip[data-v-a1bcc52f] {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
}
.type-name[data-v-a1bcc52f] {
  font-weight: 500;
}
.type-total[data-v-a1bcc52f] {
  opacity: 0.85;
}
.groups-container[data-v-a1bcc52f] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.group-card[data-v-a1bcc52f] {
  border-radius: 12px;
}
.group-header[data-v-a1bcc52f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.group-header-left[data-v-a1bcc52f] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.group-icon[data-v-a1bcc52f] {
  font-size: 18px;
}
.group-title[data-v-a1bcc52f] {
  font-weight: 600;
}
.group-header-right[data-v-a1bcc52f] {
  font-size: 0.9rem;
}
.group-total-label[data-v-a1bcc52f] {
  opacity: 0.8;
  margin-right: 4px;
}
.group-total-value[data-v-a1bcc52f] {
  font-weight: 600;
}
.group-footer[data-v-a1bcc52f] {
  display: flex;
  justify-content: flex-end;
}
.empty-state[data-v-a1bcc52f] {
  text-align: center;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.empty-sub[data-v-a1bcc52f] {
  opacity: 0.8;
  font-size: 0.85rem;
}
.drawer-header[data-v-a1bcc52f] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.version-content[data-v-a1bcc52f] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.version-list[data-v-a1bcc52f] {
  max-height: 220px;
  overflow-y: auto;
}
.version-item[data-v-a1bcc52f] {
  cursor: pointer;
}
.version-item.active[data-v-a1bcc52f] {
  background-color: rgba(59, 130, 246, 0.12);
}
.version-item-main[data-v-a1bcc52f] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.version-item-left[data-v-a1bcc52f] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.version-label[data-v-a1bcc52f] {
  font-weight: 600;
}
.version-item-meta[data-v-a1bcc52f] {
  font-size: 0.8rem;
  opacity: 0.85;
}
.version-details[data-v-a1bcc52f] {
  max-height: 340px;
  overflow-y: auto;
}
.version-summary[data-v-a1bcc52f] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 0.85rem;
}
.version-empty[data-v-a1bcc52f] {
  font-size: 0.85rem;
  opacity: 0.8;
}
.import-content[data-v-a1bcc52f] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.import-toolbar[data-v-a1bcc52f] {
  margin-bottom: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\CostCenterBudgets.vue?type=style&index=0 */
nav ul[data-v-ca787586] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\CostCenterBudgetForm.vue?type=style&index=0 */
nav ul[data-v-8a621d31] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ViewCostCenterBudget.vue?type=style&index=0 */
.workspace-root[data-v-eddf4dfb] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.workspace-header-card[data-v-eddf4dfb] {
  margin-bottom: 8px;
}
.header-main[data-v-eddf4dfb] {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.header-left[data-v-eddf4dfb] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.budget-title[data-v-eddf4dfb] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.25rem;
  margin: 0;
}
.title-icon[data-v-eddf4dfb] {
  font-size: 22px;
}
.header-meta[data-v-eddf4dfb] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.header-right[data-v-eddf4dfb] {
  display: flex;
  align-items: center;
}
.header-totals[data-v-eddf4dfb] {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}
.pill-row[data-v-eddf4dfb] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pill[data-v-eddf4dfb] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.pill-icon[data-v-eddf4dfb] {
  font-size: 18px;
}
.pill-content[data-v-eddf4dfb] {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.pill-label[data-v-eddf4dfb] {
  font-size: 0.78rem;
  opacity: 0.9;
}
.pill-value[data-v-eddf4dfb] {
  font-size: 0.9rem;
  font-weight: 600;
}
.pill-net.net-positive[data-v-eddf4dfb] {
  border-color: rgba(16, 185, 129, 0.5);
  background: rgba(16, 185, 129, 0.08);
  color: #10b981;
}
.pill-net.net-negative[data-v-eddf4dfb] {
  border-color: rgba(248, 113, 113, 0.6);
  background: rgba(248, 113, 113, 0.08);
  color: #f87171;
}
.pill-net.net-neutral[data-v-eddf4dfb] {
  border-color: rgba(148, 163, 184, 0.5);
  background: rgba(148, 163, 184, 0.06);
  color: #e5e7eb;
}
.pill-income[data-v-eddf4dfb] {
  border-color: rgba(16, 185, 129, 0.4);
  background: rgba(16, 185, 129, 0.08);
  color: #10b981;
}
.pill-expense[data-v-eddf4dfb] {
  border-color: rgba(248, 113, 113, 0.5);
  background: rgba(248, 113, 113, 0.08);
  color: #f87171;
}
.type-chips[data-v-eddf4dfb] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.type-chip[data-v-eddf4dfb] {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
}
.type-name[data-v-eddf4dfb] {
  font-weight: 500;
}
.type-total[data-v-eddf4dfb] {
  opacity: 0.85;
}
.groups-container[data-v-eddf4dfb] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.group-card[data-v-eddf4dfb] {
  border-radius: 12px;
}
.group-header[data-v-eddf4dfb] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.group-header-left[data-v-eddf4dfb] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.group-icon[data-v-eddf4dfb] {
  font-size: 18px;
}
.group-title[data-v-eddf4dfb] {
  font-weight: 600;
}
.group-header-right[data-v-eddf4dfb] {
  font-size: 0.9rem;
}
.group-total-label[data-v-eddf4dfb] {
  opacity: 0.8;
  margin-right: 4px;
}
.group-total-value[data-v-eddf4dfb] {
  font-weight: 600;
}
.group-footer[data-v-eddf4dfb] {
  display: flex;
  justify-content: flex-end;
}
.empty-state[data-v-eddf4dfb] {
  text-align: center;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.empty-sub[data-v-eddf4dfb] {
  opacity: 0.8;
  font-size: 0.85rem;
}
.drawer-header[data-v-eddf4dfb] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.version-content[data-v-eddf4dfb] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.version-list[data-v-eddf4dfb] {
  max-height: 220px;
  overflow-y: auto;
}
.version-item[data-v-eddf4dfb] {
  cursor: pointer;
}
.version-item.active[data-v-eddf4dfb] {
  background-color: rgba(59, 130, 246, 0.12);
}
.version-item-main[data-v-eddf4dfb] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.version-item-left[data-v-eddf4dfb] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.version-label[data-v-eddf4dfb] {
  font-weight: 600;
}
.version-item-meta[data-v-eddf4dfb] {
  font-size: 0.8rem;
  opacity: 0.85;
}
.version-details[data-v-eddf4dfb] {
  max-height: 340px;
  overflow-y: auto;
}
.version-summary[data-v-eddf4dfb] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 0.85rem;
}
.version-empty[data-v-eddf4dfb] {
  font-size: 0.85rem;
  opacity: 0.8;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\CashTransferForm.vue?type=style&index=0 */
nav ul[data-v-8cfc831f] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\CashRequestForm.vue?type=style&index=0 */
nav ul[data-v-a60ccdc9] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\ArAgingDashboard.vue?type=style&index=0 */
.mt-2[data-v-27a0f192] {
  margin-top: 8px;
}
.flex-row[data-v-27a0f192] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\AccountsReceivableWorkspace.vue?type=style&index=0 */
.ar-workspace-root[data-v-b852f555] {
  padding: 12px 16px 24px;
}
.ar-summary-grid[data-v-b852f555] {
  margin-bottom: 16px;
}
.summary-card[data-v-b852f555] {
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}
.summary-card.warning[data-v-b852f555] {
  border-left: 3px solid rgba(250, 173, 20, 0.9);
}
.summary-card.danger[data-v-b852f555] {
  border-left: 3px solid rgba(245, 63, 63, 0.9);
}
.summary-header[data-v-b852f555] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.summary-icon[data-v-b852f555] {
  font-size: 18px;
}
.summary-label[data-v-b852f555] {
  font-size: 12px;
  opacity: 0.8;
}
.summary-value[data-v-b852f555] {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4px;
}
.summary-sub[data-v-b852f555] {
  font-size: 11px;
  opacity: 0.7;
}
.ar-main-card[data-v-b852f555] {
  border-radius: 12px;
  width: 100%;
}
.ar-tabs-wrapper[data-v-b852f555] {
  display: flex;
  justify-content: center;
}
.ar-tabs-wrapper[data-v-b852f555] .n-tabs-nav {
  justify-content: center;
}
.tab-toolbar[data-v-b852f555] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 12px;
}
.toolbar-search[data-v-b852f555] {
  max-width: 360px;
  width: 100%;
}
.drawer-header-line[data-v-b852f555] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drawer-title-text[data-v-b852f555] {
  font-weight: 600;
}
.drawer-meta[data-v-b852f555] {
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.85;
}
.lines-table[data-v-b852f555] {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.lines-table th[data-v-b852f555],
.lines-table td[data-v-b852f555] {
  padding: 4px 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.lines-table th[data-v-b852f555] {
  font-weight: 600;
  text-align: left;
  font-size: 11px;
  opacity: 0.7;
}
.align-right[data-v-b852f555] {
  text-align: right;
}
.aging-container[data-v-b852f555] {
  padding: 8px 0;
}
.allocation-root[data-v-b852f555] {
  padding-top: 4px;
}
.allocation-form[data-v-b852f555] {
  margin-bottom: 12px;
}
.mb-2[data-v-b852f555] {
  margin-bottom: 8px;
}
.allocation-tables-header[data-v-b852f555] {
  margin: 8px 0;
}
.allocation-tables[data-v-b852f555] {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.alloc-table-wrapper[data-v-b852f555] {
  flex: 1;
}
.alloc-table-title[data-v-b852f555] {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
  opacity: 0.85;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\ApAgingDashboard.vue?type=style&index=0 */
.mt-2[data-v-8f4e7ada] {
  margin-top: 8px;
}
.flex-row[data-v-8f4e7ada] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\AccountsPayableWorkspace.vue?type=style&index=0 */
.ap-workspace-root[data-v-c4848907] {
  padding: 12px 16px 24px;
}
.ap-summary-grid[data-v-c4848907] {
  margin-bottom: 16px;
}
.summary-card[data-v-c4848907] {
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}
.summary-card.warning[data-v-c4848907] {
  border-left: 3px solid rgba(250, 173, 20, 0.9);
}
.summary-card.danger[data-v-c4848907] {
  border-left: 3px solid rgba(245, 63, 63, 0.9);
}
.summary-header[data-v-c4848907] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.summary-icon[data-v-c4848907] {
  font-size: 18px;
}
.summary-label[data-v-c4848907] {
  font-size: 12px;
  opacity: 0.8;
}
.summary-value[data-v-c4848907] {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4px;
}
.summary-sub[data-v-c4848907] {
  font-size: 11px;
  opacity: 0.7;
}
.ap-main-card[data-v-c4848907] {
  border-radius: 12px;
  width: 100%;
}
.ap-tabs-wrapper[data-v-c4848907] {
  display: flex;
  justify-content: center;
}
.ap-tabs-wrapper[data-v-c4848907] .n-tabs-nav {
  justify-content: center;
}
.tab-toolbar[data-v-c4848907] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 12px;
}
.toolbar-search[data-v-c4848907] {
  max-width: 360px;
  width: 100%;
}
.drawer-header-line[data-v-c4848907] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drawer-title-text[data-v-c4848907] {
  font-weight: 600;
}
.drawer-meta[data-v-c4848907] {
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.85;
}
.lines-table[data-v-c4848907] {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.lines-table th[data-v-c4848907],
.lines-table td[data-v-c4848907] {
  padding: 4px 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.lines-table th[data-v-c4848907] {
  font-weight: 600;
  text-align: left;
  font-size: 11px;
  opacity: 0.7;
}
.align-right[data-v-c4848907] {
  text-align: right;
}
.aging-container[data-v-c4848907] {
  padding: 8px 0;
}
.allocation-root[data-v-c4848907] {
  padding-top: 4px;
}
.allocation-form[data-v-c4848907] {
  margin-bottom: 12px;
}
.mb-2[data-v-c4848907] {
  margin-bottom: 8px;
}
.allocation-tables-header[data-v-c4848907] {
  margin: 8px 0;
}
.allocation-tables[data-v-c4848907] {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.alloc-table-wrapper[data-v-c4848907] {
  flex: 1;
}
.alloc-table-title[data-v-c4848907] {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
  opacity: 0.85;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\FinanceInvoiceForm.vue?type=style&index=0 */
.mb-3[data-v-8b4f6824] {
  margin-bottom: 12px;
}
.totals-card[data-v-8b4f6824] {
  border: 1px dashed var(--n-border-color);
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 8px;
}
.total-row[data-v-8b4f6824] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.total-row.grand[data-v-8b4f6824] {
  border-top: 1px solid var(--n-border-color);
  margin-top: 6px;
  padding-top: 8px;
  font-size: 1.05rem;
}
.form-locked[data-v-8b4f6824] {
  pointer-events: none;
  opacity: 0.75;
}
.full-width-select[data-v-8b4f6824] {
  width: 100%;
}
.muted-text[data-v-8b4f6824] {
  font-size: 12px;
  opacity: 0.6;
}
.lines-header[data-v-8b4f6824] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.lines-title[data-v-8b4f6824] {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.no-lines[data-v-8b4f6824] {
  padding: 12px;
}
.lines-list[data-v-8b4f6824] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.line-card[data-v-8b4f6824] {
  border-radius: 10px;
  border: 1px solid var(--n-border-color);
  padding: 8px 10px;
  background: rgba(148, 163, 184, 0.03);
}
.line-card-main[data-v-8b4f6824] {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 8px;
}
.line-card-left[data-v-8b4f6824] {
  flex: 1;
  min-width: 0;
}
.line-title[data-v-8b4f6824] {
  font-size: 13px;
  margin-bottom: 4px;
}
.line-meta[data-v-8b4f6824] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  opacity: 0.75;
}
.line-card-right[data-v-8b4f6824] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 120px;
}
.line-amount-label[data-v-8b4f6824] {
  font-size: 11px;
  opacity: 0.7;
}
.line-amount-value[data-v-8b4f6824] {
  font-size: 14px;
  font-weight: 600;
}
.line-actions[data-v-8b4f6824] {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}
.drawer-actions[data-v-8b4f6824] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\FinanceCreditNoteForm.vue?type=style&index=0 */
.mb-3[data-v-fb4de7ef] {
  margin-bottom: 12px;
}
.totals-card[data-v-fb4de7ef] {
  border: 1px dashed var(--n-border-color);
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 8px;
}
.total-row[data-v-fb4de7ef] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.total-row.grand[data-v-fb4de7ef] {
  border-top: 1px solid var(--n-border-color);
  margin-top: 6px;
  padding-top: 8px;
  font-size: 1.05rem;
}
.form-locked[data-v-fb4de7ef] {
  pointer-events: none;
  opacity: 0.75;
}
.full-width-select[data-v-fb4de7ef] {
  width: 100%;
}
.muted-text[data-v-fb4de7ef] {
  font-size: 12px;
  opacity: 0.6;
}
.lines-header[data-v-fb4de7ef] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.lines-title[data-v-fb4de7ef] {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.no-lines[data-v-fb4de7ef] {
  padding: 12px;
}
.lines-list[data-v-fb4de7ef] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.line-card[data-v-fb4de7ef] {
  border-radius: 10px;
  border: 1px solid var(--n-border-color);
  padding: 8px 10px;
  background: rgba(148, 163, 184, 0.03);
}
.line-card-main[data-v-fb4de7ef] {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 8px;
}
.line-card-left[data-v-fb4de7ef] {
  flex: 1;
  min-width: 0;
}
.line-title[data-v-fb4de7ef] {
  font-size: 13px;
  margin-bottom: 4px;
}
.line-meta[data-v-fb4de7ef] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  opacity: 0.75;
}
.line-card-right[data-v-fb4de7ef] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 120px;
}
.line-amount-label[data-v-fb4de7ef] {
  font-size: 11px;
  opacity: 0.7;
}
.line-amount-value[data-v-fb4de7ef] {
  font-size: 14px;
  font-weight: 600;
}
.line-actions[data-v-fb4de7ef] {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}
.drawer-actions[data-v-fb4de7ef] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\FinanceReceiptForm.vue?type=style&index=0 */
.mb-3[data-v-69a7f587] {
  margin-bottom: 12px;
}
.totals-card[data-v-69a7f587] {
  border: 1px dashed var(--n-border-color);
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 8px;
}
.total-row[data-v-69a7f587] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.total-row.grand[data-v-69a7f587] {
  border-top: 1px solid var(--n-border-color);
  margin-top: 6px;
  padding-top: 8px;
  font-size: 1.05rem;
}
.total-row.grand.negative strong[data-v-69a7f587] {
  color: #dc2626;
}
.form-locked[data-v-69a7f587] {
  pointer-events: none;
  opacity: 0.75;
}
.full-width-select[data-v-69a7f587] {
  width: 100%;
}
.muted-text[data-v-69a7f587] {
  font-size: 12px;
  opacity: 0.6;
}
.lines-header[data-v-69a7f587] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.lines-title[data-v-69a7f587] {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.no-lines[data-v-69a7f587] {
  padding: 12px;
}
.lines-list[data-v-69a7f587] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.line-card[data-v-69a7f587] {
  border-radius: 10px;
  border: 1px solid var(--n-border-color);
  padding: 8px 10px;
  background: rgba(148, 163, 184, 0.03);
}
.line-card-main[data-v-69a7f587] {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 8px;
}
.line-card-left[data-v-69a7f587] {
  flex: 1;
  min-width: 0;
}
.line-title[data-v-69a7f587] {
  font-size: 13px;
  margin-bottom: 4px;
}
.line-meta[data-v-69a7f587] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  opacity: 0.75;
}
.line-card-right[data-v-69a7f587] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 120px;
}
.line-amount-label[data-v-69a7f587] {
  font-size: 11px;
  opacity: 0.7;
}
.line-amount-value[data-v-69a7f587] {
  font-size: 14px;
  font-weight: 600;
}
.line-actions[data-v-69a7f587] {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}
.drawer-actions[data-v-69a7f587] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\FinanceApInvoiceForm.vue?type=style&index=0 */
.mb-3[data-v-26443bf5] {
  margin-bottom: 12px;
}
.totals-card[data-v-26443bf5] {
  border: 1px dashed var(--n-border-color);
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 8px;
}
.total-row[data-v-26443bf5] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.total-row.grand[data-v-26443bf5] {
  border-top: 1px solid var(--n-border-color);
  margin-top: 6px;
  padding-top: 8px;
  font-size: 1.05rem;
}
.form-locked[data-v-26443bf5] {
  pointer-events: none;
  opacity: 0.75;
}
.full-width-select[data-v-26443bf5] {
  width: 100%;
}
.muted-text[data-v-26443bf5] {
  font-size: 12px;
  opacity: 0.6;
}
.lines-header[data-v-26443bf5] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.lines-title[data-v-26443bf5] {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.no-lines[data-v-26443bf5] {
  padding: 12px;
}
.lines-list[data-v-26443bf5] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.line-card[data-v-26443bf5] {
  border-radius: 10px;
  border: 1px solid var(--n-border-color);
  padding: 8px 10px;
  background: rgba(148, 163, 184, 0.03);
}
.line-card-main[data-v-26443bf5] {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 8px;
}
.line-card-left[data-v-26443bf5] {
  flex: 1;
  min-width: 0;
}
.line-title[data-v-26443bf5] {
  font-size: 13px;
  margin-bottom: 4px;
}
.line-meta[data-v-26443bf5] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  opacity: 0.75;
}
.line-card-right[data-v-26443bf5] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 120px;
}
.line-amount-label[data-v-26443bf5] {
  font-size: 11px;
  opacity: 0.7;
}
.line-amount-value[data-v-26443bf5] {
  font-size: 14px;
  font-weight: 600;
}
.line-actions[data-v-26443bf5] {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}
.drawer-actions[data-v-26443bf5] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\FinanceDebitNoteForm.vue?type=style&index=0 */
.mb-3[data-v-41156159] {
  margin-bottom: 12px;
}
.totals-card[data-v-41156159] {
  border: 1px dashed var(--n-border-color);
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 8px;
}
.total-row[data-v-41156159] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.total-row.grand[data-v-41156159] {
  border-top: 1px solid var(--n-border-color);
  margin-top: 6px;
  padding-top: 8px;
  font-size: 1.05rem;
}
.form-locked[data-v-41156159] {
  pointer-events: none;
  opacity: 0.75;
}
.full-width-select[data-v-41156159] {
  width: 100%;
}
.muted-text[data-v-41156159] {
  font-size: 12px;
  opacity: 0.6;
}
.lines-header[data-v-41156159] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.lines-title[data-v-41156159] {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.no-lines[data-v-41156159] {
  padding: 12px;
}
.lines-list[data-v-41156159] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.line-card[data-v-41156159] {
  border-radius: 10px;
  border: 1px solid var(--n-border-color);
  padding: 8px 10px;
  background: rgba(148, 163, 184, 0.03);
}
.line-card-main[data-v-41156159] {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 8px;
}
.line-card-left[data-v-41156159] {
  flex: 1;
  min-width: 0;
}
.line-title[data-v-41156159] {
  font-size: 13px;
  margin-bottom: 4px;
}
.line-meta[data-v-41156159] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  opacity: 0.75;
}
.line-card-right[data-v-41156159] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 120px;
}
.line-amount-label[data-v-41156159] {
  font-size: 11px;
  opacity: 0.7;
}
.line-amount-value[data-v-41156159] {
  font-size: 14px;
  font-weight: 600;
}
.line-actions[data-v-41156159] {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}
.drawer-actions[data-v-41156159] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\FinancePaymentForm.vue?type=style&index=0 */
.mb-3[data-v-93f329a0] {
  margin-bottom: 12px;
}
.totals-card[data-v-93f329a0] {
  border: 1px dashed var(--n-border-color);
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 8px;
}
.total-row[data-v-93f329a0] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.total-row.grand[data-v-93f329a0] {
  border-top: 1px solid var(--n-border-color);
  margin-top: 6px;
  padding-top: 8px;
  font-size: 1.05rem;
}
.total-row.grand.negative strong[data-v-93f329a0] {
  color: #dc2626;
}
.form-locked[data-v-93f329a0] {
  pointer-events: none;
  opacity: 0.75;
}
.full-width-select[data-v-93f329a0] {
  width: 100%;
}
.muted-text[data-v-93f329a0] {
  font-size: 12px;
  opacity: 0.6;
}
.lines-header[data-v-93f329a0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.lines-title[data-v-93f329a0] {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.no-lines[data-v-93f329a0] {
  padding: 12px;
}
.lines-list[data-v-93f329a0] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.line-card[data-v-93f329a0] {
  border-radius: 10px;
  border: 1px solid var(--n-border-color);
  padding: 8px 10px;
  background: rgba(148, 163, 184, 0.03);
}
.line-card-main[data-v-93f329a0] {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 8px;
}
.line-card-left[data-v-93f329a0] {
  flex: 1;
  min-width: 0;
}
.line-title[data-v-93f329a0] {
  font-size: 13px;
  margin-bottom: 4px;
}
.line-meta[data-v-93f329a0] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  opacity: 0.75;
}
.line-card-right[data-v-93f329a0] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 120px;
}
.line-amount-label[data-v-93f329a0] {
  font-size: 11px;
  opacity: 0.7;
}
.line-amount-value[data-v-93f329a0] {
  font-size: 14px;
  font-weight: 600;
}
.line-actions[data-v-93f329a0] {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}
.drawer-actions[data-v-93f329a0] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\JournalEntryForm.vue?type=style&index=0 */
.mb-3[data-v-cce36ae3] {
  margin-bottom: 12px;
}
.form-locked[data-v-cce36ae3] {
  pointer-events: none;
  opacity: 0.75;
}
.muted-text[data-v-cce36ae3] {
  font-size: 12px;
  opacity: 0.6;
}
.balance-summary[data-v-cce36ae3] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.85rem;
}
.balance-item[data-v-cce36ae3] {
  display: flex;
  flex-direction: column;
}
.balance-item .label[data-v-cce36ae3] {
  opacity: 0.7;
  margin-bottom: 2px;
}
.balance-item .value[data-v-cce36ae3] {
  font-weight: 600;
}
.lines-toolbar[data-v-cce36ae3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.no-lines[data-v-cce36ae3] {
  padding: 12px;
}
.full-width-select[data-v-cce36ae3] {
  width: 100%;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\JournalEntries.vue?type=style&index=0 */
nav ul[data-v-c0f2e7e6] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ViewJournalEntry.vue?type=style&index=0 */
.photo-wrap[data-v-a410a6f8] {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #f0f2f5;
  border-radius: 10px;
  overflow: hidden;
}
.photo[data-v-a410a6f8] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mt-3[data-v-a410a6f8] {
  margin-top: 12px;
}
.totals[data-v-a410a6f8] {
  margin-top: 14px;
  border-top: 1px dashed #e5e7eb;
  padding-top: 10px;
}
.totals .row[data-v-a410a6f8] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 13px;
  color: #374151;
}
.totals .row.grand[data-v-a410a6f8] {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\GeneralLedger.vue?type=style&index=0 */
.page-wrapper[data-v-494c71b7] {
  padding: 12px;
}
.page-header[data-v-494c71b7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.title[data-v-494c71b7] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 18px;
}
.title-icon[data-v-494c71b7] {
  font-size: 18px;
}
.mt-2[data-v-494c71b7] {
  margin-top: 8px;
}
.flex-between[data-v-494c71b7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stat .label[data-v-494c71b7] {
  font-size: 12px;
  color: var(--n-text-color-3);
}
.stat .value[data-v-494c71b7] {
  font-size: 18px;
  font-weight: 600;
  margin-top: 6px;
}
.muted[data-v-494c71b7] {
  color: var(--n-text-color-3);
  font-size: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\CashBook.vue?type=style&index=0 */
.page-wrap[data-v-edc3e343] {
  padding-bottom: 32px;
}
.mb-3[data-v-edc3e343] {
  margin-bottom: 12px;
}
.mt-2[data-v-edc3e343] {
  margin-top: 8px;
}
.flex-between[data-v-edc3e343] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.muted[data-v-edc3e343] {
  color: var(--n-text-color-3);
  font-size: 12px;
}
.page-header[data-v-edc3e343] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title[data-v-edc3e343] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 18px;
}
.title-icon[data-v-edc3e343] {
  font-size: 18px;
}
.summary-row[data-v-edc3e343] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.summary-item[data-v-edc3e343] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}
.summary-label[data-v-edc3e343] {
  opacity: 0.7;
}
.summary-value[data-v-edc3e343] {
  font-weight: 600;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ApproveApDebitNote.vue?type=style&index=0 */
.sub-card[data-v-520d1111] {
  border-radius: 10px;
}
.header-row[data-v-520d1111] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-520d1111] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-520d1111] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-520d1111] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-520d1111] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section-title[data-v-520d1111] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-520d1111] {
  line-height: 1.6;
  color: #374151;
}
.mt-3[data-v-520d1111] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ApproveApInvoice.vue?type=style&index=0 */
.sub-card[data-v-71bf3385] {
  border-radius: 10px;
}
.header-row[data-v-71bf3385] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-71bf3385] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-71bf3385] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-71bf3385] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-71bf3385] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section-title[data-v-71bf3385] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-71bf3385] {
  line-height: 1.6;
  color: #374151;
}
.mt-3[data-v-71bf3385] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ApproveApPayment.vue?type=style&index=0 */
.sub-card[data-v-2dc81251] {
  border-radius: 10px;
}
.header-row[data-v-2dc81251] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-2dc81251] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-2dc81251] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-2dc81251] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-2dc81251] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section-title[data-v-2dc81251] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-2dc81251] {
  line-height: 1.6;
  color: #374151;
}
.mt-3[data-v-2dc81251] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ApproveArCreditNote.vue?type=style&index=0 */
.sub-card[data-v-7a3e0517] {
  border-radius: 10px;
}
.header-row[data-v-7a3e0517] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-7a3e0517] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-7a3e0517] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-7a3e0517] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-7a3e0517] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-7a3e0517] {
  font-weight: 600;
  font-size: 14px;
}
.line-header[data-v-7a3e0517] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.line-header-main[data-v-7a3e0517] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.line-title[data-v-7a3e0517] {
  font-weight: 600;
  font-size: 14px;
  color: #111827;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line-subtitle[data-v-7a3e0517] {
  font-size: 12px;
  color: #6b7280;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line-amount[data-v-7a3e0517] {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.empty[data-v-7a3e0517] {
  padding: 10px 0;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ApproveArInvoice.vue?type=style&index=0 */
.sub-card[data-v-16ea85ff] {
  border-radius: 10px;
}
.header-row[data-v-16ea85ff] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-16ea85ff] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-16ea85ff] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-16ea85ff] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-16ea85ff] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section-title[data-v-16ea85ff] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-16ea85ff] {
  line-height: 1.6;
  color: #374151;
}
.lines-wrapper[data-v-16ea85ff] {
  overflow-x: auto;
}
.lines-table[data-v-16ea85ff] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.lines-table th[data-v-16ea85ff],
.lines-table td[data-v-16ea85ff] {
  padding: 6px 8px;
  border-bottom: 1px solid #e5e7eb;
}
.lines-table th[data-v-16ea85ff] {
  text-align: left;
  font-weight: 600;
  color: #4b5563;
  white-space: nowrap;
}
.lines-table .numeric[data-v-16ea85ff] {
  text-align: right;
  white-space: nowrap;
}
.lines-table .line-desc[data-v-16ea85ff] {
  display: flex;
  flex-direction: column;
}
.lines-table .empty[data-v-16ea85ff] {
  text-align: center;
  padding: 12px;
}
.footer-label[data-v-16ea85ff] {
  font-weight: 600;
}
.footer-value[data-v-16ea85ff] {
  font-weight: 600;
}
.mt-3[data-v-16ea85ff] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ApproveArReceipt.vue?type=style&index=0 */
.sub-card[data-v-020f9745] {
  border-radius: 10px;
}
.header-row[data-v-020f9745] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-020f9745] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-020f9745] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-020f9745] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-020f9745] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section-title[data-v-020f9745] {
  font-weight: 600;
  font-size: 14px;
}
.lines-wrapper[data-v-020f9745] {
  overflow-x: auto;
}
.lines-table[data-v-020f9745] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.lines-table th[data-v-020f9745],
.lines-table td[data-v-020f9745] {
  padding: 6px 8px;
  border-bottom: 1px solid #e5e7eb;
}
.lines-table th[data-v-020f9745] {
  text-align: left;
  font-weight: 600;
  color: #4b5563;
  white-space: nowrap;
}
.lines-table .numeric[data-v-020f9745] {
  text-align: right;
  white-space: nowrap;
}
.lines-table .empty[data-v-020f9745] {
  text-align: center;
  padding: 12px;
}
.footer-label[data-v-020f9745],
.footer-value[data-v-020f9745] {
  font-weight: 600;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ApproveCostCenterBudget.vue?type=style&index=0 */
.sub-card[data-v-70d0f337] {
  border-radius: 10px;
}
.header-row[data-v-70d0f337] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-70d0f337] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar-block[data-v-70d0f337] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-circle[data-v-70d0f337] {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e7eb;
  font-weight: 700;
  color: #111827;
  font-size: 16px;
}
.id-texts .name[data-v-70d0f337] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-70d0f337] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-70d0f337] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section-title[data-v-70d0f337] {
  font-weight: 600;
  font-size: 14px;
}
.line-header[data-v-70d0f337] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.line-header-main[data-v-70d0f337] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.line-title[data-v-70d0f337] {
  font-weight: 600;
  font-size: 14px;
  color: #111827;
}
.line-subtitle[data-v-70d0f337] {
  font-size: 12px;
  color: #6b7280;
}
.line-amount[data-v-70d0f337] {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.mt-3[data-v-70d0f337] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ApproveCustomer.vue?type=style&index=0 */
.sub-card[data-v-427aaf3e] {
  border-radius: 10px;
}
.header-row[data-v-427aaf3e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-427aaf3e] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-427aaf3e] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-427aaf3e] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-427aaf3e] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section-title[data-v-427aaf3e] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-427aaf3e] {
  line-height: 1.6;
  color: #374151;
}
.mt-3[data-v-427aaf3e] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ApproveJournalEntry.vue?type=style&index=0 */
.sub-card[data-v-8ba3873c] {
  border-radius: 10px;
}
.header-row[data-v-8ba3873c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-8ba3873c] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-8ba3873c] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-8ba3873c] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-8ba3873c] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section-title[data-v-8ba3873c] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-8ba3873c] {
  line-height: 1.6;
  color: #374151;
}
.mt-3[data-v-8ba3873c] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ApproveMasterBudget.vue?type=style&index=0 */
.sub-card[data-v-a9f69b97] {
  border-radius: 10px;
}
.header-row[data-v-a9f69b97] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-a9f69b97] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar-block[data-v-a9f69b97] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-circle[data-v-a9f69b97] {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e7eb;
  font-weight: 700;
  color: #111827;
  font-size: 16px;
}
.id-texts .name[data-v-a9f69b97] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-a9f69b97] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-a9f69b97] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section-title[data-v-a9f69b97] {
  font-weight: 600;
  font-size: 14px;
}
.line-header[data-v-a9f69b97] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.line-header-main[data-v-a9f69b97] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.line-title[data-v-a9f69b97] {
  font-weight: 600;
  font-size: 14px;
  color: #111827;
}
.line-subtitle[data-v-a9f69b97] {
  font-size: 12px;
  color: #6b7280;
}
.line-amount[data-v-a9f69b97] {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.mt-3[data-v-a9f69b97] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ApproveSupplier.vue?type=style&index=0 */
.sub-card[data-v-ed1e1b8b] {
  border-radius: 10px;
}
.header-row[data-v-ed1e1b8b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-ed1e1b8b] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-ed1e1b8b] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-ed1e1b8b] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-ed1e1b8b] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section-title[data-v-ed1e1b8b] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-ed1e1b8b] {
  line-height: 1.6;
  color: #374151;
}
.mt-3[data-v-ed1e1b8b] {
  margin-top: 12px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Reports\Dashboards.vue?type=style&index=0 */
.page-wrap[data-v-4bdd59d1] {
  display: grid;
  gap: 16px;
  grid-template-rows: auto 1fr;
}
.dashboard-hero[data-v-4bdd59d1] {
  background:
    linear-gradient(
      135deg,
      #0f172a,
      #1f2937);
  color: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
}
.hero-inner[data-v-4bdd59d1] {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 12px;
  align-items: center;
}
@media (max-width: 860px) {
  .hero-inner[data-v-4bdd59d1] {
    grid-template-columns: 1fr;
  }
}
.hero-left[data-v-4bdd59d1] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.hero-icon[data-v-4bdd59d1] {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .12);
  display: grid;
  place-items: center;
}
.hero-title[data-v-4bdd59d1] {
  margin: 0;
  font-weight: 800;
  font-size: 22px;
}
.hero-subtitle[data-v-4bdd59d1] {
  margin: 2px 0 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, .85);
}
.dashboard-card[data-v-4bdd59d1] {
  --n-border-radius: 0px;
  border-radius: 0 !important;
  cursor: pointer;
  user-select: none;
  transition:
    transform 120ms ease,
    box-shadow 120ms ease,
    border-color 120ms ease;
}
.dashboard-card[data-v-4bdd59d1]:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.06);
}
.card-content[data-v-4bdd59d1] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 8px;
  min-height: 150px;
}
.icon-wrap[data-v-4bdd59d1] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.icon[data-v-4bdd59d1] {
  color: var(--icon-color);
}
.title[data-v-4bdd59d1] {
  margin-top: auto;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 1.15;
  padding-bottom: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Reports\SalesDashboard.vue?type=style&index=0 */
.page-wrap[data-v-6f62dc29] {
  display: grid;
  gap: 16px;
  grid-template-rows: auto auto 1fr;
}
.dashboard-hero[data-v-6f62dc29] {
  background: #ffffff;
  color: #0f172a;
  border-radius: 12px;
  padding: 8px 12px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .06);
  border: 1px solid rgba(2, 6, 23, 0.06);
}
@media (prefers-color-scheme: dark) {
  .dashboard-hero[data-v-6f62dc29] {
    background: #0b1020;
    color: #e5e7eb;
    border-color: rgba(255, 255, 255, 0.08);
  }
}
.hero-avatar[data-v-6f62dc29] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(2, 6, 23, .06);
  display: grid;
  place-items: center;
}
@media (prefers-color-scheme: dark) {
  .hero-avatar[data-v-6f62dc29] {
    background: rgba(255, 255, 255, .08);
  }
}
.kpi-strip[data-v-6f62dc29] {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 2px;
  scroll-snap-type: x mandatory;
}
.kpi-card[data-v-6f62dc29] {
  min-width: 280px;
  scroll-snap-align: start;
}
.kpi[data-v-6f62dc29] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.kpi-icon[data-v-6f62dc29] {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: color-mix(in oklab, var(--accent) 12%, transparent);
  border: 1px solid color-mix(in oklab, var(--accent) 32%, transparent);
}
.kpi-label[data-v-6f62dc29] {
  font-size: 12px;
  color: #64748b;
}
.kpi-value[data-v-6f62dc29] {
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}
.kpi-dual[data-v-6f62dc29] {
  display: grid;
  gap: 2px;
}
.kpi-ab[data-v-6f62dc29] {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 6px;
}
.kpi-dot[data-v-6f62dc29] {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: inline-block;
}
.kpi-a[data-v-6f62dc29] {
  background: #4f46e5;
}
.kpi-b[data-v-6f62dc29] {
  background: #16a34a;
}
.chart[data-v-6f62dc29] {
  width: 100%;
  height: 360px;
  min-height: 300px;
}
.filter-label[data-v-6f62dc29] {
  font-size: 12px;
  color: #475569;
  margin-bottom: 6px;
}
@media (prefers-color-scheme: dark) {
  .filter-label[data-v-6f62dc29] {
    color: #94a3b8;
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Reports\FinanceDashboard.vue?type=style&index=0 */
.page-wrap[data-v-bb90bcad] {
  display: grid;
  gap: 16px;
  grid-template-rows: auto auto 1fr;
}
.dashboard-hero[data-v-bb90bcad] {
  background: #ffffff;
  color: #0f172a;
  border-radius: 12px;
  padding: 8px 12px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .06);
  border: 1px solid rgba(2, 6, 23, 0.06);
}
@media (prefers-color-scheme: dark) {
  .dashboard-hero[data-v-bb90bcad] {
    background: #0b1020;
    color: #e5e7eb;
    border-color: rgba(255, 255, 255, 0.08);
  }
}
.hero-avatar[data-v-bb90bcad] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(2, 6, 23, .06);
  display: grid;
  place-items: center;
}
@media (prefers-color-scheme: dark) {
  .hero-avatar[data-v-bb90bcad] {
    background: rgba(255, 255, 255, .08);
  }
}
.kpi-strip[data-v-bb90bcad] {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 2px;
  scroll-snap-type: x mandatory;
}
.kpi-card[data-v-bb90bcad] {
  min-width: 280px;
  scroll-snap-align: start;
}
.kpi[data-v-bb90bcad] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.kpi-icon[data-v-bb90bcad] {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: color-mix(in oklab, var(--accent) 12%, transparent);
  border: 1px solid color-mix(in oklab, var(--accent) 32%, transparent);
}
.kpi-label[data-v-bb90bcad] {
  font-size: 12px;
  color: #64748b;
}
.kpi-value[data-v-bb90bcad] {
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}
.kpi-dual[data-v-bb90bcad] {
  display: grid;
  gap: 2px;
}
.kpi-ab[data-v-bb90bcad] {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 6px;
}
.kpi-dot[data-v-bb90bcad] {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: inline-block;
}
.kpi-a[data-v-bb90bcad] {
  background: #4f46e5;
}
.kpi-b[data-v-bb90bcad] {
  background: #16a34a;
}
.chart[data-v-bb90bcad] {
  width: 100%;
  height: 360px;
  min-height: 300px;
}
.filter-label[data-v-bb90bcad] {
  font-size: 12px;
  color: #475569;
  margin-bottom: 6px;
}
@media (prefers-color-scheme: dark) {
  .filter-label[data-v-bb90bcad] {
    color: #94a3b8;
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\CaseManagement\Case.vue?type=style&index=0 */
nav ul[data-v-49d6399d] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\CaseManagement\CaseForm.vue?type=style&index=0 */
.center-wrap[data-v-009a5a2f] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-009a5a2f] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\CaseManagement\CaseTypes.vue?type=style&index=0 */
nav ul[data-v-e1c5118c] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\CaseManagement\CaseTypeForm.vue?type=style&index=0 */
.center-wrap[data-v-00cf2c13] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-00cf2c13] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\CaseManagement\CaseTypeStage.vue?type=style&index=0 */
nav ul[data-v-05d37a82] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\CaseManagement\CaseTypeStageForm.vue?type=style&index=0 */
.center-wrap[data-v-30fc4065] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-30fc4065] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\CaseManagement\CaseCategory.vue?type=style&index=0 */
nav ul[data-v-2b1d7707] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\CaseManagement\CaseCategoryForm.vue?type=style&index=0 */
.center-wrap[data-v-051cace1] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-051cace1] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\CaseManagement\MoveStageModal.vue?type=style&index=0 */
.swal2-container {
  z-index: 10000 !important;
}
.swal2-popup {
  z-index: 10001 !important;
}
.swal2-backdrop-show {
  z-index: 9999 !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\CaseManagement\ViewCase.vue?type=style&index=0 */
.kpi[data-v-c7b9eb93] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.kpi-title[data-v-c7b9eb93] {
  font-size: 12px;
  color: #6b7280;
}
.mt-3[data-v-c7b9eb93] {
  margin-top: 12px;
}
.mb-2[data-v-c7b9eb93] {
  margin-bottom: 8px;
}
.mb-3[data-v-c7b9eb93] {
  margin-bottom: 16px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\CaseManagement\CasePartyForm.vue?type=style&index=0 */
.center-wrap[data-v-2a7176c4] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-2a7176c4] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\CaseManagement\CaseDocumentForm.vue?type=style&index=0 */
.center-wrap[data-v-f64b62d2] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-f64b62d2] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\CaseManagement\CaseNoteForm.vue?type=style&index=0 */
.center-wrap[data-v-d7273f1e] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-d7273f1e] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\CaseManagement\CaseReminderForm.vue?type=style&index=0 */
.center-wrap[data-v-9d9ff732] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-9d9ff732] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\Settings.vue?type=style&index=0 */
nav ul[data-v-9ccfb05f] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\Product.vue?type=style&index=0 */
nav ul[data-v-76d03ca3] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ProductSetting.vue?type=style&index=0 */
nav ul[data-v-485c0299] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Controls\PackageTypeSelect.vue?type=style&index=0 */
.form-input[data-v-9ac53734] {
  width: 100%;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Tables\ExpandaTable.vue?type=style&index=0 */
.table-container[data-v-1c8088f3] {
  max-width: 100%;
  margin: 20px 0;
}
.table-header[data-v-1c8088f3] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.dynamic-table[data-v-1c8088f3] {
  width: 100%;
  border-collapse: collapse;
}
.dynamic-table th[data-v-1c8088f3],
.dynamic-table td[data-v-1c8088f3] {
  border: 1px solid var(--n-border-color);
  padding: 8px;
  text-align: left;
}
.dynamic-table th[data-v-1c8088f3] {
  background-color: var(--n-color-bg);
  font-weight: bold;
}
.form-input[data-v-1c8088f3] {
  width: 100%;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\Request.vue?type=style&index=0 */
nav ul[data-v-5e982370] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\PageLayout\KpiCard.vue?type=style&index=0 */
.kpi-card[data-v-78782bce] {
  border-radius: 12px;
  padding: 12px;
}
.stat-box[data-v-78782bce] {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: center;
  border-radius: 12px;
}
.stat-icon[data-v-78782bce] {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.65);
}
.stat-label[data-v-78782bce] {
  font-size: 12px;
  color: #374151;
}
.stat-value[data-v-78782bce] {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
}
.stat-trend[data-v-78782bce] {
  margin-top: 4px;
}
.trend-fade-enter-active[data-v-78782bce],
.trend-fade-leave-active[data-v-78782bce] {
  transition: all 0.4s ease;
}
.trend-fade-enter-from[data-v-78782bce] {
  opacity: 0;
  transform: translateY(6px);
}
.trend-fade-leave-to[data-v-78782bce] {
  opacity: 0;
  transform: translateY(-6px);
}
.fade-enter-active[data-v-78782bce],
.fade-leave-active[data-v-78782bce] {
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-78782bce],
.fade-leave-to[data-v-78782bce] {
  opacity: 0;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ProductList.vue?type=style&index=0 */
.inventory-container[data-v-ce45953d] {
  min-height: 100vh;
  background: #ffffff;
  padding: 12px;
  display: flex;
  flex-direction: column;
}
.card-header[data-v-ce45953d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.header-left[data-v-ce45953d] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 16px;
}
.header-actions[data-v-ce45953d] {
  display: flex;
  align-items: center;
}
.card-title[data-v-ce45953d] {
  font-weight: 600;
  font-size: 18px;
  color: #2c3e50;
  letter-spacing: 0.5px;
}
.loading-state[data-v-ce45953d],
.error-state[data-v-ce45953d] {
  padding: 60px 20px;
  text-align: center;
}
.loading-text[data-v-ce45953d] {
  color: #7f8c8d;
  margin-top: 12px;
}
.table-section[data-v-ce45953d] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.table-with-pagination[data-v-ce45953d] {
  display: flex;
  flex-direction: column;
}
.pagination-wrapper[data-v-ce45953d] {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}
.table-footer-lottie[data-v-ce45953d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.empty-description[data-v-ce45953d] {
  margin-top: 12px;
  color: #7f8c8d;
  font-size: 14px;
}
.bulk-actions-bar[data-v-ce45953d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background:
    linear-gradient(
      90deg,
      #e3f2fd,
      #f3e5f5);
  border-radius: 8px;
  margin-bottom: 16px;
}
.selection-info[data-v-ce45953d] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #1976d2;
}
.bulk-buttons[data-v-ce45953d] {
  display: flex;
  gap: 8px;
}
.filters-section[data-v-ce45953d] {
  margin-bottom: 16px;
  padding: 16px;
  background: #fafbfc;
  border-radius: 8px;
}
.product-cell[data-v-ce45953d] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.product-name[data-v-ce45953d] {
  font-weight: 600;
  color: #2c3e50;
}
[data-v-ce45953d] .critical-row {
  background-color: #fff5f5 !important;
}
[data-v-ce45953d] .critical-row:hover {
  background-color: #fed7d7 !important;
}
[data-v-ce45953d] .warning-row {
  background-color: #fffbf0 !important;
}
[data-v-ce45953d] .warning-row:hover {
  background-color: #fef5e7 !important;
}
[data-v-ce45953d] .enhanced-table .n-data-table-th {
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #2c3e50 !important;
  letter-spacing: 0.5px;
  background: #fafafa;
}
.fade-enter-active[data-v-ce45953d],
.fade-leave-active[data-v-ce45953d] {
  transition: opacity 0.6s ease;
}
.fade-enter-from[data-v-ce45953d],
.fade-leave-to[data-v-ce45953d] {
  opacity: 0;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\InventoryProducts.vue?type=style&index=0 */
.inventory-products[data-v-71f8f8f7] {
  padding: 20px;
  font-family:
    "Inter",
    "Roboto",
    "Segoe UI",
    sans-serif;
}
.card-header[data-v-71f8f8f7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.header-left[data-v-71f8f8f7] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 16px;
}
.header-actions[data-v-71f8f8f7] {
  display: flex;
  align-items: center;
}
.card-title[data-v-71f8f8f7] {
  font-weight: 600;
  font-size: 18px;
  color: #2c3e50;
  letter-spacing: 0.5px;
}
.filters-section[data-v-71f8f8f7] {
  margin-bottom: 16px;
  padding: 16px;
  background: #fafbfc;
  border-radius: 8px;
}
.table-container[data-v-71f8f8f7] {
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  background: #fff;
}
[data-v-71f8f8f7] .enhanced-table .n-data-table-th {
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #4a5568 !important;
  background: #f7fafc;
  text-transform: uppercase;
  font-family:
    "Inter",
    "Roboto",
    "Segoe UI",
    sans-serif;
}
[data-v-71f8f8f7] .enhanced-table .n-data-table-td {
  font-size: 14px !important;
  color: #2d3748 !important;
  font-family:
    "Inter",
    "Roboto",
    "Segoe UI",
    sans-serif;
  padding: 12px 16px;
}
.no-data-table-container[data-v-71f8f8f7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  height: 300px;
  background: #fff;
}
.no-data-text[data-v-71f8f8f7] {
  text-align: center;
  color: #666;
}
.pagination-container[data-v-71f8f8f7] {
  padding: 16px;
  border-top: 1px solid #f0f0f0;
  background: #fafafa;
}
.pagination-info[data-v-71f8f8f7] {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  font-family:
    "Inter",
    "Roboto",
    "Segoe UI",
    sans-serif;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\InventoryLevelChart.vue?type=style&index=0 */
.mini-card[data-v-dd823538] {
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none;
}
.section-title.small[data-v-dd823538] {
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #2c3e50 !important;
  letter-spacing: 0.5px;
  padding: 6px 10px;
  border-bottom: 2px solid #e0e0e0;
  background: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-container[data-v-dd823538] {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 8px;
}
.go-back-btn[data-v-dd823538] {
  font-size: 12px !important;
  padding: 4px 10px !important;
  height: 24px !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\StockMovementChart.vue?type=style&index=0 */
.mini-card[data-v-2f7ca60d] {
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none;
}
.section-title.small[data-v-2f7ca60d] {
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #2c3e50 !important;
  letter-spacing: 0.5px;
  padding: 6px 10px;
  border-bottom: 2px solid #e0e0e0;
  background: none !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\StockEvaluationChart.vue?type=style&index=0 */
.mini-card[data-v-5d5ca7da] {
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none;
}
.section-title.small[data-v-5d5ca7da] {
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #2c3e50 !important;
  letter-spacing: 0.5px;
  padding: 6px 10px;
  border-bottom: 2px solid #e0e0e0;
  background: none !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.back-btn[data-v-5d5ca7da] {
  font-size: 12px;
  margin-right: 6px;
}
.info-icon[data-v-5d5ca7da] {
  color: #6b7280;
  cursor: pointer;
}
.info-icon[data-v-5d5ca7da]:hover {
  color: #3b82f6;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ViewRequest.vue?type=style&index=0 */
.request-details-page[data-v-429ac8c2] {
  padding: 20px;
  font-family: "Poppins", sans-serif;
  max-height: 85vh;
  overflow-y: auto;
}
.page-header[data-v-429ac8c2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.page-header .left[data-v-429ac8c2] {
  display: flex;
  align-items: center;
}
.page-header .right[data-v-429ac8c2] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.filters[data-v-429ac8c2] {
  margin-bottom: 20px;
}
.info-cards p[data-v-429ac8c2] {
  margin: 6px 0;
  font-size: 14px;
  color: #2d3748;
  font-family: "Poppins", sans-serif;
}
.info-cards strong[data-v-429ac8c2] {
  color: #1a202c;
}
.items-section[data-v-429ac8c2] {
  margin-top: 20px;
}
.timeline-section[data-v-429ac8c2] {
  margin-top: 24px;
}
.timeline-content[data-v-429ac8c2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.timeline-lottie[data-v-429ac8c2] {
  margin-left: 20px;
}
.skeleton-wrapper[data-v-429ac8c2] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\PendingRequestTable.vue?type=style&index=0 */
.pending-requests[data-v-32b5684f] {
  padding: 16px;
  font-family:
    "Inter",
    "Roboto",
    "Segoe UI",
    sans-serif;
}
.card-header[data-v-32b5684f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.styled-header[data-v-32b5684f] {
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #2c3e50 !important;
  letter-spacing: 0.5px;
}
.header-left[data-v-32b5684f] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-icon[data-v-32b5684f] {
  color: #2c3e50 !important;
}
.card-title[data-v-32b5684f] {
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #2c3e50 !important;
  letter-spacing: 0.5px;
}
.header-actions[data-v-32b5684f] {
  display: flex;
  align-items: center;
}
.filters-section[data-v-32b5684f] {
  padding: 12px 16px;
  background: #fafbfc;
  border-radius: 8px;
  margin-bottom: 12px;
}
.table-container[data-v-32b5684f] {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border: none;
}
[data-v-32b5684f] .modern-table .n-data-table-th {
  font-weight: 600;
  font-size: 14px;
  color: #4a5568;
  background: #f7fafc;
  border-bottom: 1px solid #e2e8f0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family:
    "Inter",
    "Roboto",
    "Segoe UI",
    sans-serif;
}
[data-v-32b5684f] .modern-table .n-data-table-td {
  font-size: 14px;
  color: #2d3748;
  padding: 14px 16px;
  border-bottom: 1px solid #edf2f7;
  font-family:
    "Inter",
    "Roboto",
    "Segoe UI",
    sans-serif;
}
[data-v-32b5684f] .modern-table .n-data-table-tr:nth-child(even) {
  background: #fafafa;
}
[data-v-32b5684f] .modern-table .n-data-table-tr:hover {
  background: #f1f5f9;
}
[data-v-32b5684f] .modern-table .n-tag {
  border-radius: 12px !important;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 10px;
  text-transform: capitalize;
}
.pagination-wrapper[data-v-32b5684f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  background: #fff;
  border-top: 1px solid #edf2f7;
  border-radius: 0 0 12px 12px;
}
.no-data-container[data-v-32b5684f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
.no-data-text[data-v-32b5684f] {
  margin-top: 10px;
  font-size: 14px;
  color: #7f8c8d;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\Inventory.vue?type=style&index=0 */
.dashboard-container[data-v-a6e32aa1] {
  padding: 20px;
  background-color: #f0f2f5;
  font-family: sans-serif;
}
.kpi-grid[data-v-a6e32aa1] {
  margin-bottom: 12px;
}
.equal-height-kpis[data-v-a6e32aa1] {
  display: flex;
  align-items: stretch;
}
.kpi-col[data-v-a6e32aa1] {
  display: flex;
}
.kpi-card[data-v-a6e32aa1] {
  flex: 1;
}
.equal-height-row[data-v-a6e32aa1] {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.column[data-v-a6e32aa1] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.column[data-v-a6e32aa1] > * {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.loading-state[data-v-a6e32aa1],
.error-state[data-v-a6e32aa1] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  font-size: 1.2rem;
  color: #555;
}
.error-state[data-v-a6e32aa1] {
  color: #d9534f;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\RequestForm.vue?type=style&index=0 */
.mb-3[data-v-23801b18] {
  margin-bottom: 12px;
}
.form-locked[data-v-23801b18] {
  pointer-events: none;
  opacity: 0.75;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\Return.vue?type=style&index=0 */
nav ul[data-v-9fb4071e] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\Adjustment.vue?type=style&index=0 */
nav ul[data-v-093f76ee] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\Correction.vue?type=style&index=0 */
nav ul[data-v-ed7228c2] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ViewProductType.vue?type=style&index=0 */
.summary-card[data-v-addfc88d] {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.settings-card[data-v-addfc88d] {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.card-header[data-v-addfc88d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.header-left[data-v-addfc88d] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-icon[data-v-addfc88d] {
  color: #2c3e50 !important;
}
.card-title[data-v-addfc88d] {
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #2c3e50 !important;
  letter-spacing: 0.5px;
}
.header-actions[data-v-addfc88d] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 640px) {
  .card-header[data-v-addfc88d] {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-actions[data-v-addfc88d] {
    width: 100%;
    justify-content: flex-start;
    margin-top: 8px;
  }
  .header-actions .n-button[data-v-addfc88d] {
    width: 100%;
  }
}
.table-container[data-v-addfc88d] {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
[data-v-addfc88d] .modern-table .n-data-table-th {
  font-weight: 600;
  font-size: 14px;
  color: #4a5568;
  background: #f7fafc;
  border-bottom: 1px solid #e2e8f0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
[data-v-addfc88d] .modern-table .n-data-table-td {
  font-size: 14px;
  color: #2d3748;
  padding: 14px 16px;
  border-bottom: 1px solid #edf2f7;
}
[data-v-addfc88d] .modern-table .n-data-table-tr:nth-child(even) {
  background: #fafafa;
}
[data-v-addfc88d] .modern-table .n-data-table-tr:hover {
  background: #f1f5f9;
}
.no-data-container[data-v-addfc88d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
.no-data-text[data-v-addfc88d] {
  margin-top: 10px;
  font-size: 14px;
  color: #7f8c8d;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\Settings.vue?type=style&index=0 */
nav ul[data-v-873003fd] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ProcurementTypes.vue?type=style&index=0 */
nav ul[data-v-49921f47] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ProcurementTypeForm.vue?type=style&index=0 */
nav ul[data-v-5089eba7] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ProcurementCommittee.vue?type=style&index=0 */
nav ul[data-v-aec37a43] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ProcurementCommitteeForm.vue?type=style&index=0 */
nav ul[data-v-cc0a7bdf] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ProcurementTemplates.vue?type=style&index=0 */
nav ul[data-v-9a0c6c86] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ProcurementTemplateForm.vue?type=style&index=0 */
nav ul[data-v-762be07d] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewProcurementTemplate.vue?type=style&index=0 */
nav ul[data-v-060c1eaa] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\EvaluationSections.vue?type=style&index=0 */
nav ul[data-v-6d88e5b5] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\EvaluationSectionForm.vue?type=style&index=0 */
nav ul[data-v-9310bb66] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\Suppliers.vue?type=style&index=0 */
nav ul[data-v-88a8cfed] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\SupplierForm.vue?type=style&index=0 */
nav ul[data-v-4e2ca544] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewSupplier.vue?type=style&index=0 */
nav ul[data-v-a7526f72] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ProcurementPlans.vue?type=style&index=0 */
nav ul[data-v-326defb1] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ProcurementPlanForm.vue?type=style&index=0 */
nav ul[data-v-25b9d412] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewProcurementPlan.vue?type=style&index=0 */
nav ul[data-v-770b2f5d] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\Requisitions.vue?type=style&index=0 */
nav ul[data-v-9111ee18] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\RequisitionForm.vue?type=style&index=0 */
nav ul[data-v-570f1722] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewRequisition.vue?type=style&index=0 */
nav ul[data-v-96babe33] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\Workspaces.vue?type=style&index=0 */
nav ul[data-v-ed51e79b] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\WorkspaceForm.vue?type=style&index=0 */
nav ul[data-v-96d8474b] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewWorkspace.vue?type=style&index=0 */
nav ul[data-v-ad296a92] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\PurchaseOrders.vue?type=style&index=0 */
nav ul[data-v-d73f7a41] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\PurchaseOrderForm.vue?type=style&index=0 */
nav ul[data-v-b6d1abf4] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewPurchaseOrder.vue?type=style&index=0 */
nav ul[data-v-c95d647a] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\Contracts.vue?type=style&index=0 */
nav ul[data-v-522bffb9] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ContractForm.vue?type=style&index=0 */
nav ul[data-v-13d95168] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewContract.vue?type=style&index=0 */
nav ul[data-v-6098a0b5] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\GoodsReceivedNotes.vue?type=style&index=0 */
nav ul[data-v-e38e6c90] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\GoodsReceivedNoteForm.vue?type=style&index=0 */
nav ul[data-v-2c91462d] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewGoodsReceivedNote.vue?type=style&index=0 */
nav ul[data-v-4070752f] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\PaymentRequests.vue?type=style&index=0 */
nav ul[data-v-42e70e2f] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\PaymentRequestForm.vue?type=style&index=0 */
nav ul[data-v-f4262854] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewPaymentRequest.vue?type=style&index=0 */
nav ul[data-v-f45ff749] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\Papers.vue?type=style&index=0 */
nav ul[data-v-2aa7ab4f] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\PaperForm.vue?type=style&index=0 */
nav ul[data-v-e39b2e43] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewPaper.vue?type=style&index=0 */
nav ul[data-v-652bdb20] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\Settings.vue?type=style&index=0 */
.center-wrap[data-v-be7b96bd] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-be7b96bd] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\Components.vue?type=style&index=0 */
nav ul[data-v-265aa449] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\ComponentForm.vue?type=style&index=0 */
.center-wrap[data-v-ac60fd34] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-ac60fd34] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\PayScales.vue?type=style&index=0 */
nav ul[data-v-b69fc07d] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\PayScaleForm.vue?type=style&index=0 */
nav ul[data-v-0cdfc2d5] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\PayScaleGradeRangesChart.vue?type=style&index=0 */
.mt-2[data-v-16c407db] {
  margin-top: 8px;
}
.flex-row[data-v-16c407db] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\PayScaleTotalsChart.vue?type=style&index=0 */
.mt-2[data-v-70cd8d43] {
  margin-top: 8px;
}
.flex-row[data-v-70cd8d43] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\PayScaleComponentsMixChart.vue?type=style&index=0 */
.mt-2[data-v-3db50a32] {
  margin-top: 8px;
}
.flex-row[data-v-3db50a32] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\ViewPayScale.vue?type=style&index=0 */
.mt-3[data-v-779ae98e] {
  margin-top: 12px;
}
.mb-2[data-v-779ae98e] {
  margin-bottom: 8px;
}
.muted[data-v-779ae98e] {
  font-size: 12px;
  color: #6b7280;
}
.flex-row[data-v-779ae98e] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.flex-wrap[data-v-779ae98e] {
  flex-wrap: wrap;
}
.hint-list[data-v-779ae98e] {
  margin: 0;
  padding-left: 18px;
}
.hint-list li[data-v-779ae98e] {
  margin: 6px 0;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\PayGrades.vue?type=style&index=0 */
nav ul[data-v-ab47a752] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\PayGradeForm.vue?type=style&index=0 */
nav ul[data-v-9ad432ce] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\PayGradeSalaryProgressionChart.vue?type=style&index=0 */
.mt-2[data-v-45298eef] {
  margin-top: 8px;
}
.flex-row[data-v-45298eef] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\PayGradeTotalCompChart.vue?type=style&index=0 */
.mt-2[data-v-cb121bd0] {
  margin-top: 8px;
}
.flex-row[data-v-cb121bd0] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\PayGradeComponentsMixChart.vue?type=style&index=0 */
.mt-2[data-v-bfb6e852] {
  margin-top: 8px;
}
.flex-row[data-v-bfb6e852] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\ViewGrade.vue?type=style&index=0 */
.mt-3[data-v-d9990351] {
  margin-top: 12px;
}
.mb-2[data-v-d9990351] {
  margin-bottom: 8px;
}
.muted[data-v-d9990351] {
  font-size: 12px;
  color: #6b7280;
}
.flex-row[data-v-d9990351] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.flex-wrap[data-v-d9990351] {
  flex-wrap: wrap;
}
.modal-actions[data-v-d9990351] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.ml-2[data-v-d9990351] {
  margin-left: 8px;
}
.drag-title[data-v-d9990351] {
  font-weight: 600;
  margin-bottom: 4px;
}
.hint-list[data-v-d9990351] {
  margin: 0;
  padding-left: 18px;
}
.hint-list li[data-v-d9990351] {
  margin: 6px 0;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\PayGroups.vue?type=style&index=0 */
nav ul[data-v-dda41991] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\PayGroupForm.vue?type=style&index=0 */
nav ul[data-v-d33b67d9] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\PayGroupHeadcountByStatusChart.vue?type=style&index=0 */
.mt-2[data-v-2d9459b8] {
  margin-top: 8px;
}
.flex-row[data-v-2d9459b8] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\PayGroupPayrollTrendChart.vue?type=style&index=0 */
.mt-2[data-v-71158306] {
  margin-top: 8px;
}
.flex-row[data-v-71158306] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\PayGroupPayPointMixChart.vue?type=style&index=0 */
.mt-2[data-v-971c8d8f] {
  margin-top: 8px;
}
.flex-row[data-v-971c8d8f] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\ViewGroup.vue?type=style&index=0 */
.mt-3[data-v-7158ef44] {
  margin-top: 12px;
}
.mb-2[data-v-7158ef44] {
  margin-bottom: 8px;
}
.muted[data-v-7158ef44] {
  font-size: 12px;
  color: #6b7280;
}
.flex-row[data-v-7158ef44] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.flex-wrap[data-v-7158ef44] {
  flex-wrap: wrap;
}
.modal-actions[data-v-7158ef44] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.hint-list[data-v-7158ef44] {
  margin: 0;
  padding-left: 18px;
}
.hint-list li[data-v-7158ef44] {
  margin: 6px 0;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\PayPeriods.vue?type=style&index=0 */
nav ul[data-v-1dda03ec] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\PayPeriodForm.vue?type=style&index=0 */
nav ul[data-v-62adc12a] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\PayPeriodTotalsChart.vue?type=style&index=0 */
.mt-2[data-v-eeab0927] {
  margin-top: 8px;
}
.flex-row[data-v-eeab0927] {
  display: flex;
  gap: 8px;
}
.muted[data-v-eeab0927] {
  font-size: 12px;
  color: #6b7280;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\PayPeriodPayslipStatusChart.vue?type=style&index=0 */
.mt-2[data-v-a345150f] {
  margin-top: 8px;
}
.flex-row[data-v-a345150f] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\PayPeriodTopComponentsChart.vue?type=style&index=0 */
.mt-2[data-v-9c81a90b] {
  margin-top: 8px;
}
.flex-row[data-v-9c81a90b] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\ViewPeriod.vue?type=style&index=0 */
.mt-3[data-v-07bb8ef6] {
  margin-top: 12px;
}
.muted[data-v-07bb8ef6] {
  font-size: 12px;
  color: #6b7280;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\StatutorySchemes.vue?type=style&index=0 */
nav ul[data-v-b9f64e1b] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\StatutorySchemeForm.vue?type=style&index=0 */
nav ul[data-v-a970a867] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\StatutorySchemeSummaryChart.vue?type=style&index=0 */
.mt-2[data-v-a972fa81] {
  margin-top: 8px;
}
.flex-row[data-v-a972fa81] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\StatutorySchemeCalcTypeMixChart.vue?type=style&index=0 */
.mt-2[data-v-c1173537] {
  margin-top: 8px;
}
.flex-row[data-v-c1173537] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\StatutorySchemeStepsAppliesToMixChart.vue?type=style&index=0 */
.mt-2[data-v-dffc3412] {
  margin-top: 8px;
}
.flex-row[data-v-dffc3412] {
  display: flex;
  gap: 8px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\ViewStatutoryScheme.vue?type=style&index=0 */
.mt-3[data-v-e65e011f] {
  margin-top: 12px;
}
.mb-2[data-v-e65e011f] {
  margin-bottom: 8px;
}
.muted[data-v-e65e011f] {
  font-size: 12px;
  color: #6b7280;
}
.flex-row[data-v-e65e011f] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.flex-wrap[data-v-e65e011f] {
  flex-wrap: wrap;
}
.modal-actions[data-v-e65e011f] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.drag-title[data-v-e65e011f] {
  font-weight: 600;
  margin-bottom: 4px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\Loans.vue?type=style&index=0 */
nav ul[data-v-df4d94d8] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\LoanForm.vue?type=style&index=0 */
nav ul[data-v-5fb68cf0] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\ViewLoan.vue?type=style&index=0 */
nav ul[data-v-b612a35f] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\Employees.vue?type=style&index=0 */
nav ul[data-v-22c9b457] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\EmployeeForm.vue?type=style&index=0 */
nav ul[data-v-aef2da21] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\EmployeeProfile.vue?type=style&index=0 */
nav ul[data-v-0250645a] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\PayRuns.vue?type=style&index=0 */
nav ul[data-v-4547cd1d] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\PayRunForm.vue?type=style&index=0 */
nav ul[data-v-76e3fe0c] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\PayRunWorkspace.vue?type=style&index=0 */
nav ul[data-v-a1f482df] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\PayPoints.vue?type=style&index=0 */
nav ul[data-v-03d3477c] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\PayPointForm.vue?type=style&index=0 */
nav ul[data-v-73f286d8] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\AppMain.vue?type=style&index=0 */
.loader-container[data-v-36319b02] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.loader-image[data-v-36319b02] {
  width: 180px;
  height: 180px;
  object-fit: contain;
}
.loading-text[data-v-36319b02] {
  margin-top: 20px;
  font-size: 1.3rem;
  color: #555;
  position: relative;
  width: 160px;
  text-align: center;
}
.loading-text[data-v-36319b02]::after {
  content: "";
  display: inline-block;
  animation: dots-36319b02 1.5s steps(3, end) infinite;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.2em;
  margin-left: 5px;
}
@keyframes dots-36319b02 {
  0%, 20% {
    content: "";
  }
  40% {
    content: ".";
  }
  60% {
    content: "..";
  }
  80%, 100% {
    content: "...";
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Commons\403.vue?type=style&index=0 */
@keyframes slide-up-7852e445 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-slide-up[data-v-7852e445] {
  animation: slide-up-7852e445 0.5s ease-out;
}
@keyframes float-7852e445 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.animate-float[data-v-7852e445] {
  animation: float-7852e445 3s ease-in-out infinite;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Forms\NaiveAlert.vue?type=style&index=0 */
.fade-enter-active[data-v-1e836dbd],
.fade-leave-active[data-v-1e836dbd] {
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-1e836dbd],
.fade-leave-to[data-v-1e836dbd] {
  opacity: 0;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Menu.vue?type=style&index=0 */
.card[data-v-402d9c23] {
  border: 1px solid #ccc;
  padding: 1rem;
  margin: 1rem 0;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Authentication\ResendEmailConfirmation.vue?type=style&index=0 */
@keyframes fade-in-de8907d2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.alert-success[data-v-de8907d2] {
  animation: fade-in-de8907d2 0.5s ease-in;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Communication\SettingForm.vue?type=style&index=0 */
.space-y-2[data-v-4e81151f] > * + * {
  margin-top: .5rem;
}
.mt-2[data-v-4e81151f] {
  margin-top: .5rem;
}
.text-gray-600[data-v-4e81151f] {
  color: #4b5563;
}
.text-xs[data-v-4e81151f] {
  font-size: 0.75rem;
}
.overflow-auto[data-v-4e81151f] {
  overflow: auto;
}
.grid[data-v-4e81151f] {
  display: grid;
}
.grid-cols-12[data-v-4e81151f] {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.gap-2[data-v-4e81151f] {
  grid-gap: .5rem;
}
.col-span-1[data-v-4e81151f] {
  grid-column: span 1 / span 1;
}
.col-span-5[data-v-4e81151f] {
  grid-column: span 5 / span 5;
}
.col-span-6[data-v-4e81151f] {
  grid-column: span 6 / span 6;
}
.flex[data-v-4e81151f] {
  display: flex;
}
.justify-end[data-v-4e81151f] {
  justify-content: flex-end;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Communication\TemplateForm.vue?type=style&index=0 */
.header-left[data-v-c890d67f] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.title-icon[data-v-c890d67f] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f3f4f6;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-icon.clickable[data-v-c890d67f] {
  cursor: pointer;
}
.title[data-v-c890d67f] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.title-sub[data-v-c890d67f] {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
}
.header-mid[data-v-c890d67f] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header-actions[data-v-c890d67f] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
[data-v-c890d67f] .tabs-segmented.n-tabs--line .n-tabs-bar {
  display: none;
}
[data-v-c890d67f] .tabs-segmented .n-tabs-nav {
  width: 100%;
  justify-content: center;
}
[data-v-c890d67f] .tabs-segmented .n-tabs-tab {
  padding: 6px 14px;
  border-radius: 10px;
  font-weight: 600;
  color: #6b7280;
}
[data-v-c890d67f] .tabs-segmented .n-tabs-tab--active {
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #111827;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.04);
}
.sub-card[data-v-c890d67f] {
  border-radius: 10px;
}
.section-title[data-v-c890d67f] {
  font-weight: 600;
  font-size: 14px;
}
.mt-2[data-v-c890d67f] {
  margin-top: 8px;
}
.mt-3[data-v-c890d67f] {
  margin-top: 12px;
}
.mb-1[data-v-c890d67f] {
  margin-bottom: 4px;
}
.grid[data-v-c890d67f] {
  display: grid;
}
.grid-cols-12[data-v-c890d67f] {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.gap-2[data-v-c890d67f] {
  gap: .5rem;
}
.col-span-6[data-v-c890d67f] {
  grid-column: span 6 / span 6;
}
.chip-list[data-v-c890d67f] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.chip[data-v-c890d67f] {
  padding: 4px 8px;
  background: #f3f4f6;
  border-radius: 9999px;
  font-size: 12px;
  color: #374151;
}
.table[data-v-c890d67f] {
  width: 100%;
}
.thead[data-v-c890d67f],
.trow[data-v-c890d67f] {
  display: grid;
  grid-template-columns: 1fr 2fr 64px;
  gap: 8px;
  align-items: center;
}
.thead[data-v-c890d67f] {
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 6px;
}
.tiny[data-v-c890d67f] {
  font-size: 12px;
}
.muted[data-v-c890d67f] {
  color: #6b7280;
}
.plaintext[data-v-c890d67f] {
  white-space: pre-wrap;
}
.flex[data-v-c890d67f] {
  display: flex;
}
.gap-8[data-v-c890d67f] {
  gap: .75rem;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\DocumentManagement\DocumentViewerModal.vue?type=style&index=0 */
.doc-viewer-image-wrap[data-v-6c62a4ab] {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 70vh;
  overflow: auto;
}
.doc-viewer-image[data-v-6c62a4ab] {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
}
.doc-viewer-frame-wrap[data-v-6c62a4ab] {
  height: 70vh;
}
.doc-viewer-frame[data-v-6c62a4ab] {
  width: 100%;
  height: 100%;
  border: none;
}
.doc-viewer-fallback[data-v-6c62a4ab] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.doc-viewer-actions[data-v-6c62a4ab] {
  display: flex;
  justify-content: flex-start;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\BankReconciliation.vue?type=style&index=0 */
.page-wrap[data-v-6eab3bbe] {
  padding-bottom: 32px;
}
.mb-3[data-v-6eab3bbe] {
  margin-bottom: 12px;
}
.grid[data-v-6eab3bbe] {
  display: grid;
}
.grid-cols-12[data-v-6eab3bbe] {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-5[data-v-6eab3bbe] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.col-span-6[data-v-6eab3bbe] {
  grid-column: span 6 / span 6;
}
.gap-3[data-v-6eab3bbe] {
  gap: 12px;
}
.flex[data-v-6eab3bbe] {
  display: flex;
}
.items-center[data-v-6eab3bbe] {
  align-items: center;
}
.justify-between[data-v-6eab3bbe] {
  justify-content: space-between;
}
.justify-end[data-v-6eab3bbe] {
  justify-content: flex-end;
}
.gap-2[data-v-6eab3bbe] {
  gap: 8px;
}
.text-lg[data-v-6eab3bbe] {
  font-size: 1.125rem;
}
.font-semibold[data-v-6eab3bbe] {
  font-weight: 600;
}
.opacity-80[data-v-6eab3bbe] {
  opacity: 0.8;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\CoaTrackingForm.vue?type=style&index=0 */
nav ul[data-v-1f39a43e] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\CostCenterBudget.vue?type=style&index=0 */
.mb-3[data-v-768c0b89] {
  margin-bottom: 12px;
}
.expand-table[data-v-768c0b89] {
  background: #fafafa;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px;
}
.expand-table table[data-v-768c0b89] {
  width: 100%;
  border-collapse: collapse;
}
.expand-table th[data-v-768c0b89],
.expand-table td[data-v-768c0b89] {
  padding: 6px 8px;
  border-bottom: 1px solid #f0f0f0;
}
.expand-actions[data-v-768c0b89] {
  margin-top: 6px;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\JobRequisitionDashboard.vue?type=style&index=0 */
.dashboard-container[data-v-f472543c] {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.kpi-card[data-v-f472543c] {
  text-align: center;
}
.kpi-title[data-v-f472543c] {
  font-weight: 500;
  color: gray;
  margin-bottom: 6px;
}
.chart-card[data-v-f472543c] {
  padding: 0.5rem;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\JobRequisitionQuestionWizard.vue?type=style&index=0 */
.question-container[data-v-7f7894ba] {
  min-height: 250px;
  padding: 16px 0;
}
.question-header[data-v-7f7894ba] {
  margin-bottom: 24px;
}
.question-text[data-v-7f7894ba] {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.fade-enter-active[data-v-7f7894ba],
.fade-leave-active[data-v-7f7894ba] {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.fade-enter-from[data-v-7f7894ba] {
  opacity: 0;
  transform: translateX(20px);
}
.fade-leave-to[data-v-7f7894ba] {
  opacity: 0;
  transform: translateX(-20px);
}
[data-v-7f7894ba] .n-step__title {
  font-size: 12px;
}
[data-v-7f7894ba] .n-step__description {
  font-size: 11px;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\OrgTree.vue?type=style&index=0 */
.org-branch[data-v-d8e2bd89] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 12px 16px;
  position: relative;
  transition: all 0.2s ease;
}
.org-branch.drag-over[data-v-d8e2bd89] {
  background: rgba(24, 160, 251, 0.08);
  border-radius: 16px;
  padding: 8px;
}
.position-card[data-v-d8e2bd89] {
  min-width: 260px;
  max-width: 320px;
  background: var(--n-color);
  border: 2px solid var(--n-border-color);
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  cursor: grab;
  transition: all 0.2s ease;
}
.position-card[data-v-d8e2bd89]:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: var(--n-primary-color-hover);
}
.position-card.dragging[data-v-d8e2bd89] {
  opacity: 0.4;
  cursor: grabbing;
  transform: scale(0.95);
}
.position-card.selected[data-v-d8e2bd89] {
  border-color: var(--n-primary-color);
  box-shadow: 0 4px 16px rgba(24, 160, 251, 0.3);
}
.position-card.vacant[data-v-d8e2bd89] {
  border-left: 4px solid #f59e0b;
}
.position-card.over-authorized[data-v-d8e2bd89] {
  border-left: 4px solid #ef4444;
}
.card-header[data-v-d8e2bd89] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  background:
    linear-gradient(
      135deg,
      var(--n-color-target) 0%,
      var(--n-color) 100%);
  border-bottom: 1px solid var(--n-border-color);
}
.position-info[data-v-d8e2bd89] {
  flex: 1;
  min-width: 0;
}
.position-title[data-v-d8e2bd89] {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
  color: var(--n-text-color);
  line-height: 1.3;
}
.position-code[data-v-d8e2bd89] {
  font-size: 12px;
  color: var(--n-text-color-disabled);
  font-family: "Courier New", monospace;
}
.status-badge[data-v-d8e2bd89] {
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.status-badge.active[data-v-d8e2bd89] {
  background: #d1fae5;
  color: #065f46;
}
.status-badge.inactive[data-v-d8e2bd89] {
  background: #fef3c7;
  color: #92400e;
}
.status-badge.deleted[data-v-d8e2bd89] {
  background: #fee2e2;
  color: #991b1b;
}
.card-body[data-v-d8e2bd89] {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info-row[data-v-d8e2bd89] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  gap: 8px;
}
.info-row .label[data-v-d8e2bd89] {
  color: var(--n-text-color-disabled);
  font-weight: 500;
  flex-shrink: 0;
}
.info-row .value[data-v-d8e2bd89] {
  color: var(--n-text-color);
  font-weight: 600;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-row.employee .value[data-v-d8e2bd89] {
  color: var(--n-primary-color);
}
.info-row.vacant-notice[data-v-d8e2bd89] {
  justify-content: center;
  padding: 8px;
  background: #fef3c7;
  border-radius: 8px;
  margin: -4px 0;
}
.vacant-text[data-v-d8e2bd89] {
  color: #92400e;
  font-weight: 600;
  font-size: 12px;
}
.grade-badge[data-v-d8e2bd89] {
  background: var(--n-primary-color-hover);
  color: white;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
}
.warning-banner[data-v-d8e2bd89] {
  padding: 8px 12px;
  background: #fee2e2;
  color: #991b1b;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin-top: 4px;
}
.card-actions[data-v-d8e2bd89] {
  display: flex;
  gap: 6px;
  padding: 12px 16px;
  background: var(--n-color-target);
  border-top: 1px solid var(--n-border-color);
  justify-content: space-between;
}
.org-children[data-v-d8e2bd89] {
  display: flex;
  gap: 24px;
  padding-top: 32px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.connector-line[data-v-d8e2bd89] {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 20px;
  background: var(--n-border-color);
  transform: translateX(-50%);
}
.fade-enter-active[data-v-d8e2bd89],
.fade-leave-active[data-v-d8e2bd89] {
  transition: all 0.3s ease;
}
.fade-enter-from[data-v-d8e2bd89],
.fade-leave-to[data-v-d8e2bd89] {
  opacity: 0;
  transform: translateY(-10px) scale(0.95);
}
@media (max-width: 768px) {
  .position-card[data-v-d8e2bd89] {
    min-width: 240px;
    max-width: 280px;
  }
  .org-children[data-v-d8e2bd89] {
    gap: 16px;
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\ViewPayRun.vue?type=style&index=0 */
nav ul[data-v-fd86d976] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\GoodsReturnForm.vue?type=style&index=0 */
nav ul[data-v-1aacc872] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\GoodsReturns.vue?type=style&index=0 */
nav ul[data-v-d1371d33] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewGoodsReturn.vue?type=style&index=0 */
nav ul[data-v-8d351c71] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\LotSettings.vue?type=style&index=0 */
nav ul[data-v-563c4b0b] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\LotSettingsForm.vue?type=style&index=0 */
.center-wrap[data-v-b31af29c] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-b31af29c] {
  display: inherit !important;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\PageLayout\TwoPaneView.vue?type=style&index=0 */
.two-pane[data-v-db75b62b] {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: stretch;
}
.pane[data-v-db75b62b] {
  min-width: 0;
  overflow: hidden;
  transition:
    flex-basis 300ms ease,
    transform 300ms ease,
    opacity 300ms ease;
}
.pane.left.collapsed[data-v-db75b62b] {
  transform: translateX(-12px);
  opacity: 0;
  pointer-events: none;
}
.pane.right.collapsed[data-v-db75b62b] {
  transform: translateX(12px);
  opacity: 0;
  pointer-events: none;
}
.footer-actions[data-v-db75b62b] {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.edge-handle[data-v-db75b62b] {
  position: absolute;
  top: 8px;
}
.edge-handle.left[data-v-db75b62b] {
  left: -6px;
}
.edge-handle.right[data-v-db75b62b] {
  right: -6px;
}
@media (max-width: 640px) {
  .two-pane[data-v-db75b62b] {
    flex-direction: column;
  }
  .pane.left.collapsed[data-v-db75b62b],
  .pane.right.collapsed[data-v-db75b62b] {
    transform: translateY(-6px);
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\PageTitle.vue?type=style&index=0 */

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Pages\ResetPassword.vue?type=style&index=0 */
.fade-enter-active[data-v-87dd1257],
.fade-leave-active[data-v-87dd1257] {
  transition: opacity 0.5s;
}
.fade-enter-from[data-v-87dd1257],
.fade-leave-to[data-v-87dd1257] {
  opacity: 0;
}
.custom-button[data-v-87dd1257] {
  color: black;
  border-radius: 7px;
  margin-bottom: 5px;
  width: 100%;
}
.custom-button[data-v-87dd1257]:hover {
  color: black;
}
.form-input[data-v-87dd1257] {
  margin-bottom: 16px;
  width: 100%;
  border-radius: 7px;
  padding: 7px 10px;
  display: block;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Pages\Setup.vue?type=style&index=0 */
.md\:container-width[data-v-9f34082c] {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.md\:container-height[data-v-9f34082c] {
  min-height: calc(100vh - 6rem);
}
.shadow-custom[data-v-9f34082c] {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
main[data-v-9f34082c] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
div[class*=flex] > div[data-v-9f34082c]:last-child {
  display: flex;
  justify-content: space-between;
}
div[style*="flex-col items-center justify-center"][data-v-9f34082c] {
  text-align: center;
}
@media (max-width: 767px) {
  .md\:grid[data-v-9f34082c] {
    grid-template-columns: 1fr;
  }
  main[data-v-9f34082c] {
    padding: 1rem;
  }
  div[class*=flex] > div[data-v-9f34082c]:last-child {
    flex-direction: column;
    gap: 1rem;
  }
  button[data-v-9f34082c] {
    width: 100%;
  }
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Setup\ModuleIntro.vue?type=style&index=0 */
.custom-button[data-v-ce8fb29a] {
  color: black;
}
.custom-button[data-v-ce8fb29a]:hover {
  color: white;
}

/* sfc-style:C:\Users\mulan\source\repos\raven\Raven\BackOfficeApp\Scripts\vue\components\Tables\ExpandableTable.vue?type=style&index=0 */
.table-container[data-v-1909daa1] {
  max-width: 100%;
  margin: 20px 0;
}
.table-header[data-v-1909daa1] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.dynamic-table[data-v-1909daa1] {
  width: 100%;
  border-collapse: collapse;
}
.dynamic-table th[data-v-1909daa1],
.dynamic-table td[data-v-1909daa1] {
  border: 1px solid var(--n-border-color);
  padding: 8px;
  text-align: left;
}
.dynamic-table th[data-v-1909daa1] {
  background-color: var(--n-color-bg);
  font-weight: bold;
}
.form-input[data-v-1909daa1] {
  width: 100%;
}

/* node_modules/sweetalert2/dist/sweetalert2.min.css */
:root {
  --swal2-outline: 0 0 0 3px rgba(100, 150, 200, 0.5);
  --swal2-container-padding: 0.625em;
  --swal2-backdrop: rgba(0, 0, 0, 0.4);
  --swal2-backdrop-transition: background-color 0.1s;
  --swal2-width: 32em;
  --swal2-padding: 0 0 1.25em;
  --swal2-border: none;
  --swal2-border-radius: 0.3125rem;
  --swal2-background: white;
  --swal2-color: #545454;
  --swal2-show-animation: swal2-show 0.3s;
  --swal2-hide-animation: swal2-hide 0.15s forwards;
  --swal2-icon-zoom: 1;
  --swal2-icon-animations: true;
  --swal2-title-padding: 0.8em 1em 0;
  --swal2-html-container-padding: 1em 1.6em 0.3em;
  --swal2-input-border: 1px solid #d9d9d9;
  --swal2-input-border-radius: 0.1875em;
  --swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  --swal2-input-background: transparent;
  --swal2-input-transition: border-color 0.2s, box-shadow 0.2s;
  --swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  --swal2-input-focus-border: 1px solid #b4dbed;
  --swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px $swal2-outline-color;
  --swal2-progress-step-background: #add8e6;
  --swal2-validation-message-background: #f0f0f0;
  --swal2-validation-message-color: #666;
  --swal2-footer-border-color: #eee;
  --swal2-footer-background: transparent;
  --swal2-footer-color: inherit;
  --swal2-timer-progress-bar-background: rgba(0, 0, 0, 0.3);
  --swal2-close-button-position: initial;
  --swal2-close-button-inset: auto;
  --swal2-close-button-font-size: 2.5em;
  --swal2-close-button-color: #ccc;
  --swal2-close-button-transition: color 0.2s, box-shadow 0.2s;
  --swal2-close-button-outline: initial;
  --swal2-close-button-box-shadow: inset 0 0 0 3px transparent;
  --swal2-close-button-focus-box-shadow: inset var(--swal2-outline);
  --swal2-close-button-hover-transform: none;
  --swal2-actions-justify-content: center;
  --swal2-actions-width: auto;
  --swal2-actions-margin: 1.25em auto 0;
  --swal2-actions-padding: 0;
  --swal2-actions-border-radius: 0;
  --swal2-actions-background: transparent;
  --swal2-action-button-transition: background-color 0.2s, box-shadow 0.2s;
  --swal2-action-button-hover: black 10%;
  --swal2-action-button-active: black 10%;
  --swal2-confirm-button-box-shadow: none;
  --swal2-confirm-button-border-radius: 0.25em;
  --swal2-confirm-button-background-color: #7066e0;
  --swal2-confirm-button-color: #fff;
  --swal2-deny-button-box-shadow: none;
  --swal2-deny-button-border-radius: 0.25em;
  --swal2-deny-button-background-color: #dc3741;
  --swal2-deny-button-color: #fff;
  --swal2-cancel-button-box-shadow: none;
  --swal2-cancel-button-border-radius: 0.25em;
  --swal2-cancel-button-background-color: #6e7881;
  --swal2-cancel-button-color: #fff;
  --swal2-toast-show-animation: swal2-toast-show 0.5s;
  --swal2-toast-hide-animation: swal2-toast-hide 0.1s forwards;
  --swal2-toast-border: none;
  --swal2-toast-box-shadow:
    0 0 1px hsl(0deg 0% 0% / 0.075),
    0 1px 2px hsl(0deg 0% 0% / 0.075),
    1px 2px 4px hsl(0deg 0% 0% / 0.075),
    1px 3px 8px hsl(0deg 0% 0% / 0.075),
    2px 4px 16px hsl(0deg 0% 0% / 0.075);
}
[data-swal2-theme=dark] {
  --swal2-dark-theme-black: #19191a;
  --swal2-dark-theme-white: #e1e1e1;
  --swal2-background: var(--swal2-dark-theme-black);
  --swal2-color: var(--swal2-dark-theme-white);
  --swal2-footer-border-color: #555;
  --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
  --swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );
  --swal2-validation-message-color: var(--swal2-dark-theme-white);
  --swal2-timer-progress-bar-background: rgba(255, 255, 255, 0.7);
}
@media (prefers-color-scheme: dark) {
  [data-swal2-theme=auto] {
    --swal2-dark-theme-black: #19191a;
    --swal2-dark-theme-white: #e1e1e1;
    --swal2-background: var(--swal2-dark-theme-black);
    --swal2-color: var(--swal2-dark-theme-white);
    --swal2-footer-border-color: #555;
    --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
    --swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );
    --swal2-validation-message-color: var(--swal2-dark-theme-white);
    --swal2-timer-progress-bar-background: rgba(255, 255, 255, 0.7);
  }
}
body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px var(--swal2-backdrop);
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: var(--swal2-container-padding);
  overflow-x: hidden;
  transition: var(--swal2-backdrop-transition);
  -webkit-overflow-scrolling: touch;
}
div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
  background: var(--swal2-backdrop);
}
div:where(.swal2-container).swal2-backdrop-hide {
  background: rgba(0, 0, 0, 0) !important;
}
div:where(.swal2-container).swal2-top-start,
div:where(.swal2-container).swal2-center-start,
div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
div:where(.swal2-container).swal2-top,
div:where(.swal2-container).swal2-center,
div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
div:where(.swal2-container).swal2-top-end,
div:where(.swal2-container).swal2-center-end,
div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}
div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  place-self: start center;
}
div:where(.swal2-container).swal2-top-end > .swal2-popup,
div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  place-self: start end;
}
div:where(.swal2-container).swal2-center-start > .swal2-popup,
div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}
div:where(.swal2-container).swal2-center-end > .swal2-popup,
div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}
div:where(.swal2-container).swal2-bottom-start > .swal2-popup,
div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}
div:where(.swal2-container).swal2-bottom-end > .swal2-popup,
div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}
div:where(.swal2-container).swal2-grow-row > .swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
div:where(.swal2-container).swal2-grow-column > .swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}
div:where(.swal2-container)[popover] {
  width: auto;
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: var(--swal2-width);
  max-width: 100%;
  padding: var(--swal2-padding);
  border: var(--swal2-border);
  border-radius: var(--swal2-border-radius);
  background: var(--swal2-background);
  color: var(--swal2-color);
  font-family: inherit;
  font-size: 1rem;
  container-name: swal2-popup;
}
div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon) {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging {
  cursor: grabbing;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon) {
  cursor: grabbing;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: var(--swal2-title-padding);
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
  cursor: initial;
}
div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: var(--swal2-actions-justify-content);
  width: var(--swal2-actions-width);
  margin: var(--swal2-actions-margin);
  padding: var(--swal2-actions-padding);
  border-radius: var(--swal2-actions-border-radius);
  background: var(--swal2-actions-background);
}
div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: .25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0);
}
div:where(.swal2-container) button:where(.swal2-styled) {
  margin: .3125em;
  padding: .625em 1.1em;
  transition: var(--swal2-action-button-transition);
  border: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  font-weight: 500;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border-radius: var(--swal2-confirm-button-border-radius);
  background: initial;
  background-color: var(--swal2-confirm-button-background-color);
  box-shadow: var(--swal2-confirm-button-box-shadow);
  color: var(--swal2-confirm-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
  background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-hover));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active {
  background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-active));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
  border-radius: var(--swal2-deny-button-border-radius);
  background: initial;
  background-color: var(--swal2-deny-button-background-color);
  box-shadow: var(--swal2-deny-button-box-shadow);
  color: var(--swal2-deny-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover {
  background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-hover));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active {
  background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-active));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  border-radius: var(--swal2-cancel-button-border-radius);
  background: initial;
  background-color: var(--swal2-cancel-button-background-color);
  box-shadow: var(--swal2-cancel-button-box-shadow);
  color: var(--swal2-cancel-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover {
  background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-hover));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active {
  background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-active));
}
div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
  outline: none;
  box-shadow: var(--swal2-action-button-focus-box-shadow);
}
div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading) {
  opacity: .4;
}
div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid var(--swal2-footer-border-color);
  background: var(--swal2-footer-background);
  color: var(--swal2-footer-color);
  font-size: 1em;
  text-align: center;
  cursor: initial;
}
div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: var(--swal2-border-radius);
  border-bottom-left-radius: var(--swal2-border-radius);
}
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: .25em;
  background: var(--swal2-timer-progress-bar-background);
}
div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
  cursor: initial;
}
div:where(.swal2-container) button:where(.swal2-close) {
  position: var(--swal2-close-button-position);
  inset: var(--swal2-close-button-inset);
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: var(--swal2-close-button-transition);
  border: none;
  border-radius: var(--swal2-border-radius);
  outline: var(--swal2-close-button-outline);
  background: rgba(0, 0, 0, 0);
  color: var(--swal2-close-button-color);
  font-family: monospace;
  font-size: var(--swal2-close-button-font-size);
  cursor: pointer;
  justify-self: end;
}
div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: var(--swal2-close-button-hover-transform);
  background: rgba(0, 0, 0, 0);
  color: #f27474;
}
div:where(.swal2-container) button:where(.swal2-close):focus-visible {
  outline: none;
  box-shadow: var(--swal2-close-button-focus-box-shadow);
}
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: var(--swal2-html-container-padding);
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
  cursor: initial;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: var(--swal2-input-transition);
  border: var(--swal2-input-border);
  border-radius: var(--swal2-input-border-radius);
  background: var(--swal2-input-background);
  box-shadow: var(--swal2-input-box-shadow);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
div:where(.swal2-container) input:where(.swal2-input):hover,
div:where(.swal2-container) input:where(.swal2-file):hover,
div:where(.swal2-container) textarea:where(.swal2-textarea):hover {
  box-shadow: var(--swal2-input-hover-box-shadow);
}
div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: var(--swal2-input-focus-border);
  outline: none;
  box-shadow: var(--swal2-input-focus-box-shadow);
}
div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}
div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: var(--swal2-background);
}
div:where(.swal2-container) .swal2-range input {
  width: 80%;
}
div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 .75em;
}
div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: var(--swal2-input-background);
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: .75em;
}
div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: var(--swal2-input-background);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: var(--swal2-background);
  color: inherit;
}
div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 .4em;
}
div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: .625em;
  overflow: hidden;
  background: var(--swal2-validation-message-background);
  color: var(--swal2-validation-message-color);
  font-size: 1em;
  font-weight: 300;
}
div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  font-weight: 600;
}
div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: var(--swal2-progress-step-background);
  color: #fff;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: var(--swal2-progress-step-background);
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #2778c4;
}
div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto .6em;
  zoom: var(--swal2-icon-zoom);
  border: .25em solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}
div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}
div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon .5s;
  }
  div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
    animation: swal2-animate-error-x-mark .5s;
  }
}
div:where(.swal2-icon).swal2-warning {
  border-color: #f8bb86;
  color: #f8bb86;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-warning.swal2-icon-show {
    animation: swal2-animate-error-icon .5s;
  }
  div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark .5s;
  }
}
div:where(.swal2-icon).swal2-info {
  border-color: #3fc3ee;
  color: #3fc3ee;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-info.swal2-icon-show {
    animation: swal2-animate-error-icon .5s;
  }
  div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark .8s;
  }
}
div:where(.swal2-icon).swal2-question {
  border-color: #87adbd;
  color: #87adbd;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-question.swal2-icon-show {
    animation: swal2-animate-error-icon .5s;
  }
  div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-question-mark .8s;
  }
}
div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: .25em solid rgba(165, 220, 134, .3);
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip .75s;
  }
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-animate-success-line-long .75s;
  }
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
  }
}
[class^=swal2] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.swal2-show {
  animation: var(--swal2-show-animation);
}
.swal2-hide {
  animation: var(--swal2-hide-animation);
}
.swal2-noanimation {
  transition: none;
}
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}
.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  border: var(--swal2-toast-border);
  background: var(--swal2-background);
  box-shadow: var(--swal2-toast-box-shadow);
  pointer-events: all;
}
.swal2-toast > * {
  grid-column: 2;
}
.swal2-toast h2:where(.swal2-title) {
  margin: .5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-toast input:where(.swal2-input) {
  height: 2em;
  margin: .5em;
  font-size: 1em;
}
.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-toast div:where(.swal2-footer) {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em;
}
.swal2-toast button:where(.swal2-close) {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: .8em;
  height: .8em;
  margin: 0;
  font-size: 2em;
}
.swal2-toast div:where(.swal2-html-container) {
  margin: .5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast div:where(.swal2-html-container):empty {
  padding: 0;
}
.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: .25em;
}
.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 .5em 0 0;
}
.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em;
}
.swal2-toast div:where(.swal2-actions) {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: .5em;
  padding: 0 .5em;
}
.swal2-toast button:where(.swal2-styled) {
  margin: .25em .5em;
  padding: .4em .6em;
  font-size: 1em;
}
.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}
.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip .75s;
  }
  .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long .75s;
  }
}
.swal2-toast.swal2-show {
  animation: var(--swal2-toast-show-animation);
}
.swal2-toast.swal2-hide {
  animation: var(--swal2-toast-hide-animation);
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: .4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: .8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}
/*# sourceMappingURL=app.css.map */
