@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");.errorContainer[data-v-6c5d3932] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
}
.errorContent[data-v-6c5d3932] {
  text-align: center;
  padding: 3rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 500px;
  margin: 2rem;
}
.errorContent .icon[data-v-6c5d3932] {
  color: #dc2626;
  margin-bottom: 2rem;
}
.errorContent .icon svg[data-v-6c5d3932] {
  animation: shake-6c5d3932 0.5s ease-in-out;
}
.errorContent h1[data-v-6c5d3932] {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}
.errorContent p[data-v-6c5d3932] {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.errorContent p.detail[data-v-6c5d3932] {
  font-size: 1rem;
  color: #9ca3af;
}
@keyframes shake-6c5d3932 {
0%, 100% {
    transform: rotate(0deg);
}
10%, 30%, 50%, 70%, 90% {
    transform: rotate(-5deg);
}
20%, 40%, 60%, 80% {
    transform: rotate(5deg);
}
}.popupOverlay[data-v-6fc3360a] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.popupShell[data-v-6fc3360a] {
  min-width: 320px;
  width: 100%;
  background: var(--color-neutral-0);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
}
.popupShell--sm[data-v-6fc3360a] {
  max-width: 540px;
}
.popupShell--md[data-v-6fc3360a] {
  max-width: 736px;
}
.popupShell--lg[data-v-6fc3360a] {
  max-width: 932px;
}[data-v-66c52de1]:root {
  --color-neutral-900: #1e1f22;
  --color-neutral-800: #2d2f32;
  --color-neutral-700: #44474a;
  --color-neutral-600: #5a5e62;
  --color-neutral-500: #767b80;
  --color-neutral-400: #9ba1a7;
  --color-neutral-300: #c2c8cd;
  --color-neutral-200: #e2e6e9;
  --color-neutral-100: #f3f5f7;
  --color-neutral-50: #f8f9fa;
  --color-neutral-0: white;
  --color-red-700: #fc5555;
  --color-red-100: #fff0f0;
  --color-yellow-700: white;
  --color-blue-700: #0b99ff;
  --color-blue-200: #ebf7ff;
  --color-yellow-200: white;
  --color-green-700: #12d16b;
  --color-green-200: #ecfbf3;
  --color-neutral-opacity-900-80: rgba(30, 31, 34, 0.8);
  --color-primary: #00bf8a;
  --point-color: #0b99ff;
}
.confirmOverlay[data-v-66c52de1] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.confirmModal[data-v-66c52de1] {
  width: 100%;
  max-width: 400px;
  background: var(--color-neutral-0);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
  text-align: center;
}
.confirmTitle[data-v-66c52de1] {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #1e1f22 !important;
  font-size: 18px;
}
.confirmContent[data-v-66c52de1] {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  color: #5a5e62 !important;
  white-space: pre-line;
}
.confirmWarning[data-v-66c52de1] {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #fc5555 !important;
  white-space: pre-line;
}
.confirmActions[data-v-66c52de1] {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.confirmActions .btn[data-v-66c52de1] {
  min-width: 128px;
  border-radius: 12px;
  padding: 10px 16px;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #1e1f22 !important;
}
.confirmActions .ghost[data-v-66c52de1] {
  background: var(--color-neutral-100);
}
.confirmActions .primary[data-v-66c52de1] {
  background: var(--color-neutral-900);
  color: var(--color-neutral-0) !important;
}.snackbarToast[data-v-79c757c8] {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(30, 31, 34, 0.8);
  color: #ffffff;
  padding: 32px;
  border-radius: 12px;
  z-index: 9999;
  width: 500px;
  max-width: calc(100vw - 48px);
  text-align: center;
  white-space: pre-line;
}.snackbarToast[data-v-4fe1ac15] {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 500px;
  max-width: calc(100vw - 48px);
  border-radius: 12px;
  padding: 32px;
  background: rgba(30, 31, 34, 0.8);
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: pre-line;
}
.snackbar-enter-active[data-v-4fe1ac15],
.snackbar-leave-active[data-v-4fe1ac15] {
  transition: opacity 0.18s ease;
}
.snackbar-enter-from[data-v-4fe1ac15],
.snackbar-leave-to[data-v-4fe1ac15] {
  opacity: 0;
}
.loading-overlay[data-v-35a29a6e] {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: rgba(0, 0, 0, 0.2); */
  z-index: 9999;
}
.loading-wrap[data-v-35a29a6e] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}
.loading-logo[data-v-35a29a6e] {
  width: 36px;
  height: 36px;
  transform-origin: 50% 50%;
  animation: spinSnap-35a29a6e 4s infinite;
}
@keyframes spinSnap-35a29a6e {
0% {
    transform: rotate(0deg);
}
20% {
    transform: rotate(360deg);
}
45% {
    transform: rotate(380deg);
}
65% {
    transform: rotate(360deg);
}
100% {
    transform: rotate(0deg);
}
}
.loadingContainer[data-v-4ea47644] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  gap: 20px;
  background: #f5f5f5;
}
.loadingContainer p[data-v-4ea47644] {
  color: #666;
  font-size: 1rem;
}
.spinner[data-v-4ea47644] {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin-4ea47644 1s linear infinite;
}
@keyframes spin-4ea47644 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
:root {
  --color-neutral-900: #1e1f22;
  --color-neutral-800: #2d2f32;
  --color-neutral-700: #44474a;
  --color-neutral-600: #5a5e62;
  --color-neutral-500: #767b80;
  --color-neutral-400: #9ba1a7;
  --color-neutral-300: #c2c8cd;
  --color-neutral-200: #e2e6e9;
  --color-neutral-100: #f3f5f7;
  --color-neutral-50: #f8f9fa;
  --color-neutral-0: white;
  --color-red-700: #fc5555;
  --color-red-100: #fff0f0;
  --color-yellow-700: white;
  --color-blue-700: #0b99ff;
  --color-blue-200: #ebf7ff;
  --color-yellow-200: white;
  --color-green-700: #12d16b;
  --color-green-200: #ecfbf3;
  --color-neutral-opacity-900-80: rgba(30, 31, 34, 0.8);
  --color-primary: #00bf8a;
  --point-color: #0b99ff;
}
.card {
  padding: 32px 32px 24px;
}
.formInput {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--color-neutral-200);
  border-radius: 10px;
  padding: 8px 10px;
  background: var(--color-neutral-100);
  color: var(--color-neutral-900);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  color: #1e1f22 !important;
}
.formInput::placeholder {
  color: var(--color-neutral-400);
}
.formInput:focus {
  outline: none;
  border-color: var(--color-neutral-900);
}
.statusLabel {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 5px 8px 5px 26px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #1e1f22 !important;
}
.statusLabel::before {
  content: "";
  position: absolute;
  left: 8px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.statusLabel.is-pending {
  background-color: var(--color-red-100);
}
.statusLabel.is-pending::before {
  background-image: url(/assets/ic_status4.CsZDn6qq.svg);
}
.statusLabel.is-active {
  background-color: var(--color-blue-200);
}
.statusLabel.is-active::before {
  background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%202V4M8%2012V14M14%208H12M4%208H2M12.2427%203.758L10.828%205.172M5.17133%2010.828L3.75733%2012.242M12.2427%2012.2427L10.828%2010.828M5.17133%205.172L3.75733%203.758'%20stroke='%230B99FF'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
}
.statusLabel.is-complete {
  background-color: var(--color-green-200);
}
.statusLabel.is-complete::before {
  background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1655_4781)'%3e%3crect%20width='16'%20height='16'%20rx='8'%20fill='%2312D16B'/%3e%3cpath%20d='M4.5%207.5L7%2010L11.5%206'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1655_4781'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.statusLabel.is-expired {
  background-color: var(--color-neutral-100);
}
.statusLabel.is-expired::before {
  background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1655_4784)'%3e%3crect%20width='16'%20height='16'%20rx='8'%20fill='%239BA1A7'/%3e%3cpath%20d='M5%205L10.6569%2010.6569'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.6567%205L4.99988%2010.6569'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1655_4784'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.statusLabel.is-nouse {
  background-color: var(--color-neutral-100);
}
.statusLabel.is-nouse::before {
  background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2594_16643)'%3e%3crect%20width='16'%20height='16'%20rx='8'%20fill='%239BA1A7'/%3e%3cpath%20d='M3.82812%207.82837L11.8281%207.82837'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2594_16643'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  padding: 10px 16px;
  border: 1px solid var(--color-neutral-900);
  border-radius: 12px;
  background: var(--color-neutral-900);
  color: var(--color-neutral-0);
  cursor: pointer;
}
.underline {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-underline-offset: 1px;
}
.dataTableWrap {
  min-height: 500px;
  max-height: 500px;
  overflow-y: auto;
}
.dataTableWrap .dataTable {
  width: 100%;
}
.dataTableWrap .dataTable thead {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 48px;
  background: var(--color-neutral-50);
  text-align: left;
}
.dataTableWrap .dataTable thead th {
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #1e1f22 !important;
}
.dataTableWrap .dataTable tbody tr {
  height: 48px;
  border-bottom: 1px solid #eeeeee;
  transition: background-color 0.2s;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #1e1f22 !important;
}
.dataTableWrap .dataTable tbody tr td {
  padding: 7px 16px;
}
.thInline {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.thContent {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 4px;
}
.sortControls {
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  margin-left: 6px;
  gap: 1px;
}
.sortControls .sortBtn {
  border: none;
  background: none;
  padding: 0;
  line-height: 1;
  font-size: 6px;
  color: var(--color-neutral-300);
  cursor: pointer;
}
.sortControls .sortBtn.active, .sortControls .sortBtn:hover {
  color: var(--color-neutral-600);
}
.radioWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.radioWrap .optionItem {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 0px;
  border-radius: 999px;
  background: var(--color-neutral-0);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  color: #1e1f22 !important;
  cursor: pointer;
}
.radioWrap .optionItem input[type=radio] {
  margin: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  appearance: none;
  border: 2px solid var(--color-neutral-200);
  border-radius: 50%;
  background: var(--color-neutral-0);
  position: relative;
  cursor: pointer;
}
.radioWrap .optionItem input[type=radio]::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: var(--color-neutral-900);
  transform: scale(0);
  transition: transform 0.12s ease;
}
.radioWrap .optionItem input[type=radio]:checked::after {
  transform: scale(1);
}
.labelReq {
  display: inline-flex;
  align-items: center;
}
.labelReq::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.34343%202H6.67676V4.71933L8.9041%203.15933L9.66876%204.252L7.1721%206L9.66876%207.748L8.9041%208.84067L6.67676%207.28V10H5.34343V7.28067L3.1161%208.84067L2.35076%207.748L4.8481%206L2.3501%204.252L3.11676%203.15933L5.34343%204.72V2Z'%20fill='%23FC5555'/%3e%3c/svg%3e") no-repeat center/12px 12px;
  transform: translateY(-4px);
}
.tooltip {
  position: relative;
  cursor: pointer;
}
.tooltip img {
  width: 14px;
  height: 14px;
}
.tooltip .tooltipTxt {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 156px;
  max-width: 200px;
  transform: translate(-50%, 8px);
  padding: 10px;
  border-radius: 12px;
  background: var(--color-neutral-600);
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  z-index: 10;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: white !important;
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
  text-align: left;
}
.tooltip:hover .tooltipTxt, .tooltip:focus-within .tooltipTxt {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 4px);
}
.tooltip.edgeRight .tooltipTxt {
  left: auto;
  right: 0;
  transform: translate(0, 8px);
}
.tooltip.edgeRight:hover .tooltipTxt,
.tooltip.edgeRight:focus-within .tooltipTxt {
  transform: translate(0, 4px);
}
.chips {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chips .chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #1e1f22 !important;
}
.chips .chip .count {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #767b80 !important;
}
.chips .chip:hover {
  border-color: var(--color-neutral-400);
}
.chips .chip.active {
  background-color: var(--color-neutral-900);
  border-color: var(--color-neutral-900);
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: white !important;
}
.chips .chip.active .count {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: white !important;
}.datePickerInput[data-v-07b17e79] {
  position: relative;
  width: 100%;
}
.datePickerText[data-v-07b17e79] {
  padding-right: 32px;
  background-color: var(--color-neutral-100);
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='8'%20y='6'%20width='2'%20height='4'%20rx='1'%20transform='rotate(-180%208%206)'%20fill='%235A5E62'/%3e%3crect%20x='18'%20y='6'%20width='2'%20height='4'%20rx='1'%20transform='rotate(-180%2018%206)'%20fill='%235A5E62'/%3e%3crect%20x='3'%20y='5'%20width='18'%20height='15'%20rx='2'%20stroke='%235A5E62'%20stroke-width='2'/%3e%3cpath%20d='M5%205H19C20.1046%205%2021%205.89543%2021%207V8H3V7C3%205.89543%203.89543%205%205%205Z'%20fill='%235A5E62'%20stroke='%235A5E62'%20stroke-width='2'/%3e%3cmask%20id='path-5-inside-1_988_17908'%20fill='white'%3e%3crect%20x='12'%20y='13'%20width='6'%20height='4'%20rx='1'/%3e%3c/mask%3e%3crect%20x='12'%20y='13'%20width='6'%20height='4'%20rx='1'%20fill='%235A5E62'%20stroke='%235A5E62'%20stroke-width='4'%20mask='url(%23path-5-inside-1_988_17908)'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 20px 20px;
}
.calendarButton[data-v-07b17e79] {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.calendarButton[data-v-07b17e79]:disabled {
  cursor: not-allowed;
}
.nativeInput[data-v-07b17e79] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}.pagination[data-v-39242814] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 24px 0 0;
  min-height: 56px;
}
.pagination .pageBtn[data-v-39242814] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border: none;
  border-radius: 50px;
  background-color: transparent;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.pagination .pageBtn[data-v-39242814]:hover:not(:disabled) {
  background-color: #f5f5f5;
}
.pagination .pageBtn[data-v-39242814]:disabled {
  color: #cccccc;
  cursor: not-allowed;
}
.pagination .pageBtn.active[data-v-39242814] {
  background-color: transparent;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
}
.pagination .pageBtn svg[data-v-39242814] {
  display: block;
}[data-v-6b8ed184]:root {
  --color-neutral-900: #1e1f22;
  --color-neutral-800: #2d2f32;
  --color-neutral-700: #44474a;
  --color-neutral-600: #5a5e62;
  --color-neutral-500: #767b80;
  --color-neutral-400: #9ba1a7;
  --color-neutral-300: #c2c8cd;
  --color-neutral-200: #e2e6e9;
  --color-neutral-100: #f3f5f7;
  --color-neutral-50: #f8f9fa;
  --color-neutral-0: white;
  --color-red-700: #fc5555;
  --color-red-100: #fff0f0;
  --color-yellow-700: white;
  --color-blue-700: #0b99ff;
  --color-blue-200: #ebf7ff;
  --color-yellow-200: white;
  --color-green-700: #12d16b;
  --color-green-200: #ecfbf3;
  --color-neutral-opacity-900-80: rgba(30, 31, 34, 0.8);
  --color-primary: #00bf8a;
  --point-color: #0b99ff;
}
.issuePopup[data-v-6b8ed184] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.issueHeader[data-v-6b8ed184] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.issueHeader .title[data-v-6b8ed184] {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: #1e1f22 !important;
}
.issueBody .desc[data-v-6b8ed184] {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  color: #5a5e62 !important;
}
.issueBody .info[data-v-6b8ed184] {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #0b99ff !important;
}
.issueBody .info span.underline[data-v-6b8ed184] {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #0b99ff !important;
}
.formGrid[data-v-6b8ed184] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.formGrid .field[data-v-6b8ed184] {
  display: flex;
  flex-direction: column;
}
.formGrid .row[data-v-6b8ed184] {
  display: flex;
  gap: 24px;
}
.formGrid .row .field[data-v-6b8ed184] {
  flex: 1;
  min-width: 0;
}
.formGrid .label[data-v-6b8ed184] {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  color: #1e1f22 !important;
}
.formGrid .input[data-v-6b8ed184] {
  width: 204px;
  max-width: 204px;
}
.formGrid .input.invalid[data-v-6b8ed184] {
  border-color: #fd5651;
}
.formGrid .inputError[data-v-6b8ed184] {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #fc5555 !important;
}
.datePickerField[data-v-6b8ed184] {
  width: 204px;
  max-width: 204px;
}
.checkRow[data-v-6b8ed184] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #44474a !important;
  cursor: pointer;
}
.checkRow input[type=checkbox][data-v-6b8ed184] {
  margin: 0;
  width: 16px;
  height: 16px;
  appearance: none;
  border: 2px solid var(--color-neutral-200);
  border-radius: 4px;
  background: var(--color-neutral-0);
  position: relative;
  cursor: pointer;
}
.checkRow input[type=checkbox][data-v-6b8ed184]::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 5 4 8 11 1'/></svg>") no-repeat center/8px 8px;
  opacity: 0;
  transition: opacity 0.12s ease;
}
.checkRow input[type=checkbox][data-v-6b8ed184]:checked {
  background: var(--color-neutral-900);
  border-color: var(--color-neutral-900);
}
.checkRow input[type=checkbox][data-v-6b8ed184]:checked::after {
  opacity: 1;
}
.issueFooter[data-v-6b8ed184] {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.issueFooter .btn[data-v-6b8ed184] {
  min-width: 86px;
  border-radius: 12px;
  padding: 10px 16px;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #1e1f22 !important;
}
.issueFooter .ghost[data-v-6b8ed184] {
  background: var(--color-neutral-100);
}
.issueFooter .primary[data-v-6b8ed184] {
  width: 172px;
  background: var(--color-neutral-900);
  color: var(--color-neutral-0) !important;
}
.issueFooter .primary[data-v-6b8ed184]:disabled {
  background: var(--color-neutral-200);
  cursor: not-allowed;
}[data-v-f6a6e7ec]:root {
  --color-neutral-900: #1e1f22;
  --color-neutral-800: #2d2f32;
  --color-neutral-700: #44474a;
  --color-neutral-600: #5a5e62;
  --color-neutral-500: #767b80;
  --color-neutral-400: #9ba1a7;
  --color-neutral-300: #c2c8cd;
  --color-neutral-200: #e2e6e9;
  --color-neutral-100: #f3f5f7;
  --color-neutral-50: #f8f9fa;
  --color-neutral-0: white;
  --color-red-700: #fc5555;
  --color-red-100: #fff0f0;
  --color-yellow-700: white;
  --color-blue-700: #0b99ff;
  --color-blue-200: #ebf7ff;
  --color-yellow-200: white;
  --color-green-700: #12d16b;
  --color-green-200: #ecfbf3;
  --color-neutral-opacity-900-80: rgba(30, 31, 34, 0.8);
  --color-primary: #00bf8a;
  --point-color: #0b99ff;
}
.quotaGuidePopup[data-v-f6a6e7ec] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 8px 0;
  text-align: center;
}
.visual[data-v-f6a6e7ec] {
  position: relative;
  width: 112px;
  height: 96px;
  margin-bottom: 20px;
  border-radius: 48px;
  background: linear-gradient(145deg, #fff5f4, #fffafa);
}
.ticket[data-v-f6a6e7ec] {
  position: absolute;
  width: 58px;
  height: 42px;
  border-radius: 10px;
  border: 2px solid var(--color-red-700);
  background: var(--color-neutral-0);
}
.ticket[data-v-f6a6e7ec]::before, .ticket[data-v-f6a6e7ec]::after {
  content: "";
  position: absolute;
  top: 17px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff5f4;
  border: 2px solid var(--color-red-700);
}
.ticket[data-v-f6a6e7ec]::before {
  left: -6px;
}
.ticket[data-v-f6a6e7ec]::after {
  right: -6px;
}
.ticketBack[data-v-f6a6e7ec] {
  top: 24px;
  left: 22px;
  opacity: 0.28;
  transform: rotate(-12deg);
}
.ticketFront[data-v-f6a6e7ec] {
  top: 29px;
  left: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(252, 85, 85, 0.16);
  transform: rotate(5deg);
}
.ticketMark[data-v-f6a6e7ec] {
  color: var(--color-red-700);
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}
.content .eyebrow[data-v-f6a6e7ec] {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--color-red-100);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #fc5555 !important;
}
.content h2[data-v-f6a6e7ec] {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: #1e1f22 !important;
}
.content p[data-v-f6a6e7ec] {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  color: #5a5e62 !important;
}
.confirmButton[data-v-f6a6e7ec] {
  width: 100%;
  margin-top: 24px;
  padding: 13px 16px;
  border: 0;
  border-radius: 12px;
  background: var(--color-neutral-900);
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: white !important;
}
.confirmButton[data-v-f6a6e7ec]:hover {
  background: var(--color-neutral-800);
}[data-v-fa6835bc]:root {
  --color-neutral-900: #1e1f22;
  --color-neutral-800: #2d2f32;
  --color-neutral-700: #44474a;
  --color-neutral-600: #5a5e62;
  --color-neutral-500: #767b80;
  --color-neutral-400: #9ba1a7;
  --color-neutral-300: #c2c8cd;
  --color-neutral-200: #e2e6e9;
  --color-neutral-100: #f3f5f7;
  --color-neutral-50: #f8f9fa;
  --color-neutral-0: white;
  --color-red-700: #fc5555;
  --color-red-100: #fff0f0;
  --color-yellow-700: white;
  --color-blue-700: #0b99ff;
  --color-blue-200: #ebf7ff;
  --color-yellow-200: white;
  --color-green-700: #12d16b;
  --color-green-200: #ecfbf3;
  --color-neutral-opacity-900-80: rgba(30, 31, 34, 0.8);
  --color-primary: #00bf8a;
  --point-color: #0b99ff;
}
.rowMenuRoot[data-v-fa6835bc] {
  display: inline-flex;
  align-items: center;
}
.rowMenu[data-v-fa6835bc] {
  position: relative;
  display: inline-flex;
  justify-content: center;
}
.rowMenuButton[data-v-fa6835bc] {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.rowMenuButton img[data-v-fa6835bc] {
  width: 16px;
  height: 16px;
}
.rowMenuButton[data-v-fa6835bc]:hover {
  background-color: var(--color-neutral-100);
  border-color: var(--color-neutral-200);
}
.rowMenuList[data-v-fa6835bc] {
  position: fixed;
  top: calc(100% + 8px);
  right: 0;
  width: 136px;
  min-width: 136px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.13);
  padding: 6px;
  z-index: 9999;
}
.rowMenuItem[data-v-fa6835bc] {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #2d2f32 !important;
}
.rowMenuItem[data-v-fa6835bc]:hover {
  background-color: var(--color-neutral-100);
}
.rowMenuItem[data-v-fa6835bc]:disabled {
  cursor: default;
  opacity: 1;
  pointer-events: none;
  background-color: transparent;
  color: var(--color-neutral-300) !important;
}
.rowMenuItem[data-v-fa6835bc]:disabled:hover {
  background-color: transparent;
}[data-v-f8b329c2]:root {
  --color-neutral-900: #1e1f22;
  --color-neutral-800: #2d2f32;
  --color-neutral-700: #44474a;
  --color-neutral-600: #5a5e62;
  --color-neutral-500: #767b80;
  --color-neutral-400: #9ba1a7;
  --color-neutral-300: #c2c8cd;
  --color-neutral-200: #e2e6e9;
  --color-neutral-100: #f3f5f7;
  --color-neutral-50: #f8f9fa;
  --color-neutral-0: white;
  --color-red-700: #fc5555;
  --color-red-100: #fff0f0;
  --color-yellow-700: white;
  --color-blue-700: #0b99ff;
  --color-blue-200: #ebf7ff;
  --color-yellow-200: white;
  --color-green-700: #12d16b;
  --color-green-200: #ecfbf3;
  --color-neutral-opacity-900-80: rgba(30, 31, 34, 0.8);
  --color-primary: #00bf8a;
  --point-color: #0b99ff;
}
.selectWrap[data-v-f8b329c2] {
  position: relative;
  display: inline-block;
}
.searchSelect[data-v-f8b329c2] {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 180px;
  padding: 7px 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out;
  background-color: var(--color-neutral-0);
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #1e1f22 !important;
}
.selectedLabel .selectLabelPrefix[data-v-f8b329c2] {
  padding-right: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #1e1f22 !important;
}
.selectedLabel .selectLabelTitle[data-v-f8b329c2] {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #9ba1a7 !important;
}
.selectIcon[data-v-f8b329c2] {
  width: 9px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6' fill='none'%3e%3cpath d='M0.117003 0.820091C-0.154383 0.494428 0.0771958 0 0.501115 0H8.36607C8.78999 0 9.02157 0.494429 8.75018 0.820092L4.8177 5.53907C4.61781 5.77894 4.24938 5.77894 4.04948 5.53907L0.117003 0.820091Z' fill='%235A5E62'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 9px 6px;
}
.selectIcon.open[data-v-f8b329c2] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6' fill='none'%3e%3cpath d='M0.117003 4.89866C-0.154383 5.22432 0.0771958 5.71875 0.501115 5.71875H8.36607C8.78999 5.71875 9.02157 5.22432 8.75018 4.89866L4.8177 0.179682C4.61781 -0.060195 4.24938 -0.0601945 4.04948 0.179683L0.117003 4.89866Z' fill='%235A5E62'/%3e%3c/svg%3e");
}
.selectMenu[data-v-f8b329c2] {
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  z-index: 10;
  min-width: 100%;
  background-color: var(--color-neutral-0);
  border: 1px solid var(--color-neutral-200);
  border-radius: 8px;
  padding: 6px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.selectMenu .selectOption[data-v-f8b329c2] {
  width: 100%;
  padding: 8px 12px;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #1e1f22 !important;
}
.selectMenu .selectOption[data-v-f8b329c2]:hover {
  background-color: var(--color-neutral-100);
}
.selectMenu-enter-active[data-v-f8b329c2],
.selectMenu-leave-active[data-v-f8b329c2] {
  transition: opacity 0.16s ease, transform 0.16s ease;
  transform-origin: top left;
}
.selectMenu-enter-from[data-v-f8b329c2],
.selectMenu-leave-to[data-v-f8b329c2] {
  opacity: 0;
  transform: translateY(-4px);
}[data-v-239a8941]:root {
  --color-neutral-900: #1e1f22;
  --color-neutral-800: #2d2f32;
  --color-neutral-700: #44474a;
  --color-neutral-600: #5a5e62;
  --color-neutral-500: #767b80;
  --color-neutral-400: #9ba1a7;
  --color-neutral-300: #c2c8cd;
  --color-neutral-200: #e2e6e9;
  --color-neutral-100: #f3f5f7;
  --color-neutral-50: #f8f9fa;
  --color-neutral-0: white;
  --color-red-700: #fc5555;
  --color-red-100: #fff0f0;
  --color-yellow-700: white;
  --color-blue-700: #0b99ff;
  --color-blue-200: #ebf7ff;
  --color-yellow-200: white;
  --color-green-700: #12d16b;
  --color-green-200: #ecfbf3;
  --color-neutral-opacity-900-80: rgba(30, 31, 34, 0.8);
  --color-primary: #00bf8a;
  --point-color: #0b99ff;
}
.cardHeader .cardTitle[data-v-239a8941] {
  flex: 0 0 62px;
  height: 62px;
  justify-content: space-between;
}
.cardHeader .cardTitle .txt-location[data-v-239a8941] {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #5a5e62 !important;
}
.cardHeader .cardTitle .txt-title[data-v-239a8941] {
  font-size: 24px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.24px;
  color: #1e1f22 !important;
}
.cardHeader .cardTitle .cardHeaderInfo[data-v-239a8941] {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cardHeader .cardTitle .cardHeaderActions[data-v-239a8941] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cardHeader .cardTitle .quotaStatus[data-v-239a8941] {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 210px;
  height: 48px;
  padding: 8px 18px;
  border: 1px solid var(--color-neutral-200);
  border-radius: 12px;
  background: var(--color-neutral-50);
}
.cardHeader .cardTitle .quotaStatus.exhausted[data-v-239a8941] {
  border-color: rgba(252, 85, 85, 0.28);
  background: var(--color-red-100);
}
.cardHeader .cardTitle .quotaStatus.exhausted .quotaIcon[data-v-239a8941] {
  background: var(--color-red-700);
  box-shadow: 0 0 0 4px rgba(252, 85, 85, 0.12);
}
.cardHeader .cardTitle .quotaStatus.exhausted strong[data-v-239a8941] {
  color: var(--color-red-700);
}
.cardHeader .cardTitle .quotaIcon[data-v-239a8941] {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-blue-700);
  box-shadow: 0 0 0 4px rgba(11, 153, 255, 0.12);
}
.cardHeader .cardTitle .quotaText[data-v-239a8941] {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.cardHeader .cardTitle .quotaText strong[data-v-239a8941] {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  color: #1e1f22 !important;
}
.cardHeader .cardTitle .quotaLabel[data-v-239a8941] {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #767b80 !important;
}
.cardHeader .cardTitle .cardHeaderButton[data-v-239a8941] {
  width: 172px;
  height: 48px;
  border: 0;
  background-color: var(--color-neutral-900);
  padding: 10px 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: white !important;
}
.cardHeader .cardTitle .cardHeaderButton.unavailable[data-v-239a8941] {
  background: var(--color-neutral-700);
}
.cardHeader .cardTitle .cardHeaderButton[data-v-239a8941]:hover {
  background: var(--color-neutral-800);
}
.cardHeader .formWrap[data-v-239a8941] {
  margin: 24px 0;
}
.cardHeader .formWrap .searchWrapper[data-v-239a8941] {
  position: relative;
  display: inline-block;
}
.cardHeader .formWrap .searchWrapper .searchInput[data-v-239a8941] {
  background-color: var(--color-neutral-100);
  border-radius: 8px;
  width: 392px;
  height: 40px;
  padding: 0 40px 0 10px;
}
.cardHeader .formWrap .searchWrapper .searchInput[data-v-239a8941]::placeholder {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #9ba1a7 !important;
}
.cardHeader .formWrap .searchWrapper .searchInput[data-v-239a8941]:focus {
  outline: none;
  box-shadow: none;
}
.cardHeader .formWrap .searchWrapper .searchIcon[data-v-239a8941] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardHeader .formWrap .searchWrapper .searchIcon img[data-v-239a8941] {
  width: 20px;
  height: 20px;
}
.cardHeader .formWrap .orgSelect[data-v-239a8941] {
  margin-left: 16px;
}
.cardBody[data-v-239a8941] {
  margin-top: 12px;
}
.cardBody .dataTable th[data-v-239a8941]:last-child,
.cardBody .dataTable td[data-v-239a8941]:last-child {
  text-align: right;
}
.cardBody .filterWrap[data-v-239a8941] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.cardBody .filterWrap .refreshBtn[data-v-239a8941] {
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  color: #c2c8cd !important;
}
.cardBody .filterWrap .refreshBtn.active[data-v-239a8941] {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  color: #1e1f22 !important;
}
.cardBody .noData[data-v-239a8941] {
  height: 556px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #5a5e62 !important;
}
.cardBody tr.is-expired-row[data-v-239a8941] {
  color: var(--color-neutral-300) !important;
}
.cardBody tr.is-expired-row .statusLabel[data-v-239a8941] {
  color: var(--color-neutral-300) !important;
}
.cardBody tr.is-complete-row[data-v-239a8941] {
  color: var(--color-neutral-300) !important;
}
.cardBody tr .rowNumber[data-v-239a8941] {
  color: var(--color-neutral-900) !important;
}[data-v-2942d930]:root {
  --color-neutral-900: #1e1f22;
  --color-neutral-800: #2d2f32;
  --color-neutral-700: #44474a;
  --color-neutral-600: #5a5e62;
  --color-neutral-500: #767b80;
  --color-neutral-400: #9ba1a7;
  --color-neutral-300: #c2c8cd;
  --color-neutral-200: #e2e6e9;
  --color-neutral-100: #f3f5f7;
  --color-neutral-50: #f8f9fa;
  --color-neutral-0: white;
  --color-red-700: #fc5555;
  --color-red-100: #fff0f0;
  --color-yellow-700: white;
  --color-blue-700: #0b99ff;
  --color-blue-200: #ebf7ff;
  --color-yellow-200: white;
  --color-green-700: #12d16b;
  --color-green-200: #ecfbf3;
  --color-neutral-opacity-900-80: rgba(30, 31, 34, 0.8);
  --color-primary: #00bf8a;
  --point-color: #0b99ff;
}
.cardHeaderInfo[data-v-2942d930] {
  height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cardHeaderInfo .txt-location[data-v-2942d930] {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #5a5e62 !important;
}
.cardHeaderInfo .txt-title[data-v-2942d930] {
  font-size: 24px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.24px;
  color: #1e1f22 !important;
}
.filterPanel[data-v-2942d930] {
  max-width: 1112px;
  display: grid;
  grid-template-columns: 198px 198px 198px minmax(420px, 1fr);
  gap: 14px;
  margin-top: 14px;
  padding: 18px 18px;
  border: 1px solid #E0E0E0;
  border-radius: 14px;
  background: var(--color-neutral-0);
}
.filterField[data-v-2942d930] {
  min-width: 0;
}
.filterField label[data-v-2942d930] {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #666;
  font-weight: 600;
  line-height: normal;
}
.filterField select[data-v-2942d930],
.filterField input[data-v-2942d930] {
  display: flex;
  width: 198px;
  max-width: 100%;
  height: 33px;
  box-sizing: border-box;
  border: 1px solid var(--color-neutral-300);
  border-radius: 8px;
  padding: 0 13px;
  justify-content: flex-end;
  align-items: center;
  background: var(--color-neutral-0);
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #1e1f22 !important;
}
.filterField select[data-v-2942d930]:focus,
.filterField input[data-v-2942d930]:focus {
  outline: none;
  border-color: var(--color-neutral-900);
}
.filterField select[data-v-2942d930] {
  appearance: none;
  padding-right: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1h8L5 5z' fill='%239BA1A7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 10px 6px;
  cursor: pointer;
}
.dateRange[data-v-2942d930],
.searchControls[data-v-2942d930] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dateRange[data-v-2942d930] {
  width: 100%;
  align-items: flex-start;
}
.dateRange .dateInputColumn[data-v-2942d930] {
  flex: 1;
  width: auto;
  min-width: 0;
}
.dateRange .dateInputWrap[data-v-2942d930] {
  position: relative;
  width: 100%;
}
.dateRange input[data-v-2942d930] {
  position: relative;
  width: 100%;
  padding-right: 36px;
  justify-content: flex-start;
  text-align: left;
}
.dateRange input[data-v-2942d930]::-webkit-date-and-time-value {
  text-align: left;
}
.dateRange input[data-v-2942d930]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.dateRange .rangeSeparator[data-v-2942d930] {
  color: var(--color-neutral-500);
  line-height: 33px;
}
.dateInputWrap:not(.hasValue) input[data-v-2942d930]::-webkit-datetime-edit {
  color: transparent;
}
.dateInputWrap:not(.hasValue):focus-within input[data-v-2942d930]::-webkit-datetime-edit {
  color: var(--color-neutral-900);
}
.datePlaceholder[data-v-2942d930] {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  color: var(--color-neutral-400);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  pointer-events: none;
}
.dateInputWrap:focus-within .datePlaceholder[data-v-2942d930] {
  opacity: 0;
}
.paymentDateError[data-v-2942d930] {
  margin: 6px 0 0;
  color: var(--color-red-700);
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
}
.searchField[data-v-2942d930] {
  grid-column: 1/-1;
  grid-row: 2;
  margin-right: 280px;
}
.searchControls select[data-v-2942d930] {
  flex: 0 0 198px;
}
.searchControls input[data-v-2942d930] {
  flex: 1;
  font-weight: 400;
}
.searchControls input[data-v-2942d930]::placeholder {
  color: var(--color-neutral-400);
}
.filterActions[data-v-2942d930] {
  grid-column: 4;
  grid-row: 2;
  align-self: end;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 16px;
}
.filterActions button[data-v-2942d930] {
  height: 44px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}
.filterActions .resetButton[data-v-2942d930] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 34px;
  border: 0;
  padding: 0 6px;
  background: transparent;
  color: var(--color-neutral-900);
}
.filterActions .resetButton[data-v-2942d930]:disabled {
  color: var(--color-neutral-400);
  cursor: default;
  opacity: 0.55;
}
.filterActions .resetButton img[data-v-2942d930] {
  width: 14px;
  height: 14px;
}
.filterActions .searchButton[data-v-2942d930] {
  min-width: 90px;
  height: 34px;
  border: 1px solid var(--color-neutral-900);
  background: var(--color-neutral-900);
  color: var(--color-neutral-0) !important;
}
.cardBody[data-v-2942d930] {
  margin-top: 28px;
}
.noData[data-v-2942d930] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #5a5e62 !important;
}
.errorMessage[data-v-2942d930] {
  color: var(--color-red-700) !important;
}
.userTableWrap[data-v-2942d930] {
  overflow: auto;
}
.userTable[data-v-2942d930] {
  min-width: 1080px;
  table-layout: fixed;
}
.userTable th[data-v-2942d930],
.userTable td[data-v-2942d930] {
  overflow: hidden;
  padding: 6px 4px !important;
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.userTable th[data-v-2942d930]:nth-child(1),
.userTable td[data-v-2942d930]:nth-child(1) {
  width: 3%;
}
.userTable th[data-v-2942d930]:nth-child(2),
.userTable td[data-v-2942d930]:nth-child(2) {
  width: 10%;
}
.userTable th[data-v-2942d930]:nth-child(3),
.userTable td[data-v-2942d930]:nth-child(3) {
  width: 8.5%;
}
.userTable th[data-v-2942d930]:nth-child(4),
.userTable td[data-v-2942d930]:nth-child(4) {
  width: 9%;
}
.userTable th[data-v-2942d930]:nth-child(5),
.userTable td[data-v-2942d930]:nth-child(5) {
  width: 8.5%;
}
.userTable th[data-v-2942d930]:nth-child(6),
.userTable td[data-v-2942d930]:nth-child(6) {
  width: 5%;
}
.userTable th[data-v-2942d930]:nth-child(7),
.userTable td[data-v-2942d930]:nth-child(7) {
  width: 7.5%;
}
.userTable th[data-v-2942d930]:nth-child(8),
.userTable td[data-v-2942d930]:nth-child(8) {
  width: 15%;
}
.userTable th[data-v-2942d930]:nth-child(9),
.userTable td[data-v-2942d930]:nth-child(9) {
  width: 7%;
}
.userTable th[data-v-2942d930]:nth-child(10),
.userTable td[data-v-2942d930]:nth-child(10) {
  width: 8%;
}
.userTable th[data-v-2942d930]:nth-child(11),
.userTable td[data-v-2942d930]:nth-child(11) {
  width: 7%;
}
.userTable th[data-v-2942d930]:nth-child(12),
.userTable td[data-v-2942d930]:nth-child(12) {
  width: 8.5%;
}
.userTable th[data-v-2942d930]:nth-child(13),
.userTable td[data-v-2942d930]:nth-child(13) {
  width: 3%;
}
.userTable tbody td[data-v-2942d930]:nth-child(n+3) {
  cursor: pointer;
}
.userTable .productNameCell[data-v-2942d930] {
  overflow: visible;
  white-space: normal;
  overflow-wrap: anywhere;
  text-overflow: clip;
  word-break: keep-all;
}
.userTable .statusLabel[data-v-2942d930] {
  padding: 4px 5px 4px 19px;
}
.userTable .statusLabel[data-v-2942d930]::before {
  left: 5px;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
}
.userName[data-v-2942d930] {
  max-width: 100%;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--color-blue-700) !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}
.userNameCell[data-v-2942d930] {
  cursor: pointer;
}
.stackedCell span[data-v-2942d930] {
  display: block;
}
.calendarArrowButton[data-v-2942d930] {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--color-neutral-700);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 1200px) {
.filterPanel[data-v-2942d930] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.searchField[data-v-2942d930] {
    grid-column: 1/2;
    grid-row: auto;
    margin-right: 0;
}
.filterActions[data-v-2942d930] {
    grid-column: 2;
    grid-row: auto;
}
}
@media (max-width: 760px) {
.filterPanel[data-v-2942d930] {
    grid-template-columns: 1fr;
    padding: 20px;
}
.searchField[data-v-2942d930] {
    grid-column: auto;
    margin-right: 0;
}
.filterActions[data-v-2942d930] {
    grid-column: auto;
}
.dateRange[data-v-2942d930],
  .searchControls[data-v-2942d930] {
    align-items: stretch;
    flex-direction: column;
}
.dateRange > .rangeSeparator[data-v-2942d930],
  .searchControls > .rangeSeparator[data-v-2942d930] {
    display: none;
}
.searchControls select[data-v-2942d930] {
    flex-basis: 44px;
}
}[data-v-be9c8ade]:root {
  --color-neutral-900: #1e1f22;
  --color-neutral-800: #2d2f32;
  --color-neutral-700: #44474a;
  --color-neutral-600: #5a5e62;
  --color-neutral-500: #767b80;
  --color-neutral-400: #9ba1a7;
  --color-neutral-300: #c2c8cd;
  --color-neutral-200: #e2e6e9;
  --color-neutral-100: #f3f5f7;
  --color-neutral-50: #f8f9fa;
  --color-neutral-0: white;
  --color-red-700: #fc5555;
  --color-red-100: #fff0f0;
  --color-yellow-700: white;
  --color-blue-700: #0b99ff;
  --color-blue-200: #ebf7ff;
  --color-yellow-200: white;
  --color-green-700: #12d16b;
  --color-green-200: #ecfbf3;
  --color-neutral-opacity-900-80: rgba(30, 31, 34, 0.8);
  --color-primary: #00bf8a;
  --point-color: #0b99ff;
}
.rangePicker[data-v-be9c8ade] {
  position: relative;
}
.rangeTrigger[data-v-be9c8ade] {
  display: flex;
  width: 292px;
  height: 36px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--color-neutral-200);
  border-radius: 8px;
  padding: 0 12px;
  background: var(--color-neutral-0);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #1e1f22 !important;
}
.calendarIcon[data-v-be9c8ade] {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='8'%20y='6'%20width='2'%20height='4'%20rx='1'%20transform='rotate(-180%208%206)'%20fill='%235A5E62'/%3e%3crect%20x='18'%20y='6'%20width='2'%20height='4'%20rx='1'%20transform='rotate(-180%2018%206)'%20fill='%235A5E62'/%3e%3crect%20x='3'%20y='5'%20width='18'%20height='15'%20rx='2'%20stroke='%235A5E62'%20stroke-width='2'/%3e%3cpath%20d='M5%205H19C20.1046%205%2021%205.89543%2021%207V8H3V7C3%205.89543%203.89543%205%205%205Z'%20fill='%235A5E62'%20stroke='%235A5E62'%20stroke-width='2'/%3e%3cmask%20id='path-5-inside-1_988_17908'%20fill='white'%3e%3crect%20x='12'%20y='13'%20width='6'%20height='4'%20rx='1'/%3e%3c/mask%3e%3crect%20x='12'%20y='13'%20width='6'%20height='4'%20rx='1'%20fill='%235A5E62'%20stroke='%235A5E62'%20stroke-width='4'%20mask='url(%23path-5-inside-1_988_17908)'/%3e%3c/svg%3e") center/contain no-repeat;
}
.calendarPanel[data-v-be9c8ade] {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 30;
  width: 292px;
  border: 1px solid var(--color-neutral-300);
  border-radius: 12px;
  padding: 14px 14px 16px;
  background: var(--color-neutral-0);
  box-shadow: 0 10px 28px rgba(30, 31, 34, 0.16);
}
.usageMessage[data-v-be9c8ade] {
  position: absolute;
  top: 88px;
  left: 50%;
  z-index: 1;
  margin: 0;
  border-radius: 10px;
  padding: 10px 14px;
  transform: translateX(-50%);
  background: var(--color-neutral-opacity-900-80);
  color: var(--color-neutral-0) !important;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(30, 31, 34, 0.16);
  pointer-events: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
}
.calendarHeader[data-v-be9c8ade] {
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  align-items: center;
  margin-bottom: 12px;
  text-align: center;
}
.calendarHeader strong[data-v-be9c8ade] {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #1e1f22 !important;
}
.calendarHeader button[data-v-be9c8ade] {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--color-neutral-700);
  font-size: 24px;
  cursor: pointer;
}
.calendarHeader button[data-v-be9c8ade]:hover {
  background: var(--color-neutral-100);
}
.weekHeader[data-v-be9c8ade],
.calendarGrid[data-v-be9c8ade] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.weekHeader[data-v-be9c8ade] {
  margin-bottom: 6px;
}
.weekHeader span[data-v-be9c8ade] {
  height: 26px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #767b80 !important;
}
.dayCell[data-v-be9c8ade] {
  display: flex;
  height: 34px;
  align-items: center;
  justify-content: center;
}
.dayCell.inRange[data-v-be9c8ade] {
  background: var(--color-green-200);
}
.dayCell.rangeStart[data-v-be9c8ade] {
  border-radius: 18px 0 0 18px;
}
.dayCell.rangeEnd[data-v-be9c8ade] {
  border-radius: 0 18px 18px 0;
}
.dayCell.rangeStart.rangeEnd[data-v-be9c8ade] {
  border-radius: 18px;
}
.dayCell button[data-v-be9c8ade] {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #1e1f22 !important;
}
.dayCell button[data-v-be9c8ade]:hover,
.dayCell button[data-v-be9c8ade]:focus-visible {
  background: var(--color-neutral-100);
}
.dayCell.outsideUsage button[data-v-be9c8ade] {
  color: var(--color-neutral-300) !important;
  cursor: not-allowed;
}
.dayCell.outsideUsage button[data-v-be9c8ade]:hover,
.dayCell.outsideUsage button[data-v-be9c8ade]:focus-visible {
  background: transparent;
  outline-color: var(--color-neutral-300);
}
.dayCell.rangeStart button[data-v-be9c8ade],
.dayCell.rangeEnd button[data-v-be9c8ade] {
  background: var(--color-green-700);
  color: var(--color-neutral-0) !important;
}
@media (max-width: 760px) {
.rangePicker[data-v-be9c8ade],
  .rangeTrigger[data-v-be9c8ade] {
    width: 100%;
}
}[data-v-16e05bf4]:root {
  --color-neutral-900: #1e1f22;
  --color-neutral-800: #2d2f32;
  --color-neutral-700: #44474a;
  --color-neutral-600: #5a5e62;
  --color-neutral-500: #767b80;
  --color-neutral-400: #9ba1a7;
  --color-neutral-300: #c2c8cd;
  --color-neutral-200: #e2e6e9;
  --color-neutral-100: #f3f5f7;
  --color-neutral-50: #f8f9fa;
  --color-neutral-0: white;
  --color-red-700: #fc5555;
  --color-red-100: #fff0f0;
  --color-yellow-700: white;
  --color-blue-700: #0b99ff;
  --color-blue-200: #ebf7ff;
  --color-yellow-200: white;
  --color-green-700: #12d16b;
  --color-green-200: #ecfbf3;
  --color-neutral-opacity-900-80: rgba(30, 31, 34, 0.8);
  --color-primary: #00bf8a;
  --point-color: #0b99ff;
}
.overviewOverlay[data-v-16e05bf4] {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(30, 31, 34, 0.52);
}
.overviewDialog[data-v-16e05bf4] {
  display: flex;
  width: min(620px, 100vw - 32px);
  max-height: calc(100vh - 40px);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--color-neutral-200);
  border-radius: 12px;
  background: var(--color-neutral-0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.18);
}
.overviewHeader[data-v-16e05bf4] {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 32px 4px 38px;
}
.headerTitleGroup[data-v-16e05bf4] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.overviewHeader h2[data-v-16e05bf4] {
  margin: 0 0 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: #1e1f22 !important;
}
.overviewHeader p[data-v-16e05bf4] {
  margin: 0;
  color: var(--color-neutral-600);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.headerIcon[data-v-16e05bf4] {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 8px;
  background: var(--color-green-200);
}
.headerIcon[data-v-16e05bf4]::before {
  position: absolute;
  inset: 11px;
  background: var(--color-green-700);
  content: "";
  mask: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='8'%20y='6'%20width='2'%20height='4'%20rx='1'%20transform='rotate(-180%208%206)'%20fill='%235A5E62'/%3e%3crect%20x='18'%20y='6'%20width='2'%20height='4'%20rx='1'%20transform='rotate(-180%2018%206)'%20fill='%235A5E62'/%3e%3crect%20x='3'%20y='5'%20width='18'%20height='15'%20rx='2'%20stroke='%235A5E62'%20stroke-width='2'/%3e%3cpath%20d='M5%205H19C20.1046%205%2021%205.89543%2021%207V8H3V7C3%205.89543%203.89543%205%205%205Z'%20fill='%235A5E62'%20stroke='%235A5E62'%20stroke-width='2'/%3e%3cmask%20id='path-5-inside-1_988_17908'%20fill='white'%3e%3crect%20x='12'%20y='13'%20width='6'%20height='4'%20rx='1'/%3e%3c/mask%3e%3crect%20x='12'%20y='13'%20width='6'%20height='4'%20rx='1'%20fill='%235A5E62'%20stroke='%235A5E62'%20stroke-width='4'%20mask='url(%23path-5-inside-1_988_17908)'/%3e%3c/svg%3e") center/contain no-repeat;
}
.closeButton[data-v-16e05bf4] {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}
.closeButton[data-v-16e05bf4]:hover,
.closeButton[data-v-16e05bf4]:focus-visible {
  background: var(--color-neutral-100);
}
.closeButton img[data-v-16e05bf4] {
  width: 18px;
  height: 18px;
}
.overviewBody[data-v-16e05bf4] {
  min-height: 0;
  padding: 0 38px 28px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.weeklyTable[data-v-16e05bf4] {
  width: calc(100% - 48px);
  margin: 0 auto;
}
.weeklyHeader[data-v-16e05bf4],
.calendarRow[data-v-16e05bf4] {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.weeklyHeader[data-v-16e05bf4] {
  min-height: 34px;
  align-items: center;
  color: var(--color-neutral-400);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
.calendarRows[data-v-16e05bf4] {
  border-top: 1px solid var(--color-neutral-100);
}
.calendarDay[data-v-16e05bf4] {
  position: relative;
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.calendarDay.outside[data-v-16e05bf4] {
  background: var(--color-neutral-50);
}
.calendarDay.groupActive.usageCell[data-v-16e05bf4] {
  border-top-color: var(--color-green-200);
  border-bottom-color: var(--color-green-200);
  background: rgba(18, 209, 107, 0.04);
}
.calendarDay.groupActive.segmentStart[data-v-16e05bf4] {
  border-left: 1px solid var(--color-green-200);
}
.calendarDay.groupActive.segmentEnd[data-v-16e05bf4] {
  border-right: 1px solid var(--color-green-200);
}
.calendarDay[data-v-16e05bf4]:focus-visible {
  outline: none;
}
.calendarDay.groupStart[data-v-16e05bf4] {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.calendarDay.groupEnd[data-v-16e05bf4] {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
.calendarDay.wrapsToNext[data-v-16e05bf4] {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.calendarDay.wrapsFromPrevious[data-v-16e05bf4] {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.calendarDay.groupActive.wrapsToNext[data-v-16e05bf4]::after,
.calendarDay.groupActive.wrapsFromPrevious[data-v-16e05bf4]::before {
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 5px;
  content: "";
  pointer-events: none;
}
.calendarDay.groupActive.wrapsToNext[data-v-16e05bf4]::after {
  right: -1px;
  bottom: -5px;
  border-right: 1px solid var(--color-green-200);
}
.calendarDay.groupActive.wrapsFromPrevious[data-v-16e05bf4]::before {
  top: -5px;
  left: -1px;
  border-left: 1px solid var(--color-green-200);
}
.statusIcon[data-v-16e05bf4] {
  position: relative;
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: var(--color-neutral-200);
  place-items: center;
}
.statusIcon.completed[data-v-16e05bf4] {
  background: transparent;
}
.statusIcon.missed[data-v-16e05bf4] {
  background: transparent;
}
.statusIcon.unavailable[data-v-16e05bf4] {
  background: #f8f9fa;
}
.statusIcon img[data-v-16e05bf4] {
  display: block;
  width: 100%;
  height: 100%;
}
.statusIcon.missed img[data-v-16e05bf4] {
  width: 26.4px;
  height: 26.4px;
  max-width: none;
}
.weekBadge[data-v-16e05bf4] {
  position: absolute;
  z-index: 1;
  top: -6px;
  left: 6px;
  min-width: 24px;
  height: 16px;
  border: 1px solid var(--color-neutral-200);
  border-radius: 8px;
  padding: 0 5px;
  background: var(--color-neutral-0);
  color: var(--color-neutral-500);
  font-size: 9px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
}
.calendarDay.groupActive .weekBadge[data-v-16e05bf4] {
  border-color: var(--color-green-700);
  background: var(--color-green-200);
  color: var(--color-green-700);
}
@media (max-width: 620px) {
.overviewOverlay[data-v-16e05bf4] {
    padding: 12px;
}
.overviewDialog[data-v-16e05bf4] {
    width: 100%;
    max-height: calc(100vh - 24px);
}
.overviewHeader[data-v-16e05bf4] {
    padding: 24px 18px 6px 22px;
}
.overviewBody[data-v-16e05bf4] {
    padding-right: 18px;
    padding-left: 18px;
}
.weeklyTable[data-v-16e05bf4] {
    width: calc(100% - 24px);
}
}
@media (max-height: 820px) {
.overviewHeader[data-v-16e05bf4] {
    padding-top: 18px;
}
.overviewBody[data-v-16e05bf4] {
    padding-bottom: 14px;
}
.weeklyHeader[data-v-16e05bf4] {
    min-height: 30px;
}
.calendarDay[data-v-16e05bf4] {
    min-height: 44px;
}
}
@media (max-height: 650px) {
.headerIcon[data-v-16e05bf4] {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
}
.headerIcon[data-v-16e05bf4]::before {
    inset: 10px;
}
.overviewHeader h2[data-v-16e05bf4] {
    font-size: 18px;
}
.calendarDay[data-v-16e05bf4] {
    min-height: 34px;
}
.statusIcon[data-v-16e05bf4] {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
}
.weekBadge[data-v-16e05bf4] {
    top: -7px;
    transform: scale(0.88);
    transform-origin: left center;
}
}.noteOverlay[data-v-2a5c44b8] {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(30, 31, 34, 0.52);
}
.noteDialog[data-v-2a5c44b8] {
  width: min(520px, 100vw - 32px);
  height: 595px;
  max-height: calc(100vh - 32px);
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  color: #222;
}
.noteHeader[data-v-2a5c44b8] {
  display: flex;
  height: 71px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #eee;
  padding: 0 28px;
}
.sessionTag[data-v-2a5c44b8] {
  flex: 0 0 auto;
  border-radius: 4px;
  padding: 3px 8px 2px;
  background: #222;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
}
.headerContent[data-v-2a5c44b8] {
  min-width: 0;
  flex: 1;
}
.headerContent h2[data-v-2a5c44b8] {
  overflow: hidden;
  margin: 0;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.closeButton[data-v-2a5c44b8] {
  display: flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: #f5f5f5;
  color: #999;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 0;
}
.closeButton[data-v-2a5c44b8]:hover,
.closeButton[data-v-2a5c44b8]:focus-visible {
  background: #eee;
}
.noteBody[data-v-2a5c44b8] {
  padding: 24px 28px;
}
.summaryBox[data-v-2a5c44b8] {
  display: flex;
  height: 102px;
  align-items: center;
  border-radius: 10px;
  padding: 0 19px;
  background: #f8f9fa;
}
.summaryBox p[data-v-2a5c44b8] {
  margin: 0;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}
.counselingBox[data-v-2a5c44b8] {
  height: 127px;
  margin-top: 20px;
  border-left: 3px solid #1976d2;
  border-radius: 0 8px 8px 0;
  padding: 18px 20px 14px;
  background: #eef6ff;
}
.counselingBox h3[data-v-2a5c44b8] {
  margin: 0 0 8px;
  color: #1976d2;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}
.counselingText[data-v-2a5c44b8] {
  max-height: 82px;
  overflow-y: auto;
  margin: 0;
  color: #444;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  white-space: pre-line;
}
.partnerNoteLabel[data-v-2a5c44b8] {
  display: block;
  margin: 34px 3px 6px;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.partnerNoteInput[data-v-2a5c44b8] {
  display: block;
  width: 100%;
  height: 100px;
  resize: none;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 14px 16px;
  outline: none;
  background: #fafafa;
  color: #333;
  font: inherit;
  font-size: 13px;
  line-height: 20px;
}
.partnerNoteInput[data-v-2a5c44b8]::placeholder {
  color: #bbb;
}
.partnerNoteInput[data-v-2a5c44b8]:focus {
  border-color: #999;
}
.saveError[data-v-2a5c44b8] {
  margin: 6px 2px -20px;
  color: #d14343;
  font-size: 12px;
  line-height: 16px;
}
.noteActions[data-v-2a5c44b8] {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 31px;
}
.noteActions button[data-v-2a5c44b8] {
  height: 40px;
  border-radius: 8px;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.cancelButton[data-v-2a5c44b8] {
  width: 76px;
  border: 1px solid #ddd;
  background: #fff;
  color: #555;
}
.saveButton[data-v-2a5c44b8] {
  width: 74px;
  border: 0;
  background: #222;
  color: #fff;
}
.noteActions button[data-v-2a5c44b8]:disabled {
  cursor: default;
  opacity: 0.55;
}
.srOnly[data-v-2a5c44b8] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
@media (max-height: 627px) {
.noteDialog[data-v-2a5c44b8] {
    overflow-y: auto;
}
}.interviewOverlay[data-v-6ba0c097] {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(30, 31, 34, 0.52);
}
.interviewDialog[data-v-6ba0c097] {
  width: min(520px, 100vw - 32px);
  height: auto;
  max-height: calc(100vh - 32px);
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.interviewHeader[data-v-6ba0c097] {
  display: flex;
  height: 71px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #eee;
  padding: 0 28px;
}
.interviewIcon[data-v-6ba0c097] {
  display: flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f2edff;
}
.interviewIcon img[data-v-6ba0c097] {
  display: block;
  width: 16px;
  height: 16px;
}
.headerContent[data-v-6ba0c097] {
  min-width: 0;
  flex: 1;
}
.headerContent h2[data-v-6ba0c097] {
  margin: 0;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.closeButton[data-v-6ba0c097] {
  display: flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: #f5f5f5;
  color: #999;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 0;
}
.closeButton[data-v-6ba0c097]:hover,
.closeButton[data-v-6ba0c097]:focus-visible {
  background: #ededed;
}
.interviewBody[data-v-6ba0c097] {
  padding: 24px 28px 30px;
}
.interviewBody h3[data-v-6ba0c097] {
  margin: 0 0 15px;
  color: #8b8b8b;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.questionList[data-v-6ba0c097] {
  display: grid;
  max-height: 180px;
  gap: 12px;
  overflow-y: auto;
  margin: 0;
  padding: 0 4px 0 0;
  list-style: none;
}
.questionList li[data-v-6ba0c097] {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  padding: 10px 18px;
  background: #fafafa;
}
.questionNumber[data-v-6ba0c097] {
  display: flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #8d22b5;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.questionList p[data-v-6ba0c097] {
  margin: 0;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
.emptyQuestions[data-v-6ba0c097] {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 10px;
  background: #fafafa;
  color: #888;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.srOnly[data-v-6ba0c097] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
@media (max-width: 760px) {
.interviewOverlay[data-v-6ba0c097] {
    padding: 12px;
}
.interviewDialog[data-v-6ba0c097] {
    width: 100%;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
}
.interviewHeader[data-v-6ba0c097] {
    padding: 0 20px;
}
.interviewBody[data-v-6ba0c097] {
    padding: 20px 22px;
}
.questionList li[data-v-6ba0c097] {
    min-height: 52px;
    padding: 10px 16px;
}
}[data-v-5a59dad1]:root {
  --color-neutral-900: #1e1f22;
  --color-neutral-800: #2d2f32;
  --color-neutral-700: #44474a;
  --color-neutral-600: #5a5e62;
  --color-neutral-500: #767b80;
  --color-neutral-400: #9ba1a7;
  --color-neutral-300: #c2c8cd;
  --color-neutral-200: #e2e6e9;
  --color-neutral-100: #f3f5f7;
  --color-neutral-50: #f8f9fa;
  --color-neutral-0: white;
  --color-red-700: #fc5555;
  --color-red-100: #fff0f0;
  --color-yellow-700: white;
  --color-blue-700: #0b99ff;
  --color-blue-200: #ebf7ff;
  --color-yellow-200: white;
  --color-green-700: #12d16b;
  --color-green-200: #ecfbf3;
  --color-neutral-opacity-900-80: rgba(30, 31, 34, 0.8);
  --color-primary: #00bf8a;
  --point-color: #0b99ff;
}
.calendarControls[data-v-5a59dad1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.filterGroup[data-v-5a59dad1] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.periodTrigger[data-v-5a59dad1],
.searchButton[data-v-5a59dad1] {
  height: 36px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
}
.overviewButton[data-v-5a59dad1] {
  height: 40px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
}
.periodDropdown[data-v-5a59dad1] {
  position: relative;
  width: 96px;
  flex: 0 0 96px;
}
.periodTrigger[data-v-5a59dad1] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 1.5px solid var(--color-neutral-800);
  padding: 0 12px;
  background: var(--color-neutral-0);
  color: var(--color-neutral-900);
  cursor: pointer;
}
.periodArrow[data-v-5a59dad1] {
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid var(--color-neutral-600);
  transition: transform 0.18s ease;
}
.periodArrow.open[data-v-5a59dad1] {
  transform: rotate(180deg);
}
.periodOptions[data-v-5a59dad1] {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 20;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--color-neutral-200);
  border-radius: 14px;
  background: var(--color-neutral-0);
  box-shadow: 0 10px 28px rgba(30, 31, 34, 0.16);
}
.periodOption[data-v-5a59dad1] {
  width: 100%;
  height: 46px;
  border: 0;
  border-bottom: 1px solid var(--color-neutral-200);
  padding: 0 12px;
  background: var(--color-neutral-0);
  text-align: left;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #1e1f22 !important;
}
.periodOption[data-v-5a59dad1]:last-child {
  border-bottom: 0;
}
.periodOption[data-v-5a59dad1]:hover,
.periodOption[data-v-5a59dad1]:focus-visible,
.periodOption.selected[data-v-5a59dad1] {
  background: var(--color-neutral-100);
}
.searchButton[data-v-5a59dad1] {
  border: 0;
  padding: 0 18px;
  background: var(--color-neutral-900);
  color: var(--color-neutral-0) !important;
  cursor: pointer;
}
.searchButton[data-v-5a59dad1]:disabled {
  cursor: wait;
  opacity: 0.65;
}
.overviewButton[data-v-5a59dad1] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  padding: 0 12px;
  background: var(--color-green-200);
  color: var(--color-green-700) !important;
}
.overviewButton[data-v-5a59dad1] {
  cursor: pointer;
}
.overviewButton[data-v-5a59dad1]:disabled {
  opacity: 0.65;
  cursor: wait;
}
.overviewIcon[data-v-5a59dad1] {
  width: 20px;
  height: 20px;
  background-color: var(--color-green-700);
  mask: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='8'%20y='6'%20width='2'%20height='4'%20rx='1'%20transform='rotate(-180%208%206)'%20fill='%235A5E62'/%3e%3crect%20x='18'%20y='6'%20width='2'%20height='4'%20rx='1'%20transform='rotate(-180%2018%206)'%20fill='%235A5E62'/%3e%3crect%20x='3'%20y='5'%20width='18'%20height='15'%20rx='2'%20stroke='%235A5E62'%20stroke-width='2'/%3e%3cpath%20d='M5%205H19C20.1046%205%2021%205.89543%2021%207V8H3V7C3%205.89543%203.89543%205%205%205Z'%20fill='%235A5E62'%20stroke='%235A5E62'%20stroke-width='2'/%3e%3cmask%20id='path-5-inside-1_988_17908'%20fill='white'%3e%3crect%20x='12'%20y='13'%20width='6'%20height='4'%20rx='1'/%3e%3c/mask%3e%3crect%20x='12'%20y='13'%20width='6'%20height='4'%20rx='1'%20fill='%235A5E62'%20stroke='%235A5E62'%20stroke-width='4'%20mask='url(%23path-5-inside-1_988_17908)'/%3e%3c/svg%3e") center/contain no-repeat;
}
.filterMessage[data-v-5a59dad1] {
  margin: -18px 0 18px;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #fc5555 !important;
}
.overviewMessage[data-v-5a59dad1] {
  color: var(--color-neutral-700) !important;
}
.summaryGrid[data-v-5a59dad1] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}
.summaryCard[data-v-5a59dad1] {
  position: relative;
  min-height: 112px;
  border-radius: 12px;
  padding: 18px;
  background: var(--color-neutral-50);
}
.summaryCard p[data-v-5a59dad1] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #5a5e62 !important;
}
.summaryInfoButton[data-v-5a59dad1] {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.summaryInfoButton[data-v-5a59dad1]:hover,
.summaryInfoButton[data-v-5a59dad1]:focus-visible {
  background: var(--color-neutral-200);
}
.summaryInfoButton img[data-v-5a59dad1] {
  display: block;
  width: 16px;
  height: 16px;
}
.summaryInfoWrap[data-v-5a59dad1] {
  display: inline-flex;
}
.summaryTooltip[data-v-5a59dad1] {
  position: absolute;
  top: 44px;
  left: 18px;
  z-index: 30;
  display: flex;
  width: max-content;
  min-width: 196px;
  max-width: 280px;
  flex-direction: column;
  gap: 2px;
  border-radius: 10px;
  padding: 10px 12px;
  background: var(--color-neutral-700);
  box-shadow: 0 6px 18px rgba(30, 31, 34, 0.18);
  color: var(--color-neutral-0);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
  visibility: hidden;
  white-space: normal;
}
.summaryInfoWrap:hover .summaryTooltip[data-v-5a59dad1],
.summaryInfoWrap:focus-within .summaryTooltip[data-v-5a59dad1] {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.summaryInfoWrap.edgeRight .summaryTooltip[data-v-5a59dad1] {
  right: 18px;
  left: auto;
}
.summaryCard strong[data-v-5a59dad1] {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: #1e1f22 !important;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
}
.calendarTableWrap[data-v-5a59dad1] {
  min-height: 360px;
  max-height: 520px;
}
.calendarTable th[data-v-5a59dad1],
.calendarTable td[data-v-5a59dad1] {
  text-align: center;
}
.calendarTable th[data-v-5a59dad1]:nth-child(2),
.calendarTable td[data-v-5a59dad1]:nth-child(2) {
  text-align: left;
}
.calendarTable th[data-v-5a59dad1]:first-child,
.calendarTable td[data-v-5a59dad1]:first-child {
  width: 72px;
}
.rowNumber[data-v-5a59dad1] {
  color: var(--color-neutral-700);
}
.dateCell[data-v-5a59dad1] {
  white-space: nowrap;
  font-weight: 600;
}
.programStatusGroup[data-v-5a59dad1] {
  display: flex;
  min-width: 46px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 0;
}
.programStatus[data-v-5a59dad1] {
  display: flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  background: transparent;
  line-height: 0;
}
.programStatus img[data-v-5a59dad1] {
  display: block;
  width: 100%;
  height: 100%;
}
.programStatus:not(.completed) img[data-v-5a59dad1] {
  width: 26.4px;
  height: 26.4px;
  max-width: none;
}
.programStatus.tooltip[data-v-5a59dad1] {
  cursor: pointer;
}
.programStatus.tooltip > img[data-v-5a59dad1] {
  width: 22px;
  height: 22px;
}
.programStatus .programTooltip[data-v-5a59dad1] {
  width: max-content;
  min-width: 140px;
  max-width: 210px;
  line-height: 18px;
  white-space: nowrap;
}
.programTooltipSummary[data-v-5a59dad1] {
  display: block;
}
.programTooltipTimes[data-v-5a59dad1] {
  display: flex;
  max-height: 72px;
  flex-direction: column;
  gap: 2px;
  overflow-y: auto;
  margin-top: 6px;
}
.calendarNoteButton[data-v-5a59dad1] {
  display: flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
.calendarNoteButton[data-v-5a59dad1]:not(:disabled):hover,
.calendarNoteButton[data-v-5a59dad1]:not(:disabled):focus-visible {
  background: var(--color-neutral-100);
}
.calendarNoteButton[data-v-5a59dad1]:disabled {
  cursor: default;
}
.calendarNoteIcon[data-v-5a59dad1] {
  display: block;
  width: 18px;
  height: 18px;
  background: #767b80;
  mask: url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.75'%20y='0.75'%20width='16.5'%20height='16.5'%20stroke='%23767B80'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.25%2010.75H13.75C12.9544%2010.75%2012.1913%2011.0661%2011.6287%2011.6287C11.0661%2012.1913%2010.75%2012.9544%2010.75%2013.75V17.25M4.75%204.75H12.25M4.75%208.75H9.75'%20stroke='%23767B80'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center/contain no-repeat;
}
.calendarNoteButton:disabled .calendarNoteIcon[data-v-5a59dad1] {
  background: var(--color-neutral-300);
}
.tabState[data-v-5a59dad1] {
  display: flex;
  min-height: 360px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #5a5e62 !important;
}
.tabState button[data-v-5a59dad1] {
  border: 0;
  border-radius: 8px;
  padding: 9px 16px;
  background: var(--color-neutral-900);
  color: var(--color-neutral-0);
}
.errorState[data-v-5a59dad1] {
  color: var(--color-red-700) !important;
}
.srOnly[data-v-5a59dad1] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
@media (max-width: 1180px) {
.calendarControls[data-v-5a59dad1] {
    align-items: flex-start;
    flex-direction: column;
}
.summaryGrid[data-v-5a59dad1] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 760px) {
.filterGroup[data-v-5a59dad1] {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
}
.periodDropdown[data-v-5a59dad1],
  .searchButton[data-v-5a59dad1] {
    width: 100%;
}
.summaryGrid[data-v-5a59dad1] {
    grid-template-columns: 1fr;
}
.calendarTable[data-v-5a59dad1] {
    min-width: 900px;
}
}[data-v-2440f574]:root {
  --color-neutral-900: #1e1f22;
  --color-neutral-800: #2d2f32;
  --color-neutral-700: #44474a;
  --color-neutral-600: #5a5e62;
  --color-neutral-500: #767b80;
  --color-neutral-400: #9ba1a7;
  --color-neutral-300: #c2c8cd;
  --color-neutral-200: #e2e6e9;
  --color-neutral-100: #f3f5f7;
  --color-neutral-50: #f8f9fa;
  --color-neutral-0: white;
  --color-red-700: #fc5555;
  --color-red-100: #fff0f0;
  --color-yellow-700: white;
  --color-blue-700: #0b99ff;
  --color-blue-200: #ebf7ff;
  --color-yellow-200: white;
  --color-green-700: #12d16b;
  --color-green-200: #ecfbf3;
  --color-neutral-opacity-900-80: rgba(30, 31, 34, 0.8);
  --color-primary: #00bf8a;
  --point-color: #0b99ff;
}
.popupOverlay[data-v-2440f574] {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.popupShell[data-v-2440f574] {
  width: min(540px, 100vw - 32px);
  min-width: 320px;
  border-radius: 16px;
  padding: 32px;
  background: var(--color-neutral-0);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
}
.emotionHeader[data-v-2440f574] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.title[data-v-2440f574] {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #1e1f22 !important;
}
.closeButton[data-v-2440f574] {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.closeButton img[data-v-2440f574] {
  display: block;
  width: 18px;
  height: 18px;
}
.emotionList[data-v-2440f574] {
  display: flex;
  max-height: 312px;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.emotionBody[data-v-2440f574] {
  display: flex;
  flex-direction: column;
}
.emotionItem[data-v-2440f574] {
  display: grid;
  grid-template-columns: 1fr 1fr 3fr;
  gap: 8px;
}
.value[data-v-2440f574] {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  color: #5a5e62 !important;
  text-align: left;
}
.srOnly[data-v-2440f574] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}
@media (max-width: 480px) {
.popupShell[data-v-2440f574] {
    min-width: 0;
    padding: 24px;
}
.emotionItem[data-v-2440f574] {
    grid-template-columns: 72px 96px 1fr;
}
}[data-v-c9277477]:root {
  --color-neutral-900: #1e1f22;
  --color-neutral-800: #2d2f32;
  --color-neutral-700: #44474a;
  --color-neutral-600: #5a5e62;
  --color-neutral-500: #767b80;
  --color-neutral-400: #9ba1a7;
  --color-neutral-300: #c2c8cd;
  --color-neutral-200: #e2e6e9;
  --color-neutral-100: #f3f5f7;
  --color-neutral-50: #f8f9fa;
  --color-neutral-0: white;
  --color-red-700: #fc5555;
  --color-red-100: #fff0f0;
  --color-yellow-700: white;
  --color-blue-700: #0b99ff;
  --color-blue-200: #ebf7ff;
  --color-yellow-200: white;
  --color-green-700: #12d16b;
  --color-green-200: #ecfbf3;
  --color-neutral-opacity-900-80: rgba(30, 31, 34, 0.8);
  --color-primary: #00bf8a;
  --point-color: #0b99ff;
}
.summaryCard[data-v-c9277477] {
  margin-bottom: 24px;
  border-radius: 12px;
  padding: 12px;
  background: #eafbf3;
}
.summaryCard p[data-v-c9277477] {
  margin: 6px 0 0;
  color: var(--color-neutral-700);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  white-space: pre-line;
}
.summaryHeader[data-v-c9277477] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.summaryHeader strong[data-v-c9277477] {
  color: var(--color-neutral-900);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}
.betaBadge[data-v-c9277477] {
  display: inline-flex;
  height: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 5px;
  background: var(--color-neutral-900);
  color: var(--color-neutral-0);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}
.emotionTableWrap[data-v-c9277477] {
  min-height: 360px;
  max-height: 520px;
}
.emotionTable th[data-v-c9277477],
.emotionTable td[data-v-c9277477] {
  text-align: center;
}
.emotionTable th[data-v-c9277477]:first-child,
.emotionTable td[data-v-c9277477]:first-child {
  width: 72px;
}
.emotionTable th[data-v-c9277477]:nth-child(2),
.emotionTable td[data-v-c9277477]:nth-child(2) {
  text-align: left;
  white-space: nowrap;
}
.detailColumn[data-v-c9277477] {
  width: 48px;
  text-align: center !important;
}
.plusButton[data-v-c9277477] {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.plusButton img[data-v-c9277477] {
  display: block;
  width: 16px;
  height: 16px;
}
.srOnly[data-v-c9277477] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}
.tabState[data-v-c9277477] {
  display: flex;
  min-height: 360px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #5a5e62 !important;
}
.tabState button[data-v-c9277477] {
  border: 0;
  border-radius: 8px;
  padding: 9px 16px;
  background: var(--color-neutral-900);
  color: var(--color-neutral-0);
}
.errorState[data-v-c9277477] {
  color: var(--color-red-700) !important;
}[data-v-868ec2a1]:root {
  --color-neutral-900: #1e1f22;
  --color-neutral-800: #2d2f32;
  --color-neutral-700: #44474a;
  --color-neutral-600: #5a5e62;
  --color-neutral-500: #767b80;
  --color-neutral-400: #9ba1a7;
  --color-neutral-300: #c2c8cd;
  --color-neutral-200: #e2e6e9;
  --color-neutral-100: #f3f5f7;
  --color-neutral-50: #f8f9fa;
  --color-neutral-0: white;
  --color-red-700: #fc5555;
  --color-red-100: #fff0f0;
  --color-yellow-700: white;
  --color-blue-700: #0b99ff;
  --color-blue-200: #ebf7ff;
  --color-yellow-200: white;
  --color-green-700: #12d16b;
  --color-green-200: #ecfbf3;
  --color-neutral-opacity-900-80: rgba(30, 31, 34, 0.8);
  --color-primary: #00bf8a;
  --point-color: #0b99ff;
}
.journalTableWrap[data-v-868ec2a1] {
  min-height: 360px;
  max-height: 520px;
}
.journalTable[data-v-868ec2a1] {
  table-layout: fixed;
}
.numberColumn[data-v-868ec2a1] {
  width: 68px;
}
.dateColumn[data-v-868ec2a1] {
  width: 116px;
}
.answerColumn[data-v-868ec2a1] {
  width: calc((100% - 184px) / 4);
}
.journalTable th[data-v-868ec2a1],
.journalTable td[data-v-868ec2a1] {
  text-align: center;
}
.journalAnswer[data-v-868ec2a1] {
  padding: 0 !important;
  text-align: center !important;
}
.answerButton[data-v-868ec2a1] {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  gap: 6px;
  border: 0;
  padding: 10px 12px;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: center;
}
.answerButton[data-v-868ec2a1]:disabled {
  cursor: default;
}
.answerButton.isExpandable[data-v-868ec2a1] {
  cursor: pointer;
}
.answerText[data-v-868ec2a1] {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.answerButton.isExpanded[data-v-868ec2a1] {
  align-items: flex-start;
}
.answerButton.isExpanded .answerText[data-v-868ec2a1] {
  overflow: visible;
  text-overflow: clip;
  white-space: pre-wrap;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.answerButton.isExpanded .answerToggleIcon[data-v-868ec2a1] {
  transform: rotate(225deg);
}
.answerToggleIcon[data-v-868ec2a1] {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  margin-top: 3px;
  border-right: 1px solid var(--color-neutral-500);
  border-bottom: 1px solid var(--color-neutral-500);
  transform: rotate(45deg);
  transition: transform 0.15s ease;
}
.emptyCell[data-v-868ec2a1] {
  height: 312px;
  color: var(--color-neutral-600);
  text-align: center !important;
}
.tabState[data-v-868ec2a1] {
  display: flex;
  min-height: 360px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #5a5e62 !important;
}
.tabState button[data-v-868ec2a1] {
  border: 0;
  border-radius: 8px;
  padding: 9px 16px;
  background: var(--color-neutral-900);
  color: var(--color-neutral-0);
}
.errorState[data-v-868ec2a1] {
  color: var(--color-red-700) !important;
}[data-v-3cacc127]:root {
  --color-neutral-900: #1e1f22;
  --color-neutral-800: #2d2f32;
  --color-neutral-700: #44474a;
  --color-neutral-600: #5a5e62;
  --color-neutral-500: #767b80;
  --color-neutral-400: #9ba1a7;
  --color-neutral-300: #c2c8cd;
  --color-neutral-200: #e2e6e9;
  --color-neutral-100: #f3f5f7;
  --color-neutral-50: #f8f9fa;
  --color-neutral-0: white;
  --color-red-700: #fc5555;
  --color-red-100: #fff0f0;
  --color-yellow-700: white;
  --color-blue-700: #0b99ff;
  --color-blue-200: #ebf7ff;
  --color-yellow-200: white;
  --color-green-700: #12d16b;
  --color-green-200: #ecfbf3;
  --color-neutral-opacity-900-80: rgba(30, 31, 34, 0.8);
  --color-primary: #00bf8a;
  --point-color: #0b99ff;
}
.cardTitle[data-v-3cacc127] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.cardHeaderInfo[data-v-3cacc127] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cardHeaderInfo .txt-location[data-v-3cacc127] {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #5a5e62 !important;
}
.headerActions[data-v-3cacc127] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.headerButton[data-v-3cacc127] {
  min-width: 86px;
  border: 0;
  border-radius: 12px;
  padding: 10px 16px;
  background: var(--color-neutral-100);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  color: #44474a !important;
}
.headerButton[data-v-3cacc127]:hover:not(:disabled) {
  background: var(--color-neutral-200);
}
.headerButton[data-v-3cacc127]:disabled {
  cursor: default;
}
.headerButton.saveButton[data-v-3cacc127] {
  background: var(--color-neutral-200);
  color: var(--color-neutral-0) !important;
}
.headerButton.saveButton.active[data-v-3cacc127] {
  background: var(--color-neutral-900);
}
.userInfoTitle[data-v-3cacc127] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.userInfoTitle .txt-title[data-v-3cacc127] {
  line-height: 36px;
  font-size: 24px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.24px;
  color: #1e1f22 !important;
}
.backButton[data-v-3cacc127] {
  display: inline-flex;
  width: 28px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.backButton img[data-v-3cacc127] {
  width: 24px;
  height: 24px;
}
.cardBody[data-v-3cacc127] {
  margin-top: 24px;
}
.tabHeader[data-v-3cacc127] {
  display: flex;
  margin: 0 -32px 32px;
  padding: 0 32px;
  border-bottom: 1px solid var(--color-neutral-200);
}
.tabButton[data-v-3cacc127] {
  width: 136px;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 6px 16px;
  background: transparent;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #767b80 !important;
}
.tabButton[data-v-3cacc127]:hover {
  color: var(--color-neutral-900) !important;
}
.tabButton.active[data-v-3cacc127] {
  border-bottom-color: var(--color-neutral-900);
  color: var(--color-neutral-900) !important;
}
.actionFeedback[data-v-3cacc127] {
  margin: -16px 0 24px;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #44474a !important;
}
.actionFeedback.is-success[data-v-3cacc127] {
  background: var(--color-green-200);
}
.actionFeedback.is-error[data-v-3cacc127] {
  background: var(--color-red-100);
  color: var(--color-red-700) !important;
}
.panelWrap[data-v-3cacc127] {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sectionTitle[data-v-3cacc127] {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  color: #767b80 !important;
}
.infoTable[data-v-3cacc127] {
  width: 100%;
  table-layout: fixed;
  border: 1px solid var(--color-neutral-200);
  border-collapse: collapse;
}
.infoTable th[data-v-3cacc127],
.infoTable td[data-v-3cacc127] {
  height: 50px;
  border: 1px solid var(--color-neutral-200);
  padding: 0 20px;
  vertical-align: middle;
}
.infoTable th[data-v-3cacc127] {
  background: var(--color-neutral-100);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  color: #1e1f22 !important;
}
.infoTable td[data-v-3cacc127] {
  overflow-wrap: anywhere;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  color: #1e1f22 !important;
}
.infoTable .colHeader[data-v-3cacc127] {
  width: 160px;
}
.infoTable .colData[data-v-3cacc127] {
  width: calc((100% - 320px) / 2);
}
.remarkSection > p[data-v-3cacc127]:last-child {
  min-height: 52px;
  white-space: pre-wrap;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  color: #1e1f22 !important;
}
.remarkInput[data-v-3cacc127] {
  width: 100%;
  min-height: 80px;
  resize: vertical;
}
[data-v-3cacc127] .editInput {
  padding: 6px 10px;
}
.statePanel[data-v-3cacc127] {
  display: flex;
  min-height: 420px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #5a5e62 !important;
}
.errorPanel[data-v-3cacc127] {
  color: var(--color-red-700) !important;
}
.retryButton[data-v-3cacc127] {
  min-width: 88px;
  height: 36px;
  border: 1px solid var(--color-neutral-900);
  border-radius: 8px;
  background: var(--color-neutral-900);
  color: var(--color-neutral-0);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}
@media (max-width: 760px) {
.infoTable[data-v-3cacc127] {
    table-layout: auto;
}
.infoTable .colHeader[data-v-3cacc127] {
    width: 112px;
}
.infoTable .colData[data-v-3cacc127] {
    width: auto;
}
.infoTable th[data-v-3cacc127],
  .infoTable td[data-v-3cacc127] {
    padding: 10px 12px;
}
}