/* @import "pretendard/dist/web/static/pretendard.css"; */

/* build 구성 */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

h1 {
  font-size: 30px;
  font-weight: 900;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

i{
        font-style: normal;
    }

:root {
    /* state-color */
    
    --pink: #f74cfb;
    --pink-hover: #f74cfbb8;

    --max-height-container: calc(100vh - 178px);
    --max-height-one-container: calc(100vh - 228px);
    --max-height-two-container: calc(100vh - 240px);
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: #0d6efd; /* 부트스트랩 블루 */
}

.modal *:not(i, h5, h4, h3, h2, h1, .title, table *, button) {
  font-size: 14px;
}

/* border-badge가 감싸져있어야함 */

.border-badge {
  margin-right: 0.375rem;
  display: inline-block;
  vertical-align: middle;
}

.border-badge [class*="Badge"] {
  border-radius: 9999px;
}

.border-badge [class*="Badge"] {
  border-width: 1px;
}

.border-badge [class*="Badge"] {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.border-badge [class*="Badge"] {
  text-align: center;
}

.border-badge [class*="Badge"] {
  font-size: 12px;
}

.border-badge [class*="Badge"] {
  font-weight: 700;
}

.border-badge [class*="Badge"] {
        width: -moz-fit-content;
        width: fit-content;
        min-width: 112px;
    }

.border-badge [class*="Badge"].redBadge {
            color: #F95050;
            border-color: #F95050;
        }

.border-badge [class*="Badge"].yellowBadge {
            color: #DFB00A;
            border-color: #DFB00A;
        }

.border-badge [class*="Badge"].greenBadge {
            color: #0ABB5B;
            border-color: #0ABB5B;
        }

.border-badge [class*="Badge"].blueBadge {
            color: #5654F5;
            border-color: #5654F5;
        }

.border-badge [class*="Badge"].skyblueBadge {
            color: #00AAFF;
            border-color: #00AAFF;
        }

.border-badge [class*="Badge"].purpleBadge {
            color: #A637F7;
            border-color: #A637F7;
        }

.border-badge [class*="Badge"].brownBadge {
            color: #9D5910;
            border-color: #9D5910;
        }

.overflow-table {
    /* 임의지정. 변동성있음. */
    max-height: 736px;
}

.overflow-table table tr th {
        min-width: 50px;
    }

.overflow-table table tr td {
        word-break: keep-all;
    }

.overflow-table table tr td span {
            font-size: inherit;
        }

table tr th {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.ui-datepicker table tr th {
    min-width: unset;
}

button[class*="lightgray"] {
    border-color: var(--btn-gray) !important;
}

button[class*="btn-orange"] {
    background: #FF9900;
    border-color: #FF9900;
    color: #fff;
}

button[class*="btn-sm"] {
    max-height: 24px;
}

.list-detail {
  display: none;
}

aside .mainMenu li .asideTooltip.menu i {
  margin-top: 0px;
}

input,
optgroup,
select,
textarea, label {
    font-size: 14px;
}

textarea {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
}

textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.title h5 {
  font-weight: 700;
}

button[class*="text"]:focus {
        outline: unset;
    }

button[class*="disabled"], button:disabled {
    opacity: 1 !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: unset;
}

.form-control {
    font-size: revert-layer;
}

/* cm cdn 통합 */

.modal-cm .top-select-area.list-tab li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

table input, table select, table textarea {
  font-size: 12px;
}

/* rz form start */

.rz-multiselect, .rz-dropdown {
    box-shadow: unset !important;
}

.rz-multiselect-label-container, .rz-dropdown-label {
  margin-top: -0.125rem;
  font-size: 14px;
}

.rz-multiselect-header span, .rz-multiselect-item-content {
  font-size: 14px;
    color: var(--text);
}

.rz-chkbox {
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
}

.rz-chkbox-box {
    box-shadow: unset;
    border-width: 2px;
}

.rz-chkbox-box:hover:not(.rz-state-disabled) {
    border-width: 2px;
}

.rz-menuitem:hover, .rz-autocomplete-list-item:hover, 
.rz-multiselect-item:hover, .rz-autocomplete-items li:hover, 
.rz-dropdown-items li:hover, .rz-multiselect-items li:hover, 
.rz-dropdown-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    color: var(--text);
}

.rz-state-highlight.rz-menuitem, .rz-state-highlight.rz-autocomplete-list-item, 
.rz-state-highlight.rz-multiselect-item, .rz-autocomplete-items li.rz-state-highlight, 
.rz-dropdown-items li.rz-state-highlight, .rz-multiselect-items li.rz-state-highlight, 
.rz-dropdown-item.rz-state-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
    color: var(--text);
}

.rz-chkbox-box.rz-state-active {
    background-color: #0075FF;
}

.rz-state-highlight.rz-menuitem:hover, .rz-state-highlight.rz-autocomplete-list-item:hover, 
.rz-state-highlight.rz-multiselect-item:hover, .rz-autocomplete-items li.rz-state-highlight:hover, 
.rz-dropdown-items li.rz-state-highlight:hover, .rz-multiselect-items li.rz-state-highlight:hover, 
.rz-dropdown-item.rz-state-highlight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

/* rz form end */

/* rz modal start */

.rz-dialog-wrapper .rz-dialog {
    min-height: unset;
}

.rz-dialog-wrapper .rz-dialog .rz-dialog-titlebar {
    background: #fff;
    padding-bottom: var(--rz-dialog-title-padding-block) !important;
}

.rz-dialog-content, .rz-dialog-side-content {
  padding: 0px;
}

.rz-dialog-titlebar-close {
  margin-top: 0.125rem;
    z-index: 200;
}

.rz-dialog-wrapper .rz-dialog .rz-dialog-titlebar .rz-dialog-title {
  margin-top: 0.375rem;
}

/* rz modal end */

/* scrollbar start */

::-webkit-scrollbar {
    width: 8px !important;
}

::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

::-webkit-scrollbar-thumb {
    background: #cccccc !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #5a5a5a !important;
}

/* scrollbar end */

.labs-form-vertical {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.labs-form-vertical li {
  display: flex;
}

.labs-form-vertical li {
  align-items: center;
}

.labs-form-vertical li label {
            min-width: 60px;
        }

.modal-form-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modal-form-list li {
  display: flex;
}

.modal-form-list li {
  align-items: flex-start;
}

.modal-form-list li label {
  margin-right: 0.25rem;
}

.modal-form-list li label {
  height: 2rem;
}

.modal-form-list li label {
  min-width: 6rem;
}

.modal-form-list li label {
  font-size: 14px;
}

.modal-form-list li label {
  line-height: 2rem;
}

.searchFilter section {
  display: flex;
}

.searchFilter section {
  width: 100%;
}

.searchFilter section {
  align-items: center;
}

.searchFilter section {
  justify-content: space-between;
}

.searchFilter section label {
  margin-right: 0.25rem;
}

.searchFilter section label {
  vertical-align: middle;
}

.searchFilter .filter-wrap {
  display: flex;
}

.searchFilter .filter-wrap {
  width: 100%;
}

.searchFilter .filter-wrap {
  align-items: center;
}

.searchFilter .filter-wrap {
  gap: 0.5rem;
}

.searchFilter .filter-wrap .input-wrap {
  display: flex;
}

.searchFilter .filter-wrap .input-wrap {
  align-items: center;
}

.searchFilter .filter-wrap .input-wrap {
  justify-content: center;
}

.searchFilter .filter-wrap .input-wrap {
  gap: 0.25rem;
}

.searchFilter .filter-wrap .input-wrap label {
  font-size: 12px;
}

.searchFilter .filter-wrap .input-wrap label {
  font-weight: 600;
}

.searchFilter .filter-wrap .input-wrap input {
                box-shadow : unset !important;
            }

.input-style-readonly {
  display: inline-block;
  height: 2rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  vertical-align: middle;
  font-size: 14px;
}

.cont-top-area {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* rz alert start*/

.rz-dialog-confirm .rz-dialog-content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.rz-dialog-confirm .rz-dialog-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.rz-dialog-confirm .rz-dialog-content .rz-dialog-confirm-buttons {
  flex-direction: row-reverse;
}

.rz-dialog-confirm .rz-dialog-content .rz-button.rz-primary.rz-shade-default {
            background-color: #F12B2B;
        }

.rz-dialog-confirm .rz-dialog-content .rz-button.rz-primary.rz-shade-default:hover {
                background-color: #D91D1D;
            }

/* 다건 오류 알림의 기존 줄바꿈과 글꼴을 CSS 재생성 후에도 유지합니다. */

.rz-notifications-wrapper .rz-notification-message,
.rz-notification-message {
    min-width: unset !important;
    max-width: 520px !important;
}

.rz-notifications-wrapper .rz-notification-message .rz-notification-message-detail,
.rz-notifications-wrapper .rz-notification-message .rz-notification-message-content,
.rz-notification-message-detail,
.rz-notification-message-content {
    white-space: pre-wrap !important;
    text-align: left !important;
    line-height: 1.6 !important;
    word-break: break-word !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "맑은 고딕", sans-serif !important;
}

.rz-notifications-wrapper .rz-notification-message .rz-notification-message-summary,
.rz-notification-message-summary {
    text-align: left !important;
    font-weight: 600 !important;
    white-space: pre-wrap !important;
}

/* rz alert end */

.container .cont-top {
  margin-bottom: 0.75rem;
}

.container .cont-top {
  display: flex;
}

.container .cont-top {
  justify-content: space-between;
}

.container .filter-box {
  margin-bottom: 1rem;
}

.container .filter-box {
  display: flex;
}

.container .filter-box {
  width: 100%;
}

.container .filter-box {
  align-items: center;
}

.container .filter-box {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.container .filter-box {
  border-radius: 0.5rem;
}

.container .filter-box {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.container .filter-box {
  padding: 1rem;
}

.container .filter-box * {
            font-size: 0.75rem;
        }

.container .filter-box .input-group {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.container .filter-box .input-group {
  row-gap: 0.25rem;
}

.container .filter-box .input-group {
            width: unset;
        }

.container .filter-box .input-group > div {
  display: flex;
}

.container .filter-box .input-group > div {
  align-items: center;
}

.container .filter-box .input-group select {
                min-width: unset;
            }

.container .filter-box .input-group label {
  margin-right: 0.5rem;
}

.container .sendForm > div {
  margin-bottom: 1.25rem;
}

.container .sendForm > div {
  margin-left: 0.75rem;
}

.container .sendForm div {
  position: relative;
}

.container .sendForm div {
  width: 100%;
}

.container .sendForm div label {
                min-width: 82px;
                font-size: 13px;
            }

.container .sendForm div input::-moz-placeholder, .container .sendForm div textarea::-moz-placeholder {
                    font-size: 0.75rem;
                }

.container .sendForm div input::placeholder, .container .sendForm div textarea::placeholder {
                    font-size: 0.75rem;
                }

.container .sendForm .input-hint {
  align-self: flex-end;
}

.container .sendForm .input-hint {
            font-size: 13px;
        }

.container .sendForm .recipient-field {
  margin-top: 1rem;
}

.container .sendForm .recipient-field .mail-tag-wrap {
  width: 100%;
}

.container .sendForm .recipient-field .mail-tag-wrap {
  flex-direction: column;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top {
  margin-bottom: 0.5rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top {
  display: flex;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top {
  justify-content: space-between;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p {
                        font-size: 13px;
                    }

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p span {
  font-size: 14px;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p span {
  font-weight: 700;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p span {
                            color: #333;
                        }

.container .sendForm .recipient-field .mail-tag-wrap .mail-tag-top p span.total {
  padding-right: 1rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  height: 10rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  width: 100%;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  flex-direction: column;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  overflow-x: hidden;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  overflow-y: scroll;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  border-radius: 0.25rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  border-width: 1px;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  padding-left: 1rem;
  padding-right: 1rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
  padding-bottom: 0.5rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box {
                    box-sizing: border-box;
                }

.container .sendForm .recipient-field .mail-tag-wrap .mail-box table {
                        table-layout: fixed;
                        border-collapse: collapse;
                    }

.container .sendForm .recipient-field .mail-tag-wrap .mail-box table span {
                            font-size: 0.75rem;
                        }

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select {
  margin-top: 0.5rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select {
  display: flex;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select {
  width: 100%;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select {
  border-radius: 0.25rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select {
  border-width: 1px;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select {
  padding: 0.5rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li {
  margin: 0.25rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li {
  display: inline-block;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.container .sendForm .recipient-field .mail-tag-wrap .mail-box .rack-select ul li {
                                font-size: 0.75rem;
                            }

.container .sendForm .form-row {
  display: flex;
}

.container .sendForm .form-row {
  justify-content: space-between;
}

.container .sendForm .form-row {
  gap: 2rem;
}

.container .sendForm .form-row input, .container .sendForm .form-row select {
  width: 100%;
}

.container .sendForm .add-email-button {
  position: absolute !important;
}

.container .sendForm .add-email-button {
  right: 0.25rem !important;
}

.container .sendForm .add-email-button {
  bottom: 0.25rem !important;
}

.container .sendForm .add-email-button {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.container .sendForm .add-email-button {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.container .sendForm .add-email-button {
            min-height: unset !important;
        }

.container .sendMail {
  width: 80%;
}

.container .sendMail .template-wrap {
  margin-top: 1rem;
}

.container .sendMail .template-wrap {
  width: 100%;
}

.container .sendMail .template-wrap .template-box {
  height: 15rem;
}

.container .sendMail .template-wrap .template-box {
  width: 100%;
}

.container .sendMail .template-wrap .template-box {
  border-radius: 0.25rem;
}

.container .sendMail .template-wrap .template-box {
  border-width: 1px;
}

.container .sendMail .template-wrap .template-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.container .sendMail .file-list {
  display: flex;
}

.container .sendMail .file-list {
  flex-direction: row;
}

.container .sendMail .file-list li {
  margin-left: 0.75rem;
}

.container .sendMail .file-list li {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.container .sendMail .file-list li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.container .sendMail .file-list li {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.container .sendMail .file-list li {
                font-size: 0.75rem;
            }

.container .smsSend {
  display: flex;
}

.container .smsSend {
  width: 100%;
}

.container .smsSend {
  justify-content: space-around;
}

.container .smsSend .sms-preview {
  display: flex;
}

.container .smsSend .sms-preview {
  flex-direction: column;
}

.container .smsSend .sms-preview {
  justify-content: space-between;
}

.container .smsSend .sms-preview {
  border-radius: 0.75rem;
}

.container .smsSend .sms-preview {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.container .smsSend .sms-preview {
  padding: 1.5rem;
}

.container .smsSend .sms-preview {
            min-width: 24rem;
        }

.container .smsSend .sms-preview .date {
  margin-top: 1rem;
}

.container .smsSend .sms-preview .date {
  margin-bottom: 2rem;
}

.container .smsSend .sms-preview .date {
  text-align: center;
}

.container .smsSend .sms-preview .date {
  font-size: 14px;
}

.container .smsSend .sms-preview .date {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.container .smsSend .sms-preview .sms-box {
  width: 100%;
}

.container .smsSend .sms-preview .sms-box {
  overflow-y: auto;
}

.container .smsSend .sms-preview .sms-box {
  border-radius: 0.75rem;
}

.container .smsSend .sms-preview .sms-box {
  border-width: 0px;
}

.container .smsSend .sms-preview .sms-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.container .smsSend .sms-preview .sms-box {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container .smsSend .sms-preview .sms-box {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container .smsSend .sms-preview .sms-box {
                min-height: 180px;
                max-height: 530px;
                resize: none;
            }

.container .smsSend .sms-preview .box-tail {
  position: absolute;
}

.container .smsSend .sms-preview .box-tail {
                bottom: 0.25rem;
                left: -0.75rem;

            }

.container .smsSend .sms-preview .sms-footer {
  margin-top: 5rem;
}

.container .smsSend .sms-preview .sms-footer {
  display: inline-block;
}

.container .smsSend .sms-preview .sms-footer {
  text-align: right;
}

.container .smsSend .sms-preview .sms-footer {
  font-size: 14px;
}

.container .smsSend .sms-preview .sms-footer p {
  display: inline-block;
}

.container .smsSend .sms-preview .sms-footer p {
  font-size: 14px;
}

.container .smsSend .sms-preview .sms-footer p {
  font-weight: 700;
}

.container.send-wrap .cont-top {
  gap: 1.25rem;
}

.container.send-wrap input[type="datetime-local"] {
            min-width: 180px !important;
        }

.container.fax  .m-col {
  align-items: flex-start !important;
}

.container.fax .file {
  font-size: 20px !important;
}

.container.fax .file {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}

.container.fax .file {
  text-decoration-line: none !important;
}

.container.fax .file:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}

.container .add-button {
  margin-left: 0.5rem;
}

.container .add-button {
  width: -moz-fit-content;
  width: fit-content;
}

.container .tooltip-wrapper {
  position: relative;
}

.container .tooltip-wrapper {
  display: inline-block;
}

.container .tooltip-wrapper .tooltip-text {
  visibility: hidden;
}

.container .tooltip-wrapper .tooltip-text {
  position: absolute;
}

.container .tooltip-wrapper .tooltip-text {
  width: -moz-fit-content;
  width: fit-content;
}

.container .tooltip-wrapper .tooltip-text {
  border-radius: 0.25rem;
}

.container .tooltip-wrapper .tooltip-text {
  border-width: 1px;
}

.container .tooltip-wrapper .tooltip-text {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.container .tooltip-wrapper .tooltip-text {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.container .tooltip-wrapper .tooltip-text {
  padding: 0.5rem;
}

.container .tooltip-wrapper .tooltip-text {
  font-size: 12px;
}

.container .tooltip-wrapper .tooltip-text {
            bottom: -2.25rem;
            right: 0;
            opacity: 0;
            white-space: nowrap;
            z-index: 1;
        }

.container .tooltip-wrapper:hover .tooltip-text {
            visibility: visible;
            opacity: 1;
            }

.container .delete {
  cursor: pointer;
}

.container .delete::before {
  margin-left: 0.25rem;
}

.container .delete::before {
  border-radius: 9999px;
}

.container .delete::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.container .delete::before {
  vertical-align: middle;
}

.container .delete::before {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.container .delete::before {
            font-size: 11px;
            content: 'close';
            font-family: 'Material Icons';
        }

.container .input-flex {
  display: flex;
}

.container .input-flex {
  align-items: center;
}

.container .form-col {
  flex-direction: column;
}

.container .arrears-tootip {
  cursor: default;
}

.container .arrears-tootip::after {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.container .arrears-tootip::after {
            font-family: 'Material Icons Outlined';
            content: 'info';
            font-size: 15px;
            vertical-align: -3px;
        }

.container .arrears-tootip:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.container .arrears-info {
  display: flex;
}

.container .arrears-info {
  justify-content: center;
}

.container .arrears-info {
  gap: 0.25rem;
}

.container .arrears-info > div {
  position: relative;
}

.container .arrears-info > div {
  height: 1.5rem;
}

.container .arrears-info > div {
  width: 1.5rem;
}

.container .arrears-info > div {
  border-radius: 9999px;
}

.container .arrears-info > div {
  border-width: 1px;
}

.container .arrears-info .pending {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.container .arrears-info .pending {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.container .arrears-info .arrears::before {
  position: absolute;
}

.container .arrears-info .arrears::before {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.container .arrears-info .arrears::before {
                font-family: 'Material Icons';
                content: 'check';
                font-size: 16px;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%)
            }

.container .arrears-info .arrears.team-management {
                border-color: #45BFA6;
                background-color: #45BFA6;
            }

.container .arrears-info .arrears.team-sales {
                border-color: #F6B45B;
                background-color: #F6B45B;
            }

.container .arrears-info .arrears.team-all {
                border-color: #F56974;
                background-color: #F56974;
            }

.container .card-wrap {
  margin-top: 1.5rem;
}

.container .card-wrap {
  display: grid;
}

.container .card-wrap {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.container .card-wrap {
  gap: 1rem;
}

.container .card-wrap {
  border-radius: 0.5rem;
}

.container .card-wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.container .card-wrap {
  padding: 1.5rem;
}

.container .card-wrap .current-card {
  border-radius: 0.5rem;
}

.container .card-wrap .current-card {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.container .card-wrap .current-card {
  padding: 1.5rem;
}

.container .card-wrap .current-card {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.container .card-wrap .current-card .card-top {
  display: flex;
}

.container .card-wrap .current-card .card-top {
  justify-content: space-between;
}

.container .card-wrap .current-card .card-top {
  padding-bottom: 1.25rem;
}

.container .card-wrap .current-card .card-top h4 {
  word-break: keep-all;
}

.container .card-wrap .current-card .card-top h4 {
  font-size: 16px;
}

.container .card-wrap .current-card .card-top h4 {
  font-weight: 700;
}

.container .card-wrap .current-card .card-top p {
  text-align: right;
}

.container .card-wrap .current-card .card-top p {
  font-size: 16px;
}

.container .card-wrap .current-card .card-top span {
  font-weight: 700;
}

.container .card-wrap .current-card .card-top span {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.container .card-wrap .current-card .card-top span {
                    font-size: inhertit;
                }

.container .card-wrap .current-card ul {
  display: flex;
}

.container .card-wrap .current-card ul {
  flex-direction: column;
}

.container .card-wrap .current-card ul {
  gap: 0.75rem;
}

.container .card-wrap .current-card ul {
  font-size: 14px;
}

.container .card-wrap .current-card ul li {
  display: flex;
}

.container .card-wrap .current-card ul li {
  align-items: center;
}

.container .card-wrap .current-card ul li div {
  font-size: 14px;
}

.container .card-wrap .current-card ul li div:last-child {
  font-weight: 700;
}

.container .card-wrap .current-card ul li span {
  font-weight: 700;
}

.container .card-wrap .current-card ul li span {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.container .card-wrap .current-card ul li .line {
  margin-left: 1rem;
  margin-right: 1rem;
}

.container .card-wrap .current-card ul li .line {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.container .card-wrap .current-card ul li .line {
                        height: 1px;
                        flex: 1;
                    }

.container .bg-box.summary-stats {
  width: 100%;
}

.container .bg-box.summary-stats {
            min-width: 650px;
            
        }

.container .bg-box.summary-stats .title {
  margin-top: 0.25rem;
}

.container .bg-box.summary-stats .title {
  margin-right: 3rem;
}

.container .bg-box.summary-stats .title {
  flex-direction: column;
}

.container .bg-box.summary-stats .title {
  align-items: flex-start;
}

.container .bg-box.summary-stats .title h5 {
  word-break: keep-all;
}

.container .bg-box.summary-stats .title h5 {
  font-size: 24px;
}

.container .bg-box.summary-stats .title h5 {
  line-height: 1.75rem;
}

.container .bg-box.summary-stats .title h5 {
                    white-space: pre-line;
                }

.container.hc-card {
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

.container.hc-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    }

.container .loading-overlay {
  display: flex;
}

.container .loading-overlay {
  flex-direction: column;
}

.container .loading-overlay {
  align-items: center;
}

.container .loading-overlay {
  justify-content: center;
}

.container .loading-overlay h3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container .loading-overlay span {
  padding-top: 0.5rem;
}

& .button-area {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

@media (min-width: 1441px) {
    .prd-equipment-area {
    display: none;
  }
}

@media (max-width: 1440px) {
    .prd-equipment-select {
    display: none;
  }
    .prd-equipment-area {
    display: flex;
        top: 96px;
  }
    .wrap .content .tablet-twofixed {
        padding-top: 79px;
    }

}

@media (max-width: 1540px) {
    & .card-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
    .searchFilter {
    padding-left: 0px !important;
  }
    .oneFixed {
        padding-top: 90px !important;
        background: none !important;
    }
    .smsSend {
    flex-direction: column;
    gap: 2rem;
  }
        .smsSend .sms-preview {
    width: 100% !important;
  }
        .smsSend .sms-preview {
    padding: 1rem !important;
  }
        .smsSend .sms-preview {
            min-width: unset !important;
        }
            .smsSend .sms-preview .sms-footer {
    margin-top: 2rem !important;
  }
    .sendForm {
    width: 100% !important;
  }
        .sendForm > div {
    margin-left: 0px !important;
  }
        .sendForm > div {
    flex-direction: column !important;
  }
        .sendForm div {
    align-items: flex-start !important;
  } 
        .sendForm #AddEmail {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
        .sendForm .form-row {
    gap: 1.25rem !important;
  }
            .sendForm .form-row > div {
    width: 100%;
  }
            .sendForm .form-row > div {
    flex-direction: column;
  }
                .sendForm .form-row > div input, .sendForm .form-row > div select {
    width: 100%;
  }
            .sendForm .recipient-field label {
    display: none;
  }
            .sendForm .recipient-field .mail-box {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
    .send-wrap {
    margin-top: 2.5rem !important;
  }
    .add-button {
    margin-left: 0px !important;
    margin-top: 0.5rem !important;
    width: 100% !important;
  }
        .add-button button {
    width: 100% !important;
  }
        .file-list li {
    margin-left: 0px !important;
  }
        .file-list li {
    margin-right: 0.5rem !important;
  }
        .file-list li {
    margin-top: 0.5rem !important;
  }
        .fax .m-col {
    align-items: flex-start !important;
  }
        .fax .m-col {
    gap: 0.25rem !important;
  }
    .filter-box {
    flex-direction: column !important;
    row-gap: 1rem !important;
  }
            .filter-box .input-group label {
                min-width: 55.5px !important;
            }
    & .card-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    padding: 1rem !important;
  }
    /* m */
    .m-row {
    flex-direction: row !important;
  }
        .m-row input {
            min-width: unset !important;
        }
    .m-col {
    flex-direction: column !important;
  }
    .m-w-full {
    width: 100% !important;
  }
}

@media (max-width: 550px) {
            .filter-box .input-group div:nth-of-type(odd):not(:last-of-type) {
    width: 50%;
  }
                .filter-box .input-group div:nth-of-type(odd):not(:last-of-type) select {
    width: 100%;
  }
}

/* 중지 현황 전용 디자인 */

.suspension-state {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.suspension-state .normal-box {
  margin: 0px;
}

.suspension-state .normal-box {
  border-radius: 0.5rem;
}

.suspension-state .normal-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.suspension-state .normal-box {
  padding: 0px;
}

.suspension-state .normal-box dl {
  display: flex;
}

.suspension-state .normal-box dl {
  flex-direction: column;
}

.suspension-state .normal-box dl {
  align-items: center;
}

.suspension-state .normal-box dl {
  gap: 0.5rem;
}

.suspension-state .normal-box dl {
  border-radius: 0.5rem;
}

.suspension-state .normal-box dl {
  padding: 1rem;
}

.suspension-state .normal-box dl {
            width: 112px;
            height: 85px;
        }

.suspension-state .normal-box dl dt {
  font-size: 14px;
}

.suspension-state .normal-box dl dd {
  font-size: 16px;
}

.suspension-state .normal-box dl dd {
  font-weight: 700;
}

.suspension-state .normal-box dl dd {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.suspension-state .normal-box dl dd strong {
  font-size: 24px;
}

.suspension-state .normal-box dl dd strong {
                    font-weight: inherit;
                    color: inherit;
                }

.suspension-state .normal-box.all dl {
                background: #4D4E54;
            }

.suspension-state .normal-box.all dl dt, .suspension-state .normal-box.all dl dd {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.suspension-state .normal-box.stop {
  display: flex;
}

.suspension-state .normal-box.stop {
  align-items: center;
}

.suspension-state .normal-box.stop dl.stop-main {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.suspension-state .normal-box.stop dl.stop-main {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.suspension-state .normal-box.stop dl.stop-main dd {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.suspension-state .normal-box.stop .stop-descendent {
  display: flex;
}

.suspension-state .normal-box.stop .stop-descendent {
  gap: 1rem;
}

.suspension-state .normal-box.stop .stop-descendent {
  padding: 1rem;
}

.suspension-state .normal-box.stop .stop-descendent dl {
  padding: 0px;
}

.suspension-state .normal-box.stop .stop-descendent dl {
                    width: 80px;
                    height: 53px;
                }

.suspension-state .normal-box.stop .stop-descendent dl dt {
  font-size: 12px;
}

.bulk-suspension-table tr td:nth-child(10) input {
        min-width: 180px;
    }

.bulk-suspension-table tr td:not(:nth-child(2)) input.sm {
        min-width: 90px;
        width: 90px;
    }

/* 중지서비스 테이블 필터+버튼 영역 */

.table-option-area {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-option-area .filter-area {
  display: flex;
}

.table-option-area .filter-area {
  gap: 0.75rem;
}

.table-option-area .filter-area > div {
  display: flex;
}

.table-option-area .filter-area > div {
  align-items: center;
}

.table-option-area .filter-area > div {
  gap: 0.375rem;
}

.table-option-area .filter-area > div label {
  margin: 0px;
}

.table-option-area button {
  height: 2rem;
}

.table-option-area button {
  vertical-align: middle;
}

.suspension-table .special-note i {
  cursor: pointer;
}

.suspension-table .special-note i {
  font-weight: 300;
}

.suspension-table .special-note i {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.suspension-table .special-note i:hover {
                color: var(--primary);
            }

button[class*="green"] {
  border-width: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    background: #16A34A;
}

button[class*="green"]:hover {
        background: #15803d;
    }

/* 세금계산서 발행 버튼 */

.issue-button {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 12px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
    /* 익일발행 */

    /* 즉시발행 */
    
    /* 취소 발행 */

  /* 재발행 */

  /* 취소 */

    /* 수정 */
}

.issue-button.size-sm {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.issue-button.button-blue {
  border-width: 1px;
}

.issue-button.button-blue {
        background-color: #eff6ff;
        border-color: #bfdbfe;
        color: #1d4ed8;
    }

.issue-button.button-blue:hover {
            background-color: #dbeafe;
        }

.issue-button.button-orange {
  border-width: 1px;
}

.issue-button.button-orange {
        background-color: #fff7ed;
        border-color: #fed7aa;
        color: #c2410c;
    }

.issue-button.button-orange:hover {
            background-color: #ffedd5;
        }

.issue-button.button-purple {
  border-width: 1px;
}

.issue-button.button-purple {
        background-color: #faf5ff;
        border-color: #e9d5ff;
        color: #6b21a8;
    }

.issue-button.button-purple:hover {
            background-color: #f3e8ff;
        }

.issue-button.button-green {
  border-width: 1px;
}

.issue-button.button-green {
        background-color: #ecfdf5;
        border-color: #a7f3d0;
        color: #047857;
    }

.issue-button.button-green:hover {
            background-color: #d1fae5;
        }

.issue-button.button-rose {
  border-width: 1px;
}

.issue-button.button-rose {
        background-color: #fff1f2;
        border-color: #fecdd3;
        color: #be123c;
    }

.issue-button.button-rose:hover {
            background-color: #ffe4e6;
        }

.issue-button.button-amber {
  border-width: 1px;
}

.issue-button.button-amber {
        background-color: #fffbeb;
        border-color: #fde68a;
        color: #b45309;
    }

.issue-button.button-amber:hover {
        background-color: #fef3c7;
        }

& .btn-accordion {
  display: flex !important;
  align-items: center !important;
  gap: 0.25rem !important;
  font-size: 12px !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1)) !important;
    background: unset !important;
    border: unset !important;
}

& .btn-accordion:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1)) !important;
}

& .btn-accordion i {
  margin-bottom: 0.125rem;
}

& .btn-accordion i {
  display: inline-block;
}

& .btn-accordion i {
  font-size: 16px;
}

& .btn-accordion i {
        color: inherit;
        width: unset !important;
    }

@media (max-width: 1280px) {
    .btn-bnr {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
    .btn-btn-thin {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.template-select {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
    height: 32px;
    width: unset !important;
}

.template-select > div {
  padding-top: 0.25rem;
}

.template-select > div {
        width: unset !important;
        min-width: 230px;
    }

.template-select > div > div {
            display: unset !important;
        }

.template-select > div span {
  width: 100%;
}

.template-select > div span {
            font-size: 13px;
        }

.template-select > div svg {
  float: right;
}

.template-select ul {
  border-width: 1px;
}

.template-select ul {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.template-select ul {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.template-select ul {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.template-select ul li {
  cursor: pointer;
}

.template-select ul li {
            font-size: 13px;
        }

.hc-checkbox {
  display: inline-block;
  cursor: pointer;
}

.hc-checkbox label {
  margin-left: 0.5rem;
}

.hc-checkbox div.hc-checkbox-icon {
  display: inline-block;
}

.hc-checkbox div.hc-checkbox-box {
  inset: 0px;
}

.hc-checkbox div.hc-checkbox-box {
  box-sizing: border-box;
}

.hc-checkbox div.hc-checkbox-box {
  display: inline-block;
}

.hc-checkbox div.hc-checkbox-box {
  height: 1rem;
}

.hc-checkbox div.hc-checkbox-box {
  width: 1rem;
}

.hc-checkbox div.hc-checkbox-box {
  min-width: 1rem;
}

.hc-checkbox div.hc-checkbox-box {
  align-items: center;
}

.hc-checkbox div.hc-checkbox-box {
  justify-content: center;
}

.hc-checkbox div.hc-checkbox-box {
  border-radius: 0.125rem;
}

.hc-checkbox div.hc-checkbox-box {
  border-width: 1px;
}

.hc-checkbox div.hc-checkbox-box {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.hc-checkbox div.hc-checkbox-box {
  vertical-align: middle;
}

.hc-checkbox div.hc-checkbox-box {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hc-checkbox div.hc-checkbox-box {
  transition-duration: 100ms;
}

.hc-checkbox div.hc-checkbox-box {
  transition-timing-function: linear;
}

.hc-checkbox div.hc-checkbox-box {
           background-color: #00000000;
        }

.hc-checkbox.checked div.hc-checkbox-box {
  border-width: 1px;
}

.hc-checkbox.checked div.hc-checkbox-box {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.hc-checkbox.checked div.hc-checkbox-box {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  box-sizing: border-box;
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  display: block;
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  border-width: 2px;
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  border-top-width: 0px;
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  border-right-width: 0px;
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  text-align: center;
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  vertical-align: middle;
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hc-checkbox.checked div.hc-checkbox-box > span.hc-checkbox-check {
                    width: 0.625rem;
                    height: 0.375rem;
                    transform-origin: 80% 25%;
                }

/* 회차 체크박스 */

.round-checkbox {
  position: relative;
  height: 1rem;
  width: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.round-checkbox:checked {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.round-checkbox:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.round-checkbox:checked::before {
  position: absolute;
}

.round-checkbox:checked::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.round-checkbox:checked::before {
            font-family: 'Material Icons';
            content: 'check';
            font-size: 12px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%)
        }

.round-checkbox:disabled {
  opacity: 0.5;
}

span[class*="Badge"] {
  word-break: keep-all !important;
}

.sms-badge {
  margin-right: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* 세금계산서 뱃지 */

.tax-badge {
  margin-left: 0px !important;
    line-height: unset !important;
}

.tax-status-badge {
  display: inline-block;
  text-wrap: nowrap;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  font-weight: 500;
    /* 완료 */
    /* 발행 */
    /* 분할발행 */
    /* 발행대기, 임시저장 */
    /* 실패 */
    /* 취소 */

    /* 알 수 없음, 취소 */

    /* ---- 변동 이력 뱃지 */
    
    /* 수정 */  
    /* 발행 */
}

.tax-status-badge.badge-success {
        background: #d4edda;
        color: #155724;
    }

.tax-status-badge.badge-issue {
        background: #D1ECF1;
        color: #0C5460;
    }

.tax-status-badge.badge-split {
        background: #CFDDFF;
        color: #0C2460;
    }

.tax-status-badge.badge-wait {
        background: #fff3cd;
        color: #856404;
    }

.tax-status-badge.badge-fail {
        background: #C5616A;
        color: #FFEAEA;
    }

.tax-status-badge.badge-cancel {
        background: #FFB5BC;
        color: #C82E3C;
    }

.tax-status-badge.badge-secondary {
        background: #e2e3e5;
        color: #383d41;
    }

.tax-status-badge.changedBadge-modify {
  border-width: 1px;
}

.tax-status-badge.changedBadge-modify {
        background: #fffbeb;
        border-color: #fde68a;
        color: #b45309;
    }

.tax-status-badge.changedBadge-issue {
  border-width: 1px;
}

.tax-status-badge.changedBadge-issue {
        background: #eff6ff;
        border-color: #bfdbfe;
        color: #1d4ed8;
    }

.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
    background-color: #00000033;
    z-index: 100;
}

.modal input, .modal select {
        min-width: unset !important;
        font-size: 12px;
    }

.modal .property-info input, .modal .property-info select {
            min-width: 200px !important;
        }

.modal label {
        font-size: 13px !important;
    }

.modal .modal-header-sticky {
  position: sticky;
}

.modal .modal-header-sticky {
  top: 0px;
}

.modal .modal-header-sticky {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal .modal-header-sticky {
        z-index: 9999999;

    }

.modal .modal-wrap {
  overflow-y: auto;
}

.modal .modal-wrap {
        max-height: 93vh;
    }

.modal .hc-card {
  border-radius: 1rem;
}

.modal .hc-card {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal .hc-card {
  padding: 1rem;
}

.modal .hc-card {
        width: 95vw;
        max-width: 760px;
    }

.modal .modal-header {
  gap: 1rem;
}

.modal .modal-header p {
  display: inline-block;
}

.modal .modal-header p {
  font-size: 12px;
}

.modal .modal-body table span {
                font-size: 0.75rem;
            }

.modal .modal-body .form-label {
  margin-bottom: 0px !important;
}

.modal .modal-body .form-label {
            min-width: 6.5rem;
            line-height: 2.4rem !important;
        }

.modal .modal-body .form-input-title {
  margin-top: 1rem;
}

.modal .modal-body .form-input-title {
  margin-bottom: 0.5rem;
}

.modal .modal-body .form-input-title {
  display: flex;
}

.modal .modal-body .form-input-title {
  justify-content: space-between;
}

.modal .modal-body .form-input-title h4 {
  font-weight: 500;
}

.modal .modal-body .form-input {
  margin-bottom: 0.75rem;
}

.modal .modal-body .form-input {
  display: flex;
}

.modal .modal-body .form-input {
  align-items: center;
}

.modal .modal-body .form-input table td {
                    max-width: 200px;
                }

.modal .modal-body .form-input table tr td:nth-of-type(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal .modal-body .form-input .input-margin {
  margin-right: 0.5rem;
}

.modal .modal-body .form-input .template-box {
  height: 10rem;
}

.modal .modal-body .form-input .template-box {
  width: 100%;
}

.modal .modal-body .form-input .template-box {
  flex-direction: column;
}

.modal .modal-body .form-input .template-box {
  overflow-x: auto;
}

.modal .modal-body .form-input .template-box {
  overflow-y: scroll;
}

.modal .modal-body .form-input .template-box {
  border-radius: 0.25rem;
}

.modal .modal-body .form-input .template-box {
  border-width: 1px;
}

.modal .modal-body .form-input .template-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal .modal-body .form-input .template-box {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modal .modal-body .form-input .template-box {
  padding-left: 2rem;
  padding-right: 2rem;
}

.modal .modal-body .form-input .template-box {
                box-sizing: border-box;
            }

.modal .modal-body .form-input.rack-select {
  display: flex;
}

.modal .modal-body .form-input.rack-select {
  overflow-y: auto;
}

.modal .modal-body .form-input.rack-select {
  border-radius: 0.25rem;
}

.modal .modal-body .form-input.rack-select {
  border-width: 1px;
}

.modal .modal-body .form-input.rack-select {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.modal .modal-body .form-input.rack-select {
  padding: 0.5rem;
}

.modal .modal-body .form-input.rack-select {
                max-width: 696px;
            }

.modal .modal-body .form-input.rack-select ul li {
  margin: 0.25rem;
}

.modal .modal-body .form-input.rack-select ul li {
  display: inline-block;
}

.modal .modal-body .form-input.rack-select ul li {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.modal .modal-body .form-input.rack-select ul li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.modal .modal-body .form-input.rack-select ul li {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.modal .modal-body .form-input.rack-select ul li {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.modal .modal-body .form-input.rack-select ul li {
                        font-size: 0.75rem;
                    }

.modal .modal-body .form-input.rack-select ul .rack-exp {
  font-size: 12px;
}

.modal .modal-body .form-input.rack-select ul .rack-exp {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.modal .modal-body .form-input.rack-select ul .rack-exp {
                        background-color: unset;
                    }

.modal .modal-body.fax .form-label {
                min-width: 5rem !important;
            }

.modal .modal-body.fax .file-list {
  margin-top: 0.375rem;
}

.modal .modal-body.fax .file-list {
  display: flex;
}

.modal .modal-body.fax .file-list {
  flex-direction: row;
}

.modal .modal-body.fax .file-list {
  flex-wrap: wrap;
}

.modal .modal-body.fax .file-list {
  gap: 0.25rem;
}

.modal .modal-body.fax .file-list li {
  display: flex;
}

.modal .modal-body.fax .file-list li {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.modal .modal-body.fax .file-list li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.modal .modal-body.fax .file-list li {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.modal .modal-body.fax .file-list li {
                    font-size: 0.75rem;
                }

.modal .modal-body.fax .file-list li input {
                        background: unset !important;
                    }

.modal .delete {
  cursor: pointer;
}

.modal .delete::before {
  margin-left: 0.25rem;
}

.modal .delete::before {
  border-radius: 9999px;
}

.modal .delete::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal .delete::before {
  vertical-align: middle;
}

.modal .delete::before {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.modal .delete::before {
            font-size: 11px;
            content: 'close';
            font-family: 'Material Icons';
        }

.modal.unpaid .modal-body {
  padding-bottom: 0px;
}

.modal .arrears-info {
  display: flex;
}

.modal .arrears-info {
  gap: 0.5rem;
}

.modal .arrears-info > div {
  position: relative;
}

.modal .arrears-info > div {
  height: 1.5rem;
}

.modal .arrears-info > div {
  width: 1.5rem;
}

.modal .arrears-info > div {
  border-radius: 9999px;
}

.modal .arrears-info > div {
  border-width: 1px;
}

.modal .arrears-info > div .arrears::before {
                    font-size: 16px;
                }

.modal .arrears-info .pending {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.modal .arrears-info .pending {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.modal .arrears-team {
  display: flex;
}

.modal .arrears-team {
  gap: 0.75rem;
}

.modal .arrears-team > li {
  display: flex;
}

.modal .arrears-team > li {
  gap: 0.25rem;
}

.modal .arrears-team > li p {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.modal .arrears-team .arrears {
  position: relative;
}

.modal .arrears-team .arrears {
  height: 1rem;
}

.modal .arrears-team .arrears {
  width: 1rem;
}

.modal .arrears-team .arrears {
  border-radius: 9999px;
}

.modal .arrears-team .arrears {
  border-width: 1px;
}

.modal .arrears-team .arrears::before {
                font-size: 12px;
            }

.modal .arrears::before {
  position: absolute;
}

.modal .arrears::before {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.modal .arrears::before {
            font-family: 'Material Icons';
            content: 'check';
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%)
        }

.modal .arrears.team-management {
            border-color: #45BFA6;
            background-color: #45BFA6;
        }

.modal .arrears.team-sales {
            border-color: #F6B45B;
            background-color: #F6B45B;
        }

.modal .arrears.team-all {
            border-color: #F56974;
            background-color: #F56974;
        }

.modal .absensce-area {
  margin-bottom: 1rem;
}

.modal .absensce-area {
  border-radius: 0.25rem;
}

.modal .absensce-area {
  border-width: 1px;
}

.modal .absensce-area {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.modal .absensce-area {
  padding-top: 0.75rem;
}

.modal .absensce-area {
        background: #f9f9f9;
    }

.modal .absensce-wrap {
  margin-bottom: 0.5rem;
}

.modal .absensce-wrap .absensce-box {
  flex: 1 1 0%;
}

.modal .absensce-wrap .absensce-box {
  border-radius: 0.25rem;
}

.modal .absensce-wrap .absensce-box {
  border-width: 1px;
}

.modal .absensce-wrap .absensce-box {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.modal .absensce-wrap .absensce-box {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.modal .absensce-wrap .absensce-box {
  padding: 1rem;
}

.modal .absensce-wrap .absensce-box .absensce-message {
  margin-top: 0.75rem;
}

.modal .absensce-wrap .absensce-box .absensce-message {
  margin-bottom: 0.5rem;
}

.modal .absensce-wrap .absensce-box .absensce-message {
  display: flex;
}

.modal .absensce-wrap .absensce-box .absensce-message {
  gap: 0.75rem;
}

.modal .absensce-wrap .absensce-box .absensce-message {
  border-top-width: 1px;
}

.modal .absensce-wrap .absensce-box .absensce-message {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.modal .absensce-wrap .absensce-box .absensce-message {
  padding-top: 0.5rem;
}

.modal .absensce-wrap .absensce-box .absensce-message {
  padding-bottom: 0.5rem;
}

.modal .absensce-wrap .absensce-box .absensce-message .message-area {
  width: 40%;
}

.modal .absensce-wrap .absensce-box .absensce-message .message-area textarea {
  width: 100%;
}

.modal .absensce-wrap .absensce-box .absensce-message .message-area textarea {
                        min-height: 235px;
                    }

.modal .absensce-wrap .absensce-box .absensce-message .message-area p {
  font-size: 12px;
}

.modal .absensce-wrap .absensce-box .absensce-message .message-area p {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area {
  width: 60%;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area input, .modal .absensce-wrap .absensce-box .absensce-message .number-area select {
                        min-width: unset !important;
                    }

.modal .absensce-wrap .absensce-box .absensce-message .number-area .btn:disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .form-label {
                        margin-right: 0.875rem !important;
                    }

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number {
  display: flex;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number {
  flex-direction: column;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number {
  row-gap: 0.25rem;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number {
  border-radius: 0.25rem;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number {
  padding: 0.5rem;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number .number-list {
  display: flex;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number .number-list {
  align-items: center;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .add-number .number-list {
  gap: 0.25rem;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box {
  display: flex;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box {
  align-items: center;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box {
  border-radius: 0.25rem;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box {
  border-width: 1px;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.modal .absensce-wrap .absensce-box .absensce-message .number-area .recip-box {
                        height: 32px;
                    }

.modal .notifi-wrap {
  margin-bottom: 0.75rem;
}

.modal .notifi-wrap .notifi-box {
  flex: 1 1 0%;
}

.modal .notifi-wrap .notifi-box {
  border-radius: 0.25rem;
}

.modal .notifi-wrap .notifi-box {
  border-width: 1px;
}

.modal .notifi-wrap .notifi-box {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.modal .notifi-wrap .notifi-box {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.modal .notifi-wrap .notifi-box {
  padding: 1rem;
}

.modal .snapshot-wrap {
  margin-bottom: 1rem;
}

.modal .snapshot-wrap {
  border-radius: 0.25rem;
}

.modal .snapshot-wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.modal .snapshot-wrap {
  padding: 0.75rem;
}

.modal .snapshot-wrap .top-area {
  margin-bottom: 0.5rem;
}

.modal .snapshot-wrap .top-area {
  display: flex;
}

.modal .snapshot-wrap .top-area {
  align-items: flex-end;
}

.modal .snapshot-wrap .top-area {
  justify-content: space-between;
}

.modal .snapshot-wrap .top-area .cont-title {
  display: flex;
}

.modal .snapshot-wrap .top-area .cont-title {
  flex-direction: column;
}

.modal .snapshot-wrap .top-area .cont-title h6 {
  display: inline-block;
}

.modal .snapshot-wrap .top-area .cont-title h6 {
  font-weight: 700;
}

.modal .snapshot-wrap .top-area .cont-title h6 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.modal .snapshot-wrap .top-area .cont-title .count {
  margin-left: 0.5rem;
}

.modal .snapshot-wrap .top-area .cont-title .count {
  border-radius: 0.375rem;
}

.modal .snapshot-wrap .top-area .cont-title .count {
  border-width: 1px;
}

.modal .snapshot-wrap .top-area .cont-title .count {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.modal .snapshot-wrap .top-area .cont-title .count {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal .snapshot-wrap .top-area .cont-title .count {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.modal .snapshot-wrap .top-area .cont-title .count {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.modal .snapshot-wrap .top-area .cont-title .count {
  font-size: 14px;
}

.modal .snapshot-wrap .top-area .cont-title .count {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.modal .snapshot-wrap .top-area .cont-title .total {
  display: flex;
}

.modal .snapshot-wrap .top-area .cont-title .total {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.modal .snapshot-wrap .top-area .cont-title .total {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.modal .snapshot-wrap .top-area .cont-title .total p {
                        color: #333;
                    }

.modal .close {
  position: sticky;
}

.modal .close {
  top: 0px;
}

.modal .close {
  justify-content: space-between;
}

.modal .close {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal .close {
        z-index: 9999;
    }

.modal .close .close-button::before {
  font-size: 20px;
}

.modal .close .close-button::before {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.modal .close .close-button::before {
                font-family: 'Material Icons Outlined';
                content: 'close';
            }

.modal .close .close-button:hover::before {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.modal-cm.modal-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.modal-cm.modal-fit {
  overflow-x: scroll;
}

.modal-cm .modalArea {

        /* 세금계산서----------------- */
        /* 상단 탭 */
        /* 공급 */
        /* 공급end */
        /* 변경 전/후 */
        /* 상세내용모달 > 변동 이력 */
        /* 세금계산서 end ------------------------- */
    }

.modal-cm .modalArea input {
            box-shadow: unset;
        }

.modal-cm .modalArea .alert {
  margin-bottom: 1.5rem;
}

.modal-cm .modalArea .alert {
  border-radius: 0.375rem;
}

.modal-cm .modalArea .alert {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .alert {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.modal-cm .modalArea .alert {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.modal-cm .modalArea .alert p {
  text-align: center;
}

.modal-cm .modalArea .alert p {
  font-size: 16px;
}

.modal-cm .modalArea .alert p {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .alert.red {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
}

.modal-cm .modalArea .alert.red {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)) !important;
}

.modal-cm .modalArea .alert.red p {
  font-weight: 700 !important;
}

.modal-cm .modalArea .alert.red p {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}

.modal-cm .modalArea .info-top {
  margin-bottom: 1.25rem;
}

.modal-cm .modalArea .info-top {
  display: flex;
}

.modal-cm .modalArea .info-top {
  flex-wrap: wrap;
}

.modal-cm .modalArea .info-top {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .info-top {
  border-width: 1px;
}

.modal-cm .modalArea .info-top {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .info-top {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .info-top {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.modal-cm .modalArea .info-top {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.modal-cm .modalArea .info-top .info-item {
  display: flex;
}

.modal-cm .modalArea .info-top .info-item {
  align-items: center;
}

.modal-cm .modalArea .info-top .info-item {
  gap: 0.5rem;
}

.modal-cm .modalArea .info-top .info-item label {
  margin-right: 0px;
}

.modal-cm .modalArea .info-top .info-item label {
  width: -moz-fit-content;
  width: fit-content;
}

.modal-cm .modalArea .info-top .info-item label {
  flex-shrink: 0;
}

.modal-cm .modalArea .info-top .info-item label {
  white-space: nowrap;
}

.modal-cm .modalArea .info-top .info-item label {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .info-top .info-item span {
  font-weight: 600;
}

.modal-cm .modalArea .info-top .info-item:not(:last-child) {
  margin-right: 2rem;
}

.modal-cm .modalArea .modify-top {
  display: flex;
}

.modal-cm .modalArea .modify-top {
  align-items: center;
}

.modal-cm .modalArea .modify-top {
  justify-content: space-between;
}

.modal-cm .modalArea .modify-top .modify-item {
  display: flex;
}

.modal-cm .modalArea .modify-top .modify-item {
  align-items: center;
}

.modal-cm .modalArea .modify-top .modify-item label {
  width: -moz-fit-content;
  width: fit-content;
}

.modal-cm .modalArea .modify-top .modify-item label {
  flex-shrink: 0;
}

.modal-cm .modalArea .modify-top .modify-item label {
  white-space: nowrap;
}

.modal-cm .modalArea .modify-top .modify-item label > i {
  padding-right: 0.125rem;
}

.modal-cm .modalArea .modify-top .modify-item label > i {
  font-size: 12px;
}

.modal-cm .modalArea .modify-top .modify-item label > i {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .modify-top .modify-item .rz-button-icon-left {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.modal-cm .modalArea .tabs-wrap {
  margin-bottom: 1.25rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs {
  position: relative;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs {
  display: flex;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs {
  overflow-x: auto;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs {
  overflow-y: clip;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
  margin-right: 0.5rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
  display: flex;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
  cursor: pointer;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
  gap: 0.25rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab {
                    border: 1px solid transparent;
                    border-bottom: none;
                }

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab.active {
  padding-bottom: 0.75rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab.active {
  font-weight: 700;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab.active {
                        margin-bottom: -1px;
                        border-color: #9ca3af;
                        border-bottom-color: white;
                        z-index: 9;
                    }

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab .tab-close-btn {
  border-radius: 0.25rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab .tab-close-btn {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab .tab-close-btn {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab .tab-close-btn {
  font-size: 16px;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab .tab-close-btn {
  line-height: 1;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab .tab-close-btn {
  opacity: 0.6;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab .tab-close-btn:hover {
                            opacity: 1; background: rgba(0,0,0,0.1);
                        }

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab span {
  word-break: keep-all;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab span {
  font-size: 14px;
}

.modal-cm .modalArea .tabs-wrap .custom-tabs .custom-tab span {
  line-height: 1.5rem;
}

.modal-cm .modalArea .tabs-wrap .tab-line {
  position: absolute;
}

.modal-cm .modalArea .tabs-wrap .tab-line {
  bottom: 0px;
}

.modal-cm .modalArea .tabs-wrap .tab-line {
  width: 100%;
}

.modal-cm .modalArea .tabs-wrap .tab-line {
  border-top-width: 1px;
}

.modal-cm .modalArea .tabs-wrap .tab-line {
                border-color: #9ca3af;
            }

.modal-cm .modalArea .split-layout {
  display: grid;
}

.modal-cm .modalArea .split-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.modal-cm .modalArea .split-layout {
  gap: 0.5rem;
}

.modal-cm .modalArea .split-layout {
            min-width: 800px;
        }

.modal-cm .modalArea .split-layout .party-section {
  position: relative;
}

.modal-cm .modalArea .split-layout .party-section {
  margin-bottom: 0px;
}

.modal-cm .modalArea .split-layout .party-section {
  width: 100%;
}

.modal-cm .modalArea .split-layout .party-section {
  border-radius: 0.375rem;
}

.modal-cm .modalArea .split-layout .party-section {
  border-width: 2px;
}

.modal-cm .modalArea .split-layout .party-section {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .split-layout .party-section {
                /* 공급자 컬러(분홍) */
                /* 공급받는자 컬러(파란) */
            }

.modal-cm .modalArea .split-layout .party-section .section-inner {
  display: flex;
}

.modal-cm .modalArea .split-layout .party-section .section-inner {
  height: 100%;
}

.modal-cm .modalArea .split-layout .party-section .section-inner {
  width: 100%;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .party-title {
  display: flex;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .party-title {
  width: 1.5rem;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .party-title {
  align-items: center;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .party-title {
  justify-content: center;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .party-title span {
  font-size: 12px;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .party-title span {
  font-weight: 500;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .party-title span {
                            writing-mode: vertical-lr;
                        }

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content {
  flex: 1 1 0%;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content {
  flex-direction: column;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content {
  gap: 0.5rem;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row {
  display: flex;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group {
  display: flex;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group {
  flex: 1 1 0%;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  margin-bottom: 0.25rem;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  margin-right: 0px;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  display: flex;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  height: 100%;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  min-width: 5rem;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  align-items: center;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  justify-content: center;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  text-align: center;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label {
  font-size: 12px;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label span {
  font-size: 12px;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group label span {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group input, .modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group > div {
  margin: 0.25rem;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group input, .modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group > div {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group input, .modal-cm .modalArea .split-layout .party-section .section-inner .form-content .form-row .form-group > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modal-cm .modalArea .split-layout .party-section.invoicer-section {
                    border-color: #ffc3c3;
                }

.modal-cm .modalArea .split-layout .party-section.invoicer-section .party-title {
                        background-color: #ffc3c3;
                    }

.modal-cm .modalArea .split-layout .party-section.invoicer-section .form-content .form-row:not(:last-child) {
  border-bottom-width: 1px;
}

.modal-cm .modalArea .split-layout .party-section.invoicer-section .form-content .form-row:not(:last-child) {
                                border-color: #ffc3c3;
                            }

.modal-cm .modalArea .split-layout .party-section.invoicer-section .form-content .form-group label {
                                background-color: #FFE8E8;
                            }

.modal-cm .modalArea .split-layout .party-section.invoicee-section {
                    border-color: #C3D1FF;
                }

.modal-cm .modalArea .split-layout .party-section.invoicee-section .party-title {
                        background-color: #C3D1FF;
                    }

.modal-cm .modalArea .split-layout .party-section.invoicee-section .form-content .form-row:not(:last-child) {
  border-bottom-width: 1px;
}

.modal-cm .modalArea .split-layout .party-section.invoicee-section .form-content .form-row:not(:last-child) {
                                border-color: #C3D1FF;
                            }

.modal-cm .modalArea .split-layout .party-section.invoicee-section .form-content .form-group label {
                                background-color: #F0F4FF;
                            }

.modal-cm .modalArea .metadata-section {
  display: flex;
}

.modal-cm .modalArea .metadata-section {
  flex-direction: column;
}

.modal-cm .modalArea .metadata-section {
  gap: 1rem;
}

.modal-cm .modalArea .metadata-section {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .metadata-section {
  border-width: 1px;
}

.modal-cm .modalArea .metadata-section {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .metadata-section {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .metadata-section {
  padding: 1.25rem;
}

.modal-cm .modalArea .metadata-section {
            align-items: unset;
        }

.modal-cm .modalArea .metadata-section label {
                min-width: 52px;
            }

.modal-cm .modalArea .metadata-section .metadata-item {
  display: flex;
}

.modal-cm .modalArea .metadata-section .metadata-item {
  align-items: center;
}

.modal-cm .modalArea .metadata-section .metadata-row {
  display: grid;
}

.modal-cm .modalArea .metadata-section .metadata-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.modal-cm .modalArea .metadata-section .metadata-row {
  gap: 5rem;
}

.modal-cm .modalArea .line-items-section {
  width: 100%;
}

.modal-cm .modalArea .line-items-section .line-items-table {
  border-collapse: collapse;
}

.modal-cm .modalArea .line-items-section .line-items-table input {
                    min-width: unset;
                }

.modal-cm .modalArea .line-items-section .line-items-table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modal-cm .modalArea .line-items-section .line-items-table td.close button {
  border-radius: 0.25rem;
}

.modal-cm .modalArea .line-items-section .line-items-table td.close i {
  font-size: 14px;
}

.modal-cm .modalArea .line-items-section .line-items-table td.close i {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .line-items-section .line-items-table tfoot td button {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .line-items-section .line-items-table tfoot td button {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .line-items-section .line-items-table tfoot td button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .line-items-section .line-items-table tfoot td button span {
  font-size: 12px;
}

.modal-cm .modalArea .line-items-section .line-items-table tfoot td button i {
                                color: inherit;
                            }

.modal-cm .modalArea .summary-section {
  display: flex;
}

.modal-cm .modalArea .summary-section {
  justify-content: space-between;
}

.modal-cm .modalArea .summary-section {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .summary-section {
  border-width: 1px;
}

.modal-cm .modalArea .summary-section {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .summary-section {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .summary-section {
  padding: 1.25rem;
}

.modal-cm .modalArea .summary-section .summary-row {
  display: grid;
}

.modal-cm .modalArea .summary-section .summary-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.modal-cm .modalArea .summary-section .summary-row {
  gap: 5rem;
}

.modal-cm .modalArea .summary-section .summary-row .summary-item {
  display: flex;
}

.modal-cm .modalArea .summary-section .summary-row .summary-item {
  flex-direction: column;
}

.modal-cm .modalArea .summary-section .summary-row .summary-item {
  gap: 0.25rem;
}

.modal-cm .modalArea .summary-section .summary-row .summary-item label {
  font-size: 14px;
}

.modal-cm .modalArea .summary-section .summary-row .summary-item label {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .summary-section .summary-row .summary-item span {
  font-size: 20px;
}

.modal-cm .modalArea .summary-section .summary-row .summary-item span {
  font-weight: 600;
}

.modal-cm .modalArea .summary-section .summary-row .summary-item span {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .summary-section .summary-total {
  display: flex;
}

.modal-cm .modalArea .summary-section .summary-total {
  flex-direction: column;
}

.modal-cm .modalArea .summary-section .summary-total {
  gap: 0.25rem;
}

.modal-cm .modalArea .summary-section .summary-total label {
  font-size: 14px;
}

.modal-cm .modalArea .summary-section .summary-total label {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .summary-section .summary-total .total-amount label {
  font-size: 14px;
}

.modal-cm .modalArea .summary-section .summary-total .total-amount label {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .summary-section .summary-total .total-amount span {
  font-size: 20px;
}

.modal-cm .modalArea .summary-section .summary-total .total-amount span {
  font-weight: 600;
}

.modal-cm .modalArea .summary-section .summary-total .total-amount span {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .action-section {
  margin-top: 0px;
}

.modal-cm .modalArea .action-section {
  display: flex;
}

.modal-cm .modalArea .action-section {
  justify-content: flex-end;
}

.modal-cm .modalArea .action-section span {
                min-width: unset;
            }

.modal-cm .modalArea .readonly-value {
  box-sizing: border-box;
}

.modal-cm .modalArea .readonly-value {
  min-height: 2.25rem;
}

.modal-cm .modalArea .readonly-value {
  flex: 1 1 0%;
}

.modal-cm .modalArea .readonly-value {
  word-break: keep-all;
}

.modal-cm .modalArea .readonly-value {
  border-radius: 0.25rem;
}

.modal-cm .modalArea .readonly-value {
  border-width: 1px;
}

.modal-cm .modalArea .readonly-value {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .readonly-value {
  padding: 0.5rem;
}

.modal-cm .modalArea .readonly-value {
  line-height: 1.25rem;
}

.modal-cm .modalArea .readonly-value {
            min-width: 94px;
            border-color: #dadfe2;
            font-size: 0.875rem;
            overflow-wrap: anywhere;
        }

.modal-cm .modalArea .base-amount {
  margin-top: 0.5rem !important;
}

.modal-cm .modalArea .base-amount {
  display: flex !important;
}

.modal-cm .modalArea .base-amount {
  align-items: center !important;
}

.modal-cm .modalArea .base-amount {
  gap: 1rem !important;
}

.modal-cm .modalArea .base-amount {
            right: 4.5rem;
        }

.modal-cm .modalArea .base-amount .readonly-value {
                min-width: 230px;
                overflow-wrap: anywhere;
            }

.modal-cm .modalArea .issue-status {
  display: flex;
}

.modal-cm .modalArea .issue-status {
  align-items: center;
}

.modal-cm .modalArea .issue-status {
  gap: 0.5rem;
}

.modal-cm .modalArea .issue-status .badge {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.modal-cm .modalArea .issue-status .badge {
                min-width: 5rem !important;
            }

.modal-cm .modalArea .cancel-reason-section {
  margin-bottom: 1.25rem;
}

.modal-cm .modalArea .cancel-reason-section {
  width: 100%;
}

.modal-cm .modalArea .cancel-reason-section {
  flex-direction: column;
}

.modal-cm .modalArea .cancel-reason-section {
  align-items: flex-end;
}

.modal-cm .modalArea .cancel-reason-section {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .cancel-reason-section {
  border-width: 1px;
}

.modal-cm .modalArea .cancel-reason-section {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .cancel-reason-section {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .cancel-reason-section {
  padding: 1.25rem;
}

.modal-cm .modalArea .cancel-reason-section > div {
  display: flex;
}

.modal-cm .modalArea .cancel-reason-section > div {
  width: 100%;
}

.modal-cm .modalArea .cancel-reason-section > div label {
  margin-bottom: 1.25rem;
}

.modal-cm .modalArea .cancel-reason-section > div label {
  display: block;
}

.modal-cm .modalArea .cancel-reason-section > div label {
  min-width: 4rem;
}

.modal-cm .modalArea .cancel-reason-section > div label {
  font-weight: 600;
}

.modal-cm .modalArea .cancel-reason-section > div label {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .cancel-reason-section p {
  margin-top: 0.5rem;
}

.modal-cm .modalArea .cancel-reason-section p {
  margin-bottom: 0px;
}

.modal-cm .modalArea .cancel-reason-section p {
  font-size: 12px;
}

.modal-cm .modalArea .cancel-reason-section p {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .warning-box {
  margin-bottom: 1.25rem;
}

.modal-cm .modalArea .warning-box {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .warning-box {
  border-width: 1px;
}

.modal-cm .modalArea .warning-box {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .warning-box {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .warning-box {
  padding: 1.25rem;
}

.modal-cm .modalArea .warning-box {
  text-align: center;
}

.modal-cm .modalArea .warning-box h6 {
  padding-top: 1.25rem;
}

.modal-cm .modalArea .warning-box h6 {
  padding-bottom: 0.25rem;
}

.modal-cm .modalArea .warning-box h6 {
  font-size: 16px;
}

.modal-cm .modalArea .warning-box h6 {
  font-weight: 600;
}

.modal-cm .modalArea .warning-box h6 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .warning-box p {
  font-size: 14px;
}

.modal-cm .modalArea .warning-box p {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .modify-reason-section {
  margin-bottom: 1.25rem;
}

.modal-cm .modalArea .modify-reason-section {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .modify-reason-section {
  border-width: 1px;
}

.modal-cm .modalArea .modify-reason-section {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .modify-reason-section {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .modify-reason-section {
  padding: 1.25rem;
}

.modal-cm .modalArea .comparison-header {
  margin-bottom: 1.25rem;
}

.modal-cm .modalArea .comparison-header {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .comparison-header {
  border-width: 1px;
}

.modal-cm .modalArea .comparison-header {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .comparison-header {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .comparison-header {
  padding: 1.25rem;
}

.modal-cm .modalArea .comparison-wrap {
  display: flex;
}

.modal-cm .modalArea .comparison-wrap {
  gap: 1.5rem;
}

.modal-cm .modalArea .comparison-wrap > div {
  flex: 1 1 0%;
}

.modal-cm .modalArea .comparison-wrap > div {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .comparison-wrap > div {
  border-width: 1px;
}

.modal-cm .modalArea .comparison-wrap > div {
  padding: 0.75rem;
}

.modal-cm .modalArea .comparison-wrap > div {
  padding-top: 1rem;
}

.modal-cm .modalArea .comparison-wrap .area-top {
  display: flex;
}

.modal-cm .modalArea .comparison-wrap .area-top {
  align-items: center;
}

.modal-cm .modalArea .comparison-wrap .area-top {
  justify-content: flex-start;
}

.modal-cm .modalArea .comparison-wrap .area-top {
  gap: 0.75rem;
}

.modal-cm .modalArea .comparison-wrap .area-top {
  padding-bottom: 0.75rem;
}

.modal-cm .modalArea .comparison-wrap .area-top {
  padding-left: 0.125rem;
}

.modal-cm .modalArea .comparison-wrap .area-top p {
  font-weight: 600;
}

.modal-cm .modalArea .comparison-wrap .before-area {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .comparison-wrap .before-area {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .comparison-wrap .after-area {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .comparison-wrap .after-area {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .button-area {
  justify-content: center;
}

.modal-cm .modalArea .loading-overlay {
  display: flex;
}

.modal-cm .modalArea .loading-overlay {
  flex-direction: column;
}

.modal-cm .modalArea .loading-overlay {
  align-items: center;
}

.modal-cm .modalArea .loading-overlay {
  justify-content: center;
}

.modal-cm .modalArea .loading-overlay h3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.modal-cm .modalArea .loading-overlay span {
  padding-top: 0.5rem;
}

.modal-cm .modalArea .detail-split {
  display: flex;
}

.modal-cm .modalArea .detail-split {
  flex-direction: row;
}

.modal-cm .modalArea .detail-split {
  gap: 1rem;
}

.modal-cm .modalArea .detail-split {
            /* & > div {
                @apply hc-flex-1 hc-w-fit;
            } */

        }

.modal-cm .modalArea .detail-split .history-wrap {
  width: 100%;
}

.modal-cm .modalArea .detail-split .history-wrap {
  flex: 1 1 0%;
}

.modal-cm .modalArea .detail-split .history-wrap {
  border-radius: 0.125rem;
}

.modal-cm .modalArea .detail-split .history-wrap {
  border-width: 1px;
}

.modal-cm .modalArea .detail-split .history-wrap {
  padding: 1rem;
}

.modal-cm .modalArea .detail-split .history-wrap {
                min-width: 350px;
                background: #fbf8ff;
                border-color: #e2d0f8;

            }

.modal-cm .modalArea .detail-split .history-wrap h5 {
  padding-bottom: 0.5rem;
}

.modal-cm .modalArea .detail-split .history-wrap h5 {
  font-weight: 600;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items {
  position: relative;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items {
  display: flex;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items {
  height: 100%;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items {
  flex-direction: column;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items {
  gap: 1.25rem;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-line {
  position: absolute;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-line {
  top: 0px;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-line {
  bottom: 0px;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-line {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-line {
                        width: 1px;
                        height: calc(100% - 32px);
                        left: 16px;
                    }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item {
  position: relative;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item {
  display: flex;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item {
  gap: 0.75rem;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item {
                        z-index: 1;
                        /* -------상황별 이력카드 */
                        /* 취소 */
                        /* 수정 */
                        /* 발행 */
                    }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-icon {
  display: flex;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-icon {
  align-items: center;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-icon {
  justify-content: center;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-icon {
  border-radius: 9999px;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-icon {
  border-width: 1px;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-icon {
                            width: 34px;
                            height: 34px;
                            flex-shrink: 0;
                        }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-icon i {
                                font-family: 'Material Symbols Outlined';
                                font-size: 20px;
                                line-height: 1;
                            }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card {
  display: flex;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card {
  width: 100%;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card {
  flex-direction: column;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card {
  gap: 0.5rem;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card {
  border-radius: 0.5rem;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card {
  border-width: 1px;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card {
  padding: 0.75rem;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top {
  display: flex;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top {
  justify-content: space-between;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-left {
  display: flex;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-left {
  align-items: center;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-left p {
  text-align: left;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-left p {
  font-size: 14px;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-left p {
  line-height: .75rem;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-left p {
                                        line-height: normal;
                                    }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-left .tax-status-badge {
  margin-right: 0.5rem;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-right {
  text-align: right;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-right {
  font-size: 12px;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-top .card-top-right {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item .history-card .card-content p {
  font-size: 14px;
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.cancel {
                            /* & .history-card {
                                @apply hc-border-red-300;
                                background: #FFFAFA;
                            } */
                        }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.cancel .history-icon, .modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.cancel .history-card {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.cancel .history-icon, .modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.cancel .history-card {
                                background: #FFFAFA;
                            }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.cancel .history-icon i::before, .modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.cancel .history-card i::before {
                                    content: 'cancel_schedule_send';
                                    color: #B40909;
                                }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.modify .history-icon {
                                background: #FFFEFA;
                                border-color: #FFB984;
                            }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.modify .history-icon i::before {
                                    content: 'edit_square';
                                    color: #b45309;
                                }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.modify .history-card {
                                background: #FFFEFA;
                                border-color: #FFB984;
                            }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.issue .history-icon {
                                background: #F5F9FF;
                                border-color: #BFDBFE;
                            }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.issue .history-icon i::before {
                                    content: 'send';
                                    color: #1d4ed8;
                                }

.modal-cm .modalArea .detail-split .history-wrap .history-items .history-item.issue .history-card {
                                background: #F5F9FF;
                                border-color: #BFDBFE;
                            }

@media (max-width: 768px) {
        .modal .adress-modal {
            height: 86vh !important;
        }
        .modal .modal-header {
    flex-direction: column;
  }
        .modal .modal-header {
    gap: 0.5rem;
  }
        .modal .modal-header {
            align-items: unset !important;
        }
                .modal .form-input table td {
                    max-width: 100px !important;
                }
            .modal .form-input .input-margin {
    margin-right: 0px !important;
  }
            .modal .form-input .input-margin {
    margin-bottom: 0.25rem !important;
  }
            .modal .form-input.m-col {
                align-items: unset !important;
            }
                .modal .fax .file-list li {
    margin: 0px !important;
  }
        .modal .close {
    flex-direction: row !important;
  }
}

/* 변경 전/후 비교 모달 하이라이트 스타일 */

.changed-highlight {
    background: #fff3cd !important;
    border-left: 3px solid #ffc107 !important;
    padding-left: 8px !important;
}

.item-added {
    background: #d4edda !important;
}

.item-modified {
    background: #fff3cd !important;
}

.item-removed {
    background: #f8d7da !important;
    text-decoration: line-through;
    opacity: 0.7;
}

[class*="vali-state-"] {
  display: inline;
  white-space: nowrap;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-size: 0.75rem;
}

.vali-state-green {
    background: var(--green);
}

.vali-state-red {
    background: var(--red);
}

.vali-state-point {
    background: var(--point);
}

.vali-state-yellow {
    background: var(--yellow);
}

.vali-state-pink {
    background: var(--pink);
}

.vali-state-default {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1)) !important;
}

.hc-warn {
  word-break: keep-all !important;
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
    font-size: 12px !important;
}

.table-responsive {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
    height : 200px;
}

.table-responsive table {
  width: 100%;
}

.table-responsive table {
        table-layout: fixed;
        border-collapse: collapse;
    }

.table-responsive table th, .table-responsive table td {
        word-break: break-word;
        }

.send-table tbody tr td {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.send-table tbody tr td:nth-child(2) {
                min-width: 100px;
            }

.send-table tbody tr.sms td:nth-child(3) {
                    min-width: 110px;
                }

.send-table tbody tr.sms td:nth-child(5) {
                    min-width: 270px;
                }

.send-table tbody tr.mail td:nth-child(4) {
                    min-width: 270px;
                }

.tax-table {
    /* 아코디언 border ----------*/
    /* 기본 테이블 하단선 */
    /* ------------------------------- */

}

.tax-table .accordion-row:hover {
            background: unset !important;
        }

.tax-table .accordion-row .accordion-content {
  padding: 1rem;
}

.tax-table .accordion-row .accordion-content {
            background: #dfe6ed;
        }

.tax-table .accordion-row .history-table-container .history-title {
  padding-bottom: 0.5rem;
}

.tax-table .accordion-row .history-table-container .history-title {
  font-weight: 600;
}

.tax-table .accordion-row .history-table-container .history-table thead tr th {
  border-right-width: 0px;
}

.tax-table .accordion-row .history-table-container .history-table thead tr th {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tax-table .accordion-row .history-table-container .history-table thead tr th {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tax-table .accordion-row .history-table-container .history-table thead tr th {
  text-align: left;
}

.tax-table .accordion-row .history-table-container .history-table tbody tr td {
  border-right-width: 0px;
}

.tax-table .accordion-row .history-table-container .history-table tbody tr td {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tax-table .accordion-row .history-table-container .history-table tbody tr td {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tax-table .accordion-row .history-table-container .history-table tbody tr td {
  text-align: left;
}

.tax-table tbody tr td {
  border-bottom-width: 1px;
}

.tax-table tr.is-accordion-open > td {
  border-bottom-width: 0px;
}

.tax-table tr.is-accordion-open > td  {
            box-shadow: inset 0 1px 0 0 #909090;
            background: #ebf0f5;
            position: relative;
            z-index: 1;
        }

.tax-table tr.is-accordion-open > td:first-child {
  border-left-width: 1px;
}

.tax-table tr.is-accordion-open > td:first-child {
            border-left-color: #909090;
        }

.tax-table tr.is-accordion-open > td:last-child {
  border-right-width: 1px;
}

.tax-table tr.is-accordion-open > td:last-child {
            border-right-color: #909090;
        }

.tax-table tr.accordion-row > td.accordion-content {
  border-left-width: 1px;
}

.tax-table tr.accordion-row > td.accordion-content {
  border-right-width: 1px;
}

.tax-table tr.accordion-row > td.accordion-content {
  border-bottom-width: 1px;
}

.tax-table tr.accordion-row > td.accordion-content {
            border-left-color: #909090;
            border-right-color: #909090;
            border-bottom-color: #909090;
        }

.table-height {
  overflow-y: auto;
    height: 500px;
}

.head-point {
  cursor: pointer;
}

.sort-icon {
  padding-left: 0.25rem;
    font-size: 9px;
}

@media (max-width: 768px) {
    .table-responsive {
    overflow-x: auto;
  }
    .table-responsive table {
        table-layout: unset;
    }
}

.property-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-bottom: 1.5rem;
}

.property-info label {
  width: 3.5rem;
}

.property-info .input-dummy {
        width: 150px;
    }

.state-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1rem;
}

.state-area .state-list-total ul {
  display: flex;
}

.state-area .state-list-total ul {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.state-area .state-list-total ul li {
  text-align: center;
}

.state-area .state-list-total ul li span {
  font-size: 14px;
}

.state-area .state-list-total ul li p {
  margin-top: 0.5rem;
}

.state-area .state-list-total ul li p {
  font-size: 20px;
}

.state-area .state-list-total ul li p {
  font-weight: 700;
}

.state-area .state-list-total ul li p > span {
  vertical-align: baseline;
}

.state-area .state-list-total ul li p > span {
  font-size: 18px;
}

.state-area .state-list-total ul li p > span {
                        font-weight: inherit;
                        color: inherit;
                    }

.input-dummy {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.table-css-none * {
  border-width: 0px;
}

.table-css-none * {
  padding: 0px;
}

.table-css-none * {
        background: unset;
    }

.rackInfo .table-css-none * {
        cursor: default !important;
    }

.new-billing-filter section {
    display: block;
}

/* 신규 청구 상태: 기존 세금계산서 배지와 분리하여 유지합니다. */

.invoice-split-page .status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  white-space: nowrap;
  position: relative;
}

[class*="issue-badge"] {
  display: inline-block;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  line-height: 1;
}

/* 수동 */

.issue-badge-manual {
    background-color: #fff8e1;
    border: 1px solid #fde68a;
    color: #b45309;
}

/* 자동 */

.issue-badge-auto {
    background-color: #faf5ff;
    border: 1px solid #e9d5ff;
    color: #7e22ce;
}

[class*="bill-badge"] {
  display: inline-block;
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 12px;
  line-height: 1;
}

.bill-badge-c {
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
    color: #1D4ED8;
}

.bill-badge-w {
    background-color: #FFFFFF;
    border: 1px solid #5F9F8A;
    color: #0A845B;
}

.bill-badge-p {
    background-color: #eaf7f0;
    border: 1px solid #c0e0d1;
    color: #1e8e5a;
}

.bill-badge-r {
    background-color: #f4f5f7;
    border: 1px solid #c5cad8;
    color: #383d41;
}

.bill-badge-d {
    background-color: #FFE1E1;
    border: 1px solid #FD8A8A;
    color: #B40909;
}

.bill-badge-default {
    background-color: #F4F5F7;
    border: 1px solid #C5CAD8;
    color: #383D41;
}

.invoice-page {
  display: flex;
  height: 100vh;
  overflow: hidden;
}

.invoice-number {
    font-family: 'Spoqa Han Sans Neo', sans-serif;
}

.invoice-number i {
  padding-right: 0.375rem;
}

.invoice-info-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
	border-bottom: 1px solid #e5e7eb;
}

.invoice-info-head .invoice-info-top {
  display: flex;
}

.invoice-info-head .invoice-info-top {
  align-items: flex-start;
}

.invoice-info-head .invoice-info-top {
  justify-content: space-between;
}

.invoice-info-head .invoice-info-top .invoice-company-section {
  display: flex;
}

.invoice-info-head .invoice-info-top .invoice-company-section {
  flex-direction: column;
}

.invoice-info-head .invoice-info-top .invoice-company-section {
  align-items: flex-start;
}

.invoice-info-head .invoice-info-top .invoice-company-section .invoice-company-row {
  display: flex;
}

.invoice-info-head .invoice-info-top .invoice-company-section .invoice-company-row {
  align-items: center;
}

.invoice-info-head .invoice-info-top .invoice-company-section .invoice-company-row {
  gap: 1.5rem;
}

.invoice-info-head .invoice-info-top .invoice-company-section .invoice-company-row .invoice-company-name {
					font-size: 24px;
					font-weight: 700;
					color: #101828;
					line-height: 32px;
				}

.invoice-info-head .invoice-info-top .invoice-company-section .invoice-company-row .invoice-status-badge-active {
  display: flex;
}

.invoice-info-head .invoice-info-top .invoice-company-section .invoice-company-row .invoice-status-badge-active {
  align-items: center;
}

.invoice-info-head .invoice-info-top .invoice-company-section .invoice-company-row .invoice-status-badge-active {
  gap: 0.75rem;
}

.invoice-info-head .invoice-info-top .invoice-company-section .invoice-company-row .invoice-status-badge-active {
  border-radius: 9999px;
}

.invoice-info-head .invoice-info-top .invoice-company-section .invoice-company-row .invoice-status-badge-active {
					padding: 1px 17px;
					height: 38px;
					background-color: #f0fdf4;
					border: 1px solid #b9f8cf;
				}

.invoice-info-head .invoice-info-top .invoice-company-section .invoice-company-row .invoice-status-badge-active .invoice-status-dot {
  border-radius: 9999px;
}

.invoice-info-head .invoice-info-top .invoice-company-section .invoice-company-row .invoice-status-badge-active .invoice-status-dot {
						width: 8px;
						height: 8px;
						background-color: #00c950;
					}

.invoice-info-head .invoice-info-top .invoice-company-section .invoice-company-row .invoice-status-badge-active .invoice-status-text {
						font-size: 14px;
						color: #008236;
						line-height: 20px;
					}

.invoice-info-head .invoice-info-top .invoice-action-buttons {
  display: flex;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons {
  align-items: center;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons {
  gap: 0.75rem;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons {
			height: 38px;
		}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-default {
  display: flex;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-default {
  cursor: pointer;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-default {
  align-items: center;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-default {
  border-radius: 0.25rem;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-default {
				gap: 6px;
				padding: 8px 18px;
				background-color: #fff;
				border: 1px solid #d1d5dc;
				font-size: 14px;
				color: #364153;
				line-height: 20px;
			}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-default .action-btn-icon {
  flex-shrink: 0;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-default .action-btn-icon {
					width: 16px;
					height: 16px;
				}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-outline-primary {
  display: flex;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-outline-primary {
  cursor: pointer;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-outline-primary {
  align-items: center;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-outline-primary {
  border-radius: 0.25rem;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-outline-primary {
				gap: 6px;
				padding: 8px 18px;
				background-color: #fff;
				border: 1px solid #2563eb;
				font-size: 14px;
				color: #2563eb;
				line-height: 20px;
			}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-outline-primary .action-btn-icon {
  flex-shrink: 0;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-outline-primary .action-btn-icon {
					width: 16px;
					height: 16px;
				}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-primary {
  display: flex;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-primary {
  cursor: pointer;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-primary {
  align-items: center;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-primary {
  border-radius: 0.25rem;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-primary {
				gap: 6px;
				padding: 8px 18px;
				background-color: #2563eb;
				font-size: 14px;
				color: #fff;
				line-height: 20px;
			}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-primary .action-btn-icon {
  flex-shrink: 0;
}

.invoice-info-head .invoice-info-top .invoice-action-buttons .action-btn-primary .action-btn-icon {
					width: 16px;
					height: 16px;
				}

.invoice-info-head .invoice-filter-bar {
  display: flex;
}

.invoice-info-head .invoice-filter-bar {
  align-items: center;
}

.invoice-info-head .invoice-filter-bar {
		gap: 26px;
		padding: 0 17px;
		height: 54px;
		background-color: #f8fafc;
		border: 1px solid #e2e8f0;
		border-radius: 8px;
	}

.invoice-info-head .invoice-filter-bar .filter-item {
  display: flex;
}

.invoice-info-head .invoice-filter-bar .filter-item {
  flex-shrink: 0;
}

.invoice-info-head .invoice-filter-bar .filter-item {
  align-items: center;
}

.invoice-info-head .invoice-filter-bar .filter-item {
  gap: 0.25rem;
}

.invoice-info-head .invoice-filter-bar .filter-item {
			height: 20px;
		}

.invoice-info-head .invoice-filter-bar .filter-item i {
  flex-shrink: 0;
}

.invoice-info-head .invoice-filter-bar .filter-item i {
                font-size: 18px;
                padding-bottom: 3px;
			}

.invoice-info-head .invoice-filter-bar .filter-item .filter-label {
  padding-right: 0.25rem;
}

.invoice-info-head .invoice-filter-bar .filter-item .filter-label {
				font-size: 14px;
				color: #4a5565;
				line-height: 20px;
			}

.invoice-info-head .invoice-filter-bar .filter-item .filter-value {
				font-size: 14px;
				color: #101828;
				line-height: 20px;
			}

.invoice-info-head .invoice-filter-bar .filter-item .filter-value b {
  font-weight: 700;
}

.invoice-info-head .invoice-filter-bar .filter-item .filter-value b {
                    color: inherit;
                    font-size: inherit;
                    line-height: inherit;
                }

.invoice-content-body {
  display: flex;
  flex: 1 1 0%;
  gap: 1.5rem;
  overflow: auto;
	padding: 32px;
	background-color: #f9fafb;
	/* === Timeline Panel === */
}

.invoice-content-body .invoice-main-panel {
  display: flex;
}

.invoice-content-body .invoice-main-panel {
  flex: 1 1 0%;
}

.invoice-content-body .invoice-main-panel {
  flex-direction: column;
}

.invoice-content-body .invoice-main-panel {
  gap: 1.5rem;
}

.invoice-content-body .invoice-main-panel {
		min-width: 500px;
		/* === Tabs === */
		/* === Invoice Detail Card === */
		/* === Billing Summary Card === */
	}

.invoice-content-body .invoice-main-panel .invoice-tab-group {
  display: flex;
}

.invoice-content-body .invoice-main-panel .invoice-tab-group {
  gap: 1rem;
}

.invoice-content-body .invoice-main-panel .invoice-tab-group .invoice-tab {
  display: flex;
}

.invoice-content-body .invoice-main-panel .invoice-tab-group .invoice-tab {
  flex: 1 1 0%;
}

.invoice-content-body .invoice-main-panel .invoice-tab-group .invoice-tab {
  cursor: pointer;
}

.invoice-content-body .invoice-main-panel .invoice-tab-group .invoice-tab {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .invoice-tab-group .invoice-tab {
  justify-content: center;
}

.invoice-content-body .invoice-main-panel .invoice-tab-group .invoice-tab {
  border-radius: 0.25rem;
}

.invoice-content-body .invoice-main-panel .invoice-tab-group .invoice-tab {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.invoice-content-body .invoice-main-panel .invoice-tab-group .invoice-tab {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.invoice-content-body .invoice-main-panel .invoice-tab-group .invoice-tab {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.invoice-content-body .invoice-main-panel .invoice-tab-group .invoice-tab {
  text-align: center;
}

.invoice-content-body .invoice-main-panel .invoice-tab-group .invoice-tab {
  font-size: 14px;
}

.invoice-content-body .invoice-main-panel .invoice-tab-group .invoice-tab {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.invoice-content-body .invoice-main-panel .invoice-tab-group .invoice-tab {
                max-width: 240px;
				border: 1px solid #d1d5db;
			}

.invoice-content-body .invoice-main-panel .invoice-tab-group .invoice-tab.active {
                    border: 1px solid var(--primary);
                    color: var(--primary);
                }

.invoice-content-body .invoice-main-panel .invoice-detail-card {
  display: flex;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card {
  flex-direction: column;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card {
  border-radius: 0.25rem;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card {
  padding: 1.5rem;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card {
			background-color: #fff;
			border: 1px solid #e5e7eb;
		}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top {
  display: flex;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top {
  align-items: flex-start;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top {
  justify-content: space-between;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top {
				border-bottom: 1px solid #e5e7eb;
				padding-bottom: 20px;
			}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section {
  display: flex;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section {
  gap: 1.25rem;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-icon {
  display: flex;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-icon {
  flex-shrink: 0;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-icon {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-icon {
  justify-content: center;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-icon {
						width: 48px;
						height: 48px;
						background-color: #dbeafe;
						border-radius: 10px;
					}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-icon::before {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-icon::before {
                            content: 'description';
                            font-family: 'Material Symbols Outlined';
                            font-size: 28px;
                        }

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-info {
  display: flex;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-info {
  flex-direction: column;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-info {
  justify-content: center;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-info {
  gap: 0.25rem;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-info .invoice-number {
							font-family: 'Spoqa Han Sans Neo', sans-serif;
							font-size: 24px;
							font-weight: 700;
							color: #101828;
							line-height: 32px;
						}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-info .invoice-badges {
  display: flex;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-info .invoice-badges {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-info .invoice-badges {
  gap: 0.5rem;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-info .invoice-badges .badge-blue-pill {
  border-radius: 9999px;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-info .invoice-badges .badge-blue-pill {
								padding: 3px 9px;
								background-color: #eff6ff;
								border: 1px solid #bfdbfe;
								font-size: 12px;
								color: #1d4ed8;
								line-height: 15px;
							}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-info .invoice-badges .badge-yellow-rect {
  border-radius: 0.25rem;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-id-section .invoice-id-info .invoice-badges .badge-yellow-rect {
								padding: 4px 9px;
								background-color: #fff8e1;
								border: 1px solid #fde68a;
								font-size: 12px;
								color: #b45309;
								line-height: 16px;
							}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-total-section {
  display: flex;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-total-section {
  flex-direction: column;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-total-section {
  align-items: flex-end;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-total-section {
  gap: 0.25rem;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-total-section .invoice-total-label {
						font-size: 14px;
						color: #6a7282;
						line-height: 20px;
						text-align: right;
					}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-total-section .invoice-total-amount {
  display: flex;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-total-section .invoice-total-amount {
  align-items: flex-end;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-total-section .invoice-total-amount {
  justify-content: flex-end;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-total-section .invoice-total-amount {
						gap: 3px;
					}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-total-section .invoice-total-amount .invoice-total-number {
							font-size: 30px;
							font-weight: 700;
							color: #101828;
							line-height: 36px;
						}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-total-section .invoice-total-amount .invoice-total-unit {
							font-size: 18px;
							color: #6a7282;
							line-height: 28px;
						}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-total-section .invoice-discount-info {
						font-size: 14px;
						color: #6a7282;
						line-height: 20px;
					}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-detail-top .invoice-total-section .invoice-discount-info .invoice-discount-amount {
							font-weight: 700;
							color: var(--point);
						}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-meta-bar {
  display: grid;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-meta-bar {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-meta-bar {
  padding-top: 1.25rem;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-meta-bar {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-meta-bar {
				/* gap: 60px; */
                /* gap: clamp(12px, 4vw, 60px); */
			}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-meta-bar .invoice-meta-item {
  display: flex;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-meta-bar .invoice-meta-item {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-meta-bar .invoice-meta-item {
					gap: 9px;
					height: 40px;
				}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-meta-bar .invoice-meta-item i {
  font-weight: 300;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-meta-bar .invoice-meta-item i {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-meta-bar .invoice-meta-item .meta-group .meta-label {
  margin-bottom: 0.125rem;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-meta-bar .invoice-meta-item .meta-group .meta-label {
  white-space: nowrap;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-meta-bar .invoice-meta-item .meta-group .meta-label {
                            font-size: 12px;
                            color: #6a7282;
                            line-height: 16px;
                        }

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-meta-bar .invoice-meta-item .meta-group .meta-value {
  white-space: nowrap;
}

.invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-meta-bar .invoice-meta-item .meta-group .meta-value {
                            font-size: 16px;
                            font-weight: 500;
                            color: #101828;
                            line-height: 24px;
                        }

.invoice-content-body .invoice-main-panel .billing-summary-card {
  display: flex;
}

.invoice-content-body .invoice-main-panel .billing-summary-card {
  flex-direction: column;
}

.invoice-content-body .invoice-main-panel .billing-summary-card {
  gap: 1rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card {
  border-radius: 0.25rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card {
  padding: 1.5rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card {
			background-color: #fff;
			border: 1px solid #e5e7eb;
			/* === Account Section (Expanded) === */
			/* === Collapsed Account === */
		}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header {
  display: flex;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header {
  justify-content: space-between;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header .billing-summary-title-group {
  display: flex;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header .billing-summary-title-group {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header .billing-summary-title-group {
					gap: 7px;
				}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header .billing-summary-title-group .billing-summary-title {
						font-size: 18px;
						font-weight: 700;
						color: #101828;
						line-height: 28px;
					}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header .billing-summary-title-group .billing-summary-count {
  border-radius: 0.25rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header .billing-summary-title-group .billing-summary-count {
						padding: 2px 6px;
						background-color: #f1f5f9;
						font-size: 11px;
						color: #6b7280;
						line-height: 15.7px;
					}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header .billing-split-link {
  display: flex;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header .billing-split-link {
  cursor: pointer;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header .billing-split-link {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header .billing-split-link {
  border-radius: 0.25rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header .billing-split-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header .billing-split-link {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header .billing-split-link {
  font-size: 12px;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header .billing-split-link {
					background-color: #eff6ff;
					color: #155dfc;
					text-decoration: underline;
				}

.invoice-content-body .invoice-main-panel .billing-summary-card .billing-summary-header .billing-split-link i {
                        font-size: 20px;
                    }

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section {
  position: relative;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section {
  display: flex;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section {
  cursor: pointer;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section {
  flex-direction: column;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section {
  gap: 0.75rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section {
  padding: 1rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section {
                background-color: #fafcff;
                border: 1px solid #e2e8f0;
				border-radius: 10px;
                transition: border-color 0.2s ease;
			}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header {
  display: flex;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header {
  justify-content: space-between;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header {
					height: 40px;
				}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-info-group {
  display: flex;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-info-group {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-info-group {
  gap: 0.5rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-info-group .account-id {
							font-size: 18px;
							font-weight: 700;
							color: #2c6fff;
							line-height: 20px;
						}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-info-group .account-item-count {
  border-radius: 0.25rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-info-group .account-item-count {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-info-group .account-item-count {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-info-group .account-item-count {
  line-height: 1.25rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-info-group .account-item-count {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-info-group .account-item-count {
                            font-size: 11px;
                        }

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-info-group .account-item-count b {
                                font-size: inherit;
                                line-height: inherit;
                                color: inherit;
                            }

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-subtotal {
						font-size: 18px;
						font-weight: 700;
						color: #101828;
						line-height: 28px;
						text-align: right;
					}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-toggle-btn {
  display: flex;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-toggle-btn {
  cursor: pointer;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-toggle-btn {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-toggle-btn {
  justify-content: center;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-toggle-btn i {
							display: inline-block;
							cursor: pointer;
							transition: transform 0.3s ease;
						}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-header .account-toggle-btn i.is-active {
								transform: rotate(180deg);
							}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail {
  border-radius: 0.75rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail {
  border-width: 1px;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail .detail-header {
  display: flex;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail .detail-header {
  width: 100%;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail .detail-header {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail .detail-header {
  justify-content: space-between;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail .detail-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail .detail-header {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail .detail-header .header-left {
  display: flex;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail .detail-header .header-left {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail .detail-header .header-left {
  gap: 0.25rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail .detail-header .header-left p {
  font-size: 12px;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail .detail-header .header-left p {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail .detail-header .header-left .detail-name {
  text-align: left;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail .detail-header .header-left .detail-name {
  font-weight: 700;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail .detail-header .header-left .header-line {
  height: 1rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail .detail-header .header-left .header-line {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail .detail-header .header-left .header-line {
                                width: 1px;
                            }

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-detail .detail-header .header-right {
  font-weight: 700;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-toggle-btn-test {
  position: absolute;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-toggle-btn-test {
  cursor: pointer;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-toggle-btn-test {
                    right: 0;
                    top: 0;
                }

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-toggle-btn-test i {
                        display: inline-block;
                        cursor: pointer;
                        transition: transform 0.3s ease;
                    }

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section .account-toggle-btn-test i.is-active {
                            transform: rotate(180deg);
                        }

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-section.expanded {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed {
  display: flex;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed {
  align-items: flex-start;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed {
				background-color: #fafcff;
				border: 1px solid #bedbff;
				border-radius: 10px;
			}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content {
  display: flex;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content {
  flex: 1 1 0%;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content {
  flex-direction: column;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content {
  gap: 0.75rem;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content {
					padding: 17px;
				}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content .account-header {
  display: flex;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content .account-header {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content .account-header {
  justify-content: space-between;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content .account-header {
						height: 40px;
					}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content .account-header .account-info-group {
  display: flex;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content .account-header .account-info-group {
  flex-direction: column;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content .account-header .account-info-group {
  justify-content: center;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content .account-header .account-info-group {
							gap: 2px;
						}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content .account-header .account-info-group .account-id {
								font-size: 18px;
								font-weight: 700;
								color: #2c6fff;
								line-height: 20px;
							}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content .account-header .account-info-group .account-item-count {
								font-size: 12px;
								color: #6a7282;
								line-height: 16px;
							}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content .account-header .account-subtotal {
							font-size: 18px;
							font-weight: 700;
							color: #101828;
							line-height: 28px;
						}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content .account-collapsed-item {
  display: flex;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content .account-collapsed-item {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content .account-collapsed-item {
  justify-content: space-between;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content .account-collapsed-item {
						font-size: 14px;
						line-height: 20px;
					}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content .account-collapsed-item .account-collapsed-item-name {
							color: #4a5565;
						}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-content .account-collapsed-item .account-collapsed-item-amount {
							color: #101828;
						}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-toggle {
  display: flex;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-toggle {
  flex-direction: column;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-toggle {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-toggle {
					padding: 17px 17px 1px;
					width: 55px;
				}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-toggle .account-toggle-btn {
  display: flex;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-toggle .account-toggle-btn {
  cursor: pointer;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-toggle .account-toggle-btn {
  align-items: center;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-toggle .account-toggle-btn {
  justify-content: center;
}

.invoice-content-body .invoice-main-panel .billing-summary-card .account-collapsed .account-collapsed-toggle .account-toggle-btn .toggle-icon {
							width: 24px;
							height: 24px;
							color: #155dfc;
						}

.invoice-content-body .timeline-panel {
  display: flex;
}

.invoice-content-body .timeline-panel {
  flex-shrink: 0;
}

.invoice-content-body .timeline-panel {
  flex-direction: column;
}

.invoice-content-body .timeline-panel {
  overflow: auto;
}

.invoice-content-body .timeline-panel {
  border-radius: 0.25rem;
}

.invoice-content-body .timeline-panel {
		width: 500px;
		background-color: #fff;
		border: 1px solid #e5e7eb;
	}

.invoice-content-body .timeline-panel .timeline-panel-header {
  display: flex;
}

.invoice-content-body .timeline-panel .timeline-panel-header {
  flex-direction: column;
}

.invoice-content-body .timeline-panel .timeline-panel-header {
  align-items: flex-start;
}

.invoice-content-body .timeline-panel .timeline-panel-header {
			gap: 10px;
			padding: 24px;
		}

.invoice-content-body .timeline-panel .timeline-panel-header .timeline-panel-title {
				font-size: 18px;
				font-weight: 700;
				color: #101828;
				line-height: 28px;
			}

.invoice-content-body .timeline-panel .timeline-list {
  position: relative;
}

.invoice-content-body .timeline-panel .timeline-list {
			padding: 0 24px 24px;
		}

.invoice-content-body .timeline-panel .timeline-list .timeline-line {
  position: absolute;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-line {
				left: 39px;
				top: 26px;
				bottom: 0;
				width: 1px;
				background-color: #dbdbdb;
			}

.invoice-content-body .timeline-panel .timeline-list .timeline-items {
  position: relative;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items {
  display: flex;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items {
  flex-direction: column;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items {
  gap: 1.25rem;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry {
  display: flex;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry {
  align-items: flex-start;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry {
  gap: 1rem;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry:first-of-type .timeline-card.timeline-card-correction {
                                border-top: 6px solid #3E9D5F !important;
                            }

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry:first-of-type .timeline-card.timeline-card-correction .timeline-current-badge {
                                    background: #3E9D5F;
                                }

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry:first-of-type .timeline-card.timeline-card-invoice {
                                border-top: 6px solid #4461A9 !important;
                            }

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry:first-of-type .timeline-card.timeline-card-invoice .timeline-current-badge {
                                    background: #4461A9;
                                }

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry:first-of-type .timeline-card.timeline-card-system {
                                border-top: 6px solid #9465c7 !important;
                            }

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry:first-of-type .timeline-card.timeline-card-system .timeline-current-badge {
                                    background: #9465c7;
                                }

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry:first-of-type .timeline-card.timeline-card-send {
                                border-top: 6px solid #1e40af !important;
                            }

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry:first-of-type .timeline-card.timeline-card-send .timeline-current-badge {
                                    background: #1e40af;
                                }

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-dot {
  display: flex;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-dot {
  flex-shrink: 0;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-dot {
  align-items: center;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-dot {
  justify-content: center;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-dot {
  border-radius: 9999px;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-dot {
						width: 32px;
						height: 32px;
					}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-dot.timeline-dot-send {
							background-color: #F5F9FF;
							border: 1px solid #A7C8F2;
						}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-dot.timeline-dot-send::before {
                                content:'forward_to_inbox';
                                color: #2563eb;
                                font-family: 'Material Icons';
                                font-size: 20px;
                            }

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-dot.timeline-dot-correction {
							background-color: #F3FFF7;
							border: 1px solid #9CCFAE;
						}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-dot.timeline-dot-correction::before {
                                content:'edit_square';
                                color: #29764D;
                                font-family: 'Material Symbols Outlined';
                                font-size: 20px;
                                font-weight: 500;
                            }

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-dot.timeline-dot-invoice {
							background-color: #D3E0FF;
							border: 1px solid #92A9E2;
						}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-dot.timeline-dot-invoice::before {
                                content:'add_circle';
                                color: #0c2460;
                                font-family: 'Material Symbols Outlined';
                                font-size: 22px;
                            }

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-dot.timeline-dot-system {
							background-color: #FAF5FF;
							border: 1px solid #D2C1E4;
						}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-dot.timeline-dot-system::before {
                                content:'memory';
                                color: #6b21a8;
                                font-family: 'Material Symbols Outlined';
                                font-size: 24px;
                            }

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card {
  display: flex;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card {
  flex: 1 1 0%;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card {
  flex-direction: column;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card {
  overflow: hidden;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card {
						gap: 7px;
						padding: 16px;
						border-radius: 10px;
						min-width: 0;
					}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card.timeline-card-send {
							background-color: #F5F9FF;
							border: 1px solid #A7C8F2;
						}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card.timeline-card-correction {
							background-color: #F3FFF7;
							border: 1px solid #9CCFAE;
						}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card.timeline-card-invoice {
							background-color: #D3E0FF;
							border: 1px solid #92A9E2;
						}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card.timeline-card-system {
							background-color: #FAF5FF;
							border: 1px solid #D2C1E4;
						}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-card-header {
  display: flex;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-card-header {
  align-items: center;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-card-header {
  justify-content: space-between;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-card-header .timeline-card-title {
  display: flex;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-card-header .timeline-card-title {
  align-items: center;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-card-header .timeline-card-title {
								gap: 9px;
							}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-card-header .timeline-card-title .timeline-card-title-text-send {
									font-size: 14px;
									font-weight: 700;
									color: #2563eb;
								}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-card-header .timeline-card-title .timeline-card-title-text-correction {
									font-size: 14px;
									font-weight: 700;
									color: #29764D;
								}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-card-header .timeline-card-title .timeline-card-title-text-invoice {
									font-size: 14px;
									font-weight: 700;
									color: #0c2460;
								}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-card-header .timeline-card-title .timeline-card-title-text-system {
									font-size: 14px;
									font-weight: 700;
									color: #6b21a8;
								}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-card-header .timeline-card-title .timeline-current-badge {
  border-radius: 0.125rem;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-card-header .timeline-card-title .timeline-current-badge {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-card-header .timeline-card-title .timeline-current-badge {
  font-size: 12px;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-card-header .timeline-card-title .timeline-current-badge {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-card-header .timeline-date {
								font-size: 12px;
								font-weight: 700;
								color: #6a7282;
								text-align: right;
							}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row {
  display: flex;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row {
  align-items: center;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row {
  gap: 2rem;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row {
							height: 30px;
							padding-left: 8px;
							border-radius: 8px;
						}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-meta-item {
  display: flex;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-meta-item {
  align-items: center;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-meta-item {
  gap: 0.375rem;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row.timeline-meta-row-send {
								background-color: #E6F0FF;
							}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row.timeline-meta-row-correction {
								background-color: #DAF9D0;
							}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row.timeline-meta-row-invoice {
								background-color: #FEFEFF;
							}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row.timeline-meta-row-system {
								background-color: #ffffff;
							}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-meta-label {
  display: flex;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-meta-label {
  align-items: center;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-meta-label {
  font-size: 12px;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-meta-label {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-meta-label {
								gap: 3px;
							}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-meta-label i {
                                    color: inherit;
                                    font-size: 19px;
                                }

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-meta-modifier {
								font-size: 11px;
								font-weight: 700;
								color: #1d293d;
							}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-meta-modifier-blue {
								font-size: 11px;
								font-weight: 700;
								color: #2563eb;
							}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-invoice-id-label {
  display: flex;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-invoice-id-label {
  align-items: center;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-invoice-id-label {
  font-size: 12px;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-invoice-id-label {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-invoice-id-label {
								gap: 3px;
							}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-invoice-id-label i {
                                    color: inherit;
                                    font-size: 14px;
                                }

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-invoice-id-badge {
  border-radius: 0.25rem;
}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-invoice-id-badge {
								padding: 4px 6px;
								font-family: 'Spoqa Han Sans Neo', sans-serif;
								font-size: 12px;
								font-weight: 700;
								color: #1d293d;
								line-height: 10px;
							}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-invoice-id-badge.timeline-invoice-id-badge-send {
									background-color: #F1F5F9;
									border: 1px solid #A7C8F2;
								}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-invoice-id-badge.timeline-invoice-id-badge-correction {
									background-color: #F4FFF0;
									border: 1px solid #9CCFAE;
								}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-invoice-id-badge.timeline-invoice-id-badge-invoice {
									background-color: #E5EDFF;
									border: 1px solid #92A9E2;
								}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-meta-row .timeline-invoice-id-badge.timeline-invoice-id-badge-system {
									background-color: #FFFEFF;
									border: 1px solid #D2C1E4;
								}

.invoice-content-body .timeline-panel .timeline-list .timeline-items .timeline-entry .timeline-card .timeline-description {
							padding-top: 7px;
							font-size: 12px;
							line-height: 17px;
						}

/* ================모달================ */

/* 정정 발행 모달 */

.invoice-modal-wrap {
	background: var(--gray);
}

.invoice-modal-wrap b {
  font-weight: 700;
}

.invoice-modal-wrap b {
        font-size: inherit;
        line-height: inherit;
        color: inherit;
    }

.invoice-modal-wrap .invoice-modal-body {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body {
		/* left */
		/* right */
	}

.invoice-modal-wrap .invoice-modal-body .original-panel {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .original-panel {
  align-self: stretch;
}

.invoice-modal-wrap .invoice-modal-body .original-panel {
			width: 690px;
			background-color: #f9fafb;
			border-right: 1px solid #e5e7eb;
		}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner {
  align-items: flex-start;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner {
  gap: 1.5rem;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner {
  padding: 1.5rem;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .panel-heading {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .panel-heading {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .panel-heading {
  font-size: 18px;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .panel-heading {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card {
  gap: 1.5rem;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card {
  border-radius: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card {
					border: 1px solid rgba(0, 0, 0, 0.1);
				}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-id-number {
  margin-bottom: 1rem;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-id-number {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-id-number {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-id-number {
  font-size: 20px;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-id-number {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-meta-grid {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-meta-grid {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-meta-grid {
							display: grid;
							grid-template-columns: repeat(3, minmax(0, 1fr));
							gap: 16px;
						}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-meta-grid .meta-cell {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-meta-grid .meta-cell {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-meta-grid .meta-cell {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-meta-grid .meta-cell {
  align-items: flex-start;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-meta-grid .meta-cell .label {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-meta-grid .meta-cell .label {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-meta-grid .meta-cell .label {
  font-size: 12px;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-meta-grid .meta-cell .label {
									color: #6a7282;
								}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-meta-grid .meta-cell .value {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .card-id .card-meta-grid .meta-cell .value {
  font-size: 14px;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card-title {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card-title {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card-title {
  font-size: 16px;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card-title {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card-title {
						line-height: 18px;

                    }

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card-title span {
  padding-left: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card-title span {
  font-size: 12px;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card-title span {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card {
  gap: 1rem;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card {
  border-radius: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card {
						background-color: #fafcff;
						border: 1px solid #3b82f6;
					}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top {
  justify-content: space-between;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group {
  gap: 0.625rem;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-checkbox-label {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-checkbox-label {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-checkbox-label {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-checkbox-label {
  gap: 0.5rem;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-checkbox-label .account-card-checkbox {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-checkbox-label .account-card-checkbox {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-checkbox-label .account-card-checkbox {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-checkbox-label .account-card-checkbox {
  justify-content: center;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-checkbox-label .account-card-checkbox {
  border-radius: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-checkbox-label .account-card-checkbox {
										width: 16px;
										height: 16px;
										background-color: #155dfc;
										border: 2px solid #155dfc;
									}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-checkbox-label .account-card-checkbox .account-card-checkbox-icon {
  display: block;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-checkbox-label .account-card-id-text {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-checkbox-label .account-card-id-text {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-checkbox-label .account-card-id-text {
  font-size: 20px;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-checkbox-label .account-card-id-text {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-checkbox-label .account-card-id-text {
										line-height: 20px;
										color: #2c6fff;
									}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-count {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-count {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-count {
  font-size: 12px;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-id-group .account-card-count {
									color: #6a7282;
								}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-subtotal {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-subtotal {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-subtotal {
  text-align: right;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-subtotal {
  font-size: 18px;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-top .account-card-subtotal {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .adtl-table-wrap {
  margin-left: 0px;
  margin-right: 0px;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .adtl-table-wrap {
  margin-bottom: 1rem;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-bottom {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-bottom {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-bottom {
  justify-content: space-between;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-bottom .account-card-label {
  font-size: 16px;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-bottom .account-card-label {
  font-weight: 600;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-bottom .account-card-total {
  font-size: 20px;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card .account-card-bottom .account-card-total {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .invoice-card-total-row {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .invoice-card-total-row {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .invoice-card-total-row {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .invoice-card-total-row {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .invoice-card-total-row {
  justify-content: space-between;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .invoice-card-total-row {
						height: 39px;
						padding-top: 1px;
						border-top: 1px solid rgba(0, 0, 0, 0.1);
					}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .invoice-card-total-row .invoice-card-total-label {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .invoice-card-total-row .invoice-card-total-label {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .invoice-card-total-row .invoice-card-total-label {
  font-size: 16px;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .invoice-card-total-row .invoice-card-total-label {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .invoice-card-total-row .invoice-card-total-label {
							line-height: 24px;
						}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .invoice-card-total-row .invoice-card-total-amount {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .invoice-card-total-row .invoice-card-total-amount {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .invoice-card-total-row .invoice-card-total-amount {
  text-align: right;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .invoice-card-total-row .invoice-card-total-amount {
  font-size: 20px;
}

.invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .invoice-card-total-row .invoice-card-total-amount {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.invoice-modal-wrap .invoice-modal-body .revised-panel {
  padding: 1.5rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel {
			width: 548px;
		}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner {
  align-items: flex-start;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner {
  gap: 1.5rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .panel-heading {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .panel-heading {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .panel-heading {
  font-size: 18px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .panel-heading {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section {
  align-items: flex-start;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section {
  gap: 0.75rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn {
  justify-content: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn {
  gap: 0.375rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn {
  border-radius: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn {
						height: 32px;
						background-color: #fffdf9;
						border: 1px dashed #fbbf24;
						cursor: pointer;
					}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn .adjustment-section-add-icon {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn .adjustment-section-add-icon {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn .adjustment-section-add-icon {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn .adjustment-section-add-icon {
  justify-content: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn .adjustment-section-add-icon {
							width: 12px;
							height: 12px;
						}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn .adjustment-section-add-text {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn .adjustment-section-add-text {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn .adjustment-section-add-text {
  text-align: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn .adjustment-section-add-text {
  font-size: 12px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn .adjustment-section-add-text {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn .adjustment-section-add-text {
							line-height: 18px;
							color: #78350f;
						}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-section-add-btn:hover {
                            background: #f6ecd8;
                        }

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-null-item {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-null-item {
  border-radius: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-null-item {
  padding: 0.75rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-null-item {
                        border: 1px dashed #e5e7eb;
                    }

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-null-item .adjustment-null-title {
  text-align: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-null-item .adjustment-null-title {
  font-size: 14px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-null-item .adjustment-null-title {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item {
  gap: 0.75rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item {
  border-radius: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item {
  padding: 1rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item {
						background-color: #fffdf9;
						border: 1px solid #fbbf24;
						padding: 17px;
					}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-header {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-header {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-header {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-header {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-header {
  justify-content: space-between;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-header {
							height: 24px;
						}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-header .adjustment-item-title {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-header .adjustment-item-title {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-header .adjustment-item-title {
  font-size: 14px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-header .adjustment-item-title {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-header .adjustment-item-title {
								color: #78350f;
							}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields {
  align-items: flex-start;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields {
  gap: 0.875rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields {
							/* 반영금액 */
						}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-field {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-field {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-field {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-field {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-field {
  gap: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-field label {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-field label {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-field label {
  font-size: 12px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-field label {
									color: #92400e;
								}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-field .input {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-reflected {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-reflected {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-reflected {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-reflected {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-reflected {
  justify-content: space-between;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-reflected {
  padding-top: 0.625rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-reflected {
								border-top: 1px solid #cd9c1d;
							}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-reflected .label {
  font-size: 14px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-reflected .label {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-reflected .value {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .adjustment-section .adjustment-item .adjustment-item-fields .adjustment-reflected .value {
                                    color: var(--porint);
								}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card {
  justify-content: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card {
  border-radius: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card {
  padding: 1px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card {
					border: 1px solid #3b82f6;
				}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-title-bar {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-title-bar {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-title-bar {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-title-bar {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-title-bar {
  justify-content: space-between;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-title-bar {
  padding: 1rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-title-bar {
						background-color: #e6f0ff;
						border-bottom: 1px solid #3b82f6;
					}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-title-bar .account-edit-card-id {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-title-bar .account-edit-card-id {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-title-bar .account-edit-card-id {
  font-size: 18px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-title-bar .account-edit-card-id {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-title-bar .account-edit-card-id {
							line-height: 20px;
							color: #2c6fff;
						}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body {
  gap: 1rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body {
  padding-top: 1rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block {
  align-items: flex-start;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block {
  gap: 1rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block {
  border-radius: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block {
  padding: 0.75rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block {
                            width: 468px;
							background-color: #fafcff;
							border: 1px solid #87bcff;
						}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-name {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-name {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-name {
  padding-bottom: 0.75rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-name {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-name {
								color: #1d293d;
								border-bottom: 1px solid #87bcff;
							}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs {
  align-items: flex-start;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs {
  gap: 0.5rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row {
  align-items: flex-start;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row {
  gap: 0.5rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row {
									width: 100%;
								}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row .service-input-cell {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row .service-input-cell {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row .service-input-cell {
  align-items: flex-start;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row .service-input-cell {
  gap: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row .service-input-cell label {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row .service-input-cell label {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row .service-input-cell label {
  font-size: 12px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row .service-input-cell label {
											color: #6b7280;
										}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row .service-input-cell input {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row .service-input-cell input {
                                            min-width: unset;
                                        }

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row .service-input-cell.qty {
											width: 39px;
										}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row .service-input-cell.unit-price {
											flex: 1;
											min-width: 0;
										}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row .service-input-cell.amount {
											flex: 1;
											min-width: 0;
										}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row .service-input-cell.discount-rate {
											flex: 1;
											min-width: 0;
										}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-inputs .service-input-row .service-input-cell.discount-amt {
											flex: 1;
											min-width: 0;
										}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-formula {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-formula {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-formula {
  padding-top: 0.5rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-formula {
  text-align: right;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-formula {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-formula {
								font-size: 13px;
								border-top: 1px solid #87bcff;
							}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-edit-card-body .service-block .service-block-formula .span {
  font-weight: 700 !important;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary {
  align-items: flex-end;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary {
  justify-content: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary {
  gap: 0.75rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary {
  padding: 0.875rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary {
						background-color: #e6f0ff;
						border-top: 1px solid #87bcff;
					}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner {
  align-items: flex-start;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner {
  gap: 0.375rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group {
  align-items: flex-start;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group {
  gap: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .service-name {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .service-name {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .service-name {
  font-size: 14px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .service-name {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .discount-row {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .discount-row {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .discount-row {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .discount-row {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .discount-row {
  justify-content: space-between;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .discount-row {
									height: 21px;
								}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .discount-row .label {
  display: list-item;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .discount-row .label {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .discount-row .label {
  list-style-type: disc;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .discount-row .label {
  font-size: 14px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .discount-row .label {
                                        list-style-position: inside;
										color: #4b5563;
										width: 85px;
									}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .discount-row .value {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .discount-row .value {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .discount-row .value {
  text-align: right;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .discount-row .value {
  font-size: 14px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .service-group .discount-row .value {
										color: #4b5563;
									}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .summary-diff-row {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .summary-diff-row {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .summary-diff-row {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .summary-diff-row {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .summary-diff-row {
  justify-content: space-between;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .summary-diff-row {
  padding-top: 0.375rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .summary-diff-row {
								border-top: 1px solid #d1d5db;
								padding-top: 7px;
							}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .summary-diff-row .diff-label {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .summary-diff-row .diff-label {
  font-size: 14px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .summary-diff-row .diff-value {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .summary-diff-row .diff-value {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .summary-diff-row .diff-value {
  text-align: right;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .summary-diff-row .diff-value {
  font-size: 14px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .summary-diff-row .diff-value {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-inner .summary-diff-row .diff-value {
									color: #2563eb;
								}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-total-row {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-total-row {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-total-row {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-total-row {
  align-items: flex-end;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-total-row {
  justify-content: space-between;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-total-row {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-total-row {
  padding-top: 0.5rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-total-row {
  text-align: right;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-total-row {
							padding-top: 11px;
							border-top: 1px solid #87bcff;
							gap: 7px;
						}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-total-row .label {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-total-row .label {
  font-size: 12px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-total-row .label {
								color: #4b5563;
							}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-total-row .value {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-total-row .value {
  font-size: 18px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-total-row .value {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .account-edit-card .account-summary .summary-total-row .value {
								color: #1e3a8a;
							}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total {
  align-items: flex-start;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total {
  gap: 1rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-heading {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-heading {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-heading {
  font-size: 16px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-heading {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-heading {
						line-height: 18px;
						color: #1e40af;
					}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card {
  align-items: flex-start;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card {
  gap: 0.875rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card {
  border-radius: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card {
  padding: 1rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card {
						background-color: #0c1c31;
						border: 1px solid #4b5663;
						padding: 17px;
					}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list {
  align-items: flex-start;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group {
  align-items: flex-start;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group {
  gap: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-main-row {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-main-row {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-main-row {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-main-row {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-main-row {
  justify-content: space-between;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-main-row {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-main-row {
  font-size: 14px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-main-row {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-main-row .group-id {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-main-row .group-id {
										color: #93c5fd;
									}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-main-row .group-amount {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-main-row .group-amount {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-main-row .group-amount {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-sub-row {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-sub-row {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-sub-row {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-sub-row {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-sub-row {
  justify-content: space-between;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-sub-row {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-sub-row {
									height: 21px;
								}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-sub-row .label {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-sub-row .label {
  font-size: 14px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-sub-row .label {
										line-height: 21px;
										color: #b8c0cc;
										list-style: disc;
										display: list-item;
										margin-left: 18px;
									}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-sub-row .value {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-sub-row .value {
  text-align: right;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-sub-row .value {
  font-size: 14px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group .group-sub-row .value {
										line-height: 21px;
										color: #b8c0cc;
									}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-list .account-group.service .group-sub-row {
  margin-bottom: 0.5rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row {
  align-items: flex-end;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row {
  justify-content: space-between;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row {
  padding-top: 1rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row {
  text-align: right;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row {
							border-top: 1px solid #4b5663;
						}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row .label {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row .label {
  padding-right: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row .label {
  font-size: 12px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row .label {
  font-weight: 300;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row .label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row .label {
                                line-height: 1.25;
							}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row .value {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row .value {
  font-size: 20px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row .value {
  font-weight: 700;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .revised-total .total-card .total-final-row .value {
								color: #60a5fa;
							}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .change-reason {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .change-reason {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .change-reason {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .change-reason {
  flex-direction: column;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .change-reason {
  align-items: flex-start;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .change-reason {
  gap: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .change-reason {
					height: 148px;
				}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .change-reason .change-label {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .change-reason .change-label {
  white-space: nowrap;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .change-reason textarea {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .change-reason textarea {
                        min-height: 120px;
                    }

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons {
  display: flex;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons {
  width: 100%;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons {
  align-items: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons {
  justify-content: center;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons {
  gap: 0.75rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons {
					height: 47px;
				}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons .action-buttons-cancel {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons .action-buttons-cancel {
  border-radius: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons .action-buttons-cancel {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons .action-buttons-cancel {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons .action-buttons-cancel {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons .action-buttons-cancel {
  font-size: 14px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons .action-buttons-cancel {
						border: 1px solid #6b7280;
						line-height: 21px;
						color: #6b7280;
						cursor: pointer;
					}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons .action-buttons-submit {
  flex-shrink: 0;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons .action-buttons-submit {
  border-radius: 0.25rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons .action-buttons-submit {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons .action-buttons-submit {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons .action-buttons-submit {
  font-size: 14px;
}

.invoice-modal-wrap .invoice-modal-body .revised-panel .revised-panel-inner .action-buttons .action-buttons-submit {
						background-color: #5a4df9;
						border: 1px solid #5a4df9;
						line-height: 21px;
						color: #ffffff;
						cursor: pointer;
					}

.preview-modal {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.preview-modal .preview-top {
  display: flex;
}

.preview-modal .preview-top {
  flex-direction: column;
}

.preview-modal .preview-top {
  gap: 1rem;
}

.preview-modal .preview-top {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.preview-modal .preview-top .invoice-number {
  font-size: 20px;
}

.preview-modal .preview-top .invoice-number {
  font-weight: 700;
}

.preview-modal .preview-top .invoice-number i {
  font-weight: 300;
}

.preview-modal .preview-top .invoice-number i {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.preview-modal .default-tab {
  justify-content: center;
}

.preview-modal .default-tab {
  gap: 1rem;
}

.preview-modal .default-tab li {
  width: 100%;
}

.preview-modal .default-tab li {
  flex: 1 1 0%;
}

.preview-modal .default-tab li {
  justify-content: center;
}

.preview-modal .default-tab li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.preview-modal .default-tab li {
  text-align: center;
}

.preview-modal .invoice-preview-section {
        display: block;
        min-width: 0;
    }

.preview-modal .invoice-preview-section .invoice-preview-title {
            margin: 0 0 8px;
            font-size: 16px;
            font-weight: 700;
            line-height: 24px;
            color: #364153;
        }

.preview-modal .info-grid {
  width: 100%;
}

.preview-modal .info-grid {
  flex-shrink: 0;
}

.preview-modal .info-grid {
  gap: 0.75rem;
}

.preview-modal .info-grid {
  border-radius: 0.25rem;
}

.preview-modal .info-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

.preview-modal .info-grid .meta-cell {
  display: flex;
}

.preview-modal .info-grid .meta-cell {
  flex-shrink: 0;
}

.preview-modal .info-grid .meta-cell {
  flex-direction: column;
}

.preview-modal .info-grid .meta-cell {
  align-items: flex-start;
}

.preview-modal .info-grid .meta-cell .label {
  flex-shrink: 0;
}

.preview-modal .info-grid .meta-cell .label {
  white-space: nowrap;
}

.preview-modal .info-grid .meta-cell .label {
  font-size: 12px;
}

.preview-modal .info-grid .meta-cell .label {
                color: #6a7282;
            }

.preview-modal .info-grid .meta-cell .value {
  white-space: nowrap;
}

.preview-modal .info-grid .meta-cell .value {
  font-size: 14px;
}

.preview-modal .summary-total {
  display: flex;
}

.preview-modal .summary-total {
  align-items: center;
}

.preview-modal .summary-total {
  justify-content: space-between;
}

.preview-modal .line, .invoice-modal-wrap .line {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
    height: 1px;
}

/* rz모달 타이틀 */

.rz-title {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.5rem;
    top: 1rem;
    left: 1.25rem;
}

.rz-title h5 {
  font-weight: 700;
}

.rz-title .badge {
  border-width: 1px;
}

.rz-title .badge {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.rz-title .badge {
  font-weight: 400;
}

/* ================ 테이블 ================ */

.adtl-table-wrap {
  margin: 1rem;
  margin-top: 0px;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.adtl-table-wrap .invoice-table {
  width: 100%;
}

.adtl-table-wrap .invoice-table {
  flex-shrink: 0;
}

.adtl-table-wrap .invoice-table {
  border-width: 0px;
}

.adtl-table-wrap .invoice-table {
        table-layout: fixed;
        border-collapse: collapse;
    }

.adtl-table-wrap .invoice-table thead .invoice-table-row {
  width: 100%;
}

.adtl-table-wrap .invoice-table thead .invoice-table-row th {
  border-right-width: 0px;
}

.adtl-table-wrap .invoice-table thead .invoice-table-row th {
  padding-left: 1rem;
  padding-right: 1rem;
}

.adtl-table-wrap .invoice-table thead .invoice-table-row th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.adtl-table-wrap .invoice-table thead .invoice-table-row th {
  font-size: 12px;
}

.adtl-table-wrap .invoice-table thead .invoice-table-row th {
  font-weight: 500;
}

.adtl-table-wrap .invoice-table thead .invoice-table-row th {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.adtl-table-wrap .invoice-table thead .invoice-table-row th {
                    background: #f8fafc;
                }

.adtl-table-wrap .invoice-table thead .invoice-table-row th:nth-of-type(1) {
  border-top-left-radius: 0.75rem;
}

.adtl-table-wrap .invoice-table thead .invoice-table-row th:nth-of-type(1) {
  text-align: left;
}

.adtl-table-wrap .invoice-table thead .invoice-table-row th:nth-of-type(2) {
  text-align: left;
}

.adtl-table-wrap .invoice-table thead .invoice-table-row th:nth-of-type(3) {
  text-align: right;
}

.adtl-table-wrap .invoice-table thead .invoice-table-row th:nth-of-type(4) {
  border-top-right-radius: 0.75rem;
}

.adtl-table-wrap .invoice-table thead .invoice-table-row th:nth-of-type(4) {
  text-align: right;
}

.adtl-table-wrap .invoice-table tbody .invoice-table-row {
  border-bottom-width: 1px;
}

.adtl-table-wrap .invoice-table tbody .invoice-table-row {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.adtl-table-wrap .invoice-table tbody .invoice-table-row td {
  border-right-width: 0px;
}

.adtl-table-wrap .invoice-table tbody .invoice-table-row td {
  padding-left: 1rem;
  padding-right: 1rem;
}

.adtl-table-wrap .invoice-table tbody .invoice-table-row td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.adtl-table-wrap .invoice-table tbody .invoice-table-row td {
  font-size: 14px;
}

.adtl-table-wrap .invoice-table tbody .invoice-table-row td {
                    vertical-align: middle;
                    background: #ffffff;
                }

.adtl-table-wrap .invoice-table tbody .invoice-table-row td.discount {
  font-weight: 600;
}

.adtl-table-wrap .invoice-table tbody .invoice-table-row td.discount {
                        color: var(--point);
                    }

.adtl-table-wrap .invoice-table tbody .invoice-table-row td:nth-of-type(1) {
  border-bottom-left-radius: 0.75rem;
}

.adtl-table-wrap .invoice-table tbody .invoice-table-row td:nth-of-type(1) {
  text-align: left;
}

.adtl-table-wrap .invoice-table tbody .invoice-table-row td:nth-of-type(2) {
  text-align: left;
}

.adtl-table-wrap .invoice-table tbody .invoice-table-row td:nth-of-type(3) {
  text-align: right;
}

.adtl-table-wrap .invoice-table tbody .invoice-table-row td:nth-of-type(4) {
  border-bottom-right-radius: 0.75rem;
}

.adtl-table-wrap .invoice-table tbody .invoice-table-row td:nth-of-type(4) {
  text-align: right;
}

.adtl-table-wrap .invoice-table tbody tr:last-child {
                    border-bottom: 0px !important;
                }

.adtl-table-wrap .invoice-table:not(:last-child) {
  margin-bottom: 1rem;
}

/* 인보이스 ACTDL 아코디언 드랍 */

.button-testtype .material-icons {
    transition: transform 0.25s ease;
}

.button-testtype .material-icons.rotated {
    transform: rotate(180deg);
}

@media (max-width: 1600px) {
        .new-billing-detail .invoice-meta-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }
    }

/* 인보이스 리스트  */

.new-billing-filter {
        min-height: 48px !important;
        height: unset !important;
    }

@media (max-width: 1696px) {
        .new-billing-list, .new-billing-detail {
            padding-top: 74px !important;
        }
    }

@media (max-width: 768px) {
        .new-billing-list, .new-billing-detail {
            padding-top: 118px !important;
        }

    }

.new-billing-transactions .transaction-detail-panel,
.new-billing-transactions .transaction-detail-panel div,
.new-billing-transactions .transaction-detail-panel strong,
.new-billing-transactions .transaction-detail-panel span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.new-billing-detail .invoice-payment-progress { margin: 0 0 16px; }

.new-billing-detail .invoice-payment-progress progress { width: 100%; height: 10px; accent-color: #337dff; }

.new-billing-detail .invoice-payment-progress > div { display: flex; justify-content: space-between; gap: 8px; font-size: 12px; margin-top: 6px; }

/* 신규 청구 화면에만 Figma의 표/본문 타이포그래피를 적용합니다. */

.new-billing-list, .new-billing-detail, .new-billing-transactions,
.issue-review-page, .invoice-readjust-page, .invoice-policy-modal, .preview-modal {
    font-family: 'Spoqa Han Sans Neo', sans-serif;
    color: #333;
    font-size: 14px;
}

.new-billing-list table th, .new-billing-list table td {
    font-family: 'Spoqa Han Sans Neo', sans-serif;
    font-size: 13px;
    line-height: 20px;
    border-left: 0;
    border-right: 0;
}

.new-billing-list table th { height: 38px; background: #f4f4f5; font-weight: 700; }

.new-billing-list table td { height: 37px; padding-top: 6px; padding-bottom: 6px; }

.new-billing-list [class*='bill-badge'], .new-billing-list [class*='issue-badge'] {
    font-family: 'Spoqa Han Sans Neo', sans-serif;
    font-size: 12px;
    line-height: 15px;
    padding: 3px 9px;
}

.new-billing-detail .invoice-number, .new-billing-detail .timeline-invoice-id-badge {
    font-family: 'Spoqa Han Sans Neo', sans-serif;
}

.billing-transactions .timeline-panel-header { display:flex; justify-content:space-between; align-items:center; }

.billing-transaction-entry { padding:16px; border-bottom:1px solid #d4d4d8; }

.billing-transaction-entry > div { display:flex; justify-content:space-between; gap:12px; margin-bottom:6px; }

.billing-transaction-entry time { font-size:12px; color:#77787d; }

.billing-empty { padding:16px; color:#77787d; }

/* 신규 화면의 결함만 보정합니다. 공통 modal/table/button 규칙은 변경하지 않습니다. */

.new-billing-detail .invoice-content-body .invoice-main-panel {
    min-width: 0;
}

.new-billing-detail .invoice-main-panel .invoice-tab-group {
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    padding-bottom: 4px;
}

.new-billing-detail .invoice-main-panel .invoice-tab-group .invoice-tab {
    flex: 0 0 auto;
    min-width: 240px;
    max-width: none;
    padding: 0;
    white-space: nowrap;
}

.new-billing-detail .invoice-tab a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
}

.new-billing-detail .invoice-tab a:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: -3px;
}

.new-billing-detail .invoice-content-body .invoice-main-panel .invoice-detail-card .invoice-meta-bar {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.new-billing-list-filter .invoice-filter-group {
    flex: 0 1 auto;
    flex-wrap: wrap;
}

.new-billing-list-filter .invoice-search-button {
    background: #eaeef2;
    border: 1px solid #77787d;
    color: #333;
}

.new-billing-list .invoice-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
}

.new-billing-list .invoice-pagination button {
    min-width: 28px;
    height: 28px;
    padding: 0 6px;
    border: 1px solid #9ca3af;
    background: #fff;
    color: #6b7280;
    font: inherit;
    font-size: 12px;
}

.new-billing-list .invoice-pagination button[aria-current="page"] {
    border-color: #333;
    color: #333;
    font-weight: 700;
}

.new-billing-list .invoice-pagination button:disabled { opacity: .45; }

.modal-cm .preview-modal .invoice-preview-table {
    width: 100%;
    table-layout: auto;
    border: 0;
    border-collapse: separate;
    border-spacing: 0 6px;
}

.modal-cm .preview-modal .invoice-preview-table th,
.modal-cm .preview-modal .invoice-preview-table td {
    border: 0;
    padding: 8px 12px;
    background: #f7f8f9;
    font-family: 'Spoqa Han Sans Neo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: auto;
    overflow-wrap: anywhere;
}

.modal-cm .preview-modal .invoice-preview-table th { text-align: left; }

.modal-cm .preview-modal .invoice-preview-table .text-end { text-align: right; white-space: nowrap; }

.modal-cm .preview-modal .invoice-preview-table thead th { color: #6a7282; }

.issue-review-page .btn-primary {
    background: #216fc0;
    border-color: #216fc0;
    color: #fff;
}

.issue-review-page .btn:disabled { opacity: .5; cursor: not-allowed; }

/* 발행 검수: 일반적인 클래스 이름도 이 화면 내부로 한정합니다. */

.issue-review-page {
        min-width: 1280px;
        padding: 16px 26px 40px;
        background: #f4f5f7;
        color: #111827;
    }

.issue-review-page .issue-review-topbar {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 16px;
    }

.issue-review-page .review-actions,
    .issue-review-page .list-actions {
        display: flex;
        align-items: center;
        gap: 8px;
    }

.issue-review-page .btn-line-warning {
        border: 1px solid #f59e0b;
        color: #92400e;
        background: #fff7ed;
    }

.issue-review-page .review-loading,
    .issue-review-page .review-empty {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 260px;
        background: #fff;
        border: 1px solid #d9e0ea;
        border-radius: 4px;
        color: #64748b;
        font-weight: 700;
    }

.issue-review-page .review-summary-panel,
    .issue-review-page .review-list-panel {
        background: #fff;
        border: 1px solid #d9e0ea;
        border-radius: 4px;
        margin-bottom: 16px;
    }

.issue-review-page .summary-head {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        padding: 16px;
        border-bottom: 1px solid #e5e7eb;
    }

.issue-review-page .summary-head strong,
    .issue-review-page .list-head h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
    }

.issue-review-page .summary-head p,
    .issue-review-page .list-head p {
        margin: 4px 0 0;
        color: #64748b;
        font-size: 13px;
    }

.issue-review-page .summary-tags {
        display: flex;
        align-items: center;
        gap: 6px;
    }

.issue-review-page .summary-tags span {
        padding: 5px 9px;
        border-radius: 999px;
        background: #e8f3ff;
        color: #1167b1;
        font-size: 12px;
        font-weight: 700;
    }

.issue-review-page .summary-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 12px;
        padding: 12px 16px;
    }

.issue-review-page .summary-card {
        padding: 16px;
        border: 1px solid #e5e7eb;
        border-radius: 4px;
        background: #f7f8f9;
    }

.issue-review-page .summary-card span,
    .issue-review-page .summary-card small {
        display: block;
        color: #64748b;
        font-size: 12px;
    }

.issue-review-page .summary-card strong {
        display: block;
        margin: 4px 0;
        font-size: 20px;
        font-weight: 700;
        color: #0f172a;
    }

.issue-review-page .summary-card.total strong {
        color: #166534;
    }

.issue-review-page .review-notice {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-bottom: 16px;
        padding: 12px 14px;
        border-radius: 4px;
        font-size: 13px;
        font-weight: 700;
    }

.issue-review-page .review-notice.warning {
        border: 1px solid #fbbf24;
        background: #fffbeb;
        color: #92400e;
    }

.issue-review-page .list-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 12px 16px;
        border-bottom: 1px solid #e5e7eb;
    }

.issue-review-page .review-card-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 370px));
        gap: 14px;
        padding: 16px;
    }

.issue-review-page .review-invoice-card {
        display: flex;
        flex-direction: column;
        gap: 12px;
        min-width: 0;
        padding: 16px;
        border: 1px solid #d9e0ea;
        border-radius: 4px;
        background: #fff;
        transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
    }

.issue-review-page .review-invoice-card.selected {
        border-color: #2563eb;
        background: #f8fbff;
        box-shadow: none;
    }

.issue-review-page .review-invoice-card.disabled {
        opacity: .68;
        background: #f9fafb;
    }

.issue-review-page .card-title-row,
    .issue-review-page .card-invoice-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

.issue-review-page .review-check {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        color: #1f2937;
        font-size: 13px;
        font-weight: 700;
    }

.issue-review-page .card-invoice-main strong {
        color: #0b55d9;
        font-size: 16px;
        font-weight: 700;
    }

.issue-review-page .card-invoice-main b {
        font-size: 16px;
        font-weight: 700;
        white-space: nowrap;
    }

.issue-review-page .badge-row {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        margin-top: 6px;
    }

.issue-review-page .status-chip {
        display: inline-flex;
        align-items: center;
        height: 22px;
        padding: 0 8px;
        border-radius: 999px;
        background: #fff4cc;
        color: #8a5a00;
        font-size: 11px;
        font-weight: 700;
    }

.issue-review-page .status-chip.subtle {
        background: #eef2ff;
        color: #3551c7;
    }

.issue-review-page .review-chip {
        display: inline-flex;
        align-items: center;
        height: 20px;
        padding: 0 7px;
        border-radius: 999px;
        font-size: 10px;
        font-weight: 700;
        white-space: nowrap;
    }

.issue-review-page .review-chip.currency {
        background: #e8f1ff;
        color: #1456b8;
    }

.issue-review-page .review-chip.group {
        background: #ede9fe;
        color: #5b21b6;
    }

.issue-review-page .review-meta {
        display: grid;
        grid-template-columns: 78px 1fr;
        row-gap: 6px;
        margin: 0;
        padding: 12px 0;
        border-top: 1px solid #eef2f7;
        border-bottom: 1px solid #eef2f7;
    }

.issue-review-page .review-meta dt {
        color: #64748b;
        font-size: 12px;
        font-weight: 700;
    }

.issue-review-page .review-meta dd {
        margin: 0;
        color: #111827;
        font-size: 12px;
        font-weight: 700;
    }

.issue-review-page .service-preview-list {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

.issue-review-page .service-preview-list p {
        margin: 0;
        color: #64748b;
        font-size: 12px;
        font-weight: 700;
    }

.issue-review-page .service-preview-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 9px 10px;
        border-radius: 8px;
        background: #f8fafc;
        font-size: 12px;
    }

.issue-review-page .service-preview-row span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.issue-review-page .service-preview-list small {
        color: #64748b;
        font-size: 12px;
    }

.issue-review-page .review-check-list {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-top: auto;
    }

.issue-review-page .review-check-list span {
        padding: 8px 10px;
        border-radius: 8px;
        background: #ecfdf5;
        color: #166534;
        font-size: 12px;
        font-weight: 700;
    }

.issue-review-page .review-check-list .warn {
        background: #fff7ed;
        color: #9a3412;
    }

/* 신규 청구 모달 전용: 기존 세금계산서 모달과 스타일을 공유하지 않습니다. */

.rz-dialog.new-billing-dialog {
    max-width: calc(100vw - 48px);
    max-height: calc(100vh - 48px);
    font-family: 'Spoqa Han Sans Neo', sans-serif;
    color: #333;
}

.new-billing-dialog .rz-dialog-titlebar {
    min-height: 58px;
    border-bottom: 1px solid #d1d5db;
}

.new-billing-dialog .rz-title {
    top: 15px;
    left: 26px;
    right: 64px;
    min-height: 28px;
}

.new-billing-dialog .rz-title h5 {
    margin: 0;
    font-family: 'Spoqa Han Sans Neo', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
}

.new-billing-dialog .rz-title .badge { flex-shrink: 0; font-size: 12px; }

.new-billing-dialog .rz-dialog-titlebar-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0;
    color: #9ca3af;
}

.new-billing-dialog .rz-dialog-titlebar-close .rzi {
    font-family: 'Material Icons';
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    width: 28px;
    height: 28px;
    text-transform: none;
    font-feature-settings: 'liga';
}

.new-billing-dialog .rz-dialog-content { min-height: 0; overflow: auto; }

.new-billing-dialog input, .new-billing-dialog select, .new-billing-dialog textarea {
    font-family: inherit;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
}

.invoice-correction-dialog .invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card-title { width: 100%; white-space: normal; }

.invoice-correction-dialog .invoice-modal-wrap .invoice-modal-body .original-panel .original-panel-inner .invoice-card .account-card-title span { display: block; padding-left: 0; margin-top: 8px; font-weight: 400; line-height: 20px; }

.new-billing-dialog .invoice-modal-wrap input:disabled { color: #6b7280; background: #f3f4f6; cursor: not-allowed; }

.new-billing-dialog .manual-deposit-modal { padding: 20px 26px 24px; }

.manual-deposit-modal .manual-deposit-body { display: flex; flex-direction: column; gap: 16px; min-width: 0; }

.manual-deposit-modal .manual-deposit-body > div:last-child { padding-top: 16px; border-top: 1px solid #e5e7eb; }

.new-billing-dialog .invoice-policy-modal {
    padding: 0;
    background: #fff;
    font-size: 13px;
    line-height: 20px;
}

.invoice-policy-modal .invoice-policy-subtitle { margin: 0; padding: 14px 20px; color: #6b7280; }

.invoice-policy-modal .invoice-policy-body { display: flex; flex-direction: column; gap: 16px; padding: 0 20px 20px; }

.invoice-policy-modal .policy-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    min-width: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
}

.invoice-policy-modal .policy-card.policy-customer-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); background: #f3f4f6; }

.invoice-policy-modal .meta-item { display: flex; flex-direction: column; gap: 3px; padding: 12px 20px; min-width: 0; border-right: 1px solid #d1d5db; }

.invoice-policy-modal .meta-item:last-child { border-right: 0; }

.invoice-policy-modal .meta-label { font-size: 11px; color: #6b7280; }

.invoice-policy-modal .meta-value { font-size: 13px; font-weight: 500; overflow-wrap: anywhere; }

.invoice-policy-modal .card-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0; padding: 12px 16px; background: #f3f4f6; border-bottom: 1px solid #e5e7eb; }

.invoice-policy-modal .card-header h6 { margin: 0; font-size: 13px; line-height: 20px; font-weight: 500; }

.invoice-policy-modal .header-badge, .invoice-policy-modal .required-badge { flex-shrink: 0; white-space: nowrap; border-radius: 20px; padding: 1px 8px; font-size: 11px; color: #0c447c; background: #dbeafe; }

.invoice-policy-modal .required-badge { color: #633806; background: #faeeda; }

.invoice-policy-modal .chip-row { display: flex; flex-wrap: wrap; gap: 8px; padding: 16px; background: #eff6ff; }

.invoice-policy-modal .chip { padding: 3px 10px; border: 1px solid #b5d4f4; border-radius: 20px; background: #fff; color: #0c447c; font-size: 11px; }

.invoice-policy-modal .chip-on { color: #fff; background: #1c6fc4; border-radius: 6px; }

.invoice-policy-modal .chip-muted { color: #77787d; border-color: #e2e2de; background: #f1efe8; }

.invoice-policy-modal .chip-warn { color: #993c1d; border-color: #f5c9b8; background: #faece7; }

.invoice-policy-modal .rule-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 16px; border-bottom: 1px solid #e5e7eb; }

.invoice-policy-modal .rule-row:last-child { border-bottom: 0; }

.invoice-policy-modal .rule-text { min-width: 0; }

.invoice-policy-modal .rule-title, .invoice-policy-modal .mode-title { margin: 0; font-size: 13px; font-weight: 500; }

.invoice-policy-modal .rule-desc, .invoice-policy-modal .mode-desc { margin: 3px 0 0; font-size: 12px; line-height: 18px; color: #6b7280; }

.invoice-policy-modal .switch { position: relative; display: inline-block; width: 52px; height: 24px; flex-shrink: 0; }

.invoice-policy-modal .switch input { opacity: 0; width: 0; height: 0; }

.invoice-policy-modal .slider { position: absolute; inset: 0; background: #d1d5db; border-radius: 99px; cursor: pointer; }

.invoice-policy-modal .slider:before { content: ''; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; border-radius: 50%; background: #fff; }

.invoice-policy-modal .switch input:checked + .slider { background: #0ed369; }

.invoice-policy-modal .switch input:checked + .slider:before { transform: translateX(28px); }

.invoice-policy-modal .switch input:focus-visible + .slider { outline: 2px solid #216fc0; outline-offset: 3px; }

.invoice-policy-modal .switch-fixed .slider { cursor: default; }

.invoice-policy-modal .mode-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 16px; }

.invoice-policy-modal .mode-card { display: block; min-width: 0; padding: 13px 15px; text-align: left; white-space: normal; border: 1px solid #d1d5db; border-radius: 8px; background: #fff; }

.invoice-policy-modal .mode-card.active { border-color: #185fa5; background: #e6f1fb; }

.invoice-policy-modal .exception-option-list { display: flex; flex-direction: column; gap: 8px; padding: 16px 16px 0; }

.invoice-policy-modal .exception-option { display: flex; align-items: center; gap: 12px; width: 100%; padding: 11px 13px; text-align: left; white-space: normal; border: 1px solid #e5e7eb; border-radius: 8px; background: #fff; }

.invoice-policy-modal .exception-option.active { border-color: #993c1d; background: #fef2f2; }

.invoice-policy-modal .exception-label { flex-shrink: 0; font-size: 11px; color: #993c1d; background: #faece7; border-radius: 20px; padding: 2px 8px; }

.invoice-policy-modal .exception-desc-text { font-size: 12px; line-height: 18px; color: #6b7280; }

.invoice-policy-modal .exception-desc { padding: 8px 16px 16px; margin: 0; }

.invoice-policy-modal .reason-input { width: calc(100% - 32px); min-height: 80px; margin: 16px; resize: vertical; border: 1px solid #d1d5db; border-radius: 8px; padding: 10px 12px; font-size: 13px; }

.invoice-policy-modal .validation-message { margin: 0 16px 16px; color: #dc2626; font-size: 12px; }

.invoice-policy-modal .invoice-policy-footer { display: flex; justify-content: flex-end; gap: 8px; padding: 16px 20px; border-top: 1px solid #d1d5db; background: #fff; }

.invoice-policy-modal .invoice-policy-empty { padding: 24px; text-align: center; }

:where(.cm-settlement) .settlement-page{min-width:1180px;padding:24px;background:#f4f6f8;color:#18212f;min-height:100vh}

:where(.cm-settlement) .page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}

:where(.cm-settlement) .page-header h1{margin:2px 0 6px;font-size:26px}

:where(.cm-settlement) .page-header p{margin:0;color:#667085}

:where(.cm-settlement) .eyebrow{font-size:11px!important;font-weight:800;letter-spacing:.14em;color:#476581!important}

:where(.cm-settlement) .summary-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}

:where(.cm-settlement) .summary-grid article{background:white;border:1px solid #e1e6eb;border-radius:10px;padding:15px}

:where(.cm-settlement) .summary-grid span{display:block;color:#667085;font-size:12px}

:where(.cm-settlement) .summary-grid strong{display:block;margin-top:8px;font-size:24px}

:where(.cm-settlement) .summary-grid .danger strong,:where(.cm-settlement) .danger-text{color:#b42318}

:where(.cm-settlement) .balance-strip{display:flex;gap:16px;align-items:center;padding:10px 14px;margin-top:10px;background:#eef6ff;border:1px solid #cfe3f7;border-radius:8px;font-size:13px}

:where(.cm-settlement) .tabs{display:flex;margin:22px 0 14px;border-bottom:1px solid #d6dce3}

:where(.cm-settlement) .tabs button{padding:11px 18px;border:0;border-bottom:2px solid transparent;background:transparent;color:#667085;font-weight:700}

:where(.cm-settlement) .tabs button.active{border-color:#162b3f;color:#162b3f}

:where(.cm-settlement) .panel{background:white;border:1px solid #dfe4ea;border-radius:10px;padding:16px;box-shadow:0 1px 2px rgba(16,24,40,.03)}

:where(.cm-settlement) .workspace{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:14px;align-items:start}

:where(.cm-settlement) .workspace.audit{grid-template-columns:360px minmax(0,1fr)}

:where(.cm-settlement) .main-column{display:flex;flex-direction:column;gap:12px}

:where(.cm-settlement) .toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap}

:where(.cm-settlement) .toolbar.panel{padding:12px}

:where(.cm-settlement) .toolbar input{min-width:190px}

:where(.cm-settlement) .toolbar input,:where(.cm-settlement) .toolbar select,:where(.cm-settlement) input,:where(.cm-settlement) select,:where(.cm-settlement) textarea{border:1px solid #cfd6df;border-radius:6px;padding:8px 10px;background:white;font:inherit}

:where(.cm-settlement) .check{display:flex;align-items:center;gap:5px}

:where(.cm-settlement) .check input{min-width:auto}

:where(.cm-settlement) .btn{border:1px solid #c5ccd5;border-radius:6px;background:white;padding:8px 13px;font-weight:700;cursor:pointer}

:where(.cm-settlement) .btn.black,:where(.cm-settlement) .btn.primary{background:#172b3e;border-color:#172b3e;color:white}

:where(.cm-settlement) .btn.small{font-size:12px;padding:5px 9px}

:where(.cm-settlement) .btn.full{width:100%;margin-top:8px}

:where(.cm-settlement) .btn:disabled{opacity:.45;cursor:not-allowed}

:where(.cm-settlement) .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}

:where(.cm-settlement) .form-grid label,:where(.cm-settlement) .detail-panel label{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:700}

:where(.cm-settlement) .form-grid .span-2{grid-column:span 2}

:where(.cm-settlement) .form-actions{text-align:right}

:where(.cm-settlement) .table-wrap{overflow:auto;padding:0}

:where(.cm-settlement) .table-wrap table{width:100%;border-collapse:collapse;font-size:12px}

:where(.cm-settlement) .table-wrap th{padding:10px;text-align:left;background:#f8fafc;color:#536174;white-space:nowrap}

:where(.cm-settlement) .table-wrap td{padding:10px;border-top:1px solid #edf0f3;vertical-align:middle}

:where(.cm-settlement) .table-wrap tbody tr{cursor:pointer}

:where(.cm-settlement) .table-wrap tbody tr:hover,:where(.cm-settlement) .table-wrap tr.selected{background:#f0f7ff}

:where(.cm-settlement) .table-wrap .num{text-align:right;font-variant-numeric:tabular-nums}

:where(.cm-settlement) .table-wrap small,:where(.cm-settlement) .candidate small,:where(.cm-settlement) .history span{display:block;color:#7b8794;margin-top:3px}

:where(.cm-settlement) .empty{text-align:center!important;padding:38px!important;color:#8a94a1}

:where(.cm-settlement) .status{display:inline-block;padding:3px 7px;border-radius:999px;background:#eef2f6;font-size:11px;font-weight:800}

:where(.cm-settlement) .detail-panel{position:sticky;top:12px;max-height:calc(100vh - 36px);overflow:auto}

:where(.cm-settlement) .detail-heading{display:flex;align-items:center;justify-content:space-between}

:where(.cm-settlement) .detail-heading h2,:where(.cm-settlement) .detail-panel h2{margin:3px 0}

:where(.cm-settlement) .detail-panel h3{font-size:13px;margin:20px 0 8px;padding-top:12px;border-top:1px solid #edf0f3}

:where(.cm-settlement) .money{font-size:23px;font-weight:800;margin:12px 0}

:where(.cm-settlement) .detail-panel dl{display:grid;grid-template-columns:95px 1fr;gap:6px;font-size:12px}

:where(.cm-settlement) .detail-panel dt{color:#7a8592}

:where(.cm-settlement) .detail-panel dd{margin:0;word-break:break-all}

:where(.cm-settlement) .detail-panel textarea{min-height:64px;resize:vertical}

:where(.cm-settlement) .action-row{display:flex;gap:7px;margin-top:9px}

:where(.cm-settlement) .candidate,:where(.cm-settlement) .action-history{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 0;border-bottom:1px solid #edf0f3}

:where(.cm-settlement) .allocation{display:grid!important;grid-template-columns:1fr 125px;align-items:center;margin:6px 0}

:where(.cm-settlement) .exception-card{display:grid;grid-template-columns:1fr auto;gap:4px;padding:9px;background:#fff5f4;border-radius:6px;margin-bottom:6px}

:where(.cm-settlement) .exception-card small{grid-column:span 2;color:#a34b43}

:where(.cm-settlement) details{margin-top:10px}

:where(.cm-settlement) summary{cursor:pointer;font-weight:700;font-size:12px}

:where(.cm-settlement) pre{white-space:pre-wrap;word-break:break-all;max-height:200px;overflow:auto;background:#f8fafc;padding:10px;font-size:11px}

:where(.cm-settlement) .history{padding:7px 0;border-bottom:1px solid #edf0f3;font-size:12px}

:where(.cm-settlement) .actions{white-space:nowrap}

:where(.cm-settlement) .actions button,:where(.cm-settlement) .link{border:0;background:transparent;color:#315b7d;text-decoration:underline;padding:2px 5px;cursor:pointer;font-size:11px}

:where(.cm-settlement) .compact{width:75px}

:where(.cm-settlement) .pager{display:flex;justify-content:center;align-items:center;gap:12px;padding:10px;border-top:1px solid #edf0f3}

:where(.cm-settlement) .pager button{border:1px solid #d7dce2;background:white;border-radius:5px;padding:5px 9px}

:where(.cm-settlement) .alert{padding:10px 13px;margin-bottom:12px;border-radius:7px}

:where(.cm-settlement) .alert.error{background:#fff1f0;color:#a92b23;border:1px solid #f4c7c3}

:where(.cm-settlement) .muted{color:#84909c;font-size:12px}

:where(.cm-settlement) .channel-grid{display:grid;gap:8px;margin-top:10px}

:where(.cm-settlement) .channel-grid article{border:1px solid #e4e8ed;border-radius:7px;padding:10px}

:where(.cm-settlement) .channel-grid article>div{display:flex;justify-content:space-between}

:where(.cm-settlement) .channel-grid p,:where(.cm-settlement) .channel-grid small{margin:5px 0;color:#6c7885}

:where(.cm-settlement) .timeline article{display:grid;grid-template-columns:125px 1fr;gap:15px;padding:10px;border-bottom:1px solid #edf0f3;font-size:12px}

:where(.cm-settlement) .timeline time{color:#718096}

:where(.cm-settlement) .timeline span,:where(.cm-settlement) .timeline small{display:block;color:#74808c;margin-top:3px}

:where(.cm-settlement) .timeline p{margin:5px 0}

:where(.cm-settlement) .danger{color:#b42318}

@media(max-width:1250px){:where(.cm-settlement) .summary-grid{grid-template-columns:repeat(3,1fr)}:where(.cm-settlement) .workspace{grid-template-columns:minmax(0,1fr) 350px}}

:where(.cm-settlement) .deposit-screen{background:#f7f8fa}

:where(.cm-settlement) .compact-header{align-items:center;border-bottom:1px solid #e4e7ec;padding-bottom:14px}

:where(.cm-settlement) .title-line{display:flex;align-items:center;gap:10px}

:where(.cm-settlement) .title-line h1{margin:0}

:where(.cm-settlement) .search-panel{padding:0;margin-bottom:24px}

:where(.cm-settlement) .search-title{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid #e4e7ec}

:where(.cm-settlement) .search-title>div{display:flex;gap:7px}

:where(.cm-settlement) .deposit-filter-grid{display:grid;grid-template-columns:1.25fr 1.5fr .65fr .8fr auto;gap:12px;padding:16px}

:where(.cm-settlement) .deposit-filter-grid label,:where(.cm-settlement) .field-label,:where(.cm-settlement) .execution-card label{display:flex;flex-direction:column;gap:6px;color:#586474;font-size:12px;font-weight:700}

:where(.cm-settlement) .inline-fields{display:flex;align-items:center;gap:6px}

:where(.cm-settlement) .inline-fields input{min-width:0;width:140px}

:where(.cm-settlement) .filter-check{align-self:end;flex-direction:row!important;padding-bottom:8px}

:where(.cm-settlement) .list-heading{display:flex;align-items:center;justify-content:space-between;margin:8px 0}

:where(.cm-settlement) .list-heading h2{font-size:15px;margin:0}

:where(.cm-settlement) .list-heading small,:where(.cm-settlement) .list-heading span{color:#7b8794;font-size:11px}

:where(.cm-settlement) .deposit-list small{display:block;color:#82909f;margin-top:3px}

:where(.cm-settlement) .link-text{border:0;background:none;color:#1768d1;font-weight:800;padding:0;cursor:pointer}

:where(.cm-settlement) .currency-pill{display:inline-block;border:1px solid #cbd5e1;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:800}

:where(.cm-settlement) .status.success{background:#e8f7e9;color:#21733a}

:where(.cm-settlement) .status.warning{background:#fff4dc;color:#9b5d00}

:where(.cm-settlement) .status.error{background:#ffe8e7;color:#b42318}

:where(.cm-settlement) .outstanding{color:#b54708!important}

:where(.cm-settlement) .invoice-summary{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #dfe4ea;border-radius:8px;margin-bottom:12px}

:where(.cm-settlement) .invoice-summary article{padding:14px;border-right:1px solid #e4e7ec}

:where(.cm-settlement) .invoice-summary article:last-child{border-right:0}

:where(.cm-settlement) .invoice-summary span,:where(.cm-settlement) .invoice-summary strong{display:block}

:where(.cm-settlement) .invoice-summary span{font-size:11px;color:#7a8592}

:where(.cm-settlement) .invoice-summary strong{margin-top:6px}

:where(.cm-settlement) .detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:12px;align-items:start}

:where(.cm-settlement) .info-card h2,:where(.cm-settlement) .card-heading h2,:where(.cm-settlement) .followup-card h2,:where(.cm-settlement) .step-card h2,:where(.cm-settlement) .execution-card h2{font-size:14px;margin:0}

:where(.cm-settlement) .definition-grid{display:grid;grid-template-columns:110px 1fr 110px 1fr;gap:9px;font-size:12px}

:where(.cm-settlement) .definition-grid dt,:where(.cm-settlement) .followup-card dt,:where(.cm-settlement) .step-card dt{color:#7b8794}

:where(.cm-settlement) .definition-grid dd,:where(.cm-settlement) .followup-card dd,:where(.cm-settlement) .step-card dd{margin:0}

:where(.cm-settlement) .legacy-note{display:flex;flex-direction:column;gap:4px;margin-top:16px;padding:12px;border-left:3px solid #9a6b2f;background:#fff8ea;font-size:12px}

:where(.cm-settlement) .card-heading{display:flex;justify-content:space-between;align-items:center;padding:14px}

:where(.cm-settlement) .card-heading span{font-size:11px;color:#7b8794}

:where(.cm-settlement) .followup-card{position:sticky;top:12px}

:where(.cm-settlement) .followup-card dl{display:grid;grid-template-columns:1fr auto;gap:12px;font-size:12px}

:where(.cm-settlement) .modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.46);display:grid;place-items:center;z-index:2000}

:where(.cm-settlement) .modal-card{width:min(520px,90vw);background:white;border-radius:10px;padding:22px;box-shadow:0 24px 60px rgba(15,23,42,.3)}

:where(.cm-settlement) .modal-card h2{margin-top:0}

:where(.cm-settlement) .modal-card dl{display:grid;grid-template-columns:120px 1fr;gap:8px;font-size:13px}

:where(.cm-settlement) .modal-card dd{margin:0}

:where(.cm-settlement) .modal-card label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700}

:where(.cm-settlement) .modal-card textarea{min-height:90px}

:where(.cm-settlement) .modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}

:where(.cm-settlement) .processing-layout{display:grid;grid-template-columns:260px minmax(560px,1fr) 260px;gap:12px;align-items:start}

:where(.cm-settlement) .processing-left,:where(.cm-settlement) .processing-main{display:flex;flex-direction:column;gap:12px}

:where(.cm-settlement) .step-card{padding:0;overflow:hidden}

:where(.cm-settlement) .step-heading{display:flex;align-items:center;gap:8px;border-bottom:1px solid #e4e7ec;padding:12px}

:where(.cm-settlement) .step-heading>span{display:grid;place-items:center;width:22px;height:22px;border-radius:4px;background:#edf5ff;color:#1473e6;font-size:11px;font-weight:800}

:where(.cm-settlement) .step-heading .available{margin-left:auto;color:#1768d1;font-size:11px}

:where(.cm-settlement) .step-card>dl{display:grid;grid-template-columns:82px 1fr;gap:8px;padding:14px;font-size:12px}

:where(.cm-settlement) .ledger-balance{display:grid;grid-template-columns:1fr 1fr;background:#f8fafc;border-top:1px solid #e4e7ec;padding:12px;font-size:11px}

:where(.cm-settlement) .ledger-balance span{display:flex;flex-direction:column;gap:4px}

:where(.cm-settlement) .history-entry{display:grid;grid-template-columns:auto 1fr;gap:6px;padding:10px 12px;border-bottom:1px solid #edf0f3;font-size:11px}

:where(.cm-settlement) .history-entry small{grid-column:2;color:#7b8794}

:where(.cm-settlement) .confirmed-customer{display:flex;justify-content:space-between;align-items:center;margin:12px;padding:12px;background:#f8fafc;border:1px solid #dfe4ea}

:where(.cm-settlement) .confirmed-customer small{display:block;margin-top:4px;color:#7b8794}

:where(.cm-settlement) .customer-search{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px}

:where(.cm-settlement) .customer-results{margin:0 12px;border:1px solid #dfe4ea}

:where(.cm-settlement) .customer-option{display:flex;gap:9px;padding:10px;border-bottom:1px solid #edf0f3}

:where(.cm-settlement) .customer-option.selected{background:#edf4ff}

:where(.cm-settlement) .customer-option small{display:block;color:#7b8794;margin-top:3px}

:where(.cm-settlement) .field-label{margin:12px}

:where(.cm-settlement) .candidate-header,:where(.cm-settlement) .allocation-row{display:grid;grid-template-columns:minmax(210px,1.4fr) .65fr .8fr 120px;gap:10px;align-items:center;padding:10px 12px}

:where(.cm-settlement) .candidate-header{background:#f8fafc;color:#657183;font-size:11px}

:where(.cm-settlement) .allocation-row{position:relative;border-top:1px solid #edf0f3;font-size:12px}

:where(.cm-settlement) .allocation-row>label{display:flex;align-items:center;gap:9px}

:where(.cm-settlement) .allocation-row small{display:block;color:#7b8794;margin-top:3px}

:where(.cm-settlement) .allocation-row.disabled-row{opacity:.55}

:where(.cm-settlement) .allocation-row .num{text-align:right}

:where(.cm-settlement) .allocation-error{grid-column:1/-1;color:#b42318!important}

:where(.cm-settlement) .source-mark{display:inline-block;border-left:2px solid #1768d1;padding-left:5px;font-size:10px;color:#1768d1}

:where(.cm-settlement) .source-mark.legacy{border-color:#986a35;color:#986a35}

:where(.cm-settlement) .allocation-summary{display:flex;justify-content:flex-end;align-items:center;gap:22px;padding:12px;background:#f8fafc;border-top:1px solid #e4e7ec;font-size:11px}

:where(.cm-settlement) .allocation-summary span{display:flex;align-items:center;gap:6px}

:where(.cm-settlement) .allocation-summary input{width:110px}

:where(.cm-settlement) .remainder-actions{display:flex;justify-content:flex-end;gap:16px;padding:0 12px 12px;font-size:11px}

:where(.cm-settlement) .preview-card{display:flex;justify-content:space-between;align-items:center}

:where(.cm-settlement) .preview-card>div{display:flex;flex-direction:column;gap:5px}

:where(.cm-settlement) .preview-card span{font-size:11px;color:#657183}

:where(.cm-settlement) .preview-card.ready{background:#f2faea;border-color:#b8d891}

:where(.cm-settlement) .preview-card.blocked{background:#fff1f0;border-color:#f2b8b5}

:where(.cm-settlement) .execution-card{position:sticky;top:12px;display:flex;flex-direction:column;gap:10px}

:where(.cm-settlement) .execution-card .step-heading{margin:-16px -16px 4px}

:where(.cm-settlement) .execution-card textarea{min-height:90px}

:where(.cm-settlement) .execution-card p{margin:4px 0 0}

@media(max-width:1350px){:where(.cm-settlement) .processing-layout{grid-template-columns:230px minmax(520px,1fr) 235px}:where(.cm-settlement) .deposit-filter-grid{grid-template-columns:repeat(4,1fr)}:where(.cm-settlement) .filter-check{grid-column:1/-1}}

/* 입금 처리 화면: CM 관리자 Blazor 공통 밀도와 Figma 시안에 맞춘 전용 스타일 */

:where(.cm-settlement) .deposit-screen.settlement-page {
    width: 100%;
    min-width: 0;
    min-height: calc(100vh - 54px);
    padding: 16px 18px 28px;
    background: #fff;
    color: #282829;
    font-size: 12px;
    line-height: 1.35;
}

:where(.cm-settlement) .deposit-screen,
:where(.cm-settlement) .deposit-screen button,
:where(.cm-settlement) .deposit-screen input,
:where(.cm-settlement) .deposit-screen select,
:where(.cm-settlement) .deposit-screen textarea {
    font-family: 'Roboto', 'Spoqa Han Sans Neo', 'Noto Sans KR', Arial, sans-serif;
}

:where(.cm-settlement) .deposit-screen p,
:where(.cm-settlement) .deposit-screen dl,
:where(.cm-settlement) .deposit-screen dt,
:where(.cm-settlement) .deposit-screen dd,
:where(.cm-settlement) .deposit-screen strong,
:where(.cm-settlement) .deposit-screen small,
:where(.cm-settlement) .deposit-screen label,
:where(.cm-settlement) .deposit-screen span {
    line-height: 1.35;
}

:where(.cm-settlement) .deposit-screen .page-header {
    min-height: 54px;
    margin: -16px -18px 16px;
    padding: 10px 18px;
    align-items: center;
    border-bottom: 1px solid #e3e6e9;
    background: #fff;
}

:where(.cm-settlement) .deposit-screen .page-header h1 {
    margin: 0 0 3px;
    color: #343434;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

:where(.cm-settlement) .deposit-screen .page-header p:not(.eyebrow) {
    margin: 0;
    color: #77818e;
    font-size: 11px;
}

:where(.cm-settlement) .deposit-screen .page-header .eyebrow { display: none; }

:where(.cm-settlement) .deposit-screen .detail-title-row {
    display: flex;
    min-height: 54px;
    margin: -16px -18px 16px;
    padding: 12px 18px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e3e6e9;
    background: #fff;
}

:where(.cm-settlement) .deposit-screen .detail-title-copy { display: flex; min-width: 0; flex-direction: column; gap: 6px; }

:where(.cm-settlement) .deposit-screen .title-meta { display: flex; align-items: center; gap: 6px; }

:where(.cm-settlement) .deposit-screen .detail-title-copy h1 { margin: 0; color: #343434; font-size: 18px; font-weight: 700; line-height: 1.2; overflow-wrap: anywhere; }

:where(.cm-settlement) .deposit-screen .panel {
    border: 1px solid #d9dee5;
    border-radius: 3px;
    background: #fff;
    box-shadow: none;
}

:where(.cm-settlement) .deposit-screen input,
:where(.cm-settlement) .deposit-screen select,
:where(.cm-settlement) .deposit-screen textarea {
    min-height: 30px;
    width: 100%;
    border: 1px solid #cfd6df;
    border-radius: 3px;
    padding: 5px 8px;
    background: #fff;
    color: #333;
    font-size: 12px;
    font-weight: 400;
}

:where(.cm-settlement) .deposit-screen input:focus,
:where(.cm-settlement) .deposit-screen select:focus,
:where(.cm-settlement) .deposit-screen textarea:focus {
    border-color: #6ba5e7;
    outline: 1px solid #6ba5e7;
}

:where(.cm-settlement) .deposit-screen input[type="checkbox"],
:where(.cm-settlement) .deposit-screen input[type="radio"] {
    width: 14px;
    min-width: 14px;
    min-height: 14px;
    padding: 0;
    accent-color: #1473e6;
}

:where(.cm-settlement) .deposit-screen .btn {
    min-height: 30px;
    border: 1px solid #c8ced6;
    border-radius: 3px;
    padding: 5px 13px;
    background: #fff;
    color: #4a5563;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
}

:where(.cm-settlement) .deposit-screen .btn:hover:not(:disabled) { background: #f7f8f9; }

:where(.cm-settlement) .deposit-screen .btn.primary {
    border-color: #176fd1;
    background: #176fd1;
    color: #fff;
}

:where(.cm-settlement) .deposit-screen .btn.primary:hover:not(:disabled) { background: #0f61bc; }

:where(.cm-settlement) .deposit-screen .btn.black {
    border-color: #353535;
    background: #353535;
    color: #fff;
}

:where(.cm-settlement) .deposit-screen .btn.small { min-height: 24px; padding: 2px 8px; font-size: 11px; }

:where(.cm-settlement) .deposit-screen .btn.full { margin: 10px 12px 12px; width: calc(100% - 24px); }

:where(.cm-settlement) .deposit-screen .btn:disabled { opacity: .45; }

:where(.cm-settlement) .deposit-screen .search-panel { margin: 0 0 24px; padding: 0; background: #fafbfc; }

:where(.cm-settlement) .deposit-screen .search-title {
    display: flex;
    min-height: 42px;
    padding: 8px 12px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d9dee5;
    background: #fff;
}

:where(.cm-settlement) .deposit-screen .search-title strong { font-size: 12px; }

:where(.cm-settlement) .deposit-screen .search-title > div { display: flex; gap: 6px; }

:where(.cm-settlement) .deposit-screen .invoice-search-grid {
    display: grid;
    grid-template-columns: 1fr 1fr .7fr .8fr .65fr .85fr;
    gap: 12px;
    padding: 14px 12px;
}

:where(.cm-settlement) .deposit-screen .invoice-search-grid label,
:where(.cm-settlement) .deposit-screen .deposit-filter-grid label,
:where(.cm-settlement) .deposit-screen .field-label,
:where(.cm-settlement) .deposit-screen .deposit-execution-card label {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    color: #707b89;
    font-size: 11px;
    font-weight: 500;
}

:where(.cm-settlement) .deposit-screen .invoice-search-grid .search-wide { grid-column: 1 / -1; }

:where(.cm-settlement) .deposit-screen .deposit-filter-grid {
    display: grid;
    grid-template-columns: 1.45fr 1.15fr .65fr .75fr 1fr;
    gap: 12px;
    padding: 14px 12px;
}

:where(.cm-settlement) .deposit-screen .deposit-history-filters { grid-template-columns: 1.45fr 1.15fr .65fr .8fr; }

:where(.cm-settlement) .deposit-screen .deposit-filter-fields { border: 0; margin: 0; padding: 0; min-width: 0; }

:where(.cm-settlement) .deposit-screen .deposit-filter-grid[hidden] { display: none; }

:where(.cm-settlement) .deposit-screen .deposit-engineer-filter { display: flex; flex-direction: column; gap: 6px; min-width: 0; }

:where(.cm-settlement) .deposit-screen .deposit-engineer-filter .inline-fields input { width: 100%; flex: 1; }

:where(.cm-settlement) .deposit-screen .deposit-engineer-filter small { font-size: 12px; line-height: 18px; color: #6b7280; }

:where(.cm-settlement) .deposit-screen .deposit-advanced-toggle { margin: 0 12px 12px; font-size: 12px; }

:where(.cm-settlement) .deposit-screen .deposit-chip-filters { background: #f3f4f6; border-top: 1px solid #e4e8ee; padding: 15px 20px; }

:where(.cm-settlement) .deposit-screen .deposit-chip-row { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }

:where(.cm-settlement) .deposit-screen .deposit-chip-row + .deposit-chip-row { margin-top: 10px; }

:where(.cm-settlement) .deposit-screen .deposit-chip-row > strong { width: 94px; color: #6b7280; font-size: 13px; }

:where(.cm-settlement) .deposit-screen .deposit-filter-chip { min-height: 30px; padding: 3px 11px; border: 1px solid #d0d7e2; border-radius: 4px; background: #fff; color: #333; font: inherit; font-size: 14px; line-height: 21px; cursor: pointer; }

:where(.cm-settlement) .deposit-screen .deposit-filter-chip.reason { border-radius: 999px; }

:where(.cm-settlement) .deposit-screen .deposit-filter-chip.selected { background: #eef4ff; border-color: #98b6f7; color: #2563eb; }

:where(.cm-settlement) .deposit-screen .deposit-filter-chip:disabled { cursor: default; opacity: .6; }

:where(.cm-settlement) .deposit-screen .deposit-filter-chip:focus-visible { outline: 2px solid #2563eb; outline-offset: 2px; }

:where(.cm-settlement) .deposit-screen .inline-fields { display: flex; align-items: center; gap: 6px; }

:where(.cm-settlement) .deposit-screen .inline-fields input { width: calc(50% - 10px); min-width: 0; }

:where(.cm-settlement) .deposit-screen .filter-check { align-self: end; flex-direction: row; align-items: center; padding-bottom: 7px; }

:where(.cm-settlement) .deposit-screen .list-heading {
    display: flex;
    min-height: 34px;
    margin: 0;
    align-items: center;
    justify-content: space-between;
}

:where(.cm-settlement) .deposit-screen .list-heading > div { display: flex; align-items: baseline; gap: 8px; }

:where(.cm-settlement) .deposit-screen .list-heading h2 { margin: 0; font-size: 14px; font-weight: 700; }

:where(.cm-settlement) .deposit-screen .list-heading small,
:where(.cm-settlement) .deposit-screen .list-heading span { color: #7b8794; font-size: 11px; }

:where(.cm-settlement) .deposit-screen .list-heading select { width: auto; min-width: 120px; min-height: 26px; }

:where(.cm-settlement) .deposit-screen .table-wrap { overflow: auto; padding: 0; }

:where(.cm-settlement) .deposit-screen .table-wrap table { width: 100%; border-collapse: collapse; table-layout: auto; font-size: 11px; }

:where(.cm-settlement) .deposit-screen .invoice-table table { min-width: 1040px; table-layout: fixed; }

:where(.cm-settlement) .deposit-screen .deposit-list > table { min-width: 1320px; table-layout: auto; }

:where(.cm-settlement) .deposit-screen .invoice-table .col-source { width: 60px; }

:where(.cm-settlement) .deposit-screen .invoice-table .col-invoice { width: 160px; }

:where(.cm-settlement) .deposit-screen .invoice-table .col-customer { width: 140px; }

:where(.cm-settlement) .deposit-screen .invoice-table .col-service { width: 180px; }

:where(.cm-settlement) .deposit-screen .invoice-table .col-amount { width: 110px; }

:where(.cm-settlement) .deposit-screen .invoice-table .col-currency { width: 65px; }

:where(.cm-settlement) .deposit-screen .invoice-table .col-payment-status { width: 80px; }

:where(.cm-settlement) .deposit-screen .deposit-list .col-deposit { width: 165px; }

:where(.cm-settlement) .deposit-screen .deposit-list .col-transaction { width: 180px; }

:where(.cm-settlement) .deposit-screen .deposit-list .col-payer { width: 170px; }

:where(.cm-settlement) .deposit-screen .deposit-list .col-deposit-amount { width: 115px; }

:where(.cm-settlement) .deposit-screen .deposit-list .col-deposit-currency { width: 65px; }

:where(.cm-settlement) .deposit-screen .deposit-list .col-candidate { width: 90px; }

:where(.cm-settlement) .deposit-screen .deposit-list .col-deposit-status { width: 90px; }

:where(.cm-settlement) .deposit-screen .deposit-list .col-action { width: 70px; }

:where(.cm-settlement) .deposit-screen .table-wrap th {
    height: 34px;
    border-bottom: 1px solid #d9dee5;
    padding: 7px 10px;
    background: #f3f4f6;
    color: #596574;
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    white-space: nowrap;
}

:where(.cm-settlement) .deposit-screen .table-wrap td {
    height: 42px;
    border-top: 0;
    border-bottom: 1px solid #e4e7eb;
    padding: 6px 10px;
    color: #3f4650;
    vertical-align: middle;
    font-size: 11px;
    line-height: 14px;
}

:where(.cm-settlement) .deposit-screen .table-wrap td > strong,
:where(.cm-settlement) .deposit-screen .table-wrap td > .link-text {
    display: inline-block;
    max-width: 100%;
    color: inherit;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    overflow-wrap: anywhere;
}

:where(.cm-settlement) .deposit-screen .table-wrap td > .link-text { color: #1167ca; }

:where(.cm-settlement) .deposit-screen .table-wrap td > strong.danger-text { color: #b42318; }

:where(.cm-settlement) .deposit-screen .invoice-table td,
:where(.cm-settlement) .deposit-screen .deposit-list td { overflow: hidden; }

:where(.cm-settlement) .deposit-screen .invoice-table td > small,
:where(.cm-settlement) .deposit-screen .deposit-list td > small {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

:where(.cm-settlement) .deposit-screen .table-wrap tbody tr:last-child td { border-bottom: 0; }

:where(.cm-settlement) .deposit-screen .table-wrap tbody tr:hover { background: #f7faff; }

:where(.cm-settlement) .deposit-screen .table-wrap .num { text-align: right; font-variant-numeric: tabular-nums; }

:where(.cm-settlement) .deposit-screen .table-wrap small,
:where(.cm-settlement) .deposit-screen .deposit-list small { display: block; margin-top: 1px; color: #8a94a1; font-size: 10px; line-height: 13px; overflow-wrap: anywhere; }

:where(.cm-settlement) .deposit-screen .empty { padding: 32px 12px; color: #89939f; text-align: center; font-size: 11px; line-height: 15px; }

:where(.cm-settlement) .deposit-screen .link-text,
:where(.cm-settlement) .deposit-screen .link {
    border: 0;
    background: transparent;
    color: #1167ca;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
}

:where(.cm-settlement) .deposit-screen .source-mark {
    display: inline-block;
    border-left: 2px solid #176fd1;
    padding-left: 5px;
    color: #176fd1;
    font-size: 10px;
    line-height: 14px;
}

:where(.cm-settlement) .deposit-screen .source-mark.legacy { border-color: #966a38; color: #966a38; }

:where(.cm-settlement) .deposit-screen .currency-pill,
:where(.cm-settlement) .deposit-screen .status {
    display: inline-block;
    border: 1px solid #cbd3dc;
    border-radius: 3px;
    padding: 1px 6px;
    background: #f8f9fa;
    color: #657181;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
}

:where(.cm-settlement) .deposit-screen .status.success { border-color: #9bcaa6; background: #edf8ef; color: #24753a; }

:where(.cm-settlement) .deposit-screen .status.warning { border-color: #f1c776; background: #fff8e8; color: #a76100; }

:where(.cm-settlement) .deposit-screen .status.error { border-color: #efaaa7; background: #fff0ef; color: #b42318; }

:where(.cm-settlement) .deposit-screen .status.payment { border-radius: 4px; padding: 2px 8px; font-weight: 600; }

:where(.cm-settlement) .deposit-screen .status.payment-waiting { border-color: #c7ced8; background: #f5f7f9; color: #5c6877; }

:where(.cm-settlement) .deposit-screen .status.payment-partial { border-color: #ff9d36; background: #fff4e5; color: #c45f00; }

:where(.cm-settlement) .deposit-screen .status.payment-complete { border-color: #a8ddc2; background: #eaf8f0; color: #188855; }

:where(.cm-settlement) .deposit-screen .status.payment-review { border-color: #ff8585; background: #fff0f0; color: #dc3030; }

:where(.cm-settlement) .deposit-screen .status.ledger {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 0;
    border-radius: 999px;
    padding: 2px 8px;
    font-weight: 600;
}

:where(.cm-settlement) .deposit-screen .status.ledger::before { width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: currentColor; content: ""; }

:where(.cm-settlement) .deposit-screen .status.ledger-collected,
:where(.cm-settlement) .deposit-screen .status.ledger-normalized { background: #e1efff; color: #176bd3; }

:where(.cm-settlement) .deposit-screen .status.ledger-waiting,
:where(.cm-settlement) .deposit-screen .status.ledger-manual,
:where(.cm-settlement) .deposit-screen .status.ledger-neutral { background: #edf0f3; color: #505a66; }

:where(.cm-settlement) .deposit-screen .status.ledger-auto { background: #e7edfb; color: #1b3d78; }

:where(.cm-settlement) .deposit-screen .status.ledger-hold { background: #fff2cf; color: #986b08; }

:where(.cm-settlement) .deposit-screen .status.ledger-complete { background: #def3e6; color: #267540; }

:where(.cm-settlement) .deposit-screen .status.ledger-canceled,
:where(.cm-settlement) .deposit-screen .status.ledger-refunded { background: #ffdfe3; color: #c93343; }

:where(.cm-settlement) .deposit-screen .status.apply { border-radius: 0; padding: 2px 9px; background: #fff; font-weight: 600; }

:where(.cm-settlement) .deposit-screen .status.apply-failed { border-color: #d85a62; color: #c83c46; box-shadow: inset 3px 0 0 #c94b54; }

:where(.cm-settlement) .deposit-screen .status.apply-pending,
:where(.cm-settlement) .deposit-screen .status.apply-canceled,
:where(.cm-settlement) .deposit-screen .status.apply-neutral { border-color: #8c97a6; color: #586474; }

:where(.cm-settlement) .deposit-screen .status.apply-complete { border-color: #398858; color: #287043; }

:where(.cm-settlement) .deposit-screen .outstanding { color: #c3352b; font-weight: 700; }

:where(.cm-settlement) .deposit-screen .pager {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-top: 1px solid #e4e7eb;
}

:where(.cm-settlement) .deposit-screen .pager button {
    min-width: 26px;
    min-height: 26px;
    border: 1px solid #cfd5dc;
    border-radius: 0;
    padding: 3px 7px;
    background: #fff;
    font-size: 11px;
}

:where(.cm-settlement) .deposit-screen .pager span { padding: 0 6px; color: #66717f; font-size: 11px; }

:where(.cm-settlement) .deposit-screen .invoice-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 0 12px;
    border: 1px solid #d9dee5;
    border-radius: 3px;
    background: #fff;
}

:where(.cm-settlement) .deposit-screen .invoice-summary article { min-height: 62px; padding: 12px 14px; border-right: 1px solid #d9dee5; }

:where(.cm-settlement) .deposit-screen .invoice-summary article:last-child { border-right: 0; }

:where(.cm-settlement) .deposit-screen .invoice-summary span { display: block; color: #84909d; font-size: 10px; }

:where(.cm-settlement) .deposit-screen .invoice-summary strong { display: block; margin-top: 5px; font-size: 14px; }

:where(.cm-settlement) .deposit-screen .detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 12px; align-items: start; }

:where(.cm-settlement) .deposit-screen .main-column { display: flex; flex-direction: column; gap: 12px; }

:where(.cm-settlement) .deposit-screen .info-card { padding: 0; }

:where(.cm-settlement) .deposit-screen .info-card > h2,
:where(.cm-settlement) .deposit-screen .card-heading,
:where(.cm-settlement) .deposit-screen .deposit-followup-card > h2 {
    min-height: 40px;
    margin: 0;
    padding: 11px 12px;
    border-bottom: 1px solid #d9dee5;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

:where(.cm-settlement) .deposit-screen .definition-grid {
    display: grid;
    grid-template-columns: 90px 1fr 90px 1fr;
    gap: 10px 12px;
    margin: 0;
    padding: 14px 12px;
    font-size: 11px;
}

:where(.cm-settlement) .deposit-screen .definition-grid dt,
:where(.cm-settlement) .deposit-screen .deposit-followup-card dt,
:where(.cm-settlement) .deposit-screen .step-card dt { color: #87919e; font-weight: 400; }

:where(.cm-settlement) .deposit-screen .definition-grid dd,
:where(.cm-settlement) .deposit-screen .deposit-followup-card dd,
:where(.cm-settlement) .deposit-screen .step-card dd { margin: 0; }

:where(.cm-settlement) .deposit-screen .definition-grid dt,
:where(.cm-settlement) .deposit-screen .definition-grid dd,
:where(.cm-settlement) .deposit-screen .deposit-followup-card dt,
:where(.cm-settlement) .deposit-screen .deposit-followup-card dd { font-size: 11px; line-height: 15px; }

:where(.cm-settlement) .deposit-screen .legacy-note { margin: 0 12px 12px; border-left: 3px solid #a4773f; border-radius: 0; padding: 9px 10px; background: #fff8e8; font-size: 11px; }

:where(.cm-settlement) .deposit-screen .legacy-note strong { font-size: 11px; line-height: 15px; }

:where(.cm-settlement) .deposit-screen .legacy-note span { font-size: 10px; line-height: 14px; }

:where(.cm-settlement) .deposit-screen .card-heading { display: flex; align-items: center; justify-content: space-between; }

:where(.cm-settlement) .deposit-screen .card-heading h2 { margin: 0; font-size: 12px; font-weight: 700; line-height: 16px; }

:where(.cm-settlement) .deposit-screen .card-heading span { color: #7d8793; font-size: 10px; }

:where(.cm-settlement) .deposit-screen .deposit-followup-card { position: sticky; top: 10px; display: block; width: auto; height: auto; padding: 0; }

:where(.cm-settlement) .deposit-screen .deposit-followup-card dl { display: grid; grid-template-columns: 1fr auto; gap: 0; margin: 0; font-size: 11px; }

:where(.cm-settlement) .deposit-screen .deposit-followup-card dt,
:where(.cm-settlement) .deposit-screen .deposit-followup-card dd { min-height: 36px; border-bottom: 1px solid #e4e7eb; padding: 10px 12px; }

:where(.cm-settlement) .deposit-screen .processing-layout { display: grid; grid-template-columns: 270px minmax(540px, 1fr) 270px; gap: 12px; align-items: start; }

:where(.cm-settlement) .deposit-screen .processing-layout > *,
:where(.cm-settlement) .deposit-screen .step-card,
:where(.cm-settlement) .deposit-screen .step-card > dl,
:where(.cm-settlement) .deposit-screen .step-card dt,
:where(.cm-settlement) .deposit-screen .step-card dd,
:where(.cm-settlement) .deposit-screen .history-entry,
:where(.cm-settlement) .deposit-screen .history-entry > * { min-width: 0; }

:where(.cm-settlement) .deposit-screen .deposit-processing-left,
:where(.cm-settlement) .deposit-screen .deposit-processing-main {
    position: static;
    display: flex;
    width: auto;
    height: auto;
    flex-direction: column;
    gap: 12px;
}

:where(.cm-settlement) .deposit-screen .step-card { padding: 0; overflow: hidden; }

:where(.cm-settlement) .deposit-screen .step-heading {
    display: flex;
    min-height: 40px;
    padding: 9px 11px;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid #d9dee5;
}

:where(.cm-settlement) .deposit-screen .step-heading > span {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border: 1px solid #b9d6fa;
    border-radius: 2px;
    background: #eef6ff;
    color: #1473e6;
    font-size: 10px;
    font-weight: 700;
}

:where(.cm-settlement) .deposit-screen .step-heading h2 { margin: 0; font-size: 12px; font-weight: 700; line-height: 16px; }

:where(.cm-settlement) .deposit-screen .step-heading .available { margin-left: auto; color: #176fd1; font-size: 10px; }

:where(.cm-settlement) .deposit-screen .step-card > dl { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 7px 8px; margin: 0; padding: 12px; font-size: 11px; line-height: 15px; }

:where(.cm-settlement) .deposit-screen .step-card dt,
:where(.cm-settlement) .deposit-screen .step-card dd { font-size: 11px; line-height: 15px; }

:where(.cm-settlement) .deposit-screen .step-card dd { font-weight: 600; overflow-wrap: anywhere; }

:where(.cm-settlement) .deposit-screen .step-card dd strong { font-size: 11px; line-height: 15px; }

:where(.cm-settlement) .deposit-screen .ledger-balance { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #d9dee5; padding: 10px 12px; background: #f7f8fa; font-size: 10px; }

:where(.cm-settlement) .deposit-screen .ledger-balance span { display: flex; flex-direction: column; gap: 3px; }

:where(.cm-settlement) .deposit-screen .ledger-balance strong { font-size: 12px; line-height: 16px; }

:where(.cm-settlement) .deposit-screen .history-entry { display: grid; grid-template-columns: auto 1fr; gap: 5px; padding: 9px 10px; border-bottom: 1px solid #e4e7eb; font-size: 10px; }

:where(.cm-settlement) .deposit-screen .history-entry strong { font-size: 11px; font-weight: 600; line-height: 14px; overflow-wrap: anywhere; }

:where(.cm-settlement) .deposit-screen .history-entry small { grid-column: 2; color: #87919e; font-size: 10px; line-height: 13px; overflow-wrap: anywhere; }

:where(.cm-settlement) .deposit-screen .confirmed-customer { display: flex; margin: 10px; border: 1px solid #d9dee5; border-radius: 2px; padding: 10px; align-items: center; justify-content: space-between; background: #f8f9fa; }

:where(.cm-settlement) .deposit-screen .confirmed-customer small,
:where(.cm-settlement) .deposit-screen .customer-option small,
:where(.cm-settlement) .deposit-screen .allocation-row small { display: block; margin-top: 2px; color: #7e8996; font-size: 10px; }

:where(.cm-settlement) .deposit-screen .action-row { display: flex; gap: 6px; }

:where(.cm-settlement) .deposit-screen .customer-search { display: grid; grid-template-columns: 1fr auto; gap: 7px; padding: 10px; }

:where(.cm-settlement) .deposit-screen .customer-results { margin: 0 10px; border: 1px solid #d9dee5; }

:where(.cm-settlement) .deposit-screen .customer-option { display: flex; min-height: 43px; gap: 8px; padding: 8px 10px; align-items: center; border-bottom: 1px solid #e4e7eb; }

:where(.cm-settlement) .deposit-screen .customer-option:last-child { border-bottom: 0; }

:where(.cm-settlement) .deposit-screen .customer-option.selected { background: #edf4ff; }

:where(.cm-settlement) .deposit-screen .field-label { margin: 10px; }

:where(.cm-settlement) .deposit-screen .candidate-header,
:where(.cm-settlement) .deposit-screen .allocation-row { display: grid; grid-template-columns: minmax(200px, 1.4fr) .65fr .8fr 112px; gap: 9px; align-items: center; padding: 8px 10px; }

:where(.cm-settlement) .deposit-screen .candidate-header { min-height: 34px; background: #f3f4f6; color: #657180; font-size: 10px; }

:where(.cm-settlement) .deposit-screen .allocation-row { min-height: 54px; border-top: 1px solid #e4e7eb; font-size: 11px; }

:where(.cm-settlement) .deposit-screen .allocation-row > label { display: flex; align-items: center; gap: 8px; }

:where(.cm-settlement) .deposit-screen .allocation-row.disabled-row { opacity: .55; }

:where(.cm-settlement) .deposit-screen .allocation-row .num { text-align: right; }

:where(.cm-settlement) .deposit-screen .allocation-error { grid-column: 1 / -1; color: #b42318; }

:where(.cm-settlement) .deposit-screen .allocation-summary { display: grid; grid-template-columns: repeat(3, auto); gap: 20px; padding: 10px; justify-content: end; border-top: 1px solid #d9dee5; background: #f7f8fa; font-size: 10px; }

:where(.cm-settlement) .deposit-screen .allocation-summary span { display: flex; align-items: center; gap: 6px; }

:where(.cm-settlement) .deposit-screen .allocation-summary input { width: 105px; }

:where(.cm-settlement) .deposit-screen .remainder-actions { display: flex; gap: 14px; padding: 0 10px 10px; justify-content: flex-end; font-size: 10px; }

:where(.cm-settlement) .deposit-screen .remainder-actions label { display: flex; align-items: center; gap: 5px; }

:where(.cm-settlement) .deposit-screen .allocation-row > label,
:where(.cm-settlement) .deposit-screen .remainder-actions label { margin: 0; }

:where(.cm-settlement) .deposit-screen .preview-card { display: flex; min-height: 54px; padding: 10px 12px; align-items: center; justify-content: space-between; border-radius: 2px; }

:where(.cm-settlement) .deposit-screen .preview-card > div { display: flex; flex-direction: column; gap: 4px; }

:where(.cm-settlement) .deposit-screen .preview-card span { color: #687584; font-size: 10px; }

:where(.cm-settlement) .deposit-screen .preview-card.ready { border-color: #b7d49b; background: #f3faed; }

:where(.cm-settlement) .deposit-screen .preview-card.blocked { border-color: #efb3af; background: #fff1f0; }

:where(.cm-settlement) .deposit-screen .deposit-execution-card {
    position: sticky;
    top: 10px;
    display: flex;
    width: auto;
    height: auto;
    flex-direction: column;
    gap: 9px;
    padding: 0 10px 10px;
    font-size: 11px;
    line-height: 15px;
}

:where(.cm-settlement) .deposit-screen .deposit-execution-card .step-heading { margin: 0 -10px; }

:where(.cm-settlement) .deposit-screen .deposit-execution-card textarea { min-height: 72px; resize: vertical; }

:where(.cm-settlement) .deposit-screen .deposit-execution-card p { margin: 0; font-size: 10px; }

:where(.cm-settlement) .deposit-screen .execution-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }

:where(.cm-settlement) .deposit-screen .summary-grid { gap: 8px; }

:where(.cm-settlement) .deposit-screen .summary-grid article { border-radius: 3px; padding: 12px; }

:where(.cm-settlement) .deposit-screen .summary-grid span { font-size: 11px; }

:where(.cm-settlement) .deposit-screen .summary-grid strong { margin-top: 5px; font-size: 20px; line-height: 1.2; }

:where(.cm-settlement) .deposit-screen .dashboard-actions { border-radius: 3px; padding: 12px; }

:where(.cm-settlement) .deposit-screen .dashboard-actions h2 { font-size: 14px; line-height: 1.25; }

:where(.cm-settlement) .deposit-screen .toolbar { gap: 6px; padding: 10px; }

:where(.cm-settlement) .deposit-screen .toolbar input,
:where(.cm-settlement) .deposit-screen .toolbar select { width: auto; min-width: 150px; }

:where(.cm-settlement) .deposit-screen .timeline article { padding: 9px 10px; font-size: 11px; line-height: 15px; }

:where(.cm-settlement) .deposit-screen .timeline article strong,
:where(.cm-settlement) .deposit-screen .timeline article span,
:where(.cm-settlement) .deposit-screen .timeline article small,
:where(.cm-settlement) .deposit-screen .timeline article p { font-size: 11px; line-height: 15px; }

:where(.cm-settlement) .deposit-screen .detail-panel { border-radius: 3px; }

:where(.cm-settlement) .deposit-screen .detail-panel > h2 { margin: 0; padding: 11px 12px; border-bottom: 1px solid #d9dee5; font-size: 13px; line-height: 18px; }

:where(.cm-settlement) .deposit-screen .detail-panel > label { margin: 10px 12px 0; font-size: 11px; line-height: 15px; }

:where(.cm-settlement) .deposit-screen .detail-panel > .action-row { margin: 10px 12px 12px; }

:where(.cm-settlement) .deposit-screen .detail-panel .money { margin: 12px; font-size: 20px; line-height: 1.2; }

:where(.cm-settlement) .deposit-screen .action-history strong,
:where(.cm-settlement) .deposit-screen .action-history span { font-size: 11px; line-height: 15px; }

:where(.cm-settlement) .deposit-screen .alert { border-radius: 2px; padding: 9px 11px; font-size: 11px; line-height: 1.4; }

:where(.cm-settlement) .modal-card,
:where(.cm-settlement) .modal-card button,
:where(.cm-settlement) .modal-card input,
:where(.cm-settlement) .modal-card select,
:where(.cm-settlement) .modal-card textarea {
    font-family: 'Roboto', 'Spoqa Han Sans Neo', 'Noto Sans KR', Arial, sans-serif;
}

:where(.cm-settlement) .modal-card dt,
:where(.cm-settlement) .modal-card dd,
:where(.cm-settlement) .modal-card label,
:where(.cm-settlement) .modal-card strong,
:where(.cm-settlement) .modal-card span { font-size: 12px; line-height: 1.35; }

:where(.cm-settlement) .modal-backdrop { background: rgba(40, 40, 41, .42); }

:where(.cm-settlement) .modal-card {
    width: min(520px, 90vw);
    border: 1px solid #cfd5dc;
    border-radius: 3px;
    padding: 0;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
}

:where(.cm-settlement) .modal-card h2 { min-height: 48px; margin: 0; padding: 14px 16px; border-bottom: 1px solid #d9dee5; font-size: 16px; font-weight: 700; }

:where(.cm-settlement) .modal-card dl { display: grid; grid-template-columns: 120px 1fr; gap: 0; margin: 14px 16px; border: 1px solid #e0e4e9; font-size: 12px; }

:where(.cm-settlement) .modal-card dt,
:where(.cm-settlement) .modal-card dd { min-height: 34px; margin: 0; padding: 8px 10px; border-bottom: 1px solid #e7eaee; }

:where(.cm-settlement) .modal-card dt { background: #f7f8fa; color: #697584; font-weight: 500; }

:where(.cm-settlement) .modal-card label { display: flex; flex-direction: column; gap: 5px; margin: 12px 16px; font-size: 12px; font-weight: 500; }

:where(.cm-settlement) .modal-card textarea { min-height: 72px; border: 1px solid #cfd6df; border-radius: 3px; padding: 7px 8px; }

:where(.cm-settlement) .modal-card .modal-actions { display: flex; margin: 0; padding: 12px 16px; justify-content: flex-end; gap: 6px; border-top: 1px solid #e1e5ea; }

:where(.cm-settlement) .deposit-modal, :where(.cm-settlement) .deposit-action-modal { width: min(700px, 94vw); max-height: 90vh; overflow: auto; }

:where(.cm-settlement) .deposit-modal.cancellation-modal { width: min(800px, 94vw); }

:where(.cm-settlement) .deposit-action-modal.wide-modal { width: min(960px, 94vw); }

:where(.cm-settlement) .deposit-modal h2, :where(.cm-settlement) .deposit-action-modal h2 { min-height: 58px; padding: 15px 26px; font-size: 20px; line-height: 28px; }

:where(.cm-settlement) .deposit-modal .modal-actions, :where(.cm-settlement) .deposit-action-modal .modal-actions { padding: 24px 16px; justify-content: center; gap: 8px; }

:where(.cm-settlement) .deposit-modal .detail-note { padding: 16px; }

/* Figma uses unscaled 12px labels and 14px fields, regardless of canvas zoom. */

:where(.cm-settlement) .deposit-screen .deposit-filter-grid label { font-size: 12px; line-height: 18px; }

:where(.cm-settlement) .deposit-screen .deposit-filter-grid input,
:where(.cm-settlement) .deposit-screen .deposit-filter-grid select { min-height: 32px; font-size: 14px; border-radius: 6px; }

:where(.cm-settlement) .deposit-screen .deposit-list td { font-size: 12px; line-height: 18px; padding: 12px 14px; }

:where(.cm-settlement) .deposit-screen .deposit-list th { font-size: 12px; line-height: 18px; }

:where(.cm-settlement) .deposit-screen .deposit-list small { font-size: 11px; line-height: 16px; }

:where(.cm-settlement) .deposit-screen .processing-layout { grid-template-columns: minmax(240px, 1fr) minmax(480px, 2fr) minmax(240px, 1fr); gap: 18px; }

:where(.cm-settlement) .deposit-screen .step-card dl,
:where(.cm-settlement) .deposit-screen .allocation-row,
:where(.cm-settlement) .deposit-screen .info-card dl,
:where(.cm-settlement) .deposit-screen .deposit-execution-card label { font-size: 13px; line-height: 20px; }

:where(.cm-settlement) .deposit-screen .deposit-execution-card p { font-size: 12px; line-height: 18px; }

:where(.cm-settlement) .deposit-screen .deposit-readonly-layout .info-card { padding: 16px; margin-bottom: 16px; }

:where(.cm-settlement) .deposit-screen .deposit-readonly-layout .info-card dd { overflow-wrap: anywhere; }

:where(.cm-settlement) .deposit-screen .detail-note { padding: 12px 16px; }

:where(.cm-settlement) .deposit-screen .deposit-actions { display: inline-block; vertical-align: middle; margin-left: 4px; }

:where(.cm-settlement) .deposit-action-menu { display: flex; flex-direction: column; gap: 4px; padding: 8px; border: 1px solid #d1d5db; background: white; }

:where(.cm-settlement) .deposit-action-modal { background: #eaeef2; max-height: 90vh; overflow: auto; text-align: left; }

:where(.cm-settlement) .deposit-action-modal h2 { background: white; }

:where(.cm-settlement) .deposit-action-modal .modal-body { margin: 16px; padding: 24px; background: white; border: 1px solid #d1d5db; border-radius: 8px; }

:where(.cm-settlement) .deposit-action-modal .modal-body label { margin: 16px 0; }

:where(.cm-settlement) .deposit-action-modal .modal-body input,
:where(.cm-settlement) .deposit-action-modal .modal-body select { min-height: 32px; width: 100%; border: 1px solid #d0d7e2; border-radius: 4px; padding: 6px 10px; }

:where(.cm-settlement) .deposit-action-modal .modal-body td { white-space: normal; overflow-wrap: anywhere; }

:where(.cm-settlement) .deposit-screen .deposit-action-modal .table-wrap table { min-width: 0; table-layout: fixed; }

@media (max-width: 1500px) {
    :where(.cm-settlement) .deposit-screen .processing-layout { grid-template-columns: 225px minmax(470px, 1fr) 235px; }
    :where(.cm-settlement) .deposit-screen .deposit-filter-grid { grid-template-columns: 1.3fr 1fr .6fr .7fr .9fr; }
}

@media (max-width: 1199px) {
    :where(.cm-settlement) .deposit-screen .invoice-search-grid,
    :where(.cm-settlement) .deposit-screen .deposit-filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    :where(.cm-settlement) .deposit-screen .filter-check,
    :where(.cm-settlement) .deposit-screen .invoice-search-grid .search-wide { grid-column: 1 / -1; }
    :where(.cm-settlement) .deposit-screen .detail-grid,
    :where(.cm-settlement) .deposit-screen .processing-layout { grid-template-columns: minmax(0, 1fr); }
    :where(.cm-settlement) .deposit-screen .deposit-followup-card,
    :where(.cm-settlement) .deposit-screen .deposit-execution-card { position: static; }
}

@media (max-width: 760px) {
    :where(.cm-settlement) .deposit-screen.settlement-page { padding: 12px; }
    :where(.cm-settlement) .deposit-screen .page-header { margin: -12px -12px 12px; padding: 10px 12px; }
    :where(.cm-settlement) .deposit-screen .detail-title-row { margin: -12px -12px 12px; padding: 10px 12px; }
    :where(.cm-settlement) .deposit-screen .invoice-search-grid,
    :where(.cm-settlement) .deposit-screen .deposit-filter-grid { grid-template-columns: minmax(0, 1fr); }
    :where(.cm-settlement) .deposit-screen .filter-check { grid-column: auto; }
    :where(.cm-settlement) .deposit-screen .invoice-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    :where(.cm-settlement) .deposit-screen .invoice-summary article:nth-child(2) { border-right: 0; }
    :where(.cm-settlement) .deposit-screen .invoice-summary article:nth-child(-n + 2) { border-bottom: 1px solid #d9dee5; }
    :where(.cm-settlement) .deposit-screen .definition-grid { grid-template-columns: 82px minmax(0, 1fr); }
}

/* CM Pay 공통 셸과 글꼴을 유지하고 이관 화면에만 적용한다. */

.cm-settlement { width: 100%; font-family: inherit; }

.cm-settlement .settlement-page { min-height: 0; min-width: 0; }

.cm-settlement .deposit-screen, .cm-settlement button, .cm-settlement input, .cm-settlement select, .cm-settlement textarea { font-family: inherit; }

/* 확인용 체크박스는 modal-card label의 세로 배치를 따르지 않는다. */
:where(.cm-settlement) .modal-card label.check { flex-direction: row; align-items: center; gap: 6px; font-weight: 600; }
