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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Layout/Menu.vue?type=style&index=0 */
.vertical-nav-menu[data-v-68511dbc] {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.app-sidebar__heading[data-v-68511dbc] {
  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-68511dbc] {
  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-68511dbc]:hover {
  background: #e0f3ff;
  text-decoration: none;
}
.vertical-nav-menu li.mm-active > a[data-v-68511dbc] {
  font-weight: bold;
}
.vertical-nav-menu li.mm-open > a[data-v-68511dbc] {
  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-68511dbc],
.vertical-nav-menu i.metismenu-state-icon[data-v-68511dbc] {
  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-68511dbc] {
  left: auto;
  right: 0;
  opacity: 0.45;
}
.vertical-nav-menu li.mm-open > a i.metismenu-state-icon[data-v-68511dbc] {
  transform: rotate(-180deg);
  opacity: 1;
}
.vertical-nav-menu ul[data-v-68511dbc] {
  margin: 0;
  position: relative;
  list-style: none;
  padding: 0.5em 0 0 2rem;
}
.vertical-nav-menu ul[data-v-68511dbc]: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-68511dbc] {
  color: #6c757d;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem 0;
}
.vertical-nav-menu ul > li > a[data-v-68511dbc]:hover {
  color: #3f6ad8;
  background: transparent;
}
.vertical-nav-menu ul > li > a .metismenu-icon[data-v-68511dbc] {
  display: none;
}
.vertical-nav-menu .mm-collapse[data-v-68511dbc] {
  overflow: hidden;
}
.app-sidebar.sidebar-text-light .app-sidebar__heading[data-v-68511dbc] {
  color: rgba(255, 255, 255, 0.6);
}
.app-sidebar.sidebar-text-light .vertical-nav-menu li a[data-v-68511dbc] {
  color: rgba(255, 255, 255, 0.7);
}
.app-sidebar.sidebar-text-light .vertical-nav-menu li a[data-v-68511dbc]:hover {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}
.app-sidebar.sidebar-text-light .vertical-nav-menu li.mm-open > a[data-v-68511dbc] {
  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-68511dbc]:before {
  background: rgba(255, 255, 255, 0.1);
}
.app-sidebar.sidebar-text-light .vertical-nav-menu ul > li > a[data-v-68511dbc] {
  color: rgba(255, 255, 255, 0.6);
}
.app-sidebar.sidebar-text-light .vertical-nav-menu ul > li > a[data-v-68511dbc]:hover {
  color: white;
}
.app-sidebar.sidebar-text-dark .app-sidebar__heading[data-v-68511dbc] {
  color: rgba(0, 0, 0, 0.6);
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu li a[data-v-68511dbc] {
  color: rgba(0, 0, 0, 0.6);
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu li a[data-v-68511dbc]: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-68511dbc] {
  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-68511dbc]:before {
  background: rgba(0, 0, 0, 0.1);
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu ul > li > a[data-v-68511dbc] {
  color: rgba(0, 0, 0, 0.45);
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu ul > li > a[data-v-68511dbc]:hover {
  color: rgba(0, 0, 0, 0.75);
}
.closed-sidebar .vertical-nav-menu li a[data-v-68511dbc] {
  text-indent: -99rem;
  padding: 0;
}
.closed-sidebar .vertical-nav-menu i.metismenu-icon[data-v-68511dbc] {
  text-indent: 0;
  left: 50%;
  margin-left: -17px;
}
.closed-sidebar .vertical-nav-menu i.metismenu-state-icon[data-v-68511dbc] {
  visibility: hidden;
}
.closed-sidebar .vertical-nav-menu ul[data-v-68511dbc]:before {
  display: none;
}
.closed-sidebar .vertical-nav-menu ul[data-v-68511dbc] {
  padding: 0;
}
.closed-sidebar .app-sidebar:hover .vertical-nav-menu li a[data-v-68511dbc] {
  text-indent: initial;
  padding: 0 1.5rem 0 45px;
}
.closed-sidebar .app-sidebar:hover .vertical-nav-menu i.metismenu-icon[data-v-68511dbc] {
  left: 5px;
  margin-left: 0;
}
.closed-sidebar .app-sidebar:hover .vertical-nav-menu i.metismenu-state-icon[data-v-68511dbc] {
  visibility: visible;
}
.closed-sidebar .app-sidebar:hover .vertical-nav-menu ul[data-v-68511dbc] {
  padding: 0.5em 0 0 2rem;
}
.menu-empty-wrap[data-v-68511dbc] {
  padding: 0.75rem 0;
}
.menu-empty[data-v-68511dbc] {
  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-68511dbc] {
  font-size: 20px;
  margin-bottom: 6px;
}
.menu-empty-title[data-v-68511dbc] {
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 4px;
  color: #3f6ad8;
}
.menu-empty-text[data-v-68511dbc] {
  font-size: 12px;
  opacity: 0.85;
  line-height: 1.35;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/PageLayout/ViewPageWrapper.vue?type=style&index=0 */
.header-left[data-v-e322420d] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.icon-btn[data-v-e322420d] {
  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-e322420d] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f3f4f6;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title[data-v-e322420d] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.header-actions[data-v-e322420d] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tabs-container[data-v-e322420d] {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #e5e7eb transparent;
}
.tabs-container[data-v-e322420d]::-webkit-scrollbar {
  height: 4px;
}
.tabs-container[data-v-e322420d]::-webkit-scrollbar-track {
  background: transparent;
}
.tabs-container[data-v-e322420d]::-webkit-scrollbar-thumb {
  background: #e5e7eb;
  border-radius: 2px;
}
[data-v-e322420d] .tabs-segmented.n-tabs--line .n-tabs-bar {
  display: none;
}
[data-v-e322420d] .tabs-segmented .n-tabs-nav {
  min-width: min-content;
  justify-content: center;
  flex-wrap: nowrap;
}
[data-v-e322420d] .tabs-segmented .n-tabs-tab {
  padding: 6px 14px;
  border-radius: 10px;
  font-weight: 600;
  color: #6b7280;
  white-space: nowrap;
  flex-shrink: 0;
}
[data-v-e322420d] .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-e322420d] {
  border-radius: 10px;
}
.section-header[data-v-e322420d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.section-title[data-v-e322420d] {
  font-weight: 600;
  font-size: 14px;
}
.collapse-btn[data-v-e322420d] {
  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-e322420d] {
  margin-top: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Tables/AbstractedDataTable.vue?type=style&index=0 */
.rb-actions[data-v-0403f548]::-webkit-scrollbar {
  height: 6px;
}
.rb-actions[data-v-0403f548]::-webkit-scrollbar-thumb {
  border-radius: 999px;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Account/UserProfile.vue?type=style&index=0 */
.photo-wrap[data-v-a9808638] {
  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-a9808638] {
  cursor: pointer;
}
.photo-wrap.clickable[data-v-a9808638]:hover {
  filter: brightness(0.93);
}
.photo-wrap.clickable[data-v-a9808638]:active {
  transform: scale(0.98);
}
.photo-wrap[data-v-a9808638]:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
}
.avatar-placeholder[data-v-a9808638] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.mt-3[data-v-a9808638] {
  margin-top: 12px;
}
.mb-2[data-v-a9808638] {
  margin-bottom: 8px;
}
.mb-3[data-v-a9808638] {
  margin-bottom: 12px;
}
.add-btn[data-v-a9808638] {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}
.flex[data-v-a9808638] {
  display: flex;
}
.items-center[data-v-a9808638] {
  align-items: center;
}
.gap-2[data-v-a9808638] {
  gap: 8px;
}
.flex-wrap[data-v-a9808638] {
  flex-wrap: wrap;
}
.side-label[data-v-a9808638] {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.section-title[data-v-a9808638] {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.form-footer[data-v-a9808638] {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.request-card[data-v-a9808638] {
  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-a9808638]:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border-color: #d1d5db;
}
.req-icon[data-v-a9808638] {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.req-content[data-v-a9808638] {
  flex: 1;
  min-width: 0;
}
.req-title[data-v-a9808638] {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.req-desc[data-v-a9808638] {
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
  line-height: 1.4;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Account/DetailsUpdateRequests.vue?type=style&index=0 */
.filter-label[data-v-73e7d456] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-73e7d456] {
  padding: 1rem;
}
.space-y-6[data-v-73e7d456] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/PageLayout/CenteredFormCard.vue?type=style&index=0 */
.center-wrap[data-v-f6760055] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
.footer-actions[data-v-f6760055] {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Controls/RemoteSelect.vue?type=style&index=0 */
.form-input[data-v-55382936] {
  width: 100%;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/PageLayout/AuthWrapper.vue?type=style&index=0 */

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Authentication/SignIn.vue?type=style&index=0 */
.fade-enter-active[data-v-a03b8515],
.fade-leave-active[data-v-a03b8515] {
  transition: opacity 0.4s ease;
}
.fade-enter-from[data-v-a03b8515],
.fade-leave-to[data-v-a03b8515] {
  opacity: 0;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Authentication/LoggedOut.vue?type=style&index=0 */
.fade-enter-active[data-v-0bfd8de4],
.fade-leave-active[data-v-0bfd8de4] {
  transition: opacity 0.4s ease;
}
.fade-enter-from[data-v-0bfd8de4],
.fade-leave-to[data-v-0bfd8de4] {
  opacity: 0;
}
.logged-out-card[data-v-0bfd8de4] {
  max-width: 420px;
}
.card-body[data-v-0bfd8de4] {
  padding-top: 1.25rem;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/PageLayout/TopBar.vue?type=style&index=0 */
.topbar[data-v-781846ff] {
  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-781846ff] {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.links[data-v-781846ff] {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.links a[data-v-781846ff] {
  color: #666;
  text-decoration: none;
}
.links a[data-v-781846ff]:hover {
  color: #000;
}
.download[data-v-781846ff] {
  background-color: #4caf50;
  color: white;
  padding: 5px 10px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.download[data-v-781846ff]:hover {
  background-color: #45a049;
}
.hamburger[data-v-781846ff] {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .hamburger[data-v-781846ff] {
    display: block;
  }
  .links[data-v-781846ff] {
    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-781846ff] {
    display: flex;
    justify-content: start;
    align-items: start;
  }
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Pages/Login.vue?type=style&index=0 */
.custom-button[data-v-8cc9e7a1] {
  color: black;
  border-radius: 7px;
  margin-bottom: 5px;
}
.custom-button[data-v-8cc9e7a1]:hover {
  color: white;
}
.heading[data-v-8cc9e7a1] {
  margin: 5px 0px;
  font-weight: bold;
  font-size: 22px;
}
.sub-heading[data-v-8cc9e7a1] {
  margin: 5px 0px;
  font-size: 16px;
  margin-bottom: 10px;
}
.form-input[data-v-8cc9e7a1] {
  margin-bottom: 16px;
  width: 300px;
  border-radius: 7px;
  padding: 7px 10px;
}
.forgotpassword[data-v-8cc9e7a1] {
  margin: 5px 0px;
  font-weight: bold;
  font-size: 12px;
}
.register[data-v-8cc9e7a1] {
  margin: 5px 0px;
  font-weight: bold;
  font-size: 12px;
}
.register span[data-v-8cc9e7a1] {
  color: #4195a1;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Authentication/Register.vue?type=style&index=0 */
.errorMsg[data-v-b10bdef0] {
  color: red;
}
.custom-button[data-v-b10bdef0] {
  color: black;
}
.custom-button[data-v-b10bdef0]:hover {
  color: white;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Pages/ConfirmEmail.vue?type=style&index=0 */
.login-svg[data-v-05be07cb] {
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.forgot-svg[data-v-05be07cb] {
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Pages/ExternalLogin.vue?type=style&index=0 */
.register-button[data-v-edec63dc]:hover {
  background-color: #3b82f6 !important;
  color: white !important;
  border-color: #3b82f6 !important;
  transition: all 0.2s ease;
}
.register-button[data-v-edec63dc] {
  transition: all 0.2s ease;
}
.provider-icon[data-v-edec63dc] {
  transition: all 0.2s ease;
}
.provider-icon[data-v-edec63dc]:hover {
  transform: scale(1.1);
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Pages/LoginWithRecoveryCode.vue?type=style&index=0 */
.auth-button[data-v-0fe80e41]:hover {
  background-color: #3b82f6 !important;
  color: white !important;
  border-color: #3b82f6 !important;
  transition: all 0.2s ease;
}
.auth-button[data-v-0fe80e41] {
  transition: all 0.2s ease;
}
.recovery-link[data-v-0fe80e41]:hover,
.login-link[data-v-0fe80e41]:hover,
.forgot-link[data-v-0fe80e41]:hover,
.resend-link[data-v-0fe80e41]:hover {
  background-color: #f3f4f6;
  transition: all 0.2s ease;
}
.recovery-link[data-v-0fe80e41],
.login-link[data-v-0fe80e41],
.forgot-link[data-v-0fe80e41],
.resend-link[data-v-0fe80e41] {
  transition: all 0.2s ease;
  text-align: left;
}
.login-svg[data-v-0fe80e41] {
  background-color: #6b7280;
  border-radius: 2px;
}
.auth-svg[data-v-0fe80e41] {
  background-color: #8b5cf6;
  border-radius: 2px;
}
.forgot-svg[data-v-0fe80e41] {
  background-color: #ef4444;
  border-radius: 2px;
}
.resend-svg[data-v-0fe80e41] {
  background-color: #10b981;
  border-radius: 2px;
}
[data-v-0fe80e41] .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:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Pages/Profile.vue?type=style&index=0 */
.custom-button[data-v-bc1237f3] {
  color: black;
  margin: 5px 0px;
}
.custom-button[data-v-bc1237f3]:hover {
  color: white;
}
.n-tabs .n-tabs-nav[data-v-bc1237f3] {
  @apply border-b border-gray-200;
}
.n-tabs .n-tabs-tab[data-v-bc1237f3] {
  @apply text-sm font-medium text-gray-500 hover:text-gray-700;
}
.n-tabs .n-tabs-tab--active[data-v-bc1237f3] {
  @apply text-blue-600 border-b-2 border-blue-600;
}
.n-input[data-v-bc1237f3],
.n-select[data-v-bc1237f3],
.n-date-picker[data-v-bc1237f3] {
  @apply rounded-lg;
}
.n-button[data-v-bc1237f3] {
  @apply rounded-lg;
  @apply text-black;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Commons/404.vue?type=style&index=0 */
[data-v-649a1062] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body[data-v-649a1062] {
  padding: 0;
  margin: 0;
}
#notfound[data-v-649a1062] {
  position: relative;
  height: 100vh;
}
#notfound .notfound[data-v-649a1062] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.notfound[data-v-649a1062] {
  max-width: 710px;
  width: 100%;
  padding-left: 190px;
  line-height: 1.4;
}
.notfound .notfound-404[data-v-649a1062] {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
}
.notfound .notfound-404 h1[data-v-649a1062] {
  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-649a1062] {
  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-649a1062] {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
}
.notfound a[data-v-649a1062] {
  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-649a1062]:hover {
  color: #fff;
  background-color: #00b5c3;
}
@media only screen and (max-width: 480px) {
  .notfound[data-v-649a1062] {
    text-align: center;
  }
  .notfound .notfound-404[data-v-649a1062] {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }
  .notfound[data-v-649a1062] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Commons/ModuleAbout.vue?type=style&index=0 */
.container[data-v-7c135d1f] {
  background: none !important;
}
.hero .btn-primary[data-v-7c135d1f] {
  color: white !important;
}
.hero .btn-video[data-v-7c135d1f] {
  color: white !important;
}
a[data-v-7c135d1f] {
  list-style: none;
}
@keyframes float-7c135d1f {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.floating[data-v-7c135d1f] {
  animation: float-7c135d1f 6s ease-in-out infinite;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Masters/Settings/ThemeSettings.vue?type=style&index=0 */
.preview-container[data-v-22f64991] {
  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-22f64991] {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.preview-top[data-v-22f64991] {
  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-22f64991] {
  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-22f64991] {
  max-height: 40px;
  max-width: calc(var(--sidebar-width) - 24px);
  width: auto;
  height: auto;
  object-fit: contain;
}
.preview-header[data-v-22f64991] {
  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-22f64991] {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.preview-actions[data-v-22f64991] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.preview-hint[data-v-22f64991] {
  font-size: 13px;
  opacity: 0.85;
}
.preview-main[data-v-22f64991] {
  display: grid;
  grid-template-columns: var(--sidebar-width) 1fr;
  min-height: 420px;
  transition: grid-template-columns 0.3s ease;
}
.preview-sidebar[data-v-22f64991] {
  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-22f64991] {
  display: grid;
  place-items: center;
  height: 80px;
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.preview-side-logo[data-v-22f64991] {
  max-height: 42px;
  max-width: calc(var(--sidebar-width) - 32px);
  width: auto;
  height: auto;
  object-fit: contain;
}
.preview-menu[data-v-22f64991] {
  list-style: none;
  margin: 0;
  padding: 16px 12px;
}
.menu-title[data-v-22f64991] {
  font-size: 11px;
  font-weight: 600;
  opacity: 0.5;
  padding: 8px 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.menu-item[data-v-22f64991] {
  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-22f64991]:hover {
  background: rgba(0, 0, 0, 0.05);
}
.menu-dot[data-v-22f64991] {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.6;
}
.menu-item span[data-v-22f64991] {
  font-size: 14px;
  font-weight: 500;
}
.preview-content[data-v-22f64991] {
  background: #f5f7fa;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
}
.preview-placeholder[data-v-22f64991] {
  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:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Masters/Settings.vue?type=style&index=0 */
.h-full[data-v-fd52d5cf] {
  min-height: 520px;
}
.tile[data-v-fd52d5cf] {
  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-fd52d5cf]:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.tile--active[data-v-fd52d5cf] {
  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-fd52d5cf],
.fade-slide-leave-active[data-v-fd52d5cf] {
  transition: opacity .18s ease, transform .18s ease;
}
.fade-slide-enter-from[data-v-fd52d5cf],
.fade-slide-leave-to[data-v-fd52d5cf] {
  opacity: 0;
  transform: translateY(4px);
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Masters/Settings.vue?type=style&index=1 */
.h-full[data-v-fd52d5cf] {
  min-height: 520px;
}
.tile[data-v-fd52d5cf] {
  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-fd52d5cf]:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.tile--active[data-v-fd52d5cf] {
  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-fd52d5cf] {
  text-align: center;
  font-weight: 600;
  font-size: 12px;
}
.fade-slide-enter-active[data-v-fd52d5cf],
.fade-slide-leave-active[data-v-fd52d5cf] {
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.fade-slide-enter-from[data-v-fd52d5cf],
.fade-slide-leave-to[data-v-fd52d5cf] {
  opacity: 0;
  transform: translateY(4px);
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Masters/DivisionForm.vue?type=style&index=0 */
.center-wrap[data-v-1f7783dc] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-1f7783dc] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Masters/BranchForm.vue?type=style&index=0 */
.center-wrap[data-v-eba92e6f] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-eba92e6f] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Masters/DepartmentForm.vue?type=style&index=0 */
.center-wrap[data-v-afa53663] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-afa53663] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Masters/FiscalYearForm.vue?type=style&index=0 */
.center-wrap[data-v-c36aa437] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-c36aa437] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Masters/FolioSeriesForm.vue?type=style&index=0 */
.center-wrap[data-v-c3680793] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-c3680793] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Masters/CurrencyForm.vue?type=style&index=0 */
.center-wrap[data-v-b261ee35] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-b261ee35] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Masters/ExchangeRateForm.vue?type=style&index=0 */
.center-wrap[data-v-9b8930b3] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-9b8930b3] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Masters/TaxForm.vue?type=style&index=0 */
.center-wrap[data-v-f04ca69a] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-f04ca69a] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Masters/ProductCategoryForm.vue?type=style&index=0 */
.center-wrap[data-v-6020c35f] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-6020c35f] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Masters/ProductForm.vue?type=style&index=0 */
.center-wrap[data-v-fe739b9d] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-fe739b9d] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Masters/AppVersions/ViewAppVersion.vue?type=style&index=0 */
.avatar-wrap[data-v-d770b9c6] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.mt-3[data-v-d770b9c6] {
  margin-top: 12px;
}
.section-title[data-v-d770b9c6] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.notes-content[data-v-d770b9c6] {
  padding: 16px;
  background-color: #f9fafb;
  border-radius: 8px;
  line-height: 1.8;
  color: #374151;
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Communication/Compose.vue?type=style&index=0 */
nav ul[data-v-6430e5e5] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Communication/BulkMessageForm.vue?type=style&index=0 */
nav ul[data-v-ec8ba9d2] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Communication/ViewBulkMessage.vue?type=style&index=0 */
nav ul[data-v-81bce724] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Communication/ConfigurationForm.vue?type=style&index=0 */
nav ul[data-v-c0b66051] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Communication/QuotaCounters.vue?type=style&index=0 */
nav ul[data-v-19c2a08b] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/UserManagement/About.vue?type=style&index=0 */
.hero .hero-content h1 span[data-v-9c7139ff] {
  color: #969925;
}
.hero .btn-primary[data-v-9c7139ff] {
  background: #969925;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/UserManagement/Users.vue?type=style&index=0 */
.users-manager[data-v-3dd67fa3] {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 16px;
}
.left-rail[data-v-3dd67fa3] {
  position: sticky;
  top: 12px;
  align-self: start;
}
.cards[data-v-3dd67fa3] {
  display: grid;
  gap: 12px;
}
.type-card[data-v-3dd67fa3] {
  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-3dd67fa3]: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-3dd67fa3] {
  outline: 2px solid rgba(99, 102, 241, .55);
  border-color: transparent;
  background: rgba(99, 102, 241, .06);
}
.type-title[data-v-3dd67fa3] {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.1;
  margin-bottom: 4px;
}
.type-desc[data-v-3dd67fa3] {
  font-size: 12px;
  opacity: .8;
}
.content[data-v-3dd67fa3] {
  min-width: 0;
}
:root.dark &[data-v-3dd67fa3] {
  --card-border: rgba(255,255,255,.14);
  --card-bg: rgba(255,255,255,.03);
}
@media (max-width: 1024px) {
  .users-manager[data-v-3dd67fa3] {
    grid-template-columns: 1fr;
  }
  .left-rail[data-v-3dd67fa3] {
    position: static;
  }
  .cards[data-v-3dd67fa3] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/UserManagement/BackOfficeUserForm.vue?type=style&index=0 */
.pw-row[data-v-216e9348] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pw-hint[data-v-216e9348] {
  line-height: 1;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/UserManagement/Roles.vue?type=style&index=0 */
nav ul[data-v-eb5ee7c7] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/UserManagement/RoleForm.vue?type=style&index=0 */

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Warehouses/Warehouse/Warehouses.vue?type=style&index=0 */
nav ul[data-v-fce3ba35] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Warehouses/Warehouse/Lots.vue?type=style&index=0 */
nav ul[data-v-5bd5bac4] {
  display: inherit !important;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Warehouses/Warehouse/WarehouseConfig.vue?type=style&index=0 */
.warehouse-page[data-v-1d15e856] {
  position: relative;
  height: calc(100vh - 120px);
  overflow: hidden;
}
.warehouse-canvas[data-v-1d15e856] {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      #f8f9fa 0%,
      #e9ecef 100%);
  user-select: none;
}
.warehouse-svg[data-v-1d15e856] {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: all;
}
.floating-toolbar[data-v-1d15e856] {
  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-1d15e856] {
  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-1d15e856] {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #888;
  margin-bottom: 6px;
}
.zoom-controls-overlay[data-v-1d15e856] {
  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-1d15e856] {
  font-weight: bold;
  color: #666;
  min-width: 40px;
  text-align: center;
  font-size: 12px;
}
.slide-fade-enter-active[data-v-1d15e856] {
  transition: all .2s ease;
}
.slide-fade-leave-active[data-v-1d15e856] {
  transition: all .15s ease;
}
.slide-fade-enter-from[data-v-1d15e856],
.slide-fade-leave-to[data-v-1d15e856] {
  opacity: 0;
  transform: translateX(-8px);
}
.lot-rect[data-v-1d15e856] {
  cursor: move;
  transition: stroke-width .2s ease;
}
.lot-rect[data-v-1d15e856]:hover {
  stroke-width: 3;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Workflow/TaskChat.vue?type=style&index=0 */
.chat[data-v-be6b5655] {
  display: grid;
  gap: 10px;
}
.chat-scroll[data-v-be6b5655] {
  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-be6b5655] {
  display: grid;
  gap: 10px;
  padding: 10px;
}
.msg[data-v-be6b5655] {
  display: flex;
}
.msg .bubble[data-v-be6b5655] {
  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-be6b5655] {
  justify-content: flex-end;
}
.msg.mine .bubble[data-v-be6b5655] {
  background: rgba(0, 0, 0, 0.03);
  border-style: dashed;
}
.meta[data-v-be6b5655] {
  font-size: 12px;
  opacity: 0.85;
  margin-bottom: 4px;
}
.meta .who[data-v-be6b5655] {
  font-weight: 600;
}
.meta .when[data-v-be6b5655] {
  margin-left: 6px;
}
.text[data-v-be6b5655] {
  white-space: pre-wrap;
  word-break: break-word;
}
.atts[data-v-be6b5655] {
  margin-top: 6px;
  display: grid;
  gap: 6px;
}
.att[data-v-be6b5655] {
  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-be6b5655]:hover {
  background: rgba(0, 0, 0, 0.03);
}
.att .paperclip[data-v-be6b5655] {
  opacity: 0.7;
}
.composer[data-v-be6b5655] {
  padding: 8px 0;
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--n-border-color);
}
.composer-row[data-v-be6b5655] {
  display: flex;
  align-items: center;
}
.ml-auto[data-v-be6b5655] {
  margin-left: auto;
}
.empty[data-v-be6b5655] {
  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-be6b5655] {
  text-align: center;
}
.preview-img-wrap img[data-v-be6b5655] {
  max-width: 100%;
  height: auto;
}
.preview-doc-wrap[data-v-be6b5655] {
  background: #fff;
}

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Warehouses/Warehouse/WarehouseContracts.vue?type=style&index=0 */
nav ul[data-v-a3308f55] {
  display: inherit !important;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Warehouses/PestControl/FumigationRecords.vue?type=style&index=0 */
nav ul[data-v-7d3c989e] {
  display: inherit !important;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Warehouses/PestControl/AerationRecords.vue?type=style&index=0 */
nav ul[data-v-84d2688c] {
  display: inherit !important;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Warehouses/PestControl/IrsRecords.vue?type=style&index=0 */
nav ul[data-v-d7611a82] {
  display: inherit !important;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Warehouses/PestControl/PestControlRecords.vue?type=style&index=0 */
nav ul[data-v-60583516] {
  display: inherit !important;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Warehouses/PestControl/QualityInspections.vue?type=style&index=0 */
nav ul[data-v-befba1dd] {
  display: inherit !important;
}

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

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Fleet/ViewRoute.vue?type=style&index=0 */
.add-btn[data-v-c6685830] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Fleet/ViewTransporter.vue?type=style&index=0 */
.add-btn[data-v-7b036764] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Fleet/DriverDashboard.vue?type=style&index=0 */
.dashboard-container[data-v-1ab052e8] {
  padding: 1.5rem;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.summary-card[data-v-1ab052e8] {
  border-radius: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.kpi-card[data-v-1ab052e8] {
  text-align: center;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.kpi-title[data-v-1ab052e8] {
  font-weight: 500;
  color: #374151;
  margin-bottom: 6px;
}
.chart-card[data-v-1ab052e8] {
  border-radius: 1rem;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
}
.filter-card[data-v-1ab052e8] {
  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-1ab052e8]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
.filter-card h3[data-v-1ab052e8] {
  font-family: "Inter", sans-serif;
}
.min-w-\[160px\][data-v-1ab052e8] {
  min-width: 160px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Fleet/ViewDriver.vue?type=style&index=0 */
.add-btn[data-v-55a364db] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}

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

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Fleet/ViewTrip.vue?type=style&index=0 */
.add-btn[data-v-6536bdea] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Fleet/TripInvoice.vue?type=style&index=0 */
.add-btn[data-v-a1de7cea] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Fleet/ViewTripInvoice.vue?type=style&index=0 */
.avatar-wrap[data-v-e26b367c] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.mt-3[data-v-e26b367c] {
  margin-top: 12px;
}
.section-title[data-v-e26b367c] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.attachment-card[data-v-e26b367c] {
  padding: 16px;
  background-color: #f9fafb;
  border-radius: 8px;
}
.total-row td[data-v-e26b367c] {
  background-color: #f3f4f6;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Fleet/VehicleDashboard.vue?type=style&index=0 */
.dashboard-container[data-v-0f440fd0] {
  padding: 1.5rem;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.summary-card[data-v-0f440fd0] {
  border-radius: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.kpi-card[data-v-0f440fd0] {
  text-align: center;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.kpi-title[data-v-0f440fd0] {
  font-weight: 500;
  color: #374151;
  margin-bottom: 6px;
}
.chart-card[data-v-0f440fd0] {
  border-radius: 1rem;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
}
.filter-card[data-v-0f440fd0] {
  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-0f440fd0]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
.min-w-\[160px\][data-v-0f440fd0] {
  min-width: 160px;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Settings/SettingsMenu.vue?type=style&index=0 */
.p-4[data-v-9e051f60] {
  padding: 1rem;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Settings/GeneralSettings.vue?type=style&index=0 */
.section-label[data-v-25d28e53] {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Settings/ExitClearanceRules/ExitInterviewRuleForm.vue?type=style&index=0 */
.mt-3[data-v-67e24b12] {
  margin-top: 12px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Settings/ExitClearanceTemplates/ExitInterviewTemplateForm.vue?type=style&index=0 */
.mt-3[data-v-fbb7bb76] {
  margin-top: 12px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Settings/ClearanceTypes/ClearanceTypeForm.vue?type=style&index=0 */
.mt-3[data-v-e794958d] {
  margin-top: 12px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Settings/ClearanceTypeRules/ClearanceTypeRuleForm.vue?type=style&index=0 */
.mt-3[data-v-fa4aabff] {
  margin-top: 12px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/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:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Probations/Probations.vue?type=style&index=0 */
.filter-label[data-v-19abcaf3] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-4[data-v-19abcaf3] {
  padding: 1rem;
}
.space-y-6[data-v-19abcaf3] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Probations/ProcessProbation.vue?type=style&index=0 */
.mt-4[data-v-63ab4383] {
  margin-top: 16px;
}
h3[data-v-63ab4383] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.header-row[data-v-63ab4383] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-63ab4383] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-63ab4383] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-63ab4383] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-63ab4383] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.review-card[data-v-63ab4383] {
  border-radius: 8px;
}
.review-header[data-v-63ab4383] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.review-date[data-v-63ab4383] {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Probations/ApproveProbationReview.vue?type=style&index=0 */
.sub-card[data-v-18f82a02] {
  border-radius: 10px;
}
.header-row[data-v-18f82a02] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-18f82a02] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-18f82a02] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-18f82a02] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-18f82a02] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Organization/ExitClearances.vue?type=style&index=0 */
.filter-label[data-v-a74a40c6] {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #374151;
}
.p-4[data-v-a74a40c6] {
  padding: 1rem;
}
.space-y-6[data-v-a74a40c6] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Organization/ExitClearanceForm.vue?type=style&index=0 */
.items-card[data-v-73a79123] {
  margin-top: 8px;
}
.item-row[data-v-73a79123] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}
.item-icon[data-v-73a79123] {
  font-size: 16px;
  flex-shrink: 0;
}
.item-name[data-v-73a79123] {
  font-size: 13px;
  font-weight: 500;
  color: #111827;
  flex: 1;
}
.progress-wrapper[data-v-73a79123] {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 14px;
}
.progress-section[data-v-73a79123] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.progress-section.secondary[data-v-73a79123] {
  opacity: 0.9;
}
.progress-header[data-v-73a79123] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress-title[data-v-73a79123] {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}
.progress-value[data-v-73a79123] {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
}
.progress-tags[data-v-73a79123] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Organization/ApproveExitClearance.vue?type=style&index=0 */
.sub-card[data-v-175a1420] {
  border-radius: 10px;
}
.header-row[data-v-175a1420] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-175a1420] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-175a1420] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-175a1420] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-175a1420] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-175a1420] {
  font-weight: 600;
  font-size: 14px;
}
.item-card[data-v-175a1420] {
  transition: all 0.2s ease;
}
.item-obtained[data-v-175a1420] {
  background:
    linear-gradient(
      135deg,
      #ecfdf5 0%,
      #d1fae5 100%);
  border-left: 4px solid #10b981;
}
.item-waived[data-v-175a1420] {
  background:
    linear-gradient(
      135deg,
      #fffbeb 0%,
      #fef3c7 100%);
  border-left: 4px solid #f59e0b;
}
.item-mandatory-pending[data-v-175a1420] {
  border-left: 4px solid #ef4444;
}
.item-header[data-v-175a1420] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.item-meta[data-v-175a1420] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
}
.item-icon[data-v-175a1420] {
  font-size: 20px;
  line-height: 1;
  margin-top: 2px;
}
.item-name[data-v-175a1420] {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
}
.item-dept[data-v-175a1420] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.item-status-area[data-v-175a1420] {
  flex-shrink: 0;
}
.item-details[data-v-175a1420] {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
}
.item-actions[data-v-175a1420] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
}
.upload-hint[data-v-175a1420] {
  font-size: 11px;
  color: #9ca3af;
  margin-top: 4px;
}
.progress-card[data-v-175a1420] {
  overflow: hidden;
}
.progress-stats[data-v-175a1420] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.progress-stat-item[data-v-175a1420] {
  padding: 12px;
  border-radius: 10px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}
.stat-label[data-v-175a1420] {
  font-size: 11px;
  color: #6b7280;
  margin-bottom: 6px;
}
.stat-value[data-v-175a1420] {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}
.stat-value.success[data-v-175a1420] {
  color: #10b981;
}
.stat-value.danger[data-v-175a1420] {
  color: #ef4444;
}
.progress-section[data-v-175a1420] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.progress-header[data-v-175a1420] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress-title[data-v-175a1420] {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}
.progress-percent[data-v-175a1420] {
  font-size: 12px;
  color: #6b7280;
  font-weight: 600;
}
.progress-footer[data-v-175a1420] {
  display: flex;
  justify-content: flex-end;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .progress-stats[data-v-175a1420] {
    grid-template-columns: 1fr;
  }
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Organization/ViewExitClearance.vue?type=style&index=0 */
.notes-text[data-v-0ddb0258] {
  white-space: pre-wrap;
  line-height: 1.6;
  color: #374151;
}
.item-card[data-v-0ddb0258] {
  transition: all 0.2s ease;
}
.item-obtained[data-v-0ddb0258] {
  background:
    linear-gradient(
      135deg,
      #ecfdf5 0%,
      #d1fae5 100%);
  border-left: 4px solid #10b981;
}
.item-waived[data-v-0ddb0258] {
  background:
    linear-gradient(
      135deg,
      #fffbeb 0%,
      #fef3c7 100%);
  border-left: 4px solid #f59e0b;
}
.item-mandatory-pending[data-v-0ddb0258] {
  border-left: 4px solid #ef4444;
}
.item-header[data-v-0ddb0258] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.item-meta[data-v-0ddb0258] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
}
.item-icon[data-v-0ddb0258] {
  font-size: 20px;
  line-height: 1;
  margin-top: 2px;
}
.item-name[data-v-0ddb0258] {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
}
.item-dept[data-v-0ddb0258] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.item-details[data-v-0ddb0258] {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
}
.interview-header-row[data-v-0ddb0258] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.interview-meta[data-v-0ddb0258] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.interview-date-text[data-v-0ddb0258] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #374151;
}
.response-block[data-v-0ddb0258] {
  margin-bottom: 16px;
}
.response-question[data-v-0ddb0258] {
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.response-num[data-v-0ddb0258] {
  color: #6b7280;
  min-width: 20px;
}
.committee-list[data-v-0ddb0258] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}
.committee-row[data-v-0ddb0258] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}
.committee-name[data-v-0ddb0258] {
  flex: 1;
  font-size: 13px;
  font-weight: 500;
  color: #111827;
}
.existing-minutes[data-v-0ddb0258] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #374151;
}
.upload-hint[data-v-0ddb0258] {
  font-size: 11px;
  color: #9ca3af;
  margin-top: 4px;
}
.item-actions[data-v-0ddb0258] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.modal-section-label[data-v-0ddb0258] {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.clearance-progress-card[data-v-0ddb0258] {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fafafa;
}
.progress-top[data-v-0ddb0258] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.progress-title[data-v-0ddb0258] {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}
.progress-subtitle[data-v-0ddb0258] {
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
}
.progress-meta[data-v-0ddb0258] {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 11px;
  color: #6b7280;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Employees/EmployeeDependants.vue?type=style&index=0 */

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Employees/EmployeeDependantForm.vue?type=style&index=0 */
[data-v-5e696331] .n-card {
  margin-bottom: 16px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Employees/MyDependants.vue?type=style&index=0 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Hiring/JobAdvertisementForm.vue?type=style&index=0 */
.mt-4[data-v-5564f681] {
  margin-top: 16px;
}
h3[data-v-5564f681] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Hiring/ViewInterview.vue?type=style&index=0 */
.mb-4[data-v-4105b972] {
  margin-bottom: 16px;
}
.mt-2[data-v-4105b972] {
  margin-top: 8px;
}
.mt-4[data-v-4105b972] {
  margin-top: 16px;
}
.text-center[data-v-4105b972] {
  text-align: center;
}
h3[data-v-4105b972] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Hiring/JobRequisitionQuestionForm.vue?type=style&index=0 */
[data-v-7ad3b659] .n-collapse-item__header {
  font-weight: 500;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Hiring/AddEditQuestionModal.vue?type=style&index=0 */
.ml-2[data-v-072f7dcd] {
  margin-left: 0.5rem;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Hiring/QuestionEditor.vue?type=style&index=0 */
.drag-handle[data-v-c7f0e008] {
  cursor: grab;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Hiring/QuestionWizard.vue?type=style&index=0 */
.drag-handle[data-v-227c2be3] {
  cursor: grab;
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Hiring/Hiring.vue?type=style&index=0 */
.p-4[data-v-423b110f] {
  padding: 1rem;
}
.space-y-6[data-v-423b110f] > * + * {
  margin-top: 1.5rem;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Employees/EmployeeForm.vue?type=style&index=0 */
h3[data-v-23c974f5] {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

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

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Shifts/WorkScheduleForm.vue?type=style&index=0 */
.right-header[data-v-6f20d870] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Shifts/ShiftsMenu.vue?type=style&index=0 */
.p-4[data-v-00b2a793] {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Schemes/MedicalPlans.vue?type=style&index=0 */
.p-4[data-v-c269499c] {
  padding: 1rem;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Schemes/MedicalSchemes.vue?type=style&index=0 */
.p-4[data-v-be992805] {
  padding: 1rem;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Schemes/MedicalSchemeApplications.vue?type=style&index=0 */
.p-4[data-v-10976fc4] {
  padding: 1rem;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Schemes/MyMedicalSchemeApplications.vue?type=style&index=0 */
.p-4[data-v-9e22c85a] {
  padding: 1rem;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Schemes/EnrolledEmployees.vue?type=style&index=0 */
.p-4[data-v-c65f8cb1] {
  padding: 1rem;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Schemes/ViewMedicalScheme.vue?type=style&index=0 */
.photo-wrap[data-v-7506c559] {
  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-7506c559] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mt-3[data-v-7506c559] {
  margin-top: 12px;
}
.mb-2[data-v-7506c559] {
  margin-bottom: 8px;
}
.add-btn[data-v-7506c559] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}
.coverage-json[data-v-7506c559] {
  background: #f5f5f5;
  padding: 12px;
  border-radius: 4px;
  overflow-x: auto;
  font-family: "Courier New", monospace;
  font-size: 12px;
  margin: 0;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Organization/PromotionForm.vue?type=style&index=0 */
[data-v-6de6fab5] .n-card {
  margin-bottom: 16px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Organization/TransferForm.vue?type=style&index=0 */
[data-v-09466ac3] .n-card {
  margin-bottom: 16px;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Training/TrainingProgrammes.vue?type=style&index=0 */

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Training/ViewTrainingProgramme.vue?type=style&index=0 */
.photo-wrap[data-v-0a7e07ff] {
  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-0a7e07ff] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mt-3[data-v-0a7e07ff] {
  margin-top: 12px;
}
.mb-2[data-v-0a7e07ff] {
  margin-bottom: 8px;
}
.add-btn[data-v-0a7e07ff] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}
.section-title[data-v-0a7e07ff] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.description-card[data-v-0a7e07ff] {
  background-color: #f9fafb;
  line-height: 1.8;
}
.metric-value[data-v-0a7e07ff] {
  font-size: 32px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}
.metric-subtitle[data-v-0a7e07ff] {
  color: #6b7280;
  font-size: 14px;
  margin: 0;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Training/EmployeeTrainings.vue?type=style&index=0 */

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Training/MyTrainingHistory.vue?type=style&index=0 */

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Requests/Requests.vue?type=style&index=0 */
.p-4[data-v-a7d39142] {
  padding: 1rem;
}
.space-y-6[data-v-a7d39142] > * + * {
  margin-top: 1.5rem;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Requests/AdvanceApplicationForm.vue?type=style&index=0 */
.repayment-card[data-v-2af54894] {
  background:
    linear-gradient(
      135deg,
      #e8f5e9 0%,
      #c8e6c9 100%);
}

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

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

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

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

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

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

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Requests/WorkersCompensationTypeForm.vue?type=style&index=0 */
.docs-header[data-v-00c248ed] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.docs-hint[data-v-00c248ed] {
  font-size: 12px;
  color: #6b7280;
  flex: 1;
}
.doc-list[data-v-00c248ed] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.doc-item[data-v-00c248ed] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
.doc-order[data-v-00c248ed] {
  min-width: 24px;
  height: 24px;
  background: #6366f1;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.doc-body[data-v-00c248ed] {
  flex: 1;
}
.doc-name[data-v-00c248ed] {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}
.doc-meta[data-v-00c248ed] {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.doc-desc[data-v-00c248ed] {
  font-size: 11px;
  color: #6b7280;
}
.doc-actions[data-v-00c248ed] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Requests/ViewWorkersCompensationRequest.vue?type=style&index=0 */
.add-btn[data-v-5e29ecf0] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.section-title[data-v-5e29ecf0] {
  font-weight: 600;
  font-size: 14px;
}
.completion-block[data-v-5e29ecf0] {
  margin-top: 4px;
}
.completion-label[data-v-5e29ecf0] {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  color: #374151;
}
.completion-count[data-v-5e29ecf0] {
  color: #6b7280;
  font-weight: 400;
}
.completion-steps[data-v-5e29ecf0] {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.completion-step[data-v-5e29ecf0] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.step-dot[data-v-5e29ecf0] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.step-dot.uploaded[data-v-5e29ecf0] {
  background: #18a058;
}
.step-dot.missing[data-v-5e29ecf0] {
  background: #ef4444;
}
.step-dot.optional[data-v-5e29ecf0] {
  background: #d1d5db;
}
.step-info[data-v-5e29ecf0] {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
}
.step-name[data-v-5e29ecf0] {
  font-size: 11px;
  color: #374151;
  flex: 1;
}
.steps-grid[data-v-5e29ecf0] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 8px;
}
.step-card[data-v-5e29ecf0] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.step-card.step-done[data-v-5e29ecf0] {
  background: #f0fdf4;
  border-color: #bbf7d0;
}
.step-card.step-missing[data-v-5e29ecf0] {
  background: #fef2f2;
  border-color: #fecaca;
}
.step-card.step-optional[data-v-5e29ecf0] {
  background: #f9fafb;
  border-color: #e5e7eb;
}
.step-number[data-v-5e29ecf0] {
  min-width: 22px;
  height: 22px;
  background: #6366f1;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
}
.step-detail[data-v-5e29ecf0] {
  flex: 1;
  min-width: 0;
}
.step-doc-name[data-v-5e29ecf0] {
  font-size: 11px;
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.step-doc-type[data-v-5e29ecf0] {
  font-size: 10px;
  color: #6b7280;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Requests/ProcessWorkersCompensationRequest.vue?type=style&index=0 */
.mt-4[data-v-58ffdcfa] {
  margin-top: 16px;
}
.section-title[data-v-58ffdcfa] {
  font-weight: 600;
  font-size: 14px;
}
.header-row[data-v-58ffdcfa] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-58ffdcfa] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-58ffdcfa] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-58ffdcfa] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-58ffdcfa] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.completion-label[data-v-58ffdcfa] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #374151;
}
.completion-steps[data-v-58ffdcfa] {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.completion-step[data-v-58ffdcfa] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.step-dot[data-v-58ffdcfa] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.step-dot.uploaded[data-v-58ffdcfa] {
  background: #18a058;
}
.step-dot.missing[data-v-58ffdcfa] {
  background: #ef4444;
}
.step-dot.optional[data-v-58ffdcfa] {
  background: #d1d5db;
}
.step-name[data-v-58ffdcfa] {
  font-size: 11px;
  color: #374151;
  flex: 1;
}
.steps-grid[data-v-58ffdcfa] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 8px;
}
.step-card[data-v-58ffdcfa] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.step-card.step-done[data-v-58ffdcfa] {
  background: #f0fdf4;
  border-color: #bbf7d0;
}
.step-card.step-missing[data-v-58ffdcfa] {
  background: #fef2f2;
  border-color: #fecaca;
}
.step-card.step-optional[data-v-58ffdcfa] {
  background: #f9fafb;
  border-color: #e5e7eb;
}
.step-number[data-v-58ffdcfa] {
  min-width: 22px;
  height: 22px;
  background: #6366f1;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
}
.step-detail[data-v-58ffdcfa] {
  flex: 1;
  min-width: 0;
}
.step-doc-name[data-v-58ffdcfa] {
  font-size: 11px;
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.step-doc-type[data-v-58ffdcfa] {
  font-size: 10px;
  color: #6b7280;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/DisciplinaryActions/DisciplinaryOffenceCategories.vue?type=style&index=0 */
.p-4[data-v-b59c557b] {
  padding: 1rem;
}
.space-y-6[data-v-b59c557b] > * + * {
  margin-top: 1.5rem;
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/DisciplinaryActions/DisciplinaryRequestForm.vue?type=style&index=0 */
.text-sm[data-v-c6c076dd] {
  font-size: 0.875rem;
}
.text-gray-600[data-v-c6c076dd] {
  color: #718096;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/DisciplinaryActions/ApproveDisciplinaryRequest.vue?type=style&index=0 */

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/DisciplinaryActions/DisciplinaryHearingForm.vue?type=style&index=0 */
.text-hint[data-v-4076649b] {
  font-size: 12px;
  color: #6b7280;
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/DisciplinaryActions/ViewDisciplinaryHearing.vue?type=style&index=0 */
.icon-banner[data-v-cf5c1d3b] {
  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-cf5c1d3b] {
  margin-top: 12px;
}
.section-title[data-v-cf5c1d3b] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}
.notes-card[data-v-cf5c1d3b] {
  background-color: #f9fafb;
  line-height: 1.8;
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Grievances/GrievanceMenu.vue?type=style&index=0 */
.p-4[data-v-e16015a6] {
  padding: 1rem;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Grievances/GrievanceCategories.vue?type=style&index=0 */
.p-4[data-v-5a505f49] {
  padding: 1rem;
}
.space-y-6[data-v-5a505f49] > * + * {
  margin-top: 1.5rem;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Grievances/GrievanceForm.vue?type=style&index=0 */
.text-sm[data-v-b60dbc03] {
  font-size: 0.875rem;
}
.text-gray-500[data-v-b60dbc03] {
  color: #6b7280;
}

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

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/PerformanceManagement/PerformanceMenu.vue?type=style&index=0 */
.p-4[data-v-ec7961c2] {
  padding: 1rem;
}
.space-y-6[data-v-ec7961c2] > * + * {
  margin-top: 1.5rem;
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/PerformanceManagement/Configuration/OutcomeProfileForm.vue?type=style&index=0 */
.space-y-4[data-v-89bbad90] > * + * {
  margin-top: 1rem;
}

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

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

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

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

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/PerformanceManagement/PerformanceGoalForm.vue?type=style&index=0 */
.space-y-4[data-v-4ab79ae9] > * + * {
  margin-top: 1rem;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Workflow/Processes.vue?type=style&index=0 */
nav ul[data-v-78786b4b] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Workflow/Tasks.vue?type=style&index=0 */
nav ul[data-v-566986e9] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Workflow/AllTasks.vue?type=style&index=0 */
nav ul[data-v-7f06271e] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Workflow/TaskHistory.vue?type=style&index=0 */
.mt-2[data-v-c4779229] {
  margin-top: 8px;
}
.mt-3[data-v-c4779229] {
  margin-top: 12px;
}
.mb-2[data-v-c4779229] {
  margin-bottom: 8px;
}
.kpi[data-v-c4779229] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.kpi-title[data-v-c4779229] {
  font-size: 12px;
  color: #6b7280;
}
.stage[data-v-c4779229] {
  padding: 8px 0;
}
.muted[data-v-c4779229] {
  font-size: 12px;
  color: #6b7280;
}
.section-title[data-v-c4779229] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Sales/MarketForm.vue?type=style&index=0 */
.center-wrap[data-v-e1b49a8c] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-e1b49a8c] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/MarketSales.vue?type=style&index=0 */
.mini-card[data-v-09c9b67e] {
  border-radius: 12px;
}
.section-title.small[data-v-09c9b67e] {
  font-size: 13px;
  font-weight: 600;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/MarketInventory.vue?type=style&index=0 */
.mini-card[data-v-705cee4a] {
  border-radius: 12px;
}
.section-title.small[data-v-705cee4a] {
  font-size: 13px;
  font-weight: 600;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/MarketCash.vue?type=style&index=0 */
.mini-card[data-v-e797c61e] {
  border-radius: 12px;
}
.section-title.small[data-v-e797c61e] {
  font-size: 13px;
  font-weight: 600;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/MarketIncidents.vue?type=style&index=0 */
.mini-card[data-v-52c4d18d] {
  border-radius: 12px;
}
.section-title.small[data-v-52c4d18d] {
  font-size: 13px;
  font-weight: 600;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Sales/ViewMarket.vue?type=style&index=0 */
.header-left[data-v-f6bf7edc] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.title-icon[data-v-f6bf7edc] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f3f4f6;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-icon.clickable[data-v-f6bf7edc] {
  cursor: pointer;
}
.title[data-v-f6bf7edc] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.header-mid[data-v-f6bf7edc] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header-actions[data-v-f6bf7edc] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
[data-v-f6bf7edc] .tabs-segmented.n-tabs--line .n-tabs-bar {
  display: none;
}
[data-v-f6bf7edc] .tabs-segmented .n-tabs-nav {
  width: 100%;
  justify-content: center;
}
[data-v-f6bf7edc] .tabs-segmented .n-tabs-tab {
  padding: 6px 14px;
  border-radius: 10px;
  font-weight: 600;
  color: #6b7280;
}
[data-v-f6bf7edc] .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-f6bf7edc] {
  border-radius: 10px;
}
.section-title[data-v-f6bf7edc] {
  font-weight: 600;
  font-size: 14px;
}
.section-title.small[data-v-f6bf7edc] {
  font-size: 13px;
}
.photo-wrap[data-v-f6bf7edc] {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: #f0f2f5;
  border-radius: 10px;
  overflow: hidden;
}
.photo[data-v-f6bf7edc] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mt-2[data-v-f6bf7edc] {
  margin-top: 8px;
}
.mt-3[data-v-f6bf7edc] {
  margin-top: 12px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Layout/PageHeaderUse.vue?type=style&index=0 */
.demo-container[data-v-3b14da70] {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.example-section[data-v-3b14da70] {
  margin-bottom: 40px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;
  background-color: #fafafa;
}
.example-section h3[data-v-3b14da70] {
  margin-top: 0;
  margin-bottom: 20px;
  color: #374151;
  border-bottom: 1px solid #d1d5db;
  padding-bottom: 10px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Forms/FormInputs.vue?type=style&index=0 */
.form-grid[data-v-a0036cba] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.form-grid .n-form-item[data-v-a0036cba] {
  flex: 1 1 300px;
}
.full-width[data-v-a0036cba] {
  flex: 1 1 100%;
}
.submit-btn[data-v-a0036cba] {
  width: 150px;
}
.form-input[data-v-a0036cba] {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .submit-btn[data-v-a0036cba] {
    width: 100%;
  }
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/SeasonSalesChart.vue?type=style&index=0 */
.mini-card[data-v-8413b9dd] {
  border-radius: 12px;
}
.section-title.small[data-v-8413b9dd] {
  font-size: 13px;
  font-weight: 600;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/SeasonProductMixChart.vue?type=style&index=0 */
.mini-card[data-v-a9bcf82b] {
  border-radius: 12px;
}
.section-title.small[data-v-a9bcf82b] {
  font-size: 13px;
  font-weight: 600;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/SeasonTargetChart.vue?type=style&index=0 */
.mini-card[data-v-51c274f2] {
  border-radius: 12px;
}
.section-title.small[data-v-51c274f2] {
  font-size: 13px;
  font-weight: 600;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/SeasonPipelineStageChart.vue?type=style&index=0 */
.mini-card[data-v-25b49065] {
  border-radius: 12px;
}
.section-title.small[data-v-25b49065] {
  font-size: 13px;
  font-weight: 600;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Controls/UnitSelect.vue?type=style&index=0 */
.form-input[data-v-98d5f023] {
  width: 100%;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/SalesPersonSalesChart.vue?type=style&index=0 */
.mt-2[data-v-812b725f] {
  margin-top: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/SalesPersonActivityChart.vue?type=style&index=0 */
.mt-2[data-v-8ae10c98] {
  margin-top: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Sales/ViewSalesPerson.vue?type=style&index=0 */
.kpi[data-v-3d6acdb7] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.kpi-title[data-v-3d6acdb7] {
  font-size: 12px;
  color: #6b7280;
}
.mt-3[data-v-3d6acdb7] {
  margin-top: 12px;
}
.mb-2[data-v-3d6acdb7] {
  margin-bottom: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/CustomerSalesChart.vue?type=style&index=0 */
.mt-2[data-v-22fc7148] {
  margin-top: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/CustomerAgingChart.vue?type=style&index=0 */
.mt-2[data-v-3f303c41] {
  margin-top: 8px;
}

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

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Workflow/ApprovalsHistory.vue?type=style&index=0 */
.row[data-v-cc91f2af] {
  margin-bottom: 6px;
}
.comments[data-v-cc91f2af] {
  margin-top: 2px;
  font-size: 13px;
  color: #4b5563;
}
.sig[data-v-cc91f2af] {
  margin-top: 8px;
}
.sig-img[data-v-cc91f2af] {
  height: 36px;
  object-fit: contain;
  filter: grayscale(20%);
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Sales/POSSessionForm.vue?type=style&index=0 */
.center-wrap[data-v-4d4fd505] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-4d4fd505] {
  display: inherit !important;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/DocumentManagement/About.vue?type=style&index=0 */
.hero .hero-content h1 span[data-v-56a48b7f] {
  color: #969925;
}
.hero .btn-primary[data-v-56a48b7f] {
  background: #969925;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/DocumentManagement/Settings.vue?type=style&index=0 */
.mb-4[data-v-ad830f0e] {
  margin-bottom: 1rem;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/DocumentManagement/DocumentForm.vue?type=style&index=0 */
.add-doc-root[data-v-615edcb3] {
  display: flex;
  justify-content: center;
  padding: 24px 16px 48px;
}
.add-doc-card[data-v-615edcb3] {
  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-615edcb3] {
  padding: 24px 28px 20px;
  border-bottom: 1px solid var(--n-divider-color, #efeff5);
}
.card-title[data-v-615edcb3] {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 3px;
}
.card-subtitle[data-v-615edcb3] {
  font-size: 13px;
  opacity: 0.5;
}
.form-section[data-v-615edcb3] {
  padding: 20px 28px 4px;
  border-bottom: 1px solid var(--n-divider-color, #efeff5);
}
.form-section[data-v-615edcb3]:last-of-type {
  border-bottom: none;
}
.form-section-title[data-v-615edcb3] {
  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-615edcb3] {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.7;
  margin-left: 4px;
}
.drop-zone[data-v-615edcb3] {
  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-615edcb3]:hover,
.drop-zone.dragging[data-v-615edcb3] {
  border-color: var(--n-color-target, #2080f0);
  background: var(--n-color-hover, rgba(32,128,240,0.03));
}
.drop-zone.has-files[data-v-615edcb3] {
  padding: 16px 20px;
}
.drop-title[data-v-615edcb3] {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.65;
}
.drop-hint[data-v-615edcb3] {
  font-size: 12px;
  opacity: 0.35;
}
.file-chips[data-v-615edcb3] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  text-align: left;
}
.file-chip[data-v-615edcb3] {
  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-615edcb3] {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chip-size[data-v-615edcb3] {
  opacity: 0.4;
  flex-shrink: 0;
  font-size: 11px;
}
.chip-remove[data-v-615edcb3] {
  cursor: pointer;
  opacity: 0.4;
  flex-shrink: 0;
}
.chip-remove[data-v-615edcb3]:hover {
  opacity: 1;
}
.access-group[data-v-615edcb3] {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.meta-rows[data-v-615edcb3] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.meta-row[data-v-615edcb3] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.meta-field[data-v-615edcb3] {
  flex: 1;
}
.meta-sep[data-v-615edcb3] {
  opacity: 0.3;
  font-size: 16px;
}
.card-footer[data-v-615edcb3] {
  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:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/DataManagement/About.vue?type=style&index=0 */
.hero .hero-content h1 span[data-v-ad409f33] {
  color: #969925;
}
.hero .btn-primary[data-v-ad409f33] {
  background: #969925;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/Settings.vue?type=style&index=0 */
nav ul[data-v-e9e06106] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/SettingsForm.vue?type=style&index=0 */
.center-wrap[data-v-b9a3ec7a] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-b9a3ec7a] {
  display: inherit !important;
}
.full-width-select[data-v-b9a3ec7a] {
  width: 100%;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/CashManagementSettings.vue?type=style&index=0 */
nav ul[data-v-ea44dcfb] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/CashManagementSettingForm.vue?type=style&index=0 */
.center-wrap[data-v-46caf5ef] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-46caf5ef] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/FinancialYears.vue?type=style&index=0 */
nav ul[data-v-4e8c87e2] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/FinancialYearForm.vue?type=style&index=0 */
.center-wrap[data-v-6cee6556] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-6cee6556] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/ViewFinancialYear.vue?type=style&index=0 */
.mt-3[data-v-7220a47b] {
  margin-top: 12px;
}
.text-center[data-v-7220a47b] {
  text-align: center;
}
.text-gray-400[data-v-7220a47b] {
  color: #9ca3af;
}
.py-4[data-v-7220a47b] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/PostingRules.vue?type=style&index=0 */
nav ul[data-v-83d7fd37] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/ViewPostingRule.vue?type=style&index=0 */
.mb-4[data-v-1841633b] {
  margin-bottom: 16px;
}
nav ul[data-v-1841633b] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/CostCenters.vue?type=style&index=0 */
nav ul[data-v-16aec5da] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/CostCenterForm.vue?type=style&index=0 */
.center-wrap[data-v-3457ea7f] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-3457ea7f] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/CostCenterBudgetChart.vue?type=style&index=0 */
.mt-2[data-v-34dd6d55] {
  margin-top: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/CostCenterTrendChart.vue?type=style&index=0 */
.mt-2[data-v-614c65ba] {
  margin-top: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/CostCenterCategoryChart.vue?type=style&index=0 */
.mt-2[data-v-b4223a7c] {
  margin-top: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/ViewCostCenter.vue?type=style&index=0 */
.kpi[data-v-46233ba1] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.kpi-title[data-v-46233ba1] {
  font-size: 12px;
  color: #6b7280;
}
.mt-3[data-v-46233ba1] {
  margin-top: 12px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/ChartOfAccounts.vue?type=style&index=0 */
.chart-of-accounts-page[data-v-69525546] {
  padding: 12px 0;
}
.hero-card[data-v-69525546] {
  background-color: #ffffff;
}
.dim-select[data-v-69525546] {
  min-width: 180px;
  max-width: 220px;
}
.full-width-select[data-v-69525546] {
  width: 100%;
}
[data-v-69525546] .n-grid {
  min-width: 0;
}
[data-v-69525546] .n-grid-item {
  min-width: 0;
}
.accounts-tree-wrap[data-v-69525546] {
  max-height: 420px;
  overflow: auto;
  max-width: 100%;
  min-width: 0;
}
.accounts-tree[data-v-69525546] {
  width: 100%;
  min-width: 0;
}
[data-v-69525546] .accounts-tree .n-tree-node-content {
  min-width: 0;
  max-width: 100%;
}
[data-v-69525546] .accounts-tree .n-tree-node-content__text {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
[data-v-69525546] .n-card {
  min-width: 0;
}
[data-v-69525546] .n-card__content {
  min-width: 0;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/ChartOfAccountForm.vue?type=style&index=0 */
nav ul[data-v-d617c329] {
  display: inherit !important;
}
.full-width-select[data-v-d617c329] {
  width: 100%;
  display: block;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/ViewChartOfAccount.vue?type=style&index=0 */
.mb-4[data-v-58b7f8c0] {
  margin-bottom: 16px;
}
nav ul[data-v-58b7f8c0] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/MasterBudgetForm.vue?type=style&index=0 */
nav ul[data-v-777d9cd0] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/ViewMasterBudget.vue?type=style&index=0 */
.workspace-root[data-v-1e352f40] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.workspace-header-card[data-v-1e352f40] {
  margin-bottom: 8px;
}
.header-main[data-v-1e352f40] {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.header-left[data-v-1e352f40] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.budget-title[data-v-1e352f40] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.25rem;
  margin: 0;
}
.title-icon[data-v-1e352f40] {
  font-size: 22px;
}
.header-meta[data-v-1e352f40] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.header-right[data-v-1e352f40] {
  display: flex;
  align-items: center;
}
.header-totals[data-v-1e352f40] {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}
.pill-row[data-v-1e352f40] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pill[data-v-1e352f40] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.pill-icon[data-v-1e352f40] {
  font-size: 18px;
}
.pill-content[data-v-1e352f40] {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.pill-label[data-v-1e352f40] {
  font-size: 0.78rem;
  opacity: 0.9;
}
.pill-value[data-v-1e352f40] {
  font-size: 0.9rem;
  font-weight: 600;
}
.pill-net.net-positive[data-v-1e352f40] {
  border-color: rgba(16, 185, 129, 0.5);
  background: rgba(16, 185, 129, 0.08);
  color: #10b981;
}
.pill-net.net-negative[data-v-1e352f40] {
  border-color: rgba(248, 113, 113, 0.6);
  background: rgba(248, 113, 113, 0.08);
  color: #f87171;
}
.pill-net.net-neutral[data-v-1e352f40] {
  border-color: rgba(148, 163, 184, 0.5);
  background: rgba(148, 163, 184, 0.06);
  color: #e5e7eb;
}
.pill-income[data-v-1e352f40] {
  border-color: rgba(16, 185, 129, 0.4);
  background: rgba(16, 185, 129, 0.08);
  color: #10b981;
}
.pill-expense[data-v-1e352f40] {
  border-color: rgba(248, 113, 113, 0.5);
  background: rgba(248, 113, 113, 0.08);
  color: #f87171;
}
.type-chips[data-v-1e352f40] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.type-chip[data-v-1e352f40] {
  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-1e352f40] {
  font-weight: 500;
}
.type-total[data-v-1e352f40] {
  opacity: 0.85;
}
.workflow-note[data-v-1e352f40] {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
}
.workflow-note-warning[data-v-1e352f40] {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
}
.import-progress-card[data-v-1e352f40] {
  margin-bottom: 12px;
}
.import-progress-wrap[data-v-1e352f40] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.import-progress-title[data-v-1e352f40] {
  font-weight: 600;
  font-size: 0.95rem;
}
.import-progress-text[data-v-1e352f40] {
  font-size: 0.85rem;
  opacity: 0.85;
}
.groups-container[data-v-1e352f40] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.group-card[data-v-1e352f40] {
  border-radius: 12px;
}
.group-header[data-v-1e352f40] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.group-header-left[data-v-1e352f40] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.group-icon[data-v-1e352f40] {
  font-size: 18px;
}
.group-title[data-v-1e352f40] {
  font-weight: 600;
}
.group-header-right[data-v-1e352f40] {
  font-size: 0.9rem;
}
.group-total-label[data-v-1e352f40] {
  opacity: 0.8;
  margin-right: 4px;
}
.group-total-value[data-v-1e352f40] {
  font-weight: 600;
}
.group-footer[data-v-1e352f40] {
  display: flex;
  justify-content: flex-end;
}
.empty-state[data-v-1e352f40] {
  text-align: center;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.empty-sub[data-v-1e352f40] {
  opacity: 0.8;
  font-size: 0.85rem;
}
.drawer-header[data-v-1e352f40] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.version-content[data-v-1e352f40] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.version-list[data-v-1e352f40] {
  max-height: 220px;
  overflow-y: auto;
}
.version-item[data-v-1e352f40] {
  cursor: pointer;
}
.version-item.active[data-v-1e352f40] {
  background-color: rgba(59, 130, 246, 0.12);
}
.version-item-main[data-v-1e352f40] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.version-item-left[data-v-1e352f40] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.version-label[data-v-1e352f40] {
  font-weight: 600;
}
.version-item-meta[data-v-1e352f40] {
  font-size: 0.8rem;
  opacity: 0.85;
}
.version-details[data-v-1e352f40] {
  max-height: 340px;
  overflow-y: auto;
}
.version-summary[data-v-1e352f40] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 0.85rem;
}
.version-empty[data-v-1e352f40] {
  font-size: 0.85rem;
  opacity: 0.8;
}
.import-content[data-v-1e352f40] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.import-toolbar[data-v-1e352f40] {
  margin-bottom: 8px;
}
[data-v-1e352f40] .imported-budget-row td {
  opacity: 0.55;
  background: rgba(148, 163, 184, 0.08);
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/CostCenterBudgets.vue?type=style&index=0 */
nav ul[data-v-c01f989b] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/CostCenterBudgetForm.vue?type=style&index=0 */
nav ul[data-v-01ae8ccd] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/ViewCostCenterBudget.vue?type=style&index=0 */
.workspace-root[data-v-15feeb7e] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.workspace-header-card[data-v-15feeb7e] {
  margin-bottom: 8px;
}
.header-main[data-v-15feeb7e] {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.header-left[data-v-15feeb7e] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.workspace-breadcrumb[data-v-15feeb7e] {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.7;
  font-weight: 600;
}
.budget-title[data-v-15feeb7e] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.25rem;
  margin: 0;
  flex-wrap: wrap;
}
.budget-title-strong[data-v-15feeb7e] {
  font-weight: 700;
}
.workspace-subtitle[data-v-15feeb7e] {
  font-size: 0.9rem;
  opacity: 0.8;
}
.title-icon[data-v-15feeb7e] {
  font-size: 22px;
}
.header-meta[data-v-15feeb7e] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.header-right[data-v-15feeb7e] {
  display: flex;
  align-items: center;
}
.header-totals[data-v-15feeb7e] {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}
.pill-row[data-v-15feeb7e] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pill[data-v-15feeb7e] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.pill-icon[data-v-15feeb7e] {
  font-size: 18px;
}
.pill-content[data-v-15feeb7e] {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.pill-label[data-v-15feeb7e] {
  font-size: 0.78rem;
  opacity: 0.9;
}
.pill-value[data-v-15feeb7e] {
  font-size: 0.9rem;
  font-weight: 600;
}
.pill-net.net-positive[data-v-15feeb7e] {
  border-color: rgba(16, 185, 129, 0.5);
  background: rgba(16, 185, 129, 0.08);
  color: #10b981;
}
.pill-net.net-negative[data-v-15feeb7e] {
  border-color: rgba(248, 113, 113, 0.6);
  background: rgba(248, 113, 113, 0.08);
  color: #f87171;
}
.pill-net.net-neutral[data-v-15feeb7e] {
  border-color: rgba(148, 163, 184, 0.5);
  background: rgba(148, 163, 184, 0.06);
  color: #94a3b8;
}
.pill-income[data-v-15feeb7e] {
  border-color: rgba(16, 185, 129, 0.4);
  background: rgba(16, 185, 129, 0.08);
  color: #10b981;
}
.pill-expense[data-v-15feeb7e] {
  border-color: rgba(248, 113, 113, 0.5);
  background: rgba(248, 113, 113, 0.08);
  color: #f87171;
}
.type-chips[data-v-15feeb7e] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.type-chip[data-v-15feeb7e] {
  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-15feeb7e] {
  font-weight: 500;
}
.type-total[data-v-15feeb7e] {
  opacity: 0.85;
}
.workflow-note[data-v-15feeb7e] {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
}
.workflow-note-warning[data-v-15feeb7e] {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
}
.workflow-note-success[data-v-15feeb7e] {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
}
.import-progress-card[data-v-15feeb7e] {
  margin-bottom: 12px;
}
.import-progress-wrap[data-v-15feeb7e] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.import-progress-title[data-v-15feeb7e] {
  font-weight: 600;
  font-size: 0.95rem;
}
.import-progress-text[data-v-15feeb7e] {
  font-size: 0.85rem;
  opacity: 0.85;
}
.groups-container[data-v-15feeb7e] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.group-card[data-v-15feeb7e] {
  border-radius: 12px;
}
.group-header[data-v-15feeb7e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.group-header-left[data-v-15feeb7e] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.group-icon[data-v-15feeb7e] {
  font-size: 18px;
}
.group-title[data-v-15feeb7e] {
  font-weight: 600;
}
.group-header-right[data-v-15feeb7e] {
  font-size: 0.9rem;
}
.group-total-label[data-v-15feeb7e] {
  opacity: 0.8;
  margin-right: 4px;
}
.group-total-value[data-v-15feeb7e] {
  font-weight: 600;
}
.group-footer[data-v-15feeb7e] {
  display: flex;
  justify-content: flex-end;
}
.empty-state[data-v-15feeb7e] {
  text-align: center;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.empty-sub[data-v-15feeb7e] {
  opacity: 0.8;
  font-size: 0.85rem;
}
.drawer-header[data-v-15feeb7e] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.version-content[data-v-15feeb7e] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.version-list[data-v-15feeb7e] {
  max-height: 220px;
  overflow-y: auto;
}
.version-item[data-v-15feeb7e] {
  cursor: pointer;
}
.version-item.active[data-v-15feeb7e] {
  background-color: rgba(59, 130, 246, 0.12);
}
.version-item-main[data-v-15feeb7e] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.version-item-left[data-v-15feeb7e] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.version-label[data-v-15feeb7e] {
  font-weight: 600;
}
.version-item-meta[data-v-15feeb7e] {
  font-size: 0.8rem;
  opacity: 0.85;
}
.version-details[data-v-15feeb7e] {
  max-height: 340px;
  overflow-y: auto;
}
.version-summary[data-v-15feeb7e] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 0.85rem;
}
.version-empty[data-v-15feeb7e] {
  font-size: 0.85rem;
  opacity: 0.8;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/CashTransferForm.vue?type=style&index=0 */
nav ul[data-v-4452e63f] {
  display: inherit !important;
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/AccountsReceivableWorkspace.vue?type=style&index=0 */
.ar-workspace-root[data-v-239862cd] {
  padding: 12px 16px 24px;
}
.ar-summary-grid[data-v-239862cd] {
  margin-bottom: 16px;
}
.summary-card[data-v-239862cd] {
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .03);
}
.summary-card.warning[data-v-239862cd] {
  border-left: 3px solid rgba(250, 173, 20, .9);
}
.summary-card.danger[data-v-239862cd] {
  border-left: 3px solid rgba(245, 63, 63, .9);
}
.summary-header[data-v-239862cd] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.summary-icon[data-v-239862cd] {
  font-size: 18px;
}
.summary-label[data-v-239862cd] {
  font-size: 12px;
  opacity: .8;
}
.summary-value[data-v-239862cd] {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4px;
}
.summary-sub[data-v-239862cd] {
  font-size: 11px;
  opacity: .7;
}
.ar-main-card[data-v-239862cd] {
  border-radius: 12px;
  width: 100%;
}
.ar-tabs-wrapper[data-v-239862cd] {
  display: flex;
  justify-content: center;
}
.ar-tabs-wrapper[data-v-239862cd] .n-tabs-nav {
  justify-content: center;
}
.tab-toolbar[data-v-239862cd] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 12px;
}
.toolbar-left[data-v-239862cd] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.toolbar-search[data-v-239862cd] {
  max-width: 280px;
  width: 100%;
}
.toolbar-filter[data-v-239862cd] {
  width: 175px;
  flex-shrink: 0;
}
.aging-container[data-v-239862cd] {
  padding: 8px 0;
}
.aging-error[data-v-239862cd] {
  padding: 24px 0;
}
.view-doc[data-v-239862cd] {
  padding: 4px 0;
  font-size: 13.5px;
  line-height: 1.65;
}
.view-doc-hero[data-v-239862cd] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 4px 0 8px;
}
.view-doc-hero-left[data-v-239862cd] {
  flex: 1;
  min-width: 0;
}
.view-doc-number[data-v-239862cd] {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.4px;
  line-height: 1.2;
}
.view-doc-name[data-v-239862cd] {
  font-size: 14px;
  opacity: .6;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-doc-status-tag[data-v-239862cd] {
  flex-shrink: 0;
  margin-top: 4px;
}
.view-section[data-v-239862cd] {
  margin-top: 20px;
}
.view-section-title[data-v-239862cd] {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  opacity: .4;
  margin-bottom: 10px;
}
.view-fields-grid[data-v-239862cd] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
.view-field[data-v-239862cd] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.view-field-full[data-v-239862cd] {
  grid-column: 1 / -1;
}
.view-field-label[data-v-239862cd] {
  font-size: 11px;
  font-weight: 600;
  opacity: .45;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.view-field-value[data-v-239862cd] {
  font-size: 13.5px;
  font-weight: 500;
}
.view-field-amount[data-v-239862cd] {
  font-variant-numeric: tabular-nums;
}
.view-amounts-row[data-v-239862cd] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.view-amount-box[data-v-239862cd] {
  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-239862cd] {
  font-size: 11px;
  font-weight: 600;
  opacity: .45;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.view-amount-value[data-v-239862cd] {
  font-size: 18px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.3px;
}
.view-amount-highlight[data-v-239862cd] {
  color: #18a058;
}
.view-amount-overdue[data-v-239862cd] {
  color: #d03050;
}
.view-amount-clear[data-v-239862cd] {
  color: #18a058;
}
.view-lines-table[data-v-239862cd] {
  width: 100%;
  border-collapse: collapse;
  font-size: 12.5px;
}
.view-lines-table th[data-v-239862cd] {
  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-239862cd] {
  padding: 7px 8px;
  border-bottom: 1px solid rgba(128, 128, 128, .08);
  vertical-align: middle;
}
.view-lines-table .line-num[data-v-239862cd] {
  font-size: 11px;
  opacity: .45;
  width: 28px;
}
.view-lines-table tfoot td[data-v-239862cd] {
  border-top: 2px solid rgba(128, 128, 128, .2);
  border-bottom: none;
  padding-top: 8px;
}
.lines-total-label[data-v-239862cd] {
  font-size: 11px;
  font-weight: 700;
  opacity: .5;
  text-transform: uppercase;
}
.lines-total-value[data-v-239862cd] {
  font-weight: 700;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.align-right[data-v-239862cd] {
  text-align: right;
}
.view-empty-state[data-v-239862cd] {
  font-size: 12.5px;
  opacity: .5;
  padding: 12px 0;
}
.allocation-root[data-v-239862cd] {
  padding-top: 4px;
}
.allocation-form[data-v-239862cd] {
  margin-bottom: 12px;
}
.mb-2[data-v-239862cd] {
  margin-bottom: 8px;
}
.allocation-tables-header[data-v-239862cd] {
  margin: 8px 0;
}
.allocation-tables[data-v-239862cd] {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.alloc-table-wrapper[data-v-239862cd] {
  flex: 1;
}
.alloc-table-title[data-v-239862cd] {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
  opacity: .85;
}
.alloc-balance-summary[data-v-239862cd] {
  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-239862cd] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.alloc-balance-label[data-v-239862cd] {
  opacity: .65;
}
.alloc-balance-value[data-v-239862cd] {
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.alloc-balance-max[data-v-239862cd] {
  border-top: 1px solid rgba(128, 128, 128, .15);
  padding-top: 6px;
  margin-top: 2px;
}
.alloc-balance-max .alloc-balance-label[data-v-239862cd] {
  font-weight: 700;
  opacity: .85;
}
.alloc-balance-max .alloc-balance-value[data-v-239862cd] {
  color: #18a058;
  font-size: 13px;
}
.drawer-meta[data-v-239862cd] {
  font-size: 12px;
  line-height: 1.4;
  opacity: .85;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/Documents/Layout/FormSection.vue?type=style&index=0 */
.form-section[data-v-d9819ae4] {
  margin-bottom: 8px;
}
.form-section__header[data-v-d9819ae4] {
  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-d9819ae4] {
  cursor: pointer;
}
.form-section__header.is-collapsible:hover .form-section__title[data-v-d9819ae4] {
  opacity: 0.75;
}
.form-section__title[data-v-d9819ae4] {
  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-d9819ae4] {
  color: var(--n-text-color-3, #aaa);
  transition: transform 0.2s;
}
.form-section__body[data-v-d9819ae4] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-expand-enter-active[data-v-d9819ae4],
.section-expand-leave-active[data-v-d9819ae4] {
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform-origin: top;
}
.section-expand-enter-from[data-v-d9819ae4],
.section-expand-leave-to[data-v-d9819ae4] {
  opacity: 0;
  transform: scaleY(0.95);
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/Documents/Layout/FormRow.vue?type=style&index=0 */
.form-row[data-v-b1624e7e] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.form-row__label[data-v-b1624e7e] {
  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-b1624e7e] {
  color: #e03131;
  font-size: 13px;
  line-height: 1;
}
.form-row__control[data-v-b1624e7e] {
  width: 100%;
}
.form-row__hint[data-v-b1624e7e] {
  font-size: 12px;
  color: var(--n-color-text-secondary, #999);
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/Documents/CurrencyRateCard.vue?type=style&index=0 */
.mt-2[data-v-45b4c638] {
  margin-top: 10px;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/Documents/FinanceDocumentLeftPanel.vue?type=style&index=0 */
.doc-left-panel[data-v-00105393] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mt-2[data-v-00105393] {
  margin-top: 4px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/Documents/DocumentLinesTable.vue?type=style&index=0 */
.lines-list[data-v-abee96e0] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lines-list__toolbar[data-v-abee96e0] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.lines-list__empty[data-v-abee96e0] {
  padding: 24px 0 8px;
  font-size: 14px;
  color: var(--n-text-color-3, #aaa);
  text-align: center;
}
.lines-list__cards[data-v-abee96e0] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.line-card[data-v-abee96e0] {
  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-abee96e0]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
.line-card__header[data-v-abee96e0] {
  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-abee96e0] {
  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-abee96e0] {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 4px 0;
}
.line-field[data-v-abee96e0] {
  display: flex;
  flex-direction: column;
  padding: 8px 14px;
  min-width: 120px;
  flex: 1 1 120px;
}
.line-field--full[data-v-abee96e0] {
  flex: 1 1 100%;
}
.line-field__label[data-v-abee96e0] {
  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-abee96e0] {
  font-size: 14px;
  color: var(--n-text-color-1, #333);
  word-break: break-word;
}
.line-field__value--amount[data-v-abee96e0] {
  font-weight: 600;
}
.line-field__sub[data-v-abee96e0] {
  display: block;
  font-size: 12px;
  color: var(--n-text-color-2, #666);
}
.line-field__amount[data-v-abee96e0] {
  display: block;
  font-size: 14px;
  color: var(--n-text-color-1, #333);
}
.line-card__footer[data-v-abee96e0] {
  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-abee96e0] {
  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-abee96e0] {
  font-size: 15px;
  font-weight: 600;
  color: var(--n-text-color-1, #333);
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/Documents/AllocationsTable.vue?type=style&index=0 */
.alloc-list[data-v-40a3b63f] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.alloc-list__toolbar[data-v-40a3b63f] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.alloc-list__empty[data-v-40a3b63f] {
  padding: 24px 0 8px;
  font-size: 14px;
  color: var(--n-text-color-3, #aaa);
  text-align: center;
}
.alloc-list__cards[data-v-40a3b63f] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.alloc-card[data-v-40a3b63f] {
  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-40a3b63f]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
.alloc-card__header[data-v-40a3b63f] {
  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-40a3b63f] {
  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-40a3b63f] {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 4px 0;
}
.alloc-field[data-v-40a3b63f] {
  display: flex;
  flex-direction: column;
  padding: 8px 14px;
  min-width: 140px;
  flex: 1 1 140px;
}
.alloc-field--full[data-v-40a3b63f] {
  flex: 1 1 100%;
}
.alloc-field__label[data-v-40a3b63f] {
  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-40a3b63f] {
  font-size: 14px;
  color: var(--n-text-color-1, #333);
  word-break: break-word;
}
.alloc-card__footer[data-v-40a3b63f] {
  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-40a3b63f] {
  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-40a3b63f] {
  font-size: 15px;
  font-weight: 600;
  color: var(--n-text-color-1, #333);
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/Documents/JournalLinesTable.vue?type=style&index=0 */
.journal-balance[data-v-c2e55779] {
  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-c2e55779] {
  border-color: #b2f2bb;
  background: #f0fff4;
}
.journal-balance.is-unbalanced[data-v-c2e55779] {
  border-color: #ffc9c9;
  background: #fff5f5;
}
.journal-balance__item[data-v-c2e55779] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.journal-balance__label[data-v-c2e55779] {
  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-c2e55779] {
  font-size: 15px;
  font-weight: 600;
  color: var(--n-text-color-1, #333);
  font-variant-numeric: tabular-nums;
}
.journal-balance__status[data-v-c2e55779] {
  margin-left: auto;
}
.journal-list__toolbar[data-v-c2e55779] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.journal-list__empty[data-v-c2e55779] {
  padding: 24px 0 8px;
  font-size: 14px;
  color: var(--n-text-color-3, #aaa);
  text-align: center;
}
.journal-list[data-v-c2e55779] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.journal-list__cards[data-v-c2e55779] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.journal-card[data-v-c2e55779] {
  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-c2e55779]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
.journal-card__header[data-v-c2e55779] {
  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-c2e55779] {
  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-c2e55779] {
  display: flex;
  flex-wrap: wrap;
  padding: 4px 0;
}
.journal-field[data-v-c2e55779] {
  display: flex;
  flex-direction: column;
  padding: 8px 14px;
}
.journal-field--half[data-v-c2e55779] {
  flex: 1 1 50%;
  min-width: 180px;
}
.journal-field__label[data-v-c2e55779] {
  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-c2e55779] {
  font-size: 14px;
  color: var(--n-text-color-1, #333);
  word-break: break-word;
}
.journal-card__footer[data-v-c2e55779] {
  border-top: 1px solid var(--n-border-color, #e8e8e8);
  background: var(--n-color-modal, #fafafa);
  padding: 0;
}
.journal-card__amount-pair[data-v-c2e55779] {
  display: flex;
  align-items: stretch;
}
.journal-card__amount-item[data-v-c2e55779] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 8px 14px;
  gap: 2px;
}
.journal-card__amount-item[data-v-c2e55779]:first-child {
  align-items: flex-start;
}
.journal-card__amount-divider[data-v-c2e55779] {
  width: 1px;
  background: var(--n-border-color, #e8e8e8);
  margin: 6px 0;
}
.journal-card__amount-label[data-v-c2e55779] {
  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-c2e55779] {
  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-c2e55779] {
  color: var(--n-text-color-1, #333);
}

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/GeneralLedger.vue?type=style&index=0 */
.page-wrapper[data-v-9bdec09e] {
  padding: 12px;
}
.page-header[data-v-9bdec09e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.title[data-v-9bdec09e] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 18px;
}
.title-icon[data-v-9bdec09e] {
  font-size: 18px;
}
.mt-2[data-v-9bdec09e] {
  margin-top: 8px;
}
.flex-between[data-v-9bdec09e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stat .label[data-v-9bdec09e] {
  font-size: 12px;
  color: var(--n-text-color-3);
}
.stat .value[data-v-9bdec09e] {
  font-size: 18px;
  font-weight: 600;
  margin-top: 6px;
}
.muted[data-v-9bdec09e] {
  color: var(--n-text-color-3);
  font-size: 12px;
}
.drawer-text[data-v-9bdec09e] {
  white-space: pre-wrap;
  line-height: 1.5;
}
[data-v-9bdec09e] .gl-row-opening td {
  font-weight: 700;
  background: rgba(148, 163, 184, 0.08);
}
[data-v-9bdec09e] .gl-row-revaluation td {
  background: rgba(59, 130, 246, 0.06);
}
[data-v-9bdec09e] .gl-row-reversal td {
  background: rgba(245, 158, 11, 0.06);
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/ApproveApDebitNote.vue?type=style&index=0 */
.sub-card[data-v-05a64486] {
  border-radius: 10px;
}
.header-row[data-v-05a64486] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-05a64486] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-05a64486] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-05a64486] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-05a64486] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-05a64486] {
  font-weight: 600;
  font-size: 14px;
}
.kpi-formatted[data-v-05a64486] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.journal-line-row[data-v-05a64486] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #f3f4f6;
  gap: 12px;
}
.journal-line-account[data-v-05a64486] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  min-width: 0;
}
.journal-line-amounts[data-v-05a64486] {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.debit-chip[data-v-05a64486] {
  background: #fee2e2;
  color: #991b1b;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 8px;
}
.credit-chip[data-v-05a64486] {
  background: #d1fae5;
  color: #065f46;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 8px;
}
.line-card[data-v-05a64486] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.line-card[data-v-05a64486]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.line-summary[data-v-05a64486] {
  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-05a64486]:hover {
  background: #f3f4f6;
}
.line-summary.expanded[data-v-05a64486] {
  background: #eff6ff;
  border-bottom: 1px solid #dbeafe;
}
.line-summary-left[data-v-05a64486] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.line-badge[data-v-05a64486] {
  background: #e5e7eb;
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 7px;
  white-space: nowrap;
}
.line-main[data-v-05a64486] {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.line-product[data-v-05a64486] {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-code[data-v-05a64486] {
  font-size: 11px;
}
.line-summary-right[data-v-05a64486] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.line-amounts[data-v-05a64486] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.line-qty[data-v-05a64486],
.line-price[data-v-05a64486] {
  font-size: 12px;
  color: #6b7280;
}
.line-total-chip[data-v-05a64486] {
  background: #d1fae5;
  color: #065f46;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 8px;
}
.line-tax-chip[data-v-05a64486] {
  background: #fef3c7;
  color: #92400e;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 8px;
}
.expand-icon[data-v-05a64486] {
  width: 18px;
  height: 18px;
  color: #9ca3af;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.expand-icon.rotated[data-v-05a64486] {
  transform: rotate(180deg);
}
.line-detail[data-v-05a64486] {
  padding: 10px 14px 14px;
  background: #fff;
}
.detail-label[data-v-05a64486] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.detail-value[data-v-05a64486] {
  font-size: 13px;
  color: #111827;
  font-weight: 500;
}
.lines-footer[data-v-05a64486] {
  padding-top: 4px;
}
.lines-totals[data-v-05a64486] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  justify-content: flex-end;
}
.lines-totals strong[data-v-05a64486] {
  color: #111827;
}
.empty[data-v-05a64486] {
  padding: 10px 0;
  text-align: center;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/ApproveApInvoice.vue?type=style&index=0 */
.sub-card[data-v-7214a786] {
  border-radius: 10px;
}
.header-row[data-v-7214a786] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-7214a786] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-7214a786] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-7214a786] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-7214a786] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-7214a786] {
  font-weight: 600;
  font-size: 14px;
}
.kpi-formatted[data-v-7214a786] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.line-card[data-v-7214a786] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.line-card[data-v-7214a786]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.line-summary[data-v-7214a786] {
  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-7214a786]:hover {
  background: #f3f4f6;
}
.line-summary.expanded[data-v-7214a786] {
  background: #eff6ff;
  border-bottom: 1px solid #dbeafe;
}
.line-summary-left[data-v-7214a786] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.line-badge[data-v-7214a786] {
  background: #e5e7eb;
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 7px;
  white-space: nowrap;
}
.line-main[data-v-7214a786] {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.line-product[data-v-7214a786] {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-code[data-v-7214a786] {
  font-size: 11px;
}
.line-summary-right[data-v-7214a786] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.line-amounts[data-v-7214a786] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.line-qty[data-v-7214a786],
.line-price[data-v-7214a786] {
  font-size: 12px;
  color: #6b7280;
}
.line-total-chip[data-v-7214a786] {
  background: #d1fae5;
  color: #065f46;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 8px;
}
.line-tax-chip[data-v-7214a786] {
  background: #fef3c7;
  color: #92400e;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 8px;
}
.expand-icon[data-v-7214a786] {
  width: 18px;
  height: 18px;
  color: #9ca3af;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.expand-icon.rotated[data-v-7214a786] {
  transform: rotate(180deg);
}
.line-detail[data-v-7214a786] {
  padding: 10px 14px 14px;
  background: #fff;
}
.detail-label[data-v-7214a786] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.detail-value[data-v-7214a786] {
  font-size: 13px;
  color: #111827;
  font-weight: 500;
}
.lines-footer[data-v-7214a786] {
  padding-top: 4px;
}
.lines-totals[data-v-7214a786] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  justify-content: flex-end;
}
.lines-totals strong[data-v-7214a786] {
  color: #111827;
}
.empty[data-v-7214a786] {
  padding: 10px 0;
  text-align: center;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/ApproveApPayment.vue?type=style&index=0 */
.sub-card[data-v-39fc0aef] {
  border-radius: 10px;
}
.header-row[data-v-39fc0aef] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-39fc0aef] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-39fc0aef] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-39fc0aef] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-39fc0aef] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-39fc0aef] {
  font-weight: 600;
  font-size: 14px;
}
.kpi-formatted[data-v-39fc0aef] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.line-card[data-v-39fc0aef] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.line-card[data-v-39fc0aef]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.line-summary[data-v-39fc0aef] {
  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-39fc0aef]:hover {
  background: #f3f4f6;
}
.line-summary.expanded[data-v-39fc0aef] {
  background: #eff6ff;
  border-bottom: 1px solid #dbeafe;
}
.line-summary-left[data-v-39fc0aef] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.alloc-main[data-v-39fc0aef] {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.alloc-invoice[data-v-39fc0aef] {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
}
.line-summary-right[data-v-39fc0aef] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.line-badge[data-v-39fc0aef] {
  background: #e5e7eb;
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 7px;
  white-space: nowrap;
}
.line-total-chip[data-v-39fc0aef] {
  background: #d1fae5;
  color: #065f46;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 8px;
}
.expand-icon[data-v-39fc0aef] {
  width: 18px;
  height: 18px;
  color: #9ca3af;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.expand-icon.rotated[data-v-39fc0aef] {
  transform: rotate(180deg);
}
.line-detail[data-v-39fc0aef] {
  padding: 10px 14px 14px;
  background: #fff;
}
.detail-label[data-v-39fc0aef] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.detail-value[data-v-39fc0aef] {
  font-size: 13px;
  color: #111827;
  font-weight: 500;
}
.lines-footer[data-v-39fc0aef] {
  padding-top: 4px;
}
.lines-totals[data-v-39fc0aef] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  justify-content: flex-end;
}
.lines-totals strong[data-v-39fc0aef] {
  color: #111827;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/ApproveArCreditNote.vue?type=style&index=0 */
.sub-card[data-v-5bf95837] {
  border-radius: 10px;
}
.header-row[data-v-5bf95837] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-5bf95837] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-5bf95837] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-5bf95837] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-5bf95837] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-5bf95837] {
  font-weight: 600;
  font-size: 14px;
}
.kpi-formatted[data-v-5bf95837] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.related-invoice-chip[data-v-5bf95837] {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
}
.related-line-row[data-v-5bf95837] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 13px;
}
.related-line-desc[data-v-5bf95837] {
  flex: 1;
  color: #374151;
}
.related-line-amount[data-v-5bf95837] {
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
}
.line-card[data-v-5bf95837] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.line-card[data-v-5bf95837]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.line-summary[data-v-5bf95837] {
  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-5bf95837]:hover {
  background: #f3f4f6;
}
.line-summary.expanded[data-v-5bf95837] {
  background: #eff6ff;
  border-bottom: 1px solid #dbeafe;
}
.line-summary-left[data-v-5bf95837] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.line-badge[data-v-5bf95837] {
  background: #e5e7eb;
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 7px;
  white-space: nowrap;
}
.line-main[data-v-5bf95837] {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.line-product[data-v-5bf95837] {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-code[data-v-5bf95837] {
  font-size: 11px;
}
.line-summary-right[data-v-5bf95837] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.line-amounts[data-v-5bf95837] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.line-qty[data-v-5bf95837],
.line-price[data-v-5bf95837] {
  font-size: 12px;
  color: #6b7280;
}
.line-total-chip[data-v-5bf95837] {
  background: #d1fae5;
  color: #065f46;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 8px;
}
.line-tax-chip[data-v-5bf95837] {
  background: #fef3c7;
  color: #92400e;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 8px;
}
.expand-icon[data-v-5bf95837] {
  width: 18px;
  height: 18px;
  color: #9ca3af;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.expand-icon.rotated[data-v-5bf95837] {
  transform: rotate(180deg);
}
.line-detail[data-v-5bf95837] {
  padding: 10px 14px 14px;
  background: #fff;
}
.detail-label[data-v-5bf95837] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.detail-value[data-v-5bf95837] {
  font-size: 13px;
  color: #111827;
  font-weight: 500;
}
.lines-footer[data-v-5bf95837] {
  padding-top: 4px;
}
.lines-totals[data-v-5bf95837] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  justify-content: flex-end;
}
.lines-totals strong[data-v-5bf95837] {
  color: #111827;
}
.empty[data-v-5bf95837] {
  padding: 10px 0;
  text-align: center;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/ApproveArInvoice.vue?type=style&index=0 */
.sub-card[data-v-35c0a245] {
  border-radius: 10px;
}
.header-row[data-v-35c0a245] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-35c0a245] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-35c0a245] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-35c0a245] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-35c0a245] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-35c0a245] {
  font-weight: 600;
  font-size: 14px;
}
.address[data-v-35c0a245] {
  line-height: 1.6;
  color: #374151;
}
.kpi-formatted[data-v-35c0a245] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.line-card[data-v-35c0a245] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.line-card[data-v-35c0a245]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.line-summary[data-v-35c0a245] {
  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-35c0a245]:hover {
  background: #f3f4f6;
}
.line-summary.expanded[data-v-35c0a245] {
  background: #eff6ff;
  border-bottom: 1px solid #dbeafe;
}
.line-summary-left[data-v-35c0a245] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.line-badge[data-v-35c0a245] {
  background: #e5e7eb;
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 7px;
  white-space: nowrap;
}
.line-main[data-v-35c0a245] {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.line-product[data-v-35c0a245] {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-code[data-v-35c0a245] {
  font-size: 11px;
}
.line-summary-right[data-v-35c0a245] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.line-amounts[data-v-35c0a245] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.line-qty[data-v-35c0a245] {
  font-size: 12px;
  color: #6b7280;
}
.line-price[data-v-35c0a245] {
  font-size: 12px;
  color: #6b7280;
}
.line-total-chip[data-v-35c0a245] {
  background: #d1fae5;
  color: #065f46;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 8px;
}
.line-tax-chip[data-v-35c0a245] {
  background: #fef3c7;
  color: #92400e;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 8px;
}
.expand-icon[data-v-35c0a245] {
  width: 18px;
  height: 18px;
  color: #9ca3af;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.expand-icon.rotated[data-v-35c0a245] {
  transform: rotate(180deg);
}
.line-detail[data-v-35c0a245] {
  padding: 10px 14px 14px;
  background: #fff;
}
.detail-label[data-v-35c0a245] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.detail-value[data-v-35c0a245] {
  font-size: 13px;
  color: #111827;
  font-weight: 500;
}
.lines-footer[data-v-35c0a245] {
  padding-top: 4px;
}
.lines-totals[data-v-35c0a245] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  justify-content: flex-end;
}
.lines-totals strong[data-v-35c0a245] {
  color: #111827;
}
.empty[data-v-35c0a245] {
  text-align: center;
  padding: 12px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/ApproveArReceipt.vue?type=style&index=0 */
.sub-card[data-v-6a7592dd] {
  border-radius: 10px;
}
.header-row[data-v-6a7592dd] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-6a7592dd] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.id-texts .name[data-v-6a7592dd] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-6a7592dd] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-6a7592dd] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-6a7592dd] {
  font-weight: 600;
  font-size: 14px;
}
.kpi-formatted[data-v-6a7592dd] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.alloc-card[data-v-6a7592dd] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.alloc-card[data-v-6a7592dd]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.alloc-summary[data-v-6a7592dd] {
  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-6a7592dd]:hover {
  background: #f3f4f6;
}
.alloc-summary.expanded[data-v-6a7592dd] {
  background: #eff6ff;
  border-bottom: 1px solid #dbeafe;
}
.alloc-summary-left[data-v-6a7592dd] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.alloc-main[data-v-6a7592dd] {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.alloc-invoice[data-v-6a7592dd] {
  font-weight: 600;
  font-size: 13px;
  color: #111827;
}
.alloc-summary-right[data-v-6a7592dd] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.alloc-detail[data-v-6a7592dd] {
  padding: 10px 14px 14px;
  background: #fff;
}
.line-badge[data-v-6a7592dd] {
  background: #e5e7eb;
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 7px;
  white-space: nowrap;
}
.line-total-chip[data-v-6a7592dd] {
  background: #d1fae5;
  color: #065f46;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 8px;
}
.expand-icon[data-v-6a7592dd] {
  width: 18px;
  height: 18px;
  color: #9ca3af;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.expand-icon.rotated[data-v-6a7592dd] {
  transform: rotate(180deg);
}
.detail-label[data-v-6a7592dd] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.detail-value[data-v-6a7592dd] {
  font-size: 13px;
  color: #111827;
  font-weight: 500;
}
.lines-footer[data-v-6a7592dd] {
  padding-top: 4px;
}
.lines-totals[data-v-6a7592dd] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  justify-content: flex-end;
}
.lines-totals strong[data-v-6a7592dd] {
  color: #111827;
}
.empty[data-v-6a7592dd] {
  padding: 10px 0;
  text-align: center;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/ApproveCostCenterBudget.vue?type=style&index=0 */
.sub-card[data-v-87ce07a0] {
  border-radius: 10px;
}
.header-row[data-v-87ce07a0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-87ce07a0] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar-block[data-v-87ce07a0] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-circle[data-v-87ce07a0] {
  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-87ce07a0] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-87ce07a0] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-87ce07a0] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section-title[data-v-87ce07a0] {
  font-weight: 600;
  font-size: 14px;
}
.line-header[data-v-87ce07a0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.line-header-main[data-v-87ce07a0] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.line-title[data-v-87ce07a0] {
  font-weight: 600;
  font-size: 14px;
  color: #111827;
}
.line-subtitle[data-v-87ce07a0] {
  font-size: 12px;
  color: #6b7280;
}
.line-amount[data-v-87ce07a0] {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.mt-3[data-v-87ce07a0] {
  margin-top: 12px;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/ApproveMasterBudget.vue?type=style&index=0 */
.sub-card[data-v-0fe96205] {
  border-radius: 10px;
}
.header-row[data-v-0fe96205] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-0fe96205] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar-block[data-v-0fe96205] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-circle[data-v-0fe96205] {
  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-0fe96205] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-0fe96205] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-0fe96205] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section-title[data-v-0fe96205] {
  font-weight: 600;
  font-size: 14px;
}
.line-header[data-v-0fe96205] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.line-header-main[data-v-0fe96205] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.line-title[data-v-0fe96205] {
  font-weight: 600;
  font-size: 14px;
  color: #111827;
}
.line-subtitle[data-v-0fe96205] {
  font-size: 12px;
  color: #6b7280;
}
.line-amount[data-v-0fe96205] {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.mt-3[data-v-0fe96205] {
  margin-top: 12px;
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/StatementForm.vue?type=style&index=0 */
.full-width-select[data-v-56709c2f] {
  width: 100%;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/StatementWorkspace.vue?type=style&index=0 */
.modal-actions[data-v-4975fd13] {
  display: flex;
  justify-content: flex-end;
}
.ml-2[data-v-4975fd13] {
  margin-left: 8px;
}

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

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

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

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Reports/Dashboards.vue?type=style&index=0 */
.page-wrap[data-v-1435630c] {
  display: grid;
  gap: 16px;
  grid-template-rows: auto 1fr;
}
.dashboard-hero[data-v-1435630c] {
  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-1435630c] {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 12px;
  align-items: center;
}
@media (max-width: 860px) {
  .hero-inner[data-v-1435630c] {
    grid-template-columns: 1fr;
  }
}
.hero-left[data-v-1435630c] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.hero-icon[data-v-1435630c] {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .12);
  display: grid;
  place-items: center;
}
.hero-title[data-v-1435630c] {
  margin: 0;
  font-weight: 800;
  font-size: 22px;
}
.hero-subtitle[data-v-1435630c] {
  margin: 2px 0 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, .85);
}
.dashboard-card[data-v-1435630c] {
  --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-1435630c]:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.06);
}
.card-content[data-v-1435630c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 8px;
  min-height: 150px;
}
.icon-wrap[data-v-1435630c] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.icon[data-v-1435630c] {
  color: var(--icon-color);
}
.title[data-v-1435630c] {
  margin-top: auto;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 1.15;
  padding-bottom: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Reports/SalesDashboard.vue?type=style&index=0 */
.page-wrap[data-v-43012a64] {
  display: grid;
  gap: 16px;
  grid-template-rows: auto auto 1fr;
}
.dashboard-hero[data-v-43012a64] {
  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-43012a64] {
    background: #0b1020;
    color: #e5e7eb;
    border-color: rgba(255, 255, 255, 0.08);
  }
}
.hero-avatar[data-v-43012a64] {
  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-43012a64] {
    background: rgba(255, 255, 255, .08);
  }
}
.kpi-strip[data-v-43012a64] {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 2px;
  scroll-snap-type: x mandatory;
}
.kpi-card[data-v-43012a64] {
  min-width: 280px;
  scroll-snap-align: start;
}
.kpi[data-v-43012a64] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.kpi-icon[data-v-43012a64] {
  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-43012a64] {
  font-size: 12px;
  color: #64748b;
}
.kpi-value[data-v-43012a64] {
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}
.kpi-dual[data-v-43012a64] {
  display: grid;
  gap: 2px;
}
.kpi-ab[data-v-43012a64] {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 6px;
}
.kpi-dot[data-v-43012a64] {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: inline-block;
}
.kpi-a[data-v-43012a64] {
  background: #4f46e5;
}
.kpi-b[data-v-43012a64] {
  background: #16a34a;
}
.chart[data-v-43012a64] {
  width: 100%;
  height: 360px;
  min-height: 300px;
}
.filter-label[data-v-43012a64] {
  font-size: 12px;
  color: #475569;
  margin-bottom: 6px;
}
@media (prefers-color-scheme: dark) {
  .filter-label[data-v-43012a64] {
    color: #94a3b8;
  }
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/CaseManagement/Case.vue?type=style&index=0 */
nav ul[data-v-8484910e] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/CaseManagement/CaseForm.vue?type=style&index=0 */
.center-wrap[data-v-545452bc] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-545452bc] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/CaseManagement/CaseTypes.vue?type=style&index=0 */
nav ul[data-v-35fa92ff] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/CaseManagement/CaseTypeForm.vue?type=style&index=0 */
.center-wrap[data-v-2d3a0caa] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-2d3a0caa] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/CaseManagement/CaseTypeStage.vue?type=style&index=0 */
nav ul[data-v-9967ccef] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/CaseManagement/CaseTypeStageForm.vue?type=style&index=0 */
.center-wrap[data-v-8537977e] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-8537977e] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/CaseManagement/CaseCategory.vue?type=style&index=0 */
nav ul[data-v-8156dd14] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/CaseManagement/CaseCategoryForm.vue?type=style&index=0 */
.center-wrap[data-v-dac793a5] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-dac793a5] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/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:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/CaseManagement/CaseStageFlow.vue?type=style&index=0 */
.stage-flow-container[data-v-925651bd] {
  margin-bottom: 16px;
}
.stage-flow[data-v-925651bd] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 8px 0;
}
.stage-card[data-v-925651bd] {
  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-925651bd]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border-color: #36ad6a;
}
.stage-current[data-v-925651bd] {
  border-color: #2080f0;
  border-width: 2px;
  background: #f0f7ff;
}
.stage-past[data-v-925651bd] {
  border-color: #18a058;
  background: #f0faf4;
}
.stage-future[data-v-925651bd] {
  opacity: 0.6;
}
.stage-header[data-v-925651bd] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.stage-order[data-v-925651bd] {
  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-925651bd] {
  background: #d4edda;
  color: #18a058;
}
.stage-current .stage-order[data-v-925651bd] {
  background: #d0e4ff;
  color: #2080f0;
}
.stage-check[data-v-925651bd] {
  color: #18a058;
  font-size: 12px;
  font-weight: 700;
}
.stage-dot[data-v-925651bd] {
  color: #2080f0;
  font-size: 10px;
}
.stage-name[data-v-925651bd] {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stage-badge[data-v-925651bd] {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}
.note-count[data-v-925651bd] {
  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-925651bd] {
  background: #fee2e2;
  color: #dc2626;
}
.stage-arrow[data-v-925651bd] {
  display: flex;
  align-items: center;
  padding: 0 2px;
}
.add-note-form[data-v-925651bd] {
  margin-bottom: 8px;
}
.notes-list[data-v-925651bd] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.note-card[data-v-925651bd] {
  border-radius: 8px;
}
.note-text[data-v-925651bd] {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 6px;
}
.note-meta[data-v-925651bd] {
  font-size: 11px;
  color: #999;
  margin-bottom: 4px;
}
.note-actions[data-v-925651bd] {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/CaseManagement/ViewCase.vue?type=style&index=0 */
.kpi[data-v-9a2b6e71] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.kpi-title[data-v-9a2b6e71] {
  font-size: 12px;
  color: #6b7280;
}
.mt-3[data-v-9a2b6e71] {
  margin-top: 12px;
}
.mb-2[data-v-9a2b6e71] {
  margin-bottom: 8px;
}
.mb-3[data-v-9a2b6e71] {
  margin-bottom: 16px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/CaseManagement/CasePartyForm.vue?type=style&index=0 */
.center-wrap[data-v-a454597a] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-a454597a] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/CaseManagement/CaseDocumentForm.vue?type=style&index=0 */
.center-wrap[data-v-58223f8e] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-58223f8e] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/CaseManagement/CaseNoteForm.vue?type=style&index=0 */
.center-wrap[data-v-e3f88a03] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-e3f88a03] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/CaseManagement/CaseReminderForm.vue?type=style&index=0 */
.center-wrap[data-v-c9335fac] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-c9335fac] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/Settings.vue?type=style&index=0 */
.settings-card[data-v-503f08d1] {
  max-width: 900px;
  margin: 20px auto;
}
.mb-4[data-v-503f08d1] {
  margin-bottom: 16px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/ProductType.vue?type=style&index=0 */
nav ul[data-v-eebdc916] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/ProductSetting.vue?type=style&index=0 */
nav ul[data-v-bd995900] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/ProductSettingForm.vue?type=style&index=0 */
.tracking-card[data-v-0872a0e9] {
  margin-bottom: 16px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
}
.tracking-header[data-v-0872a0e9] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.tracking-info[data-v-0872a0e9] {
  margin-bottom: 12px;
  font-size: 12px;
}
.warehouse-overrides-card[data-v-0872a0e9] {
  margin-top: 20px;
  background-color: #f0f9ff;
  border: 1px solid #bae6fd;
}
.warehouse-header[data-v-0872a0e9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/Records.vue?type=style&index=0 */
nav ul[data-v-88deaf79] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/Request.vue?type=style&index=0 */
nav ul[data-v-e934c256] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/InventoryProducts.vue?type=style&index=0 */
.inventory-products[data-v-0fef2ec4] {
  font-family:
    "Inter",
    "Roboto",
    "Segoe UI",
    sans-serif;
}
.card-header[data-v-0fef2ec4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.header-left[data-v-0fef2ec4] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-actions[data-v-0fef2ec4] {
  display: flex;
  align-items: center;
}
.card-title[data-v-0fef2ec4] {
  font-weight: 600;
  font-size: 18px;
  color: #2c3e50;
  letter-spacing: 0.5px;
}
.filters-section[data-v-0fef2ec4] {
  margin-bottom: 12px;
  padding: 10px 14px;
  background: #fafbfc;
  border-radius: 8px;
  border: 1px solid #eee;
}
.view-toggle[data-v-0fef2ec4] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.filter-controls[data-v-0fef2ec4] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.table-container[data-v-0fef2ec4] {
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  background: #fff;
}
[data-v-0fef2ec4] .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-0fef2ec4] .enhanced-table .n-data-table-td {
  font-size: 14px !important;
  color: #2d3748 !important;
  padding: 12px 16px;
}
.no-data-table-container[data-v-0fef2ec4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: #fff;
}
.no-data-text[data-v-0fef2ec4] {
  text-align: center;
  color: #666;
}
.no-data-text p[data-v-0fef2ec4] {
  margin-bottom: 12px;
}
.pagination-container[data-v-0fef2ec4] {
  padding: 16px;
  border-top: 1px solid #f0f0f0;
  background: #fafafa;
}
.pagination-info[data-v-0fef2ec4] {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.text-success[data-v-0fef2ec4] {
  color: #18a058;
  font-weight: 500;
}
.text-danger[data-v-0fef2ec4] {
  color: #d03050;
  font-weight: 500;
}
[data-v-0fef2ec4] .selected-row {
  background-color: rgba(24, 160, 88, 0.1) !important;
}
[data-v-0fef2ec4] .selected-row td {
  background-color: rgba(24, 160, 88, 0.1) !important;
}
.base-unit-info[data-v-0fef2ec4] {
  font-size: 12px;
  color: #666;
  padding-left: 2px;
}
.search-results-card[data-v-0fef2ec4] {
  margin-bottom: 16px;
  background: #f0f9ff;
  border-color: #bae6fd;
}
.moisture-history-section[data-v-0fef2ec4] {
  margin-top: 20px;
}
.section-header[data-v-0fef2ec4] {
  margin-bottom: 8px;
}
.section-title[data-v-0fef2ec4] {
  font-weight: 600;
  font-size: 14px;
  color: #4a5568;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/InventoryLevelChart.vue?type=style&index=0 */
.mini-card[data-v-af96970a] {
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none;
}
.section-title.small[data-v-af96970a] {
  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-af96970a] {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 8px;
}
.go-back-btn[data-v-af96970a] {
  font-size: 12px !important;
  padding: 4px 10px !important;
  height: 24px !important;
}
.product-selector[data-v-af96970a] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0 4px 0;
}
.legend[data-v-af96970a] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 4px 0;
  font-size: 11px;
  color: #666;
}
.legend-item[data-v-af96970a] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.bar[data-v-af96970a] {
  width: 16px;
  height: 10px;
  border-radius: 2px;
}
.bar.green[data-v-af96970a] {
  background-color: #10b981;
}
.bar.red[data-v-af96970a] {
  background-color: #ef4444;
}
.unit-label[data-v-af96970a] {
  margin-left: 16px;
  font-weight: 500;
  color: #888;
}
.empty-state[data-v-af96970a] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  color: #999;
  font-size: 14px;
}
.chart-container[data-v-af96970a] {
  margin-top: 8px;
}
.chart-content[data-v-af96970a] {
  padding-top: 12px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/StockMovementChart.vue?type=style&index=0 */
.mini-card[data-v-6f98afa2] {
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none;
}
.section-title.small[data-v-6f98afa2] {
  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-6f98afa2] {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 8px;
}
.go-back-btn[data-v-6f98afa2] {
  font-size: 12px !important;
  padding: 4px 10px !important;
  height: 24px !important;
}
.controls[data-v-6f98afa2] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0 4px 0;
}
.unit-label[data-v-6f98afa2] {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
  margin-left: auto;
  min-width: 80px;
}
.chart-container[data-v-6f98afa2] {
  margin-top: 4px;
}
.chart-content[data-v-6f98afa2] {
  padding-top: 12px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/StockEvaluationChart.vue?type=style&index=0 */
.mini-card[data-v-f00ebfca] {
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none;
}
.section-title.small[data-v-f00ebfca] {
  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-f00ebfca] {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 8px;
}
.go-back-btn[data-v-f00ebfca] {
  font-size: 12px !important;
  padding: 4px 10px !important;
  height: 24px !important;
}
.controls[data-v-f00ebfca] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0 4px 0;
}
.chart-container[data-v-f00ebfca] {
  margin-top: 4px;
}
.chart-content[data-v-f00ebfca] {
  padding-top: 12px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/Inventory.vue?type=style&index=0 */
.dashboard-container[data-v-5ac53709] {
  padding: 20px;
  background-color: #f0f2f5;
  font-family: sans-serif;
}
.kpi-grid[data-v-5ac53709] {
  margin-bottom: 12px;
}
.equal-height-kpis[data-v-5ac53709] {
  display: flex;
  align-items: stretch;
}
.kpi-col[data-v-5ac53709] {
  display: flex;
}
.kpi-card[data-v-5ac53709] {
  flex: 1;
}
.charts-stack[data-v-5ac53709] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.loading-state[data-v-5ac53709],
.error-state[data-v-5ac53709] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  font-size: 1.2rem;
  color: #555;
}
.error-state[data-v-5ac53709] {
  color: #d9534f;
}
.clickable[data-v-5ac53709] {
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.clickable[data-v-5ac53709]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/Return.vue?type=style&index=0 */
nav ul[data-v-7649f536] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/ReturnForm.vue?type=style&index=0 */
.return-form-container[data-v-6cf516b9] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.header-card[data-v-6cf516b9] {
  flex-shrink: 0;
}
.details-card[data-v-6cf516b9] {
  flex: 1;
}
.mb-3[data-v-6cf516b9] {
  margin-bottom: 12px;
}
.action-buttons[data-v-6cf516b9] {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 0;
}
.attachments-section[data-v-6cf516b9] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachments-list[data-v-6cf516b9] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.attachment-item[data-v-6cf516b9] {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/Adjustment.vue?type=style&index=0 */
nav ul[data-v-400565f2] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/Correction.vue?type=style&index=0 */
nav ul[data-v-3ff74742] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/StockTake.vue?type=style&index=0 */
nav ul[data-v-d4d23f39] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/StockMovement.vue?type=style&index=0 */
nav ul[data-v-6755da7a] {
  display: inherit !important;
}

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

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

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

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

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/UnitConfiguration/MenuCard.vue?type=style&index=0 */
.menu-card[data-v-5ad4f37f] {
  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-5ad4f37f]:hover {
  border-color: var(--accent-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.card-content[data-v-5ad4f37f] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.icon-wrapper[data-v-5ad4f37f] {
  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-5ad4f37f] {
  flex: 1;
  min-width: 0;
}
.title[data-v-5ad4f37f] {
  font-weight: 600;
  font-size: 14px;
  color: #111827;
  margin-bottom: 4px;
}
.description[data-v-5ad4f37f] {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.4;
}
.count-badge[data-v-5ad4f37f] {
  flex-shrink: 0;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/UnitConfiguration/UnitsTab.vue?type=style&index=0 */
.space-y-4[data-v-d33a61c5] > * + * {
  margin-top: 1rem;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/Units.vue?type=style&index=0 */
.p-4[data-v-178a640c] {
  padding: 1rem;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/StandardConversions.vue?type=style&index=0 */
.p-4[data-v-7dc67a27] {
  padding: 1rem;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/ProductUnits.vue?type=style&index=0 */
.p-4[data-v-119bad74] {
  padding: 1rem;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/ProductConversions.vue?type=style&index=0 */
.p-4[data-v-a95faee4] {
  padding: 1rem;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/ReleaseGroups.vue?type=style&index=0 */
nav ul[data-v-604546b3] {
  display: inherit !important;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/Settings.vue?type=style&index=0 */
.w-full[data-v-36bde281] {
  width: 100%;
}
.mb-2[data-v-36bde281] {
  margin-bottom: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ProcurementCommitteeForm.vue?type=style&index=0 */
nav ul[data-v-e90f12f4] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ProcurementTemplateForm.vue?type=style&index=0 */
.w-full[data-v-bb51601a] {
  width: 100%;
}
.mt-2[data-v-bb51601a] {
  margin-top: 8px;
}
.section-header[data-v-bb51601a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.criteria-header[data-v-bb51601a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.section-card[data-v-bb51601a] {
  margin-bottom: 16px;
}
.card-header[data-v-bb51601a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.empty-sections[data-v-bb51601a] {
  color: #999;
  padding: 20px;
  text-align: center;
  border: 1px dashed #ddd;
  border-radius: 6px;
  margin-bottom: 16px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ViewProcurementTemplate.vue?type=style&index=0 */
.mt-2[data-v-3efad01b] {
  margin-top: 8px;
}
.mt-3[data-v-3efad01b] {
  margin-top: 12px;
}
.muted[data-v-3efad01b] {
  font-size: 12px;
  color: #6b7280;
}
.flex-row[data-v-3efad01b] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.hint-list[data-v-3efad01b] {
  margin: 0;
  padding-left: 18px;
}
.hint-list li[data-v-3efad01b] {
  margin: 6px 0;
}
.flag-row[data-v-3efad01b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.flag-label[data-v-3efad01b] {
  font-size: 13px;
  color: #374151;
  font-weight: 500;
}
.section-card[data-v-3efad01b] {
  margin-bottom: 12px;
}
.section-head[data-v-3efad01b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.empty-sections[data-v-3efad01b] {
  color: #999;
  padding: 20px;
  text-align: center;
  border: 1px dashed #ddd;
  border-radius: 6px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/EvaluationSectionForm.vue?type=style&index=0 */
nav ul[data-v-e06dbef7] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/SupplierForm.vue?type=style&index=0 */
.w-full[data-v-60212dd3] {
  width: 100%;
}
.mt-2[data-v-60212dd3] {
  margin-top: 8px;
}
.status-bar[data-v-60212dd3] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.status-label[data-v-60212dd3] {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}
.readonly-note[data-v-60212dd3] {
  font-size: 12px;
  color: #6b7280;
  font-style: italic;
}
.empty-state[data-v-60212dd3] {
  color: #999;
  padding: 20px;
  text-align: center;
  border: 1px dashed #ddd;
  border-radius: 6px;
}
.section-header[data-v-60212dd3] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.cat-table .cat-select-cell[data-v-60212dd3] .n-form-item {
  margin-bottom: 0;
}
.cat-table .cat-select-cell[data-v-60212dd3] .n-form-item-feedback-wrapper {
  display: none;
}
.documents-panel[data-v-60212dd3] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.doc-header-row[data-v-60212dd3] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.documents-title[data-v-60212dd3] {
  font-weight: 600;
  font-size: 13px;
}
.doc-section-label[data-v-60212dd3] {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}
.pending-note[data-v-60212dd3] {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #9ca3af;
}
.doc-table[data-v-60212dd3] {
  width: 100%;
}
.doc-table[data-v-60212dd3] td,
.doc-table[data-v-60212dd3] th {
  vertical-align: middle;
}
.file-name-cell[data-v-60212dd3] {
  font-size: 12px;
  color: #6b7280;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ApproveSupplier.vue?type=style&index=0 */
.sub-card[data-v-49249eac] {
  border-radius: 10px;
}
.header-row[data-v-49249eac] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-49249eac] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar-circle[data-v-49249eac] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dcfce7;
  color: #166534;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.id-texts .name[data-v-49249eac] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-49249eac] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-49249eac] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-49249eac] {
  font-weight: 600;
  font-size: 14px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ViewSupplier.vue?type=style&index=0 */
.mt-3[data-v-4b55432f] {
  margin-top: 12px;
}
.mb-2[data-v-4b55432f] {
  margin-bottom: 8px;
}
.mb-3[data-v-4b55432f] {
  margin-bottom: 12px;
}
.w-full[data-v-4b55432f] {
  width: 100%;
}
.muted[data-v-4b55432f] {
  font-size: 12px;
  color: #6b7280;
}
.hint-list[data-v-4b55432f] {
  margin: 0;
  padding-left: 18px;
}
.hint-list li[data-v-4b55432f] {
  margin: 6px 0;
}
.stat-val[data-v-4b55432f] {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}
.avatar-row[data-v-4b55432f] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.avatar-circle[data-v-4b55432f] {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dcfce7;
  color: #166534;
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
}
.sup-name[data-v-4b55432f] {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ProcurementPlanForm.vue?type=style&index=0 */
.w-full[data-v-615fb794] {
  width: 100%;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ViewProcurementPlan.vue?type=style&index=0 */
.workspace-root[data-v-ac540cf2] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.workspace-header-card[data-v-ac540cf2] {
  margin-bottom: 8px;
}
.header-main[data-v-ac540cf2] {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.header-left[data-v-ac540cf2] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.plan-title[data-v-ac540cf2] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.25rem;
  margin: 0;
}
.title-icon[data-v-ac540cf2] {
  font-size: 22px;
}
.header-meta[data-v-ac540cf2] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.header-right[data-v-ac540cf2] {
  display: flex;
  align-items: center;
}
.header-totals[data-v-ac540cf2] {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}
.pill-row[data-v-ac540cf2] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pill[data-v-ac540cf2] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.pill-icon[data-v-ac540cf2] {
  font-size: 18px;
}
.pill-content[data-v-ac540cf2] {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.pill-label[data-v-ac540cf2] {
  font-size: 0.78rem;
  opacity: 0.9;
}
.pill-value[data-v-ac540cf2] {
  font-size: 0.9rem;
  font-weight: 600;
}
.pill-total[data-v-ac540cf2] {
  border-color: rgba(59, 130, 246, 0.4);
  background: rgba(59, 130, 246, 0.08);
  color: #3b82f6;
}
.pill-balance[data-v-ac540cf2] {
  border-color: rgba(16, 185, 129, 0.4);
  background: rgba(16, 185, 129, 0.08);
  color: #10b981;
}
.pill-consumed[data-v-ac540cf2] {
  border-color: rgba(248, 113, 113, 0.5);
  background: rgba(248, 113, 113, 0.08);
  color: #f87171;
}
.type-chips[data-v-ac540cf2] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.type-chip[data-v-ac540cf2] {
  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-ac540cf2] {
  font-weight: 500;
}
.type-total[data-v-ac540cf2] {
  opacity: 0.85;
}
.workflow-note[data-v-ac540cf2] {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
}
.workflow-note-warning[data-v-ac540cf2] {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
}
.workflow-note-success[data-v-ac540cf2] {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
}
.workflow-note-error[data-v-ac540cf2] {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: #b91c1c;
}
.import-progress-wrap[data-v-ac540cf2] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.import-progress-title[data-v-ac540cf2] {
  font-weight: 600;
  font-size: 0.95rem;
}
.import-progress-text[data-v-ac540cf2] {
  font-size: 0.85rem;
  opacity: 0.85;
}
.groups-container[data-v-ac540cf2] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.group-card[data-v-ac540cf2] {
  border-radius: 12px;
}
.group-header[data-v-ac540cf2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.group-header-left[data-v-ac540cf2] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.group-icon[data-v-ac540cf2] {
  font-size: 18px;
}
.group-title[data-v-ac540cf2] {
  font-weight: 600;
}
.group-header-right[data-v-ac540cf2] {
  font-size: 0.9rem;
}
.group-total-label[data-v-ac540cf2] {
  opacity: 0.8;
  margin-right: 4px;
}
.group-total-value[data-v-ac540cf2] {
  font-weight: 600;
}
.group-footer[data-v-ac540cf2] {
  display: flex;
  justify-content: flex-end;
}
.empty-state[data-v-ac540cf2] {
  text-align: center;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.empty-sub[data-v-ac540cf2] {
  opacity: 0.8;
  font-size: 0.85rem;
}
.drawer-header[data-v-ac540cf2] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.version-content[data-v-ac540cf2] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.version-list[data-v-ac540cf2] {
  max-height: 220px;
  overflow-y: auto;
}
.version-item[data-v-ac540cf2] {
  cursor: pointer;
}
.version-item.active[data-v-ac540cf2] {
  background-color: rgba(59, 130, 246, 0.12);
}
.version-item-main[data-v-ac540cf2] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.version-item-left[data-v-ac540cf2] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.version-label[data-v-ac540cf2] {
  font-weight: 600;
}
.version-details[data-v-ac540cf2] {
  max-height: 340px;
  overflow-y: auto;
}
.version-summary[data-v-ac540cf2] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 0.85rem;
}
.version-empty[data-v-ac540cf2] {
  font-size: 0.85rem;
  opacity: 0.8;
}
.import-content[data-v-ac540cf2] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.import-toolbar[data-v-ac540cf2] {
  margin-bottom: 8px;
}
[data-v-ac540cf2] .imported-budget-row td {
  opacity: 0.55;
  background: rgba(148, 163, 184, 0.08);
}
.aggregate-bar[data-v-ac540cf2] {
  border: 1px solid rgba(59, 130, 246, 0.35);
  background: rgba(59, 130, 246, 0.06);
}
.bar-text[data-v-ac540cf2] {
  font-size: 0.87rem;
  font-weight: 500;
}
[data-v-ac540cf2] .row-selected td {
  background: rgba(59, 130, 246, 0.07);
}
.threshold-icon[data-v-ac540cf2] {
  cursor: pointer;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 15px;
}
.threshold-warn[data-v-ac540cf2] {
  color: #f59e0b;
}
.threshold-error[data-v-ac540cf2] {
  color: #ef4444;
}
.alert-msg-warn[data-v-ac540cf2] {
  color: #b45309;
  font-size: 0.85rem;
  padding: 2px 0;
}
.alert-msg-error[data-v-ac540cf2] {
  color: #dc2626;
  font-size: 0.85rem;
  padding: 2px 0;
}
.bar-slide-enter-active[data-v-ac540cf2],
.bar-slide-leave-active[data-v-ac540cf2] {
  transition: all 0.2s ease;
}
.bar-slide-enter-from[data-v-ac540cf2],
.bar-slide-leave-to[data-v-ac540cf2] {
  opacity: 0;
  transform: translateY(-6px);
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ApproveProcurementPlan.vue?type=style&index=0 */
.sub-card[data-v-a48140c5] {
  border-radius: 10px;
}
.header-row[data-v-a48140c5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-a48140c5] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar-circle[data-v-a48140c5] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dbeafe;
  color: #1e40af;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.id-texts .name[data-v-a48140c5] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-a48140c5] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-a48140c5] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-a48140c5] {
  font-weight: 600;
  font-size: 14px;
}
.line-header[data-v-a48140c5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.line-header-main[data-v-a48140c5] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.line-title[data-v-a48140c5] {
  font-weight: 600;
  font-size: 14px;
  color: #111827;
}
.line-subtitle[data-v-a48140c5] {
  font-size: 12px;
  color: #6b7280;
}
.line-amount[data-v-a48140c5] {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.empty-lines[data-v-a48140c5] {
  padding: 12px;
  text-align: center;
  color: #9ca3af;
  font-size: 13px;
}
.section-action-row[data-v-a48140c5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.drawer-header-row[data-v-a48140c5] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/RequisitionForm.vue?type=style&index=0 */
.items-header[data-v-0b12fc01] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.items-count[data-v-0b12fc01] {
  font-size: 13px;
  color: #6b7280;
}
.empty-items[data-v-0b12fc01] {
  color: #9ca3af;
  padding: 20px;
  text-align: center;
  border: 1px dashed #d1d5db;
  border-radius: 6px;
  font-size: 13px;
  margin-bottom: 12px;
}
.items-list[data-v-0b12fc01] {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.items-col-labels[data-v-0b12fc01] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #9ca3af;
  font-weight: 500;
  padding: 0 48px 4px 0;
  border-bottom: 1px solid var(--n-border-color, #e5e7eb);
  margin-bottom: 2px;
}
.lbl-desc[data-v-0b12fc01] {
  flex: 1;
  min-width: 0;
}
.lbl-unit[data-v-0b12fc01] {
  width: 108px;
  flex-shrink: 0;
}
.lbl-qty[data-v-0b12fc01] {
  width: 138px;
  flex-shrink: 0;
}
.lbl-price[data-v-0b12fc01] {
  width: 158px;
  flex-shrink: 0;
}
.lbl-amount[data-v-0b12fc01] {
  width: 130px;
  flex-shrink: 0;
  text-align: right;
}
.item-row[data-v-0b12fc01] {
  display: flex;
  align-items: stretch;
  gap: 0;
  border-bottom: 1px solid var(--n-border-color, #e5e7eb);
  padding: 8px 0;
}
.item-content[data-v-0b12fc01] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  padding-right: 10px;
}
.item-line[data-v-0b12fc01] {
  width: 100%;
}
.item-details[data-v-0b12fc01] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.item-desc[data-v-0b12fc01] {
  flex: 1;
  min-width: 0;
}
.item-unit[data-v-0b12fc01] {
  width: 108px;
  flex-shrink: 0;
}
.item-qty[data-v-0b12fc01] {
  width: 138px;
  flex-shrink: 0;
}
.item-price[data-v-0b12fc01] {
  width: 158px;
  flex-shrink: 0;
}
.item-amount[data-v-0b12fc01] {
  width: 130px;
  flex-shrink: 0;
  text-align: right;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.item-delete[data-v-0b12fc01] {
  width: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.items-total[data-v-0b12fc01] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding: 8px 48px 4px 0;
  font-size: 13px;
  border-top: 1px solid var(--n-border-color, #e5e7eb);
}
.line-bal[data-v-0b12fc01] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 3px;
  line-height: 1.3;
}
.bal-over[data-v-0b12fc01] {
  color: #e03131;
  font-weight: 600;
}
.documents-panel[data-v-0b12fc01] {
  border-top: 1px solid #e5e7eb;
  padding-top: 14px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.documents-title[data-v-0b12fc01] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
}
.attachment-list[data-v-0b12fc01] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachment-meta[data-v-0b12fc01] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #6b7280;
  font-size: 12px;
}
.extra-actions[data-v-0b12fc01] {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 12px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ViewRequisition.vue?type=style&index=0 */
.mt-1[data-v-8a2610b0] {
  margin-top: 4px;
}
.mt-3[data-v-8a2610b0] {
  margin-top: 12px;
}
.muted[data-v-8a2610b0] {
  font-size: 12px;
  color: #6b7280;
}
.hint-list[data-v-8a2610b0] {
  margin: 0;
  padding-left: 18px;
}
.hint-list li[data-v-8a2610b0] {
  margin: 6px 0;
}
.stat-val[data-v-8a2610b0] {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}
.specs[data-v-8a2610b0] {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}
.attachment-list[data-v-8a2610b0] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachment-row[data-v-8a2610b0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
}
.attachment-info[data-v-8a2610b0] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.attachment-icon[data-v-8a2610b0] {
  color: #6b7280;
}
.attachment-name[data-v-8a2610b0] {
  font-size: 13px;
  font-weight: 500;
  color: #374151;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ApproveRequisition.vue?type=style&index=0 */
.sub-card[data-v-94e65d4e] {
  border-radius: 10px;
}
.header-row[data-v-94e65d4e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-94e65d4e] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar-circle[data-v-94e65d4e] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dcfce7;
  color: #166534;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.id-texts .name[data-v-94e65d4e] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-94e65d4e] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-94e65d4e] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-94e65d4e] {
  font-weight: 600;
  font-size: 14px;
}
.line-header[data-v-94e65d4e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.line-header-main[data-v-94e65d4e] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.line-title[data-v-94e65d4e] {
  font-weight: 600;
  font-size: 14px;
  color: #111827;
}
.line-subtitle[data-v-94e65d4e] {
  font-size: 12px;
  color: #6b7280;
}
.line-amount[data-v-94e65d4e] {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.empty-lines[data-v-94e65d4e] {
  padding: 12px;
  text-align: center;
  color: #9ca3af;
  font-size: 13px;
}
.attachment-list[data-v-94e65d4e] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.attachment-row[data-v-94e65d4e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
}
.attachment-info[data-v-94e65d4e] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.attachment-icon[data-v-94e65d4e] {
  color: #6b7280;
}
.attachment-name[data-v-94e65d4e] {
  font-size: 13px;
  font-weight: 500;
  color: #374151;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/WorkspaceStages/WsStage1Setup.vue?type=style&index=0 */
.mb-4[data-v-301fa3a7] {
  margin-bottom: 16px;
}
.mt-4[data-v-301fa3a7] {
  margin-top: 16px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/WorkspaceStages/WsStage2Requisitions.vue?type=style&index=0 */
.na[data-v-57e32b80] {
  color: #9ca3af;
}
.req-block[data-v-57e32b80] {
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 12px;
}
.row-already[data-v-57e32b80] {
  opacity: 0.55;
}
.row-selected[data-v-57e32b80] {
  background: rgba(24, 160, 88, 0.06);
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/WorkspaceStages/WsStage3TenderPrep.vue?type=style&index=0 */
.mb-4[data-v-21538c79] {
  margin-bottom: 16px;
}
.mt-4[data-v-21538c79] {
  margin-top: 16px;
}
.tender-block[data-v-21538c79] {
  padding: 16px 0;
}
.border-top[data-v-21538c79] {
  border-top: 1px solid #f0f0f0;
}
.req-section[data-v-21538c79] {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px 14px;
  margin-bottom: 12px;
}
.req-section-head[data-v-21538c79] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.req-section-title[data-v-21538c79] {
  font-weight: 600;
  font-size: 14px;
}
.doc-drop-zone[data-v-21538c79] {
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  padding: 24px 16px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: border-color 0.2s, background 0.2s;
}
.doc-drop-zone[data-v-21538c79]:hover,
.doc-drop-zone.dz-drag[data-v-21538c79] {
  border-color: #18a058;
  background: #f0fdf4;
}
.doc-drop-zone.dz-has-file[data-v-21538c79] {
  border-color: #18a058;
  background: #f0fdf4;
}
.dz-title[data-v-21538c79] {
  font-size: 13px;
  color: #374151;
}
.dz-sub[data-v-21538c79] {
  font-size: 11px;
  color: #9ca3af;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/WorkspaceStages/WsStage4Bidding.vue?type=style&index=0 */
.mb-3[data-v-92e87fe4] {
  margin-bottom: 12px;
}
.kpi-card[data-v-92e87fe4] {
  border-radius: 10px;
}
.kpi-dot[data-v-92e87fe4] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
}
.dot-submitted[data-v-92e87fe4] {
  background: #f0a020;
}
.dot-draft[data-v-92e87fe4] {
  background: #9ca3af;
}
.dot-withdrawn[data-v-92e87fe4] {
  background: #e53935;
}
.resp-section[data-v-92e87fe4] {
  margin-bottom: 16px;
}
.resp-section-title[data-v-92e87fe4] {
  font-weight: 600;
  font-size: 13px;
  color: #374151;
  padding: 6px 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 10px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/WorkspaceStages/WsStage5Opening.vue?type=style&index=0 */
.mb-4[data-v-2fb8a115] {
  margin-bottom: 16px;
}
.mt-4[data-v-2fb8a115] {
  margin-top: 16px;
}
.hint[data-v-2fb8a115] {
  font-size: 13px;
}
.metric[data-v-2fb8a115] {
  min-height: 94px;
}
.empty[data-v-2fb8a115] {
  margin-top: 18px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/WorkspaceStages/WsStage6Evaluation.vue?type=style&index=0 */
.evaluation-stage[data-v-ba2e8f0b] {
  min-width: 0;
}
.mb-2[data-v-ba2e8f0b] {
  margin-bottom: 8px;
}
.mb-3[data-v-ba2e8f0b] {
  margin-bottom: 12px;
}
.mb-4[data-v-ba2e8f0b] {
  margin-bottom: 16px;
}
.mt-3[data-v-ba2e8f0b] {
  margin-top: 12px;
}
.mt-4[data-v-ba2e8f0b] {
  margin-top: 16px;
}
.hint[data-v-ba2e8f0b] {
  font-size: 13px;
}
.block[data-v-ba2e8f0b] {
  display: block;
}
.metric[data-v-ba2e8f0b] {
  min-height: 94px;
}
.empty[data-v-ba2e8f0b] {
  margin-top: 18px;
}
.template-select[data-v-ba2e8f0b] {
  width: min(420px, 100%);
}
.stage-panel[data-v-ba2e8f0b] {
  border-bottom: 1px solid #eef0f3;
  padding: 12px 0;
}
.stage-process[data-v-ba2e8f0b] {
  border-top: 1px solid #eef0f3;
  padding: 14px 0;
}
.stage-panel-header[data-v-ba2e8f0b] {
  margin-bottom: 8px;
}
.criteria-list[data-v-ba2e8f0b] {
  margin-top: 8px;
  padding-left: 12px;
  border-left: 2px solid #eef0f3;
}
.criteria-row[data-v-ba2e8f0b] {
  padding: 6px 0;
}
.compact[data-v-ba2e8f0b] {
  margin-top: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/WorkspaceStages/WsStage7Finalization.vue?type=style&index=0 */
.mb-4[data-v-1115967c] {
  margin-bottom: 16px;
}
.mt-4[data-v-1115967c] {
  margin-top: 16px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/WorkspaceStages/WsStage8PurchaseOrders.vue?type=style&index=0 */
.mb-4[data-v-487102d8] {
  margin-bottom: 16px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ViewWorkspace.vue?type=style&index=0 */
.workspace-layout[data-v-06faa84d] {
  min-height: calc(100vh - 120px);
}
.sider-label[data-v-06faa84d] {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9ca3af;
  padding: 4px 12px 14px;
  margin: 0;
}
.ws-steps[data-v-06faa84d] {
  padding: 0 4px;
}
.loading-center[data-v-06faa84d] {
  display: flex;
  justify-content: center;
  padding: 80px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ApproveWorkspace.vue?type=style&index=0 */
.sub-card[data-v-348f3680] {
  border-radius: 10px;
}
.header-row[data-v-348f3680] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-348f3680] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar-circle[data-v-348f3680] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dbeafe;
  color: #1e40af;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.id-texts .name[data-v-348f3680] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-348f3680] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-348f3680] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-348f3680] {
  font-weight: 600;
  font-size: 14px;
}
.line-header[data-v-348f3680] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.line-header-main[data-v-348f3680] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.line-title[data-v-348f3680] {
  font-weight: 600;
  font-size: 14px;
  color: #111827;
}
.line-subtitle[data-v-348f3680] {
  font-size: 12px;
  color: #6b7280;
}
.line-amount[data-v-348f3680] {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.empty-lines[data-v-348f3680] {
  padding: 12px;
  text-align: center;
  color: #9ca3af;
  font-size: 13px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/EvaluateWorkspace.vue?type=style&index=0 */
.evaluation-task[data-v-444b237f] {
  padding: 20px;
  min-width: 0;
}
.mb-3[data-v-444b237f] {
  margin-bottom: 12px;
}
.mb-4[data-v-444b237f] {
  margin-bottom: 16px;
}
.mt-3[data-v-444b237f] {
  margin-top: 12px;
}
.mt-4[data-v-444b237f] {
  margin-top: 16px;
}
.hint[data-v-444b237f] {
  font-size: 13px;
}
.block[data-v-444b237f] {
  display: block;
}
.empty[data-v-444b237f] {
  margin-top: 12px;
}
.supplier-score[data-v-444b237f] {
  border-top: 1px solid #edf0f2;
  padding: 14px 0;
}
.criterion-row[data-v-444b237f] {
  padding: 8px 0;
}
.score-input[data-v-444b237f] {
  width: 100%;
}
.bid-modal[data-v-444b237f] {
  width: min(860px, 92vw);
}
.responses[data-v-444b237f] {
  display: grid;
  gap: 12px;
}
.response-row[data-v-444b237f] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #edf0f2;
  padding: 10px 0;
}
.response-row[data-v-444b237f]:last-child {
  border-bottom: 0;
}
.response-value[data-v-444b237f] {
  max-width: 360px;
  text-align: right;
  overflow-wrap: anywhere;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ApproveEvaluationReport.vue?type=style&index=0 */
.mt-3[data-v-c86b7e32] {
  margin-top: 12px;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/BidForm.vue?type=style&index=0 */
.form-container[data-v-72866fbc] {
  padding: 24px;
}
.w-full[data-v-72866fbc] {
  width: 100%;
}
.mt-4[data-v-72866fbc] {
  margin-top: 16px;
}
.mb-2[data-v-72866fbc] {
  margin-bottom: 8px;
}
.section-header[data-v-72866fbc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.empty-state[data-v-72866fbc] {
  color: #999;
  padding: 20px;
  text-align: center;
  border: 1px dashed #ddd;
  border-radius: 6px;
  margin-bottom: 16px;
}
.items-table[data-v-72866fbc] {
  width: 100%;
  margin-bottom: 16px;
}
.resp-section[data-v-72866fbc] {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.resp-section-head[data-v-72866fbc] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.resp-section-title[data-v-72866fbc] {
  font-weight: 600;
  font-size: 0.95em;
}
.resp-section-desc[data-v-72866fbc] {
  color: #666;
  font-size: 0.85em;
  margin: 0 0 12px;
}
.resp-required-badge[data-v-72866fbc] {
  font-size: 0.7em;
  background: #fef3c7;
  color: #92400e;
  padding: 2px 6px;
  border-radius: 4px;
}
.resp-help[data-v-72866fbc] {
  font-size: 0.8em;
  color: #888;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ViewBid.vue?type=style&index=0 */
.view-container[data-v-2574cd3c] {
  padding: 24px;
}
.loading-container[data-v-2574cd3c] {
  display: flex;
  justify-content: center;
  padding: 80px;
}
.resp-view-section[data-v-2574cd3c] {
  margin-bottom: 20px;
}
.resp-view-section-head[data-v-2574cd3c] {
  font-weight: 600;
  font-size: 0.9em;
  color: #374151;
  margin-bottom: 8px;
  padding: 6px 10px;
  background: #f3f4f6;
  border-radius: 4px;
}
.no-resp[data-v-2574cd3c] {
  color: #aaa;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ViewEvaluation.vue?type=style&index=0 */
.view-container[data-v-29935946] {
  padding: 24px;
}
.loading-container[data-v-29935946] {
  display: flex;
  justify-content: center;
  padding: 80px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/PurchaseOrderForm.vue?type=style&index=0 */
.form-container[data-v-fee1fbfc] {
  padding: 24px;
}
.w-full[data-v-fee1fbfc] {
  width: 100%;
}
.mt-4[data-v-fee1fbfc] {
  margin-top: 16px;
}
.mb-2[data-v-fee1fbfc] {
  margin-bottom: 8px;
}
.mb-4[data-v-fee1fbfc] {
  margin-bottom: 16px;
}
.items-table[data-v-fee1fbfc] {
  width: 100%;
}
.mono[data-v-fee1fbfc] {
  font-variant-numeric: tabular-nums;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ApprovePurchaseOrder.vue?type=style&index=0 */
.sub-card[data-v-43a6d89b] {
  border-radius: 10px;
}
.header-row[data-v-43a6d89b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-43a6d89b] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar-circle[data-v-43a6d89b] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dcfce7;
  color: #166534;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.id-texts .name[data-v-43a6d89b] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-43a6d89b] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-43a6d89b] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-43a6d89b] {
  font-weight: 600;
  font-size: 14px;
}
.line-header[data-v-43a6d89b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.line-header-main[data-v-43a6d89b] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.line-title[data-v-43a6d89b] {
  font-weight: 600;
  font-size: 14px;
  color: #111827;
}
.line-subtitle[data-v-43a6d89b] {
  font-size: 12px;
  color: #6b7280;
}
.line-amount[data-v-43a6d89b] {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.empty-lines[data-v-43a6d89b] {
  padding: 12px;
  text-align: center;
  color: #9ca3af;
  font-size: 13px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ApprovePoCancellation.vue?type=style&index=0 */
.sub-card[data-v-c656419d] {
  border-radius: 10px;
}
.header-row[data-v-c656419d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.id-block[data-v-c656419d] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar-circle[data-v-c656419d] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fef9c3;
  color: #92400e;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.id-texts .name[data-v-c656419d] {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.muted[data-v-c656419d] {
  color: #6b7280;
  font-size: 12px;
}
.chips[data-v-c656419d] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.section-title[data-v-c656419d] {
  font-weight: 600;
  font-size: 14px;
}
.line-header[data-v-c656419d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.line-header-main[data-v-c656419d] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.line-title[data-v-c656419d] {
  font-weight: 600;
  font-size: 14px;
  color: #111827;
}
.line-subtitle[data-v-c656419d] {
  font-size: 12px;
  color: #6b7280;
}
.line-amount[data-v-c656419d] {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.empty-lines[data-v-c656419d] {
  padding: 12px;
  text-align: center;
  color: #9ca3af;
  font-size: 13px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ViewPurchaseOrder.vue?type=style&index=0 */
.view-container[data-v-84c6e418] {
  padding: 24px;
}
.loading-container[data-v-84c6e418] {
  display: flex;
  justify-content: center;
  padding: 80px;
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ViewGoodsReceivedNote.vue?type=style&index=0 */
.view-container[data-v-33398d30] {
  padding: 24px;
}
.loading-container[data-v-33398d30] {
  display: flex;
  justify-content: center;
  padding: 80px;
}
.mt-4[data-v-33398d30] {
  margin-top: 16px;
}

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ViewProcurementMethod.vue?type=style&index=0 */
.mt-3[data-v-d1d63dcd] {
  margin-top: 12px;
}
.mb-2[data-v-d1d63dcd] {
  margin-bottom: 8px;
}
.muted[data-v-d1d63dcd] {
  font-size: 12px;
  color: #6b7280;
}
.flex-row[data-v-d1d63dcd] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.hint-list[data-v-d1d63dcd] {
  margin: 0;
  padding-left: 18px;
}
.hint-list li[data-v-d1d63dcd] {
  margin: 6px 0;
}
.flag-row[data-v-d1d63dcd] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.flag-label[data-v-d1d63dcd] {
  font-size: 13px;
  color: #374151;
  font-weight: 500;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ViewProcurementCategory.vue?type=style&index=0 */
.mt-3[data-v-5ffc56ad] {
  margin-top: 12px;
}
.mb-2[data-v-5ffc56ad] {
  margin-bottom: 8px;
}
.muted[data-v-5ffc56ad] {
  font-size: 12px;
  color: #6b7280;
}
.flex-row[data-v-5ffc56ad] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.hint-list[data-v-5ffc56ad] {
  margin: 0;
  padding-left: 18px;
}
.hint-list li[data-v-5ffc56ad] {
  margin: 6px 0;
}
.desc-label[data-v-5ffc56ad] {
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 4px;
}
.desc-text[data-v-5ffc56ad] {
  font-size: 13px;
  color: #4b5563;
  white-space: pre-wrap;
  margin: 0;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ViewCommitteeType.vue?type=style&index=0 */
.mt-3[data-v-7b2257a7] {
  margin-top: 12px;
}
.mb-2[data-v-7b2257a7] {
  margin-bottom: 8px;
}
.muted[data-v-7b2257a7] {
  font-size: 12px;
  color: #6b7280;
}
.flex-row[data-v-7b2257a7] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.hint-list[data-v-7b2257a7] {
  margin: 0;
  padding-left: 18px;
}
.hint-list li[data-v-7b2257a7] {
  margin: 6px 0;
}
.flag-row[data-v-7b2257a7] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.flag-label[data-v-7b2257a7] {
  font-size: 13px;
  color: #374151;
  font-weight: 500;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/CommitteeForm.vue?type=style&index=0 */
.members-header[data-v-9cd72666] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.members-count[data-v-9cd72666] {
  font-size: 13px;
  color: #6b7280;
}
.empty-members[data-v-9cd72666] {
  color: #9ca3af;
  padding: 20px;
  text-align: center;
  border: 1px dashed #d1d5db;
  border-radius: 6px;
  font-size: 13px;
}
.members-table[data-v-9cd72666] {
  width: 100%;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Procurement/ViewCommittee.vue?type=style&index=0 */
.mt-3[data-v-eedd2f1a] {
  margin-top: 12px;
}
.mb-2[data-v-eedd2f1a] {
  margin-bottom: 8px;
}
.muted[data-v-eedd2f1a] {
  font-size: 12px;
  color: #6b7280;
}
.flex-row[data-v-eedd2f1a] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.hint-list[data-v-eedd2f1a] {
  margin: 0;
  padding-left: 18px;
}
.hint-list li[data-v-eedd2f1a] {
  margin: 6px 0;
}
.desc-label[data-v-eedd2f1a] {
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 4px;
}
.desc-text[data-v-eedd2f1a] {
  font-size: 13px;
  color: #4b5563;
  white-space: pre-wrap;
  margin: 0;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Payroll/Settings.vue?type=style&index=0 */
.center-wrap[data-v-a1b1ee74] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-a1b1ee74] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Payroll/ComponentForm.vue?type=style&index=0 */
.center-wrap[data-v-b15fefba] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-b15fefba] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Payroll/PayScaleForm.vue?type=style&index=0 */
nav ul[data-v-b6db3438] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Payroll/PayGradeForm.vue?type=style&index=0 */
nav ul[data-v-5cc500db] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Payroll/PayGroupForm.vue?type=style&index=0 */
nav ul[data-v-a037ac72] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Payroll/PayPeriodForm.vue?type=style&index=0 */
nav ul[data-v-3c95e4b4] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Payroll/ViewPeriod.vue?type=style&index=0 */
.mt-3[data-v-17147b0b] {
  margin-top: 12px;
}
.muted[data-v-17147b0b] {
  font-size: 12px;
  color: #6b7280;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Payroll/StatutorySchemeForm.vue?type=style&index=0 */
nav ul[data-v-723c591e] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/StatutorySchemeSummaryChart.vue?type=style&index=0 */
.mt-2[data-v-2ca4b8ad] {
  margin-top: 8px;
}
.flex-row[data-v-2ca4b8ad] {
  display: flex;
  gap: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/StatutorySchemeCalcTypeMixChart.vue?type=style&index=0 */
.mt-2[data-v-47b6bdb8] {
  margin-top: 8px;
}
.flex-row[data-v-47b6bdb8] {
  display: flex;
  gap: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/StatutorySchemeStepsAppliesToMixChart.vue?type=style&index=0 */
.mt-2[data-v-95d21053] {
  margin-top: 8px;
}
.flex-row[data-v-95d21053] {
  display: flex;
  gap: 8px;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Payroll/LoanForm.vue?type=style&index=0 */
.center-wrap[data-v-55bcc7cb] {
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
}
nav ul[data-v-55bcc7cb] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Payroll/EmployeeForm.vue?type=style&index=0 */
nav ul[data-v-9353e371] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Payroll/PayRunForm.vue?type=style&index=0 */
nav ul[data-v-2790d2b0] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Payroll/PayPointForm.vue?type=style&index=0 */
nav ul[data-v-3dfdac5f] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Payroll/GratuityPolicyForm.vue?type=style&index=0 */
nav ul[data-v-aa138595] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Payroll/GratuitySchemeForm.vue?type=style&index=0 */
nav ul[data-v-f5fa5221] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/Dashboard.vue?type=style&index=0 */
.amm-dashboard[data-v-532da3c9] {
  padding: 12px;
}
.amm-dashboard__shell[data-v-532da3c9],
.amm-dashboard__hero[data-v-532da3c9],
.amm-dashboard__section[data-v-532da3c9],
.amm-dashboard__metricCard[data-v-532da3c9] {
  border-radius: 16px;
}
.amm-dashboard__hero[data-v-532da3c9] {
  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-532da3c9] {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.amm-dashboard__metricCard[data-v-532da3c9] {
  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-532da3c9]:hover,
.amm-dashboard__section[data-v-532da3c9]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}
.amm-dashboard__metricValue[data-v-532da3c9],
.amm-dashboard__kpiValue[data-v-532da3c9] {
  margin: 8px 0 4px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}
.amm-dashboard__pulseRow[data-v-532da3c9] {
  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-532da3c9],
.amm-dashboard__quickLinkTitle[data-v-532da3c9] {
  font-weight: 600;
  color: #0f172a;
}
.amm-dashboard__kpiTile[data-v-532da3c9] {
  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-532da3c9] {
  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-532da3c9]: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-532da3c9] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.amm-dashboard__quickLinkText[data-v-532da3c9] {
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
}
[data-v-532da3c9] .amm-dashboard__section .echarts {
  width: 100%;
}
@media (max-width: 768px) {
  .amm-dashboard[data-v-532da3c9] {
    padding: 8px;
  }
  .amm-dashboard__metricValue[data-v-532da3c9],
  .amm-dashboard__kpiValue[data-v-532da3c9] {
    font-size: 22px;
  }
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/Documentation/AmmModuleDocumentation.vue?type=style&index=0 */
.amm-docs[data-v-5add4d4c] {
  padding-right: 4px;
}
.docs-tabs[data-v-5add4d4c] {
  --n-tab-font-size: 13px;
}
.phase-grid[data-v-5add4d4c] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}
.phase-card[data-v-5add4d4c] {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 12px;
  border: 1px solid #f3f4f6;
  border-radius: 8px;
  background: #fafafa;
}
.phase-no[data-v-5add4d4c] {
  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-5add4d4c] {
  display: block;
  font-size: 13px;
  color: #111827;
  margin-bottom: 2px;
}
.phase-desc[data-v-5add4d4c] {
  margin: 0;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.4;
}
.card-header-badge[data-v-5add4d4c] {
  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-5add4d4c] {
  margin: 0;
  padding-left: 18px;
}
.steps-list li[data-v-5add4d4c] {
  margin: 8px 0;
  font-size: 13px;
  color: #374151;
  line-height: 1.65;
}
.tips-list[data-v-5add4d4c] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tip-item[data-v-5add4d4c] {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: #374151;
  line-height: 1.55;
}
.tip-item p[data-v-5add4d4c] {
  margin: 2px 0 0;
  color: #6b7280;
}
.tip-icon[data-v-5add4d4c] {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}
.shortcuts-grid[data-v-5add4d4c] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shortcut-row[data-v-5add4d4c] {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}
.shortcut-key[data-v-5add4d4c] {
  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-5add4d4c] {
  color: #374151;
}
.faq-collapse[data-v-5add4d4c] {
  --n-title-font-size: 13px;
}
.faq-answer[data-v-5add4d4c] {
  margin: 0;
  font-size: 13px;
  color: #374151;
  line-height: 1.65;
}
.glossary-list[data-v-5add4d4c] {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.glossary-item dt[data-v-5add4d4c] {
  font-weight: 600;
  color: #111827;
  font-size: 13px;
  margin-bottom: 2px;
}
.glossary-item dd[data-v-5add4d4c] {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.5;
}
.amm-docs[data-v-5add4d4c]::-webkit-scrollbar {
  width: 6px;
}
.amm-docs[data-v-5add4d4c]::-webkit-scrollbar-track {
  background: transparent;
}
.amm-docs[data-v-5add4d4c]::-webkit-scrollbar-thumb {
  background: #e5e7eb;
  border-radius: 6px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/AssetRegistration/Category/CategoryForm.vue?type=style&index=0 */
.error-state[data-v-835e55e3] {
  padding: 20px 24px;
}
.mt-2[data-v-835e55e3] {
  margin-top: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/AssetRegistration/Asset/Index.vue?type=style&index=0 */
.code-cell[data-v-bc82a37a] {
  font-family: "Courier New", monospace;
  font-size: 12px;
  background: #f0f2f5;
  padding: 2px 6px;
  border-radius: 4px;
  color: #4a5568;
}
.child-row[data-v-bc82a37a] {
  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-bc82a37a] {
  color: #64748b;
  font-size: 12px;
}
.child-row-loading[data-v-bc82a37a] {
  color: #64748b;
  font-style: italic;
}
.child-row-error[data-v-bc82a37a] {
  color: #dc2626;
}
.child-row-empty[data-v-bc82a37a] {
  color: #64748b;
  font-style: italic;
}
.child-row-normal[data-v-bc82a37a] {
  color: #334155;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/AssetRegistration/Asset/tabs/ClassificationTab.vue?type=style&index=0 */
[data-v-98b4f7c6] .n-form-item .n-form-item-label {
  padding-bottom: 4px;
}
[data-v-98b4f7c6] .n-form-item {
  --n-blank-height: 0px;
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/AssetRegistration/Asset/modules/AssetSummary.vue?type=style&index=0 */
.asset-summary[data-v-0f807100] {
  width: 100%;
}
.photo-wrap[data-v-0f807100] {
  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-0f807100] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mb-4[data-v-0f807100] {
  margin-bottom: 16px;
}
[data-v-0f807100] .n-collapse-item__header {
  font-weight: 600 !important;
  font-size: 14px !important;
}
[data-v-0f807100] .n-collapse-item__content {
  padding-left: 8px !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/PageLayout/DrawerFormLayout.vue?type=style&index=0 */
form[data-v-15863f5b] {
  display: block;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/AssetRegistration/Asset/modules/CapitalAllowancePanel.vue?type=style&index=0 */
.meta-label[data-v-84a20947] {
  font-size: 12px;
  opacity: 0.75;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/AssetRegistration/Asset/modules/CapitalAllowanceSection.vue?type=style&index=0 */
.sub-card[data-v-7ef5f259] {
  border-radius: 10px;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/AssetRegistration/Asset/modules/AssignmentActionsPanel.vue?type=style&index=0 */
.mt-12[data-v-1941aefe] {
  margin-top: 12px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/AssetRegistration/Asset/modules/RevaluationPanel.vue?type=style&index=0 */
.revaluation-panel[data-v-f37fb69f] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/AssetRegistration/Asset/modules/DepreciationSchedulePanel.vue?type=style&index=0 */
.mt-12[data-v-7b2c76d4] {
  margin-top: 12px;
}
.mb-12[data-v-7b2c76d4] {
  margin-bottom: 12px;
}

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

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

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/WorkManagement/WorkRequest/ProcessWorkRequestDecision.vue?type=style&index=0 */
.header-row[data-v-adaba416] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.id-block[data-v-adaba416] {
  display: flex;
  gap: 16px;
  align-items: center;
}
.id-texts .name-text[data-v-adaba416] {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.2;
}
.asset-info[data-v-adaba416] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.asset-info .code[data-v-adaba416] {
  font-family: monospace;
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
  color: #475569;
  font-size: 13px;
}
.asset-info .separator[data-v-adaba416] {
  color: #cbd5e1;
}
.asset-info .name[data-v-adaba416] {
  color: #64748b;
  font-weight: 500;
}
.muted-text[data-v-adaba416] {
  color: #94a3b8;
  font-size: 13px;
  margin-top: 2px;
}
.stat-card[data-v-adaba416] {
  height: 100%;
  border: 1px solid #f1f5f9;
}
.stat-value[data-v-adaba416] {
  font-size: 16px;
  font-weight: 600;
  color: #334155;
}
.truncate[data-v-adaba416] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.description-text[data-v-adaba416] {
  background: #f8fafc;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #f1f5f9;
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-wrap;
}
.highlight-card[data-v-adaba416] {
  border: 1px solid #e2e8f0;
  background:
    linear-gradient(
      to bottom right,
      #ffffff,
      #f8fafc);
}
[data-v-adaba416] .n-card-header__title {
  font-weight: 700 !important;
  color: #334155 !important;
}
[data-v-adaba416] .n-statistic .n-statistic-label {
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/Requests/AssetRequests.vue?type=style&index=0 */
.space-y-4[data-v-0bfcce9b] > * + * {
  margin-top: 1rem;
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/AssetRegistration/Asset/modules/ProcessAssetRevaluationDecision.vue?type=style&index=0 */
.header-row[data-v-2bbbaf84] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.id-block[data-v-2bbbaf84] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.id-texts[data-v-2bbbaf84] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.name[data-v-2bbbaf84] {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}
.muted[data-v-2bbbaf84] {
  font-size: 13px;
  color: #6b7280;
}
.ref[data-v-2bbbaf84] {
  font-family: ui-monospace, monospace;
}
.chips[data-v-2bbbaf84] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
}
.section-title[data-v-2bbbaf84] {
  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-2bbbaf84] {
  margin-bottom: 0;
  border: 1px solid #e5e7eb;
}
.stat-card[data-v-2bbbaf84] {
  height: 100%;
}
.stat-value[data-v-2bbbaf84] {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}
.text-primary[data-v-2bbbaf84] {
  color: #0ea5e9;
}
.text-success[data-v-2bbbaf84] {
  color: #10b981;
}
.text-error[data-v-2bbbaf84] {
  color: #ef4444;
}
.reason-text[data-v-2bbbaf84] {
  padding: 8px;
  background-color: #f9fafb;
  border-radius: 4px;
  color: #4b5563;
  font-style: italic;
  width: 100%;
}
.highlight-card[data-v-2bbbaf84] {
  border: 1px solid #bae6fd;
  background-color: #f0f9ff;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/WorkManagement/WorkManagementMenuCard.vue?type=style&index=0 */
.menu-card[data-v-f2417de9] {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.menu-card[data-v-f2417de9]:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: var(--f2417de9-color\ \+\ \"40\");
}
.card-content[data-v-f2417de9] {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 8px;
}
.icon-wrapper[data-v-f2417de9] {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.menu-card:hover .icon-wrapper[data-v-f2417de9] {
  transform: scale(1.1) rotate(-5deg);
}
.card-body[data-v-f2417de9] {
  flex: 1;
  min-width: 0;
}
.card-title[data-v-f2417de9] {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}
.card-description[data-v-f2417de9] {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/WorkManagement/WorkManagement.vue?type=style&index=0 */
.hub-container[data-v-cf450d76] {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0;
}
.module-container[data-v-cf450d76] {
  margin-top: 10px;
}
.rounded-xl[data-v-cf450d76] {
  border-radius: 1.25rem;
}
.shadow-sm[data-v-cf450d76] {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/WorkManagement/WorkDashboard.vue?type=style&index=0 */
.metric-card[data-v-102e6e95] {
  border-radius: 12px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: all 0.3s ease;
}
.metric-card[data-v-102e6e95]:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.metric-value[data-v-102e6e95] {
  font-size: 28px;
  font-weight: 800;
  margin: 4px 0;
  color: #1e293b;
}
.dashboard-section[data-v-102e6e95] {
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.text-center[data-v-102e6e95] {
  text-align: center;
}
.block[data-v-102e6e95] {
  display: block;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/DepreciationSchedule/BulkBatch.vue?type=style&index=0 */
[data-v-780400ed] .bulk-row-risk td {
  background-color: rgba(239, 68, 68, 0.08) !important;
}
[data-v-780400ed] .bulk-row-skipped td {
  opacity: 0.75;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/DepreciationSchedule/PendingBatchDetail.vue?type=style&index=0 */
.page-meta[data-v-bb4bcf65] {
  margin-bottom: 12px;
}
.page-kicker[data-v-bb4bcf65] {
  color: #475569;
  font-size: 13px;
  margin-bottom: 4px;
}
.page-breadcrumbs[data-v-bb4bcf65] {
  color: #94a3b8;
  font-size: 12px;
}
.metric-strip[data-v-bb4bcf65] {
  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-bb4bcf65] {
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
}
.metric-value[data-v-bb4bcf65] {
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
}
.mt-12[data-v-bb4bcf65] {
  margin-top: 12px;
}
.review-pane[data-v-bb4bcf65] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/Configurations/ConfigurationMenuCard.vue?type=style&index=0 */
.menu-card[data-v-8e33c99d] {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.menu-card[data-v-8e33c99d]:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: var(--8e33c99d-color\ \+\ \"40\");
}
.card-content[data-v-8e33c99d] {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 8px;
}
.icon-wrapper[data-v-8e33c99d] {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.menu-card:hover .icon-wrapper[data-v-8e33c99d] {
  transform: scale(1.1) rotate(-5deg);
}
.card-body[data-v-8e33c99d] {
  flex: 1;
  min-width: 0;
}
.card-title[data-v-8e33c99d] {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}
.card-description[data-v-8e33c99d] {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/Configurations/DataImportWizard.vue?type=style&index=0 */
.mt-4[data-v-94deec44] {
  margin-top: 16px;
}
.mt-6[data-v-94deec44] {
  margin-top: 24px;
}
.mb-4[data-v-94deec44] {
  margin-bottom: 16px;
}
.text-center[data-v-94deec44] {
  text-align: center;
}
.text-gray-500[data-v-94deec44] {
  color: #6b7280;
}
.actions[data-v-94deec44] {
  display: flex;
  justify-content: flex-end;
}
.processing-state[data-v-94deec44] {
  padding: 40px 20px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/Configurations/Index.vue?type=style&index=0 */
.hub-container[data-v-ceff929f] {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0;
}
.module-container[data-v-ceff929f] {
  margin-top: 10px;
}
.rounded-xl[data-v-ceff929f] {
  border-radius: 1.25rem;
}
.shadow-sm[data-v-ceff929f] {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/AssetRegistration/Location/Index.vue?type=style&index=0 */
nav ul[data-v-c5042fc5] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/AssetRegistration/Category/Index.vue?type=style&index=0 */
nav ul[data-v-6d305eb3] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/Settings/FolioSeries/Index.vue?type=style&index=0 */
nav ul[data-v-7b6e12c5] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/Settings/AssetUploadConfig/Index.vue?type=style&index=0 */
nav ul[data-v-0f6ebf59] {
  display: inherit !important;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/Settings/AssetParameter/Index.vue?type=style&index=0 */
nav ul[data-v-c9f2bbc7] {
  display: inherit !important;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Commons/403.vue?type=style&index=0 */
@keyframes slide-up-65c9d522 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-slide-up[data-v-65c9d522] {
  animation: slide-up-65c9d522 0.5s ease-out;
}
@keyframes float-65c9d522 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.animate-float[data-v-65c9d522] {
  animation: float-65c9d522 3s ease-in-out infinite;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Controls/PackageTypeSelect.vue?type=style&index=0 */
.form-input[data-v-796d3dac] {
  width: 100%;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Forms/NaiveAlert.vue?type=style&index=0 */
.fade-enter-active[data-v-a8cf8a26],
.fade-leave-active[data-v-a8cf8a26] {
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-a8cf8a26],
.fade-leave-to[data-v-a8cf8a26] {
  opacity: 0;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/Documentation/AmmModuleAbout.vue?type=style&index=0 */
.amm-about[data-v-b343b79d] {
  max-height: 72vh;
  overflow-y: auto;
  padding-right: 4px;
}
.about-hero[data-v-b343b79d] {
  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-b343b79d] {
  font-size: 44px;
  color: #3b82f6;
  line-height: 1;
  flex-shrink: 0;
}
.about-title[data-v-b343b79d] {
  margin: 0 0 2px;
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}
.about-subtitle[data-v-b343b79d] {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
  font-style: italic;
}
.capability-item[data-v-b343b79d] {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.capability-icon[data-v-b343b79d] {
  font-size: 22px;
  color: #3b82f6;
  flex-shrink: 0;
  margin-top: 2px;
}
.capability-title[data-v-b343b79d] {
  display: block;
  font-size: 13px;
  color: #111827;
  margin-bottom: 2px;
}
.capability-desc[data-v-b343b79d] {
  margin: 0;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
}
.domain-row[data-v-b343b79d] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.domain-desc[data-v-b343b79d] {
  font-size: 13px;
  color: #374151;
}
.integration-list[data-v-b343b79d] {
  margin: 0;
  padding-left: 18px;
}
.integration-list li[data-v-b343b79d] {
  margin: 8px 0;
  font-size: 13px;
  color: #374151;
  line-height: 1.6;
}
.arch-intro[data-v-b343b79d] {
  margin: 0 0 12px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
}
.arch-layers[data-v-b343b79d] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.arch-layer[data-v-b343b79d] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.arch-layer-badge[data-v-b343b79d] {
  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-b343b79d] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.arch-tag[data-v-b343b79d] {
  opacity: 0.85;
}
.roles-intro[data-v-b343b79d] {
  margin: 0 0 10px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
}
.build-info[data-v-b343b79d] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.build-row[data-v-b343b79d] {
  display: flex;
  gap: 12px;
  font-size: 13px;
}
.build-label[data-v-b343b79d] {
  min-width: 120px;
  color: #6b7280;
  font-weight: 500;
  flex-shrink: 0;
}
.build-value[data-v-b343b79d] {
  color: #111827;
}
.amm-about[data-v-b343b79d]::-webkit-scrollbar {
  width: 6px;
}
.amm-about[data-v-b343b79d]::-webkit-scrollbar-track {
  background: transparent;
}
.amm-about[data-v-b343b79d]::-webkit-scrollbar-thumb {
  background: #e5e7eb;
  border-radius: 6px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/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:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Layout/ModuleSwitcher.vue?type=style&index=1 */
.switcher-trigger[data-v-aa4c662c] {
  color: #4b5563;
  transition: color 0.2s, background-color 0.2s;
}
.switcher-trigger[data-v-aa4c662c]:hover {
  background-color: #f3f4f6;
  color: #3b82f6;
}
.module-switcher-header[data-v-aa4c662c] {
  padding: 16px;
  border-bottom: 1px solid #f3f4f6;
  text-align: center;
  background-color: #f9fafb;
}
.header-title[data-v-aa4c662c] {
  font-weight: 600;
  font-size: 15px;
  color: #111827;
  letter-spacing: 0.3px;
}
.module-switcher-body[data-v-aa4c662c] {
  padding: 16px;
  max-height: 320px;
  overflow-y: auto;
}
.module-switcher-footer[data-v-aa4c662c] {
  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-aa4c662c]::-webkit-scrollbar {
  width: 6px;
}
.module-switcher-body[data-v-aa4c662c]::-webkit-scrollbar-track {
  background: transparent;
}
.module-switcher-body[data-v-aa4c662c]::-webkit-scrollbar-thumb {
  background-color: #d1d5db;
  border-radius: 10px;
}
.module-item[data-v-aa4c662c] {
  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-aa4c662c]:hover {
  background-color: #f5f3ff;
  transform: translateY(-2px);
}
.module-icon-wrapper[data-v-aa4c662c] {
  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-aa4c662c] {
  background-color: #3b82f6;
  color: #ffffff;
  box-shadow: 0 4px 6px rgba(59, 130, 246, 0.25);
}
.module-icon[data-v-aa4c662c] {
  font-size: 24px;
  line-height: 1;
}
.module-label[data-v-aa4c662c] {
  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-aa4c662c] {
    padding: 12px;
  }
  .module-item[data-v-aa4c662c] {
    padding: 8px 4px;
    min-height: 82px;
  }
  .module-icon-wrapper[data-v-aa4c662c] {
    width: 40px;
    height: 40px;
  }
}
.empty-state[data-v-aa4c662c] {
  text-align: center;
  padding: 24px 0;
  color: #6b7280;
  font-size: 13px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Menu.vue?type=style&index=0 */
.card[data-v-ee9ca24e] {
  border: 1px solid #ccc;
  padding: 1rem;
  margin: 1rem 0;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/AssetRegistration/Asset/modules/MaintenancePlansPanel.vue?type=style&index=0 */
.mb-12[data-v-40e7b300] {
  margin-bottom: 12px;
}
.mt-12[data-v-40e7b300] {
  margin-top: 12px;
}

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/WorkManagement/WorkOrderPartsRequest/ProcessWorkOrderPartsRequestDecision.vue?type=style&index=0 */
.header-row[data-v-54417c0c] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.id-block[data-v-54417c0c] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.id-texts[data-v-54417c0c] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.name[data-v-54417c0c] {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}
.muted[data-v-54417c0c] {
  font-size: 13px;
  color: #6b7280;
}
.ref[data-v-54417c0c] {
  font-family: ui-monospace, monospace;
}
.chips[data-v-54417c0c] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
}
.section-title[data-v-54417c0c] {
  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-54417c0c] {
  margin-bottom: 0;
  border: 1px solid #e5e7eb;
}
.stat-card[data-v-54417c0c] {
  height: 100%;
}
.stat-value[data-v-54417c0c] {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}
.text-primary[data-v-54417c0c] {
  color: #0ea5e9;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/AssetManagement/WorkManagement/WorkOrderPartsRequest/ProcessWorkOrderPartsRequestDecision.vue?type=style&index=1 */
.page-meta[data-v-54417c0c] {
  margin-bottom: 12px;
}
.page-kicker[data-v-54417c0c] {
  color: #475569;
  font-size: 13px;
  margin-bottom: 4px;
}
.page-breadcrumbs[data-v-54417c0c] {
  color: #94a3b8;
  font-size: 12px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Authentication/ResendEmailConfirmation.vue?type=style&index=0 */
@keyframes fade-in-d2e3134a {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.alert-success[data-v-d2e3134a] {
  animation: fade-in-d2e3134a 0.5s ease-in;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/FinancialYearBudgetChart.vue?type=style&index=0 */
.mt-2[data-v-e7c56479] {
  margin-top: 8px;
}
.flex-row[data-v-e7c56479] {
  display: flex;
  gap: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/FinancialYearForecastChart.vue?type=style&index=0 */
.mt-2[data-v-54265c23] {
  margin-top: 8px;
}
.flex-row[data-v-54265c23] {
  display: flex;
  gap: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/FinancialYearLedgerChart.vue?type=style&index=0 */
.mt-2[data-v-6d7dd0f3] {
  margin-top: 8px;
}
.flex-row[data-v-6d7dd0f3] {
  display: flex;
  gap: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/PayGradeComponentsMixChart.vue?type=style&index=0 */
.mt-2[data-v-50bbf227] {
  margin-top: 8px;
}
.flex-row[data-v-50bbf227] {
  display: flex;
  gap: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/PayGradeSalaryProgressionChart.vue?type=style&index=0 */
.mt-2[data-v-58bcf434] {
  margin-top: 8px;
}
.flex-row[data-v-58bcf434] {
  display: flex;
  gap: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/PayGradeTotalCompChart.vue?type=style&index=0 */
.mt-2[data-v-ca0482cb] {
  margin-top: 8px;
}
.flex-row[data-v-ca0482cb] {
  display: flex;
  gap: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/PayGroupHeadcountByStatusChart.vue?type=style&index=0 */
.mt-2[data-v-b889cabf] {
  margin-top: 8px;
}
.flex-row[data-v-b889cabf] {
  display: flex;
  gap: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/PayGroupPayPointMixChart.vue?type=style&index=0 */
.mt-2[data-v-f2c3309a] {
  margin-top: 8px;
}
.flex-row[data-v-f2c3309a] {
  display: flex;
  gap: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/PayGroupPayrollTrendChart.vue?type=style&index=0 */
.mt-2[data-v-dead41ea] {
  margin-top: 8px;
}
.flex-row[data-v-dead41ea] {
  display: flex;
  gap: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/PayPeriodPayslipStatusChart.vue?type=style&index=0 */
.mt-2[data-v-63a62cf8] {
  margin-top: 8px;
}
.flex-row[data-v-63a62cf8] {
  display: flex;
  gap: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/PayPeriodTopComponentsChart.vue?type=style&index=0 */
.mt-2[data-v-97e11232] {
  margin-top: 8px;
}
.flex-row[data-v-97e11232] {
  display: flex;
  gap: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/PayPeriodTotalsChart.vue?type=style&index=0 */
.mt-2[data-v-7d488543] {
  margin-top: 8px;
}
.flex-row[data-v-7d488543] {
  display: flex;
  gap: 8px;
}
.muted[data-v-7d488543] {
  font-size: 12px;
  color: #6b7280;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/PayScaleComponentsMixChart.vue?type=style&index=0 */
.mt-2[data-v-6d8e869e] {
  margin-top: 8px;
}
.flex-row[data-v-6d8e869e] {
  display: flex;
  gap: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/PayScaleGradeRangesChart.vue?type=style&index=0 */
.mt-2[data-v-9372d9c6] {
  margin-top: 8px;
}
.flex-row[data-v-9372d9c6] {
  display: flex;
  gap: 8px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/PayScaleTotalsChart.vue?type=style&index=0 */
.mt-2[data-v-eb34a939] {
  margin-top: 8px;
}
.flex-row[data-v-eb34a939] {
  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:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Dashboards/UserPerformance.vue?type=style&index=0 */
.upc[data-v-80b15d2f] {
  width: 100%;
}
.toolbar[data-v-80b15d2f] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.btn[data-v-80b15d2f] {
  appearance: none;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  cursor: pointer;
}
.btn.ghost[data-v-80b15d2f] {
  background: #fafafa;
}
.btn[data-v-80b15d2f]:hover {
  background: #f3f4f6;
}
.chart[data-v-80b15d2f] {
  width: 100%;
  height: 340px;
}
.loading[data-v-80b15d2f] {
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 24px 12px;
  color: #6b7280;
}
.loading img[data-v-80b15d2f] {
  width: 36px;
  height: 36px;
}
.spinner[data-v-80b15d2f] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #e5e7eb;
  border-top-color: #5e81f4;
  animation: spin-80b15d2f .8s linear infinite;
}
.loading-text[data-v-80b15d2f] {
  font-size: 0.9rem;
}
@keyframes spin-80b15d2f {
  to {
    transform: rotate(360deg);
  }
}
.state[data-v-80b15d2f] {
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 22px 12px;
  color: #6b7280;
  text-align: center;
}
.state svg[data-v-80b15d2f] {
  opacity: .7;
}
.state-error[data-v-80b15d2f] {
  color: #b91c1c;
}
.retry[data-v-80b15d2f] {
  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-80b15d2f]:hover {
  background: #f3f4f6;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/DocumentManagement/DocumentViewerModal.vue?type=style&index=0 */
.doc-viewer-error[data-v-5e55e9d9] {
  padding: 8px 0;
}
.doc-viewer-image-wrap[data-v-5e55e9d9] {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 70vh;
  overflow: auto;
}
.doc-viewer-image[data-v-5e55e9d9] {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
}
.doc-viewer-frame-wrap[data-v-5e55e9d9] {
  height: 70vh;
  position: relative;
}
.blob-loading[data-v-5e55e9d9] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doc-viewer-frame[data-v-5e55e9d9] {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.doc-viewer-fallback[data-v-5e55e9d9] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 0;
}
.doc-viewer-actions[data-v-5e55e9d9] {
  display: flex;
  justify-content: flex-start;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/CoaTrackingForm.vue?type=style&index=0 */
nav ul[data-v-fc61e925] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Finance/Documents/DocumentActionBar.vue?type=style&index=0 */
.action-bar[data-v-23543cbb] {
  padding-top: 8px;
  display: flex;
  justify-content: flex-end;
}

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

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/HumanResources/Hiring/HiringMenu.vue?type=style&index=0 */
.p-4[data-v-2714b4ef] {
  padding: 1rem;
}
.space-y-6[data-v-2714b4ef] > * + * {
  margin-top: 1.5rem;
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Inventory/ProductList.vue?type=style&index=0 */
.inventory-container[data-v-cdd3de0b] {
  min-height: 100vh;
  background: #ffffff;
  padding: 12px;
  display: flex;
  flex-direction: column;
}
.card-header[data-v-cdd3de0b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.header-left[data-v-cdd3de0b] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 16px;
}
.header-actions[data-v-cdd3de0b] {
  display: flex;
  align-items: center;
}
.card-title[data-v-cdd3de0b] {
  font-weight: 600;
  font-size: 18px;
  color: #2c3e50;
  letter-spacing: 0.5px;
}
.loading-state[data-v-cdd3de0b],
.error-state[data-v-cdd3de0b] {
  padding: 60px 20px;
  text-align: center;
}
.loading-text[data-v-cdd3de0b] {
  color: #7f8c8d;
  margin-top: 12px;
}
.table-section[data-v-cdd3de0b] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.table-with-pagination[data-v-cdd3de0b] {
  display: flex;
  flex-direction: column;
}
.pagination-wrapper[data-v-cdd3de0b] {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}
.table-footer-lottie[data-v-cdd3de0b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.empty-description[data-v-cdd3de0b] {
  margin-top: 12px;
  color: #7f8c8d;
  font-size: 14px;
}
.bulk-actions-bar[data-v-cdd3de0b] {
  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-cdd3de0b] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #1976d2;
}
.bulk-buttons[data-v-cdd3de0b] {
  display: flex;
  gap: 8px;
}
.filters-section[data-v-cdd3de0b] {
  margin-bottom: 16px;
  padding: 16px;
  background: #fafbfc;
  border-radius: 8px;
}
.product-cell[data-v-cdd3de0b] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.product-name[data-v-cdd3de0b] {
  font-weight: 600;
  color: #2c3e50;
}
[data-v-cdd3de0b] .critical-row {
  background-color: #fff5f5 !important;
}
[data-v-cdd3de0b] .critical-row:hover {
  background-color: #fed7d7 !important;
}
[data-v-cdd3de0b] .warning-row {
  background-color: #fffbf0 !important;
}
[data-v-cdd3de0b] .warning-row:hover {
  background-color: #fef5e7 !important;
}
[data-v-cdd3de0b] .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-cdd3de0b],
.fade-leave-active[data-v-cdd3de0b] {
  transition: opacity 0.6s ease;
}
.fade-enter-from[data-v-cdd3de0b],
.fade-leave-to[data-v-cdd3de0b] {
  opacity: 0;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Security/IdleSessionGuard.vue?type=style&index=0 */
.rb-idle-backdrop[data-v-552cfa31] {
  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-552cfa31] {
  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-552cfa31] {
  padding: 16px 18px 10px 18px;
  border-bottom: 1px solid #eee;
}
.rb-idle-body[data-v-552cfa31] {
  padding: 14px 18px 16px 18px;
}
.rb-idle-footer[data-v-552cfa31] {
  padding: 12px 18px 16px 18px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.rb-idle-progress[data-v-552cfa31] {
  width: 100%;
  height: 10px;
  background: #f3f4f6;
  border-radius: 999px;
  overflow: hidden;
}
.rb-idle-bar[data-v-552cfa31] {
  height: 100%;
  background: var(--bs-primary, #167f8e);
  width: 100%;
  transition: width 0.25s linear;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Warehouses/Warehouse/ContractListModal.vue?type=style&index=0 */
.add-btn[data-v-46c91e61] {
  display: flex;
  justify-items: right;
  justify-content: end;
  margin: 10px 0px;
}

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Warehouses/Warehouse/LotSettings.vue?type=style&index=0 */
nav ul[data-v-d1dba289] {
  display: inherit !important;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Modules/Workflow/PendingTasksList.vue?type=style&index=0 */
.task-list-wrap[data-v-657553a2] {
  width: 100%;
}
.loading[data-v-657553a2] {
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 24px 12px;
  color: #6b7280;
}
.loading img[data-v-657553a2] {
  width: 36px;
  height: 36px;
}
.spinner[data-v-657553a2] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #e5e7eb;
  border-top-color: #5e81f4;
  animation: spin-657553a2 0.8s linear infinite;
}
.loading-text[data-v-657553a2] {
  font-size: 0.9rem;
}
@keyframes spin-657553a2 {
  to {
    transform: rotate(360deg);
  }
}
.state[data-v-657553a2] {
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 22px 12px;
  color: #6b7280;
  text-align: center;
}
.state svg[data-v-657553a2] {
  opacity: 0.7;
}
.state-error[data-v-657553a2] {
  color: #b91c1c;
}
.retry[data-v-657553a2] {
  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-657553a2]:hover {
  background: #f3f4f6;
}
.task-list[data-v-657553a2] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.task-item[data-v-657553a2] {
  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-657553a2]:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
  border-color: #d7dae6;
}
.task-icon[data-v-657553a2] {
  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-657553a2] {
  background:
    linear-gradient(
      135deg,
      #ef4444,
      #b91c1c);
}
.task-icon[data-type=review][data-v-657553a2] {
  background:
    linear-gradient(
      135deg,
      #10b981,
      #065f46);
}
.task-icon[data-type=mail][data-v-657553a2] {
  background:
    linear-gradient(
      135deg,
      #f59e0b,
      #b45309);
}
.task-main[data-v-657553a2] {
  min-width: 0;
}
.task-line[data-v-657553a2] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.task-title[data-v-657553a2] {
  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-657553a2] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: #6b7280;
  white-space: nowrap;
}
.task-desc[data-v-657553a2] {
  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-657553a2] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
[data-v-657553a2] .sla-badge.n-tag {
  font-weight: 600;
  letter-spacing: .2px;
}

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/PageTitle.vue?type=style&index=0 */

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Setup/ModuleIntro.vue?type=style&index=0 */
.custom-button[data-v-d9264918] {
  color: black;
}
.custom-button[data-v-d9264918]:hover {
  color: white;
}

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

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

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

/* sfc-style:/home/gitlab-runner/builds/pMG37FlDs/0/t4885/raven/Raven/BackOfficeApp/Scripts/vue/components/Tables/ExpandableTable.vue?type=style&index=0 */
.table-container[data-v-00b12124] {
  max-width: 100%;
  margin: 20px 0;
}
.table-header[data-v-00b12124] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.dynamic-table[data-v-00b12124] {
  width: 100%;
  border-collapse: collapse;
}
.dynamic-table th[data-v-00b12124],
.dynamic-table td[data-v-00b12124] {
  border: 1px solid var(--n-border-color);
  padding: 8px;
  text-align: left;
}
.dynamic-table th[data-v-00b12124] {
  background-color: var(--n-color-bg);
  font-weight: bold;
}
.form-input[data-v-00b12124] {
  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 */
