/* 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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Home\Dashboard.vue?type=style&index=0 */
.rvn-dash[data-v-3823ca61] {
  padding: 10px;
  z-index: 999;
}
.rvn-hero[data-v-3823ca61] {
  border-radius: 18px;
  background:
    linear-gradient(
      135deg,
      rgba(94, 129, 244, .12),
      rgba(65, 64, 153, .10));
  border: 1px solid rgba(94, 129, 244, .20);
  z-index: 999;
}
.rvn-hero__row[data-v-3823ca61] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.rvn-hero__title[data-v-3823ca61] {
  font-weight: 800;
  font-size: 1.1rem;
  color: #131336;
}
.rvn-hero__sub[data-v-3823ca61] {
  color: #5b6075;
  margin-top: 2px;
}
.rvn-kpiStrip[data-v-3823ca61] {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 2px;
  z-index: 999;
}
.rvn-kpiStrip__inner[data-v-3823ca61] {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 1fr);
  gap: 12px;
  min-width: 900px;
  z-index: 999;
}
.rvn-kpi[data-v-3823ca61] {
  border-radius: 16px;
  padding: 14px 14px;
  color: #fff;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  z-index: 999;
}
.rvn-kpi__top[data-v-3823ca61] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.rvn-kpi__label[data-v-3823ca61] {
  opacity: .92;
  font-weight: 700;
  letter-spacing: .2px;
}
.rvn-kpi__value[data-v-3823ca61] {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.05;
  margin-top: 4px;
}
.rvn-kpi__meta[data-v-3823ca61] {
  margin-top: 8px;
  opacity: .9;
  font-size: .9rem;
}
.rvn-kpi--blue[data-v-3823ca61] {
  background:
    linear-gradient(
      135deg,
      #5e81f4,
      #414099);
}
.rvn-kpi--red[data-v-3823ca61] {
  background:
    linear-gradient(
      135deg,
      #ef4444,
      #b91c1c);
}
.rvn-kpi--amber[data-v-3823ca61] {
  background:
    linear-gradient(
      135deg,
      #f59e0b,
      #b45309);
}
.rvn-kpi--green[data-v-3823ca61] {
  background:
    linear-gradient(
      135deg,
      #10b981,
      #065f46);
}
.rvn-card[data-v-3823ca61] {
  border-radius: 18px;
  border: 1px solid rgba(20, 20, 60, 0.06);
}
.rvn-card--purple[data-v-3823ca61] {
  background:
    linear-gradient(
      135deg,
      rgba(139, 92, 246, .10),
      rgba(236, 72, 153, .06));
}
.rvn-card--soft[data-v-3823ca61] {
  background:
    linear-gradient(
      135deg,
      rgba(16, 185, 129, .08),
      rgba(94, 129, 244, .06));
}
.rvn-card__head[data-v-3823ca61] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.rvn-card__title[data-v-3823ca61] {
  font-weight: 800;
  color: #131336;
}
.rvn-alert[data-v-3823ca61] {
  margin-bottom: 10px;
  border-radius: 12px;
}
.rvn-tableWrap[data-v-3823ca61] {
  width: 100%;
  min-width: 0;
}
.rvn-hint[data-v-3823ca61] {
  color: #5b6075;
  font-size: .9rem;
  margin-bottom: 10px;
}
.rvn-notif[data-v-3823ca61] {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 20, 60, 0.07);
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.rvn-notif[data-v-3823ca61]:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
}
.rvn-notif__row[data-v-3823ca61] {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
}
.rvn-notif__title[data-v-3823ca61] {
  font-weight: 800;
  color: #131336;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rvn-notif__body[data-v-3823ca61] {
  color: #4b5563;
  margin-top: 6px;
  font-size: .92rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rvn-notif__meta[data-v-3823ca61] {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  font-size: .86rem;
}
.rvn-dot[data-v-3823ca61] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef4444;
  margin-right: 8px;
}
.rvn-health[data-v-3823ca61] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rvn-health__meta[data-v-3823ca61] {
  display: grid;
  gap: 2px;
}
.rvn-health__k[data-v-3823ca61] {
  font-weight: 900;
  color: #131336;
}
.rvn-health__s[data-v-3823ca61] {
  color: #5b6075;
  font-size: .92rem;
}
.rvn-miniRow__label[data-v-3823ca61] {
  font-weight: 700;
  color: #131336;
  margin-bottom: 4px;
}
[data-v-3823ca61] .n-card-header {
  padding-top: 12px;
  padding-bottom: 10px;
}
[data-v-3823ca61] .n-card__content {
  padding-top: 12px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Layout\Menu.vue?type=style&index=0 */
.vertical-nav-menu[data-v-f731055f] {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.app-sidebar__heading[data-v-f731055f] {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0.75rem 0;
  font-weight: bold;
  color: #3f6ad8;
  white-space: nowrap;
  position: relative;
}
.vertical-nav-menu li a[data-v-f731055f] {
  display: block;
  line-height: 2.4rem;
  height: 2.4rem;
  padding: 0 1.5rem 0 45px;
  position: relative;
  border-radius: 0.25rem;
  color: #343a40;
  white-space: nowrap;
  transition: all 0.2s;
  margin: 0.1rem 0;
  text-decoration: none;
  cursor: pointer;
}
.vertical-nav-menu li a[data-v-f731055f]:hover {
  background: #e0f3ff;
  text-decoration: none;
}
.vertical-nav-menu li.mm-active > a[data-v-f731055f] {
  font-weight: bold;
}
.vertical-nav-menu li.mm-open > a[data-v-f731055f] {
  background: rgba(63, 106, 216, 0.08);
  box-shadow: inset 3px 0 0 rgba(63, 106, 216, 0.55);
  font-weight: 700;
}
.vertical-nav-menu i.metismenu-icon[data-v-f731055f],
.vertical-nav-menu i.metismenu-state-icon[data-v-f731055f] {
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -17px;
  font-size: 1.5rem;
  opacity: 0.3;
  transition: opacity 200ms, transform 200ms;
}
.vertical-nav-menu i.metismenu-state-icon[data-v-f731055f] {
  left: auto;
  right: 0;
  opacity: 0.45;
}
.vertical-nav-menu li.mm-open > a i.metismenu-state-icon[data-v-f731055f] {
  transform: rotate(-180deg);
  opacity: 1;
}
.vertical-nav-menu ul[data-v-f731055f] {
  margin: 0;
  position: relative;
  list-style: none;
  padding: 0.5em 0 0 2rem;
}
.vertical-nav-menu ul[data-v-f731055f]:before {
  content: "";
  height: 100%;
  opacity: 1;
  width: 3px;
  background: #e0f3ff;
  position: absolute;
  left: 20px;
  top: 0;
  border-radius: 15px;
}
.vertical-nav-menu ul > li > a[data-v-f731055f] {
  color: #6c757d;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem 0;
}
.vertical-nav-menu ul > li > a[data-v-f731055f]:hover {
  color: #3f6ad8;
  background: transparent;
}
.vertical-nav-menu ul > li > a .metismenu-icon[data-v-f731055f] {
  display: none;
}
.vertical-nav-menu .mm-collapse[data-v-f731055f] {
  overflow: hidden;
}
.app-sidebar.sidebar-text-light .app-sidebar__heading[data-v-f731055f] {
  color: rgba(255, 255, 255, 0.6);
}
.app-sidebar.sidebar-text-light .vertical-nav-menu li a[data-v-f731055f] {
  color: rgba(255, 255, 255, 0.7);
}
.app-sidebar.sidebar-text-light .vertical-nav-menu li a[data-v-f731055f]:hover {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}
.app-sidebar.sidebar-text-light .vertical-nav-menu li.mm-open > a[data-v-f731055f] {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 3px 0 0 rgba(255, 255, 255, 0.35);
}
.app-sidebar.sidebar-text-light .vertical-nav-menu ul[data-v-f731055f]:before {
  background: rgba(255, 255, 255, 0.1);
}
.app-sidebar.sidebar-text-light .vertical-nav-menu ul > li > a[data-v-f731055f] {
  color: rgba(255, 255, 255, 0.6);
}
.app-sidebar.sidebar-text-light .vertical-nav-menu ul > li > a[data-v-f731055f]:hover {
  color: white;
}
.app-sidebar.sidebar-text-dark .app-sidebar__heading[data-v-f731055f] {
  color: rgba(0, 0, 0, 0.6);
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu li a[data-v-f731055f] {
  color: rgba(0, 0, 0, 0.6);
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu li a[data-v-f731055f]:hover {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.75);
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu li.mm-open > a[data-v-f731055f] {
  background: rgba(0, 0, 0, 0.07);
  box-shadow: inset 3px 0 0 rgba(0, 0, 0, 0.25);
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu ul[data-v-f731055f]:before {
  background: rgba(0, 0, 0, 0.1);
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu ul > li > a[data-v-f731055f] {
  color: rgba(0, 0, 0, 0.45);
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu ul > li > a[data-v-f731055f]:hover {
  color: rgba(0, 0, 0, 0.75);
}
.closed-sidebar .vertical-nav-menu li a[data-v-f731055f] {
  text-indent: -99rem;
  padding: 0;
}
.closed-sidebar .vertical-nav-menu i.metismenu-icon[data-v-f731055f] {
  text-indent: 0;
  left: 50%;
  margin-left: -17px;
}
.closed-sidebar .vertical-nav-menu i.metismenu-state-icon[data-v-f731055f] {
  visibility: hidden;
}
.closed-sidebar .vertical-nav-menu ul[data-v-f731055f]:before {
  display: none;
}
.closed-sidebar .vertical-nav-menu ul[data-v-f731055f] {
  padding: 0;
}
.closed-sidebar .app-sidebar:hover .vertical-nav-menu li a[data-v-f731055f] {
  text-indent: initial;
  padding: 0 1.5rem 0 45px;
}
.closed-sidebar .app-sidebar:hover .vertical-nav-menu i.metismenu-icon[data-v-f731055f] {
  left: 5px;
  margin-left: 0;
}
.closed-sidebar .app-sidebar:hover .vertical-nav-menu i.metismenu-state-icon[data-v-f731055f] {
  visibility: visible;
}
.closed-sidebar .app-sidebar:hover .vertical-nav-menu ul[data-v-f731055f] {
  padding: 0.5em 0 0 2rem;
}
.menu-empty-wrap[data-v-f731055f] {
  padding: 0.75rem 0;
}
.menu-empty[data-v-f731055f] {
  border-radius: 0.5rem;
  padding: 0.9rem 0.9rem;
  background: rgba(63, 106, 216, 0.06);
  border: 1px solid rgba(63, 106, 216, 0.12);
}
.menu-empty-icon[data-v-f731055f] {
  font-size: 20px;
  margin-bottom: 6px;
}
.menu-empty-title[data-v-f731055f] {
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 4px;
  color: #3f6ad8;
}
.menu-empty-text[data-v-f731055f] {
  font-size: 12px;
  opacity: 0.85;
  line-height: 1.35;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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-header[data-v-117771a6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.section-title[data-v-117771a6] {
  font-weight: 600;
  font-size: 14px;
}
.collapse-btn[data-v-117771a6] {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #f3f4f6;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.mt-2[data-v-117771a6] {
  margin-top: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\DocumentManagement\DocumentViewer.vue?type=style&index=0 */
.doc-viewer-root[data-v-e4dd62b8] {
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.spin-wrap[data-v-e4dd62b8] {
  width: 100%;
  height: 100%;
  min-height: 0;
}
.doc-viewer-content[data-v-e4dd62b8] {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.doc-viewer-header[data-v-e4dd62b8] {
  flex: 0 0 auto;
  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 1 auto;
  min-height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.variant-inline .doc-viewer-header[data-v-e4dd62b8] {
  display: none;
}
.variant-inline .doc-viewer-body[data-v-e4dd62b8] {
  overflow: hidden;
}
.variant-full .doc-viewer-body[data-v-e4dd62b8] {
  overflow: auto;
}
.doc-viewer-image[data-v-e4dd62b8] {
  width: 100%;
  height: 100%;
  display: block;
}
.doc-viewer-frame[data-v-e4dd62b8] {
  width: 100%;
  height: 100%;
  border: none;
}
.doc-viewer-fallback[data-v-e4dd62b8] {
  width: 100%;
  padding: 12px;
}
.doc-viewer-error[data-v-e4dd62b8],
.doc-viewer-empty[data-v-e4dd62b8] {
  padding: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Account\UserProfile.vue?type=style&index=0 */
.photo-wrap[data-v-04fcb48a] {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 180px;
  background: #f0f2f5;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: none;
  padding: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-wrap.clickable[data-v-04fcb48a] {
  cursor: pointer;
}
.photo-wrap.clickable[data-v-04fcb48a]:hover {
  filter: brightness(0.93);
}
.photo-wrap.clickable[data-v-04fcb48a]:active {
  transform: scale(0.98);
}
.photo-wrap[data-v-04fcb48a]:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
}
.avatar-placeholder[data-v-04fcb48a] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.mt-3[data-v-04fcb48a] {
  margin-top: 12px;
}
.mb-2[data-v-04fcb48a] {
  margin-bottom: 8px;
}
.mb-3[data-v-04fcb48a] {
  margin-bottom: 12px;
}
.add-btn[data-v-04fcb48a] {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}
.flex[data-v-04fcb48a] {
  display: flex;
}
.items-center[data-v-04fcb48a] {
  align-items: center;
}
.gap-2[data-v-04fcb48a] {
  gap: 8px;
}
.flex-wrap[data-v-04fcb48a] {
  flex-wrap: wrap;
}
.side-label[data-v-04fcb48a] {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.section-title[data-v-04fcb48a] {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.form-footer[data-v-04fcb48a] {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.request-card[data-v-04fcb48a] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition: box-shadow 0.18s, border-color 0.18s;
  background: #fff;
}
.request-card[data-v-04fcb48a]:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border-color: #d1d5db;
}
.req-icon[data-v-04fcb48a] {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.req-content[data-v-04fcb48a] {
  flex: 1;
  min-width: 0;
}
.req-title[data-v-04fcb48a] {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.req-desc[data-v-04fcb48a] {
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
  line-height: 1.4;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Account\EmployeeProfile.vue?type=style&index=0 */
.photo-wrap[data-v-2a51d5be] {
  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-2a51d5be] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-wrap[data-v-2a51d5be]:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
}
.photo-wrap[data-v-2a51d5be]:hover {
  filter: brightness(0.95);
}
.photo-wrap[data-v-2a51d5be]:active {
  transform: scale(0.98);
}
.photo[data-v-2a51d5be] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mt-3[data-v-2a51d5be] {
  margin-top: 12px;
}
.mb-2[data-v-2a51d5be] {
  margin-bottom: 8px;
}
.add-btn[data-v-2a51d5be] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}
.section-title[data-v-2a51d5be] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.termination-info[data-v-2a51d5be] {
  margin-top: 16px;
  padding: 16px;
  background-color: #fef2f2;
  border-radius: 6px;
  border: 1px solid #fecaca;
}
.notes-section[data-v-2a51d5be] {
  margin-top: 16px;
}
.notes-content[data-v-2a51d5be] {
  padding: 12px;
  background-color: #f9fafb;
  border-radius: 6px;
  white-space: pre-wrap;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Account\DetailsUpdateRequests.vue?type=style&index=0 */
.filter-label[data-v-a6e67a58] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-a6e67a58] {
  padding: 1rem;
}
.space-y-6[data-v-a6e67a58] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Controls\RemoteSelect.vue?type=style&index=0 */
.form-input[data-v-3a1cf5b6] {
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\PageLayout\AuthWrapper.vue?type=style&index=0 */

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Authentication\SignIn.vue?type=style&index=0 */
.fade-enter-active[data-v-e1bfca08],
.fade-leave-active[data-v-e1bfca08] {
  transition: opacity 0.4s ease;
}
.fade-enter-from[data-v-e1bfca08],
.fade-leave-to[data-v-e1bfca08] {
  opacity: 0;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\Settings\ThemeSettings.vue?type=style&index=0 */
.preview-container[data-v-3e69b491] {
  border: 1px solid var(--n-border-color);
  border-radius: 8px;
  background: #fff;
  min-height: 500px;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.preview-container img[data-v-3e69b491] {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.preview-top[data-v-3e69b491] {
  display: grid;
  grid-template-columns: var(--sidebar-width) 1fr;
  border-bottom: 1px solid #e9ecef;
  transition: grid-template-columns 0.3s ease;
}
.preview-logo-tile[data-v-3e69b491] {
  display: grid;
  place-items: center;
  height: 64px;
  padding: 8px;
  border-right: 1px solid #e9ecef;
  background: var(--sidebar-bg);
  transition: all 0.3s ease;
}
.preview-logo[data-v-3e69b491] {
  max-height: 40px;
  max-width: calc(var(--sidebar-width) - 24px);
  width: auto;
  height: auto;
  object-fit: contain;
}
.preview-header[data-v-3e69b491] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 20px;
  background: var(--header-bg);
  color: var(--header-fg);
  transition: all 0.3s ease;
}
.preview-title[data-v-3e69b491] {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.preview-actions[data-v-3e69b491] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.preview-hint[data-v-3e69b491] {
  font-size: 13px;
  opacity: 0.85;
}
.preview-main[data-v-3e69b491] {
  display: grid;
  grid-template-columns: var(--sidebar-width) 1fr;
  min-height: 420px;
  transition: grid-template-columns 0.3s ease;
}
.preview-sidebar[data-v-3e69b491] {
  background: var(--sidebar-bg);
  color: var(--sidebar-fg);
  border-right: 1px solid #e9ecef;
  overflow: hidden;
  transition: all 0.3s ease;
}
.preview-sidebar-head[data-v-3e69b491] {
  display: grid;
  place-items: center;
  height: 80px;
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.preview-side-logo[data-v-3e69b491] {
  max-height: 42px;
  max-width: calc(var(--sidebar-width) - 32px);
  width: auto;
  height: auto;
  object-fit: contain;
}
.preview-menu[data-v-3e69b491] {
  list-style: none;
  margin: 0;
  padding: 16px 12px;
}
.menu-title[data-v-3e69b491] {
  font-size: 11px;
  font-weight: 600;
  opacity: 0.5;
  padding: 8px 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.menu-item[data-v-3e69b491] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
}
.menu-item[data-v-3e69b491]:hover {
  background: rgba(0, 0, 0, 0.05);
}
.menu-dot[data-v-3e69b491] {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.6;
}
.menu-item span[data-v-3e69b491] {
  font-size: 14px;
  font-weight: 500;
}
.preview-content[data-v-3e69b491] {
  background: #f5f7fa;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
}
.preview-placeholder[data-v-3e69b491] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border: 2px dashed #d0d7de;
  border-radius: 8px;
  background: white;
  min-width: 200px;
  min-height: 200px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\Settings.vue?type=style&index=1 */
.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 0.15s ease,
    border-color 0.15s ease,
    transform 0.08s ease;
}
.tile[data-v-235a2d7b]:hover {
  box-shadow: 0 2px 10px rgba(0, 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;
}
.tile__label[data-v-235a2d7b] {
  text-align: center;
  font-weight: 600;
  font-size: 12px;
}
.fade-slide-enter-active[data-v-235a2d7b],
.fade-slide-leave-active[data-v-235a2d7b] {
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.fade-slide-enter-from[data-v-235a2d7b],
.fade-slide-leave-to[data-v-235a2d7b] {
  opacity: 0;
  transform: translateY(4px);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\PageLayout\ListViewShell.vue?type=style&index=0 */
.lvs-shell[data-v-005e749a] {
  display: block;
}
.lvs-shell.has-left[data-v-005e749a] {
  display: grid;
  grid-template-columns: var(--lvs-left-width) 1fr;
  gap: var(--lvs-gap);
}
.lvs-left.sticky[data-v-005e749a] {
  position: sticky;
  top: var(--lvs-sticky-top);
  align-self: start;
}
.lvs-content[data-v-005e749a] {
  min-width: 0;
}
@media (max-width: 1024px) {
  .lvs-shell.has-left[data-v-005e749a] {
    grid-template-columns: 1fr;
  }
  .lvs-left.sticky[data-v-005e749a] {
    position: static;
  }
}
nav ul[data-v-005e749a] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\AppVersions\ViewAppVersion.vue?type=style&index=0 */
.avatar-wrap[data-v-3576bd5a] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.mt-3[data-v-3576bd5a] {
  margin-top: 12px;
}
.section-title[data-v-3576bd5a] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.notes-content[data-v-3576bd5a] {
  padding: 16px;
  background-color: #f9fafb;
  border-radius: 8px;
  line-height: 1.8;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\WorkLocations\WorkLocationTypes.vue?type=style&index=0 */
.filter-label[data-v-7938ecfb] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-7938ecfb] {
  padding: 1rem;
}
.space-y-6[data-v-7938ecfb] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Masters\WorkLocations\WorkLocations.vue?type=style&index=0 */
.filter-label[data-v-eea9c4fb] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-eea9c4fb] {
  padding: 1rem;
}
.space-y-6[data-v-eea9c4fb] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Communication\Inbox.vue?type=style&index=0 */
.rail-btn[data-v-a6b20278] {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.rail-btn--active[data-v-a6b20278] {
  background: rgba(59, 130, 246, 0.12);
}
.toolbar[data-v-a6b20278] {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
}
.toolbar-left[data-v-a6b20278],
.toolbar-right[data-v-a6b20278] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Communication\Compose.vue?type=style&index=0 */
nav ul[data-v-a074ebdf] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Communication\BulkMessageForm.vue?type=style&index=0 */
nav ul[data-v-235c4de8] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Communication\ViewBulkMessage.vue?type=style&index=0 */
nav ul[data-v-18e50f9e] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Communication\TemplateForm.vue?type=style&index=0 */
.mb-3[data-v-c890d67f] {
  margin-bottom: 12px;
}
.gallery-grid[data-v-c890d67f] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 1100px) {
  .gallery-grid[data-v-c890d67f] {
    grid-template-columns: 1fr;
  }
}
.tpl-name[data-v-c890d67f] {
  font-weight: 800;
  color: #111827;
}
.tpl-meta[data-v-c890d67f] {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.tpl-desc[data-v-c890d67f] {
  font-size: 12px;
  color: #6b7280;
  min-height: 34px;
}
.preview-html[data-v-c890d67f] {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  min-height: 120px;
  background: #fff;
}
nav ul[data-v-c890d67f] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Communication\ConfigurationForm.vue?type=style&index=0 */
nav ul[data-v-4c024df5] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Communication\QuotaCounters.vue?type=style&index=0 */
nav ul[data-v-b14e7c97] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\UserManagement\BackOfficeUserForm.vue?type=style&index=0 */
.pw-row[data-v-00c66ef3] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pw-hint[data-v-00c66ef3] {
  line-height: 1;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\UserManagement\ViewUser.vue?type=style&index=0 */
.mt-3[data-v-d9fe59cf] {
  margin-top: 12px;
}
.muted[data-v-d9fe59cf] {
  font-size: 12px;
  color: #6b7280;
}
.flex-row[data-v-d9fe59cf] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.flex-wrap[data-v-d9fe59cf] {
  flex-wrap: wrap;
}
.section-title[data-v-d9fe59cf] {
  font-size: 14px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 8px;
}
.photo-wrap[data-v-d9fe59cf] {
  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;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-wrap[data-v-d9fe59cf]:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
}
.photo-wrap[data-v-d9fe59cf]:hover {
  filter: brightness(0.95);
}
.photo-wrap[data-v-d9fe59cf]:active {
  transform: scale(0.98);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\UserManagement\RoleForm.vue?type=style&index=0 */

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\Warehouse\Warehouses.vue?type=style&index=0 */
nav ul[data-v-7a03f81f] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\Warehouse\Lots.vue?type=style&index=0 */
nav ul[data-v-f531a10f] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\Warehouse\LotForm.vue?type=style&index=0 */
.center-wrap[data-v-802f7e98] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-802f7e98] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\Warehouse\ViewWarehouse.vue?type=style&index=0 */
.avatar-wrap[data-v-23efe48e] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.mt-3[data-v-23efe48e] {
  margin-top: 12px;
}
.section-title[data-v-23efe48e] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.terms-content[data-v-23efe48e] {
  padding: 16px;
  background-color: #f9fafb;
  border-radius: 8px;
  line-height: 1.8;
  color: #374151;
  white-space: pre-wrap;
}
.lots-table[data-v-23efe48e] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.lots-table th[data-v-23efe48e],
.lots-table td[data-v-23efe48e] {
  padding: 8px 10px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}
.lots-table th[data-v-23efe48e] {
  font-weight: 600;
  color: #4b5563;
  white-space: nowrap;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\Warehouse\WarehouseConfig.vue?type=style&index=0 */
.warehouse-page[data-v-62072031] {
  position: relative;
  height: calc(100vh - 120px);
  overflow: hidden;
}
.warehouse-canvas[data-v-62072031] {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      #f8f9fa 0%,
      #e9ecef 100%);
  user-select: none;
}
.warehouse-svg[data-v-62072031] {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: all;
}
.floating-toolbar[data-v-62072031] {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  padding: 10px 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(6px);
}
.floating-status-panel[data-v-62072031] {
  position: absolute;
  top: 16px;
  left: 72px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  min-width: 240px;
  font-size: 13px;
}
.status-section-label[data-v-62072031] {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #888;
  margin-bottom: 6px;
}
.zoom-controls-overlay[data-v-62072031] {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding: 8px 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
}
.zoom-display[data-v-62072031] {
  font-weight: bold;
  color: #666;
  min-width: 40px;
  text-align: center;
  font-size: 12px;
}
.slide-fade-enter-active[data-v-62072031] {
  transition: all .2s ease;
}
.slide-fade-leave-active[data-v-62072031] {
  transition: all .15s ease;
}
.slide-fade-enter-from[data-v-62072031],
.slide-fade-leave-to[data-v-62072031] {
  opacity: 0;
  transform: translateX(-8px);
}
.lot-rect[data-v-62072031] {
  cursor: move;
  transition: stroke-width .2s ease;
}
.lot-rect[data-v-62072031]:hover {
  stroke-width: 3;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\ApproveFumigation.vue?type=style&index=0 */
.sub-card[data-v-8ac4ba7e] {
  border-radius: 10px;
}
.header-row[data-v-8ac4ba7e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-8ac4ba7e] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-8ac4ba7e] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-8ac4ba7e] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-8ac4ba7e] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-8ac4ba7e] {
  font-weight: 600;
  font-size: 14px;
}
.description-text[data-v-8ac4ba7e] {
  line-height: 1.6;
  color: #374151;
  white-space: pre-wrap;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\ViewFumigationType.vue?type=style&index=0 */
.add-btn[data-v-c97ceead] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\Warehouse\ViewCustomer.vue?type=style&index=0 */
.avatar-wrap[data-v-4ecfdab8] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.mt-3[data-v-4ecfdab8] {
  margin-top: 12px;
}
.section-title[data-v-4ecfdab8] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.multiline-text[data-v-4ecfdab8] {
  white-space: pre-wrap;
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\Warehouse\WarehouseContracts.vue?type=style&index=0 */
nav ul[data-v-5ac4e707] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\Warehouse\ViewWarehouseContract.vue?type=style&index=0 */
.avatar-wrap[data-v-4c4c4122] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.mt-3[data-v-4c4c4122] {
  margin-top: 12px;
}
.section-title[data-v-4c4c4122] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.terms-content[data-v-4c4c4122] {
  padding: 16px;
  background-color: #f9fafb;
  border-radius: 8px;
  line-height: 1.8;
  color: #374151;
}
.attachment-card[data-v-4c4c4122] {
  padding: 16px;
  background-color: #f9fafb;
  border-radius: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\Warehouse\ApproveWarehouseContract.vue?type=style&index=0 */
.sub-card[data-v-a1c496b8] {
  border-radius: 10px;
}
.header-row[data-v-a1c496b8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-a1c496b8] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-a1c496b8] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-a1c496b8] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-a1c496b8] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-a1c496b8] {
  font-weight: 600;
  font-size: 14px;
}
.description-text[data-v-a1c496b8] {
  line-height: 1.6;
  color: #374151;
  white-space: pre-wrap;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\FumigationRecords.vue?type=style&index=0 */
nav ul[data-v-0ba15f12] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\ApproveFumigationRecord.vue?type=style&index=0 */
.sub-card[data-v-e12fd2f3] {
  border-radius: 10px;
}
.header-row[data-v-e12fd2f3] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-e12fd2f3] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-e12fd2f3] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-e12fd2f3] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-e12fd2f3] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-e12fd2f3] {
  font-weight: 600;
  font-size: 14px;
}
.description-text[data-v-e12fd2f3] {
  line-height: 1.6;
  color: #374151;
  white-space: pre-wrap;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\ViewFumigationRecord.vue?type=style&index=0 */
.avatar-wrap[data-v-571fdaec] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.mt-3[data-v-571fdaec] {
  margin-top: 12px;
}
.section-title[data-v-571fdaec] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.terms-content[data-v-571fdaec] {
  padding: 16px;
  background: #f9fafb;
  border-radius: 8px;
  line-height: 1.8;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\AerationRecords.vue?type=style&index=0 */
nav ul[data-v-93a4a4f7] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\ViewAerationRecord.vue?type=style&index=0 */
.avatar-wrap[data-v-37a41c4a] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.mt-3[data-v-37a41c4a] {
  margin-top: 12px;
}
.section-title[data-v-37a41c4a] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.terms-content[data-v-37a41c4a] {
  padding: 16px;
  background: #f9fafb;
  border-radius: 8px;
  line-height: 1.8;
  color: #374151;
}
.multiline-text[data-v-37a41c4a] {
  white-space: pre-wrap;
  line-height: 1.6;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\ApproveAerationRecord.vue?type=style&index=0 */
.sub-card[data-v-0de988b2] {
  border-radius: 10px;
}
.header-row[data-v-0de988b2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-0de988b2] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-0de988b2] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-0de988b2] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-0de988b2] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-0de988b2] {
  font-weight: 600;
  font-size: 14px;
}
.description-text[data-v-0de988b2] {
  line-height: 1.6;
  color: #374151;
  white-space: pre-wrap;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\IrsRecords.vue?type=style&index=0 */
nav ul[data-v-55104556] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\ViewIrsRecord.vue?type=style&index=0 */
.avatar-wrap[data-v-7c833c00] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.mt-3[data-v-7c833c00] {
  margin-top: 12px;
}
.section-title[data-v-7c833c00] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.terms-content[data-v-7c833c00] {
  padding: 16px;
  background: #f9fafb;
  border-radius: 8px;
  line-height: 1.8;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\ApproveIrsRecord.vue?type=style&index=0 */
.sub-card[data-v-c1e5a5c4] {
  border-radius: 10px;
}
.header-row[data-v-c1e5a5c4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-c1e5a5c4] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-c1e5a5c4] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-c1e5a5c4] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-c1e5a5c4] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-c1e5a5c4] {
  font-weight: 600;
  font-size: 14px;
}
.description-text[data-v-c1e5a5c4] {
  line-height: 1.6;
  color: #374151;
  white-space: pre-wrap;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\PestControlRecords.vue?type=style&index=0 */
nav ul[data-v-04510433] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\ViewPestControlRecord.vue?type=style&index=0 */
.avatar-wrap[data-v-16333ee3] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.mt-3[data-v-16333ee3] {
  margin-top: 12px;
}
.section-title[data-v-16333ee3] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.terms-content[data-v-16333ee3] {
  padding: 16px;
  background: #f9fafb;
  border-radius: 8px;
  line-height: 1.8;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\ApprovePestControlRecord.vue?type=style&index=0 */
.sub-card[data-v-c1fab60f] {
  border-radius: 10px;
}
.header-row[data-v-c1fab60f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-c1fab60f] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-c1fab60f] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-c1fab60f] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-c1fab60f] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-c1fab60f] {
  font-weight: 600;
  font-size: 14px;
}
.description-text[data-v-c1fab60f] {
  line-height: 1.6;
  color: #374151;
  white-space: pre-wrap;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\QualityInspections.vue?type=style&index=0 */
nav ul[data-v-1377d302] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\ViewQualityInspection.vue?type=style&index=0 */
.avatar-wrap[data-v-b7090169] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.mt-3[data-v-b7090169] {
  margin-top: 12px;
}
.section-title[data-v-b7090169] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.terms-content[data-v-b7090169] {
  padding: 16px;
  background: #f9fafb;
  border-radius: 8px;
  line-height: 1.8;
  color: #374151;
}
.attachment-card[data-v-b7090169] {
  padding: 16px;
  background: #f9fafb;
  border-radius: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\ApproveQualityInspection.vue?type=style&index=0 */
.sub-card[data-v-da6a2777] {
  border-radius: 10px;
}
.header-row[data-v-da6a2777] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-da6a2777] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-da6a2777] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-da6a2777] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-da6a2777] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-da6a2777] {
  font-weight: 600;
  font-size: 14px;
}
.description-text[data-v-da6a2777] {
  line-height: 1.6;
  color: #374151;
  white-space: pre-wrap;
}

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\PestControlMenuCard.vue?type=style&index=0 */
.menu-card[data-v-cd733cb8] {
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
}
.menu-card[data-v-cd733cb8]:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.card-content[data-v-cd733cb8] {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.icon-wrapper[data-v-cd733cb8] {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-body[data-v-cd733cb8] {
  flex: 1;
  min-width: 0;
}
.card-title-row[data-v-cd733cb8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.card-title[data-v-cd733cb8] {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #333;
}
.card-description[data-v-cd733cb8] {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\PestControl\PestControlMenu.vue?type=style&index=0 */
.page-wrap[data-v-9dd5e4cf] {
  padding: 0 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-card[data-v-9dd5e4cf] {
  border-radius: 10px;
}

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\ApproveTripRequest.vue?type=style&index=0 */
.sub-card[data-v-db7177d5] {
  border-radius: 10px;
}
.header-row[data-v-db7177d5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-db7177d5] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-db7177d5] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-db7177d5] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-db7177d5] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-db7177d5] {
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 768px) {
  .header-row[data-v-db7177d5] {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .chips[data-v-db7177d5] {
    align-self: flex-start;
  }
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\ViewTripRequest.vue?type=style&index=0 */
.avatar-wrap[data-v-4507207f] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.mt-3[data-v-4507207f] {
  margin-top: 12px;
}
.section-title[data-v-4507207f] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.notes-content[data-v-4507207f] {
  padding: 12px;
  background-color: #f9fafb;
  border-radius: 6px;
  white-space: pre-wrap;
  color: #374151;
}
.attachment-card[data-v-4507207f] {
  padding: 16px;
  background-color: #f9fafb;
  border-radius: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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 0;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\ViewTripInvoice.vue?type=style&index=0 */
.avatar-wrap[data-v-93dcf2f3] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.mt-3[data-v-93dcf2f3] {
  margin-top: 12px;
}
.section-title[data-v-93dcf2f3] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.attachment-card[data-v-93dcf2f3] {
  padding: 16px;
  background-color: #f9fafb;
  border-radius: 8px;
}
.total-row td[data-v-93dcf2f3] {
  background-color: #f3f4f6;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Fleet\ViewTripStop.vue?type=style&index=0 */
.summary-card[data-v-2d42aa30] {
  margin-bottom: 0;
}
.row-focused td[data-v-2d42aa30] {
  background-color: rgba(99, 179, 237, 0.08);
  border-left: 3px solid var(--n-color-primary, #4098fc);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Settings.vue?type=style&index=0 */
.section-label[data-v-0ec61786] {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Organization\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;
}
.text-sm {
  font-size: 0.875rem;
}
.text-gray-600 {
  color: #718096;
}
:deep(.n-drawer-body-content-wrapper) {
  padding: 0;
}
.swal2-container {
  z-index: 9999 !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Organization\ExitClearances.vue?type=style&index=0 */
.filter-label[data-v-466c3163] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-466c3163] {
  padding: 1rem;
}
.space-y-6[data-v-466c3163] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Organization\ExitClearanceForm.vue?type=style&index=0 */
.progress-card[data-v-2db60ea8] {
  background:
    linear-gradient(
      135deg,
      #f0f4f8 0%,
      #d9e2ec 100%);
}
.clearance-card[data-v-2db60ea8] {
  margin-bottom: 12px;
  transition: all 0.2s ease;
}
.clearance-card.clearance-obtained[data-v-2db60ea8] {
  background:
    linear-gradient(
      135deg,
      #ecfdf5 0%,
      #d1fae5 100%);
  border-left: 4px solid #10b981;
}
.clearance-header[data-v-2db60ea8] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.clearance-header-text[data-v-2db60ea8] {
  flex: 1;
}
.clearance-title[data-v-2db60ea8] {
  font-weight: 600;
  font-size: 14px;
  color: #1f2937;
}
.clearance-desc[data-v-2db60ea8] {
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Organization\ViewExitClearance.vue?type=style&index=0 */
.clearance-card[data-v-ba094388] {
  height: 100%;
  transition: all 0.2s ease;
}
.clearance-card.clearance-obtained[data-v-ba094388] {
  background:
    linear-gradient(
      135deg,
      #ecfdf5 0%,
      #d1fae5 100%);
  border-left: 4px solid #10b981;
}
.clearance-header[data-v-ba094388] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.clearance-header-text[data-v-ba094388] {
  flex: 1;
  min-width: 0;
}
.clearance-title[data-v-ba094388] {
  font-weight: 600;
  font-size: 14px;
  color: #1f2937;
}
.clearance-desc[data-v-ba094388] {
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
}
.notes-text[data-v-ba094388] {
  white-space: pre-wrap;
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Employees\EmployeeDependants.vue?type=style&index=0 */

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Employees\EmployeeDependantForm.vue?type=style&index=0 */
[data-v-cafc4320] .n-card {
  margin-bottom: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Employees\MyDependants.vue?type=style&index=0 */

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\LeaveManagement\LeaveAnalytics.vue?type=style&index=0 */
.filter-label[data-v-cc917bf7] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-cc917bf7] {
  padding: 1rem;
}
.space-y-6[data-v-cc917bf7] > * + * {
  margin-top: 1.5rem;
}
.stat-item[data-v-cc917bf7] {
  padding: 12px;
  border-radius: 6px;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}
.stat-item[data-v-cc917bf7]:hover {
  background-color: #e9ecef;
  transform: translateX(4px);
}
[data-v-cc917bf7] .n-statistic {
  text-align: center;
}
[data-v-cc917bf7] .n-statistic .n-statistic-value {
  font-size: 28px;
  font-weight: 700;
}
[data-v-cc917bf7] .n-statistic .n-statistic-label {
  font-size: 13px;
  margin-top: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\LeaveManagement\EmployeeLeavePlans.vue?type=style&index=0 */
.filter-label[data-v-fd986f32] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-fd986f32] {
  padding: 1rem;
}
.space-y-6[data-v-fd986f32] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\LeaveManagement\MyLeaveBalance.vue?type=style&index=0 */
.filter-label[data-v-9fdec493] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-9fdec493] {
  padding: 1rem;
}
.space-y-6[data-v-9fdec493] > * + * {
  margin-top: 1.5rem;
}
.balance-section[data-v-9fdec493] {
  padding: 4px 0;
}
.section-title[data-v-9fdec493] {
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 12px;
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 6px;
}
.balance-item[data-v-9fdec493] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.balance-item .label[data-v-9fdec493] {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
.balance-item .value[data-v-9fdec493] {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.balance-item.total[data-v-9fdec493] {
  padding: 8px;
  background: #f5f5f5;
  border-radius: 4px;
  margin-top: 4px;
}
.balance-item.total .label[data-v-9fdec493] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.balance-item.total .value[data-v-9fdec493] {
  font-size: 16px;
  font-weight: 700;
}
.balance-item.available[data-v-9fdec493] {
  background: #e6f7ff;
  border-left: 3px solid #1890ff;
}
.value.entitled[data-v-9fdec493] {
  color: #18a058;
}
.value.carried[data-v-9fdec493] {
  color: #2080f0;
}
.value.accrued[data-v-9fdec493] {
  color: #8b5cf6;
}
.value.positive[data-v-9fdec493] {
  color: #18a058;
}
.value.negative[data-v-9fdec493] {
  color: #d03050;
}
.value.used[data-v-9fdec493] {
  color: #d03050;
}
.value.pending[data-v-9fdec493] {
  color: #f0a020;
}
.text-sm[data-v-9fdec493] {
  font-size: 12px;
}
.modal-label[data-v-9fdec493] {
  font-size: 13px;
  font-weight: 600;
  color: #666;
  margin-bottom: 4px;
}
.modal-value[data-v-9fdec493] {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\LeaveManagement\LeaveBalances.vue?type=style&index=0 */
.filter-label[data-v-759749d3] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-759749d3] {
  padding: 1rem;
}
.space-y-6[data-v-759749d3] > * + * {
  margin-top: 1.5rem;
}
.balance-section[data-v-759749d3] {
  padding: 4px 0;
}
.section-title[data-v-759749d3] {
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 12px;
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 6px;
}
.balance-item[data-v-759749d3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.balance-item .label[data-v-759749d3] {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
.balance-item .value[data-v-759749d3] {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.balance-item.total[data-v-759749d3] {
  padding: 8px;
  background: #f5f5f5;
  border-radius: 4px;
  margin-top: 4px;
}
.balance-item.total .label[data-v-759749d3] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.balance-item.total .value[data-v-759749d3] {
  font-size: 16px;
  font-weight: 700;
}
.balance-item.available[data-v-759749d3] {
  background: #e6f7ff;
  border-left: 3px solid #1890ff;
}
.value.entitled[data-v-759749d3] {
  color: #18a058;
}
.value.carried[data-v-759749d3] {
  color: #2080f0;
}
.value.accrued[data-v-759749d3] {
  color: #8b5cf6;
}
.value.positive[data-v-759749d3] {
  color: #18a058;
}
.value.negative[data-v-759749d3] {
  color: #d03050;
}
.value.used[data-v-759749d3] {
  color: #d03050;
}
.value.pending[data-v-759749d3] {
  color: #f0a020;
}
.text-sm[data-v-759749d3] {
  font-size: 12px;
}
.modal-label[data-v-759749d3] {
  font-size: 13px;
  font-weight: 600;
  color: #666;
  margin-bottom: 4px;
}
.modal-value[data-v-759749d3] {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\LeaveManagement\LeaveCarryForwards.vue?type=style&index=0 */
.filter-label[data-v-08a0c3a9] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-08a0c3a9] {
  padding: 1rem;
}
.space-y-6[data-v-08a0c3a9] > * + * {
  margin-top: 1.5rem;
}
.detail-section[data-v-08a0c3a9] {
  padding: 4px 0;
}
.section-title[data-v-08a0c3a9] {
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 12px;
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 6px;
}
.detail-item[data-v-08a0c3a9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}
.detail-item .label[data-v-08a0c3a9] {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
.detail-item .value[data-v-08a0c3a9] {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.value.carried[data-v-08a0c3a9] {
  color: #18a058;
}
.value.forfeited[data-v-08a0c3a9] {
  color: #d03050;
}
.value.used[data-v-08a0c3a9] {
  color: #d03050;
}
.value.remaining[data-v-08a0c3a9] {
  color: #2080f0;
}
.value.expired[data-v-08a0c3a9] {
  color: #f0a020;
}
.notes-text[data-v-08a0c3a9] {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  padding: 8px;
  background: #f5f5f5;
  border-radius: 4px;
}
.modal-label[data-v-08a0c3a9] {
  font-size: 13px;
  font-weight: 600;
  color: #666;
  margin-bottom: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\LeaveManagement\MyLeaveHistory.vue?type=style&index=0 */
.filter-label[data-v-ccbf686d] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-ccbf686d] {
  padding: 1rem;
}
.space-y-6[data-v-ccbf686d] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\LeaveManagement\MyLeavePlanHistory.vue?type=style&index=0 */
.filter-label[data-v-1d70229b] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-1d70229b] {
  padding: 1rem;
}
.space-y-6[data-v-1d70229b] > * + * {
  margin-top: 1.5rem;
}

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

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\LeaveManagement\LeaveMenuCard.vue?type=style&index=0 */
.request-card[data-v-e0082978] {
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
}
.request-card[data-v-e0082978]:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.card-content[data-v-e0082978] {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.icon-wrapper[data-v-e0082978] {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-body[data-v-e0082978] {
  flex: 1;
  min-width: 0;
}
.card-title[data-v-e0082978] {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #333;
}
.card-description[data-v-e0082978] {
  font-size: 13px;
  color: #666;
  margin: 0 0 12px 0;
  line-height: 1.5;
}
.card-footer[data-v-e0082978] {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\LeaveManagement\LeaveManagement.vue?type=style&index=0 */
.p-4[data-v-267948c7] {
  padding: 1rem;
}
.space-y-6[data-v-267948c7] > * + * {
  margin-top: 1.5rem;
}
.flex[data-v-267948c7] {
  display: flex;
}
.justify-center[data-v-267948c7] {
  justify-content: center;
}
.py-8[data-v-267948c7] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\LeaveManagement\LeaveApplication.vue?type=style&index=0 */
.leave-info-card[data-v-15fd8948] {
  margin-bottom: 16px;
  background:
    linear-gradient(
      135deg,
      #f5f7fa 0%,
      #c3cfe2 100%);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\LeaveManagement\LeavePlanApplication.vue?type=style&index=0 */
.leave-info-card[data-v-ce77bf8c] {
  margin-bottom: 16px;
  background:
    linear-gradient(
      135deg,
      #f5f7fa 0%,
      #c3cfe2 100%);
}

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\LeaveManagement\EmployeeLeaveForm.vue?type=style&index=0 */
.leave-info-card[data-v-9b96f045] {
  margin-bottom: 16px;
  background:
    linear-gradient(
      135deg,
      #f5f7fa 0%,
      #c3cfe2 100%);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\LeaveManagement\EmployeeLeavePlanForm.vue?type=style&index=0 */
.leave-info-card[data-v-ffdb376a] {
  margin-bottom: 16px;
  background:
    linear-gradient(
      135deg,
      #f5f7fa 0%,
      #c3cfe2 100%);
}

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

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Organization\Grades.vue?type=style&index=0 */
.filter-label[data-v-055acc61] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-055acc61] {
  padding: 1rem;
}
.space-y-6[data-v-055acc61] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Organization\ViewGrade.vue?type=style&index=0 */
.icon-wrap[data-v-26cf41ea] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0 8px;
}
.mt-3[data-v-26cf41ea] {
  margin-top: 12px;
}
.mb-2[data-v-26cf41ea] {
  margin-bottom: 8px;
}
.add-btn[data-v-26cf41ea] {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}
.band-summary[data-v-26cf41ea] {
  margin-top: 8px;
}
.band-label[data-v-26cf41ea] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.band-range[data-v-26cf41ea] {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}
.band-mid[data-v-26cf41ea] {
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
}
.sub-card[data-v-26cf41ea] {
  border-radius: 10px;
}
.section-title[data-v-26cf41ea] {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Organization\ViewGradeBand.vue?type=style&index=0 */
.icon-wrap[data-v-28dbd883] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0 8px;
}
.mt-3[data-v-28dbd883] {
  margin-top: 12px;
}
.mb-2[data-v-28dbd883] {
  margin-bottom: 8px;
}
.add-btn[data-v-28dbd883] {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}
.band-summary[data-v-28dbd883] {
  margin-top: 8px;
}
.band-label[data-v-28dbd883] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.band-range[data-v-28dbd883] {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}
.band-mid[data-v-28dbd883] {
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
}
.sub-card[data-v-28dbd883] {
  border-radius: 10px;
}
.section-title[data-v-28dbd883] {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Organization\ActingPositions.vue?type=style&index=0 */
.filter-label[data-v-2ae0cf1f] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-2ae0cf1f] {
  padding: 1rem;
}
.space-y-6[data-v-2ae0cf1f] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Organization\ActingPositionForm.vue?type=style&index=0 */
.position-info-card[data-v-9d0204b2] {
  margin-bottom: 16px;
  background:
    linear-gradient(
      135deg,
      #e3f2fd 0%,
      #bbdefb 100%);
}
.summary-card[data-v-9d0204b2] {
  background:
    linear-gradient(
      135deg,
      #fff3e0 0%,
      #ffe0b2 100%);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Organization\ApproveActingPosition.vue?type=style&index=0 */
.sub-card[data-v-1e73f306] {
  border-radius: 10px;
}
.header-row[data-v-1e73f306] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-1e73f306] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-1e73f306] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-1e73f306] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-1e73f306] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-1e73f306] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-1e73f306] {
  line-height: 1.6;
  color: #374151;
}

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Hiring\ViewApplicant.vue?type=style&index=0 */
.mb-1[data-v-ee121728] {
  margin-bottom: 4px;
}
.mt-2[data-v-ee121728] {
  margin-top: 8px;
}
.text-center[data-v-ee121728] {
  text-align: center;
}
h2[data-v-ee121728] {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Hiring\JobAdvertisementForm.vue?type=style&index=0 */
.mt-4[data-v-a10bb0ca] {
  margin-top: 16px;
}
h3[data-v-a10bb0ca] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

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

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

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Hiring\ViewInterview.vue?type=style&index=0 */
.mb-4[data-v-85b9f72d] {
  margin-bottom: 16px;
}
.mt-2[data-v-85b9f72d] {
  margin-top: 8px;
}
.mt-4[data-v-85b9f72d] {
  margin-top: 16px;
}
.text-center[data-v-85b9f72d] {
  text-align: center;
}
h3[data-v-85b9f72d] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Hiring\ConductInterview.vue?type=style&index=0 */
.mb-4[data-v-645e9478] {
  margin-bottom: 16px;
}
.mt-2[data-v-645e9478] {
  margin-top: 8px;
}
.mt-4[data-v-645e9478] {
  margin-top: 16px;
}
.text-center[data-v-645e9478] {
  text-align: center;
}
h3[data-v-645e9478] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

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

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Hiring\JobRequisitionQuestionForm.vue?type=style&index=0 */
[data-v-08dfe8ab] .n-collapse-item__header {
  font-weight: 500;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Hiring\AddEditQuestionModal.vue?type=style&index=0 */
.ml-2[data-v-1e106e70] {
  margin-left: 0.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Hiring\QuestionEditor.vue?type=style&index=0 */
.drag-handle[data-v-9dff019c] {
  cursor: grab;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Hiring\QuestionWizard.vue?type=style&index=0 */
.drag-handle[data-v-4be1c02a] {
  cursor: grab;
}

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

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Hiring\HiringMenuCard.vue?type=style&index=0 */
.request-card[data-v-a6af0e10] {
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
}
.request-card[data-v-a6af0e10]:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.card-content[data-v-a6af0e10] {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.icon-wrapper[data-v-a6af0e10] {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-body[data-v-a6af0e10] {
  flex: 1;
  min-width: 0;
}
.card-title[data-v-a6af0e10] {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #333;
}
.card-description[data-v-a6af0e10] {
  font-size: 13px;
  color: #666;
  margin: 0 0 12px 0;
  line-height: 1.5;
}
.card-footer[data-v-a6af0e10] {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Hiring\Hiring.vue?type=style&index=0 */
.p-4[data-v-3cd6cc49] {
  padding: 1rem;
}
.space-y-6[data-v-3cd6cc49] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Employees\EmployeeForm.vue?type=style&index=0 */
h3[data-v-fdeb93c7] {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Hiring\OnboardEmployee.vue?type=style&index=0 */
.max-w-5xl[data-v-23a16735] {
  max-width: 80rem;
}
.mb-2[data-v-23a16735] {
  margin-bottom: 8px;
}
.mb-4[data-v-23a16735] {
  margin-bottom: 16px;
}
.mb-6[data-v-23a16735] {
  margin-bottom: 24px;
}
.mb-8[data-v-23a16735] {
  margin-bottom: 32px;
}
.section-title[data-v-23a16735] {
  font-weight: 600;
  font-size: 14px;
}
.tab-section-title[data-v-23a16735] {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Employees\EmployeeProfile.vue?type=style&index=0 */
.photo-wrap[data-v-d9bfc6bd] {
  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-d9bfc6bd] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-wrap[data-v-d9bfc6bd]:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
}
.photo-wrap[data-v-d9bfc6bd]:hover {
  filter: brightness(0.95);
}
.photo-wrap[data-v-d9bfc6bd]:active {
  transform: scale(0.98);
}
.photo[data-v-d9bfc6bd] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mt-3[data-v-d9bfc6bd] {
  margin-top: 12px;
}
.mb-2[data-v-d9bfc6bd] {
  margin-bottom: 8px;
}
.add-btn[data-v-d9bfc6bd] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}
.section-title[data-v-d9bfc6bd] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.termination-info[data-v-d9bfc6bd] {
  margin-top: 16px;
  padding: 16px;
  background-color: #fef2f2;
  border-radius: 6px;
  border: 1px solid #fecaca;
}
.notes-section[data-v-d9bfc6bd] {
  margin-top: 16px;
}
.notes-content[data-v-d9bfc6bd] {
  padding: 12px;
  background-color: #f9fafb;
  border-radius: 6px;
  white-space: pre-wrap;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Employees\ApproveEmployee.vue?type=style&index=0 */
.sub-card[data-v-b104fe44] {
  border-radius: 10px;
}
.header-row[data-v-b104fe44] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-b104fe44] {
  display: flex;
  align-items: center;
  gap: 14px;
}
.id-texts .name[data-v-b104fe44] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-b104fe44] {
  color: #6b7280;
  font-size: 12px;
  margin-top: 2px;
}
.chips[data-v-b104fe44] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-b104fe44] {
  font-weight: 600;
  font-size: 14px;
}
.lines-wrapper[data-v-b104fe44] {
  overflow-x: auto;
}
.lines-table[data-v-b104fe44] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.lines-table th[data-v-b104fe44],
.lines-table td[data-v-b104fe44] {
  padding: 6px 8px;
  border-bottom: 1px solid #e5e7eb;
}
.lines-table th[data-v-b104fe44] {
  text-align: left;
  font-weight: 600;
  color: #4b5563;
  white-space: nowrap;
}
.lines-table .numeric[data-v-b104fe44] {
  text-align: right;
  white-space: nowrap;
}

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Shifts\WorkSchedules.vue?type=style&index=0 */
.filter-label[data-v-3d8f42bf] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-3d8f42bf] {
  padding: 1rem;
}
.space-y-6[data-v-3d8f42bf] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Shifts\WorkScheduleForm.vue?type=style&index=0 */
.right-header[data-v-4e9f5dec] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Shifts\ViewWorkSchedule.vue?type=style&index=0 */
.icon-wrap[data-v-4fb46df7] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0 8px;
}
.mt-3[data-v-4fb46df7] {
  margin-top: 12px;
}
.mt-2[data-v-4fb46df7] {
  margin-top: 8px;
}
.tab-actions[data-v-4fb46df7] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.assign-actions[data-v-4fb46df7] {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.band-summary[data-v-4fb46df7] {
  margin-top: 8px;
}
.band-label[data-v-4fb46df7] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.shift-summary-text[data-v-4fb46df7] {
  font-size: 12px;
  color: #374151;
  line-height: 1.6;
}
.sub-card[data-v-4fb46df7] {
  border-radius: 10px;
}
.section-title[data-v-4fb46df7] {
  font-weight: 600;
  font-size: 14px;
}
.shifts-grid[data-v-4fb46df7] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
.shift-card[data-v-4fb46df7] {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.shift-order[data-v-4fb46df7] {
  font-size: 11px;
  font-weight: 700;
  color: #6366f1;
}
.shift-name[data-v-4fb46df7] {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}
.shift-meta[data-v-4fb46df7] {
  font-size: 11px;
  color: #6b7280;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Shifts\ShiftsMenuCard.vue?type=style&index=0 */
.request-card[data-v-ad788a94] {
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
}
.request-card[data-v-ad788a94]:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.card-content[data-v-ad788a94] {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.icon-wrapper[data-v-ad788a94] {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-body[data-v-ad788a94] {
  flex: 1;
  min-width: 0;
}
.card-title[data-v-ad788a94] {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #333;
}
.card-description[data-v-ad788a94] {
  font-size: 13px;
  color: #666;
  margin: 0 0 12px 0;
  line-height: 1.5;
}
.card-footer[data-v-ad788a94] {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Shifts\ShiftsMenu.vue?type=style&index=0 */
.p-4[data-v-b9a49be3] {
  padding: 1rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Organization\Contracts.vue?type=style&index=0 */
.filter-label[data-v-40ff62a1] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-40ff62a1] {
  padding: 1rem;
}
.space-y-6[data-v-40ff62a1] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Organization\ViewContract.vue?type=style&index=0 */
.avatar-wrap[data-v-deb3ab5c] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.mt-3[data-v-deb3ab5c] {
  margin-top: 12px;
}
.section-title[data-v-deb3ab5c] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.terms-content[data-v-deb3ab5c] {
  padding: 16px;
  background-color: #f9fafb;
  border-radius: 8px;
  line-height: 1.8;
  color: #374151;
}
.notes-content[data-v-deb3ab5c] {
  padding: 12px;
  background-color: #f9fafb;
  border-radius: 6px;
  white-space: pre-wrap;
  color: #374151;
}
.termination-info[data-v-deb3ab5c] {
  padding: 16px;
  background-color: #fef2f2;
  border-radius: 6px;
  border: 1px solid #fecaca;
}
.cancellation-info[data-v-deb3ab5c] {
  padding: 16px;
  background-color: #fef9e7;
  border-radius: 6px;
  border: 1px solid #f9e79f;
}
.attachment-card[data-v-deb3ab5c] {
  padding: 16px;
  background-color: #f9fafb;
  border-radius: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Organization\ContractForm.vue?type=style&index=0 */
.contract-info-card[data-v-6a6be12c] {
  margin-bottom: 16px;
  background:
    linear-gradient(
      135deg,
      #e0f7fa 0%,
      #b2ebf2 100%);
}

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

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

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Schemes\SchemeMenuCard.vue?type=style&index=0 */
.request-card[data-v-548cb2ce] {
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
}
.request-card[data-v-548cb2ce]:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.card-content[data-v-548cb2ce] {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.icon-wrapper[data-v-548cb2ce] {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-body[data-v-548cb2ce] {
  flex: 1;
  min-width: 0;
}
.card-title[data-v-548cb2ce] {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #333;
}
.card-description[data-v-548cb2ce] {
  font-size: 13px;
  color: #666;
  margin: 0 0 12px 0;
  line-height: 1.5;
}
.card-footer[data-v-548cb2ce] {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Schemes\Schemes.vue?type=style&index=0 */
.p-4[data-v-a01b1cfd] {
  padding: 1rem;
}
.space-y-6[data-v-a01b1cfd] > * + * {
  margin-top: 1.5rem;
}
.flex[data-v-a01b1cfd] {
  display: flex;
}
.justify-center[data-v-a01b1cfd] {
  justify-content: center;
}
.py-8[data-v-a01b1cfd] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Schemes\MedicalSchemeAnalytics.vue?type=style&index=0 */
.filter-label[data-v-15aa8175] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-15aa8175] {
  padding: 1rem;
}
.space-y-6[data-v-15aa8175] > * + * {
  margin-top: 1.5rem;
}
.stat-item[data-v-15aa8175] {
  padding: 12px;
  border-radius: 6px;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}
.stat-item[data-v-15aa8175]:hover {
  background-color: #e9ecef;
  transform: translateX(4px);
}
[data-v-15aa8175] .n-statistic {
  text-align: center;
}
[data-v-15aa8175] .n-statistic .n-statistic-value {
  font-size: 28px;
  font-weight: 700;
}
[data-v-15aa8175] .n-statistic .n-statistic-label {
  font-size: 13px;
  margin-top: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Schemes\MedicalPlans.vue?type=style&index=0 */
.p-4[data-v-1b51e1c4] {
  padding: 1rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Schemes\MedicalPlanForm.vue?type=style&index=0 */
.contribution-split-card[data-v-a69e196e] {
  border-left: 3px solid #18a058;
}
.split-header[data-v-a69e196e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.empty-state[data-v-a69e196e] {
  padding: 20px;
  text-align: center;
}

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Schemes\MedicalSchemes.vue?type=style&index=0 */
.p-4[data-v-cbe25ff8] {
  padding: 1rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Schemes\MedicalSchemeApplications.vue?type=style&index=0 */
.p-4[data-v-d35ce967] {
  padding: 1rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Schemes\MedicalSchemeApplicationForm.vue?type=style&index=0 */
.scheme-info-card[data-v-c9d31adc] {
  margin-bottom: 16px;
  background:
    linear-gradient(
      135deg,
      #e0f7fa 0%,
      #b2ebf2 100%);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Schemes\MedicalSchemeApplication.vue?type=style&index=0 */
.scheme-info-card[data-v-815a5584] {
  margin-bottom: 16px;
  background:
    linear-gradient(
      135deg,
      #e0f2fe 0%,
      #bae6fd 100%);
}
.premium-card[data-v-815a5584] {
  margin-bottom: 16px;
  background:
    linear-gradient(
      135deg,
      #f0fdf4 0%,
      #dcfce7 100%);
}
.dependent-item[data-v-815a5584] {
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background-color: #f9fafb;
}
.dependent-item h4[data-v-815a5584] {
  margin: 0 0 12px 0;
  color: #374151;
  font-size: 14px;
  font-weight: 600;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Schemes\MyMedicalSchemeApplications.vue?type=style&index=0 */
.p-4[data-v-5d14bbd1] {
  padding: 1rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Schemes\EnrolledEmployees.vue?type=style&index=0 */
.p-4[data-v-b30b69ce] {
  padding: 1rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Schemes\ApproveMedicalSchemeApplication.vue?type=style&index=0 */
.sub-card[data-v-8509a096] {
  border-radius: 10px;
}
.header-row[data-v-8509a096] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-8509a096] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-8509a096] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-8509a096] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-8509a096] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-8509a096] {
  font-weight: 600;
  font-size: 14px;
}
.lines-wrapper[data-v-8509a096] {
  overflow-x: auto;
}
.lines-table[data-v-8509a096] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.lines-table th[data-v-8509a096],
.lines-table td[data-v-8509a096] {
  padding: 6px 8px;
  border-bottom: 1px solid #e5e7eb;
}
.lines-table th[data-v-8509a096] {
  text-align: left;
  font-weight: 600;
  color: #4b5563;
  white-space: nowrap;
}
.lines-table .empty[data-v-8509a096] {
  text-align: center;
  padding: 12px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Schemes\ViewMedicalScheme.vue?type=style&index=0 */
.photo-wrap[data-v-bb7206fa] {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background:
    linear-gradient(
      135deg,
      #667eea 0%,
      #764ba2 100%);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo[data-v-bb7206fa] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mt-3[data-v-bb7206fa] {
  margin-top: 12px;
}
.mb-2[data-v-bb7206fa] {
  margin-bottom: 8px;
}
.add-btn[data-v-bb7206fa] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}
.coverage-json[data-v-bb7206fa] {
  background: #f5f5f5;
  padding: 12px;
  border-radius: 4px;
  overflow-x: auto;
  font-family: "Courier New", monospace;
  font-size: 12px;
  margin: 0;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Schemes\MyMedicalScheme.vue?type=style&index=0 */
.avatar-wrap[data-v-2bbd0032] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.mt-3[data-v-2bbd0032] {
  margin-top: 12px;
}
.section-title[data-v-2bbd0032] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.medical-info[data-v-2bbd0032] {
  padding: 16px;
  background-color: #fef2f2;
  border-radius: 8px;
  border: 1px solid #fecaca;
}
.exit-info[data-v-2bbd0032] {
  padding: 16px;
  background-color: #fef9e7;
  border-radius: 6px;
  border: 1px solid #f9e79f;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Schemes\EnrolledEmployeeDetails.vue?type=style&index=0 */
.avatar-wrap[data-v-f4c58e9a] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.mt-3[data-v-f4c58e9a] {
  margin-top: 12px;
}
.section-title[data-v-f4c58e9a] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.medical-info[data-v-f4c58e9a] {
  padding: 16px;
  background-color: #fef2f2;
  border-radius: 8px;
  border: 1px solid #fecaca;
}
.exit-info[data-v-f4c58e9a] {
  padding: 16px;
  background-color: #fef9e7;
  border-radius: 6px;
  border: 1px solid #f9e79f;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Organization\PromotionForm.vue?type=style&index=0 */
[data-v-d869a220] .n-card {
  margin-bottom: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Organization\TransferForm.vue?type=style&index=0 */
[data-v-a4988036] .n-card {
  margin-bottom: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Training\TrainingMenuCard.vue?type=style&index=0 */
.request-card[data-v-29568cbd] {
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
}
.request-card[data-v-29568cbd]:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.card-content[data-v-29568cbd] {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.icon-wrapper[data-v-29568cbd] {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-body[data-v-29568cbd] {
  flex: 1;
  min-width: 0;
}
.card-title[data-v-29568cbd] {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #333;
}
.card-description[data-v-29568cbd] {
  font-size: 13px;
  color: #666;
  margin: 0 0 12px 0;
  line-height: 1.5;
}
.card-footer[data-v-29568cbd] {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Training\Training.vue?type=style&index=0 */
.p-4[data-v-bb4b4eea] {
  padding: 1rem;
}
.space-y-6[data-v-bb4b4eea] > * + * {
  margin-top: 1.5rem;
}
.flex[data-v-bb4b4eea] {
  display: flex;
}
.justify-center[data-v-bb4b4eea] {
  justify-content: center;
}
.py-8[data-v-bb4b4eea] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Training\TrainingProgrammes.vue?type=style&index=0 */

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Training\MyTrainingRequests.vue?type=style&index=0 */
.filter-label[data-v-b566a30f] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-b566a30f] {
  padding: 1rem;
}
.space-y-6[data-v-b566a30f] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Training\ViewTrainingProgramme.vue?type=style&index=0 */
.photo-wrap[data-v-0cabc209] {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background:
    linear-gradient(
      135deg,
      #667eea 0%,
      #764ba2 100%);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo[data-v-0cabc209] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mt-3[data-v-0cabc209] {
  margin-top: 12px;
}
.mb-2[data-v-0cabc209] {
  margin-bottom: 8px;
}
.add-btn[data-v-0cabc209] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}
.section-title[data-v-0cabc209] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.description-card[data-v-0cabc209] {
  background-color: #f9fafb;
  line-height: 1.8;
}
.metric-value[data-v-0cabc209] {
  font-size: 32px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}
.metric-subtitle[data-v-0cabc209] {
  color: #6b7280;
  font-size: 14px;
  margin: 0;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Training\EmployeeTrainingForm.vue?type=style&index=0 */
.programme-info-card[data-v-f70050ac] {
  background:
    linear-gradient(
      135deg,
      #e0f7fa 0%,
      #b2ebf2 100%);
}
[data-v-f70050ac] .n-card {
  margin-bottom: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Training\EmployeeTrainings.vue?type=style&index=0 */

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Training\ViewEmployeeTraining.vue?type=style&index=0 */
.avatar-wrap[data-v-48d18812] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.mt-3[data-v-48d18812] {
  margin-top: 12px;
}
.section-title[data-v-48d18812] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.description-text[data-v-48d18812] {
  line-height: 1.8;
  color: #374151;
  margin: 0;
}
.completion-card[data-v-48d18812] {
  background:
    linear-gradient(
      135deg,
      #f0fdf4 0%,
      #dcfce7 100%);
  border: 1px solid #86efac;
}
.completion-info[data-v-48d18812] {
  padding: 16px;
  background-color: #f0fdf4;
  border-radius: 6px;
  border: 1px solid #86efac;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Training\MyTrainingHistory.vue?type=style&index=0 */

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\RequestCard.vue?type=style&index=0 */
.request-card[data-v-2b493a1d] {
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
}
.request-card[data-v-2b493a1d]:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.card-content[data-v-2b493a1d] {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.icon-wrapper[data-v-2b493a1d] {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-body[data-v-2b493a1d] {
  flex: 1;
  min-width: 0;
}
.card-title[data-v-2b493a1d] {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #333;
}
.card-description[data-v-2b493a1d] {
  font-size: 13px;
  color: #666;
  margin: 0 0 12px 0;
  line-height: 1.5;
}
.card-footer[data-v-2b493a1d] {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\Requests.vue?type=style&index=0 */
.p-4[data-v-268da5b1] {
  padding: 1rem;
}
.space-y-6[data-v-268da5b1] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\AdvanceApplications.vue?type=style&index=0 */
.filter-label[data-v-c6c298c3] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-c6c298c3] {
  padding: 1rem;
}
.space-y-6[data-v-c6c298c3] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\AdvanceApplicationForm.vue?type=style&index=0 */
.repayment-card[data-v-1691376f] {
  background:
    linear-gradient(
      135deg,
      #e8f5e9 0%,
      #c8e6c9 100%);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApproveAdvanceApplication.vue?type=style&index=0 */
.sub-card[data-v-d4d10b7d] {
  border-radius: 10px;
}
.header-row[data-v-d4d10b7d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-d4d10b7d] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-d4d10b7d] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-d4d10b7d] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-d4d10b7d] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-d4d10b7d] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-d4d10b7d] {
  line-height: 1.6;
  color: #374151;
}
.amount-highlight[data-v-d4d10b7d] {
  color: #059669;
  font-size: 18px;
  font-weight: 700;
}
.repayment-card[data-v-d4d10b7d] {
  background:
    linear-gradient(
      135deg,
      #e8f5e9 0%,
      #c8e6c9 100%);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\AllowanceApplications.vue?type=style&index=0 */
.filter-label[data-v-1594ef38] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-1594ef38] {
  padding: 1rem;
}
.space-y-6[data-v-1594ef38] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApproveAllowanceApplication.vue?type=style&index=0 */
.sub-card[data-v-b846a923] {
  border-radius: 10px;
}
.header-row[data-v-b846a923] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-b846a923] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-b846a923] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-b846a923] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-b846a923] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-b846a923] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-b846a923] {
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\AssetRequests.vue?type=style&index=0 */
.filter-label[data-v-6378211e] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-6378211e] {
  padding: 1rem;
}
.space-y-6[data-v-6378211e] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApproveAssetRequest.vue?type=style&index=0 */
.sub-card[data-v-04e6b757] {
  border-radius: 10px;
}
.header-row[data-v-04e6b757] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-04e6b757] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-04e6b757] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-04e6b757] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-04e6b757] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-04e6b757] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-04e6b757] {
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\TrainingRequests.vue?type=style&index=0 */
.filter-label[data-v-73252f8e] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-73252f8e] {
  padding: 1rem;
}
.space-y-6[data-v-73252f8e] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApproveTrainingRequest.vue?type=style&index=0 */
.sub-card[data-v-47773457] {
  border-radius: 10px;
}
.header-row[data-v-47773457] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-47773457] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-47773457] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-47773457] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-47773457] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-47773457] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-47773457] {
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\TravelRequests.vue?type=style&index=0 */
.filter-label[data-v-d915362e] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-d915362e] {
  padding: 1rem;
}
.space-y-6[data-v-d915362e] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApproveTravelRequest.vue?type=style&index=0 */
.sub-card[data-v-2f26be04] {
  border-radius: 10px;
}
.header-row[data-v-2f26be04] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-2f26be04] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-2f26be04] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-2f26be04] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-2f26be04] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-2f26be04] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-2f26be04] {
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\WorkersCompensationRequests.vue?type=style&index=0 */
.filter-label[data-v-ade04b82] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-ade04b82] {
  padding: 1rem;
}
.space-y-6[data-v-ade04b82] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApproveWorkersCompensationRequest.vue?type=style&index=0 */
.sub-card[data-v-f65d8509] {
  border-radius: 10px;
}
.header-row[data-v-f65d8509] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-f65d8509] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-f65d8509] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-f65d8509] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-f65d8509] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-f65d8509] {
  font-weight: 600;
  font-size: 14px;
}
.label-text[data-v-f65d8509] {
  font-weight: 600;
  font-size: 13px;
  color: #374151;
  margin-bottom: 6px;
}
.address[data-v-f65d8509] {
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ViewWorkersCompensationRequest.vue?type=style&index=0 */
.add-btn[data-v-59c4403d] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\LeaveGrantRequests.vue?type=style&index=0 */
.filter-label[data-v-12093b60] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-12093b60] {
  padding: 1rem;
}
.space-y-6[data-v-12093b60] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApproveLeaveGrantRequest.vue?type=style&index=0 */
.sub-card[data-v-2190134e] {
  border-radius: 10px;
}
.header-row[data-v-2190134e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-2190134e] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-2190134e] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-2190134e] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-2190134e] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-2190134e] {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.label-text[data-v-2190134e] {
  font-weight: 600;
  font-size: 13px;
  color: #374151;
  margin-bottom: 6px;
}
.address[data-v-2190134e] {
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\OvertimeApplications.vue?type=style&index=0 */
.filter-label[data-v-8290677e] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-8290677e] {
  padding: 1rem;
}
.space-y-6[data-v-8290677e] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApproveOvertimeApplication.vue?type=style&index=0 */
.sub-card[data-v-7b31de8c] {
  border-radius: 10px;
}
.header-row[data-v-7b31de8c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-7b31de8c] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-7b31de8c] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-7b31de8c] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-7b31de8c] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-7b31de8c] {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.address[data-v-7b31de8c] {
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Payroll\ViewEffectiveOvertime.vue?type=style&index=0 */
.formula[data-v-6d630080] {
  margin-top: 8px;
}
.formula-line[data-v-6d630080] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  font-family: monospace;
  font-size: 14px;
  flex-wrap: wrap;
}
.formula-value[data-v-6d630080] {
  color: #374151;
}
.formula-op[data-v-6d630080] {
  color: #9ca3af;
  font-weight: 600;
}
.formula-result[data-v-6d630080] {
  color: #18a058;
  font-size: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\MileageRequests.vue?type=style&index=0 */
.filter-label[data-v-d8f47f41] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-d8f47f41] {
  padding: 1rem;
}
.space-y-6[data-v-d8f47f41] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApproveMileageRequest.vue?type=style&index=0 */
.sub-card[data-v-4ce30809] {
  border-radius: 10px;
}
.header-row[data-v-4ce30809] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-4ce30809] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-4ce30809] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-4ce30809] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-4ce30809] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-4ce30809] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-4ce30809] {
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\AssistanceTypes.vue?type=style&index=0 */
.filter-label[data-v-01bbeb0c] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-01bbeb0c] {
  padding: 1rem;
}
.space-y-6[data-v-01bbeb0c] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\AssistanceRequests.vue?type=style&index=0 */
.filter-label[data-v-8040c7f3] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-8040c7f3] {
  padding: 1rem;
}
.space-y-6[data-v-8040c7f3] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApproveAssistanceRequest.vue?type=style&index=0 */
.sub-card[data-v-4d6869f8] {
  border-radius: 10px;
}
.header-row[data-v-4d6869f8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-4d6869f8] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-4d6869f8] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-4d6869f8] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-4d6869f8] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-4d6869f8] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-4d6869f8] {
  line-height: 1.6;
  color: #374151;
}
.calc-box[data-v-4d6869f8] {
  padding: 8px;
  background: #f3f4f6;
  border-radius: 4px;
}
.calc-label[data-v-4d6869f8] {
  font-size: 12px;
  color: #6b7280;
}
.calc-value[data-v-4d6869f8] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-top: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\HealthWellBeingTypes.vue?type=style&index=0 */
.filter-label[data-v-7ec949d3] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-7ec949d3] {
  padding: 1rem;
}
.space-y-6[data-v-7ec949d3] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\HealthWellBeingRequests.vue?type=style&index=0 */
.filter-label[data-v-94d1cc2b] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-94d1cc2b] {
  padding: 1rem;
}
.space-y-6[data-v-94d1cc2b] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApproveHealthWellBeingRequest.vue?type=style&index=0 */
.sub-card[data-v-1fcbb9db] {
  border-radius: 10px;
}
.header-row[data-v-1fcbb9db] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-1fcbb9db] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-1fcbb9db] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-1fcbb9db] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-1fcbb9db] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-1fcbb9db] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-1fcbb9db] {
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\DetailsUpdateRequests.vue?type=style&index=0 */
.filter-label[data-v-10a6a0dd] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-10a6a0dd] {
  padding: 1rem;
}
.space-y-6[data-v-10a6a0dd] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApproveDetailsUpdateRequest.vue?type=style&index=0 */
.sub-card[data-v-cfe0c0ee] {
  border-radius: 10px;
}
.header-row[data-v-cfe0c0ee] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-cfe0c0ee] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-cfe0c0ee] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-cfe0c0ee] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-cfe0c0ee] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-cfe0c0ee] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-cfe0c0ee] {
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ShiftChangeRequests.vue?type=style&index=0 */
.filter-label[data-v-8e71c60c] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-8e71c60c] {
  padding: 1rem;
}
.space-y-6[data-v-8e71c60c] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApproveShiftChangeRequest.vue?type=style&index=0 */
.sub-card[data-v-4fdd79f3] {
  border-radius: 10px;
}
.header-row[data-v-4fdd79f3] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-4fdd79f3] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-4fdd79f3] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-4fdd79f3] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-4fdd79f3] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-4fdd79f3] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-4fdd79f3] {
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\WorkshopAttendanceRequests.vue?type=style&index=0 */
.filter-label[data-v-48dfb1df] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-48dfb1df] {
  padding: 1rem;
}
.space-y-6[data-v-48dfb1df] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApproveWorkshopAttendanceRequest.vue?type=style&index=0 */
.sub-card[data-v-6ccc3eb7] {
  border-radius: 10px;
}
.header-row[data-v-6ccc3eb7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-6ccc3eb7] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-6ccc3eb7] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-6ccc3eb7] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-6ccc3eb7] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-6ccc3eb7] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-6ccc3eb7] {
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\PromotionRequests.vue?type=style&index=0 */
.filter-label[data-v-70ce887c] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-70ce887c] {
  padding: 1rem;
}
.space-y-6[data-v-70ce887c] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApprovePromotionRequest.vue?type=style&index=0 */
.sub-card[data-v-16e9db60] {
  border-radius: 10px;
}
.header-row[data-v-16e9db60] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-16e9db60] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-16e9db60] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-16e9db60] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-16e9db60] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-16e9db60] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-16e9db60] {
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ReGradingRequests.vue?type=style&index=0 */
.filter-label[data-v-ad18cdd7] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-ad18cdd7] {
  padding: 1rem;
}
.space-y-6[data-v-ad18cdd7] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApproveReGradingRequest.vue?type=style&index=0 */
.sub-card[data-v-db24e820] {
  border-radius: 10px;
}
.header-row[data-v-db24e820] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-db24e820] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-db24e820] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-db24e820] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-db24e820] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-db24e820] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-db24e820] {
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ContractRenewalRequests.vue?type=style&index=0 */
.filter-label[data-v-539f0bab] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-539f0bab] {
  padding: 1rem;
}
.space-y-6[data-v-539f0bab] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApproveContractRenewalRequest.vue?type=style&index=0 */
.sub-card[data-v-ecee5b5d] {
  border-radius: 10px;
}
.header-row[data-v-ecee5b5d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-ecee5b5d] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-ecee5b5d] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-ecee5b5d] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-ecee5b5d] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-ecee5b5d] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-ecee5b5d] {
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\RetirementRequests.vue?type=style&index=0 */
.filter-label[data-v-b0027fbb] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-b0027fbb] {
  padding: 1rem;
}
.space-y-6[data-v-b0027fbb] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Requests\ApproveRetirementRequest.vue?type=style&index=0 */
.sub-card[data-v-bcfdb09b] {
  border-radius: 10px;
}
.header-row[data-v-bcfdb09b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-bcfdb09b] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-bcfdb09b] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-bcfdb09b] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-bcfdb09b] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-bcfdb09b] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-bcfdb09b] {
  line-height: 1.6;
  color: #374151;
}
.policy-details[data-v-bcfdb09b] {
  margin-top: 4px;
  color: #6b7280;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\DisciplinaryActions\DisciplinaryOffenceCategories.vue?type=style&index=0 */
.p-4[data-v-85a00d42] {
  padding: 1rem;
}
.space-y-6[data-v-85a00d42] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\DisciplinaryActions\DisciplinaryMenuCard.vue?type=style&index=0 */
.request-card[data-v-940b34a9] {
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
}
.request-card[data-v-940b34a9]:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.card-content[data-v-940b34a9] {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.icon-wrapper[data-v-940b34a9] {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-body[data-v-940b34a9] {
  flex: 1;
  min-width: 0;
}
.card-title[data-v-940b34a9] {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #333;
}
.card-description[data-v-940b34a9] {
  font-size: 13px;
  color: #666;
  margin: 0 0 12px 0;
  line-height: 1.5;
}
.card-footer[data-v-940b34a9] {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\DisciplinaryActions\DisciplinaryMenu.vue?type=style&index=0 */
.p-4[data-v-c7ce4067] {
  padding: 1rem;
}
.space-y-6[data-v-c7ce4067] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\DisciplinaryActions\DisciplinaryRequests.vue?type=style&index=0 */
.filter-label[data-v-b3bcaa6f] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-b3bcaa6f] {
  padding: 1rem;
}
.space-y-6[data-v-b3bcaa6f] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\DisciplinaryActions\DisciplinaryRequestForm.vue?type=style&index=0 */
.text-sm[data-v-253b861e] {
  font-size: 0.875rem;
}
.text-gray-600[data-v-253b861e] {
  color: #718096;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\DisciplinaryActions\ApproveDisciplinaryRequest.vue?type=style&index=0 */

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\DisciplinaryActions\DisciplinaryAppeals.vue?type=style&index=0 */
.filter-label[data-v-e2c23008] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-e2c23008] {
  padding: 1rem;
}
.space-y-6[data-v-e2c23008] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\DisciplinaryActions\DisciplinaryAppealForm.vue?type=style&index=0 */
.text-sm[data-v-cc9c9ce8] {
  font-size: 0.875rem;
}
.text-gray-500[data-v-cc9c9ce8] {
  color: #6b7280;
}
.p-4[data-v-cc9c9ce8] {
  padding: 1rem;
}
.space-y-6[data-v-cc9c9ce8] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\DisciplinaryActions\ProcessDisciplinaryRequest.vue?type=style&index=0 */
.mt-4[data-v-e13abf9c] {
  margin-top: 16px;
}
.mt-2[data-v-e13abf9c] {
  margin-top: 8px;
}
h3[data-v-e13abf9c] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.header-row[data-v-e13abf9c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-e13abf9c] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-e13abf9c] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-e13abf9c] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-e13abf9c] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\DisciplinaryActions\ApproveDisciplinaryAppeal.vue?type=style&index=0 */
.sub-card[data-v-cf48cc77] {
  border-radius: 10px;
}
.header-row[data-v-cf48cc77] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-cf48cc77] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-cf48cc77] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-cf48cc77] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-cf48cc77] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-cf48cc77] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-cf48cc77] {
  line-height: 1.6;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\DisciplinaryActions\DisciplinaryHearingForm.vue?type=style&index=0 */
.text-hint[data-v-a542f246] {
  font-size: 12px;
  color: #6b7280;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\DisciplinaryActions\DisciplinaryHearings.vue?type=style&index=0 */
.filter-label[data-v-3e65c822] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-3e65c822] {
  padding: 1rem;
}
.space-y-6[data-v-3e65c822] > * + * {
  margin-top: 1.5rem;
}

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\DisciplinaryActions\ViewDisciplinaryRequest.vue?type=style&index=0 */
.icon-banner[data-v-f0306536] {
  width: 100%;
  aspect-ratio: 16/7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-critical[data-v-f0306536] {
  background:
    linear-gradient(
      135deg,
      #dc2626 0%,
      #991b1b 100%);
}
.banner-high[data-v-f0306536] {
  background:
    linear-gradient(
      135deg,
      #f97316 0%,
      #c2410c 100%);
}
.banner-medium[data-v-f0306536] {
  background:
    linear-gradient(
      135deg,
      #6366f1 0%,
      #4338ca 100%);
}
.mt-2[data-v-f0306536] {
  margin-top: 8px;
}
.mt-3[data-v-f0306536] {
  margin-top: 12px;
}
.mb-0[data-v-f0306536] {
  margin-bottom: 0;
}
.mb-3[data-v-f0306536] {
  margin-bottom: 12px;
}
.section-title[data-v-f0306536] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.content-card[data-v-f0306536] {
  background-color: #f9fafb;
  line-height: 1.8;
}
.timeline-card[data-v-f0306536] {
  background-color: #f9fafb;
  margin-top: 8px;
}
.action-card-critical[data-v-f0306536] {
  border-left: 4px solid #dc2626;
}
.action-card-high[data-v-f0306536] {
  border-left: 4px solid #f97316;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\DisciplinaryActions\ViewDisciplinaryHearing.vue?type=style&index=0 */
.icon-banner[data-v-8e7300bb] {
  width: 100%;
  aspect-ratio: 16/7;
  background:
    linear-gradient(
      135deg,
      #6366f1 0%,
      #8b5cf6 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mt-3[data-v-8e7300bb] {
  margin-top: 12px;
}
.section-title[data-v-8e7300bb] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.notes-card[data-v-8e7300bb] {
  background-color: #f9fafb;
  line-height: 1.8;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\DisciplinaryActions\ViewDisciplinaryAction.vue?type=style&index=0 */
.icon-banner[data-v-36d8c2c2] {
  width: 100%;
  aspect-ratio: 16/7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-critical[data-v-36d8c2c2] {
  background:
    linear-gradient(
      135deg,
      #dc2626 0%,
      #991b1b 100%);
}
.banner-high[data-v-36d8c2c2] {
  background:
    linear-gradient(
      135deg,
      #f97316 0%,
      #c2410c 100%);
}
.banner-medium[data-v-36d8c2c2] {
  background:
    linear-gradient(
      135deg,
      #f59e0b 0%,
      #b45309 100%);
}
.banner-low[data-v-36d8c2c2] {
  background:
    linear-gradient(
      135deg,
      #6366f1 0%,
      #4338ca 100%);
}
.mt-3[data-v-36d8c2c2] {
  margin-top: 12px;
}
.section-title[data-v-36d8c2c2] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.desc-card[data-v-36d8c2c2] {
  background-color: #f9fafb;
  line-height: 1.8;
}
.severity-text[data-v-36d8c2c2] {
  color: #374151;
  font-size: 14px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\DisciplinaryActions\ViewDisciplinaryAppeal.vue?type=style&index=0 */
.icon-banner[data-v-b38302ed] {
  width: 100%;
  aspect-ratio: 16/7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-success[data-v-b38302ed] {
  background:
    linear-gradient(
      135deg,
      #16a34a 0%,
      #15803d 100%);
}
.banner-critical[data-v-b38302ed] {
  background:
    linear-gradient(
      135deg,
      #dc2626 0%,
      #991b1b 100%);
}
.banner-high[data-v-b38302ed] {
  background:
    linear-gradient(
      135deg,
      #f97316 0%,
      #c2410c 100%);
}
.banner-medium[data-v-b38302ed] {
  background:
    linear-gradient(
      135deg,
      #6366f1 0%,
      #4338ca 100%);
}
.mt-2[data-v-b38302ed] {
  margin-top: 8px;
}
.mt-3[data-v-b38302ed] {
  margin-top: 12px;
}
.mb-0[data-v-b38302ed] {
  margin-bottom: 0;
}
.mb-3[data-v-b38302ed] {
  margin-bottom: 12px;
}
.section-title[data-v-b38302ed] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.content-card[data-v-b38302ed] {
  background-color: #f9fafb;
  line-height: 1.8;
}
.action-card-critical[data-v-b38302ed] {
  border-left: 4px solid #dc2626;
}
.action-card-high[data-v-b38302ed] {
  border-left: 4px solid #f97316;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Grievances\GrievanceMenuCard.vue?type=style&index=0 */
.request-card[data-v-275e8a1f] {
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
}
.request-card[data-v-275e8a1f]:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.card-content[data-v-275e8a1f] {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.icon-wrapper[data-v-275e8a1f] {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-body[data-v-275e8a1f] {
  flex: 1;
  min-width: 0;
}
.card-title[data-v-275e8a1f] {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #333;
}
.card-description[data-v-275e8a1f] {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Grievances\GrievanceMenu.vue?type=style&index=0 */
.p-4[data-v-8295c128] {
  padding: 1rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Grievances\GrievanceCategories.vue?type=style&index=0 */
.p-4[data-v-7c467d64] {
  padding: 1rem;
}
.space-y-6[data-v-7c467d64] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Grievances\Grievances.vue?type=style&index=0 */
.filter-label[data-v-577ae059] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-577ae059] {
  padding: 1rem;
}
.space-y-6[data-v-577ae059] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Grievances\GrievanceForm.vue?type=style&index=0 */
.text-sm[data-v-770ab5e5] {
  font-size: 0.875rem;
}
.text-gray-500[data-v-770ab5e5] {
  color: #6b7280;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Grievances\ViewGrievance.vue?type=style&index=0 */
.icon-banner[data-v-570168e8] {
  width: 100%;
  aspect-ratio: 16/7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-critical[data-v-570168e8] {
  background:
    linear-gradient(
      135deg,
      #dc2626 0%,
      #991b1b 100%);
}
.banner-high[data-v-570168e8] {
  background:
    linear-gradient(
      135deg,
      #f97316 0%,
      #c2410c 100%);
}
.banner-medium[data-v-570168e8] {
  background:
    linear-gradient(
      135deg,
      #6366f1 0%,
      #4338ca 100%);
}
.banner-resolved[data-v-570168e8] {
  background:
    linear-gradient(
      135deg,
      #16a34a 0%,
      #15803d 100%);
}
.mt-2[data-v-570168e8] {
  margin-top: 8px;
}
.mt-3[data-v-570168e8] {
  margin-top: 12px;
}
.mb-0[data-v-570168e8] {
  margin-bottom: 0;
}
.mb-3[data-v-570168e8] {
  margin-bottom: 12px;
}
.section-title[data-v-570168e8] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.content-card[data-v-570168e8] {
  background-color: #f9fafb;
  line-height: 1.8;
}
.timeline-card[data-v-570168e8] {
  background-color: #f9fafb;
  margin-top: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Grievances\ProcessGrievance.vue?type=style&index=0 */
.mt-4[data-v-ea0d1d68] {
  margin-top: 16px;
}
h3[data-v-ea0d1d68] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.header-row[data-v-ea0d1d68] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-ea0d1d68] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-ea0d1d68] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-ea0d1d68] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-ea0d1d68] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Grievances\MyGrievances.vue?type=style&index=0 */
.p-4[data-v-a97452f5] {
  padding: 1rem;
}
.space-y-6[data-v-a97452f5] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Grievances\GrievanceInbox.vue?type=style&index=0 */
.p-4[data-v-ee0fd1dd] {
  padding: 1rem;
}
.space-y-6[data-v-ee0fd1dd] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\PerformanceManagement\PerformanceCard.vue?type=style&index=0 */
.request-card[data-v-84663aa3] {
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
}
.request-card[data-v-84663aa3]:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.card-content[data-v-84663aa3] {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.icon-wrapper[data-v-84663aa3] {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-body[data-v-84663aa3] {
  flex: 1;
  min-width: 0;
}
.card-title[data-v-84663aa3] {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #333;
}
.card-description[data-v-84663aa3] {
  font-size: 13px;
  color: #666;
  margin: 0 0 12px 0;
  line-height: 1.5;
}
.card-footer[data-v-84663aa3] {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\PerformanceManagement\PerformanceMenu.vue?type=style&index=0 */
.p-4[data-v-8d57bcc4] {
  padding: 1rem;
}
.space-y-6[data-v-8d57bcc4] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\PerformanceManagement\Configuration\RatingScales.vue?type=style&index=0 */
.filter-label[data-v-758c6654] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-758c6654] {
  padding: 1rem;
}
.space-y-6[data-v-758c6654] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\PerformanceManagement\Configuration\Competencies.vue?type=style&index=0 */
.filter-label[data-v-71fccbb9] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-71fccbb9] {
  padding: 1rem;
}
.space-y-6[data-v-71fccbb9] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\PerformanceManagement\Configuration\OutcomeProfiles.vue?type=style&index=0 */
.filter-label[data-v-1c6a5547] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-1c6a5547] {
  padding: 1rem;
}
.space-y-6[data-v-1c6a5547] > * + * {
  margin-top: 1.5rem;
}
.mr-1[data-v-1c6a5547] {
  margin-right: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\PerformanceManagement\Configuration\OutcomeProfileForm.vue?type=style&index=0 */
.space-y-4[data-v-bb200815] > * + * {
  margin-top: 1rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\PerformanceManagement\Configuration\OverallOutcomeProfiles.vue?type=style&index=0 */
.filter-label[data-v-7bfe0971] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-7bfe0971] {
  padding: 1rem;
}
.space-y-6[data-v-7bfe0971] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\PerformanceManagement\Configuration\WorkflowDefinitions.vue?type=style&index=0 */
.filter-label[data-v-e3461f50] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-e3461f50] {
  padding: 1rem;
}
.space-y-6[data-v-e3461f50] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\PerformanceManagement\Configuration\AppraisalFormDefinitions.vue?type=style&index=0 */
.filter-label[data-v-7d3c771f] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-7d3c771f] {
  padding: 1rem;
}
.space-y-6[data-v-7d3c771f] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\PerformanceManagement\Configuration\CycleDefinitions.vue?type=style&index=0 */
.filter-label[data-v-546b3738] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-546b3738] {
  padding: 1rem;
}
.space-y-6[data-v-546b3738] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\PerformanceManagement\Configuration\CycleAssignments.vue?type=style&index=0 */
.filter-label[data-v-d1db9a19] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-d1db9a19] {
  padding: 1rem;
}
.space-y-6[data-v-d1db9a19] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\PerformanceManagement\PerformanceAppraisals.vue?type=style&index=0 */
.filter-label[data-v-c411efbb] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-c411efbb] {
  padding: 1rem;
}
.space-y-6[data-v-c411efbb] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\PerformanceManagement\PerformanceAppraisalForm.vue?type=style&index=0 */
.appraisal-page[data-v-50108ec8] {
  padding: 1rem;
  display: grid;
  gap: 1rem;
}
.page-alert[data-v-50108ec8] {
  margin-bottom: 1rem;
}
.summary-grid[data-v-50108ec8],
.score-grid[data-v-50108ec8],
.workflow-grid[data-v-50108ec8],
.response-grid[data-v-50108ec8] {
  display: grid;
  gap: 0.9rem;
}
.summary-grid[data-v-50108ec8],
.score-grid[data-v-50108ec8] {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.workflow-grid[data-v-50108ec8] {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
.summary-item[data-v-50108ec8],
.score-card[data-v-50108ec8],
.workflow-stage[data-v-50108ec8],
.response-card[data-v-50108ec8],
.question-block[data-v-50108ec8],
.linked-item[data-v-50108ec8] {
  border: 1px solid #eceff3;
  border-radius: 12px;
  background: #fafbfc;
}
.summary-item[data-v-50108ec8],
.score-card[data-v-50108ec8],
.workflow-stage[data-v-50108ec8],
.response-card[data-v-50108ec8],
.linked-item[data-v-50108ec8] {
  padding: 1rem;
}
.summary-label[data-v-50108ec8],
.score-label[data-v-50108ec8],
.response-label[data-v-50108ec8],
.editor-label[data-v-50108ec8] {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
}
.summary-value[data-v-50108ec8],
.score-value[data-v-50108ec8],
.workflow-name[data-v-50108ec8],
.linked-title[data-v-50108ec8],
.question-prompt[data-v-50108ec8] {
  font-weight: 700;
  color: #15202b;
}
.summary-subtext[data-v-50108ec8],
.workflow-role[data-v-50108ec8],
.workflow-assignee[data-v-50108ec8],
.question-help[data-v-50108ec8],
.response-meta[data-v-50108ec8],
.section-description[data-v-50108ec8],
.goal-help[data-v-50108ec8],
.outcome-guidance[data-v-50108ec8] {
  color: #667085;
  font-size: 0.92rem;
}
.score-value[data-v-50108ec8] {
  font-size: 1.35rem;
}
.workflow-stage[data-v-50108ec8] {
  display: grid;
  gap: 0.45rem;
}
.workflow-stage--current[data-v-50108ec8] {
  border-color: #f0a500;
  background: #fff8e7;
}
.workflow-stage--complete[data-v-50108ec8] {
  border-color: #1f9d55;
  background: #eefbf3;
}
.workflow-order[data-v-50108ec8] {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #15202b;
  color: #fff;
  font-weight: 700;
}
.action-bar[data-v-50108ec8],
.linked-item[data-v-50108ec8],
.question-header[data-v-50108ec8] {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}
.action-title[data-v-50108ec8] {
  font-weight: 700;
  color: #15202b;
}
.outcome-row[data-v-50108ec8],
.section-score-strip[data-v-50108ec8],
.linked-list[data-v-50108ec8] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.linked-list[data-v-50108ec8] {
  display: grid;
  gap: 0.9rem;
}
.question-block[data-v-50108ec8] {
  padding: 1rem;
  margin-top: 1rem;
}
.question-layout[data-v-50108ec8] {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(280px, 1.2fr);
  gap: 1rem;
}
.question-editor[data-v-50108ec8] {
  display: grid;
  gap: 0.75rem;
}
.response-grid[data-v-50108ec8] {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.score-card--effective[data-v-50108ec8],
.response-card--effective[data-v-50108ec8] {
  border-color: #1f9d55;
  background: #eefbf3;
}
@media (max-width: 900px) {
  .question-layout[data-v-50108ec8] {
    grid-template-columns: 1fr;
  }
  .action-bar[data-v-50108ec8],
  .linked-item[data-v-50108ec8],
  .question-header[data-v-50108ec8] {
    flex-direction: column;
  }
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\PerformanceManagement\PerformanceGoals.vue?type=style&index=0 */
.filter-label[data-v-af9e7f26] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-af9e7f26] {
  padding: 1rem;
}
.space-y-6[data-v-af9e7f26] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\PerformanceManagement\PerformanceGoalForm.vue?type=style&index=0 */
.space-y-4[data-v-815ea767] > * + * {
  margin-top: 1rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\PerformanceManagement\DevelopmentPlans.vue?type=style&index=0 */
.filter-label[data-v-ee799118] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-ee799118] {
  padding: 1rem;
}
.space-y-6[data-v-ee799118] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
  align-items: start;
}
.form-grid[data-v-f8ac63e3] .n-form-item {
  margin-bottom: 0;
}
.form-grid[data-v-f8ac63e3] .n-input,
.form-grid[data-v-f8ac63e3] .n-input-number,
.form-grid[data-v-f8ac63e3] .n-select,
.form-grid[data-v-f8ac63e3] .n-base-selection {
  width: 100%;
}
.modal-actions[data-v-f8ac63e3] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.mb-2[data-v-f8ac63e3] {
  margin-bottom: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Workflow\TaskHistory.vue?type=style&index=0 */
.mt-2[data-v-c6274162] {
  margin-top: 8px;
}
.mt-3[data-v-c6274162] {
  margin-top: 12px;
}
.mb-2[data-v-c6274162] {
  margin-bottom: 8px;
}
.kpi[data-v-c6274162] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.kpi-title[data-v-c6274162] {
  font-size: 12px;
  color: #6b7280;
}
.stage[data-v-c6274162] {
  padding: 8px 0;
}
.muted[data-v-c6274162] {
  font-size: 12px;
  color: #6b7280;
}
.section-title[data-v-c6274162] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Workflow\AuthorizerHistory.vue?type=style&index=0 */
.mt-3[data-v-c0b7f67d] {
  margin-top: 12px;
}
.mb-2[data-v-c0b7f67d] {
  margin-bottom: 8px;
}
.kpi[data-v-c0b7f67d] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.kpi-title[data-v-c0b7f67d] {
  font-size: 12px;
  color: #6b7280;
}
.muted[data-v-c0b7f67d] {
  font-size: 12px;
  color: #6b7280;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Controls\UnitSelect.vue?type=style&index=0 */
.form-input[data-v-cfcfa438] {
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\ViewSeason.vue?type=style&index=0 */
.mt-3[data-v-148eb5b8] {
  margin-top: 12px;
}
.mb-2[data-v-148eb5b8] {
  margin-bottom: 8px;
}
.kpi[data-v-148eb5b8] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.kpi-title[data-v-148eb5b8] {
  font-size: 12px;
  color: #6b7280;
}
.modal-actions[data-v-148eb5b8] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.toolbar-row[data-v-148eb5b8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.upload-help[data-v-148eb5b8] {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
}
.selected-file[data-v-148eb5b8] {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\Documents\SalesDocumentPage.vue?type=style&index=0 */
.mb-3[data-v-871815d5] {
  margin-bottom: 12px;
}
.section-locked[data-v-871815d5] {
  pointer-events: none;
  opacity: 0.72;
}
.summary-card[data-v-871815d5] {
  border: 1px dashed var(--n-border-color);
  border-radius: 10px;
  padding: 12px 14px;
  margin-top: 12px;
  background: #fff;
}
.summary-grid[data-v-871815d5] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}
.summary-row[data-v-871815d5] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px solid #f1f5f9;
}
.summary-row[data-v-871815d5]:last-child {
  border-bottom: 0;
}
.summary-row.grand[data-v-871815d5] {
  font-weight: 600;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Sales\Documents\SalesApprovalPage.vue?type=style&index=0 */
.sub-card[data-v-937f3638] {
  border-radius: 10px;
}
.header-row[data-v-937f3638] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-937f3638] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-937f3638] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-937f3638] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-937f3638] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-937f3638] {
  font-weight: 600;
  font-size: 14px;
}
.kpi-formatted[data-v-937f3638] {
  margin-top: 6px;
  color: #6b7280;
  font-size: 12px;
}
.summary-card[data-v-937f3638] {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
  background: #fafafa;
}
.summary-row[data-v-937f3638] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  color: #374151;
}
.summary-row.grand[data-v-937f3638] {
  border-top: 1px solid #e5e7eb;
  margin-top: 6px;
  padding-top: 10px;
  font-weight: 700;
  color: #111827;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\DocumentManagement\GroupForm.vue?type=style&index=0 */
.members-pane[data-v-36b17765] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
.member-add-row[data-v-36b17765] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.members-loading[data-v-36b17765],
.members-empty[data-v-36b17765] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 32px 0;
  opacity: 0.5;
  font-size: 13px;
}
.members-new-hint[data-v-36b17765] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 160px;
  gap: 4px;
  opacity: 0.45;
  font-size: 13px;
  text-align: center;
  padding: 24px;
}
.members-list[data-v-36b17765] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
  max-height: 420px;
}
.member-row[data-v-36b17765] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  transition: background 0.12s;
}
.member-row[data-v-36b17765]:hover {
  background: var(--n-color-hover, rgba(0,0,0,0.04));
}
.member-avatar[data-v-36b17765] {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 600;
  background: var(--n-color-target, #2080f0);
  color: #fff;
}
.member-info[data-v-36b17765] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.member-name[data-v-36b17765] {
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member-email[data-v-36b17765] {
  font-size: 11px;
  opacity: 0.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\DocumentManagement\Documents.vue?type=style&index=0 */
.ws-wrap[data-v-3184e758] {
  padding: 20px 24px 28px;
  min-height: 100%;
  box-sizing: border-box;
}
.ws-card[data-v-3184e758] {
  background: #ffffff;
  border: 1px solid #e8e8ed;
  border-radius: 14px;
  overflow: hidden;
  min-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.ws-topbar[data-v-3184e758] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid #e8e8ed;
  flex-shrink: 0;
  background: #ffffff;
}
.ws-topbar-right[data-v-3184e758] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ws-path[data-v-3184e758] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.path-sep[data-v-3184e758] {
  opacity: 0.3;
  font-size: 14px;
}
.path-seg[data-v-3184e758] {
  font-size: 13px;
  opacity: 0.45;
  cursor: pointer;
  transition: opacity 0.12s;
  border-radius: 4px;
  padding: 2px 4px;
}
.path-seg[data-v-3184e758]:hover {
  opacity: 0.75;
}
.path-seg.active[data-v-3184e758] {
  opacity: 1;
  font-weight: 600;
  cursor: default;
}
.ws-body[data-v-3184e758] {
  padding: 20px 20px 24px;
  flex: 1;
}
.ws-loading[data-v-3184e758] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}
.ws-empty[data-v-3184e758] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  font-size: 13px;
  opacity: 0.3;
}
.section-label[data-v-3184e758] {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  opacity: 0.35;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.count-chip[data-v-3184e758] {
  background: #2080f0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 10px;
  padding: 1px 7px;
  opacity: 1;
  letter-spacing: 0;
}
.cabinets-grid[data-v-3184e758] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px;
}
.cabinet-card[data-v-3184e758] {
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.14s, box-shadow 0.14s;
  border: 1px solid #e8e8ed;
}
.cabinet-card[data-v-3184e758]:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.cab-top-strip[data-v-3184e758] {
  height: 8px;
  background: #f5f5f8;
  border-bottom: 1px solid #e8e8ed;
  margin: 0 12px;
  border-radius: 4px 4px 0 0;
}
.cab-mid-strip[data-v-3184e758] {
  height: 8px;
  background: #ececf0;
  border-bottom: 1px solid #e8e8ed;
  margin: 0 6px;
}
.cab-main[data-v-3184e758] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #ffffff;
}
.cab-icon-wrap[data-v-3184e758] {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cab-info[data-v-3184e758] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.cab-code[data-v-3184e758] {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.cab-label-text[data-v-3184e758] {
  font-size: 11px;
  opacity: 0.45;
}
.cab-count[data-v-3184e758] {
  font-size: 11px;
  opacity: 0.4;
  margin-top: 2px;
}
.cab-arrow[data-v-3184e758] {
  opacity: 0.25;
  flex-shrink: 0;
}
.folders-row[data-v-3184e758] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 4px;
}
.folder-card[data-v-3184e758] {
  width: 148px;
  cursor: pointer;
  transition: transform 0.12s;
  user-select: none;
}
.folder-card[data-v-3184e758]:hover {
  transform: translateY(-2px);
}
.folder-tab[data-v-3184e758] {
  height: 8px;
  width: 50%;
  border-radius: 4px 4px 0 0;
  margin-left: 8px;
  opacity: 0.85;
}
.folder-body[data-v-3184e758] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #e8e8ed;
  border-radius: 0 6px 6px 6px;
  background: #ffffff;
  transition: border-color 0.12s, background 0.12s;
  min-height: 52px;
}
.folder-card:hover .folder-body[data-v-3184e758],
.folder-card.active .folder-body[data-v-3184e758] {
  border-color: #2080f0;
  background: rgba(32, 128, 240, 0.04);
}
.folder-text[data-v-3184e758] {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.folder-name[data-v-3184e758] {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.folder-count[data-v-3184e758] {
  font-size: 10px;
  opacity: 0.4;
}
.files-grid[data-v-3184e758] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
  gap: 12px;
}
[data-v-3184e758] .file-card {
  border: 1px solid #e8e8ed;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.14s, transform 0.14s;
  background: #ffffff;
}
[data-v-3184e758] .file-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
  transform: translateY(-2px);
}
[data-v-3184e758] .file-top {
  height: 74px;
  position: relative;
}
[data-v-3184e758] .type-pdf {
  background:
    linear-gradient(
      135deg,
      #ffebee,
      #ffcdd2);
}
[data-v-3184e758] .type-docx {
  background:
    linear-gradient(
      135deg,
      #e3f2fd,
      #bbdefb);
}
[data-v-3184e758] .type-xlsx {
  background:
    linear-gradient(
      135deg,
      #e8f5e9,
      #c8e6c9);
}
[data-v-3184e758] .type-pptx {
  background:
    linear-gradient(
      135deg,
      #fff3e0,
      #ffe0b2);
}
[data-v-3184e758] .type-img {
  background:
    linear-gradient(
      135deg,
      #f3e5f5,
      #e1bee7);
}
[data-v-3184e758] .type-default {
  background:
    linear-gradient(
      135deg,
      #f5f5f5,
      #eeeeee);
}
[data-v-3184e758] .file-ext {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.5px;
  background: rgba(255, 255, 255, 0.65);
  padding: 2px 5px;
  border-radius: 3px;
  backdrop-filter: blur(2px);
}
[data-v-3184e758] .file-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-bottom: 16px solid rgba(255, 255, 255, 0.55);
}
[data-v-3184e758] .file-lines {
  position: absolute;
  bottom: 8px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 55%;
}
[data-v-3184e758] .file-lines span {
  display: block;
  height: 2px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.1);
}
[data-v-3184e758] .file-lines span:nth-child(2) {
  width: 75%;
}
[data-v-3184e758] .file-lines span:nth-child(3) {
  width: 50%;
}
[data-v-3184e758] .file-body {
  padding: 9px 10px;
}
[data-v-3184e758] .file-name {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}
[data-v-3184e758] .file-meta {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  opacity: 0.4;
  margin-bottom: 8px;
}
[data-v-3184e758] .file-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[data-v-3184e758] .file-actions {
  display: flex;
  gap: 2px;
}
.preview-hero[data-v-3184e758] {
  height: 70px;
  border-radius: 8px;
  margin-bottom: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview-ext[data-v-3184e758] {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  opacity: 0.45;
}
.preview-corner[data-v-3184e758] {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom: 20px solid rgba(255, 255, 255, 0.55);
}
.preview-desc[data-v-3184e758] {
  margin-bottom: 4px;
}
.preview-section-title[data-v-3184e758] {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0.4;
  margin: 14px 0 8px;
}
.preview-footer[data-v-3184e758] {
  display: flex;
  gap: 8px;
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\DocumentManagement\DocumentForm.vue?type=style&index=0 */
.add-doc-root[data-v-6f126a9b] {
  display: flex;
  justify-content: center;
  padding: 24px 16px 48px;
}
.add-doc-card[data-v-6f126a9b] {
  width: 100%;
  max-width: 760px;
  background: var(--n-color-base, #fff);
  border: 1px solid var(--n-divider-color, #efeff5);
  border-radius: 14px;
  overflow: hidden;
}
.card-header[data-v-6f126a9b] {
  padding: 24px 28px 20px;
  border-bottom: 1px solid var(--n-divider-color, #efeff5);
}
.card-title[data-v-6f126a9b] {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 3px;
}
.card-subtitle[data-v-6f126a9b] {
  font-size: 13px;
  opacity: 0.5;
}
.form-section[data-v-6f126a9b] {
  padding: 20px 28px 4px;
  border-bottom: 1px solid var(--n-divider-color, #efeff5);
}
.form-section[data-v-6f126a9b]:last-of-type {
  border-bottom: none;
}
.form-section-title[data-v-6f126a9b] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0.45;
  margin-bottom: 14px;
}
.section-title-hint[data-v-6f126a9b] {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.7;
  margin-left: 4px;
}
.drop-zone[data-v-6f126a9b] {
  border: 2px dashed var(--n-divider-color, #e0e0e6);
  border-radius: 10px;
  padding: 28px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-height: 110px;
  justify-content: center;
  margin-bottom: 8px;
}
.drop-zone[data-v-6f126a9b]:hover,
.drop-zone.dragging[data-v-6f126a9b] {
  border-color: var(--n-color-target, #2080f0);
  background: var(--n-color-hover, rgba(32,128,240,0.03));
}
.drop-zone.has-files[data-v-6f126a9b] {
  padding: 16px 20px;
}
.drop-title[data-v-6f126a9b] {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.65;
}
.drop-hint[data-v-6f126a9b] {
  font-size: 12px;
  opacity: 0.35;
}
.file-chips[data-v-6f126a9b] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  text-align: left;
}
.file-chip[data-v-6f126a9b] {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--n-color-embedded, #f9f9fc);
  border: 1px solid var(--n-divider-color, #efeff5);
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 12px;
}
.chip-name[data-v-6f126a9b] {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chip-size[data-v-6f126a9b] {
  opacity: 0.4;
  flex-shrink: 0;
  font-size: 11px;
}
.chip-remove[data-v-6f126a9b] {
  cursor: pointer;
  opacity: 0.4;
  flex-shrink: 0;
}
.chip-remove[data-v-6f126a9b]:hover {
  opacity: 1;
}
.access-group[data-v-6f126a9b] {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.meta-rows[data-v-6f126a9b] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.meta-row[data-v-6f126a9b] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.meta-field[data-v-6f126a9b] {
  flex: 1;
}
.meta-sep[data-v-6f126a9b] {
  opacity: 0.3;
  font-size: 16px;
}
.card-footer[data-v-6f126a9b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 28px;
  border-top: 1px solid var(--n-divider-color, #efeff5);
  background: var(--n-color-embedded, #fafafa);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
}
.full-width-select[data-v-273b86ff] {
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ViewFinancialYear.vue?type=style&index=0 */
.mt-3[data-v-8d3d7f1d] {
  margin-top: 12px;
}
.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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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: 8px;
}
.expand-table table[data-v-bd181bdc] {
  width: 100%;
  border-collapse: collapse;
}
.expand-table th[data-v-bd181bdc],
.expand-table td[data-v-bd181bdc] {
  padding: 6px 8px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
  text-align: left;
}
.expand-actions[data-v-bd181bdc] {
  margin-top: 8px;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
}
.form-locked[data-v-bd181bdc] {
  pointer-events: none;
  opacity: 0.75;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
}
.full-width-select[data-v-76b484f5] {
  width: 100%;
}
[data-v-76b484f5] .n-grid {
  min-width: 0;
}
[data-v-76b484f5] .n-grid-item {
  min-width: 0;
}
.accounts-tree-wrap[data-v-76b484f5] {
  max-height: 420px;
  overflow: auto;
  max-width: 100%;
  min-width: 0;
}
.accounts-tree[data-v-76b484f5] {
  width: 100%;
  min-width: 0;
}
[data-v-76b484f5] .accounts-tree .n-tree-node-content {
  min-width: 0;
  max-width: 100%;
}
[data-v-76b484f5] .accounts-tree .n-tree-node-content__text {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
[data-v-76b484f5] .n-card {
  min-width: 0;
}
[data-v-76b484f5] .n-card__content {
  min-width: 0;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
}
.workflow-note[data-v-a1bcc52f] {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
}
.workflow-note-warning[data-v-a1bcc52f] {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
}
.import-progress-card[data-v-a1bcc52f] {
  margin-bottom: 12px;
}
.import-progress-wrap[data-v-a1bcc52f] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.import-progress-title[data-v-a1bcc52f] {
  font-weight: 600;
  font-size: 0.95rem;
}
.import-progress-text[data-v-a1bcc52f] {
  font-size: 0.85rem;
  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;
}
[data-v-a1bcc52f] .imported-budget-row td {
  opacity: 0.55;
  background: rgba(148, 163, 184, 0.08);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
}
.workspace-breadcrumb[data-v-eddf4dfb] {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.7;
  font-weight: 600;
}
.budget-title[data-v-eddf4dfb] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.25rem;
  margin: 0;
  flex-wrap: wrap;
}
.budget-title-strong[data-v-eddf4dfb] {
  font-weight: 700;
}
.workspace-subtitle[data-v-eddf4dfb] {
  font-size: 0.9rem;
  opacity: 0.8;
}
.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: #94a3b8;
}
.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;
}
.workflow-note[data-v-eddf4dfb] {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
}
.workflow-note-warning[data-v-eddf4dfb] {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
}
.workflow-note-success[data-v-eddf4dfb] {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
}
.import-progress-card[data-v-eddf4dfb] {
  margin-bottom: 12px;
}
.import-progress-wrap[data-v-eddf4dfb] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.import-progress-title[data-v-eddf4dfb] {
  font-weight: 600;
  font-size: 0.95rem;
}
.import-progress-text[data-v-eddf4dfb] {
  font-size: 0.85rem;
  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;
  gap: 12px;
}
.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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\CashRequestForm.vue?type=style&index=0 */
.mb-3[data-v-a60ccdc9] {
  margin-bottom: 12px;
}
.mt-2[data-v-a60ccdc9] {
  margin-top: 8px;
}
.totals-card[data-v-a60ccdc9] {
  border: 1px dashed var(--n-border-color);
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 8px;
}
.total-row[data-v-a60ccdc9] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.form-locked[data-v-a60ccdc9] {
  pointer-events: none;
  opacity: 0.75;
}
.full-width-select[data-v-a60ccdc9] {
  width: 100%;
}
.lines-header[data-v-a60ccdc9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.lines-title[data-v-a60ccdc9] {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.no-lines[data-v-a60ccdc9] {
  padding: 12px;
}
.lines-list[data-v-a60ccdc9] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.line-card[data-v-a60ccdc9] {
  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-a60ccdc9] {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 8px;
}
.line-card-left[data-v-a60ccdc9] {
  flex: 1;
  min-width: 0;
}
.line-title[data-v-a60ccdc9] {
  font-size: 13px;
  margin-bottom: 4px;
}
.line-meta[data-v-a60ccdc9] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  opacity: 0.75;
}
.line-card-right[data-v-a60ccdc9] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 120px;
}
.line-amount-label[data-v-a60ccdc9] {
  font-size: 11px;
  opacity: 0.7;
}
.line-amount-value[data-v-a60ccdc9] {
  font-size: 14px;
  font-weight: 600;
}
.line-actions[data-v-a60ccdc9] {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}
.drawer-actions[data-v-a60ccdc9] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ViewCashRequest.vue?type=style&index=0 */
.kpi[data-v-cf302702] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.kpi-title[data-v-cf302702] {
  font-size: 12px;
  color: #6b7280;
}
.mt-3[data-v-cf302702] {
  margin-top: 12px;
}
.section-title[data-v-cf302702] {
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}
.muted[data-v-cf302702] {
  color: #6b7280;
  font-size: 12px;
}
.mini[data-v-cf302702] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mini-title[data-v-cf302702] {
  font-size: 12px;
  color: #6b7280;
}
.mini-value[data-v-cf302702] {
  font-weight: 600;
}
.flex[data-v-cf302702] {
  display: flex;
}
.items-center[data-v-cf302702] {
  align-items: center;
}
.gap-2[data-v-cf302702] {
  gap: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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, .03);
}
.summary-card.warning[data-v-b852f555] {
  border-left: 3px solid rgba(250, 173, 20, .9);
}
.summary-card.danger[data-v-b852f555] {
  border-left: 3px solid rgba(245, 63, 63, .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: .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: .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-left[data-v-b852f555] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.toolbar-search[data-v-b852f555] {
  max-width: 280px;
  width: 100%;
}
.toolbar-filter[data-v-b852f555] {
  width: 175px;
  flex-shrink: 0;
}
.aging-container[data-v-b852f555] {
  padding: 8px 0;
}
.aging-error[data-v-b852f555] {
  padding: 24px 0;
}
.view-doc[data-v-b852f555] {
  padding: 4px 0;
  font-size: 13.5px;
  line-height: 1.65;
}
.view-doc-hero[data-v-b852f555] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 4px 0 8px;
}
.view-doc-hero-left[data-v-b852f555] {
  flex: 1;
  min-width: 0;
}
.view-doc-number[data-v-b852f555] {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.4px;
  line-height: 1.2;
}
.view-doc-name[data-v-b852f555] {
  font-size: 14px;
  opacity: .6;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-doc-status-tag[data-v-b852f555] {
  flex-shrink: 0;
  margin-top: 4px;
}
.view-section[data-v-b852f555] {
  margin-top: 20px;
}
.view-section-title[data-v-b852f555] {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  opacity: .4;
  margin-bottom: 10px;
}
.view-fields-grid[data-v-b852f555] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
.view-field[data-v-b852f555] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.view-field-full[data-v-b852f555] {
  grid-column: 1 / -1;
}
.view-field-label[data-v-b852f555] {
  font-size: 11px;
  font-weight: 600;
  opacity: .45;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.view-field-value[data-v-b852f555] {
  font-size: 13.5px;
  font-weight: 500;
}
.view-field-amount[data-v-b852f555] {
  font-variant-numeric: tabular-nums;
}
.view-amounts-row[data-v-b852f555] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.view-amount-box[data-v-b852f555] {
  flex: 1;
  min-width: 110px;
  background: rgba(128, 128, 128, .05);
  border-radius: 8px;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.view-amount-label[data-v-b852f555] {
  font-size: 11px;
  font-weight: 600;
  opacity: .45;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.view-amount-value[data-v-b852f555] {
  font-size: 18px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.3px;
}
.view-amount-highlight[data-v-b852f555] {
  color: #18a058;
}
.view-amount-overdue[data-v-b852f555] {
  color: #d03050;
}
.view-amount-clear[data-v-b852f555] {
  color: #18a058;
}
.view-lines-table[data-v-b852f555] {
  width: 100%;
  border-collapse: collapse;
  font-size: 12.5px;
}
.view-lines-table th[data-v-b852f555] {
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  opacity: .45;
  padding: 6px 8px;
  border-bottom: 1px solid rgba(128, 128, 128, .15);
}
.view-lines-table td[data-v-b852f555] {
  padding: 7px 8px;
  border-bottom: 1px solid rgba(128, 128, 128, .08);
  vertical-align: middle;
}
.view-lines-table .line-num[data-v-b852f555] {
  font-size: 11px;
  opacity: .45;
  width: 28px;
}
.view-lines-table tfoot td[data-v-b852f555] {
  border-top: 2px solid rgba(128, 128, 128, .2);
  border-bottom: none;
  padding-top: 8px;
}
.lines-total-label[data-v-b852f555] {
  font-size: 11px;
  font-weight: 700;
  opacity: .5;
  text-transform: uppercase;
}
.lines-total-value[data-v-b852f555] {
  font-weight: 700;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.align-right[data-v-b852f555] {
  text-align: right;
}
.view-empty-state[data-v-b852f555] {
  font-size: 12.5px;
  opacity: .5;
  padding: 12px 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: .85;
}
.alloc-balance-summary[data-v-b852f555] {
  padding: 10px 12px;
  background: rgba(128, 128, 128, .05);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 80px;
  justify-content: center;
}
.alloc-balance-row[data-v-b852f555] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.alloc-balance-label[data-v-b852f555] {
  opacity: .65;
}
.alloc-balance-value[data-v-b852f555] {
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.alloc-balance-max[data-v-b852f555] {
  border-top: 1px solid rgba(128, 128, 128, .15);
  padding-top: 6px;
  margin-top: 2px;
}
.alloc-balance-max .alloc-balance-label[data-v-b852f555] {
  font-weight: 700;
  opacity: .85;
}
.alloc-balance-max .alloc-balance-value[data-v-b852f555] {
  color: #18a058;
  font-size: 13px;
}
.drawer-meta[data-v-b852f555] {
  font-size: 12px;
  line-height: 1.4;
  opacity: .85;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\Layout\FormSection.vue?type=style&index=0 */
.form-section[data-v-8715ef2c] {
  margin-bottom: 8px;
}
.form-section__header[data-v-8715ef2c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid var(--n-border-color, #eee);
  margin-bottom: 12px;
  user-select: none;
}
.form-section__header.is-collapsible[data-v-8715ef2c] {
  cursor: pointer;
}
.form-section__header.is-collapsible:hover .form-section__title[data-v-8715ef2c] {
  opacity: 0.75;
}
.form-section__title[data-v-8715ef2c] {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--n-text-color-3, #aaa);
  transition: opacity 0.15s;
}
.form-section__caret[data-v-8715ef2c] {
  color: var(--n-text-color-3, #aaa);
  transition: transform 0.2s;
}
.form-section__body[data-v-8715ef2c] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-expand-enter-active[data-v-8715ef2c],
.section-expand-leave-active[data-v-8715ef2c] {
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform-origin: top;
}
.section-expand-enter-from[data-v-8715ef2c],
.section-expand-leave-to[data-v-8715ef2c] {
  opacity: 0;
  transform: scaleY(0.95);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\Layout\FormRow.vue?type=style&index=0 */
.form-row[data-v-c71de74a] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.form-row__label[data-v-c71de74a] {
  font-size: 13px;
  font-weight: 600;
  color: var(--n-label-text-color, #666);
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 2px;
}
.form-row__required[data-v-c71de74a] {
  color: #e03131;
  font-size: 13px;
  line-height: 1;
}
.form-row__control[data-v-c71de74a] {
  width: 100%;
}
.form-row__hint[data-v-c71de74a] {
  font-size: 12px;
  color: var(--n-color-text-secondary, #999);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\CurrencyRateCard.vue?type=style&index=0 */
.mt-2[data-v-d1d275ec] {
  margin-top: 10px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\AttachmentField.vue?type=style&index=0 */
.attachment-wrap[data-v-0ee333ab] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.attachment-meta[data-v-0ee333ab] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\FinanceDocumentLeftPanel.vue?type=style&index=0 */
.doc-left-panel[data-v-743d9551] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mt-2[data-v-743d9551] {
  margin-top: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\DocumentLinesTable.vue?type=style&index=0 */
.lines-list[data-v-37a5b0b8] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lines-list__toolbar[data-v-37a5b0b8] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.lines-list__empty[data-v-37a5b0b8] {
  padding: 24px 0 8px;
  font-size: 14px;
  color: var(--n-text-color-3, #aaa);
  text-align: center;
}
.lines-list__cards[data-v-37a5b0b8] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.line-card[data-v-37a5b0b8] {
  border: 1px solid var(--n-border-color, #e8e8e8);
  border-radius: 8px;
  overflow: hidden;
  background: var(--n-color, #fff);
  transition: box-shadow 0.15s ease;
}
.line-card[data-v-37a5b0b8]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
.line-card__header[data-v-37a5b0b8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: var(--n-color-modal, #fafafa);
  border-bottom: 1px solid var(--n-border-color, #e8e8e8);
}
.line-card__number[data-v-37a5b0b8] {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--n-text-color-3, #aaa);
}
.line-card__body[data-v-37a5b0b8] {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 4px 0;
}
.line-field[data-v-37a5b0b8] {
  display: flex;
  flex-direction: column;
  padding: 8px 14px;
  min-width: 120px;
  flex: 1 1 120px;
}
.line-field--full[data-v-37a5b0b8] {
  flex: 1 1 100%;
}
.line-field__label[data-v-37a5b0b8] {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--n-text-color-3, #aaa);
  margin-bottom: 2px;
}
.line-field__value[data-v-37a5b0b8] {
  font-size: 14px;
  color: var(--n-text-color-1, #333);
  word-break: break-word;
}
.line-field__value--amount[data-v-37a5b0b8] {
  font-weight: 600;
}
.line-field__sub[data-v-37a5b0b8] {
  display: block;
  font-size: 12px;
  color: var(--n-text-color-2, #666);
}
.line-field__amount[data-v-37a5b0b8] {
  display: block;
  font-size: 14px;
  color: var(--n-text-color-1, #333);
}
.line-card__footer[data-v-37a5b0b8] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-top: 1px solid var(--n-border-color, #e8e8e8);
  background: var(--n-color-modal, #fafafa);
}
.line-card__total-label[data-v-37a5b0b8] {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--n-text-color-3, #aaa);
}
.line-card__total-value[data-v-37a5b0b8] {
  font-size: 15px;
  font-weight: 600;
  color: var(--n-text-color-1, #333);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\AllocationsTable.vue?type=style&index=0 */
.alloc-list[data-v-3bbe68a4] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.alloc-list__toolbar[data-v-3bbe68a4] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.alloc-list__empty[data-v-3bbe68a4] {
  padding: 24px 0 8px;
  font-size: 14px;
  color: var(--n-text-color-3, #aaa);
  text-align: center;
}
.alloc-list__cards[data-v-3bbe68a4] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.alloc-card[data-v-3bbe68a4] {
  border: 1px solid var(--n-border-color, #e8e8e8);
  border-radius: 8px;
  overflow: hidden;
  background: var(--n-color, #fff);
  transition: box-shadow 0.15s ease;
}
.alloc-card[data-v-3bbe68a4]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
.alloc-card__header[data-v-3bbe68a4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: var(--n-color-modal, #fafafa);
  border-bottom: 1px solid var(--n-border-color, #e8e8e8);
}
.alloc-card__number[data-v-3bbe68a4] {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--n-text-color-3, #aaa);
}
.alloc-card__body[data-v-3bbe68a4] {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 4px 0;
}
.alloc-field[data-v-3bbe68a4] {
  display: flex;
  flex-direction: column;
  padding: 8px 14px;
  min-width: 140px;
  flex: 1 1 140px;
}
.alloc-field--full[data-v-3bbe68a4] {
  flex: 1 1 100%;
}
.alloc-field__label[data-v-3bbe68a4] {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--n-text-color-3, #aaa);
  margin-bottom: 2px;
}
.alloc-field__value[data-v-3bbe68a4] {
  font-size: 14px;
  color: var(--n-text-color-1, #333);
  word-break: break-word;
}
.alloc-card__footer[data-v-3bbe68a4] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-top: 1px solid var(--n-border-color, #e8e8e8);
  background: var(--n-color-modal, #fafafa);
}
.alloc-card__total-label[data-v-3bbe68a4] {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--n-text-color-3, #aaa);
}
.alloc-card__total-value[data-v-3bbe68a4] {
  font-size: 15px;
  font-weight: 600;
  color: var(--n-text-color-1, #333);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\JournalLinesTable.vue?type=style&index=0 */
.journal-balance[data-v-35c1a7e1] {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid var(--n-border-color, #e8e8e8);
  background: var(--n-color-modal, #fafafa);
  margin-bottom: 4px;
}
.journal-balance.is-balanced[data-v-35c1a7e1] {
  border-color: #b2f2bb;
  background: #f0fff4;
}
.journal-balance.is-unbalanced[data-v-35c1a7e1] {
  border-color: #ffc9c9;
  background: #fff5f5;
}
.journal-balance__item[data-v-35c1a7e1] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.journal-balance__label[data-v-35c1a7e1] {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--n-text-color-3, #aaa);
}
.journal-balance__value[data-v-35c1a7e1] {
  font-size: 15px;
  font-weight: 600;
  color: var(--n-text-color-1, #333);
  font-variant-numeric: tabular-nums;
}
.journal-balance__status[data-v-35c1a7e1] {
  margin-left: auto;
}
.journal-list__toolbar[data-v-35c1a7e1] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.journal-list__empty[data-v-35c1a7e1] {
  padding: 24px 0 8px;
  font-size: 14px;
  color: var(--n-text-color-3, #aaa);
  text-align: center;
}
.journal-list[data-v-35c1a7e1] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.journal-list__cards[data-v-35c1a7e1] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.journal-card[data-v-35c1a7e1] {
  border: 1px solid var(--n-border-color, #e8e8e8);
  border-radius: 8px;
  overflow: hidden;
  background: var(--n-color, #fff);
  transition: box-shadow 0.15s ease;
}
.journal-card[data-v-35c1a7e1]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
.journal-card__header[data-v-35c1a7e1] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: var(--n-color-modal, #fafafa);
  border-bottom: 1px solid var(--n-border-color, #e8e8e8);
}
.journal-card__number[data-v-35c1a7e1] {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--n-text-color-3, #aaa);
}
.journal-card__body[data-v-35c1a7e1] {
  display: flex;
  flex-wrap: wrap;
  padding: 4px 0;
}
.journal-field[data-v-35c1a7e1] {
  display: flex;
  flex-direction: column;
  padding: 8px 14px;
}
.journal-field--half[data-v-35c1a7e1] {
  flex: 1 1 50%;
  min-width: 180px;
}
.journal-field__label[data-v-35c1a7e1] {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--n-text-color-3, #aaa);
  margin-bottom: 2px;
}
.journal-field__value[data-v-35c1a7e1] {
  font-size: 14px;
  color: var(--n-text-color-1, #333);
  word-break: break-word;
}
.journal-card__footer[data-v-35c1a7e1] {
  border-top: 1px solid var(--n-border-color, #e8e8e8);
  background: var(--n-color-modal, #fafafa);
  padding: 0;
}
.journal-card__amount-pair[data-v-35c1a7e1] {
  display: flex;
  align-items: stretch;
}
.journal-card__amount-item[data-v-35c1a7e1] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 8px 14px;
  gap: 2px;
}
.journal-card__amount-item[data-v-35c1a7e1]:first-child {
  align-items: flex-start;
}
.journal-card__amount-divider[data-v-35c1a7e1] {
  width: 1px;
  background: var(--n-border-color, #e8e8e8);
  margin: 6px 0;
}
.journal-card__amount-label[data-v-35c1a7e1] {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--n-text-color-3, #aaa);
}
.journal-card__amount-value[data-v-35c1a7e1] {
  font-size: 15px;
  font-weight: 600;
  color: var(--n-text-color-3, #bbb);
  font-variant-numeric: tabular-nums;
}
.journal-card__amount-value.is-active[data-v-35c1a7e1] {
  color: var(--n-text-color-1, #333);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\DocumentSummaryCard.vue?type=style&index=0 */
.sum-grid[data-v-da6a2467] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sum-row[data-v-da6a2467] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 15px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\FinanceDocumentRightPanel.vue?type=style&index=0 */
.doc-right-panel[data-v-cf41db18] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mt-3[data-v-cf41db18] {
  margin-top: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\DocumentLineDrawer.vue?type=style&index=0 */
.line-drawer-form[data-v-d0e62011] {
  padding-bottom: 80px;
}
.mt-2[data-v-d0e62011] {
  margin-top: 10px;
}
.drawer-footer[data-v-d0e62011] {
  position: sticky;
  bottom: 0;
  padding: 12px 0 4px;
  background: var(--n-color, #fff);
  border-top: 1px solid var(--n-border-color, #eee);
  margin-top: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\AllocationDrawer.vue?type=style&index=0 */
.mt-2[data-v-8277c0e6] {
  margin-top: 10px;
}
.drawer-footer[data-v-8277c0e6] {
  position: sticky;
  bottom: 0;
  padding: 12px 0 4px;
  background: var(--n-color, #fff);
  border-top: 1px solid var(--n-border-color, #eee);
  margin-top: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\JournalLineDrawer.vue?type=style&index=0 */
.mt-2[data-v-8099a25d] {
  margin-top: 10px;
}
.drawer-footer[data-v-8099a25d] {
  position: sticky;
  bottom: 0;
  padding: 12px 0 4px;
  background: var(--n-color, #fff);
  border-top: 1px solid var(--n-border-color, #eee);
  margin-top: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ViewJournalEntry.vue?type=style&index=0 */
.sub-card[data-v-a410a6f8] {
  border-radius: 10px;
}
.header-row[data-v-a410a6f8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-a410a6f8] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-a410a6f8] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-a410a6f8] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-a410a6f8] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-a410a6f8] {
  font-weight: 600;
  font-size: 14px;
}
.kpi-formatted[data-v-a410a6f8] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.dr-cr-badge[data-v-a410a6f8] {
  font-size: 10px;
  font-weight: 800;
  border-radius: 4px;
  padding: 2px 6px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.dr-cr-badge.dr[data-v-a410a6f8] {
  background: #dcfce7;
  color: #065f46;
}
.dr-cr-badge.cr[data-v-a410a6f8] {
  background: #fef3c7;
  color: #92400e;
}
.line-card[data-v-a410a6f8] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.15s;
  margin-bottom: 8px;
}
.line-card[data-v-a410a6f8]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.line-summary[data-v-a410a6f8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  cursor: pointer;
  background: #fafafa;
  gap: 12px;
  transition: background 0.12s;
}
.line-summary[data-v-a410a6f8]:hover {
  background: #f3f4f6;
}
.line-summary.expanded[data-v-a410a6f8] {
  background: #eff6ff;
  border-bottom: 1px solid #dbeafe;
}
.line-summary-left[data-v-a410a6f8] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.line-main[data-v-a410a6f8] {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.line-product[data-v-a410a6f8] {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-code[data-v-a410a6f8] {
  font-size: 11px;
}
.line-summary-right[data-v-a410a6f8] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.line-badge[data-v-a410a6f8] {
  background: #e5e7eb;
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 7px;
  white-space: nowrap;
}
.line-total-chip[data-v-a410a6f8] {
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 10px;
}
.dr-chip[data-v-a410a6f8] {
  background: #dcfce7;
  color: #065f46;
}
.cr-chip[data-v-a410a6f8] {
  background: #fef3c7;
  color: #92400e;
}
.expand-icon[data-v-a410a6f8] {
  width: 18px;
  height: 18px;
  color: #9ca3af;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.expand-icon.rotated[data-v-a410a6f8] {
  transform: rotate(180deg);
}
.line-detail[data-v-a410a6f8] {
  padding: 10px 14px 14px;
  background: #fff;
}
.detail-label[data-v-a410a6f8] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.detail-value[data-v-a410a6f8] {
  font-size: 13px;
  color: #111827;
  font-weight: 500;
}
.lines-footer[data-v-a410a6f8] {
  padding-bottom: 8px;
}
.lines-totals[data-v-a410a6f8] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.dr-text[data-v-a410a6f8] {
  color: #065f46;
  font-weight: 700;
}
.cr-text[data-v-a410a6f8] {
  color: #92400e;
  font-weight: 700;
}
.balance-badge[data-v-a410a6f8] {
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 10px;
}
.balance-badge.balanced[data-v-a410a6f8] {
  background: #dcfce7;
  color: #065f46;
}
.balance-badge.unbalanced[data-v-a410a6f8] {
  background: #fee2e2;
  color: #dc2626;
}
.empty[data-v-a410a6f8] {
  padding: 12px 0;
  text-align: center;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Dashboards\Widgets\Finance\GeneralLedgerChart.vue?type=style&index=0 */
.gl-chart-empty[data-v-3fb1f4ad] {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--n-text-color-3);
  font-size: 13px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
}
.drawer-text[data-v-494c71b7] {
  white-space: pre-wrap;
  line-height: 1.5;
}
[data-v-494c71b7] .gl-row-opening td {
  font-weight: 700;
  background: rgba(148, 163, 184, 0.08);
}
[data-v-494c71b7] .gl-row-revaluation td {
  background: rgba(59, 130, 246, 0.06);
}
[data-v-494c71b7] .gl-row-reversal td {
  background: rgba(245, 158, 11, 0.06);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
}
.page-header[data-v-edc3e343] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-row[data-v-edc3e343] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.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(3, minmax(0, 1fr));
  gap: 12px;
}
.summary-item[data-v-edc3e343] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.summary-label[data-v-edc3e343] {
  opacity: 0.7;
}
.summary-value[data-v-edc3e343] {
  font-weight: 600;
}
.table-footer[data-v-edc3e343] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.drawer-head[data-v-edc3e343] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.totals-row[data-v-edc3e343] {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}
.import-actions[data-v-edc3e343] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.preview-line[data-v-edc3e343] {
  padding: 8px;
  border: 1px solid #eee;
  border-radius: 8px;
}
.drawer-actions[data-v-edc3e343] {
  display: flex;
  justify-content: flex-end;
}
.muted[data-v-edc3e343] {
  font-size: 12px;
  opacity: 0.7;
}
nav ul[data-v-edc3e343] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\CashBookForm.vue?type=style&index=0 */
.mb-3[data-v-7a82aa57] {
  margin-bottom: 12px;
}
.totals-card[data-v-7a82aa57] {
  border: 1px dashed var(--n-border-color);
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 8px;
}
.total-row[data-v-7a82aa57] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.total-row.grand[data-v-7a82aa57] {
  border-top: 1px solid var(--n-border-color);
  margin-top: 6px;
  padding-top: 8px;
  font-size: 1.05rem;
}
.form-locked[data-v-7a82aa57] {
  pointer-events: none;
  opacity: 0.75;
}
.full-width-select[data-v-7a82aa57] {
  width: 100%;
}
.lines-header[data-v-7a82aa57] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.lines-title[data-v-7a82aa57] {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.no-lines[data-v-7a82aa57] {
  padding: 12px;
}
.lines-list[data-v-7a82aa57] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.line-card[data-v-7a82aa57] {
  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-7a82aa57] {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 8px;
}
.line-card-left[data-v-7a82aa57] {
  flex: 1;
  min-width: 0;
}
.line-title[data-v-7a82aa57] {
  font-size: 13px;
  margin-bottom: 4px;
}
.line-meta[data-v-7a82aa57] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  opacity: 0.75;
}
.line-card-right[data-v-7a82aa57] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 120px;
}
.line-amount-label[data-v-7a82aa57] {
  font-size: 11px;
  opacity: 0.7;
}
.line-amount-value[data-v-7a82aa57] {
  font-size: 14px;
  font-weight: 600;
}
.line-actions[data-v-7a82aa57] {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}
.drawer-actions[data-v-7a82aa57] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
  flex-wrap: wrap;
}
.section-title[data-v-520d1111] {
  font-weight: 600;
  font-size: 14px;
}
.kpi-formatted[data-v-520d1111] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.journal-line-row[data-v-520d1111] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #f3f4f6;
  gap: 12px;
}
.journal-line-account[data-v-520d1111] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  min-width: 0;
}
.journal-line-amounts[data-v-520d1111] {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.debit-chip[data-v-520d1111] {
  background: #fee2e2;
  color: #991b1b;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 8px;
}
.credit-chip[data-v-520d1111] {
  background: #d1fae5;
  color: #065f46;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 8px;
}
.line-card[data-v-520d1111] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.line-card[data-v-520d1111]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.line-summary[data-v-520d1111] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  cursor: pointer;
  background: #fafafa;
  gap: 12px;
  transition: background 0.12s;
}
.line-summary[data-v-520d1111]:hover {
  background: #f3f4f6;
}
.line-summary.expanded[data-v-520d1111] {
  background: #eff6ff;
  border-bottom: 1px solid #dbeafe;
}
.line-summary-left[data-v-520d1111] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.line-badge[data-v-520d1111] {
  background: #e5e7eb;
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 7px;
  white-space: nowrap;
}
.line-main[data-v-520d1111] {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.line-product[data-v-520d1111] {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-code[data-v-520d1111] {
  font-size: 11px;
}
.line-summary-right[data-v-520d1111] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.line-amounts[data-v-520d1111] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.line-qty[data-v-520d1111],
.line-price[data-v-520d1111] {
  font-size: 12px;
  color: #6b7280;
}
.line-total-chip[data-v-520d1111] {
  background: #d1fae5;
  color: #065f46;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 8px;
}
.line-tax-chip[data-v-520d1111] {
  background: #fef3c7;
  color: #92400e;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 8px;
}
.expand-icon[data-v-520d1111] {
  width: 18px;
  height: 18px;
  color: #9ca3af;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.expand-icon.rotated[data-v-520d1111] {
  transform: rotate(180deg);
}
.line-detail[data-v-520d1111] {
  padding: 10px 14px 14px;
  background: #fff;
}
.detail-label[data-v-520d1111] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.detail-value[data-v-520d1111] {
  font-size: 13px;
  color: #111827;
  font-weight: 500;
}
.lines-footer[data-v-520d1111] {
  padding-top: 4px;
}
.lines-totals[data-v-520d1111] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  justify-content: flex-end;
}
.lines-totals strong[data-v-520d1111] {
  color: #111827;
}
.empty[data-v-520d1111] {
  padding: 10px 0;
  text-align: center;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
  flex-wrap: wrap;
}
.section-title[data-v-71bf3385] {
  font-weight: 600;
  font-size: 14px;
}
.kpi-formatted[data-v-71bf3385] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.line-card[data-v-71bf3385] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.line-card[data-v-71bf3385]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.line-summary[data-v-71bf3385] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  cursor: pointer;
  background: #fafafa;
  gap: 12px;
  transition: background 0.12s;
}
.line-summary[data-v-71bf3385]:hover {
  background: #f3f4f6;
}
.line-summary.expanded[data-v-71bf3385] {
  background: #eff6ff;
  border-bottom: 1px solid #dbeafe;
}
.line-summary-left[data-v-71bf3385] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.line-badge[data-v-71bf3385] {
  background: #e5e7eb;
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 7px;
  white-space: nowrap;
}
.line-main[data-v-71bf3385] {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.line-product[data-v-71bf3385] {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-code[data-v-71bf3385] {
  font-size: 11px;
}
.line-summary-right[data-v-71bf3385] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.line-amounts[data-v-71bf3385] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.line-qty[data-v-71bf3385],
.line-price[data-v-71bf3385] {
  font-size: 12px;
  color: #6b7280;
}
.line-total-chip[data-v-71bf3385] {
  background: #d1fae5;
  color: #065f46;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 8px;
}
.line-tax-chip[data-v-71bf3385] {
  background: #fef3c7;
  color: #92400e;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 8px;
}
.expand-icon[data-v-71bf3385] {
  width: 18px;
  height: 18px;
  color: #9ca3af;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.expand-icon.rotated[data-v-71bf3385] {
  transform: rotate(180deg);
}
.line-detail[data-v-71bf3385] {
  padding: 10px 14px 14px;
  background: #fff;
}
.detail-label[data-v-71bf3385] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.detail-value[data-v-71bf3385] {
  font-size: 13px;
  color: #111827;
  font-weight: 500;
}
.lines-footer[data-v-71bf3385] {
  padding-top: 4px;
}
.lines-totals[data-v-71bf3385] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  justify-content: flex-end;
}
.lines-totals strong[data-v-71bf3385] {
  color: #111827;
}
.empty[data-v-71bf3385] {
  padding: 10px 0;
  text-align: center;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
  flex-wrap: wrap;
}
.section-title[data-v-2dc81251] {
  font-weight: 600;
  font-size: 14px;
}
.kpi-formatted[data-v-2dc81251] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.line-card[data-v-2dc81251] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.line-card[data-v-2dc81251]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.line-summary[data-v-2dc81251] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  cursor: pointer;
  background: #fafafa;
  gap: 12px;
  transition: background 0.12s;
}
.line-summary[data-v-2dc81251]:hover {
  background: #f3f4f6;
}
.line-summary.expanded[data-v-2dc81251] {
  background: #eff6ff;
  border-bottom: 1px solid #dbeafe;
}
.line-summary-left[data-v-2dc81251] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.alloc-main[data-v-2dc81251] {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.alloc-invoice[data-v-2dc81251] {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
}
.line-summary-right[data-v-2dc81251] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.line-badge[data-v-2dc81251] {
  background: #e5e7eb;
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 7px;
  white-space: nowrap;
}
.line-total-chip[data-v-2dc81251] {
  background: #d1fae5;
  color: #065f46;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 8px;
}
.expand-icon[data-v-2dc81251] {
  width: 18px;
  height: 18px;
  color: #9ca3af;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.expand-icon.rotated[data-v-2dc81251] {
  transform: rotate(180deg);
}
.line-detail[data-v-2dc81251] {
  padding: 10px 14px 14px;
  background: #fff;
}
.detail-label[data-v-2dc81251] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.detail-value[data-v-2dc81251] {
  font-size: 13px;
  color: #111827;
  font-weight: 500;
}
.lines-footer[data-v-2dc81251] {
  padding-top: 4px;
}
.lines-totals[data-v-2dc81251] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  justify-content: flex-end;
}
.lines-totals strong[data-v-2dc81251] {
  color: #111827;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
}
.kpi-formatted[data-v-7a3e0517] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.related-invoice-chip[data-v-7a3e0517] {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
}
.related-line-row[data-v-7a3e0517] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 13px;
}
.related-line-desc[data-v-7a3e0517] {
  flex: 1;
  color: #374151;
}
.related-line-amount[data-v-7a3e0517] {
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
}
.line-card[data-v-7a3e0517] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.line-card[data-v-7a3e0517]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.line-summary[data-v-7a3e0517] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  cursor: pointer;
  background: #fafafa;
  gap: 12px;
  transition: background 0.12s;
}
.line-summary[data-v-7a3e0517]:hover {
  background: #f3f4f6;
}
.line-summary.expanded[data-v-7a3e0517] {
  background: #eff6ff;
  border-bottom: 1px solid #dbeafe;
}
.line-summary-left[data-v-7a3e0517] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.line-badge[data-v-7a3e0517] {
  background: #e5e7eb;
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 7px;
  white-space: nowrap;
}
.line-main[data-v-7a3e0517] {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.line-product[data-v-7a3e0517] {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-code[data-v-7a3e0517] {
  font-size: 11px;
}
.line-summary-right[data-v-7a3e0517] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.line-amounts[data-v-7a3e0517] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.line-qty[data-v-7a3e0517],
.line-price[data-v-7a3e0517] {
  font-size: 12px;
  color: #6b7280;
}
.line-total-chip[data-v-7a3e0517] {
  background: #d1fae5;
  color: #065f46;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 8px;
}
.line-tax-chip[data-v-7a3e0517] {
  background: #fef3c7;
  color: #92400e;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 8px;
}
.expand-icon[data-v-7a3e0517] {
  width: 18px;
  height: 18px;
  color: #9ca3af;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.expand-icon.rotated[data-v-7a3e0517] {
  transform: rotate(180deg);
}
.line-detail[data-v-7a3e0517] {
  padding: 10px 14px 14px;
  background: #fff;
}
.detail-label[data-v-7a3e0517] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.detail-value[data-v-7a3e0517] {
  font-size: 13px;
  color: #111827;
  font-weight: 500;
}
.lines-footer[data-v-7a3e0517] {
  padding-top: 4px;
}
.lines-totals[data-v-7a3e0517] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  justify-content: flex-end;
}
.lines-totals strong[data-v-7a3e0517] {
  color: #111827;
}
.empty[data-v-7a3e0517] {
  padding: 10px 0;
  text-align: center;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
  flex-wrap: wrap;
}
.section-title[data-v-16ea85ff] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-16ea85ff] {
  line-height: 1.6;
  color: #374151;
}
.kpi-formatted[data-v-16ea85ff] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.line-card[data-v-16ea85ff] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.line-card[data-v-16ea85ff]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.line-summary[data-v-16ea85ff] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  cursor: pointer;
  background: #fafafa;
  gap: 12px;
  transition: background 0.12s;
}
.line-summary[data-v-16ea85ff]:hover {
  background: #f3f4f6;
}
.line-summary.expanded[data-v-16ea85ff] {
  background: #eff6ff;
  border-bottom: 1px solid #dbeafe;
}
.line-summary-left[data-v-16ea85ff] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.line-badge[data-v-16ea85ff] {
  background: #e5e7eb;
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 7px;
  white-space: nowrap;
}
.line-main[data-v-16ea85ff] {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.line-product[data-v-16ea85ff] {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-code[data-v-16ea85ff] {
  font-size: 11px;
}
.line-summary-right[data-v-16ea85ff] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.line-amounts[data-v-16ea85ff] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.line-qty[data-v-16ea85ff] {
  font-size: 12px;
  color: #6b7280;
}
.line-price[data-v-16ea85ff] {
  font-size: 12px;
  color: #6b7280;
}
.line-total-chip[data-v-16ea85ff] {
  background: #d1fae5;
  color: #065f46;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 8px;
}
.line-tax-chip[data-v-16ea85ff] {
  background: #fef3c7;
  color: #92400e;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 8px;
}
.expand-icon[data-v-16ea85ff] {
  width: 18px;
  height: 18px;
  color: #9ca3af;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.expand-icon.rotated[data-v-16ea85ff] {
  transform: rotate(180deg);
}
.line-detail[data-v-16ea85ff] {
  padding: 10px 14px 14px;
  background: #fff;
}
.detail-label[data-v-16ea85ff] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.detail-value[data-v-16ea85ff] {
  font-size: 13px;
  color: #111827;
  font-weight: 500;
}
.lines-footer[data-v-16ea85ff] {
  padding-top: 4px;
}
.lines-totals[data-v-16ea85ff] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  justify-content: flex-end;
}
.lines-totals strong[data-v-16ea85ff] {
  color: #111827;
}
.empty[data-v-16ea85ff] {
  text-align: center;
  padding: 12px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
  flex-wrap: wrap;
}
.section-title[data-v-020f9745] {
  font-weight: 600;
  font-size: 14px;
}
.kpi-formatted[data-v-020f9745] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.alloc-card[data-v-020f9745] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.alloc-card[data-v-020f9745]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.alloc-summary[data-v-020f9745] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  cursor: pointer;
  background: #fafafa;
  gap: 12px;
  transition: background 0.12s;
}
.alloc-summary[data-v-020f9745]:hover {
  background: #f3f4f6;
}
.alloc-summary.expanded[data-v-020f9745] {
  background: #eff6ff;
  border-bottom: 1px solid #dbeafe;
}
.alloc-summary-left[data-v-020f9745] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.alloc-main[data-v-020f9745] {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.alloc-invoice[data-v-020f9745] {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
}
.alloc-summary-right[data-v-020f9745] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.alloc-detail[data-v-020f9745] {
  padding: 10px 14px 14px;
  background: #fff;
}
.line-badge[data-v-020f9745] {
  background: #e5e7eb;
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 7px;
  white-space: nowrap;
}
.line-total-chip[data-v-020f9745] {
  background: #d1fae5;
  color: #065f46;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 8px;
}
.expand-icon[data-v-020f9745] {
  width: 18px;
  height: 18px;
  color: #9ca3af;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.expand-icon.rotated[data-v-020f9745] {
  transform: rotate(180deg);
}
.detail-label[data-v-020f9745] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.detail-value[data-v-020f9745] {
  font-size: 13px;
  color: #111827;
  font-weight: 500;
}
.lines-footer[data-v-020f9745] {
  padding-top: 4px;
}
.lines-totals[data-v-020f9745] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  justify-content: flex-end;
}
.lines-totals strong[data-v-020f9745] {
  color: #111827;
}
.empty[data-v-020f9745] {
  padding: 10px 0;
  text-align: center;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
  flex-wrap: wrap;
}
.section-title[data-v-8ba3873c] {
  font-weight: 600;
  font-size: 14px;
}
.kpi-formatted[data-v-8ba3873c] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.dr-cr-badge[data-v-8ba3873c] {
  font-size: 10px;
  font-weight: 800;
  border-radius: 4px;
  padding: 2px 6px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.dr-cr-badge.dr[data-v-8ba3873c] {
  background: #dcfce7;
  color: #065f46;
}
.dr-cr-badge.cr[data-v-8ba3873c] {
  background: #fef3c7;
  color: #92400e;
}
.line-card[data-v-8ba3873c] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.line-card[data-v-8ba3873c]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.line-summary[data-v-8ba3873c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  cursor: pointer;
  background: #fafafa;
  gap: 12px;
  transition: background 0.12s;
}
.line-summary[data-v-8ba3873c]:hover {
  background: #f3f4f6;
}
.line-summary.expanded[data-v-8ba3873c] {
  background: #eff6ff;
  border-bottom: 1px solid #dbeafe;
}
.line-summary-left[data-v-8ba3873c] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.line-main[data-v-8ba3873c] {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.line-product[data-v-8ba3873c] {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-code[data-v-8ba3873c] {
  font-size: 11px;
}
.line-summary-right[data-v-8ba3873c] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.line-amounts[data-v-8ba3873c] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.line-badge[data-v-8ba3873c] {
  background: #e5e7eb;
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 7px;
  white-space: nowrap;
}
.line-total-chip[data-v-8ba3873c] {
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 10px;
}
.dr-chip[data-v-8ba3873c] {
  background: #dcfce7;
  color: #065f46;
}
.cr-chip[data-v-8ba3873c] {
  background: #fef3c7;
  color: #92400e;
}
.expand-icon[data-v-8ba3873c] {
  width: 18px;
  height: 18px;
  color: #9ca3af;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.expand-icon.rotated[data-v-8ba3873c] {
  transform: rotate(180deg);
}
.line-detail[data-v-8ba3873c] {
  padding: 10px 14px 14px;
  background: #fff;
}
.detail-label[data-v-8ba3873c] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.detail-value[data-v-8ba3873c] {
  font-size: 13px;
  color: #111827;
  font-weight: 500;
}
.lines-footer[data-v-8ba3873c] {
  padding-top: 4px;
}
.lines-totals[data-v-8ba3873c] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.dr-text[data-v-8ba3873c] {
  color: #065f46;
}
.cr-text[data-v-8ba3873c] {
  color: #92400e;
}
.balance-badge[data-v-8ba3873c] {
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 10px;
}
.balance-badge.balanced[data-v-8ba3873c] {
  background: #dcfce7;
  color: #065f46;
}
.balance-badge.unbalanced[data-v-8ba3873c] {
  background: #fee2e2;
  color: #dc2626;
}
.empty[data-v-8ba3873c] {
  padding: 10px 0;
  text-align: center;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
  flex-wrap: wrap;
}
.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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\BankReconciliation.vue?type=style&index=0 */
.metric-value[data-v-6eab3bbe] {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.metric-subtitle[data-v-6eab3bbe] {
  color: #6b7280;
  font-size: 12px;
  margin-top: 4px;
}
.mini-row[data-v-6eab3bbe] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.selection-stat[data-v-6eab3bbe] {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fafafa;
}
.selection-stat-label[data-v-6eab3bbe] {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 4px;
}
.selection-stat-value[data-v-6eab3bbe] {
  font-size: 18px;
  font-weight: 700;
}
.summary-strip[data-v-6eab3bbe] {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.summary-pill[data-v-6eab3bbe] {
  border: 1px solid #dbeafe;
  background: #eff6ff;
  color: #1e3a8a;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
}
.legend-item[data-v-6eab3bbe] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.legend-box[data-v-6eab3bbe] {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #d1d5db;
}
.legend-selected[data-v-6eab3bbe] {
  background: #dbeafe;
  border-color: #60a5fa;
}
.legend-suggested[data-v-6eab3bbe] {
  background: #fef3c7;
  border-color: #f59e0b;
}
.legend-matched[data-v-6eab3bbe] {
  background: #dcfce7;
  border-color: #22c55e;
}
[data-v-6eab3bbe] .recon-row-selected td {
  background: #dbeafe !important;
}
[data-v-6eab3bbe] .recon-row-suggested td {
  background: #fef3c7 !important;
}
[data-v-6eab3bbe] .recon-row-matched td {
  background: #dcfce7 !important;
}
[data-v-6eab3bbe] .n-data-table-tr.recon-row-selected:hover td {
  background: #bfdbfe !important;
}
[data-v-6eab3bbe] .n-data-table-tr.recon-row-suggested:hover td {
  background: #fde68a !important;
}
[data-v-6eab3bbe] .n-data-table-tr.recon-row-matched:hover td {
  background: #bbf7d0 !important;
}

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\StatementForm.vue?type=style&index=0 */
.full-width-select[data-v-fe4820a5] {
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\StatementWorkspace.vue?type=style&index=0 */
.modal-actions[data-v-8fe9553b] {
  display: flex;
  justify-content: flex-end;
}
.ml-2[data-v-8fe9553b] {
  margin-left: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ReevaluationForm.vue?type=style&index=0 */
.mb-3[data-v-fa1e7c8b] {
  margin-bottom: 12px;
}
.totals-card[data-v-fa1e7c8b] {
  border: 1px dashed var(--n-border-color);
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 8px;
}
.total-row[data-v-fa1e7c8b] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.total-row.grand[data-v-fa1e7c8b] {
  border-top: 1px solid var(--n-border-color);
  margin-top: 6px;
  padding-top: 8px;
  font-size: 1.05rem;
}
.form-locked[data-v-fa1e7c8b] {
  pointer-events: none;
  opacity: 0.75;
}
.lines-header[data-v-fa1e7c8b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.lines-title[data-v-fa1e7c8b] {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.no-lines[data-v-fa1e7c8b] {
  padding: 12px;
}
.preview-card[data-v-fa1e7c8b] {
  margin-top: 12px;
}
.preview-row[data-v-fa1e7c8b] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.preview-row.grand[data-v-fa1e7c8b] {
  border-top: 1px solid var(--n-border-color);
  margin-top: 8px;
  padding-top: 8px;
  font-weight: 700;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ReevaluationWorkspace.vue?type=style&index=0 */
.metric-value[data-v-6964a11a] {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.metric-subtitle[data-v-6964a11a] {
  color: #6b7280;
  font-size: 12px;
  margin-top: 4px;
}
.mini-row[data-v-6964a11a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.legend-item[data-v-6964a11a] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.legend-box[data-v-6964a11a] {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #d1d5db;
}
.legend-gain[data-v-6964a11a] {
  background: #dcfce7;
  border-color: #22c55e;
}
.legend-loss[data-v-6964a11a] {
  background: #fee2e2;
  border-color: #ef4444;
}
.legend-realized[data-v-6964a11a] {
  background: #dbeafe;
  border-color: #60a5fa;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ApproveReevaluation.vue?type=style&index=0 */
.sub-card[data-v-a55c96a4] {
  border-radius: 10px;
}
.header-row[data-v-a55c96a4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-a55c96a4] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-a55c96a4] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-a55c96a4] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-a55c96a4] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-a55c96a4] {
  font-weight: 600;
  font-size: 14px;
}
.ref[data-v-a55c96a4] {
  margin-top: 2px;
}

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\BankTransferWorkspace.vue?type=style&index=0 */
.page-wrap[data-v-99a33fca] {
  padding-bottom: 32px;
}
.mb-3[data-v-99a33fca] {
  margin-bottom: 12px;
}
.page-header[data-v-99a33fca] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-row[data-v-99a33fca] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.title-block[data-v-99a33fca] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 18px;
}
.title-icon[data-v-99a33fca] {
  font-size: 18px;
}
.summary-row[data-v-99a33fca] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.summary-item[data-v-99a33fca] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.summary-label[data-v-99a33fca] {
  opacity: 0.7;
}
.summary-value[data-v-99a33fca] {
  font-weight: 600;
}
.table-footer[data-v-99a33fca] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.drawer-head[data-v-99a33fca] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.import-actions[data-v-99a33fca] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.preview-line[data-v-99a33fca] {
  padding: 8px;
  border: 1px solid #eee;
  border-radius: 8px;
}
.drawer-actions[data-v-99a33fca] {
  display: flex;
  justify-content: flex-end;
}
.muted[data-v-99a33fca] {
  font-size: 12px;
  opacity: 0.7;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\ApproveBankTransfer.vue?type=style&index=0 */
.sub-card[data-v-fb67b0c7] {
  border-radius: 10px;
}
.header-row[data-v-fb67b0c7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-fb67b0c7] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-fb67b0c7] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-fb67b0c7] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-fb67b0c7] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-fb67b0c7] {
  font-weight: 600;
  font-size: 14px;
}
.line-item[data-v-fb67b0c7] {
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.line-top[data-v-fb67b0c7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.line-title[data-v-fb67b0c7] {
  font-weight: 600;
  color: #111827;
}
.line-amount[data-v-fb67b0c7] {
  font-weight: 700;
  color: #111827;
}
.sep[data-v-fb67b0c7] {
  margin: 0 6px;
}
.mt-1[data-v-fb67b0c7] {
  margin-top: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Reports\Reports.vue?type=style&index=0 */
.header-grid[data-v-2a188668] {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}
@media (max-width: 900px) {
  .header-grid[data-v-2a188668] {
    grid-template-columns: 1fr;
  }
}
.reports-grid[data-v-2a188668] {
  grid-template-columns: 300px 1.2fr 0.95fr;
  align-items: start;
}
.col-mod[data-v-2a188668] {
  grid-column: 1;
}
.col-reports[data-v-2a188668] {
  grid-column: 2;
}
.col-params[data-v-2a188668] {
  grid-column: 3;
}
@media (max-width: 1200px) {
  .reports-grid[data-v-2a188668] {
    grid-template-columns: 1fr;
  }
  .col-mod[data-v-2a188668],
  .col-reports[data-v-2a188668],
  .col-params[data-v-2a188668] {
    grid-column: 1;
  }
}
.module-grid[data-v-2a188668] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
@media (max-width: 1200px) {
  .module-grid[data-v-2a188668] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .module-grid[data-v-2a188668] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.module-tile[data-v-2a188668] {
  text-align: left;
  border: 1px solid rgba(128, 128, 128, 0.25);
  border-radius: 10px;
  padding: 10px;
  background: transparent;
  cursor: pointer;
  transition: all 0.12s ease-in-out;
}
.module-tile[data-v-2a188668]:hover {
  border-color: rgba(24, 160, 88, 0.45);
  transform: translateY(-1px);
}
.module-tile.active[data-v-2a188668] {
  border-color: rgba(24, 160, 88, 0.75);
  background: rgba(24, 160, 88, 0.08);
}
.module-tile-top[data-v-2a188668] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.icon-slot[data-v-2a188668] {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(128, 128, 128, 0.1);
}
.filters-row[data-v-2a188668] {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.report-list[data-v-2a188668] {
  display: grid;
  gap: 8px;
}
.report-item[data-v-2a188668] {
  text-align: left;
  border: 1px solid rgba(128, 128, 128, 0.25);
  border-radius: 10px;
  padding: 10px;
  background: transparent;
}
button.report-item[data-v-2a188668] {
  cursor: pointer;
  transition: all 0.12s ease-in-out;
}
button.report-item[data-v-2a188668]:hover {
  border-color: rgba(24, 160, 88, 0.45);
}
button.report-item.active[data-v-2a188668] {
  border-color: rgba(24, 160, 88, 0.75);
  background: rgba(24, 160, 88, 0.08);
}
.actions-row[data-v-2a188668] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.empty-hint[data-v-2a188668] {
  opacity: 0.7;
  padding: 16px 4px;
}
.preview-top[data-v-2a188668] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.metrics-grid[data-v-2a188668] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 1200px) {
  .metrics-grid[data-v-2a188668] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .metrics-grid[data-v-2a188668] {
    grid-template-columns: 1fr;
  }
}
.metric-card[data-v-2a188668] {
  border: 1px solid rgba(128, 128, 128, 0.2);
  border-radius: 10px;
  padding: 10px 12px;
  background: rgba(128, 128, 128, 0.03);
}
.metric-label[data-v-2a188668] {
  font-size: 12px;
  opacity: 0.7;
}
.metric-value[data-v-2a188668] {
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px;
}
.section-title[data-v-2a188668] {
  font-size: 12px;
  opacity: 0.7;
  margin-bottom: 6px;
}
.applied-params[data-v-2a188668] {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.statement-root[data-v-2a188668] {
  display: grid;
  gap: 12px;
}
.statement-comparative-header[data-v-2a188668] {
  display: grid;
  grid-template-columns: 1fr 170px 170px;
  gap: 12px;
  padding: 0 12px;
}
.statement-col-head[data-v-2a188668] {
  text-align: right;
  font-size: 12px;
  opacity: 0.7;
  font-weight: 600;
}
.statement-section[data-v-2a188668] {
  border: 1px solid rgba(128, 128, 128, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.statement-section-header[data-v-2a188668] {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 12px;
  background: rgba(128, 128, 128, 0.06);
  font-weight: 700;
}
.statement-section-header.comparative[data-v-2a188668] {
  grid-template-columns: 1fr 170px 170px;
}
.statement-line[data-v-2a188668] {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 10px 12px;
  border-top: 1px solid rgba(128, 128, 128, 0.12);
}
.statement-line.comparative[data-v-2a188668] {
  grid-template-columns: 1fr 170px 170px;
}
.statement-line.total[data-v-2a188668] {
  font-weight: 700;
  background: rgba(128, 128, 128, 0.03);
}
.statement-title[data-v-2a188668],
.statement-line-title[data-v-2a188668] {
  min-width: 0;
}
.statement-amount[data-v-2a188668],
.statement-line-amount[data-v-2a188668] {
  text-align: right;
  white-space: nowrap;
}
.clamp-2[data-v-2a188668] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\CaseManagement\ViewCaseType.vue?type=style&index=0 */
.stage-flow[data-v-195de84f] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
}
.stage-card[data-v-195de84f] {
  width: 180px;
  border: 1px solid #e0e0e6;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  transition: box-shadow 0.2s;
}
.stage-card[data-v-195de84f]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.stage-first[data-v-195de84f] {
  border-left: 3px solid #0d6efd;
}
.stage-last[data-v-195de84f] {
  border-left: 3px solid #198754;
}
.stage-header[data-v-195de84f] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.stage-order[data-v-195de84f] {
  background: #f0f0f0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #333;
}
.stage-name[data-v-195de84f] {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}
.stage-meta[data-v-195de84f] {
  margin-bottom: 4px;
}
.stage-duration[data-v-195de84f] {
  font-size: 11px;
  color: #999;
  margin-bottom: 6px;
}
.stage-actions[data-v-195de84f] {
  display: flex;
  gap: 2px;
  justify-content: flex-end;
}
.stage-arrow[data-v-195de84f] {
  display: flex;
  align-items: center;
  padding: 0 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\CaseManagement\CaseStageFlow.vue?type=style&index=0 */
.stage-flow-container[data-v-58eebec9] {
  margin-bottom: 16px;
}
.stage-flow[data-v-58eebec9] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 8px 0;
}
.stage-card[data-v-58eebec9] {
  width: 140px;
  border: 1px solid #e0e0e6;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
.stage-card[data-v-58eebec9]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border-color: #36ad6a;
}
.stage-current[data-v-58eebec9] {
  border-color: #2080f0;
  border-width: 2px;
  background: #f0f7ff;
}
.stage-past[data-v-58eebec9] {
  border-color: #18a058;
  background: #f0faf4;
}
.stage-future[data-v-58eebec9] {
  opacity: 0.6;
}
.stage-header[data-v-58eebec9] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.stage-order[data-v-58eebec9] {
  background: #f0f0f0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #333;
}
.stage-past .stage-order[data-v-58eebec9] {
  background: #d4edda;
  color: #18a058;
}
.stage-current .stage-order[data-v-58eebec9] {
  background: #d0e4ff;
  color: #2080f0;
}
.stage-check[data-v-58eebec9] {
  color: #18a058;
  font-size: 12px;
  font-weight: 700;
}
.stage-dot[data-v-58eebec9] {
  color: #2080f0;
  font-size: 10px;
}
.stage-name[data-v-58eebec9] {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stage-badge[data-v-58eebec9] {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}
.note-count[data-v-58eebec9] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  font-size: 10px;
  font-weight: 600;
  padding: 0 5px;
  background: #e5e7eb;
  color: #6b7280;
}
.note-count.has-notes[data-v-58eebec9] {
  background: #fee2e2;
  color: #dc2626;
}
.stage-arrow[data-v-58eebec9] {
  display: flex;
  align-items: center;
  padding: 0 2px;
}
.add-note-form[data-v-58eebec9] {
  margin-bottom: 8px;
}
.notes-list[data-v-58eebec9] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.note-card[data-v-58eebec9] {
  border-radius: 8px;
}
.note-text[data-v-58eebec9] {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 6px;
}
.note-meta[data-v-58eebec9] {
  font-size: 11px;
  color: #999;
  margin-bottom: 4px;
}
.note-actions[data-v-58eebec9] {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\Settings.vue?type=style&index=0 */
.settings-card[data-v-9ccfb05f] {
  max-width: 900px;
  margin: 20px auto;
}
.mb-4[data-v-9ccfb05f] {
  margin-bottom: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ProductType.vue?type=style&index=0 */
nav ul[data-v-eb84e151] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ProductSettingForm.vue?type=style&index=0 */
.tracking-card[data-v-c8d4f42b] {
  margin-bottom: 16px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
}
.tracking-header[data-v-c8d4f42b] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.tracking-info[data-v-c8d4f42b] {
  margin-bottom: 12px;
  font-size: 12px;
}
.warehouse-overrides-card[data-v-c8d4f42b] {
  margin-top: 20px;
  background-color: #f0f9ff;
  border: 1px solid #bae6fd;
}
.warehouse-header[data-v-c8d4f42b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\Records.vue?type=style&index=0 */
nav ul[data-v-df7651e3] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\RecordForm.vue?type=style&index=0 */
.record-form-container[data-v-311ee1b2] {
  padding: 16px;
}
.mb-3[data-v-311ee1b2] {
  margin-bottom: 12px;
}
.mb-4[data-v-311ee1b2] {
  margin-bottom: 16px;
}
.form-locked[data-v-311ee1b2] {
  opacity: 0.7;
  pointer-events: none;
}
.footer-actions[data-v-311ee1b2] {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.value-display[data-v-311ee1b2] {
  font-weight: 500;
  color: #18a058;
}
[data-v-311ee1b2] .n-data-table {
  min-height: 200px;
}
[data-v-311ee1b2] .n-input-number {
  width: 100%;
}
[data-v-311ee1b2] .n-select {
  width: 100%;
}
.supplier-summary-card[data-v-311ee1b2] {
  margin-top: 12px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
}
.supplier-summary-title[data-v-311ee1b2] {
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}
.attachments-section[data-v-311ee1b2] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachments-list[data-v-311ee1b2] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.attachment-item[data-v-311ee1b2] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.no-moisture-tracking[data-v-311ee1b2] {
  color: #999;
  font-style: italic;
}
.moisture-input-wrapper[data-v-311ee1b2] {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\InventoryProducts.vue?type=style&index=0 */
.inventory-products[data-v-71f8f8f7] {
  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;
}
.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: 13px !important;
  color: #4a5568 !important;
  background: #f7fafc;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
[data-v-71f8f8f7] .enhanced-table .n-data-table-td {
  font-size: 14px !important;
  color: #2d3748 !important;
  padding: 12px 16px;
}
.no-data-table-container[data-v-71f8f8f7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: #fff;
}
.no-data-text[data-v-71f8f8f7] {
  text-align: center;
  color: #666;
}
.no-data-text p[data-v-71f8f8f7] {
  margin-bottom: 12px;
}
.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;
}
.text-success[data-v-71f8f8f7] {
  color: #18a058;
  font-weight: 500;
}
.text-danger[data-v-71f8f8f7] {
  color: #d03050;
  font-weight: 500;
}
[data-v-71f8f8f7] .selected-row {
  background-color: rgba(24, 160, 88, 0.1) !important;
}
[data-v-71f8f8f7] .selected-row td {
  background-color: rgba(24, 160, 88, 0.1) !important;
}
.base-unit-info[data-v-71f8f8f7] {
  font-size: 12px;
  color: #666;
  padding-left: 2px;
}
.search-results-card[data-v-71f8f8f7] {
  margin-bottom: 16px;
  background: #f0f9ff;
  border-color: #bae6fd;
}
.moisture-history-section[data-v-71f8f8f7] {
  margin-top: 20px;
}
.section-header[data-v-71f8f8f7] {
  margin-bottom: 8px;
}
.section-title[data-v-71f8f8f7] {
  font-weight: 600;
  font-size: 14px;
  color: #4a5568;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
}
.product-selector[data-v-dd823538] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0 4px 0;
}
.legend[data-v-dd823538] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 4px 0;
  font-size: 11px;
  color: #666;
}
.legend-item[data-v-dd823538] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.bar[data-v-dd823538] {
  width: 16px;
  height: 10px;
  border-radius: 2px;
}
.bar.green[data-v-dd823538] {
  background-color: #10b981;
}
.bar.red[data-v-dd823538] {
  background-color: #ef4444;
}
.unit-label[data-v-dd823538] {
  margin-left: 16px;
  font-weight: 500;
  color: #888;
}
.empty-state[data-v-dd823538] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  color: #999;
  font-size: 14px;
}
.chart-container[data-v-dd823538] {
  margin-top: 8px;
}
.chart-content[data-v-dd823538] {
  padding-top: 12px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-container[data-v-2f7ca60d] {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 8px;
}
.go-back-btn[data-v-2f7ca60d] {
  font-size: 12px !important;
  padding: 4px 10px !important;
  height: 24px !important;
}
.controls[data-v-2f7ca60d] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0 4px 0;
}
.unit-label[data-v-2f7ca60d] {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
  margin-left: auto;
  min-width: 80px;
}
.chart-container[data-v-2f7ca60d] {
  margin-top: 4px;
}
.chart-content[data-v-2f7ca60d] {
  padding-top: 12px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
}
.filter-container[data-v-5d5ca7da] {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 8px;
}
.go-back-btn[data-v-5d5ca7da] {
  font-size: 12px !important;
  padding: 4px 10px !important;
  height: 24px !important;
}
.controls[data-v-5d5ca7da] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0 4px 0;
}
.chart-container[data-v-5d5ca7da] {
  margin-top: 4px;
}
.chart-content[data-v-5d5ca7da] {
  padding-top: 12px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
}
.clickable[data-v-a6e32aa1] {
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.clickable[data-v-a6e32aa1]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\RequestForm.vue?type=style&index=0 */
.request-form-container[data-v-23801b18] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.header-card[data-v-23801b18] {
  flex-shrink: 0;
}
.details-card[data-v-23801b18] {
  flex: 1;
}
.mb-3[data-v-23801b18] {
  margin-bottom: 12px;
}
.action-buttons[data-v-23801b18] {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 0;
}
.attachments-section[data-v-23801b18] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.attachments-list[data-v-23801b18] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.attachment-item[data-v-23801b18] {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ReturnForm.vue?type=style&index=0 */
.return-form-container[data-v-ce53fabf] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.header-card[data-v-ce53fabf] {
  flex-shrink: 0;
}
.details-card[data-v-ce53fabf] {
  flex: 1;
}
.mb-3[data-v-ce53fabf] {
  margin-bottom: 12px;
}
.action-buttons[data-v-ce53fabf] {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 0;
}
.attachments-section[data-v-ce53fabf] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachments-list[data-v-ce53fabf] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.attachment-item[data-v-ce53fabf] {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\AdjustmentForm.vue?type=style&index=0 */
.mb-3[data-v-4e1199cc] {
  margin-bottom: 12px;
}
.form-locked[data-v-4e1199cc] {
  pointer-events: none;
  opacity: 0.75;
}
.inventory-details-card[data-v-4e1199cc] {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
}
.adjustment-section[data-v-4e1199cc] {
  background-color: #fffbeb;
  border: 1px solid #fcd34d;
}
.details-header[data-v-4e1199cc] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.detail-label[data-v-4e1199cc] {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 4px;
}
.detail-value[data-v-4e1199cc] {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}
.original-value[data-v-4e1199cc] {
  color: #059669;
}
.loss-display[data-v-4e1199cc] {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed #d1d5db;
}
.loss-label[data-v-4e1199cc] {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 4px;
}
.loss-value[data-v-4e1199cc] {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
}
.loss-value.negative[data-v-4e1199cc] {
  color: #dc2626;
}
.calculated-loss-display[data-v-4e1199cc] {
  padding: 12px 16px;
  background-color: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.loss-calc-label[data-v-4e1199cc] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.loss-calc-value[data-v-4e1199cc] {
  font-size: 18px;
  font-weight: 700;
  color: #059669;
}
.loss-calc-note[data-v-4e1199cc] {
  font-size: 12px;
  color: #6b7280;
  font-style: italic;
}
.attachments-section[data-v-4e1199cc] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachments-list[data-v-4e1199cc] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.attachment-item[data-v-4e1199cc] {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\CorrectionForm.vue?type=style&index=0 */
.correction-form-container[data-v-25d9e5c4] {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header-card[data-v-25d9e5c4] {
  width: 100%;
}
.details-card[data-v-25d9e5c4] {
  width: 100%;
}
.action-buttons[data-v-25d9e5c4] {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.mb-3[data-v-25d9e5c4] {
  margin-bottom: 12px;
}
.form-locked[data-v-25d9e5c4] {
  pointer-events: none;
  opacity: 0.75;
}
.attachments-section[data-v-25d9e5c4] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachments-list[data-v-25d9e5c4] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.attachment-item[data-v-25d9e5c4] {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\StockTake.vue?type=style&index=0 */
nav ul[data-v-a630d8dd] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\StockTakeForm.vue?type=style&index=0 */
.stocktake-form-container[data-v-ad80e522] {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header-card[data-v-ad80e522] {
  width: 100%;
}
.details-card[data-v-ad80e522] {
  width: 100%;
}
.action-buttons[data-v-ad80e522] {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.mb-3[data-v-ad80e522] {
  margin-bottom: 12px;
}
.form-locked[data-v-ad80e522] {
  pointer-events: none;
  opacity: 0.75;
}
.attachments-section[data-v-ad80e522] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachments-list[data-v-ad80e522] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.attachment-item[data-v-ad80e522] {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\StockMovement.vue?type=style&index=0 */
nav ul[data-v-70375d1c] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\StockMovementForm.vue?type=style&index=0 */
.mb-3[data-v-9316d07e] {
  margin-bottom: 12px;
}
.form-locked[data-v-9316d07e] {
  pointer-events: none;
  opacity: 0.75;
}
.inventory-details-card[data-v-9316d07e] {
  background-color: #f0f9ff;
  border: 1px solid #bae6fd;
}
.movement-section[data-v-9316d07e] {
  background-color: #fefce8;
  border: 1px solid #fde047;
}
.details-header[data-v-9316d07e] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.detail-label[data-v-9316d07e] {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 4px;
}
.detail-value[data-v-9316d07e] {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}
.original-value[data-v-9316d07e] {
  color: #059669;
}
.source-value[data-v-9316d07e] {
  color: #2563eb;
  font-weight: 700;
}
.remaining-display[data-v-9316d07e] {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed #d1d5db;
}
.remaining-label[data-v-9316d07e] {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 4px;
}
.remaining-value[data-v-9316d07e] {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
}
.remaining-value.warning[data-v-9316d07e] {
  color: #dc2626;
}
.remaining-value.positive[data-v-9316d07e] {
  color: #059669;
}
.destination-section[data-v-9316d07e] {
  background-color: #f0fdf4;
  border: 1px solid #86efac;
}
.transport-info[data-v-9316d07e] {
  display: flex;
  gap: 16px;
  align-items: center;
}
.transport-status[data-v-9316d07e] {
  font-weight: 600;
  font-size: 14px;
}
.release-ref[data-v-9316d07e] {
  font-size: 12px;
  color: #6b7280;
  font-family: ui-monospace, monospace;
}
.attachments-section[data-v-9316d07e] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachments-list[data-v-9316d07e] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.attachment-item[data-v-9316d07e] {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ApproveStockTake.vue?type=style&index=0 */
.header-row[data-v-380eba02] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.id-block[data-v-380eba02] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.id-texts[data-v-380eba02] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.name[data-v-380eba02] {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}
.muted[data-v-380eba02] {
  font-size: 13px;
  color: #6b7280;
}
.ref[data-v-380eba02] {
  font-family: ui-monospace, monospace;
}
.chips[data-v-380eba02] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
}
.section-title[data-v-380eba02] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.sub-card[data-v-380eba02] {
  margin-bottom: 16px;
}
.address[data-v-380eba02] {
  line-height: 1.6;
  color: #4b5563;
}
.address div[data-v-380eba02] {
  margin-bottom: 4px;
}
.summary-label[data-v-380eba02] {
  font-weight: 600;
  color: #374151;
}
.summary-value[data-v-380eba02] {
  font-weight: 600;
  color: #1f2937;
}
.summary-value.negative[data-v-380eba02] {
  color: #dc2626;
}
.summary-value.positive[data-v-380eba02] {
  color: #059669;
}
.attachments-section[data-v-380eba02] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachments-list[data-v-380eba02] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.attachment-item[data-v-380eba02] {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ApproveCorrection.vue?type=style&index=0 */
.header-row[data-v-943d2897] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.id-block[data-v-943d2897] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.id-texts[data-v-943d2897] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.name[data-v-943d2897] {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}
.muted[data-v-943d2897] {
  font-size: 13px;
  color: #6b7280;
}
.ref[data-v-943d2897] {
  font-family: ui-monospace, monospace;
}
.chips[data-v-943d2897] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
}
.section-title[data-v-943d2897] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.sub-card[data-v-943d2897] {
  margin-bottom: 16px;
}
.summary-label[data-v-943d2897] {
  font-weight: 600;
  color: #374151;
}
.summary-value[data-v-943d2897] {
  font-weight: 600;
  color: #1f2937;
}
.summary-value.negative[data-v-943d2897] {
  color: #dc2626;
}
.summary-value.positive[data-v-943d2897] {
  color: #059669;
}
.attachments-section[data-v-943d2897] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachments-list[data-v-943d2897] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.attachment-item[data-v-943d2897] {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ApproveAdjustment.vue?type=style&index=0 */
.header-row[data-v-d602bf84] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.id-block[data-v-d602bf84] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.id-texts[data-v-d602bf84] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.name[data-v-d602bf84] {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}
.muted[data-v-d602bf84] {
  font-size: 13px;
  color: #6b7280;
}
.ref[data-v-d602bf84] {
  font-family: ui-monospace, monospace;
}
.chips[data-v-d602bf84] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
}
.section-title[data-v-d602bf84] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.sub-card[data-v-d602bf84] {
  margin-bottom: 16px;
}
.positive[data-v-d602bf84] {
  color: #059669;
  font-weight: 600;
}
.negative[data-v-d602bf84] {
  color: #dc2626;
  font-weight: 600;
}
.attachments-section[data-v-d602bf84] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachments-list[data-v-d602bf84] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.attachment-item[data-v-d602bf84] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.unit-suffix[data-v-d602bf84] {
  font-size: 12px;
  color: #6b7280;
  margin-left: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ApproveRequest.vue?type=style&index=0 */
.header-row[data-v-b3c9c79f] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.id-block[data-v-b3c9c79f] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.id-texts[data-v-b3c9c79f] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.name[data-v-b3c9c79f] {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}
.muted[data-v-b3c9c79f] {
  font-size: 13px;
  color: #6b7280;
}
.ref[data-v-b3c9c79f] {
  font-family: ui-monospace, monospace;
}
.chips[data-v-b3c9c79f] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
}
.section-title[data-v-b3c9c79f] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.sub-card[data-v-b3c9c79f] {
  margin-bottom: 16px;
}
.summary-label[data-v-b3c9c79f] {
  font-weight: 600;
  color: #374151;
}
.summary-value[data-v-b3c9c79f] {
  font-weight: 600;
  color: #1f2937;
}
.attachments-section[data-v-b3c9c79f] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.attachments-list[data-v-b3c9c79f] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.attachment-item[data-v-b3c9c79f] {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ApproveReturn.vue?type=style&index=0 */
.header-row[data-v-8276f9c2] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.id-block[data-v-8276f9c2] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.id-texts[data-v-8276f9c2] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.name[data-v-8276f9c2] {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}
.muted[data-v-8276f9c2] {
  font-size: 13px;
  color: #6b7280;
}
.ref[data-v-8276f9c2] {
  font-family: ui-monospace, monospace;
}
.chips[data-v-8276f9c2] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
}
.section-title[data-v-8276f9c2] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.sub-card[data-v-8276f9c2] {
  margin-bottom: 16px;
}
.mb-3[data-v-8276f9c2] {
  margin-bottom: 12px;
}
.summary-label[data-v-8276f9c2] {
  font-weight: 600;
  color: #374151;
}
.summary-value[data-v-8276f9c2] {
  font-weight: 600;
  color: #1f2937;
}
.attachments-section[data-v-8276f9c2] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachments-list[data-v-8276f9c2] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.attachment-item[data-v-8276f9c2] {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ApproveStockMovement.vue?type=style&index=0 */
.header-row[data-v-ff84368c] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.id-block[data-v-ff84368c] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.id-texts[data-v-ff84368c] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.name[data-v-ff84368c] {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}
.muted[data-v-ff84368c] {
  font-size: 13px;
  color: #6b7280;
}
.ref[data-v-ff84368c] {
  font-family: ui-monospace, monospace;
}
.chips[data-v-ff84368c] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.section-title[data-v-ff84368c] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.sub-card[data-v-ff84368c] {
  margin-bottom: 16px;
}
.stat-value[data-v-ff84368c] {
  font-size: 24px;
  font-weight: 600;
  color: #1f2937;
}
.unit-suffix[data-v-ff84368c] {
  font-size: 12px;
  color: #6b7280;
  margin-left: 4px;
}
.location-block[data-v-ff84368c] {
  padding: 16px;
  border-radius: 8px;
}
.location-block.source[data-v-ff84368c] {
  background: #fef3c7;
  border: 1px solid #fcd34d;
}
.location-block.destination[data-v-ff84368c] {
  background: #d1fae5;
  border: 1px solid #6ee7b7;
}
.location-label[data-v-ff84368c] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.location-name[data-v-ff84368c] {
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
}
.location-warehouse[data-v-ff84368c] {
  font-size: 13px;
  color: #6b7280;
  margin-top: 4px;
}
.location-details[data-v-ff84368c] {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.detail-row[data-v-ff84368c] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.detail-label[data-v-ff84368c] {
  font-size: 12px;
  color: #6b7280;
}
.detail-value[data-v-ff84368c] {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
}
.detail-value.pending[data-v-ff84368c] {
  font-style: italic;
  color: #9ca3af;
  font-weight: 400;
}
.delivery-card[data-v-ff84368c] {
  background: #fef3c7;
  border: 1px solid #fcd34d;
}
.mb-3[data-v-ff84368c] {
  margin-bottom: 12px;
}
.variance-display[data-v-ff84368c] {
  margin-top: 16px;
  padding: 12px;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.variance-row[data-v-ff84368c] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 14px;
}
.variance-label[data-v-ff84368c] {
  color: #6b7280;
}
.variance-value[data-v-ff84368c] {
  font-weight: 600;
  color: #1f2937;
}
.variance-row.variance-negative .variance-value[data-v-ff84368c] {
  color: #dc2626;
}
.variance-section-title[data-v-ff84368c] {
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.total-row[data-v-ff84368c] {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 4px;
  padding-top: 8px;
}
.total-row .detail-value[data-v-ff84368c] {
  font-weight: 700;
}
.readonly-value[data-v-ff84368c] {
  padding: 8px 12px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  font-weight: 600;
  color: #374151;
}
.attachments-section[data-v-ff84368c] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachments-list[data-v-ff84368c] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.attachment-item[data-v-ff84368c] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.destination-select[data-v-ff84368c] {
  margin-bottom: 12px;
}
.destination-select[data-v-ff84368c] .n-form-item-label {
  font-size: 12px;
  color: #6b7280;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ApproveInventoryRecord.vue?type=style&index=0 */
.header-row[data-v-11e7e643] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.id-block[data-v-11e7e643] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.id-texts[data-v-11e7e643] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.name[data-v-11e7e643] {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}
.muted[data-v-11e7e643] {
  font-size: 13px;
  color: #6b7280;
}
.ref[data-v-11e7e643] {
  font-family: ui-monospace, monospace;
}
.chips[data-v-11e7e643] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
}
.section-title[data-v-11e7e643] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.sub-card[data-v-11e7e643] {
  margin-bottom: 16px;
}
.summary-label[data-v-11e7e643] {
  font-weight: 600;
  color: #374151;
}
.summary-value[data-v-11e7e643] {
  font-weight: 600;
  color: #1f2937;
}
.attachments-section[data-v-11e7e643] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachments-list[data-v-11e7e643] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.attachment-item[data-v-11e7e643] {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\UnitConfiguration\MenuCard.vue?type=style&index=0 */
.menu-card[data-v-dc8d946e] {
  display: block;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  transition: all 0.2s ease;
  text-decoration: none;
  color: inherit;
}
.menu-card[data-v-dc8d946e]:hover {
  border-color: var(--accent-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.card-content[data-v-dc8d946e] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.icon-wrapper[data-v-dc8d946e] {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent-color) 15%, transparent);
  color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-content[data-v-dc8d946e] {
  flex: 1;
  min-width: 0;
}
.title[data-v-dc8d946e] {
  font-weight: 600;
  font-size: 14px;
  color: #111827;
  margin-bottom: 4px;
}
.description[data-v-dc8d946e] {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.4;
}
.count-badge[data-v-dc8d946e] {
  flex-shrink: 0;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\UnitConfiguration.vue?type=style&index=0 */
.p-4[data-v-1c379053] {
  padding: 1rem;
}
.space-y-6[data-v-1c379053] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\UnitConfiguration\UnitsTab.vue?type=style&index=0 */
.space-y-4[data-v-5b96c448] > * + * {
  margin-top: 1rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\Units.vue?type=style&index=0 */
.p-4[data-v-d727a198] {
  padding: 1rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\UnitConfiguration\StandardConversionsTab.vue?type=style&index=0 */
.space-y-4[data-v-cd818437] > * + * {
  margin-top: 1rem;
}
.mt-3[data-v-cd818437] {
  margin-top: 12px;
}
.conversion-inputs[data-v-cd818437] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.conversion-inputs .n-form-item[data-v-cd818437] {
  flex: 1;
}
.equals-sign[data-v-cd818437] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #666;
  padding-top: 28px;
  min-width: 24px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\StandardConversions.vue?type=style&index=0 */
.p-4[data-v-bb07527a] {
  padding: 1rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\UnitConfiguration\ProductUnitsTab.vue?type=style&index=0 */
.filter-label[data-v-d624e2e8] {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #666;
  display: flex;
  align-items: center;
}
.space-y-4[data-v-d624e2e8] > * + * {
  margin-top: 1rem;
}
.base-unit-display[data-v-d624e2e8] {
  min-height: 34px;
  display: flex;
  align-items: center;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ProductUnits.vue?type=style&index=0 */
.p-4[data-v-da05e471] {
  padding: 1rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\UnitConfiguration\ProductConversionsTab.vue?type=style&index=0 */
.filter-label[data-v-9e4bea72] {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #666;
  display: flex;
  align-items: center;
}
.space-y-4[data-v-9e4bea72] > * + * {
  margin-top: 1rem;
}
.mt-3[data-v-9e4bea72] {
  margin-top: 12px;
}
.base-unit-display[data-v-9e4bea72] {
  min-height: 34px;
  display: flex;
  align-items: center;
}
.conversion-inputs[data-v-9e4bea72] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.conversion-inputs .n-form-item[data-v-9e4bea72] {
  flex: 1;
}
.equals-sign[data-v-9e4bea72] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #666;
  padding-top: 28px;
  min-width: 24px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ProductConversions.vue?type=style&index=0 */
.p-4[data-v-5f62c902] {
  padding: 1rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ReleaseGroups.vue?type=style&index=0 */
nav ul[data-v-e2019b59] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\ReleasesByReference.vue?type=style&index=0 */
.master-detail-container[data-v-4e052dd2] {
  display: flex;
  gap: 16px;
  min-height: calc(100vh - 200px);
}
.left-pane[data-v-4e052dd2] {
  width: 320px;
  flex-shrink: 0;
}
.right-pane[data-v-4e052dd2] {
  flex: 1;
  min-width: 0;
}
.pane-title[data-v-4e052dd2] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.section-title[data-v-4e052dd2] {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
}
.release-item[data-v-4e052dd2] {
  padding: 10px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
  margin-bottom: 8px;
  border: 1px solid #e5e7eb;
}
.release-item[data-v-4e052dd2]:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}
.release-item-selected[data-v-4e052dd2] {
  background: #eff6ff;
  border-color: #3b82f6;
}
.release-item-header[data-v-4e052dd2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.release-item-product[data-v-4e052dd2] {
  font-weight: 500;
  font-size: 13px;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}
.release-item-details[data-v-4e052dd2] {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 6px;
}
.release-item-qty[data-v-4e052dd2] {
  font-family: ui-monospace, monospace;
}
.release-item-balance[data-v-4e052dd2] {
  color: #059669;
  font-weight: 500;
}
.lot-row[data-v-4e052dd2] {
  display: flex;
  justify-content: space-between;
  padding: 4px 8px;
  background: #f9fafb;
  border-radius: 4px;
  font-size: 13px;
}
.lot-row.lot-selected[data-v-4e052dd2] {
  background: #d1fae5;
  border: 1px solid #059669;
}
.lot-name[data-v-4e052dd2] {
  color: #374151;
}
.lot-qty[data-v-4e052dd2] {
  font-weight: 600;
  color: #059669;
  font-family: ui-monospace, monospace;
}
.muted[data-v-4e052dd2] {
  font-size: 13px;
  color: #9ca3af;
}
.attachments-row[data-v-4e052dd2] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px dashed #e5e7eb;
}
.attachments-label[data-v-4e052dd2] {
  font-size: 12px;
  color: #6b7280;
  flex-shrink: 0;
}
.attachments-section[data-v-4e052dd2] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.attachments-list[data-v-4e052dd2] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.attachment-item[data-v-4e052dd2] {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 900px) {
  .master-detail-container[data-v-4e052dd2] {
    flex-direction: column;
  }
  .left-pane[data-v-4e052dd2] {
    width: 100%;
  }
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Inventory\MoistureContent.vue?type=style&index=0 */
.stats-container[data-v-86fd1296] {
  padding: 16px 20px;
  background-color: #f0f2f5;
}
.kpi-grid[data-v-86fd1296] {
  margin-bottom: 0;
}
.table-container[data-v-86fd1296] {
  padding: 0 20px 20px 20px;
  background-color: #f0f2f5;
}
.clickable[data-v-86fd1296] {
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.clickable[data-v-86fd1296]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.breached-list[data-v-86fd1296] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.breached-item[data-v-86fd1296] {
  border-left: 4px solid #d03050;
}
.breached-header[data-v-86fd1296] {
  font-weight: 600;
  font-size: 14px;
}
.breached-details[data-v-86fd1296] {
  font-size: 12px;
  color: #666;
  margin: 4px 0;
}
.breached-moisture[data-v-86fd1296] {
  display: flex;
  gap: 16px;
  font-size: 13px;
  margin: 8px 0;
}
.breached-moisture .acceptable[data-v-86fd1296] {
  color: #18a058;
}
.breached-moisture .current[data-v-86fd1296] {
  color: #d03050;
  font-weight: 500;
}
.breached-exceeded[data-v-86fd1296] {
  font-size: 12px;
  color: #d03050;
  font-weight: 500;
  margin-bottom: 8px;
}
.history-header[data-v-86fd1296] {
  padding: 12px;
  background: #f9fafb;
  border-radius: 8px;
}
.history-product[data-v-86fd1296] {
  font-weight: 600;
  font-size: 16px;
}
.history-location[data-v-86fd1296] {
  font-size: 13px;
  color: #666;
  margin: 4px 0;
}
.history-acceptable[data-v-86fd1296] {
  font-size: 13px;
  color: #18a058;
}
.history-current[data-v-86fd1296] {
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}
.history-current.breached[data-v-86fd1296] {
  color: #d03050;
}
.breach-indicator[data-v-86fd1296] {
  background: #fee2e2;
  color: #d03050;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  margin-left: 8px;
}
.history-actions[data-v-86fd1296] {
  margin-bottom: 12px;
}
.warning-message[data-v-86fd1296] {
  background: #fef3c7;
  border: 1px solid #f59e0b;
  color: #92400e;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  margin-top: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\Settings.vue?type=style&index=0 */
.form-container[data-v-873003fd] {
  padding: 24px;
}
.w-full[data-v-873003fd] {
  width: 100%;
}
.mt-4[data-v-873003fd] {
  margin-top: 16px;
}
.mb-2[data-v-873003fd] {
  margin-bottom: 8px;
}
.loading-container[data-v-873003fd] {
  display: flex;
  justify-content: center;
  padding: 80px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ProcurementTemplateForm.vue?type=style&index=0 */
.form-container[data-v-762be07d] {
  padding: 24px;
}
.w-full[data-v-762be07d] {
  width: 100%;
}
.mt-4[data-v-762be07d] {
  margin-top: 16px;
}
.mt-2[data-v-762be07d] {
  margin-top: 8px;
}
.section-header[data-v-762be07d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.criteria-header[data-v-762be07d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.section-card[data-v-762be07d] {
  margin-bottom: 16px;
}
.card-header[data-v-762be07d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.empty-sections[data-v-762be07d] {
  color: #999;
  padding: 20px;
  text-align: center;
  border: 1px dashed #ddd;
  border-radius: 6px;
  margin-bottom: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\SupplierForm.vue?type=style&index=0 */
.form-container[data-v-4e2ca544] {
  padding: 24px;
}
.w-full[data-v-4e2ca544] {
  width: 100%;
}
.mt-4[data-v-4e2ca544] {
  margin-top: 16px;
}
.mt-2[data-v-4e2ca544] {
  margin-top: 8px;
}
.section-header[data-v-4e2ca544] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.empty-state[data-v-4e2ca544] {
  color: #999;
  padding: 20px;
  text-align: center;
  border: 1px dashed #ddd;
  border-radius: 6px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewSupplier.vue?type=style&index=0 */
.view-container[data-v-a7526f72] {
  padding: 24px;
}
.mt-4[data-v-a7526f72] {
  margin-top: 16px;
}
.bar-card[data-v-a7526f72] {
  border: 1px solid var(--n-error-color);
}
.bar-reason[data-v-a7526f72] {
  margin: 8px 0;
  color: #666;
}
.cat-tag[data-v-a7526f72] {
  margin: 4px;
}
.doc-item[data-v-a7526f72] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
}
.expiry[data-v-a7526f72] {
  font-size: 12px;
  color: #999;
}
.empty-text[data-v-a7526f72] {
  color: #999;
  font-size: 13px;
}
.loading-container[data-v-a7526f72] {
  display: flex;
  justify-content: center;
  padding: 80px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ProcurementPlanForm.vue?type=style&index=0 */
.form-container[data-v-25b9d412] {
  padding: 24px;
}
.w-full[data-v-25b9d412] {
  width: 100%;
}
.mt-4[data-v-25b9d412] {
  margin-top: 16px;
}
.section-header[data-v-25b9d412] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.empty-state[data-v-25b9d412] {
  color: #999;
  padding: 20px;
  text-align: center;
  border: 1px dashed #ddd;
  border-radius: 6px;
  margin-bottom: 16px;
}
.plan-table[data-v-25b9d412] {
  width: 100%;
  margin-bottom: 16px;
}
.amount-cell[data-v-25b9d412] {
  font-weight: 600;
}
.totals-row td[data-v-25b9d412] {
  background: #fafafa;
  border-top: 2px solid #e0e0e0;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewProcurementPlan.vue?type=style&index=0 */
.view-container[data-v-770b2f5d] {
  padding: 24px;
}
.loading-container[data-v-770b2f5d] {
  display: flex;
  justify-content: center;
  padding: 80px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\RequisitionForm.vue?type=style&index=0 */
.form-container[data-v-570f1722] {
  padding: 24px;
}
.w-full[data-v-570f1722] {
  width: 100%;
}
.mt-4[data-v-570f1722] {
  margin-top: 16px;
}
.section-header[data-v-570f1722] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.empty-state[data-v-570f1722] {
  color: #999;
  padding: 20px;
  text-align: center;
  border: 1px dashed #ddd;
  border-radius: 6px;
  margin-bottom: 16px;
}
.items-table[data-v-570f1722] {
  width: 100%;
  margin-bottom: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewRequisition.vue?type=style&index=0 */
.view-container[data-v-96babe33] {
  padding: 24px;
}
.loading-container[data-v-96babe33] {
  display: flex;
  justify-content: center;
  padding: 80px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\WorkspaceForm.vue?type=style&index=0 */
.form-container[data-v-96d8474b] {
  padding: 24px;
}
.w-full[data-v-96d8474b] {
  width: 100%;
}
.mt-4[data-v-96d8474b] {
  margin-top: 16px;
}
.mb-2[data-v-96d8474b] {
  margin-bottom: 8px;
}
.section-header[data-v-96d8474b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.empty-state[data-v-96d8474b] {
  color: #999;
  padding: 20px;
  text-align: center;
  border: 1px dashed #ddd;
  border-radius: 6px;
  margin-bottom: 16px;
}
.items-table[data-v-96d8474b] {
  width: 100%;
  margin-bottom: 16px;
}
.tender-card[data-v-96d8474b] {
  margin-bottom: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewWorkspace.vue?type=style&index=0 */
.view-container[data-v-ad296a92] {
  padding: 24px;
}
.loading-container[data-v-ad296a92] {
  display: flex;
  justify-content: center;
  padding: 80px;
}
.tender-section[data-v-ad296a92] {
  margin-bottom: 20px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\TenderOpeningForm.vue?type=style&index=0 */
.form-container[data-v-8f58901a] {
  padding: 24px;
}
.w-full[data-v-8f58901a] {
  width: 100%;
}
.mt-4[data-v-8f58901a] {
  margin-top: 16px;
}
.mb-2[data-v-8f58901a] {
  margin-bottom: 8px;
}
.mb-4[data-v-8f58901a] {
  margin-bottom: 16px;
}
.items-table[data-v-8f58901a] {
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewTenderOpening.vue?type=style&index=0 */
.view-container[data-v-85a14887] {
  padding: 24px;
}
.loading-container[data-v-85a14887] {
  display: flex;
  justify-content: center;
  padding: 80px;
}
.minutes-text[data-v-85a14887] {
  white-space: pre-wrap;
  margin: 0;
  font-family: inherit;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\BidForm.vue?type=style&index=0 */
.form-container[data-v-786e09bf] {
  padding: 24px;
}
.w-full[data-v-786e09bf] {
  width: 100%;
}
.mt-4[data-v-786e09bf] {
  margin-top: 16px;
}
.mb-2[data-v-786e09bf] {
  margin-bottom: 8px;
}
.section-header[data-v-786e09bf] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.empty-state[data-v-786e09bf] {
  color: #999;
  padding: 20px;
  text-align: center;
  border: 1px dashed #ddd;
  border-radius: 6px;
  margin-bottom: 16px;
}
.items-table[data-v-786e09bf] {
  width: 100%;
  margin-bottom: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewBid.vue?type=style&index=0 */
.view-container[data-v-c630f048] {
  padding: 24px;
}
.loading-container[data-v-c630f048] {
  display: flex;
  justify-content: center;
  padding: 80px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\EvaluationForm.vue?type=style&index=0 */
.form-container[data-v-50d33106] {
  padding: 24px;
}
.w-full[data-v-50d33106] {
  width: 100%;
}
.mt-2[data-v-50d33106] {
  margin-top: 8px;
}
.mt-4[data-v-50d33106] {
  margin-top: 16px;
}
.mb-2[data-v-50d33106] {
  margin-bottom: 8px;
}
.mb-3[data-v-50d33106] {
  margin-bottom: 12px;
}
.mb-4[data-v-50d33106] {
  margin-bottom: 16px;
}
.items-table[data-v-50d33106] {
  width: 100%;
}
.section-card[data-v-50d33106] {
  border-left: 3px solid #18a058;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewEvaluation.vue?type=style&index=0 */
.view-container[data-v-dc881ae2] {
  padding: 24px;
}
.loading-container[data-v-dc881ae2] {
  display: flex;
  justify-content: center;
  padding: 80px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\PurchaseOrderForm.vue?type=style&index=0 */
.form-container[data-v-b6d1abf4] {
  padding: 24px;
}
.w-full[data-v-b6d1abf4] {
  width: 100%;
}
.mt-4[data-v-b6d1abf4] {
  margin-top: 16px;
}
.mb-2[data-v-b6d1abf4] {
  margin-bottom: 8px;
}
.mb-4[data-v-b6d1abf4] {
  margin-bottom: 16px;
}
.items-table[data-v-b6d1abf4] {
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewPurchaseOrder.vue?type=style&index=0 */
.view-container[data-v-c95d647a] {
  padding: 24px;
}
.loading-container[data-v-c95d647a] {
  display: flex;
  justify-content: center;
  padding: 80px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ContractForm.vue?type=style&index=0 */
.form-container[data-v-13d95168] {
  padding: 24px;
}
.w-full[data-v-13d95168] {
  width: 100%;
}
.mt-4[data-v-13d95168] {
  margin-top: 16px;
}
.mb-2[data-v-13d95168] {
  margin-bottom: 8px;
}
.mb-4[data-v-13d95168] {
  margin-bottom: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewContract.vue?type=style&index=0 */
.view-container[data-v-6098a0b5] {
  padding: 24px;
}
.loading-container[data-v-6098a0b5] {
  display: flex;
  justify-content: center;
  padding: 80px;
}
.contract-text[data-v-6098a0b5] {
  white-space: pre-wrap;
  margin: 0;
  font-family: inherit;
  line-height: 1.6;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\GoodsReceivedNoteForm.vue?type=style&index=0 */
.form-container[data-v-2c91462d] {
  padding: 24px;
}
.w-full[data-v-2c91462d] {
  width: 100%;
}
.mt-4[data-v-2c91462d] {
  margin-top: 16px;
}
.mb-2[data-v-2c91462d] {
  margin-bottom: 8px;
}
.mb-4[data-v-2c91462d] {
  margin-bottom: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewGoodsReceivedNote.vue?type=style&index=0 */
.view-container[data-v-4070752f] {
  padding: 24px;
}
.loading-container[data-v-4070752f] {
  display: flex;
  justify-content: center;
  padding: 80px;
}
.mt-4[data-v-4070752f] {
  margin-top: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\PaymentRequestForm.vue?type=style&index=0 */
.form-container[data-v-f4262854] {
  padding: 24px;
}
.w-full[data-v-f4262854] {
  width: 100%;
}
.mt-4[data-v-f4262854] {
  margin-top: 16px;
}
.mb-4[data-v-f4262854] {
  margin-bottom: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewPaymentRequest.vue?type=style&index=0 */
.view-container[data-v-f45ff749] {
  padding: 24px;
}
.loading-container[data-v-f45ff749] {
  display: flex;
  justify-content: center;
  padding: 80px;
}
.workflow-actions[data-v-f45ff749] {
  padding: 0 0 24px;
}
.mt-4[data-v-f45ff749] {
  margin-top: 16px;
}
.w-full[data-v-f45ff749] {
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\PaperForm.vue?type=style&index=0 */
.form-container[data-v-e39b2e43] {
  padding: 24px;
}
.mt-2[data-v-e39b2e43] {
  margin-top: 8px;
}
.mt-4[data-v-e39b2e43] {
  margin-top: 16px;
}
.mb-4[data-v-e39b2e43] {
  margin-bottom: 16px;
}
.items-table[data-v-e39b2e43] {
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ViewPaper.vue?type=style&index=0 */
.view-container[data-v-652bdb20] {
  padding: 24px;
}
.loading-container[data-v-652bdb20] {
  display: flex;
  justify-content: center;
  padding: 80px;
}
.paper-content[data-v-652bdb20] {
  white-space: pre-wrap;
  margin: 0;
  font-family: inherit;
  line-height: 1.6;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ProcurementMethodForm.vue?type=style&index=0 */
.form-container[data-v-8a7aaa44] {
  padding: 24px;
}
.w-full[data-v-8a7aaa44] {
  width: 100%;
}
.mt-4[data-v-8a7aaa44] {
  margin-top: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\ProcurementCategoryForm.vue?type=style&index=0 */
.form-container[data-v-c6994dcd] {
  padding: 24px;
}
.mt-4[data-v-c6994dcd] {
  margin-top: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Procurement\CommitteeTypeForm.vue?type=style&index=0 */
.form-container[data-v-e01f9ff5] {
  padding: 24px;
}
.w-full[data-v-e01f9ff5] {
  width: 100%;
}
.mt-4[data-v-e01f9ff5] {
  margin-top: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\LoanForm.vue?type=style&index=0 */
.center-wrap[data-v-5fb68cf0] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-5fb68cf0] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\ViewLoan.vue?type=style&index=0 */
.mt-3[data-v-b612a35f] {
  margin-top: 12px;
}
.mb-2[data-v-b612a35f] {
  margin-bottom: 8px;
}
.muted[data-v-b612a35f] {
  font-size: 12px;
  color: #6b7280;
}
.strong[data-v-b612a35f] {
  font-weight: 600;
  color: #111827;
}
.flex-row[data-v-b612a35f] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.flex-wrap[data-v-b612a35f] {
  flex-wrap: wrap;
}
.hint-list[data-v-b612a35f] {
  margin: 0;
  padding-left: 18px;
}
.hint-list li[data-v-b612a35f] {
  margin: 6px 0;
}
.stack[data-v-b612a35f] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\EmployeeProfile.vue?type=style&index=0 */
.my-2[data-v-0250645a] {
  margin: 8px 0;
}
.my-3[data-v-0250645a] {
  margin: 12px 0;
}
.mt-2[data-v-0250645a] {
  margin-top: 8px;
}
.mb-2[data-v-0250645a] {
  margin-bottom: 8px;
}
.mb-3[data-v-0250645a] {
  margin-bottom: 12px;
}
.actions[data-v-0250645a] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.profile-card[data-v-0250645a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 8px 10px;
  gap: 2px;
}
.profile-avatar[data-v-0250645a] {
  margin-bottom: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.profile-name[data-v-0250645a] {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.3;
  color: #111827;
}
.profile-number[data-v-0250645a] {
  font-size: 13px;
  font-weight: 700;
  color: #2080f0;
  letter-spacing: 0.04em;
  margin-top: 2px;
}
.profile-type[data-v-0250645a] {
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 1px;
}
.profile-badges[data-v-0250645a] {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}
.info-list[data-v-0250645a] {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.info-row[data-v-0250645a] {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: baseline;
  gap: 6px;
  padding: 6px 0;
  border-bottom: 1px solid #f3f4f6;
}
.info-row[data-v-0250645a]:last-child {
  border-bottom: none;
}
.info-label[data-v-0250645a] {
  color: #9ca3af;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.info-val[data-v-0250645a] {
  font-weight: 600;
  color: #111827;
  font-size: 12px;
  word-break: break-word;
}
.info-val.ellipsis[data-v-0250645a] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bool-yes[data-v-0250645a] {
  color: #18a058;
  font-weight: 700;
  font-size: 11px;
}
.bool-no[data-v-0250645a] {
  color: #9ca3af;
  font-weight: 600;
  font-size: 11px;
}
.flags-section[data-v-0250645a] {
  padding: 4px 0;
}
.flags-title[data-v-0250645a] {
  font-size: 10px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.flag-grid[data-v-0250645a] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.flag-item[data-v-0250645a] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #f9fafb;
  border-radius: 6px;
  padding: 6px 8px;
}
.flag-label[data-v-0250645a] {
  font-size: 10px;
  color: #9ca3af;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.flag-enrolled[data-v-0250645a] {
  font-size: 11px;
  font-weight: 700;
  color: #18a058;
}
.flag-exempt[data-v-0250645a] {
  font-size: 11px;
  font-weight: 700;
  color: #f0a020;
}
.flag-yes[data-v-0250645a] {
  font-size: 11px;
  font-weight: 700;
  color: #18a058;
}
.flag-no[data-v-0250645a] {
  font-size: 11px;
  font-weight: 700;
  color: #9ca3af;
}
.stat-card[data-v-0250645a] .n-statistic .n-statistic-label {
  font-size: 11px;
}
.stat-card[data-v-0250645a] .n-statistic .n-statistic-value {
  font-size: 16px;
  font-weight: 700;
}
.benefit-item[data-v-0250645a] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.benefit-label[data-v-0250645a] {
  font-size: 11px;
  color: #6b7280;
  font-weight: 500;
}
.benefit-val[data-v-0250645a] {
  font-size: 12px;
  font-weight: 600;
}
.muted[data-v-0250645a] {
  font-size: 12px;
  color: #6b7280;
}
.min-w-0[data-v-0250645a] {
  min-width: 0;
}
.dot[data-v-0250645a] {
  margin: 0 6px;
  opacity: 0.6;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\PayRunWorkspace.vue?type=style&index=0 */
.mt-2[data-v-a1f482df] {
  margin-top: 8px;
}
.mt-3[data-v-a1f482df] {
  margin-top: 12px;
}
.mb-2[data-v-a1f482df] {
  margin-bottom: 8px;
}
.gap-8[data-v-a1f482df] {
  gap: 8px;
}
.muted[data-v-a1f482df] {
  font-size: 12px;
  color: #6b7280;
}
.flex-row[data-v-a1f482df] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.flex-wrap[data-v-a1f482df] {
  flex-wrap: wrap;
}
.modal-actions[data-v-a1f482df] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.kpi-title[data-v-a1f482df] {
  font-size: 12px;
  color: #6b7280;
}
.kpi-value[data-v-a1f482df] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin-top: 4px;
}
.mono[data-v-a1f482df] {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\ApprovePayrollRun.vue?type=style&index=0 */
.sub-card[data-v-35488aae] {
  border-radius: 10px;
}
.header-row[data-v-35488aae] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-35488aae] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-35488aae] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-35488aae] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-35488aae] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-35488aae] {
  font-weight: 600;
  font-size: 14px;
}
.kpi-formatted[data-v-35488aae] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.mono[data-v-35488aae] {
  font-family:
    ui-monospace,
    "Courier New",
    monospace;
  font-size: 12px;
}
.net-pay-value[data-v-35488aae] {
  font-size: 16px;
  color: #065f46;
}
.component-breakdown[data-v-35488aae] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cb-section[data-v-35488aae] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}
.cb-section-header[data-v-35488aae] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
}
.earning-header[data-v-35488aae] {
  background: #f0fdf4;
  color: #065f46;
  border-bottom: 1px solid #bbf7d0;
}
.deduction-header[data-v-35488aae] {
  background: #fef2f2;
  color: #991b1b;
  border-bottom: 1px solid #fecaca;
}
.employer-header[data-v-35488aae] {
  background: #eff6ff;
  color: #1e40af;
  border-bottom: 1px solid #bfdbfe;
}
.cb-row[data-v-35488aae] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
  border-bottom: 1px solid #f3f4f6;
  gap: 8px;
}
.cb-row[data-v-35488aae]:last-child {
  border-bottom: none;
}
.cb-label[data-v-35488aae] {
  font-size: 12px;
  color: #374151;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cb-right[data-v-35488aae] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.cb-count[data-v-35488aae] {
  font-size: 11px;
  color: #9ca3af;
  min-width: 48px;
  text-align: right;
}
.cb-amount[data-v-35488aae] {
  font-size: 12px;
  font-weight: 700;
}
.earning-amount[data-v-35488aae] {
  color: #065f46;
}
.deduction-amount[data-v-35488aae] {
  color: #991b1b;
}
.employer-amount[data-v-35488aae] {
  color: #1e40af;
}
.cb-empty[data-v-35488aae] {
  padding: 8px 12px;
  font-size: 12px;
  color: #9ca3af;
}
.dist-stat[data-v-35488aae] {
  background: #f9fafb;
  border-radius: 8px;
  padding: 10px 12px;
  text-align: center;
}
.dist-label[data-v-35488aae] {
  font-size: 11px;
  color: #6b7280;
  margin-bottom: 4px;
}
.dist-value[data-v-35488aae] {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}
.status-breakdown[data-v-35488aae] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.status-row[data-v-35488aae] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.status-bar-wrap[data-v-35488aae] {
  flex: 1;
  height: 8px;
  background: #f3f4f6;
  border-radius: 4px;
  overflow: hidden;
}
.status-bar[data-v-35488aae] {
  height: 100%;
  border-radius: 4px;
  transition: width 0.4s ease;
}
.bar-active[data-v-35488aae] {
  background: #22c55e;
}
.bar-excluded[data-v-35488aae] {
  background: #f59e0b;
}
.bar-hold[data-v-35488aae] {
  background: #f59e0b;
}
.bar-cancelled[data-v-35488aae] {
  background: #ef4444;
}
.status-count[data-v-35488aae] {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  min-width: 32px;
  text-align: right;
}
.status-net[data-v-35488aae] {
  font-size: 12px;
  color: #6b7280;
  min-width: 120px;
  text-align: right;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\GratuityPolicyForm.vue?type=style&index=0 */
nav ul[data-v-a9bdea4c] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\GratuitySchemeForm.vue?type=style&index=0 */
nav ul[data-v-c8c9dacd] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\Dashboard.vue?type=style&index=0 */
.amm-dashboard[data-v-82cd520f] {
  padding: 12px;
}
.amm-dashboard__shell[data-v-82cd520f],
.amm-dashboard__hero[data-v-82cd520f],
.amm-dashboard__section[data-v-82cd520f],
.amm-dashboard__metricCard[data-v-82cd520f] {
  border-radius: 16px;
}
.amm-dashboard__hero[data-v-82cd520f] {
  background:
    linear-gradient(
      135deg,
      rgba(15, 23, 42, 0.04),
      rgba(14, 165, 233, 0.08));
  border: 1px solid rgba(148, 163, 184, 0.2);
}
.amm-dashboard__heroRow[data-v-82cd520f] {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.amm-dashboard__metricCard[data-v-82cd520f] {
  min-height: 132px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.amm-dashboard__metricCard[data-v-82cd520f]:hover,
.amm-dashboard__section[data-v-82cd520f]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}
.amm-dashboard__metricValue[data-v-82cd520f],
.amm-dashboard__kpiValue[data-v-82cd520f] {
  margin: 8px 0 4px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}
.amm-dashboard__pulseRow[data-v-82cd520f] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(226, 232, 240, 0.8);
}
.amm-dashboard__pulseLabel[data-v-82cd520f],
.amm-dashboard__quickLinkTitle[data-v-82cd520f] {
  font-weight: 600;
  color: #0f172a;
}
.amm-dashboard__kpiTile[data-v-82cd520f] {
  padding: 12px;
  border-radius: 12px;
  background:
    linear-gradient(
      180deg,
      rgba(248, 250, 252, 0.9),
      rgba(241, 245, 249, 0.9));
  border: 1px solid rgba(226, 232, 240, 0.9);
  min-height: 118px;
}
.amm-dashboard__quickLink[data-v-82cd520f] {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 12px;
  background: #fff;
  text-align: left;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
  cursor: pointer;
}
.amm-dashboard__quickLink[data-v-82cd520f]:hover {
  border-color: rgba(14, 165, 233, 0.45);
  transform: translateX(2px);
  box-shadow: 0 10px 24px rgba(14, 165, 233, 0.08);
}
.amm-dashboard__quickLinkCopy[data-v-82cd520f] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.amm-dashboard__quickLinkText[data-v-82cd520f] {
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
}
[data-v-82cd520f] .amm-dashboard__section .echarts {
  width: 100%;
}
@media (max-width: 768px) {
  .amm-dashboard[data-v-82cd520f] {
    padding: 8px;
  }
  .amm-dashboard__metricValue[data-v-82cd520f],
  .amm-dashboard__kpiValue[data-v-82cd520f] {
    font-size: 22px;
  }
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Shared\NiceTooltip.vue?type=style&index=0 */
.nice-tooltip[data-v-1432e1d8] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nice-tooltip-title[data-v-1432e1d8] {
  font-weight: 600;
  font-size: 13px;
  color: var(--1432e1d8-themeVars\.textColor1);
}
.nice-tooltip-body[data-v-1432e1d8] {
  font-size: 12px;
  line-height: 1.5;
  color: var(--1432e1d8-themeVars\.textColor2);
}
.nice-tooltip-empty[data-v-1432e1d8] {
  font-style: italic;
  opacity: 0.6;
  color: var(--1432e1d8-themeVars\.textColor3);
}
@media (max-width: 640px) {
  .nice-tooltip-title[data-v-1432e1d8] {
    font-size: 12px;
  }
  .nice-tooltip-body[data-v-1432e1d8] {
    font-size: 11px;
  }
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Category\Index.vue?type=style&index=0 */
nav ul[data-v-741d2091] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Category\CategoryForm.vue?type=style&index=0 */
.error-state[data-v-8f4a3d29] {
  padding: 20px 24px;
}
.mt-2[data-v-8f4a3d29] {
  margin-top: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Location\Index.vue?type=style&index=0 */
nav ul[data-v-9b6933be] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\Index.vue?type=style&index=0 */
.code-cell[data-v-df90e21f] {
  font-family: "Courier New", monospace;
  font-size: 12px;
  background: #f0f2f5;
  padding: 2px 6px;
  border-radius: 4px;
  color: #4a5568;
}
.child-row[data-v-df90e21f] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 10px;
  margin-left: 16px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
  background: #f8fafc;
  max-width: calc(100% - 20px);
}
.child-row-arrow[data-v-df90e21f] {
  color: #64748b;
  font-size: 12px;
}
.child-row-loading[data-v-df90e21f] {
  color: #64748b;
  font-style: italic;
}
.child-row-error[data-v-df90e21f] {
  color: #dc2626;
}
.child-row-empty[data-v-df90e21f] {
  color: #64748b;
  font-style: italic;
}
.child-row-normal[data-v-df90e21f] {
  color: #334155;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\tabs\ClassificationTab.vue?type=style&index=0 */
[data-v-b01315f5] .n-form-item .n-form-item-label {
  padding-bottom: 4px;
}
[data-v-b01315f5] .n-form-item {
  --n-blank-height: 0px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\tabs\InsuranceTab.vue?type=style&index=0 */
.section-title[data-v-1ed6cbb6] {
  font-weight: 600;
}
.policy-card[data-v-1ed6cbb6] {
  margin-bottom: 8px;
}
.muted[data-v-1ed6cbb6] {
  opacity: 0.7;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\AssetForm.vue?type=style&index=0 */
.error-state[data-v-6acd1d5c] {
  padding: 20px 24px;
}
.mt-2[data-v-6acd1d5c] {
  margin-top: 8px;
}
.mb-4[data-v-6acd1d5c] {
  margin-bottom: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\BatchItems.vue?type=style&index=0 */
.code-cell[data-v-3fc65870] {
  font-family: "Courier New", monospace;
  font-size: 12px;
  background: #f0f2f5;
  padding: 2px 6px;
  border-radius: 4px;
  color: #4a5568;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\modules\AssetSummary.vue?type=style&index=0 */
.asset-summary[data-v-738ecb49] {
  width: 100%;
}
.photo-wrap[data-v-738ecb49] {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f0f2f5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.photo[data-v-738ecb49] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mb-4[data-v-738ecb49] {
  margin-bottom: 16px;
}
[data-v-738ecb49] .n-collapse-item__header {
  font-weight: 600 !important;
  font-size: 14px !important;
}
[data-v-738ecb49] .n-collapse-item__content {
  padding-left: 8px !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\PageLayout\DrawerFormLayout.vue?type=style&index=0 */
form[data-v-2df75284] {
  display: block;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\modules\InsuranceSection.vue?type=style&index=0 */
.insurance-policy-item[data-v-8cb17c90] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px;
}
.insurance-policy-header[data-v-8cb17c90] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.meta-label[data-v-8cb17c90] {
  font-size: 12px;
  opacity: 0.75;
}
.sub-card[data-v-8cb17c90] {
  border-radius: 10px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\modules\CapitalAllowancePanel.vue?type=style&index=0 */
.meta-label[data-v-9a5139ae] {
  font-size: 12px;
  opacity: 0.75;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\modules\CapitalAllowanceSection.vue?type=style&index=0 */
.sub-card[data-v-d40d7b48] {
  border-radius: 10px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\modules\RiskExposurePanel.vue?type=style&index=0 */
.risk-card[data-v-d2d568ad] {
  height: 100%;
  border-radius: 12px;
}
.header[data-v-d2d568ad] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.metric-row[data-v-d2d568ad] {
  display: flex;
  flex-direction: column;
}
.flex[data-v-d2d568ad] {
  display: flex;
}
.flex-col[data-v-d2d568ad] {
  flex-direction: column;
}
.items-center[data-v-d2d568ad] {
  align-items: center;
}
.mt-4[data-v-d2d568ad] {
  margin-top: 1rem;
}
.mt-8[data-v-d2d568ad] {
  margin-top: 2rem;
}
.text-xs[data-v-d2d568ad] {
  font-size: 0.75rem;
}
.text-sm[data-v-d2d568ad] {
  font-size: 0.875rem;
}
.text-lg[data-v-d2d568ad] {
  font-size: 1.125rem;
}
.text-2xl[data-v-d2d568ad] {
  font-size: 1.5rem;
}
.font-bold[data-v-d2d568ad] {
  font-weight: 700;
}
.font-semibold[data-v-d2d568ad] {
  font-weight: 600;
}
.font-medium[data-v-d2d568ad] {
  font-weight: 500;
}
.uppercase[data-v-d2d568ad] {
  text-transform: uppercase;
}
.tracking-wider[data-v-d2d568ad] {
  letter-spacing: 0.05em;
}
.text-gray-400[data-v-d2d568ad] {
  color: #9ca3af;
}
.text-gray-500[data-v-d2d568ad] {
  color: #6b7280;
}
.text-gray-700[data-v-d2d568ad] {
  color: #374151;
}
.text-red-600[data-v-d2d568ad] {
  color: #dc2626;
}
.text-orange-500[data-v-d2d568ad] {
  color: #f97316;
}
.text-green-600[data-v-d2d568ad] {
  color: #16a34a;
}
.border-t[data-v-d2d568ad] {
  border-top-width: 1px;
}
.pt-2[data-v-d2d568ad] {
  padding-top: 0.5rem;
}
.gap-4[data-v-d2d568ad] {
  gap: 1rem;
}
.shadow-sm[data-v-d2d568ad] {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\modules\AssetOverviewPanel.vue?type=style&index=0 */
.overview-root[data-v-18554b32] {
  display: flex;
  flex-direction: column;
}
.mb-12[data-v-18554b32] {
  margin-bottom: 12px;
}
.mt-16[data-v-18554b32] {
  margin-top: 16px;
}
.sub-card[data-v-18554b32] {
  border-radius: 10px;
}
.section-title[data-v-18554b32] {
  font-weight: 600;
  font-size: 14px;
}
.section-title.small[data-v-18554b32] {
  font-size: 13px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\modules\AssignmentActionsPanel.vue?type=style&index=0 */
.mt-12[data-v-54c5dcf1] {
  margin-top: 12px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\modules\WorkStatisticsPanel.vue?type=style&index=0 */
.work-statistics-panel[data-v-945ed18a] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mt-8[data-v-945ed18a] {
  margin-top: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\modules\WorkManagementPanel.vue?type=style&index=0 */
.mb-12[data-v-f9d37b3e] {
  margin-bottom: 12px;
}
.mt-12[data-v-f9d37b3e] {
  margin-top: 12px;
}
.summary-card[data-v-f9d37b3e] {
  cursor: pointer;
}
.work-management-inner-tabs[data-v-f9d37b3e] {
  margin-bottom: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\modules\MaintenancePlansPanel.vue?type=style&index=0 */
.mb-12[data-v-ccaf682c] {
  margin-bottom: 12px;
}
.mt-12[data-v-ccaf682c] {
  margin-top: 12px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\modules\RevaluationPanel.vue?type=style&index=0 */
.revaluation-panel[data-v-bcef428e] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\modules\DepreciationSchedulePanel.vue?type=style&index=0 */
.mt-12[data-v-90b449db] {
  margin-top: 12px;
}
.mb-12[data-v-90b449db] {
  margin-bottom: 12px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\View.vue?type=style&index=0 */
.asset-details-container[data-v-d8f8731e] {
  padding: 12px;
}
.main-card[data-v-d8f8731e] {
  min-height: 320px;
}
.loading-state[data-v-d8f8731e],
.error-state[data-v-d8f8731e] {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-section[data-v-d8f8731e] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sub-card[data-v-d8f8731e] {
  border-radius: 10px;
}
.insurance-policy-item[data-v-d8f8731e] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px;
}
.insurance-policy-header[data-v-d8f8731e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.meta-label[data-v-d8f8731e] {
  font-size: 12px;
  opacity: 0.75;
}
.photo-wrap[data-v-d8f8731e] {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f0f2f5;
  border-radius: 10px;
  overflow: hidden;
}
.photo[data-v-d8f8731e] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mt-3[data-v-d8f8731e] {
  margin-top: 12px;
}
.ml-8[data-v-d8f8731e] {
  margin-left: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\Maintenance\MaintenancePlan\Index.vue?type=style&index=0 */
.maintenance-plan-container[data-v-d943fecf] {
  min-height: 100vh;
  background: #ffffff;
  padding: 12px;
  display: flex;
  flex-direction: column;
}
.card-header[data-v-d943fecf] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.header-left[data-v-d943fecf] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 16px;
}
.header-actions[data-v-d943fecf] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.create-btn[data-v-d943fecf] {
  margin-right: 8px;
}
.card-title[data-v-d943fecf] {
  font-weight: 600;
  font-size: 18px;
  color: #2c3e50;
  letter-spacing: 0.5px;
}
.loading-state[data-v-d943fecf],
.error-state[data-v-d943fecf] {
  padding: 60px 20px;
  text-align: center;
}
.loading-text[data-v-d943fecf] {
  color: #7f8c8d;
  margin-top: 12px;
}
.table-section[data-v-d943fecf] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.table-with-pagination[data-v-d943fecf] {
  display: flex;
  flex-direction: column;
}
.pagination-wrapper[data-v-d943fecf] {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}
.table-footer-lottie[data-v-d943fecf] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.empty-description[data-v-d943fecf] {
  margin-top: 12px;
  color: #7f8c8d;
  font-size: 14px;
}
.filters-section[data-v-d943fecf] {
  margin-bottom: 16px;
  padding: 16px;
  background: #fafbfc;
  border-radius: 8px;
}
.name-cell[data-v-d943fecf] {
  font-weight: 600;
  color: #2c3e50;
}
[data-v-d943fecf] .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-d943fecf],
.fade-leave-active[data-v-d943fecf] {
  transition: opacity 0.6s ease;
}
.fade-enter-from[data-v-d943fecf],
.fade-leave-to[data-v-d943fecf] {
  opacity: 0;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\Maintenance\Forecast\ForecastDashboard.vue?type=style&index=0 */
.p-4[data-v-bd92d66d] {
  padding: 1rem;
}
.mb-12[data-v-bd92d66d] {
  margin-bottom: 12px;
}
.calendar-item[data-v-bd92d66d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.calendar-item-title[data-v-bd92d66d] {
  font-weight: 600;
}
.gantt-row[data-v-bd92d66d] {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 12px;
  align-items: center;
}
.gantt-meta[data-v-bd92d66d] {
  min-width: 220px;
}
.gantt-title[data-v-bd92d66d] {
  font-weight: 600;
}
.gantt-subtitle[data-v-bd92d66d] {
  font-size: 12px;
  opacity: 0.8;
}
.gantt-track[data-v-bd92d66d] {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: var(--n-color-target);
  overflow: hidden;
}
.gantt-bar[data-v-bd92d66d] {
  height: 100%;
  border-radius: 999px;
}
.gantt-high[data-v-bd92d66d] {
  background: var(--n-success-color);
}
.gantt-medium[data-v-bd92d66d] {
  background: var(--n-warning-color);
}
.gantt-low[data-v-bd92d66d] {
  background: var(--n-error-color);
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\Maintenance\MeterReading\Index.vue?type=style&index=0 */
.meter-reading-container[data-v-aaace11f] {
  min-height: 100vh;
  background: #ffffff;
  padding: 12px;
  display: flex;
  flex-direction: column;
}
.loading-state[data-v-aaace11f],
.error-state[data-v-aaace11f] {
  padding: 60px 20px;
  text-align: center;
}
.loading-text[data-v-aaace11f] {
  color: #7f8c8d;
  margin-top: 12px;
}
.table-section[data-v-aaace11f] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.table-with-pagination[data-v-aaace11f] {
  display: flex;
  flex-direction: column;
}
.pagination-wrapper[data-v-aaace11f] {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}
.table-footer-lottie[data-v-aaace11f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.empty-description[data-v-aaace11f] {
  margin-top: 12px;
  color: #7f8c8d;
  font-size: 14px;
}
.filters-section[data-v-aaace11f] {
  margin-bottom: 16px;
  padding: 16px;
  background: #fafbfc;
  border-radius: 8px;
}
.name-cell[data-v-aaace11f] {
  font-weight: 600;
  color: #2c3e50;
}
[data-v-aaace11f] .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-aaace11f],
.fade-leave-active[data-v-aaace11f] {
  transition: opacity 0.6s ease;
}
.fade-enter-from[data-v-aaace11f],
.fade-leave-to[data-v-aaace11f] {
  opacity: 0;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\Maintenance\MeterReading\Create.vue?type=style&index=0 */
.form-container[data-v-bf9a99d8] {
  padding: 12px;
  display: flex;
  justify-content: center;
}
.main-card[data-v-bf9a99d8] {
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\Maintenance\MeterReading\Edit.vue?type=style&index=0 */
.form-container[data-v-8237586e] {
  padding: 12px;
  display: flex;
  justify-content: center;
}
.main-card[data-v-8237586e] {
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\WorkManagement\WorkRequest\Create.vue?type=style&index=0 */
.form-container[data-v-574b310d] {
  padding: 12px;
  display: flex;
  justify-content: center;
}
.main-card[data-v-574b310d] {
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\WorkManagement\WorkRequest\Edit.vue?type=style&index=0 */
.form-container[data-v-1b9abde3] {
  padding: 12px;
  display: flex;
  justify-content: center;
}
.main-card[data-v-1b9abde3] {
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\WorkManagement\WorkRequest\ProcessWorkRequestDecision.vue?type=style&index=0 */
.page-meta[data-v-63381988] {
  margin-bottom: 12px;
}
.page-kicker[data-v-63381988] {
  color: #475569;
  font-size: 13px;
  margin-bottom: 4px;
}
.page-breadcrumbs[data-v-63381988] {
  color: #94a3b8;
  font-size: 12px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\Requests\AssetRequests.vue?type=style&index=0 */
.space-y-4[data-v-2ee8aa13] > * + * {
  margin-top: 1rem;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\Requests\ProcessAssetRequestDecision.vue?type=style&index=0 */
.header-row[data-v-a49511ed] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.id-block[data-v-a49511ed] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.id-texts[data-v-a49511ed] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.name[data-v-a49511ed] {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}
.muted[data-v-a49511ed] {
  font-size: 13px;
  color: #6b7280;
}
.ref[data-v-a49511ed] {
  font-family: ui-monospace, monospace;
}
.chips[data-v-a49511ed] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
}
.section-title[data-v-a49511ed] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  border-left: 3px solid #0ea5e9;
  padding-left: 8px;
  line-height: 1;
  margin-bottom: 4px;
}
.sub-card[data-v-a49511ed] {
  margin-bottom: 0;
  border: 1px solid #e5e7eb;
}
.stat-card[data-v-a49511ed] {
  height: 100%;
}
.stat-value[data-v-a49511ed] {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}
.text-primary[data-v-a49511ed] {
  color: #0ea5e9;
}
.reason-text[data-v-a49511ed] {
  padding: 8px;
  background-color: #f9fafb;
  border-radius: 4px;
  color: #4b5563;
  font-style: italic;
  width: 100%;
}
.highlight-card[data-v-a49511ed] {
  border: 1px solid #bae6fd;
  background-color: #f0f9ff;
}
.config-message[data-v-a49511ed] {
  font-size: 13px;
  color: #0369a1;
  background-color: #e0f2fe;
  padding: 8px 12px;
  border-radius: 6px;
  margin-bottom: 16px;
  border-left: 4px solid #0ea5e9;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\Requests\ProcessDecommissionDecision.vue?type=style&index=0 */
.header-row[data-v-2e18da64] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.id-block[data-v-2e18da64] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.id-texts[data-v-2e18da64] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.name[data-v-2e18da64] {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}
.muted[data-v-2e18da64] {
  font-size: 13px;
  color: #6b7280;
}
.ref[data-v-2e18da64] {
  font-family: ui-monospace, monospace;
}
.text-mono[data-v-2e18da64] {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-weight: 600;
  color: #111827;
}
.chips[data-v-2e18da64] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
}
.section-title[data-v-2e18da64] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  border-left: 3px solid #ef4444;
  padding-left: 8px;
  line-height: 1;
  margin-bottom: 4px;
}
.sub-card[data-v-2e18da64] {
  margin-bottom: 0;
  border: 1px solid #e5e7eb;
}
.stat-card[data-v-2e18da64] {
  height: 100%;
}
.nbv-card[data-v-2e18da64] {
  background-color: #f0fdf4;
  border-color: #bbf7d0;
}
.text-primary[data-v-2e18da64] {
  color: #059669 !important;
}
.stat-value[data-v-2e18da64] {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}
.reason-text[data-v-2e18da64] {
  padding: 12px;
  background-color: #fef2f2;
  border: 1px solid #fee2e2;
  border-radius: 6px;
  color: #991b1b;
  font-style: italic;
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\DepreciationSchedule\ProcessDepreciationDecision.vue?type=style&index=0 */
.header-row[data-v-0da1b528] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.id-block[data-v-0da1b528] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.id-texts[data-v-0da1b528] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.name[data-v-0da1b528] {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}
.muted[data-v-0da1b528] {
  font-size: 13px;
  color: #6b7280;
}
.ref[data-v-0da1b528] {
  font-family: ui-monospace, monospace;
}
.section-title[data-v-0da1b528] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  border-left: 3px solid #0ea5e9;
  padding-left: 8px;
  line-height: 1;
  margin-bottom: 4px;
}
.sub-card[data-v-0da1b528] {
  border: 1px solid #e5e7eb;
}
.stat-card[data-v-0da1b528] {
  height: 100%;
}
.stat-value[data-v-0da1b528] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.text-primary[data-v-0da1b528] {
  color: #0ea5e9;
}
.text-success[data-v-0da1b528] {
  color: #10b981;
}
.reason-text[data-v-0da1b528] {
  padding: 8px;
  background-color: #f9fafb;
  border-radius: 4px;
  color: #4b5563;
  font-style: italic;
  width: 100%;
}
.highlight-card[data-v-0da1b528] {
  border: 1px solid #bae6fd;
  background-color: #f0f9ff;
}
.config-message[data-v-0da1b528] {
  font-size: 13px;
  color: #0369a1;
  background-color: #e0f2fe;
  padding: 8px 12px;
  border-radius: 6px;
  margin-bottom: 16px;
  border-left: 4px solid #0ea5e9;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\WorkManagement\WorkOrder\Index.vue?type=style&index=0 */
.code-cell[data-v-48b2ac61] {
  font-family: "Courier New", monospace;
  font-size: 12px;
  background: #f0f2f5;
  padding: 2px 6px;
  border-radius: 4px;
  color: #4a5568;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\WorkManagement\WorkOrder\Create.vue?type=style&index=0 */
.form-container[data-v-bb635e0a] {
  padding: 12px;
  display: flex;
  justify-content: center;
}
.main-card[data-v-bb635e0a] {
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\WorkManagement\WorkOrder\Edit.vue?type=style&index=0 */
.form-container[data-v-45656ec8] {
  padding: 12px;
  display: flex;
  justify-content: center;
}
.main-card[data-v-45656ec8] {
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\WorkManagement\WorkTask\Index.vue?type=style&index=0 */
.code-cell[data-v-c57d674c] {
  font-family: "Courier New", monospace;
  font-size: 12px;
  background: #f0f2f5;
  padding: 2px 6px;
  border-radius: 4px;
  color: #4a5568;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\WorkManagement\WorkTask\Create.vue?type=style&index=0 */
.form-container[data-v-ad7a8d12] {
  padding: 12px;
  display: flex;
  justify-content: center;
}
.main-card[data-v-ad7a8d12] {
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\WorkManagement\WorkTask\Edit.vue?type=style&index=0 */
.form-container[data-v-10214c3c] {
  padding: 12px;
  display: flex;
  justify-content: center;
}
.main-card[data-v-10214c3c] {
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\DepreciationSchedule\BulkBatch.vue?type=style&index=0 */
[data-v-22a7ee21] .bulk-row-risk td {
  background-color: rgba(239, 68, 68, 0.08) !important;
}
[data-v-22a7ee21] .bulk-row-skipped td {
  opacity: 0.75;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\DepreciationSchedule\PendingBatchDetail.vue?type=style&index=0 */
.page-meta[data-v-b1e472b9] {
  margin-bottom: 12px;
}
.page-kicker[data-v-b1e472b9] {
  color: #475569;
  font-size: 13px;
  margin-bottom: 4px;
}
.page-breadcrumbs[data-v-b1e472b9] {
  color: #94a3b8;
  font-size: 12px;
}
.metric-strip[data-v-b1e472b9] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f8fafc;
}
.metric-label[data-v-b1e472b9] {
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
}
.metric-value[data-v-b1e472b9] {
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
}
.mt-12[data-v-b1e472b9] {
  margin-top: 12px;
}
.review-pane[data-v-b1e472b9] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\Settings\FolioSeries\Index.vue?type=style&index=0 */
nav ul[data-v-d0d8c2cf] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\Settings\FolioSeries\FolioSeriesForm.vue?type=style&index=0 */
.token-hint[data-v-b2307b1d] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}
.token-hint-label[data-v-b2307b1d] {
  font-size: 12px;
  color: #888;
}
.token-badge[data-v-b2307b1d] {
  cursor: pointer;
  font-family: monospace;
}
.token-badge[data-v-b2307b1d]:hover {
  opacity: 0.8;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\Settings\AssetUploadConfig\Index.vue?type=style&index=0 */
nav ul[data-v-9151215f] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\Settings\AssetParameter\Index.vue?type=style&index=0 */
nav ul[data-v-18f71e45] {
  display: inherit !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Controls\PackageTypeSelect.vue?type=style&index=0 */
.form-input[data-v-9ac53734] {
  width: 100%;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Layout\AiAssistantChatLauncher.vue?type=style&index=0 */
.ai-panel[data-v-6781c3da] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 12px 10px;
}
.ai-top[data-v-6781c3da] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.ai-brand[data-v-6781c3da] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.ai-avatar[data-v-6781c3da] {
  flex: 0 0 auto;
}
.ai-brand-text[data-v-6781c3da] {
  min-width: 0;
}
.ai-title[data-v-6781c3da] {
  font-weight: 800;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ai-subtitle[data-v-6781c3da] {
  font-size: 12px;
  opacity: 0.78;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ai-alert[data-v-6781c3da] {
  border-radius: 14px;
}
.ai-chat[data-v-6781c3da] {
  flex: 1;
  min-height: 260px;
  max-height: 52vh;
  overflow: auto;
  padding: 2px 2px 6px;
}
.ai-msg[data-v-6781c3da] {
  display: flex;
  margin: 10px 0;
}
.ai-msg.bot[data-v-6781c3da] {
  justify-content: flex-start;
}
.bubble[data-v-6781c3da] {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.06);
  font-size: 14px;
  line-height: 1.35;
}
.ai-empty[data-v-6781c3da] {
  margin-top: 18px;
}
.ai-composer[data-v-6781c3da] {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding-top: 6px;
}
.ai-input[data-v-6781c3da] .n-input {
  border-radius: 999px;
}
.ai-send[data-v-6781c3da] {
  width: 48px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ai-send[data-v-6781c3da] .n-button__content {
  gap: 0;
}
.ai-hints[data-v-6781c3da] {
  margin-top: -2px;
  font-size: 12px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\Documentation\AmmModuleDocumentation.vue?type=style&index=0 */
.amm-docs[data-v-6ff2ea7b] {
  max-height: 72vh;
  overflow-y: auto;
  padding-right: 4px;
}
.docs-tabs[data-v-6ff2ea7b] {
  --n-tab-font-size: 13px;
}
.phase-grid[data-v-6ff2ea7b] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}
.phase-card[data-v-6ff2ea7b] {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 12px;
  border: 1px solid #f3f4f6;
  border-radius: 8px;
  background: #fafafa;
}
.phase-no[data-v-6ff2ea7b] {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phase-title[data-v-6ff2ea7b] {
  display: block;
  font-size: 13px;
  color: #111827;
  margin-bottom: 2px;
}
.phase-desc[data-v-6ff2ea7b] {
  margin: 0;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.4;
}
.card-header-badge[data-v-6ff2ea7b] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  margin-right: 8px;
  flex-shrink: 0;
}
.steps-list[data-v-6ff2ea7b] {
  margin: 0;
  padding-left: 18px;
}
.steps-list li[data-v-6ff2ea7b] {
  margin: 8px 0;
  font-size: 13px;
  color: #374151;
  line-height: 1.65;
}
.tips-list[data-v-6ff2ea7b] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tip-item[data-v-6ff2ea7b] {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: #374151;
  line-height: 1.55;
}
.tip-item p[data-v-6ff2ea7b] {
  margin: 2px 0 0;
  color: #6b7280;
}
.tip-icon[data-v-6ff2ea7b] {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}
.shortcuts-grid[data-v-6ff2ea7b] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shortcut-row[data-v-6ff2ea7b] {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}
.shortcut-key[data-v-6ff2ea7b] {
  display: inline-block;
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 2px 8px;
  font-family: monospace;
  font-size: 12px;
  color: #111827;
  min-width: 100px;
  text-align: center;
  flex-shrink: 0;
}
.shortcut-desc[data-v-6ff2ea7b] {
  color: #374151;
}
.faq-collapse[data-v-6ff2ea7b] {
  --n-title-font-size: 13px;
}
.faq-answer[data-v-6ff2ea7b] {
  margin: 0;
  font-size: 13px;
  color: #374151;
  line-height: 1.65;
}
.glossary-list[data-v-6ff2ea7b] {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.glossary-item dt[data-v-6ff2ea7b] {
  font-weight: 600;
  color: #111827;
  font-size: 13px;
  margin-bottom: 2px;
}
.glossary-item dd[data-v-6ff2ea7b] {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.5;
}
.amm-docs[data-v-6ff2ea7b]::-webkit-scrollbar {
  width: 6px;
}
.amm-docs[data-v-6ff2ea7b]::-webkit-scrollbar-track {
  background: transparent;
}
.amm-docs[data-v-6ff2ea7b]::-webkit-scrollbar-thumb {
  background: #e5e7eb;
  border-radius: 6px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\Documentation\AmmModuleAbout.vue?type=style&index=0 */
.amm-about[data-v-36d5dbb0] {
  max-height: 72vh;
  overflow-y: auto;
  padding-right: 4px;
}
.about-hero[data-v-36d5dbb0] {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background:
    linear-gradient(
      135deg,
      #eff6ff 0%,
      #f0fdf4 100%);
  border-radius: 10px;
  border: 1px solid #e0e7ff;
}
.about-hero-icon[data-v-36d5dbb0] {
  font-size: 44px;
  color: #3b82f6;
  line-height: 1;
  flex-shrink: 0;
}
.about-title[data-v-36d5dbb0] {
  margin: 0 0 2px;
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}
.about-subtitle[data-v-36d5dbb0] {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
  font-style: italic;
}
.capability-item[data-v-36d5dbb0] {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.capability-icon[data-v-36d5dbb0] {
  font-size: 22px;
  color: #3b82f6;
  flex-shrink: 0;
  margin-top: 2px;
}
.capability-title[data-v-36d5dbb0] {
  display: block;
  font-size: 13px;
  color: #111827;
  margin-bottom: 2px;
}
.capability-desc[data-v-36d5dbb0] {
  margin: 0;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
}
.domain-row[data-v-36d5dbb0] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.domain-desc[data-v-36d5dbb0] {
  font-size: 13px;
  color: #374151;
}
.integration-list[data-v-36d5dbb0] {
  margin: 0;
  padding-left: 18px;
}
.integration-list li[data-v-36d5dbb0] {
  margin: 8px 0;
  font-size: 13px;
  color: #374151;
  line-height: 1.6;
}
.arch-intro[data-v-36d5dbb0] {
  margin: 0 0 12px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
}
.arch-layers[data-v-36d5dbb0] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.arch-layer[data-v-36d5dbb0] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.arch-layer-badge[data-v-36d5dbb0] {
  flex-shrink: 0;
  width: 110px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 20px;
}
.arch-layer-items[data-v-36d5dbb0] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.arch-tag[data-v-36d5dbb0] {
  opacity: 0.85;
}
.roles-intro[data-v-36d5dbb0] {
  margin: 0 0 10px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
}
.build-info[data-v-36d5dbb0] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.build-row[data-v-36d5dbb0] {
  display: flex;
  gap: 12px;
  font-size: 13px;
}
.build-label[data-v-36d5dbb0] {
  min-width: 120px;
  color: #6b7280;
  font-weight: 500;
  flex-shrink: 0;
}
.build-value[data-v-36d5dbb0] {
  color: #111827;
}
.amm-about[data-v-36d5dbb0]::-webkit-scrollbar {
  width: 6px;
}
.amm-about[data-v-36d5dbb0]::-webkit-scrollbar-track {
  background: transparent;
}
.amm-about[data-v-36d5dbb0]::-webkit-scrollbar-thumb {
  background: #e5e7eb;
  border-radius: 6px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Layout\ModuleSwitcher.vue?type=style&index=0 */
.module-switcher-popover {
  padding: 0 !important;
  width: min(92vw, 360px) !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
  overflow: visible !important;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Layout\ModuleSwitcher.vue?type=style&index=1 */
.switcher-trigger[data-v-da4bb54e] {
  color: #4b5563;
  transition: color 0.2s, background-color 0.2s;
}
.switcher-trigger[data-v-da4bb54e]:hover {
  background-color: #f3f4f6;
  color: #3b82f6;
}
.module-switcher-header[data-v-da4bb54e] {
  padding: 16px;
  border-bottom: 1px solid #f3f4f6;
  text-align: center;
  background-color: #f9fafb;
}
.header-title[data-v-da4bb54e] {
  font-weight: 600;
  font-size: 15px;
  color: #111827;
  letter-spacing: 0.3px;
}
.module-switcher-body[data-v-da4bb54e] {
  padding: 16px;
  max-height: 320px;
  overflow-y: auto;
}
.module-switcher-footer[data-v-da4bb54e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  border-top: 1px solid #f3f4f6;
  background-color: #ffffff;
}
.module-switcher-body[data-v-da4bb54e]::-webkit-scrollbar {
  width: 6px;
}
.module-switcher-body[data-v-da4bb54e]::-webkit-scrollbar-track {
  background: transparent;
}
.module-switcher-body[data-v-da4bb54e]::-webkit-scrollbar-thumb {
  background-color: #d1d5db;
  border-radius: 10px;
}
.module-item[data-v-da4bb54e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 6px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 90px;
}
.module-item[data-v-da4bb54e]:hover {
  background-color: #f5f3ff;
  transform: translateY(-2px);
}
.module-icon-wrapper[data-v-da4bb54e] {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background-color: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  color: #3b82f6;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.1);
}
.module-item:hover .module-icon-wrapper[data-v-da4bb54e] {
  background-color: #3b82f6;
  color: #ffffff;
  box-shadow: 0 4px 6px rgba(59, 130, 246, 0.25);
}
.module-icon[data-v-da4bb54e] {
  font-size: 24px;
  line-height: 1;
}
.module-label[data-v-da4bb54e] {
  font-size: 11px;
  color: #4b5563;
  text-align: center;
  line-height: 1.25;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}
@media (max-width: 640px) {
  .module-switcher-body[data-v-da4bb54e] {
    padding: 12px;
  }
  .module-item[data-v-da4bb54e] {
    padding: 8px 4px;
    min-height: 82px;
  }
  .module-icon-wrapper[data-v-da4bb54e] {
    width: 40px;
    height: 40px;
  }
}
.empty-state[data-v-da4bb54e] {
  text-align: center;
  padding: 24px 0;
  color: #6b7280;
  font-size: 13px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Account\RequestCard.vue?type=style&index=0 */
.request-card[data-v-32214616] {
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
}
.request-card[data-v-32214616]:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.card-content[data-v-32214616] {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.icon-wrapper[data-v-32214616] {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-body[data-v-32214616] {
  flex: 1;
  min-width: 0;
}
.card-title[data-v-32214616] {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #333;
}
.card-description[data-v-32214616] {
  font-size: 13px;
  color: #666;
  margin: 0 0 12px 0;
  line-height: 1.5;
}
.card-footer[data-v-32214616] {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\AssetRegistration\Asset\modules\AssetAnalyticsPanel.vue?type=style&index=0 */
.analytics-root[data-v-3e2095d3] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.panel-title[data-v-3e2095d3] {
  font-weight: 600;
}
.mt-12[data-v-3e2095d3] {
  margin-top: 12px;
}
.kpi-card[data-v-3e2095d3] {
  min-height: 76px;
}
.kpi-label[data-v-3e2095d3] {
  font-size: 12px;
  margin-bottom: 6px;
}
.kpi-value[data-v-3e2095d3] {
  font-size: 18px;
  font-weight: 700;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\AssetManagement\WorkManagement\WorkOrderPartsRequest\ProcessWorkOrderPartsRequestDecision.vue?type=style&index=0 */
.page-meta[data-v-31e1677e] {
  margin-bottom: 12px;
}
.page-kicker[data-v-31e1677e] {
  color: #475569;
  font-size: 13px;
  margin-bottom: 4px;
}
.page-breadcrumbs[data-v-31e1677e] {
  color: #94a3b8;
  font-size: 12px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Authentication\SignUp.vue?type=style&index=0 */
.register-page[data-v-524202a4] {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background-color: #f8f9fa;
}
.register-card[data-v-524202a4] {
  width: 100%;
  max-width: 620px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 8px 32px rgba(0, 0, 0, .08);
  overflow: hidden;
  animation: cardIn-524202a4 .35s cubic-bezier(.22, 1, .36, 1) both;
}
@keyframes cardIn-524202a4 {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.register-header[data-v-524202a4] {
  padding: 2rem 2rem 1.5rem;
  border-bottom: 1px solid #f0f0f0;
  text-align: start;
}
.brand-mark[data-v-524202a4] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #2553e9;
  border-radius: 10px;
  margin-bottom: 0.9rem;
  box-shadow: 0 4px 12px rgba(37, 83, 233, .3);
}
.register-title[data-v-524202a4] {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0 0 0.2rem;
  letter-spacing: -0.01em;
}
.register-subtitle[data-v-524202a4] {
  font-size: 0.85rem;
  color: #718096;
  margin: 0;
}
.steps-wrap[data-v-524202a4] {
  padding: 1.25rem 2rem;
  border-bottom: 1px solid #f0f0f0;
  background: #fafafa;
}
.form-body[data-v-524202a4] {
  padding: 1.75rem 2rem 2rem;
}
.form-label[data-v-524202a4] {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 0.35rem;
  letter-spacing: 0.01em;
}
.req[data-v-524202a4] {
  color: #e53e3e;
  font-style: normal;
}
.invalid-msg[data-v-524202a4] {
  font-size: 0.75rem;
  color: #e53e3e;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  gap: 4px;
}
.invalid-msg[data-v-524202a4]::before {
  content: "\2191";
  font-size: 0.65rem;
}
[data-v-524202a4] .n-input {
  --n-border-radius: 8px !important;
  --n-border: 1px solid #e2e8f0 !important;
  --n-border-hover: 1px solid #a0aec0 !important;
  --n-border-focus: 1px solid #2553e9 !important;
  --n-box-shadow-focus: 0 0 0 3px rgba(37,83,233,.12) !important;
  --n-height: 40px !important;
  --n-font-size: 0.875rem !important;
  --n-color: #fff !important;
  --n-text-color: #1a202c !important;
  --n-placeholder-color: #a0aec0 !important;
}
[data-v-524202a4] .n-input.n-input--error-status {
  --n-border: 1px solid #e53e3e !important;
  --n-box-shadow-focus: 0 0 0 3px rgba(229,62,62,.1) !important;
}
[data-v-524202a4] .n-base-selection {
  --n-border-radius: 8px !important;
  --n-border: 1px solid #e2e8f0 !important;
  --n-border-hover: 1px solid #a0aec0 !important;
  --n-border-active: 1px solid #2553e9 !important;
  --n-border-focus: 1px solid #2553e9 !important;
  --n-box-shadow-active: 0 0 0 3px rgba(37,83,233,.12) !important;
  --n-box-shadow-focus: 0 0 0 3px rgba(37,83,233,.12) !important;
  --n-height: 40px !important;
  --n-font-size: 0.875rem !important;
  --n-color: #fff !important;
}
[data-v-524202a4] .n-base-selection.n-base-selection--error {
  --n-border: 1px solid #e53e3e !important;
}
[data-v-524202a4] .n-date-picker {
  width: 100%;
}
[data-v-524202a4] .n-upload-dragger {
  border: 1.5px dashed #d1d5db !important;
  border-radius: 10px !important;
  background: #fafafa !important;
  padding: 0 !important;
  transition: border-color .2s, background .2s !important;
}
[data-v-524202a4] .n-upload-dragger:hover {
  border-color: #2553e9 !important;
  background: #eff4ff !important;
}
.upload-hint[data-v-524202a4] {
  font-size: 0.72rem;
  color: #a0aec0;
  margin-bottom: 0.5rem;
}
.upload-body[data-v-524202a4] {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.25rem;
}
.upload-icon-wrap[data-v-524202a4] {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.upload-icon-wrap--blue[data-v-524202a4] {
  background: #ebf4ff;
  color: #2563eb;
}
.upload-icon-wrap--green[data-v-524202a4] {
  background: #f0fdf4;
  color: #16a34a;
}
.upload-text[data-v-524202a4] {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2d3748;
  margin: 0;
}
.upload-sub[data-v-524202a4] {
  font-size: 0.72rem;
  color: #a0aec0;
  margin: 2px 0 0;
}
.strength-row[data-v-524202a4] {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: -0.5rem;
}
.strength-bars[data-v-524202a4] {
  display: flex;
  gap: 4px;
  flex: 1;
}
.strength-bar[data-v-524202a4] {
  flex: 1;
  height: 3px;
  border-radius: 99px;
  background: #e2e8f0;
  transition: background .3s;
}
.bar--weak[data-v-524202a4] {
  background: #f56565;
}
.bar--fair[data-v-524202a4] {
  background: #ed8936;
}
.bar--good[data-v-524202a4] {
  background: #ecc94b;
}
.bar--strong[data-v-524202a4] {
  background: #48bb78;
}
.strength-label[data-v-524202a4] {
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
  min-width: 32px;
}
.sl-1[data-v-524202a4] {
  color: #f56565;
}
.sl-2[data-v-524202a4] {
  color: #ed8936;
}
.sl-3[data-v-524202a4] {
  color: #b7791f;
}
.sl-4[data-v-524202a4] {
  color: #276749;
}
.rules-wrap[data-v-524202a4] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
  padding: 0.75rem;
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.rule[data-v-524202a4] {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  color: #a0aec0;
  transition: color .2s;
}
.rule-dot[data-v-524202a4] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e2e8f0;
  flex-shrink: 0;
  transition: background .2s;
}
.rule.ok[data-v-524202a4] {
  color: #276749;
}
.rule.ok .rule-dot[data-v-524202a4] {
  background: #48bb78;
}
.server-error[data-v-524202a4] {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.75rem 0.9rem;
  background: #fff5f5;
  border: 1px solid #fed7d7;
  border-radius: 8px;
  font-size: 0.8rem;
  color: #c53030;
  line-height: 1.5;
}
.nav-row[data-v-524202a4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #f0f0f0;
}
.btn-nav[data-v-524202a4] {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all .2s;
}
.btn-primary[data-v-524202a4] {
  background-color: #2553e9;
  border-color: #2553e9;
}
.btn-primary[data-v-524202a4]:hover {
  background-color: #1d43c7;
  border-color: #1d43c7;
  transform: translateY(-1px);
}
.btn-primary[data-v-524202a4]:active {
  transform: none;
}
.btn-primary[data-v-524202a4]:disabled {
  opacity: .55;
  transform: none;
}
.btn-outline-secondary[data-v-524202a4] {
  color: #4a5568;
  border-color: #e2e8f0;
}
.btn-outline-secondary[data-v-524202a4]:hover {
  background: #f7fafc;
  border-color: #a0aec0;
  color: #1a202c;
}
.btn-outline-secondary[data-v-524202a4]:disabled {
  opacity: .45;
}
.btn-submit[data-v-524202a4] {
  min-width: 140px;
  justify-content: center;
}
.btn-spinner[data-v-524202a4] {
  width: 13px;
  height: 13px;
  border: 2px solid rgba(255, 255, 255, .35);
  border-top-color: white;
  border-radius: 50%;
  animation: spin-524202a4 .65s linear infinite;
  display: inline-block;
}
@keyframes spin-524202a4 {
  to {
    transform: rotate(360deg);
  }
}
.signin-link[data-v-524202a4] {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 0.82rem;
  color: #718096;
}
.step-fade-enter-active[data-v-524202a4] {
  transition: opacity .22s ease, transform .22s cubic-bezier(.22, 1, .36, 1);
}
.step-fade-leave-active[data-v-524202a4] {
  transition: opacity .15s ease;
}
.step-fade-enter-from[data-v-524202a4] {
  opacity: 0;
  transform: translateX(12px);
}
.step-fade-leave-to[data-v-524202a4] {
  opacity: 0;
}
.fade-enter-active[data-v-524202a4],
.fade-leave-active[data-v-524202a4] {
  transition: opacity .2s;
}
.fade-enter-from[data-v-524202a4],
.fade-leave-to[data-v-524202a4] {
  opacity: 0;
}
@media (max-width: 576px) {
  .register-header[data-v-524202a4],
  .steps-wrap[data-v-524202a4],
  .form-body[data-v-524202a4] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .rules-wrap[data-v-524202a4] {
    grid-template-columns: 1fr;
  }
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
}

/* 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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\DocumentActionBar.vue?type=style&index=0 */
.action-bar[data-v-2151eddf] {
  padding-top: 8px;
  display: flex;
  justify-content: flex-end;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\DocumentAllocationsTable.vue?type=style&index=0 */
.doc-alloc-table[data-v-23448692] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.toolbar[data-v-23448692] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.empty-state[data-v-23448692] {
  padding: 20px 0 4px;
  color: #777;
  font-size: 14px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\FinanceAllocationDocumentFormShell.vue?type=style&index=0 */
.finance-doc-shell[data-v-2ab6c689] {
  width: 100%;
}
.doc-form[data-v-2ab6c689] .n-form-item-label__text {
  font-size: 14px;
  font-weight: 600;
}
.doc-form[data-v-2ab6c689] .n-input__input-el,
.doc-form[data-v-2ab6c689] .n-base-selection-label {
  font-size: 15px;
}
.mt-3[data-v-2ab6c689] {
  margin-top: 14px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\FinanceJournalEntryFormShell.vue?type=style&index=0 */
.finance-doc-shell[data-v-a17cb76b] {
  width: 100%;
}
.doc-form[data-v-a17cb76b] .n-form-item-label__text {
  font-size: 14px;
  font-weight: 600;
}
.doc-form[data-v-a17cb76b] .n-input__input-el,
.doc-form[data-v-a17cb76b] .n-base-selection-label {
  font-size: 15px;
}
.mt-3[data-v-a17cb76b] {
  margin-top: 14px;
}
.sum-row[data-v-a17cb76b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Finance\Documents\FinanceLineDocumentFormShell.vue?type=style&index=0 */
.finance-doc-shell[data-v-2e9aad41] {
  width: 100%;
}
.doc-form[data-v-2e9aad41] .n-form-item-label__text {
  font-size: 14px;
  font-weight: 600;
}
.doc-form[data-v-2e9aad41] .n-input__input-el,
.doc-form[data-v-2e9aad41] .n-base-selection-label {
  font-size: 15px;
}
.mt-3[data-v-2e9aad41] {
  margin-top: 14px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Hiring\HiringMenu.vue?type=style&index=0 */
.p-4[data-v-8e9d5b38] {
  padding: 1rem;
}
.space-y-6[data-v-8e9d5b38] > * + * {
  margin-top: 1.5rem;
}

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

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\HumanResources\Organization\OrgTree.vue?type=style&index=0 */
.org-branch[data-v-88268431] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 12px 16px;
  position: relative;
  transition: all 0.2s ease;
}
.org-branch.drag-over[data-v-88268431] {
  background: rgba(24, 160, 251, 0.08);
  border-radius: 16px;
  padding: 8px;
}
.position-card[data-v-88268431] {
  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-88268431]: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-88268431] {
  opacity: 0.4;
  cursor: grabbing;
  transform: scale(0.95);
}
.position-card.selected[data-v-88268431] {
  border-color: var(--n-primary-color);
  box-shadow: 0 4px 16px rgba(24, 160, 251, 0.3);
}
.position-card.vacant[data-v-88268431] {
  border-left: 4px solid #f59e0b;
}
.position-card.over-authorized[data-v-88268431] {
  border-left: 4px solid #ef4444;
}
.card-header[data-v-88268431] {
  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-88268431] {
  flex: 1;
  min-width: 0;
}
.position-title[data-v-88268431] {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
  color: var(--n-text-color);
  line-height: 1.3;
}
.position-code[data-v-88268431] {
  font-size: 12px;
  color: var(--n-text-color-disabled);
  font-family: "Courier New", monospace;
}
.status-badge[data-v-88268431] {
  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-88268431] {
  background: #d1fae5;
  color: #065f46;
}
.status-badge.inactive[data-v-88268431] {
  background: #fef3c7;
  color: #92400e;
}
.status-badge.deleted[data-v-88268431] {
  background: #fee2e2;
  color: #991b1b;
}
.card-body[data-v-88268431] {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info-row[data-v-88268431] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  gap: 8px;
}
.info-row .label[data-v-88268431] {
  color: var(--n-text-color-disabled);
  font-weight: 500;
  flex-shrink: 0;
}
.info-row .value[data-v-88268431] {
  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-88268431] {
  color: var(--n-primary-color);
}
.info-row.vacant-notice[data-v-88268431] {
  justify-content: center;
  padding: 8px;
  background: #fef3c7;
  border-radius: 8px;
  margin: -4px 0;
}
.vacant-text[data-v-88268431] {
  color: #92400e;
  font-weight: 600;
  font-size: 12px;
}
.grade-badge[data-v-88268431] {
  background: var(--n-primary-color-hover);
  color: white;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
}
.warning-banner[data-v-88268431] {
  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-88268431] {
  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-88268431] {
  display: flex;
  gap: 24px;
  padding-top: 32px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.connector-line[data-v-88268431] {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 20px;
  background: var(--n-border-color);
  transform: translateX(-50%);
}
.fade-enter-active[data-v-88268431],
.fade-leave-active[data-v-88268431] {
  transition: all 0.3s ease;
}
.fade-enter-from[data-v-88268431],
.fade-leave-to[data-v-88268431] {
  opacity: 0;
  transform: translateY(-10px) scale(0.95);
}
@media (max-width: 768px) {
  .position-card[data-v-88268431] {
    min-width: 240px;
    max-width: 280px;
  }
  .org-children[data-v-88268431] {
    gap: 16px;
  }
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Payroll\ViewPayRun.vue?type=style&index=0 */
.mt-3[data-v-fd86d976] {
  margin-top: 12px;
}
.mb-2[data-v-fd86d976] {
  margin-bottom: 8px;
}
.muted[data-v-fd86d976] {
  font-size: 12px;
  color: #6b7280;
}
.flex-row[data-v-fd86d976] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.flex-wrap[data-v-fd86d976] {
  flex-wrap: wrap;
}
.modal-actions[data-v-fd86d976] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.kpi-title[data-v-fd86d976] {
  font-size: 12px;
  color: #6b7280;
}
.kpi-value[data-v-fd86d976] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin-top: 4px;
}
.mono[data-v-fd86d976] {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Security\IdleSessionGuard.vue?type=style&index=0 */
.rb-idle-backdrop[data-v-202e5c38] {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.55);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.rb-idle-modal[data-v-202e5c38] {
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.rb-idle-header[data-v-202e5c38] {
  padding: 16px 18px 10px 18px;
  border-bottom: 1px solid #eee;
}
.rb-idle-body[data-v-202e5c38] {
  padding: 14px 18px 16px 18px;
}
.rb-idle-footer[data-v-202e5c38] {
  padding: 12px 18px 16px 18px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.rb-idle-progress[data-v-202e5c38] {
  width: 100%;
  height: 10px;
  background: #f3f4f6;
  border-radius: 999px;
  overflow: hidden;
}
.rb-idle-bar[data-v-202e5c38] {
  height: 100%;
  background: var(--bs-primary, #167f8e);
  width: 100%;
  transition: width 0.25s linear;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\Warehouse\ContractListModal.vue?type=style&index=0 */
.add-btn[data-v-d3489c93] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Modules\Warehouses\Warehouse\LotSettings.vue?type=style&index=0 */
nav ul[data-v-77bb8c0f] {
  display: inherit !important;
}

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

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\PageTitle.vue?type=style&index=0 */

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Shared\ModuleHeader.vue?type=style&index=0 */
.card-header[data-v-8f54b1d6] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e8f0;
}
.header-left[data-v-8f54b1d6] {
  display: flex;
  align-items: flex-start;
  margin-left: 16px;
  cursor: help;
  min-width: 0;
}
.header-actions[data-v-8f54b1d6] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.create-btn[data-v-8f54b1d6] {
  margin-right: 8px;
}
.card-title[data-v-8f54b1d6] {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: #2c3e50;
  letter-spacing: 0.5px;
}
.title-container[data-v-8f54b1d6] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.title-wrapper[data-v-8f54b1d6] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-breadcrumbs[data-v-8f54b1d6] {
  margin-top: 0;
  margin-bottom: 1.5px;
  line-height: 1.2;
  align-self: flex-start;
  text-align: left;
}
.header-breadcrumbs[data-v-8f54b1d6] .n-breadcrumb {
  justify-content: flex-start;
}
.header-breadcrumbs[data-v-8f54b1d6] .n-breadcrumb-item__text,
.header-breadcrumbs[data-v-8f54b1d6] .n-breadcrumb-item__link {
  font-size: 12px;
}
.header-icon[data-v-8f54b1d6] {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.module-breadcrumb-item.clickable[data-v-8f54b1d6] {
  cursor: pointer;
}
.header-breadcrumbs[data-v-8f54b1d6] .n-breadcrumb-item__separator {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .card-header[data-v-8f54b1d6] {
    flex-direction: column-reverse;
    align-items: stretch;
    padding-bottom: 6px;
  }
  .header-left[data-v-8f54b1d6] {
    margin-left: 0;
  }
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\raven\Raven\BackOfficeApp\Scripts\vue\components\Tables\CustomDetailsTable.vue?type=style&index=0 */
.custom-details-table[data-v-b49fbf19] {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.detail-row[data-v-b49fbf19] {
  padding: 14px 16px;
  border-bottom: 1px solid #f1f5f9;
  background: #fff;
  transition: background-color 0.2s ease;
}
.detail-row[data-v-b49fbf19]:last-child {
  border-bottom: none;
}
.detail-row[data-v-b49fbf19]:hover {
  background: #fafbfc;
}
.detail-row-content[data-v-b49fbf19] {
  display: flex;
  gap: 14px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.detail-field[data-v-b49fbf19] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.field-label[data-v-b49fbf19] {
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  height: 18px;
  line-height: 18px;
  display: block;
}
.detail-actions[data-v-b49fbf19] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 40px;
}

/* sfc-style:C:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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:\GitLab-Runner\builds\WFHapjZ60\0\t4885\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 */
