/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*, ::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.18 | 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;
}
/* 버튼 스타일 */
.btn-primary {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 55 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].btn-primary.duration-200.shadow-md.hover\:shadow-lg {
  box-shadow: none;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.btn-primary.shadow-md.hover\:shadow-lg {
  box-shadow: none;
}
button.px-5.py-2\.5.text-sm.btn-primary.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.duration-200.shadow-md.hover\:shadow-lg {
  box-shadow: none;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].btn-primary.duration-200.shadow-md.hover\:shadow-lg {
  background: white;
  color: #756f68;
  font-weight: 700;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.btn-primary.shadow-md.hover\:shadow-lg {
  background: white;
  color: #756f68;
  font-weight: 700;
}
button.px-5.py-2\.5.text-sm.btn-primary.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.duration-200.shadow-md.hover\:shadow-lg {
  background: white;
  color: #756f68;
  font-weight: 700;
}
aside.w-64.flex.flex-col.flex-shrink-0.min-h-screen.shadow-xl.btn-primary.duration-300 {
  position: fixed;
  top: 64px;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 270px;
  z-index: 100;
  background: white;
}
a.flex.items-center.space-x-3.px-4.py-2.rounded-lg.transition-all.duration-200.text-sm.btn-primary.shadow-lg {
  box-shadow: none;
}
a.flex.items-center.space-x-3.px-4.py-2.rounded-lg.btn-primary.duration-200.text-sm.text-\[\#222222\].shadow-lg {
  box-shadow: none;
}
a.flex.items-center.space-x-3.px-4.py-2.rounded-lg.transition-all.btn-primary.text-sm.text-\[\#222222\].shadow-lg {
  box-shadow: none;
}
a.flex.items-center.space-x-3.px-4.py-2.rounded-lg.transition-all.duration-200.text-sm.text-\[\#222222\].btn-primary {
  box-shadow: none;
}
.projects-page .bg-white.rounded-lg.shadow.pt-6.btn-primary.pb-\[14px\] {
  padding: 12px;
}
button.flex.items-center.justify-between.w-full.px-4.btn-primary.rounded-lg.transition-all.duration-200.text-white {
  background: #756f68;
}
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.btn-primary.duration-200.text-white {
  background: #756f68;
}
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.transition-all.btn-primary.text-white {
  background: #756f68;
}
button.flex.items-center.justify-between.w-full.px-4.btn-primary.rounded-lg.transition-all.duration-200.text-gray-200.hover\:bg-\[\#5a544c\].hover\:text-white {
  border: 1px solid #f0eee8;
}
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.btn-primary.duration-200.text-gray-200.hover\:bg-\[\#5a544c\].hover\:text-white {
  border: 1px solid #f0eee8;
}
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.transition-all.btn-primary.text-gray-200.hover\:bg-\[\#5a544c\].hover\:text-white {
  border: 1px solid #f0eee8;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.btn-primary.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6 {
  padding: 0px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.btn-primary.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3.text-lg.font-medium.leading-6.text-gray-900.mb-4 {
  background: #766f67;
  padding: 16px;
  color: white;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3.text-lg.btn-primary.leading-6.text-gray-900.mb-4 {
  background: #766f67;
  padding: 16px;
  color: white;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.btn-primary.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3 + .space-y-4 {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.btn-primary.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
.mt-6.flex.justify-end.space-x-3 {
  margin-top: 0px;
  padding: 20px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.btn-primary.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
p.mt-1.text-xs.text-gray-500 {
  color: red;
}
main.flex-1.p-8 > .space-y-6 button.px-8.btn-primary.rounded-t-lg.font-medium.transition-colors.bg-white.text-gray-900.border-t.border-x.border-gray-300 {
  border: 0px;
  background: #ffd237;
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 button.px-8.py-3.rounded-t-lg.btn-primary.transition-colors.bg-white.text-gray-900.border-t.border-x.border-gray-300 {
  border: 0px;
  background: #ffd237;
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 button.px-8.btn-primary.rounded-t-lg.font-medium.transition-colors.bg-gray-200.text-gray-600.hover\:bg-gray-300 {
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 button.px-8.py-3.rounded-t-lg.btn-primary.transition-colors.bg-gray-200.text-gray-600.hover\:bg-gray-300 {
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 span.inline-flex.items-center.px-3.py-1.rounded-full.text-sm.btn-primary.bg-yellow-100.text-yellow-800 {
  background: gray;
  color: white;
  margin-top: 0px;
}
main.flex-1.p-8 > .space-y-6 span.text-sm.btn-primary.text-gray-900 { color: black; }
main.flex-1.p-8 > .space-y-6 label.text-sm.btn-primary.text-gray-700,
main.flex-1.p-8 > .space-y-6 span.text-sm.btn-primary.text-gray-700 {
  color: black;
  background: none;
}
main.flex-1.p-8 > .space-y-6 button.btn-primary.py-2.text-sm.font-medium.text-white.bg-blue-600.rounded.hover\:bg-blue-700.focus\:outline-none.focus\:ring-2.focus\:ring-blue-500 {
  background: #756f68;
}
main.flex-1.p-8 > .space-y-6 button.px-6.py-2.text-sm.btn-primary.text-white.bg-blue-600.rounded.hover\:bg-blue-700.focus\:outline-none.focus\:ring-2.focus\:ring-blue-500 {
  background: #756f68;
}
main.flex-1.p-8 > .space-y-6
button.px-4.py-2.text-sm.btn-primary.text-white.bg-blue-600.rounded-lg.hover\:bg-blue-700.focus\:outline-none.focus\:ring-2.focus\:ring-blue-500.transition-colors {
  background: #ff8337;
}
main.flex-1.p-8 button.w-full.px-4.py-2\.5.bg-gray-800.text-white.rounded.text-sm.btn-primary.hover\:bg-gray-700.transition-colors.flex.items-center.justify-center.gap-2 {
  background: #756f68;
}
main.flex-1.p-8 tr.hover\:bg-primary-50.cursor-pointer.btn-primary.duration-150.hover\:shadow-sm {
  border-bottom: 1px solid #e5e7eb;
}
main.flex-1.p-8 .flex.items-center.justify-between.px-4.btn-primary.border-b.border-gray-300.bg-gray-50 {
  background: none;
  border: none;
  padding: 0px;
  margin-bottom: 16px;
}
main.flex-1.p-8 button.px-3.py-1.text-xs.btn-primary.text-white.bg-gray-600.rounded.hover\:bg-gray-700.disabled\:bg-gray-400.disabled\:cursor-not-allowed {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
}
main.flex-1.p-8 .bg-gray-500.text-white.btn-primary.py-3.rounded-t-lg { background: #756f68; }
main.flex-1.p-8 .bg-gray-500.text-white.px-6.btn-primary.rounded-t-lg { background: #756f68; }
.bg-gradient-to-r.from-blue-600.to-blue-700.text-white.btn-primary.py-4.flex.justify-between.items-center {
    background: #766f67;
}
.w-full.px-4.btn-primary.border.border-gray-300.rounded-lg.bg-gray-100.text-gray-700.min-h-\[300px\].prose.prose-sm.max-w-none {
    background: white;
}
.border-t.border-gray-200.bg-gray-50.btn-primary.py-4.flex.justify-end.gap-3.mt-12 {
    margin-top: 0px;
}
button.btn-primary.py-2\.5.border.border-gray-300.text-gray-700.rounded-lg.hover\:bg-gray-100.transition-colors.font-medium {
    background: white;
}
button.px-6.py-2\.5.border.border-gray-300.text-gray-700.rounded-lg.hover\:bg-gray-100.transition-colors.btn-primary {
    background: white;
}
.bg-white.border.border-gray-200.btn-primary.p-6.shadow-sm {
    border: none;
    box-shadow: none;
}
button.flex.items-center.space-x-3.px-4.py-2.rounded-lg.btn-primary.duration-200.text-sm.text-gray-300.hover\:bg-\[\#5a544c\].hover\:text-white.w-full.text-left {
    color: #0000003d;
}
button.flex.items-center.space-x-3.px-4.py-2.rounded-lg.transition-all.btn-primary.text-sm.text-gray-300.hover\:bg-\[\#5a544c\].hover\:text-white.w-full.text-left {
    color: #0000003d;
}
button.w-full.px-4.py-2\.5.bg-gray-800.text-white.rounded.text-sm.btn-primary.hover\:bg-gray-700.transition-colors.flex.items-center.justify-center.gap-2 {
  background: #756f68;
}
button.px-4.py-2.text-sm.btn-primary.rounded-lg.transition-colors.bg-blue-600.text-white {
    background: #756f68;
}
button.px-4.py-2.text-sm.btn-primary.rounded-lg.transition-colors.bg-green-600.text-white {
    background: #ff8337;
}
.flex.items-center.justify-between.btn-primary.py-4.border-b.border-gray-200 {
    padding: 16px;
}
.btn-primary.py-4.border-b.border-gray-200.flex.justify-between.items-center {
    border: none;
    padding-left: 0px;
    padding-top: 0px;
}
.card.cursor-pointer.btn-primary.duration-200.hover\:shadow-md {
    box-shadow: none;
    border-color: #766f6730;
}
.card.cursor-pointer.transition-all.btn-primary.hover\:shadow-md {
    box-shadow: none;
    border-color: #766f6730;
}
button.px-4.py-2.rounded-lg.text-sm.font-medium.transition-colors.btn-primary.text-white {
    background: #766f67;
}
button.px-4.py-2.rounded-lg.text-sm.btn-primary.transition-colors.bg-primary-600.text-white {
    background: #766f67;
}
.fixed.inset-0 .bg-white.rounded-lg.shadow-xl > .btn-primary.py-4.border-b.border-gray-200.flex.items-center.justify-between {
    background: #786F66;
    border-radius: 6px 6px 0 0;
}
.flex.items-center.justify-between.btn-primary.py-4.border-b.border-gray-200 {
    background: none;
}
.btn-primary.py-4.border-b.border-gray-200.flex.justify-between.items-center {
    padding-left: 16px;
    padding-top: 16px;
}
.btn-primary.py-4.border-b.border-gray-200 {
    background: #f1eee7;
}
button.px-4.py-2.text-sm.btn-primary.text-white.bg-red-600.rounded.hover\:bg-red-700.focus\:outline-none.focus\:ring-2.focus\:ring-red-500 {
    background: #766f67;
}
button.px-4.py-2.text-sm.btn-primary.text-white.bg-gray-600.rounded.hover\:bg-gray-700.focus\:outline-none.focus\:ring-2.focus\:ring-gray-500 {
    border: 1px solid #766f67;
    background: none;
    color: #766f67;
    font-weight: 600;
}
td.btn-primary.py-12.text-center.text-sm.text-gray-500 {
    height: 500px;
}
main.flex-1.p-8 .flex.items-center.justify-between.px-4.btn-primary.border-b.border-gray-300.bg-gray-50 {
    padding: 8px;
}
.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 184 0 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-secondary {
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.labor-costs-page .btn-secondary.rounded-lg.shadow:has(nav) {
  background: #f3f4f6;
  box-shadow: none;
}
.labor-costs-page .btn-secondary.rounded-lg.shadow.overflow-hidden.mb-6 {
  padding: 20px;
}
header.btn-secondary.shadow-md.border-b.border-gray-200 {
  position: sticky;
  top: 0px;
  height: auto;
  z-index: 999;
  background: #766f67;
}
header.bg-white.btn-secondary.border-b.border-gray-200 {
  position: sticky;
  top: 0px;
  height: auto;
  z-index: 999;
  background: #766f67;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].btn-secondary.duration-200.shadow-md.hover\:shadow-lg {
  box-shadow: none;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.btn-secondary.shadow-md.hover\:shadow-lg {
  box-shadow: none;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.duration-200.btn-secondary.hover\:shadow-lg {
  box-shadow: none;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.duration-200.shadow-md.btn-secondary {
  box-shadow: none;
}
button.px-5.py-2\.5.text-sm.btn-secondary.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.duration-200.shadow-md.hover\:shadow-lg {
  box-shadow: none;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].btn-secondary.duration-200.shadow-md.hover\:shadow-lg {
  background: white;
  color: #756f68;
  font-weight: 700;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.btn-secondary.shadow-md.hover\:shadow-lg {
  background: white;
  color: #756f68;
  font-weight: 700;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.duration-200.btn-secondary.hover\:shadow-lg {
  background: white;
  color: #756f68;
  font-weight: 700;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.duration-200.shadow-md.btn-secondary {
  background: white;
  color: #756f68;
  font-weight: 700;
}
button.px-5.py-2\.5.text-sm.btn-secondary.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.duration-200.shadow-md.hover\:shadow-lg {
  background: white;
  color: #756f68;
  font-weight: 700;
}
aside.w-64.flex.flex-col.flex-shrink-0.min-h-screen.shadow-xl.btn-secondary.duration-300 {
  position: fixed;
  top: 64px;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 270px;
  z-index: 100;
  background: white;
}
a.flex.items-center.space-x-3.px-4.py-2.rounded-lg.btn-secondary.duration-200.text-sm.text-\[\#222222\].shadow-lg {
  box-shadow: none;
}
a.flex.items-center.space-x-3.px-4.py-2.rounded-lg.transition-all.btn-secondary.text-sm.text-\[\#222222\].shadow-lg {
  box-shadow: none;
}
.projects-page .bg-white.rounded-lg.shadow.pt-6.btn-secondary.pb-\[14px\] {
  padding: 12px;
}
.projects-page .btn-secondary.rounded-lg.shadow.pt-6.px-6.pb-\[14px\] {
  padding: 12px;
}
.projects-page .btn-secondary {
  border-width: 0px;
}
.projects-page .btn-secondary.rounded-lg.shadow.overflow-hidden.flex-1 {
  display: flex;
  flex-direction: column;
}
.projects-page .btn-secondary.rounded-lg.shadow.overflow-hidden.flex-1 > .overflow-x-auto {
  flex: 1 1 auto;
  height: 100%;
  padding: 16px;
  border: 0 solid #e5e7eb;
}
.projects-page .btn-secondary.rounded-lg.shadow .px-3.py-2.space-y-2 > .flex.items-center.justify-between {
  background: #f2eee6;
  border-radius: 4px;
  padding: 10px 12px;
  min-height: 36px;
}
.projects-page .btn-secondary.rounded-lg.shadow.overflow-x-auto {
  margin-top: 0;
  padding: 12px;
  border-radius: 0 8px 8px 8px;
  margin-bottom: 16px;
}
button.flex.items-center.justify-between.w-full.px-4.btn-secondary.rounded-lg.transition-all.duration-200.text-white {
  background: #756f68;
}
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.btn-secondary.duration-200.text-white {
  background: #756f68;
}
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.transition-all.btn-secondary.text-white {
  background: #756f68;
}
button.flex.items-center.justify-between.w-full.px-4.btn-secondary.rounded-lg.transition-all.duration-200.text-gray-200.hover\:bg-\[\#5a544c\].hover\:text-white {
  border: 1px solid #f0eee8;
}
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.btn-secondary.duration-200.text-gray-200.hover\:bg-\[\#5a544c\].hover\:text-white {
  border: 1px solid #f0eee8;
}
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.transition-all.btn-secondary.text-gray-200.hover\:bg-\[\#5a544c\].hover\:text-white {
  border: 1px solid #f0eee8;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.btn-secondary.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6 {
  padding: 0px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.btn-secondary.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6 {
  padding: 0px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.btn-secondary.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3.text-lg.font-medium.leading-6.text-gray-900.mb-4 {
  background: #766f67;
  padding: 16px;
  color: white;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.btn-secondary.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3.text-lg.font-medium.leading-6.text-gray-900.mb-4 {
  background: #766f67;
  padding: 16px;
  color: white;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3.text-lg.btn-secondary.leading-6.text-gray-900.mb-4 {
  background: #766f67;
  padding: 16px;
  color: white;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.btn-secondary.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3 + .space-y-4 {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.btn-secondary.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3 + .space-y-4 {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.btn-secondary.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
.mt-6.flex.justify-end.space-x-3 {
  margin-top: 0px;
  padding: 20px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.btn-secondary.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
.mt-6.flex.justify-end.space-x-3 {
  margin-top: 0px;
  padding: 20px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.btn-secondary.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
p.mt-1.text-xs.text-gray-500 {
  color: red;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.btn-secondary.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
p.mt-1.text-xs.text-gray-500 {
  color: red;
}
.fixed.inset-0.bg-black.bg-opacity-50
  .btn-secondary.rounded-lg.shadow-xl.w-full.max-w-4xl.max-h-\[90vh\].overflow-y-auto {
  max-height: none;
  overflow-y: visible;
  max-width: 800px;
}
main.flex-1.p-8 > .space-y-6
  > .btn-secondary.border-2.border-blue-300.border-dashed.rounded-lg.p-6,
main.flex-1.p-8 > .space-y-6
  > .btn-secondary.border-2.border-red-500.rounded-lg.p-6 {
  border: none;
}
main.flex-1.p-8 > .space-y-6
  > .bg-white.btn-secondary.border-blue-300.border-dashed.rounded-lg.p-6,
main.flex-1.p-8 > .space-y-6
  > .bg-white.btn-secondary.border-red-500.rounded-lg.p-6 {
  border: none;
}
main.flex-1.p-8
  > .space-y-6
  > .btn-secondary.border-2.border-red-500.rounded-lg.p-6 {
    padding: 0px;
}
main.flex-1.p-8
  > .space-y-6
  > .bg-white.btn-secondary.border-red-500.rounded-lg.p-6 {
    padding: 0px;
}
main.flex-1.p-8 > .space-y-6 button.px-8.btn-secondary.rounded-t-lg.font-medium.transition-colors.bg-white.text-gray-900.border-t.border-x.border-gray-300 {
  border: 0px;
  background: #ffd237;
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 button.px-8.py-3.rounded-t-lg.font-medium.transition-colors.btn-secondary.text-gray-900.border-t.border-x.border-gray-300 {
  border: 0px;
  background: #ffd237;
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 button.px-8.py-3.rounded-t-lg.font-medium.transition-colors.bg-white.text-gray-900.border-t.border-x.btn-secondary {
  border: 0px;
  background: #ffd237;
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 button.px-8.py-3.rounded-t-lg.btn-secondary.transition-colors.bg-white.text-gray-900.border-t.border-x.border-gray-300 {
  border: 0px;
  background: #ffd237;
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 button.px-8.btn-secondary.rounded-t-lg.font-medium.transition-colors.bg-gray-200.text-gray-600.hover\:bg-gray-300 {
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 button.px-8.py-3.rounded-t-lg.btn-secondary.transition-colors.bg-gray-200.text-gray-600.hover\:bg-gray-300 {
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 button.w-full.p-4.flex.items-center.justify-between.btn-secondary.transition-colors {
  background: #f1eee7;
}
main.flex-1.p-8 > .space-y-6 .btn-secondary.border.border-gray-300.rounded-lg.shadow {
  box-shadow: none;
}
main.flex-1.p-8 > .space-y-6 .bg-white.border.btn-secondary.rounded-lg.shadow {
  box-shadow: none;
}
main.flex-1.p-8 > .space-y-6 .btn-secondary.whitespace-pre-wrap.leading-relaxed { padding: 20px; }
main.flex-1.p-8 > .space-y-6 span.inline-flex.items-center.px-3.py-1.rounded-full.text-sm.btn-secondary.bg-yellow-100.text-yellow-800 {
  background: gray;
  color: white;
  margin-top: 0px;
}
main.flex-1.p-8 > .space-y-6 span.text-sm.btn-secondary.text-gray-900 { color: black; }
main.flex-1.p-8 > .space-y-6 p.text-sm.btn-secondary.whitespace-pre-wrap { color: black; background: none; }
main.flex-1.p-8 > .space-y-6 label.text-sm.font-medium.btn-secondary,
main.flex-1.p-8 > .space-y-6 span.text-sm.font-medium.btn-secondary {
  color: black;
  background: none;
}
main.flex-1.p-8 > .space-y-6 label.text-sm.btn-secondary.text-gray-700,
main.flex-1.p-8 > .space-y-6 span.text-sm.btn-secondary.text-gray-700 {
  color: black;
  background: none;
}
main.flex-1.p-8 > .space-y-6 button.btn-secondary.py-2.text-sm.font-medium.text-white.bg-blue-600.rounded.hover\:bg-blue-700.focus\:outline-none.focus\:ring-2.focus\:ring-blue-500 {
  background: #756f68;
}
main.flex-1.p-8 > .space-y-6 button.px-6.py-2.text-sm.btn-secondary.text-white.bg-blue-600.rounded.hover\:bg-blue-700.focus\:outline-none.focus\:ring-2.focus\:ring-blue-500 {
  background: #756f68;
}
main.flex-1.p-8 > .space-y-6 .mt-4.flex.justify-between.items-center.bg-gray-50.p-4.rounded
.flex.items-center.gap-4 span.text-sm.btn-secondary {
  color: white;
  background: none;
}
main.flex-1.p-8 > .space-y-6 h2 + div span.text-sm.btn-secondary {
  color: #ff3232;
}
main.flex-1.p-8 > .space-y-6
button.px-4.py-2.text-sm.btn-secondary.text-white.bg-blue-600.rounded-lg.hover\:bg-blue-700.focus\:outline-none.focus\:ring-2.focus\:ring-blue-500.transition-colors {
  background: #ff8337;
}
main.flex-1.p-8 > .space-y-6 .bg-gray-50 .text-sm.btn-secondary {
  color: #ff3232;
  border-color: #ff3232;
  background: white;
}
main.flex-1.p-8 .btn-secondary.rounded-lg.border.border-gray-200.overflow-hidden {
  background: #f1eee7;
  border-color: #756f684a;
}
main.flex-1.p-8 button.w-full.px-4.py-2\.5.bg-gray-800.text-white.rounded.text-sm.btn-secondary.hover\:bg-gray-700.transition-colors.flex.items-center.justify-center.gap-2 {
  background: #756f68;
}
main.flex-1.p-8 tr.hover\:bg-primary-50.cursor-pointer.btn-secondary.duration-150.hover\:shadow-sm {
  border-bottom: 1px solid #e5e7eb;
}
main.flex-1.p-8 tr.border-t.btn-secondary.cursor-pointer.hover\:bg-blue-50.bg-gray-50 {
  background: white;
  border-bottom: 1px solid #d1d5db;
}
main.flex-1.p-8 tr.border-t.btn-secondary.cursor-pointer.hover\:bg-blue-50.bg-blue-100 {
  background: #FFFBE3;
  border: 1px solid #d1d5db;
}
main.flex-1.p-8 tr.border-t.btn-secondary {
  background: white;
  border: 1px solid #d1d5db;
}
main.flex-1.p-8 table.w-full.text-xs.border.btn-secondary { margin-top: 0px; }
main.flex-1.p-8 th.px-1.py-2.text-center.border-r.btn-secondary { height: 50px; }
main.flex-1.p-8 td.px-1.py-2.text-center.border-r.btn-secondary { padding: 2px; }
main.flex-1.p-8 select.w-full.px-1.py-0\.5.text-xs.border.btn-secondary.rounded.focus\:outline-none.focus\:ring-1.focus\:ring-blue-500 { height: 30px; }
main.flex-1.p-8 .flex.items-center.justify-between.px-4.btn-secondary.border-b.border-gray-300.bg-gray-50 {
  background: none;
  border: none;
  padding: 0px;
  margin-bottom: 16px;
}
main.flex-1.p-8 .flex.items-center.justify-between.px-4.py-3.border-b.btn-secondary.bg-gray-50 {
  background: none;
  border: none;
  padding: 0px;
  margin-bottom: 16px;
}
main.flex-1.p-8
  .flex-shrink-0.pl-2
  > .border.border-gray-300.rounded.btn-secondary.h-full {
    border: none;
}
main.flex-1.p-8
  .flex-shrink-0.pl-2
  > .border.btn-secondary.rounded.bg-white.h-full {
    border: none;
}
main.flex-1.p-8 .flex-shrink-0.pl-2 > .border.border-gray-300.rounded.btn-secondary.h-full > .p-4 {
  padding: 0px;
  min-height: 500px;
  background: #f9f9f9;
  box-shadow: inset 0 0 0 1px #d1d5db;
}
main.flex-1.p-8 .flex-shrink-0.pl-2 > .border.btn-secondary.rounded.bg-white.h-full > .p-4 {
  padding: 0px;
  min-height: 500px;
  background: #f9f9f9;
  box-shadow: inset 0 0 0 1px #d1d5db;
}
main.flex-1.p-8 button.px-3.py-1.text-xs.btn-secondary.text-white.bg-gray-600.rounded.hover\:bg-gray-700.disabled\:bg-gray-400.disabled\:cursor-not-allowed {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
}
main.flex-1.p-8 .bg-gray-500.text-white.btn-secondary.py-3.rounded-t-lg { background: #756f68; }
main.flex-1.p-8 .bg-gray-500.text-white.px-6.btn-secondary.rounded-t-lg { background: #756f68; }
main.flex-1.p-8 .btn-secondary.border-dashed.border-blue-300.rounded-lg.p-6 {
  border: none;
  padding: 0px;
  border-radius: 12px;
}
.btn-secondary.w-full.max-w-7xl.h-\[90vh\] {
  height: 96vh;
  max-height: 96vh;
  overflow: hidden;
}
.btn-secondary.w-full.max-w-7xl.h-\[90vh\] > .flex-1 {
  min-height: 0;
}
.btn-secondary.w-full.max-w-7xl.h-\[90vh\] .overflow-y-auto {
  height: 100%;
  min-height: 0;
}
.bg-gradient-to-r.from-blue-600.to-blue-700.text-white.btn-secondary.py-4.flex.justify-between.items-center {
    background: #766f67;
}
.w-full.px-4.btn-secondary.border.border-gray-300.rounded-lg.bg-gray-100.text-gray-700.min-h-\[300px\].prose.prose-sm.max-w-none {
    background: white;
}
.w-full.px-4.py-3.border.border-gray-300.rounded-lg.bg-gray-100.btn-secondary.min-h-\[300px\].prose.prose-sm.max-w-none {
    background: white;
}
.w-full.px-4.py-3.border.btn-secondary.rounded-lg.bg-gray-100.text-gray-700.min-h-\[300px\].prose.prose-sm.max-w-none {
    background: white;
}
.border-t.border-gray-200.bg-gray-50.btn-secondary.py-4.flex.justify-end.gap-3.mt-12 {
    margin-top: 0px;
}
button.btn-secondary.py-2\.5.border.border-gray-300.text-gray-700.rounded-lg.hover\:bg-gray-100.transition-colors.font-medium {
    background: white;
}
button.px-6.py-2\.5.border.border-gray-300.btn-secondary.rounded-lg.hover\:bg-gray-100.transition-colors.font-medium {
    background: white;
}
button.px-6.py-2\.5.border.btn-secondary.text-gray-700.rounded-lg.hover\:bg-gray-100.transition-colors.font-medium {
    background: white;
}
button.px-6.py-2\.5.border.border-gray-300.text-gray-700.rounded-lg.hover\:bg-gray-100.transition-colors.btn-secondary {
    background: white;
}
main.flex-1.p-8 .bg-gray-50.rounded-lg.p-4:has( > label.block.text-sm.font-semibold.btn-secondary) {
    padding: 0px;
    background: white;
}
label.block.text-sm.font-semibold.btn-secondary.mb-2 {
    color: black;
}
.btn-secondary.border.border-gray-200.rounded-xl.p-6.shadow-sm {
    border: none;
    box-shadow: none;
}
.bg-white.border.border-gray-200.btn-secondary.p-6.shadow-sm {
    border: none;
    box-shadow: none;
}
button.flex.items-center.space-x-3.px-4.py-2.rounded-lg.btn-secondary.duration-200.text-sm.text-gray-300.hover\:bg-\[\#5a544c\].hover\:text-white.w-full.text-left {
    color: #0000003d;
}
button.flex.items-center.space-x-3.px-4.py-2.rounded-lg.transition-all.btn-secondary.text-sm.text-gray-300.hover\:bg-\[\#5a544c\].hover\:text-white.w-full.text-left {
    color: #0000003d;
}
.btn-secondary.rounded-lg.shadow.p-6 {
    box-shadow: none;
}
main.flex-1.p-8 .btn-secondary.rounded-lg.shadow.p-6:has(.border-t.border-gray-200) {
   border: 1px solid #dbdad9;
}
main.flex-1.p-8 .space-y-6 > .btn-secondary.rounded-lg.shadow.p-6:nth-of-type(2) {
    background: #f1eee7;
}
main.flex-1.p-8 .btn-secondary.rounded-lg.shadow.overflow-hidden {
  min-height: 0;
}
main.flex-1.p-8 .btn-secondary.rounded-lg.shadow.overflow-hidden > .overflow-x-auto {
  min-height: 450px;
  overflow: auto;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #f3f4f673;
}
main.flex-1.p-8 .btn-secondary.rounded-lg.shadow.overflow-hidden > .overflow-x-auto > table.border,
main.flex-1.p-8 .btn-secondary.rounded-lg.shadow.overflow-hidden > .overflow-x-auto > table.border.border-gray-300 {
  border: none;
}

main.flex-1.p-8 .bg-white.rounded-lg.shadow.overflow-hidden > .overflow-x-auto > table.border.btn-secondary {
  border: none;
}
main.flex-1.p-8 .btn-secondary.rounded-lg.shadow.overflow-hidden > .overflow-x-auto th,
main.flex-1.p-8 .btn-secondary.rounded-lg.shadow.overflow-hidden > .overflow-x-auto td {
  border-color: #d1d5db;
}
main.flex-1.p-8 .btn-secondary.rounded-lg.shadow.overflow-hidden > .overflow-x-auto tbody tr:only-child td[colspan] {
  height: 450px;
  vertical-align: middle;
}
main.flex-1.p-8 .flex-shrink-0.pl-2 .border.border-gray-300.rounded.btn-secondary.h-full {
  border: none;
}
main.flex-1.p-8 .flex-shrink-0.pl-2 .border.btn-secondary.rounded.bg-white.h-full {
  border: none;
}
main.flex-1.p-8 .btn-secondary.border-2.border-red-500.rounded-lg.p-6 {
  padding: 0px;
}
main.flex-1.p-8 .bg-white.btn-secondary.border-red-500.rounded-lg.p-6 {
  padding: 0px;
}
.fixed.inset-0.bg-black.bg-opacity-50 .btn-secondary.w-full.max-w-7xl.h-\[90vh\] {
  height: calc(100vh - 16px);
  max-height: calc(100vh - 16px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.fixed.inset-0.bg-black.bg-opacity-50 .btn-secondary.w-full.max-w-7xl.h-\[90vh\] > .flex-1.flex.overflow-hidden {
  flex: 1 1 auto;
  min-height: 0;
}
.fixed.inset-0.bg-black.bg-opacity-50
.btn-secondary.w-full.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-white.p-6.overflow-y-auto.border-l-2.border-gray-200 {
  height: 100%;
  min-height: 0;
  overflow-y: auto;
}
.fixed.inset-0.bg-black.bg-opacity-50
.btn-secondary.w-full.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-gray-50.p-6.overflow-y-auto {
  height: 100%;
  min-height: 0;
  overflow-y: auto;
}
.fixed.inset-0.bg-black.bg-opacity-50
.btn-secondary.w-full.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-white.p-6.overflow-y-auto.border-l-2.border-gray-200
.bg-gray-50.rounded-lg.p-4 {
  /* 원하는 스타일 추가 가능 */
}
button.w-full.px-4.py-2\.5.bg-gray-800.text-white.rounded.text-sm.btn-secondary.hover\:bg-gray-700.transition-colors.flex.items-center.justify-center.gap-2 {
  background: #756f68;
}
tr.btn-secondary {
    border-bottom: 1px solid #d1d5db;
}
button.px-4.py-2.text-sm.btn-secondary.rounded-lg.transition-colors.bg-blue-600.text-white {
    background: #756f68;
}
button.px-4.py-2.text-sm.btn-secondary.rounded-lg.transition-colors.bg-green-600.text-white {
    background: #ff8337;
}
.btn-secondary.rounded-lg.shadow.overflow-hidden {
    box-shadow: none;
}
.flex.items-center.justify-between.btn-secondary.py-4.border-b.border-gray-200 {
    padding: 16px;
}
main.flex-1.p-8
.labor-costs-page
.btn-secondary.rounded-lg.shadow.overflow-hidden
> .overflow-x-auto {
  min-height: 0;
}
main.flex-1.p-8 .flex.gap-4 .btn-secondary.rounded-lg.shadow.overflow-hidden.flex-1 > .overflow-x-auto {
    border: none;
    background: white;
}
.btn-secondary.py-4.border-b.border-gray-200.flex.justify-between.items-center {
    border: none;
    padding-left: 0px;
    padding-top: 0px;
}
button.w-full.p-4.flex.items-center.justify-between.btn-secondary.transition-colors {
    background: #f0eee8;
}
.card.cursor-pointer.btn-secondary.duration-200.hover\:shadow-md {
    box-shadow: none;
    border-color: #766f6730;
}
.card.cursor-pointer.transition-all.btn-secondary.hover\:shadow-md {
    box-shadow: none;
    border-color: #766f6730;
}
button.px-4.py-2.rounded-lg.text-sm.btn-secondary.transition-colors.bg-primary-600.text-white {
    background: #766f67;
}
.btn-secondary.rounded-lg.shadow.p-6 {
    background: #f0eee8;
}
tr.btn-secondary.cursor-pointer.transition-colors.bg-blue-50 {
    border-bottom: 1px solid #d1d5db;
}
.fixed.inset-0 .bg-white.rounded-lg.shadow-xl > .btn-secondary.py-4.border-b.border-gray-200.flex.items-center.justify-between {
    background: #786F66;
    border-radius: 6px 6px 0 0;
}
.fixed.inset-0 .btn-secondary.rounded-lg.shadow-xl > .px-6.py-4.border-b.border-gray-200.flex.items-center.justify-between {
    background: #786F66;
    border-radius: 6px 6px 0 0;
}
.flex.items-center.justify-between.btn-secondary.py-4.border-b.border-gray-200 {
    background: none;
}
main.flex-1.p-8 > .space-y-4 > .btn-secondary.rounded-lg.border.border-gray-200.p-8.text-center {
    height: calc(100vh - 260px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-secondary.rounded-lg.shadow {
    box-shadow: none;
}
.btn-secondary.py-4.border-b.border-gray-200.flex.justify-between.items-center {
    padding-left: 16px;
    padding-top: 16px;
}
.btn-secondary.py-4.border-b.border-gray-200 {
    background: #f1eee7;
}
.btn-secondary.rounded-lg.shadow {
    border: 1px solid #d1d5db;
}
button.px-4.py-2.text-sm.btn-secondary.text-white.bg-red-600.rounded.hover\:bg-red-700.focus\:outline-none.focus\:ring-2.focus\:ring-red-500 {
    background: #766f67;
}
button.px-4.py-2.text-sm.btn-secondary.text-white.bg-gray-600.rounded.hover\:bg-gray-700.focus\:outline-none.focus\:ring-2.focus\:ring-gray-500 {
    border: 1px solid #766f67;
    background: none;
    color: #766f67;
    font-weight: 600;
}
td.btn-secondary.py-12.text-center.text-sm.text-gray-500 {
    height: 500px;
}
main.flex-1.p-8 .flex.items-center.justify-between.px-4.btn-secondary.border-b.border-gray-300.bg-gray-50 {
    padding: 8px;
}
main.flex-1.p-8 .flex.items-center.justify-between.px-4.py-3.border-b.btn-secondary.bg-gray-50 {
    padding: 8px;
}
.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/* 입력 필드 스타일 */
.input-field {
  width: 100%;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].input-field.duration-200.shadow-md.hover\:shadow-lg {
  box-shadow: none;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.input-field.shadow-md.hover\:shadow-lg {
  box-shadow: none;
}
.flex.items-center.space-x-3.bg-gray-50.input-field.py-2.rounded-lg.border.border-gray-200 {
  background: none;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].input-field.duration-200.shadow-md.hover\:shadow-lg {
  background: white;
  color: #756f68;
  font-weight: 700;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.input-field.shadow-md.hover\:shadow-lg {
  background: white;
  color: #756f68;
  font-weight: 700;
}
aside.w-64.flex.flex-col.flex-shrink-0.min-h-screen.shadow-xl.input-field.duration-300 {
  position: fixed;
  top: 64px;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 270px;
  z-index: 100;
  background: white;
}
a.flex.items-center.space-x-3.input-field.py-2.rounded-lg.transition-all.duration-200.text-sm.text-\[\#222222\].shadow-lg {
  box-shadow: none;
}
a.flex.items-center.space-x-3.px-4.py-2.rounded-lg.input-field.duration-200.text-sm.text-\[\#222222\].shadow-lg {
  box-shadow: none;
}
a.flex.items-center.space-x-3.px-4.py-2.rounded-lg.transition-all.input-field.text-sm.text-\[\#222222\].shadow-lg {
  box-shadow: none;
}
.projects-page .input-field {
  border-width: 0px;
}
.input-field.pt-3 {
  display: none;
}
button.flex.items-center.justify-between.input-field.px-4.py-3.rounded-lg.transition-all.duration-200.text-white {
  background: #756f68;
}
button.flex.items-center.justify-between.w-full.input-field.py-3.rounded-lg.transition-all.duration-200.text-white {
  background: #756f68;
}
button.flex.items-center.justify-between.w-full.px-4.input-field.rounded-lg.transition-all.duration-200.text-white {
  background: #756f68;
}
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.input-field.duration-200.text-white {
  background: #756f68;
}
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.transition-all.input-field.text-white {
  background: #756f68;
}
button.flex.items-center.justify-between.input-field.px-4.py-3.rounded-lg.transition-all.duration-200.text-gray-200.hover\:bg-\[\#5a544c\].hover\:text-white {
  border: 1px solid #f0eee8;
}
button.flex.items-center.justify-between.w-full.input-field.py-3.rounded-lg.transition-all.duration-200.text-gray-200.hover\:bg-\[\#5a544c\].hover\:text-white {
  border: 1px solid #f0eee8;
}
button.flex.items-center.justify-between.w-full.px-4.input-field.rounded-lg.transition-all.duration-200.text-gray-200.hover\:bg-\[\#5a544c\].hover\:text-white {
  border: 1px solid #f0eee8;
}
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.input-field.duration-200.text-gray-200.hover\:bg-\[\#5a544c\].hover\:text-white {
  border: 1px solid #f0eee8;
}
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.transition-all.input-field.text-gray-200.hover\:bg-\[\#5a544c\].hover\:text-white {
  border: 1px solid #f0eee8;
}
.flex.items-center.justify-center.min-h-screen.input-field.pt-4.pb-20.text-center.sm\:p-0 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100%;
}
.relative.inline-block.input-field.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6 {
  padding: 0px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.input-field.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6 {
  padding: 0px;
}
.relative.inline-block.input-field.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3.text-lg.font-medium.leading-6.text-gray-900.mb-4 {
  background: #766f67;
  padding: 16px;
  color: white;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.input-field.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3.text-lg.font-medium.leading-6.text-gray-900.mb-4 {
  background: #766f67;
  padding: 16px;
  color: white;
}
.relative.inline-block.input-field.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3 + .space-y-4 {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.input-field.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3 + .space-y-4 {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
}
.relative.inline-block.input-field.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
.mt-6.flex.justify-end.space-x-3 {
  margin-top: 0px;
  padding: 20px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.input-field.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
.mt-6.flex.justify-end.space-x-3 {
  margin-top: 0px;
  padding: 20px;
}
.relative.inline-block.input-field.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
p.mt-1.text-xs.text-gray-500 {
  color: red;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.input-field.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
p.mt-1.text-xs.text-gray-500 {
  color: red;
}
.fixed.inset-0.bg-black.bg-opacity-50
  .bg-white.rounded-lg.shadow-xl.input-field.max-w-4xl.max-h-\[90vh\].overflow-y-auto {
  max-height: none;
  overflow-y: visible;
  max-width: 800px;
}
main.flex-1.p-8 > .space-y-6
  > .bg-white.input-field.border-blue-300.border-dashed.rounded-lg.p-6,
main.flex-1.p-8 > .space-y-6
  > .bg-white.input-field.border-red-500.rounded-lg.p-6 {
  border: none;
}
main.flex-1.p-8
  > .space-y-6
  > .bg-white.input-field.border-red-500.rounded-lg.p-6 {
    padding: 0px;
}
main.flex-1.p-8 > .space-y-6 button.px-8.input-field.rounded-t-lg.font-medium.transition-colors.bg-white.text-gray-900.border-t.border-x.border-gray-300 {
  border: 0px;
  background: #ffd237;
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 button.px-8.py-3.rounded-t-lg.font-medium.transition-colors.bg-white.text-gray-900.border-t.border-x.input-field {
  border: 0px;
  background: #ffd237;
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 button.px-8.input-field.rounded-t-lg.font-medium.transition-colors.bg-gray-200.text-gray-600.hover\:bg-gray-300 {
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 button.input-field.p-4.flex.items-center.justify-between.hover\:bg-gray-50.transition-colors {
  background: #f1eee7;
}
main.flex-1.p-8 > .space-y-6 .bg-white.border.input-field.rounded-lg.shadow {
  box-shadow: none;
}
main.flex-1.p-8 > .space-y-6 button.px-6.py-2.text-sm.font-medium.text-white.bg-blue-600.rounded.hover\:bg-blue-700.input-field.focus\:ring-2.focus\:ring-blue-500 {
  background: #756f68;
}
main.flex-1.p-8 > .space-y-6 button.px-6.py-2.text-sm.font-medium.text-white.bg-blue-600.rounded.hover\:bg-blue-700.focus\:outline-none.input-field.focus\:ring-blue-500 {
  background: #756f68;
}
main.flex-1.p-8 > .space-y-6
button.input-field.py-2.text-sm.font-medium.text-white.bg-blue-600.rounded-lg.hover\:bg-blue-700.focus\:outline-none.focus\:ring-2.focus\:ring-blue-500.transition-colors {
  background: #ff8337;
}
main.flex-1.p-8 > .space-y-6
button.px-4.py-2.text-sm.font-medium.text-white.bg-blue-600.rounded-lg.hover\:bg-blue-700.input-field.focus\:ring-2.focus\:ring-blue-500.transition-colors {
  background: #ff8337;
}
main.flex-1.p-8 > .space-y-6
button.px-4.py-2.text-sm.font-medium.text-white.bg-blue-600.rounded-lg.hover\:bg-blue-700.focus\:outline-none.input-field.focus\:ring-blue-500.transition-colors {
  background: #ff8337;
}
main.flex-1.p-8 > .space-y-6
button.input-field.py-2.bg-blue-600.text-white.rounded-lg.hover\:bg-blue-700.transition-colors.disabled\:opacity-50 {
  background: #766f67;
}
main.flex-1.p-8 button.input-field.px-4.py-2\.5.bg-gray-800.text-white.rounded.text-sm.font-medium.hover\:bg-gray-700.transition-colors.flex.items-center.justify-center.gap-2 {
  background: #756f68;
}
main.flex-1.p-8 button.w-full.input-field.py-2\.5.bg-gray-800.text-white.rounded.text-sm.font-medium.hover\:bg-gray-700.transition-colors.flex.items-center.justify-center.gap-2 {
  background: #756f68;
}
main.flex-1.p-8 tr.hover\:bg-primary-50.cursor-pointer.input-field.duration-150.hover\:shadow-sm {
  border-bottom: 1px solid #e5e7eb;
}
main.flex-1.p-8 tr.border-t.input-field.cursor-pointer.hover\:bg-blue-50.bg-gray-50 {
  background: white;
  border-bottom: 1px solid #d1d5db;
}
main.flex-1.p-8 tr.border-t.input-field.cursor-pointer.hover\:bg-blue-50.bg-blue-100 {
  background: #FFFBE3;
  border: 1px solid #d1d5db;
}
main.flex-1.p-8 tr.border-t.input-field {
  background: white;
  border: 1px solid #d1d5db;
}
main.flex-1.p-8 table.input-field.text-xs.border.border-gray-300 { margin-top: 0px; }
main.flex-1.p-8 table.w-full.text-xs.border.input-field { margin-top: 0px; }
main.flex-1.p-8 table.input-field.border-collapse.text-sm { border: 1px solid #d1d5db; }
main.flex-1.p-8 th.px-1.py-2.text-center.border-r.input-field { height: 50px; }
main.flex-1.p-8 td.px-1.py-2.text-center.border-r.input-field { padding: 2px; }
main.flex-1.p-8 select.input-field.px-1.py-0\.5.text-xs.border.border-gray-300.rounded.focus\:outline-none.focus\:ring-1.focus\:ring-blue-500 { height: 30px; }
main.flex-1.p-8 select.w-full.px-1.py-0\.5.text-xs.border.input-field.rounded.focus\:outline-none.focus\:ring-1.focus\:ring-blue-500 { height: 30px; }
main.flex-1.p-8 select.w-full.px-1.py-0\.5.text-xs.border.border-gray-300.rounded.input-field.focus\:ring-1.focus\:ring-blue-500 { height: 30px; }
main.flex-1.p-8 .flex.items-center.justify-between.input-field.py-3.border-b.border-gray-300.bg-gray-50 {
  background: none;
  border: none;
  padding: 0px;
  margin-bottom: 16px;
}
main.flex-1.p-8 .flex.items-center.justify-between.px-4.input-field.border-b.border-gray-300.bg-gray-50 {
  background: none;
  border: none;
  padding: 0px;
  margin-bottom: 16px;
}
main.flex-1.p-8 .flex.items-center.justify-between.px-4.py-3.border-b.input-field.bg-gray-50 {
  background: none;
  border: none;
  padding: 0px;
  margin-bottom: 16px;
}
main.flex-1.p-8
  .flex-shrink-0.pl-2
  > .border.input-field.rounded.bg-white.h-full {
    border: none;
}
main.flex-1.p-8 .flex-shrink-0.pl-2 > .border.input-field.rounded.bg-white.h-full > .p-4 {
  padding: 0px;
  min-height: 500px;
  background: #f9f9f9;
  box-shadow: inset 0 0 0 1px #d1d5db;
}
main.flex-1.p-8 .bg-gray-500.text-white.px-6.input-field.rounded-t-lg { background: #756f68; }
main.flex-1.p-8 .input-field.border-dashed.border-blue-300.rounded-lg.p-6 {
  border: none;
  padding: 0px;
  border-radius: 12px;
}
.bg-white.input-field.max-w-7xl.h-\[90vh\] {
  height: 96vh;
  max-height: 96vh;
  overflow: hidden;
}
.bg-white.input-field.max-w-7xl.h-\[90vh\] > .flex-1 {
  min-height: 0;
}
.bg-white.input-field.max-w-7xl.h-\[90vh\] .overflow-y-auto {
  height: 100%;
  min-height: 0;
}
.input-field.px-4.py-3.border.border-gray-300.rounded-lg.bg-gray-100.text-gray-700.min-h-\[300px\].prose.prose-sm.max-w-none {
    background: white;
}
.w-full.input-field.py-3.border.border-gray-300.rounded-lg.bg-gray-100.text-gray-700.min-h-\[300px\].prose.prose-sm.max-w-none {
    background: white;
}
.w-full.px-4.input-field.border.border-gray-300.rounded-lg.bg-gray-100.text-gray-700.min-h-\[300px\].prose.prose-sm.max-w-none {
    background: white;
}
.w-full.px-4.py-3.border.input-field.rounded-lg.bg-gray-100.text-gray-700.min-h-\[300px\].prose.prose-sm.max-w-none {
    background: white;
}
button.px-6.py-2\.5.border.input-field.text-gray-700.rounded-lg.hover\:bg-gray-100.transition-colors.font-medium {
    background: white;
}
.bg-white.border.border-gray-200.input-field.p-6.shadow-sm {
    border: none;
    box-shadow: none;
}
button.flex.items-center.space-x-3.px-4.py-2.rounded-lg.transition-all.duration-200.text-sm.text-gray-300.hover\:bg-\[\#5a544c\].hover\:text-white.input-field.text-left {
    color: #0000003d;
}
button.flex.items-center.space-x-3.input-field.py-2.rounded-lg.transition-all.duration-200.text-sm.text-gray-300.hover\:bg-\[\#5a544c\].hover\:text-white.w-full.text-left {
    color: #0000003d;
}
button.flex.items-center.space-x-3.px-4.py-2.rounded-lg.input-field.duration-200.text-sm.text-gray-300.hover\:bg-\[\#5a544c\].hover\:text-white.w-full.text-left {
    color: #0000003d;
}
button.flex.items-center.space-x-3.px-4.py-2.rounded-lg.transition-all.input-field.text-sm.text-gray-300.hover\:bg-\[\#5a544c\].hover\:text-white.w-full.text-left {
    color: #0000003d;
}

main.flex-1.p-8 .bg-white.rounded-lg.shadow.overflow-hidden > .overflow-x-auto > table.border.input-field {
  border: none;
}
main.flex-1.p-8 .flex-shrink-0.pl-2 .border.input-field.rounded.bg-white.h-full {
  border: none;
}
main.flex-1.p-8 .bg-white.input-field.border-red-500.rounded-lg.p-6 {
  padding: 0px;
}
.fixed.inset-0.bg-black.bg-opacity-50 .bg-white.input-field.max-w-7xl.h-\[90vh\] {
  height: calc(100vh - 16px);
  max-height: calc(100vh - 16px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.fixed.inset-0.bg-black.bg-opacity-50 .bg-white.input-field.max-w-7xl.h-\[90vh\] > .flex-1.flex.overflow-hidden {
  flex: 1 1 auto;
  min-height: 0;
}
.fixed.inset-0.bg-black.bg-opacity-50
.bg-white.input-field.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-white.p-6.overflow-y-auto.border-l-2.border-gray-200 {
  height: 100%;
  min-height: 0;
  overflow-y: auto;
}
.fixed.inset-0.bg-black.bg-opacity-50
.bg-white.input-field.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-gray-50.p-6.overflow-y-auto {
  height: 100%;
  min-height: 0;
  overflow-y: auto;
}
.fixed.inset-0.bg-black.bg-opacity-50
.bg-white.input-field.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-white.p-6.overflow-y-auto.border-l-2.border-gray-200
.bg-gray-50.rounded-lg.p-4 {
  /* 원하는 스타일 추가 가능 */
}
button.input-field.px-4.py-2\.5.bg-gray-800.text-white.rounded.text-sm.font-medium.hover\:bg-gray-700.transition-colors.flex.items-center.justify-center.gap-2 {
  background: #756f68;
}
button.w-full.input-field.py-2\.5.bg-gray-800.text-white.rounded.text-sm.font-medium.hover\:bg-gray-700.transition-colors.flex.items-center.justify-center.gap-2 {
  background: #756f68;
}
button.input-field.py-2.text-sm.font-medium.rounded-lg.transition-colors.bg-blue-600.text-white {
    background: #756f68;
}
button.input-field.py-2.text-sm.font-medium.rounded-lg.transition-colors.bg-green-600.text-white {
    background: #ff8337;
}
main.flex-1.p-8 table.input-field.border-collapse.text-sm {
    border-top: 0px;
}
button.input-field.p-4.flex.items-center.justify-between.hover\:bg-gray-50.transition-colors {
    background: #f0eee8;
}
.card.cursor-pointer.input-field.duration-200.hover\:shadow-md {
    box-shadow: none;
    border-color: #766f6730;
}
.card.cursor-pointer.transition-all.input-field.hover\:shadow-md {
    box-shadow: none;
    border-color: #766f6730;
}
button.input-field.py-2.rounded-lg.text-sm.font-medium.transition-colors.bg-primary-600.text-white {
    background: #766f67;
}
table.input-field.text-sm {
    border-top: 1px solid #d2d5da;
}
button.input-field.py-2.text-sm.font-medium.text-white.bg-red-600.rounded.hover\:bg-red-700.focus\:outline-none.focus\:ring-2.focus\:ring-red-500 {
    background: #766f67;
}
button.px-4.py-2.text-sm.font-medium.text-white.bg-red-600.rounded.hover\:bg-red-700.input-field.focus\:ring-2.focus\:ring-red-500 {
    background: #766f67;
}
button.px-4.py-2.text-sm.font-medium.text-white.bg-red-600.rounded.hover\:bg-red-700.focus\:outline-none.input-field.focus\:ring-red-500 {
    background: #766f67;
}
button.input-field.py-2.text-sm.font-medium.text-white.bg-gray-600.rounded.hover\:bg-gray-700.focus\:outline-none.focus\:ring-2.focus\:ring-gray-500 {
    border: 1px solid #766f67;
    background: none;
    color: #766f67;
    font-weight: 600;
}
button.px-4.py-2.text-sm.font-medium.text-white.bg-gray-600.rounded.hover\:bg-gray-700.input-field.focus\:ring-2.focus\:ring-gray-500 {
    border: 1px solid #766f67;
    background: none;
    color: #766f67;
    font-weight: 600;
}
button.px-4.py-2.text-sm.font-medium.text-white.bg-gray-600.rounded.hover\:bg-gray-700.focus\:outline-none.input-field.focus\:ring-gray-500 {
    border: 1px solid #766f67;
    background: none;
    color: #766f67;
    font-weight: 600;
}
button.px-8.py-2.bg-blue-600.text-white.rounded.hover\:bg-blue-700.input-field.focus\:ring-2.focus\:ring-blue-500.disabled\:bg-gray-300.disabled\:cursor-not-allowed {
    background: #ffd237;
    color: black;
}
button.px-8.py-2.bg-blue-600.text-white.rounded.hover\:bg-blue-700.focus\:outline-none.input-field.focus\:ring-blue-500.disabled\:bg-gray-300.disabled\:cursor-not-allowed {
    background: #ffd237;
    color: black;
}
main.flex-1.p-8 .flex.items-center.justify-between.input-field.py-3.border-b.border-gray-300.bg-gray-50 {
    padding: 8px;
}
main.flex-1.p-8 .flex.items-center.justify-between.px-4.input-field.border-b.border-gray-300.bg-gray-50 {
    padding: 8px;
}
main.flex-1.p-8 .flex.items-center.justify-between.px-4.py-3.border-b.input-field.bg-gray-50 {
    padding: 8px;
}
.input-field:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 235 92 / var(--tw-ring-opacity, 1));
}
.textarea-field {
  width: 100%;
  resize: none;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].textarea-field.duration-200.shadow-md.hover\:shadow-lg {
  box-shadow: none;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.textarea-field.shadow-md.hover\:shadow-lg {
  box-shadow: none;
}
.flex.items-center.space-x-3.bg-gray-50.textarea-field.py-2.rounded-lg.border.border-gray-200 {
  background: none;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].textarea-field.duration-200.shadow-md.hover\:shadow-lg {
  background: white;
  color: #756f68;
  font-weight: 700;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.textarea-field.shadow-md.hover\:shadow-lg {
  background: white;
  color: #756f68;
  font-weight: 700;
}
aside.w-64.flex.flex-col.flex-shrink-0.min-h-screen.shadow-xl.textarea-field.duration-300 {
  position: fixed;
  top: 64px;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 270px;
  z-index: 100;
  background: white;
}
a.flex.items-center.space-x-3.textarea-field.py-2.rounded-lg.transition-all.duration-200.text-sm.text-\[\#222222\].shadow-lg {
  box-shadow: none;
}
a.flex.items-center.space-x-3.px-4.py-2.rounded-lg.textarea-field.duration-200.text-sm.text-\[\#222222\].shadow-lg {
  box-shadow: none;
}
a.flex.items-center.space-x-3.px-4.py-2.rounded-lg.transition-all.textarea-field.text-sm.text-\[\#222222\].shadow-lg {
  box-shadow: none;
}
.projects-page .textarea-field {
  border-width: 0px;
}
.textarea-field.pt-3 {
  display: none;
}
button.flex.items-center.justify-between.textarea-field.px-4.py-3.rounded-lg.transition-all.duration-200.text-white {
  background: #756f68;
}
button.flex.items-center.justify-between.w-full.textarea-field.py-3.rounded-lg.transition-all.duration-200.text-white {
  background: #756f68;
}
button.flex.items-center.justify-between.w-full.px-4.textarea-field.rounded-lg.transition-all.duration-200.text-white {
  background: #756f68;
}
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.textarea-field.duration-200.text-white {
  background: #756f68;
}
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.transition-all.textarea-field.text-white {
  background: #756f68;
}
button.flex.items-center.justify-between.textarea-field.px-4.py-3.rounded-lg.transition-all.duration-200.text-gray-200.hover\:bg-\[\#5a544c\].hover\:text-white {
  border: 1px solid #f0eee8;
}
button.flex.items-center.justify-between.w-full.textarea-field.py-3.rounded-lg.transition-all.duration-200.text-gray-200.hover\:bg-\[\#5a544c\].hover\:text-white {
  border: 1px solid #f0eee8;
}
button.flex.items-center.justify-between.w-full.px-4.textarea-field.rounded-lg.transition-all.duration-200.text-gray-200.hover\:bg-\[\#5a544c\].hover\:text-white {
  border: 1px solid #f0eee8;
}
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.textarea-field.duration-200.text-gray-200.hover\:bg-\[\#5a544c\].hover\:text-white {
  border: 1px solid #f0eee8;
}
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.transition-all.textarea-field.text-gray-200.hover\:bg-\[\#5a544c\].hover\:text-white {
  border: 1px solid #f0eee8;
}
.flex.items-center.justify-center.min-h-screen.textarea-field.pt-4.pb-20.text-center.sm\:p-0 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100%;
}
.relative.inline-block.textarea-field.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6 {
  padding: 0px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.textarea-field.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6 {
  padding: 0px;
}
.relative.inline-block.textarea-field.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3.text-lg.font-medium.leading-6.text-gray-900.mb-4 {
  background: #766f67;
  padding: 16px;
  color: white;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.textarea-field.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3.text-lg.font-medium.leading-6.text-gray-900.mb-4 {
  background: #766f67;
  padding: 16px;
  color: white;
}
.relative.inline-block.textarea-field.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3 + .space-y-4 {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.textarea-field.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3 + .space-y-4 {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
}
.relative.inline-block.textarea-field.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
.mt-6.flex.justify-end.space-x-3 {
  margin-top: 0px;
  padding: 20px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.textarea-field.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
.mt-6.flex.justify-end.space-x-3 {
  margin-top: 0px;
  padding: 20px;
}
.relative.inline-block.textarea-field.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
p.mt-1.text-xs.text-gray-500 {
  color: red;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.textarea-field.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
p.mt-1.text-xs.text-gray-500 {
  color: red;
}
.fixed.inset-0.bg-black.bg-opacity-50
  .bg-white.rounded-lg.shadow-xl.textarea-field.max-w-4xl.max-h-\[90vh\].overflow-y-auto {
  max-height: none;
  overflow-y: visible;
  max-width: 800px;
}
main.flex-1.p-8 > .space-y-6
  > .bg-white.textarea-field.border-blue-300.border-dashed.rounded-lg.p-6,
main.flex-1.p-8 > .space-y-6
  > .bg-white.textarea-field.border-red-500.rounded-lg.p-6 {
  border: none;
}
main.flex-1.p-8
  > .space-y-6
  > .bg-white.textarea-field.border-red-500.rounded-lg.p-6 {
    padding: 0px;
}
main.flex-1.p-8 > .space-y-6 button.px-8.textarea-field.rounded-t-lg.font-medium.transition-colors.bg-white.text-gray-900.border-t.border-x.border-gray-300 {
  border: 0px;
  background: #ffd237;
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 button.px-8.py-3.rounded-t-lg.font-medium.transition-colors.bg-white.text-gray-900.border-t.border-x.textarea-field {
  border: 0px;
  background: #ffd237;
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 button.px-8.textarea-field.rounded-t-lg.font-medium.transition-colors.bg-gray-200.text-gray-600.hover\:bg-gray-300 {
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 button.textarea-field.p-4.flex.items-center.justify-between.hover\:bg-gray-50.transition-colors {
  background: #f1eee7;
}
main.flex-1.p-8 > .space-y-6 .bg-white.border.textarea-field.rounded-lg.shadow {
  box-shadow: none;
}
main.flex-1.p-8 > .space-y-6 button.px-6.py-2.text-sm.font-medium.text-white.bg-blue-600.rounded.hover\:bg-blue-700.textarea-field.focus\:ring-2.focus\:ring-blue-500 {
  background: #756f68;
}
main.flex-1.p-8 > .space-y-6 button.px-6.py-2.text-sm.font-medium.text-white.bg-blue-600.rounded.hover\:bg-blue-700.focus\:outline-none.textarea-field.focus\:ring-blue-500 {
  background: #756f68;
}
main.flex-1.p-8 > .space-y-6
button.textarea-field.py-2.text-sm.font-medium.text-white.bg-blue-600.rounded-lg.hover\:bg-blue-700.focus\:outline-none.focus\:ring-2.focus\:ring-blue-500.transition-colors {
  background: #ff8337;
}
main.flex-1.p-8 > .space-y-6
button.px-4.py-2.text-sm.font-medium.text-white.bg-blue-600.rounded-lg.hover\:bg-blue-700.textarea-field.focus\:ring-2.focus\:ring-blue-500.transition-colors {
  background: #ff8337;
}
main.flex-1.p-8 > .space-y-6
button.px-4.py-2.text-sm.font-medium.text-white.bg-blue-600.rounded-lg.hover\:bg-blue-700.focus\:outline-none.textarea-field.focus\:ring-blue-500.transition-colors {
  background: #ff8337;
}
main.flex-1.p-8 > .space-y-6
button.textarea-field.py-2.bg-blue-600.text-white.rounded-lg.hover\:bg-blue-700.transition-colors.disabled\:opacity-50 {
  background: #766f67;
}
main.flex-1.p-8 button.textarea-field.px-4.py-2\.5.bg-gray-800.text-white.rounded.text-sm.font-medium.hover\:bg-gray-700.transition-colors.flex.items-center.justify-center.gap-2 {
  background: #756f68;
}
main.flex-1.p-8 button.w-full.textarea-field.py-2\.5.bg-gray-800.text-white.rounded.text-sm.font-medium.hover\:bg-gray-700.transition-colors.flex.items-center.justify-center.gap-2 {
  background: #756f68;
}
main.flex-1.p-8 tr.hover\:bg-primary-50.cursor-pointer.textarea-field.duration-150.hover\:shadow-sm {
  border-bottom: 1px solid #e5e7eb;
}
main.flex-1.p-8 tr.border-t.textarea-field.cursor-pointer.hover\:bg-blue-50.bg-gray-50 {
  background: white;
  border-bottom: 1px solid #d1d5db;
}
main.flex-1.p-8 tr.border-t.textarea-field.cursor-pointer.hover\:bg-blue-50.bg-blue-100 {
  background: #FFFBE3;
  border: 1px solid #d1d5db;
}
main.flex-1.p-8 tr.border-t.textarea-field {
  background: white;
  border: 1px solid #d1d5db;
}
main.flex-1.p-8 table.textarea-field.text-xs.border.border-gray-300 { margin-top: 0px; }
main.flex-1.p-8 table.w-full.text-xs.border.textarea-field { margin-top: 0px; }
main.flex-1.p-8 table.textarea-field.border-collapse.text-sm { border: 1px solid #d1d5db; }
main.flex-1.p-8 th.px-1.py-2.text-center.border-r.textarea-field { height: 50px; }
main.flex-1.p-8 td.px-1.py-2.text-center.border-r.textarea-field { padding: 2px; }
main.flex-1.p-8 select.textarea-field.px-1.py-0\.5.text-xs.border.border-gray-300.rounded.focus\:outline-none.focus\:ring-1.focus\:ring-blue-500 { height: 30px; }
main.flex-1.p-8 select.w-full.px-1.py-0\.5.text-xs.border.textarea-field.rounded.focus\:outline-none.focus\:ring-1.focus\:ring-blue-500 { height: 30px; }
main.flex-1.p-8 select.w-full.px-1.py-0\.5.text-xs.border.border-gray-300.rounded.textarea-field.focus\:ring-1.focus\:ring-blue-500 { height: 30px; }
main.flex-1.p-8 .flex.items-center.justify-between.textarea-field.py-3.border-b.border-gray-300.bg-gray-50 {
  background: none;
  border: none;
  padding: 0px;
  margin-bottom: 16px;
}
main.flex-1.p-8 .flex.items-center.justify-between.px-4.textarea-field.border-b.border-gray-300.bg-gray-50 {
  background: none;
  border: none;
  padding: 0px;
  margin-bottom: 16px;
}
main.flex-1.p-8 .flex.items-center.justify-between.px-4.py-3.border-b.textarea-field.bg-gray-50 {
  background: none;
  border: none;
  padding: 0px;
  margin-bottom: 16px;
}
main.flex-1.p-8
  .flex-shrink-0.pl-2
  > .border.textarea-field.rounded.bg-white.h-full {
    border: none;
}
main.flex-1.p-8 .flex-shrink-0.pl-2 > .border.textarea-field.rounded.bg-white.h-full > .p-4 {
  padding: 0px;
  min-height: 500px;
  background: #f9f9f9;
  box-shadow: inset 0 0 0 1px #d1d5db;
}
main.flex-1.p-8 .bg-gray-500.text-white.px-6.textarea-field.rounded-t-lg { background: #756f68; }
main.flex-1.p-8 .textarea-field.border-dashed.border-blue-300.rounded-lg.p-6 {
  border: none;
  padding: 0px;
  border-radius: 12px;
}
.bg-white.textarea-field.max-w-7xl.h-\[90vh\] {
  height: 96vh;
  max-height: 96vh;
  overflow: hidden;
}
.bg-white.textarea-field.max-w-7xl.h-\[90vh\] > .flex-1 {
  min-height: 0;
}
.bg-white.textarea-field.max-w-7xl.h-\[90vh\] .overflow-y-auto {
  height: 100%;
  min-height: 0;
}
.textarea-field.px-4.py-3.border.border-gray-300.rounded-lg.bg-gray-100.text-gray-700.min-h-\[300px\].prose.prose-sm.max-w-none {
    background: white;
}
.w-full.textarea-field.py-3.border.border-gray-300.rounded-lg.bg-gray-100.text-gray-700.min-h-\[300px\].prose.prose-sm.max-w-none {
    background: white;
}
.w-full.px-4.textarea-field.border.border-gray-300.rounded-lg.bg-gray-100.text-gray-700.min-h-\[300px\].prose.prose-sm.max-w-none {
    background: white;
}
.w-full.px-4.py-3.border.textarea-field.rounded-lg.bg-gray-100.text-gray-700.min-h-\[300px\].prose.prose-sm.max-w-none {
    background: white;
}
button.px-6.py-2\.5.border.textarea-field.text-gray-700.rounded-lg.hover\:bg-gray-100.transition-colors.font-medium {
    background: white;
}
.bg-white.border.border-gray-200.textarea-field.p-6.shadow-sm {
    border: none;
    box-shadow: none;
}
button.flex.items-center.space-x-3.px-4.py-2.rounded-lg.transition-all.duration-200.text-sm.text-gray-300.hover\:bg-\[\#5a544c\].hover\:text-white.textarea-field.text-left {
    color: #0000003d;
}
button.flex.items-center.space-x-3.textarea-field.py-2.rounded-lg.transition-all.duration-200.text-sm.text-gray-300.hover\:bg-\[\#5a544c\].hover\:text-white.w-full.text-left {
    color: #0000003d;
}
button.flex.items-center.space-x-3.px-4.py-2.rounded-lg.textarea-field.duration-200.text-sm.text-gray-300.hover\:bg-\[\#5a544c\].hover\:text-white.w-full.text-left {
    color: #0000003d;
}
button.flex.items-center.space-x-3.px-4.py-2.rounded-lg.transition-all.textarea-field.text-sm.text-gray-300.hover\:bg-\[\#5a544c\].hover\:text-white.w-full.text-left {
    color: #0000003d;
}

main.flex-1.p-8 .bg-white.rounded-lg.shadow.overflow-hidden > .overflow-x-auto > table.border.textarea-field {
  border: none;
}
main.flex-1.p-8 .flex-shrink-0.pl-2 .border.textarea-field.rounded.bg-white.h-full {
  border: none;
}
main.flex-1.p-8 .bg-white.textarea-field.border-red-500.rounded-lg.p-6 {
  padding: 0px;
}
.fixed.inset-0.bg-black.bg-opacity-50 .bg-white.textarea-field.max-w-7xl.h-\[90vh\] {
  height: calc(100vh - 16px);
  max-height: calc(100vh - 16px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.fixed.inset-0.bg-black.bg-opacity-50 .bg-white.textarea-field.max-w-7xl.h-\[90vh\] > .flex-1.flex.overflow-hidden {
  flex: 1 1 auto;
  min-height: 0;
}
.fixed.inset-0.bg-black.bg-opacity-50
.bg-white.textarea-field.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-white.p-6.overflow-y-auto.border-l-2.border-gray-200 {
  height: 100%;
  min-height: 0;
  overflow-y: auto;
}
.fixed.inset-0.bg-black.bg-opacity-50
.bg-white.textarea-field.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-gray-50.p-6.overflow-y-auto {
  height: 100%;
  min-height: 0;
  overflow-y: auto;
}
.fixed.inset-0.bg-black.bg-opacity-50
.bg-white.textarea-field.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-white.p-6.overflow-y-auto.border-l-2.border-gray-200
.bg-gray-50.rounded-lg.p-4 {
  /* 원하는 스타일 추가 가능 */
}
button.textarea-field.px-4.py-2\.5.bg-gray-800.text-white.rounded.text-sm.font-medium.hover\:bg-gray-700.transition-colors.flex.items-center.justify-center.gap-2 {
  background: #756f68;
}
button.w-full.textarea-field.py-2\.5.bg-gray-800.text-white.rounded.text-sm.font-medium.hover\:bg-gray-700.transition-colors.flex.items-center.justify-center.gap-2 {
  background: #756f68;
}
button.textarea-field.py-2.text-sm.font-medium.rounded-lg.transition-colors.bg-blue-600.text-white {
    background: #756f68;
}
button.textarea-field.py-2.text-sm.font-medium.rounded-lg.transition-colors.bg-green-600.text-white {
    background: #ff8337;
}
main.flex-1.p-8 table.textarea-field.border-collapse.text-sm {
    border-top: 0px;
}
button.textarea-field.p-4.flex.items-center.justify-between.hover\:bg-gray-50.transition-colors {
    background: #f0eee8;
}
.card.cursor-pointer.textarea-field.duration-200.hover\:shadow-md {
    box-shadow: none;
    border-color: #766f6730;
}
.card.cursor-pointer.transition-all.textarea-field.hover\:shadow-md {
    box-shadow: none;
    border-color: #766f6730;
}
button.textarea-field.py-2.rounded-lg.text-sm.font-medium.transition-colors.bg-primary-600.text-white {
    background: #766f67;
}
table.textarea-field.text-sm {
    border-top: 1px solid #d2d5da;
}
button.textarea-field.py-2.text-sm.font-medium.text-white.bg-red-600.rounded.hover\:bg-red-700.focus\:outline-none.focus\:ring-2.focus\:ring-red-500 {
    background: #766f67;
}
button.px-4.py-2.text-sm.font-medium.text-white.bg-red-600.rounded.hover\:bg-red-700.textarea-field.focus\:ring-2.focus\:ring-red-500 {
    background: #766f67;
}
button.px-4.py-2.text-sm.font-medium.text-white.bg-red-600.rounded.hover\:bg-red-700.focus\:outline-none.textarea-field.focus\:ring-red-500 {
    background: #766f67;
}
button.textarea-field.py-2.text-sm.font-medium.text-white.bg-gray-600.rounded.hover\:bg-gray-700.focus\:outline-none.focus\:ring-2.focus\:ring-gray-500 {
    border: 1px solid #766f67;
    background: none;
    color: #766f67;
    font-weight: 600;
}
button.px-4.py-2.text-sm.font-medium.text-white.bg-gray-600.rounded.hover\:bg-gray-700.textarea-field.focus\:ring-2.focus\:ring-gray-500 {
    border: 1px solid #766f67;
    background: none;
    color: #766f67;
    font-weight: 600;
}
button.px-4.py-2.text-sm.font-medium.text-white.bg-gray-600.rounded.hover\:bg-gray-700.focus\:outline-none.textarea-field.focus\:ring-gray-500 {
    border: 1px solid #766f67;
    background: none;
    color: #766f67;
    font-weight: 600;
}
button.px-8.py-2.bg-blue-600.text-white.rounded.hover\:bg-blue-700.textarea-field.focus\:ring-2.focus\:ring-blue-500.disabled\:bg-gray-300.disabled\:cursor-not-allowed {
    background: #ffd237;
    color: black;
}
button.px-8.py-2.bg-blue-600.text-white.rounded.hover\:bg-blue-700.focus\:outline-none.textarea-field.focus\:ring-blue-500.disabled\:bg-gray-300.disabled\:cursor-not-allowed {
    background: #ffd237;
    color: black;
}
main.flex-1.p-8 .flex.items-center.justify-between.textarea-field.py-3.border-b.border-gray-300.bg-gray-50 {
    padding: 8px;
}
main.flex-1.p-8 .flex.items-center.justify-between.px-4.textarea-field.border-b.border-gray-300.bg-gray-50 {
    padding: 8px;
}
main.flex-1.p-8 .flex.items-center.justify-between.px-4.py-3.border-b.textarea-field.bg-gray-50 {
    padding: 8px;
}
.textarea-field:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 235 92 / var(--tw-ring-opacity, 1));
}
/* 카드 스타일 */
.card {
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --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);
}
.labor-costs-page .card.rounded-lg.shadow:has(nav) {
  background: #f3f4f6;
  box-shadow: none;
}
.labor-costs-page .card.rounded-lg.shadow.overflow-hidden.mb-6 {
  padding: 20px;
}
header.card.shadow-md.border-b.border-gray-200 {
  position: sticky;
  top: 0px;
  height: auto;
  z-index: 999;
  background: #766f67;
}
header.bg-white.card.border-b.border-gray-200 {
  position: sticky;
  top: 0px;
  height: auto;
  z-index: 999;
  background: #766f67;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.duration-200.card.hover\:shadow-lg {
  box-shadow: none;
}
.flex.items-center.space-x-3.bg-gray-50.px-4.py-2.rounded-lg.card.border-gray-200 {
  background: none;
}
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.duration-200.card.hover\:shadow-lg {
  background: white;
  color: #756f68;
  font-weight: 700;
}
.projects-page .card.rounded-lg.shadow.pt-6.px-6.pb-\[14px\] {
  padding: 12px;
}
.projects-page .card.rounded-lg.shadow.overflow-hidden.flex-1 {
  display: flex;
  flex-direction: column;
}
.projects-page .card.rounded-lg.shadow.overflow-hidden.flex-1 > .overflow-x-auto {
  flex: 1 1 auto;
  height: 100%;
  padding: 16px;
  border: 0 solid #e5e7eb;
}
.projects-page .card.rounded-lg.shadow .px-3.py-2.space-y-2 > .flex.items-center.justify-between {
  background: #f2eee6;
  border-radius: 4px;
  padding: 10px 12px;
  min-height: 36px;
}
.projects-page .card.rounded-lg.shadow.overflow-x-auto {
  margin-top: 0;
  padding: 12px;
  border-radius: 0 8px 8px 8px;
  margin-bottom: 16px;
}
.card.border-b.border-\[\#5a544c\].flex.items-center.justify-between {
  display: none;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.card.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6 {
  padding: 0px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.card.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3.text-lg.font-medium.leading-6.text-gray-900.mb-4 {
  background: #766f67;
  padding: 16px;
  color: white;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.card.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3 + .space-y-4 {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.card.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
.mt-6.flex.justify-end.space-x-3 {
  margin-top: 0px;
  padding: 20px;
}
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.card.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
p.mt-1.text-xs.text-gray-500 {
  color: red;
}
.fixed.inset-0.bg-black.bg-opacity-50
  .card.rounded-lg.shadow-xl.w-full.max-w-4xl.max-h-\[90vh\].overflow-y-auto {
  max-height: none;
  overflow-y: visible;
  max-width: 800px;
}
main.flex-1.p-8 > .space-y-6
  > .card.border-2.border-blue-300.border-dashed.rounded-lg.p-6,
main.flex-1.p-8 > .space-y-6
  > .card.border-2.border-red-500.rounded-lg.p-6 {
  border: none;
}
main.flex-1.p-8 > .space-y-6
  > .bg-white.border-2.border-blue-300.border-dashed.rounded-lg.card,
main.flex-1.p-8 > .space-y-6
  > .bg-white.border-2.border-red-500.rounded-lg.card {
  border: none;
}
main.flex-1.p-8
  > .space-y-6
  > .card.border-2.border-red-500.rounded-lg.p-6 {
    padding: 0px;
}
main.flex-1.p-8
  > .space-y-6
  > .bg-white.border-2.border-red-500.rounded-lg.card {
    padding: 0px;
}
main.flex-1.p-8 > .space-y-6 button.px-8.py-3.rounded-t-lg.font-medium.transition-colors.card.text-gray-900.border-t.border-x.border-gray-300 {
  border: 0px;
  background: #ffd237;
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 .card.border.border-gray-300.rounded-lg.shadow {
  box-shadow: none;
}
main.flex-1.p-8 > .space-y-6 .bg-white.card.border-gray-300.rounded-lg.shadow {
  box-shadow: none;
}
main.flex-1.p-8 .bg-yellow-50.rounded-lg.card.border-yellow-200.p-4 {
  background: #756f68;
  border: none;
}
main.flex-1.p-8 .card.rounded-lg.border.border-gray-200.overflow-hidden {
  background: #f1eee7;
  border-color: #756f684a;
}
main.flex-1.p-8 .bg-white.rounded-lg.card.border-gray-200.overflow-hidden {
  background: #f1eee7;
  border-color: #756f684a;
}
main.flex-1.p-8 table.w-full.text-xs.card.border-gray-300 { margin-top: 0px; }
main.flex-1.p-8 select.w-full.px-1.py-0\.5.text-xs.card.border-gray-300.rounded.focus\:outline-none.focus\:ring-1.focus\:ring-blue-500 { height: 30px; }
main.flex-1.p-8
  .flex-shrink-0.pl-2
  > .border.border-gray-300.rounded.card.h-full {
    border: none;
}
main.flex-1.p-8
  .flex-shrink-0.pl-2
  > .card.border-gray-300.rounded.bg-white.h-full {
    border: none;
}
main.flex-1.p-8 .flex-shrink-0.pl-2 > .border.border-gray-300.rounded.card.h-full > .p-4 {
  padding: 0px;
  min-height: 500px;
  background: #f9f9f9;
  box-shadow: inset 0 0 0 1px #d1d5db;
}
main.flex-1.p-8 .flex-shrink-0.pl-2 > .card.border-gray-300.rounded.bg-white.h-full > .p-4 {
  padding: 0px;
  min-height: 500px;
  background: #f9f9f9;
  box-shadow: inset 0 0 0 1px #d1d5db;
}
main.flex-1.p-8 .border-2.border-dashed.border-blue-300.rounded-lg.card {
  border: none;
  padding: 0px;
  border-radius: 12px;
}
.card.w-full.max-w-7xl.h-\[90vh\] {
  height: 96vh;
  max-height: 96vh;
  overflow: hidden;
}
.card.w-full.max-w-7xl.h-\[90vh\] > .flex-1 {
  min-height: 0;
}
.card.w-full.max-w-7xl.h-\[90vh\] .overflow-y-auto {
  height: 100%;
  min-height: 0;
}
.w-full.px-4.py-3.card.border-gray-300.rounded-lg.bg-gray-100.text-gray-700.min-h-\[300px\].prose.prose-sm.max-w-none {
    background: white;
}
.w-1\/2.bg-gray-50.card.overflow-y-auto {
    padding: 0px;
    background: white;
}
button.px-6.py-2\.5.card.border-gray-300.text-gray-700.rounded-lg.hover\:bg-gray-100.transition-colors.font-medium {
    background: white;
}
.card.border.border-gray-200.rounded-xl.p-6.shadow-sm {
    border: none;
    box-shadow: none;
}
.bg-white.border.border-gray-200.card.p-6.shadow-sm {
    border: none;
    box-shadow: none;
}
.bg-white.card.border-gray-200.rounded-xl.p-6.shadow-sm {
    border: none;
    box-shadow: none;
}
.bg-white.border.border-gray-200.rounded-xl.card.shadow-sm {
    border: none;
    box-shadow: none;
}
.card.rounded-lg.shadow.p-6 {
    box-shadow: none;
}
.bg-white.rounded-lg.shadow.card {
    box-shadow: none;
}
main.flex-1.p-8 .card.rounded-lg.shadow.p-6:has(.border-t.border-gray-200) {
   border: 1px solid #dbdad9;
}
main.flex-1.p-8 .bg-white.rounded-lg.shadow.card:has(.border-t.border-gray-200) {
   border: 1px solid #dbdad9;
}
main.flex-1.p-8 .space-y-6 > .card.rounded-lg.shadow.p-6:nth-of-type(2) {
    background: #f1eee7;
}
main.flex-1.p-8 .space-y-6 > .bg-white.rounded-lg.shadow.card:nth-of-type(2) {
    background: #f1eee7;
}
main.flex-1.p-8 .card.rounded-lg.shadow.overflow-hidden {
  min-height: 0;
}
main.flex-1.p-8 .card.rounded-lg.shadow.overflow-hidden > .overflow-x-auto {
  min-height: 450px;
  overflow: auto;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #f3f4f673;
}
main.flex-1.p-8 .card.rounded-lg.shadow.overflow-hidden > .overflow-x-auto > table.border,
main.flex-1.p-8 .card.rounded-lg.shadow.overflow-hidden > .overflow-x-auto > table.border.border-gray-300 {
  border: none;
}
main.flex-1.p-8 .bg-white.rounded-lg.shadow.overflow-hidden > .overflow-x-auto > table.card,
main.flex-1.p-8 .bg-white.rounded-lg.shadow.overflow-hidden > .overflow-x-auto > table.card.border-gray-300 {
  border: none;
}
main.flex-1.p-8 .card.rounded-lg.shadow.overflow-hidden > .overflow-x-auto th,
main.flex-1.p-8 .card.rounded-lg.shadow.overflow-hidden > .overflow-x-auto td {
  border-color: #d1d5db;
}
main.flex-1.p-8 .card.rounded-lg.shadow.overflow-hidden > .overflow-x-auto tbody tr:only-child td[colspan] {
  height: 450px;
  vertical-align: middle;
}
main.flex-1.p-8 .flex-shrink-0.pl-2 .border.border-gray-300.rounded.card.h-full {
  border: none;
}
main.flex-1.p-8 .flex-shrink-0.pl-2 .card.border-gray-300.rounded.bg-white.h-full {
  border: none;
}
main.flex-1.p-8 .card.border-2.border-red-500.rounded-lg.p-6 {
  padding: 0px;
}
main.flex-1.p-8 .bg-white.border-2.border-red-500.rounded-lg.card {
  padding: 0px;
}
.fixed.inset-0.bg-black.bg-opacity-50 .card.w-full.max-w-7xl.h-\[90vh\] {
  height: calc(100vh - 16px);
  max-height: calc(100vh - 16px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.fixed.inset-0.bg-black.bg-opacity-50 .card.w-full.max-w-7xl.h-\[90vh\] > .flex-1.flex.overflow-hidden {
  flex: 1 1 auto;
  min-height: 0;
}
.fixed.inset-0.bg-black.bg-opacity-50
.card.w-full.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-white.p-6.overflow-y-auto.border-l-2.border-gray-200 {
  height: 100%;
  min-height: 0;
  overflow-y: auto;
}
.fixed.inset-0.bg-black.bg-opacity-50
.bg-white.w-full.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-white.card.overflow-y-auto.border-l-2.border-gray-200 {
  height: 100%;
  min-height: 0;
  overflow-y: auto;
}
.fixed.inset-0.bg-black.bg-opacity-50
.card.w-full.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-gray-50.p-6.overflow-y-auto {
  height: 100%;
  min-height: 0;
  overflow-y: auto;
}
.fixed.inset-0.bg-black.bg-opacity-50
.bg-white.w-full.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-gray-50.card.overflow-y-auto {
  height: 100%;
  min-height: 0;
  overflow-y: auto;
}
.fixed.inset-0.bg-black.bg-opacity-50
.card.w-full.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-white.p-6.overflow-y-auto.border-l-2.border-gray-200
.bg-gray-50.rounded-lg.p-4 {
  /* 원하는 스타일 추가 가능 */
}
.fixed.inset-0.bg-black.bg-opacity-50
.bg-white.w-full.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-white.card.overflow-y-auto.border-l-2.border-gray-200
.bg-gray-50.rounded-lg.p-4 {
  /* 원하는 스타일 추가 가능 */
}
.card.rounded-lg.shadow.overflow-hidden {
    box-shadow: none;
}
main.flex-1.p-8
.labor-costs-page
.card.rounded-lg.shadow.overflow-hidden
> .overflow-x-auto {
  min-height: 0;
}
main.flex-1.p-8 .flex.gap-4 .card.rounded-lg.shadow.overflow-hidden.flex-1 > .overflow-x-auto {
    border: none;
    background: white;
}
.card.rounded-lg.shadow.p-6 {
    background: #f0eee8;
}
.bg-white.rounded-lg.shadow.card {
    background: #f0eee8;
}
.fixed.inset-0 .card.rounded-lg.shadow-xl > .px-6.py-4.border-b.border-gray-200.flex.items-center.justify-between {
    background: #786F66;
    border-radius: 6px 6px 0 0;
}
main.flex-1.p-8 > .space-y-4 > .card.rounded-lg.border.border-gray-200.p-8.text-center {
    height: calc(100vh - 260px);
    display: flex;
    align-items: center;
    justify-content: center;
}
main.flex-1.p-8 > .space-y-4 > .bg-white.rounded-lg.card.border-gray-200.p-8.text-center {
    height: calc(100vh - 260px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.card.rounded-lg.shadow {
    box-shadow: none;
    border: 1px solid #d1d5db;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-top-6 {
  top: -1.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-16 {
  left: 4rem;
}
.left-3 {
  left: 0.75rem;
}
.left-6 {
  left: 1.5rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[9999\] {
  z-index: 9999;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.ml-\[120px\] {
  margin-left: 120px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.mb-12 {
  margin-bottom: 3rem;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-20 {
  height: 5rem;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[40px\] {
  max-height: 40px;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[140px\] {
  min-height: 140px;
}
.min-h-\[192px\] {
  min-height: 192px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[416px\] {
  width: 416px;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[1280px\] {
  min-width: 1280px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[70px\] {
  min-width: 70px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[50px\] {
  max-width: 50px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}
.translate-x-6 {
  --tw-translate-x: 1.5rem;
  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));
}
.translate-y-6 {
  --tw-translate-y: 1.5rem;
  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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.rotate-\[-90deg\] {
  --tw-rotate: -90deg;
  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));
}
.scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}
.transform {
  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));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-col-resize {
  cursor: col-resize;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-nwse-resize {
  cursor: nwse-resize;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[120px_1fr_150px_120px\] {
  grid-template-columns: 120px 1fr 150px 120px;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-divide-opacity, 1));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#5a544c\] {
  --tw-border-opacity: 1;
  border-color: rgb(90 84 76 / var(--tw-border-opacity, 1));
}
.border-\[\#FFD237\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 210 55 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(255 210 55 / var(--tw-border-opacity, 1));
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-stone-400 {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.bg-\[\#786F66\] {
  --tw-bg-opacity: 1;
  background-color: rgb(120 111 102 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 224 / var(--tw-bg-opacity, 1));
}
.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 245 / var(--tw-bg-opacity, 1));
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 55 / var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 92 / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600 {
  --tw-gradient-from: #FFD237 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 210 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-blue-700 {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
.to-primary-700 {
  --tw-gradient-to: #e6b800 var(--tw-gradient-to-position);
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[14px\] {
  padding-bottom: 14px;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#222222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(255 210 55 / var(--tw-text-opacity, 1));
}
.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(179 143 0 / var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --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);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}
.ring-primary-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 235 92 / var(--tw-ring-opacity, 1));
}
.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  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;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
/* 토스트 애니메이션 */
@keyframes slide-in-right {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
.animate-slide-in-right {
    animation: slide-in-right 0.3s ease-out;
  }

:root {
  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 249, 250, 251;
  --background-end-rgb: 243, 244, 246;
}

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;
  }
}

body {
  color: rgb(var(--foreground-rgb));
  background: linear-gradient(
      to bottom,
      rgb(var(--background-start-rgb)),
      rgb(var(--background-end-rgb))
    );
  min-height: 100vh;
}

/* =========================================================
   인건비총괄표 페이지 CSS
   ========================================================= */

/* 1) 탭 카드(탭이 들어있는 박스) */
.labor-costs-page .bg-white.rounded-lg.shadow:has(nav) {
  background: #f3f4f6 !important;
  box-shadow: none !important;
}

/* 탭 아래 회색 영역(탭 아래 바) */
.labor-costs-page .bg-gray-50.border-t {
  background: #fff !important;
}

/* 탭 컨테이너 */
.labor-costs-page nav.flex {
  gap: 8px !important;
  display: flex !important;
}

/* 2) 탭 버튼 - 활성 탭 */
.labor-costs-page button.border-blue-500.text-blue-600 {
  background: #fff !important;
  border-radius: 8px 8px 0 0 !important;
  border-color: #ffd237 !important;
  width: 120px !important;
  color: #000 !important;
  font-weight: 600 !important;
}

/* 비활성 탭(기본) */
.labor-costs-page button.border-transparent.text-gray-500 {
  border-color: rgba(0, 0, 0, 0.05) !important;
  background: #0000000a !important;
  border-radius: 8px 8px 0 0 !important;
  width: 120px !important;
}

/* 비활성 탭(클릭불가) */
.labor-costs-page button.text-gray-300.cursor-not-allowed {
  background: transparent !important;
  color: #9ca3af !important;
}

/* 3) 표 레이아웃/테두리 - 테이블 감싸는 카드 */
.labor-costs-page .bg-white.rounded-lg.shadow.overflow-hidden.mb-6 {
  padding: 20px !important;
}

/* 테이블 그림자 */
.labor-costs-page table {
  box-shadow: 3px 6px 4px 1px #0000001c !important;
}

/* 상단(헤더/필터) flex 영역 테두리 */
.labor-costs-page .overflow-hidden.mb-6 > .overflow-x-auto > .flex {
  border: 1px solid #e5e7eb !important;
}

/* 좌측 sticky 컬럼: 왼쪽 테두리 제거 */
.labor-costs-page .sticky.left-0 {
  border-left-width: 0 !important;
}

/* 4) 표 폰트/셀 스타일 - 기본 셀 폰트 */
.labor-costs-page td.text-sm.text-gray-900 {
  font-size: 12px !important;
}

/* 비활성(회색) 셀 글자 연하게 */
.labor-costs-page td.bg-gray-100 {
  color: #00000042 !important;
}

/* 5) 연구원(좌측) 정보 영역 */
.labor-costs-page .flex.flex-col.items-center.gap-1 {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 8px !important;
}

/* 입/퇴사일 영역 */
.labor-costs-page .pb-1 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 4px !important;
  font-size: 12px !important;
}

/* tailwind text-[10px] */
.labor-costs-page .text-\[10px\] {
  font-size: 12px !important;
}

/* 좌측 "수정" 버튼 */
.labor-costs-page button.px-2.py-0\.5.text-xs.bg-blue-500.text-white.rounded.hover\:bg-blue-600.transition-colors.flex.items-center.gap-1 {
  font-size: 12px !important;
  padding: 4px 8px !important;
  background-color: #ff9e39 !important;
}

/* 6) 우측 상단 버튼(협약금액 수정 등) */
.labor-costs-page button.bg-blue-600.text-white.rounded-md {
  border-radius: 8px !important;
  background: rgb(120 111 102) !important;
}

/* =========================================================
   상단 메뉴바 CSS
   ========================================================= */

/* 위치 */
header.bg-white.shadow-md.border-b.border-gray-200 {
  position: sticky;
  top: 0px;
  height: auto;
  z-index: 999;
  background: #766f67;
}

/* 사용자정보 */
.flex.flex-col.items-end {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

/* 그림자 삭제 */
button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.duration-200.shadow-md.hover\:shadow-lg {
  box-shadow: none;
}

/* 글자색상 */
h1.text-xl.font-bold.text-gray-900 {
  color: white;
}
p.text-xs.text-gray-500 {
  color: white;
}

/* 버튼 */
.flex.items-center.space-x-3.bg-gray-50.px-4.py-2.rounded-lg.border.border-gray-200 {
  background: none;
}

span.text-sm.font-semibold.text-gray-900 {
  color: white;
}

span.text-xs.text-gray-500 {
  color: #ffffff94;
}

button.px-5.py-2\.5.text-sm.font-medium.text-white.bg-\[\#786F66\].rounded-lg.hover\:bg-\[\#5a544c\].transition-all.duration-200.shadow-md.hover\:shadow-lg {
  background: white;
  color: #756f68;
  font-weight: 700;
}


/* =========================================================
   사이드 메뉴바 CSS
   ========================================================= */

/* 위치 */
aside.w-64.flex.flex-col.flex-shrink-0.min-h-screen.shadow-xl.transition-all.duration-300 {
  position: fixed;
  top: 64px;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 270px;
  z-index: 100;
  background: white !important;
}

main.flex-1.p-8 {
  margin-left: 270px;
}

/* 하단 메뉴바 */
.mt-1.ml-4.space-y-1 {
  margin-left: 0px;
  padding: 12px;
  background: #f1eee7;
  border-radius: 8px;
}

a.flex.items-center.space-x-3.px-4.py-2.rounded-lg.transition-all.duration-200.text-sm.text-\[\#222222\].shadow-lg {
  box-shadow: none;
}

/* =========================================================
   과제선택 페이지 CSS
   ========================================================= */

/* 월별사용내역 영역 조절 */
.projects-page .flex.flex-col.gap-4.w-\[416px\].flex-shrink-0 {
  flex: 0 0 clamp(480px, 40vw, 760px);
  width: clamp(480px, 40vw, 760px);
  max-width: clamp(480px, 40vw, 760px);
  min-width: 480px;
}

/* 그래프 수정-정렬 */
.projects-page .absolute.bottom-0.left-16.right-0.flex.justify-between.text-xs {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  justify-items: center;
  align-items: center;
  text-align: center;
  justify-content: unset;
  gap: 0;
}
.projects-page .absolute.left-0.top-0.bottom-0.w-16 {
  width: 2.25rem;
  min-width: 2.25rem;
  max-width: 2.25rem;
}

.projects-page .bg-white.rounded-lg.shadow.pt-6.px-6.pb-\[14px\] {
  padding: 12px;
}

/* 그래프 색상 */
.projects-page .bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: #ff9e39;
}

/* 항목별 등록가능금액 */
.projects-page .bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251);
}
.projects-page .border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235);
}
.projects-page .border-2 {
  border-width: 0px;
}
.projects-page tr.bg-blue-50.font-semibold {
  background: rgb(242 238 230 / 46%);
}

/* 테두리 */
.projects-page .border-r {
  border-right-width: 1px;
  border-left-width: 1px;
}

/* 테이블 레이아웃 */
.projects-page table.min-w-full.divide-y.divide-gray-200 {
  border: 1px solid #e5e7eb;
  height: 100%;
}
.projects-page .bg-white.rounded-lg.shadow.overflow-hidden.flex-1 {
  display: flex;
  flex-direction: column;
}
.projects-page .bg-white.rounded-lg.shadow.overflow-hidden.flex-1 > .overflow-x-auto {
  flex: 1 1 auto;
  height: 100%;
  padding: 16px;
  border: 0 solid #e5e7eb;
}
.projects-page .bg-blue-100 {
  background-color: #fffbe3;
}

/* 카드 레이아웃 */
.projects-page .px-3.py-2.border-b.border-gray-200 {
  padding: 12px;
}
.projects-page .bg-white.rounded-lg.shadow .px-3.py-2.space-y-2 > .flex.items-center.justify-between {
  background: #f2eee6;
  border-radius: 4px;
  padding: 10px 12px;
  min-height: 36px;
}

/* 텍스트 */
.projects-page .text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(120 111 102);
}
.projects-page p.text-xs.text-gray-600 {
  color: black;
}

/* 과제선택 탭 */
.projects-page .px-1 {
  width: 100px;
}
.projects-page .border-\[\#FFD237\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 210 55 / var(--tw-border-opacity, 1));
  background: white;
  border-radius: 8px 8px 0 0;
  border-bottom-width: 3px;
}
.projects-page .border-transparent {
  border-color: rgba(0, 0, 0, 0.05);
  background: #0000000a;
  border-radius: 8px 8px 0 0;
}

/* 탭 간격 */
.projects-page .space-x-8>:not([hidden])~:not([hidden]) {
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

/* 기타 */
.projects-page .bg-white.rounded-lg.shadow.overflow-x-auto {
  margin-top: 0;
  padding: 12px;
  border-radius: 0 8px 8px 8px;
  margin-bottom: 16px;
}
.projects-page .bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: #FFFBE3;
  border-bottom-width: 1px;
}
.projects-page .h-\[300px\].overflow-y-auto {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
.projects-page .py-4 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.projects-page .border-b-2 {
  border-bottom-width: 3px;
}


/* 상단 정보창 삭제 */
.p-6.border-b.border-\[\#5a544c\].flex.items-center.justify-between {
  display: none;
}

.px-4.pt-3 {
  display: none;
}

/* 기본값 */
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(55 52 48);
}

nav.p-4.space-y-1 {
  padding-top: 0px;
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: #43403b;
}

/* 활성화된 메뉴 */
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.transition-all.duration-200.text-white {
  background: #756f68 !important;
}

/* 기본 메뉴 */
button.flex.items-center.justify-between.w-full.px-4.py-3.rounded-lg.transition-all.duration-200.text-gray-200.hover\:bg-\[\#5a544c\].hover\:text-white {
  border: 1px solid #f0eee8;
}

/* =========================================================
   1) 인건비총괄표 팝업 CSS (팝업 컨테이너 내부에만)
   ========================================================= */

/* 팝업 전체 정렬 */
.flex.items-center.justify-center.min-h-screen.px-4.pt-4.pb-20.text-center.sm\:p-0 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100%;
}

/* 팝업 컨테이너 */
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6 {
  padding: 0px;
}

/* 팝업 타이틀 */
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3.text-lg.font-medium.leading-6.text-gray-900.mb-4 {
  background: #766f67;
  padding: 16px;
  color: white;
}

/* 타이틀 아래 폼 영역 */
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
h3 + .space-y-4 {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
}

/* 하단 버튼 영역 */
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
.mt-6.flex.justify-end.space-x-3 {
  margin-top: 0px;
  padding: 20px;
}

/* 팝업 설명(팝업 안에서만) */
.relative.inline-block.px-4.pt-5.pb-4.overflow-hidden.text-left.align-bottom.transition-all.transform.bg-white.rounded-lg.shadow-xl.sm\:my-8.sm\:align-middle.sm\:max-w-lg.sm\:w-full.sm\:p-6
p.mt-1.text-xs.text-gray-500 {
  color: red;
}

/* 큰 팝업: 오버레이 내부에서만(전역 방지) */
.fixed.inset-0.bg-black.bg-opacity-50
  .bg-white.rounded-lg.shadow-xl.w-full.max-w-4xl.max-h-\[90vh\].overflow-y-auto {
  max-height: none !important;
  overflow-y: visible !important;
  max-width: 800px;
}


/* =========================================================
   2) 페이지 공통(연구수당/업무요청/대시보드 등) - main.flex-1.p-8 내부만
   ========================================================= */

/* 빈화면 레이아웃 */
main.flex-1.p-8 .flex-1.flex.flex-col.overflow-auto {
  min-height: 1080px;
}

/* 페이지 컨테이너 */
main.flex-1.p-8 > .space-y-6 {
  background: white;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 4px 5px 8px 2px #00000026;
  min-height: 100%;
}

/* ✅ 전역 .overflow-x-auto 금지: card 내부만 */
main.flex-1.p-8 .card .overflow-x-auto {
  min-height: 800px;
}

/* 테이블/리스트 영역 배경 + 스크롤(해당 레이아웃에서만) */
main.flex-1.p-8 > .space-y-6 > .flex .overflow-x-auto {
  flex: 1;
  min-height: 500px;
  overflow-y: auto;
  background: #f9f9f9;
  box-shadow: inset 0 0 0 1px #d1d5db;
  border: none;
}


/* =========================================================
   3) 테두리/카드 규칙 (안전 스코프)
   ========================================================= */

/* 테이블 카드(이 구조인 카드만) */
main.flex-1.p-8 > .space-y-6 > .card:has(> .overflow-x-auto > table) {
  box-shadow: none;
  background: #80808014;
  padding: 0px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

/* 테이블 카드 내부 스크롤 영역 */
main.flex-1.p-8 > .space-y-6 > .card:has(> .overflow-x-auto > table) > .overflow-x-auto {
  background: #f9f9f9;
}

/* ✅ 문제였던 2개 박스는 테두리 생기지 않게 강제 */
main.flex-1.p-8 > .space-y-6
  > .bg-white.border-2.border-blue-300.border-dashed.rounded-lg.p-6,
main.flex-1.p-8 > .space-y-6
  > .bg-white.border-2.border-red-500.rounded-lg.p-6 {
  border: none !important;
}

/* ✅ (요청 반영) 빨간 박스만 padding 0 (이 페이지 + 해당 위치에서만) */
main.flex-1.p-8
  > .space-y-6
  > .bg-white.border-2.border-red-500.rounded-lg.p-6 {
    padding: 0px !important;
}


/* =========================================================
   4) 탭/버튼/카드 공통
   ========================================================= */

/* 탭 버튼(활성/비활성) */
main.flex-1.p-8 > .space-y-6 button.px-8.py-3.rounded-t-lg.font-medium.transition-colors.bg-white.text-gray-900.border-t.border-x.border-gray-300 {
  border: 0px;
  background: #ffd237;
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 button.px-8.py-3.rounded-t-lg.font-medium.transition-colors.bg-gray-200.text-gray-600.hover\:bg-gray-300 {
  border-radius: 8px;
}

/* 과제선택 버튼 */
main.flex-1.p-8 > .space-y-6 button.w-full.p-4.flex.items-center.justify-between.hover\:bg-gray-50.transition-colors {
  background: #f1eee7;
}

/* 카드 그림자 제거 */
main.flex-1.p-8 > .space-y-6 .bg-white.border.border-gray-300.rounded-lg.shadow {
  box-shadow: none;
}
main.flex-1.p-8 > .space-y-6 button.btn-primary {
  box-shadow: none;
}

/* 빈 상태 카드 */
main.flex-1.p-8 > .space-y-6 .card:has(p.text-center.text-gray-500) {
  background: #f3f4f6a3;
  box-shadow: none;
  min-height: 100%;
}

/* card + space-y-6 조합 카드 */
main.flex-1.p-8 > .space-y-6 .card.space-y-6 {
  box-shadow: none;
}


/* =========================================================
   5) 상세보기/댓글/필터 UI
   ========================================================= */

main.flex-1.p-8 > .space-y-6 .prose.max-w-none {
  min-height: 400px;
  background: #f1eee780;
  border-radius: 8px;
}
main.flex-1.p-8 > .space-y-6 .space-y-4.mb-6 { padding: 0px; }
main.flex-1.p-8 > .space-y-6 .text-gray-700.whitespace-pre-wrap.leading-relaxed { padding: 20px; }

/* 상태값 뱃지 */
main.flex-1.p-8 > .space-y-6 span.inline-flex.items-center.px-3.py-1.rounded-full.text-sm.font-medium.bg-yellow-100.text-yellow-800 {
  background: gray;
  color: white;
  margin-top: 0px !important;
}

/* 메타 정보 간격 */
main.flex-1.p-8 > .space-y-6 .flex.items-center.text-sm.text-gray-500.space-x-3 { gap: 20px; }

/* 댓글 글자색 */
main.flex-1.p-8 > .space-y-6 span.text-sm.font-medium.text-gray-900 { color: black; }
main.flex-1.p-8 > .space-y-6 p.text-sm.text-gray-700.whitespace-pre-wrap { color: black; background: none; }
main.flex-1.p-8 > .space-y-6 span.text-xs.text-gray-500 { color: #0000008a; }

/* 필터 라벨 색 */
main.flex-1.p-8 > .space-y-6 label.text-sm.font-medium.text-gray-700,
main.flex-1.p-8 > .space-y-6 span.text-sm.font-medium.text-gray-700 {
  color: black;
  background: none;
}

/* 필터 버튼 */
main.flex-1.p-8 > .space-y-6 button.px-6.py-2.text-sm.font-medium.text-white.bg-blue-600.rounded.hover\:bg-blue-700.focus\:outline-none.focus\:ring-2.focus\:ring-blue-500 {
  background: #756f68;
}


/* =========================================================
   6) 연구수당(계산 박스/버튼)
   ========================================================= */

main.flex-1.p-8 > .space-y-6 .mt-4.flex.justify-between.items-center.bg-gray-50.p-4.rounded {
  padding-left: 36px;
  padding-right: 36px;
  background: #766f67;
}
main.flex-1.p-8 > .space-y-6 .mt-4.flex.justify-between.items-center.bg-gray-50.p-4.rounded
.flex.items-center.gap-4 span.text-sm.text-gray-700 {
  color: white !important;
  background: none;
}
main.flex-1.p-8 > .space-y-6 .mt-4.flex.justify-between.items-center.bg-gray-50.p-4.rounded
span.text-lg.font-bold.text-gray-900 {
  color: white;
}

/* 개인별 연구수당 지급액 계산(제목 아래) */
main.flex-1.p-8 > .space-y-6 h2 + div span.text-sm.text-gray-700 {
  color: #ff3232;
}

/* 주황 버튼 */
main.flex-1.p-8 > .space-y-6
button.px-4.py-2.text-sm.font-medium.text-white.bg-blue-600.rounded-lg.hover\:bg-blue-700.focus\:outline-none.focus\:ring-2.focus\:ring-blue-500.transition-colors {
  background: #ff8337;
}

/* 저장/확인 버튼 */
main.flex-1.p-8 > .space-y-6
button.px-4.py-2.bg-blue-600.text-white.rounded-lg.hover\:bg-blue-700.transition-colors.disabled\:opacity-50 {
  background: #766f67;
}

/* 빨간색 규칙(페이지 내부 고정) */
main.flex-1.p-8 > .space-y-6 .bg-gray-50 .text-sm.text-gray-700 {
  color: #ff3232;
  border-color: #ff3232;
  background: white;
}


/* =========================================================
   7) 과제일정/주요일정알림(사이드 카드)
   ========================================================= */

main.flex-1.p-8 .text-\[10px\].px-1\.5.py-0\.5.rounded.text-white.truncate.cursor-pointer.hover\:opacity-80.transition-opacity {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 11px;
}

main.flex-1.p-8 .bg-yellow-50.rounded-lg.border.border-yellow-200.p-4 {
  background: #756f68;
  border: none;
}
main.flex-1.p-8 .bg-yellow-50 > .space-y-2 {
  background: white;
  border-radius: 8px;
  padding: 4px;
}
main.flex-1.p-8 .bg-yellow-50 h3.text-sm.font-bold.text-gray-900 {
  color: #fff;
  font-size: 16px;
}
main.flex-1.p-8 span.text-xs.text-yellow-600.font-bold {
  font-size: 14px;
  color: #756f68;
}

main.flex-1.p-8 .w-\[290px\].flex-shrink-0.space-y-4 { width: 340px; }

main.flex-1.p-8 .bg-white.rounded-lg.border.border-gray-200.overflow-hidden {
  background: #f1eee7;
  border-color: #756f684a;
}
main.flex-1.p-8 .bg-gray-50.rounded.px-3.py-2.flex.items-center.justify-between {
  background: white;
  padding-top: 12px;
  padding-bottom: 12px;
}

main.flex-1.p-8 p.text-xs.text-gray-900.flex-1.flex.items-center.gap-1 { font-size: 14px; }
main.flex-1.p-8 span.text-xs.text-gray-400 { color: #000000b5; font-size: 14px; }
main.flex-1.p-8 h4.text-xs.font-bold.text-gray-900 { font-size: 14px; }

main.flex-1.p-8 button.w-full.px-4.py-2\.5.bg-gray-800.text-white.rounded.text-sm.font-medium.hover\:bg-gray-700.transition-colors.flex.items-center.justify-center.gap-2 {
  background: #756f68;
}


/* =========================================================
   8) 테이블(이 페이지에서만)
   ========================================================= */

main.flex-1.p-8 tr.hover\:bg-primary-50.cursor-pointer.transition-all.duration-150.hover\:shadow-sm {
  border-bottom: 1px solid #e5e7eb;
}
main.flex-1.p-8 tr.border-t.border-gray-300.cursor-pointer.hover\:bg-blue-50.bg-gray-50 {
  background: white;
  border-bottom: 1px solid #d1d5db;
}
main.flex-1.p-8 tr.border-t.border-gray-300.cursor-pointer.hover\:bg-blue-50.bg-blue-100 {
  background: #FFFBE3;
  border: 1px solid #d1d5db;
}
main.flex-1.p-8 tr.border-t.border-gray-300 {
  background: white;
  border: 1px solid #d1d5db;
}

main.flex-1.p-8 table.w-full.text-xs.border.border-gray-300 { margin-top: 0px; }
main.flex-1.p-8 table.w-full.border-collapse.text-sm { border: 1px solid #d1d5db; }
main.flex-1.p-8 thead.bg-gray-100 { border: 1px solid #d1d5db; }
main.flex-1.p-8 th.px-1.py-2.text-center.border-r.border-gray-300 { height: 50px; }
main.flex-1.p-8 td.px-1.py-2.text-center.border-r.border-gray-300 { padding: 2px; }
main.flex-1.p-8 select.w-full.px-1.py-0\.5.text-xs.border.border-gray-300.rounded.focus\:outline-none.focus\:ring-1.focus\:ring-blue-500 { height: 30px; }


/* =========================================================
   9) 증빙서류(오른쪽 패널) - 오른쪽 컬럼만
   ========================================================= */

main.flex-1.p-8 .flex.items-center.justify-between.px-4.py-3.border-b.border-gray-300.bg-gray-50 {
  background: none;
  border: none;
  padding: 0px;
  margin-bottom: 16px;
}

/* ✅ (요청 반영) 오른쪽 패널 컨테이너만 border 제거 */
main.flex-1.p-8
  .flex-shrink-0.pl-2
  > .border.border-gray-300.rounded.bg-white.h-full {
    border: none !important;
}

main.flex-1.p-8 .flex-shrink-0.pl-2 > .border.border-gray-300.rounded.bg-white.h-full > .p-4 {
  padding: 0px;
  min-height: 500px;
  background: #f9f9f9;
  box-shadow: inset 0 0 0 1px #d1d5db;
}

main.flex-1.p-8 button.px-3.py-1.text-xs.font-medium.text-white.bg-gray-600.rounded.hover\:bg-gray-700.disabled\:bg-gray-400.disabled\:cursor-not-allowed {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
}


/* =========================================================
   10) 팝업 헤더/점선 박스 제거(페이지 내부 한정)
   ========================================================= */
main.flex-1.p-8 .bg-gray-500.text-white.px-6.py-3.rounded-t-lg { background: #756f68; }

main.flex-1.p-8 .border-2.border-dashed.border-blue-300.rounded-lg.p-6 {
  border: none;
  padding: 0px;
  border-radius: 12px;
}

/* 전체 레이아웃 */
.flex.flex-1.overflow-hidden {
    min-height: 1080px;
}

/* =========================================================
   연구노트 관리
   ========================================================= */

/* 모달 본체 */
.bg-white.w-full.max-w-7xl.h-\[90vh\] {
  height: 96vh !important;
  max-height: 96vh !important;
  overflow: hidden !important;
}

/* 본문 래퍼 (좌/우 감싸는 flex) */
.bg-white.w-full.max-w-7xl.h-\[90vh\] > .flex-1 {
  min-height: 0 !important;
}

/* 좌 / 우 패널 */
.bg-white.w-full.max-w-7xl.h-\[90vh\] .overflow-y-auto {
  height: 100% !important;
  min-height: 0 !important;
}

.bg-gradient-to-r.from-blue-600.to-blue-700.text-white.px-6.py-4.flex.justify-between.items-center {
    background: #766f67;
}
.w-full.px-4.py-3.border.border-gray-300.rounded-lg.bg-gray-100.text-gray-700.min-h-\[300px\].prose.prose-sm.max-w-none {
    background: white;
}

.w-1\/2.bg-gray-50.p-6.overflow-y-auto {
    padding: 0px;
    background: white;
}

.border-t.border-gray-200.bg-gray-50.px-6.py-4.flex.justify-end.gap-3.mt-12 {
    margin-top: 0px;
}
button.px-6.py-2\.5.border.border-gray-300.text-gray-700.rounded-lg.hover\:bg-gray-100.transition-colors.font-medium {
    background: white;
}

main.flex-1.p-8 .bg-gray-50.rounded-lg.p-4:has( > label.block.text-sm.font-semibold.text-gray-700 ) {
    padding: 0px;
    background: white;
}

label.block.text-sm.font-semibold.text-gray-700.mb-2 {
    color: black !important;
}

.bg-white.border.border-gray-200.rounded-xl.p-6.shadow-sm {
    border: none;
    box-shadow: none;
}

/* 사이드메뉴 비활성화 */
button.flex.items-center.space-x-3.px-4.py-2.rounded-lg.transition-all.duration-200.text-sm.text-gray-300.hover\:bg-\[\#5a544c\].hover\:text-white.w-full.text-left {
    color: #0000003d;
}

/* =========================================================
   회계감사 자료관리
   ========================================================= */
.bg-white.rounded-lg.shadow.p-6 {
    box-shadow: none;
}
main.flex-1.p-8 .bg-white.rounded-lg.shadow.p-6:has(.border-t.border-gray-200) {
   border: 1px solid #dbdad9;
}
main.flex-1.p-8 .space-y-6 > .bg-white.rounded-lg.shadow.p-6:nth-of-type(2) {
    background: #f1eee7;
}


/* =========================================================
  0) 공통: 레이아웃 "높이 꽉차게" (전체 페이지용)
========================================================= */

/* 헤더/푸터 있는 레이아웃에서 main이 남은 높이를 확실히 먹도록 */
body > .min-h-screen.bg-gray-100.flex.flex-col {
  min-height: 100vh;
}
body > .min-h-screen.bg-gray-100.flex.flex-col > .flex.flex-1.overflow-hidden {
  flex: 1 1 auto;
  min-height: 0;
}
body > .min-h-screen.bg-gray-100.flex.flex-col > .flex.flex-1.overflow-hidden > .flex-1.flex.flex-col.overflow-auto {
  flex: 1 1 auto;
  min-height: 1080px;
}


/* =========================================================
  3) 테이블 카드(리스트 화면) — "테이블이 들어있는 카드"만
========================================================= */

/* (A) 테이블을 감싸는 카드 컨테이너 */
main.flex-1.p-8 .bg-white.rounded-lg.shadow.overflow-hidden {
  min-height: 0;
}

/* (B) 카드 안에서 실제 테이블 영역 */
main.flex-1.p-8 .bg-white.rounded-lg.shadow.overflow-hidden > .overflow-x-auto {
  min-height: 450px;
  overflow: auto;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #f3f4f673;
}

/* (C) 2중 테두리 제거 */
main.flex-1.p-8 .bg-white.rounded-lg.shadow.overflow-hidden > .overflow-x-auto > table.border,
main.flex-1.p-8 .bg-white.rounded-lg.shadow.overflow-hidden > .overflow-x-auto > table.border.border-gray-300 {
  border: none !important;
}

/* th/td 라인 유지 */
main.flex-1.p-8 .bg-white.rounded-lg.shadow.overflow-hidden > .overflow-x-auto th,
main.flex-1.p-8 .bg-white.rounded-lg.shadow.overflow-hidden > .overflow-x-auto td {
  border-color: #d1d5db;
}

/* (D) 빈 데이터 표시 */
main.flex-1.p-8 .bg-white.rounded-lg.shadow.overflow-hidden > .overflow-x-auto tbody tr:only-child td[colspan] {
  height: 450px;
  vertical-align: middle;
}


/* =========================================================
  5) 요청하신 추가 규칙
========================================================= */

/* (A) 오른쪽 "증빙서류" 패널 박스 border 제거 */
main.flex-1.p-8 .flex-shrink-0.pl-2 .border.border-gray-300.rounded.bg-white.h-full {
  border: none !important;
}

/* (B) 빨간 테두리 박스 padding 0 */
main.flex-1.p-8 .bg-white.border-2.border-red-500.rounded-lg.p-6 {
  padding: 0px !important;
}


/* =========================================================
  6) 연구노트 상세보기(모달) — 잘림/스크롤/높이 해결
========================================================= */

/* 1) 오버레이 padding 문제 방지 */
.fixed.inset-0.bg-black.bg-opacity-50.flex.items-center.justify-center.z-50.p-4 {
  padding: 8px !important;
}

/* 2) 모달 컨테이너 높이 확장 */
.fixed.inset-0.bg-black.bg-opacity-50 .bg-white.w-full.max-w-7xl.h-\[90vh\] {
  height: calc(100vh - 16px) !important;
  max-height: calc(100vh - 16px) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}

/* 3) header 아래 본문 늘리기 */
.fixed.inset-0.bg-black.bg-opacity-50 .bg-white.w-full.max-w-7xl.h-\[90vh\] > .flex-1.flex.overflow-hidden {
  flex: 1 1 auto !important;
  min-height: 0 !important;
}

/* 4) 좌/우 패널 스크롤 유지 */
.fixed.inset-0.bg-black.bg-opacity-50
.bg-white.w-full.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-white.p-6.overflow-y-auto.border-l-2.border-gray-200 {
  height: 100% !important;
  min-height: 0 !important;
  overflow-y: auto !important;
}

.fixed.inset-0.bg-black.bg-opacity-50
.bg-white.w-full.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-gray-50.p-6.overflow-y-auto {
  height: 100% !important;
  min-height: 0 !important;
  overflow-y: auto !important;
}


/* =========================================================
  7) 연구노트 상세 모달 스타일
========================================================= */

.fixed.inset-0.bg-black.bg-opacity-50
.bg-white.w-full.max-w-7xl.h-\[90vh\]
.w-1\/2.bg-white.p-6.overflow-y-auto.border-l-2.border-gray-200
.bg-gray-50.rounded-lg.p-4 {
  /* 원하는 스타일 추가 가능 */
}


/* =========================================================
  8) 기타 버튼/컬러 스타일
========================================================= */

button.w-full.px-4.py-2\.5.bg-gray-800.text-white.rounded.text-sm.font-medium.hover\:bg-gray-700.transition-colors.flex.items-center.justify-center.gap-2 {
  background: #756f68;
}

tr.hover\:bg-gray-50 {
    border-bottom: 1px solid #d1d5db;
}

span.ml-2.px-2.py-0\.5.text-xs.rounded-full.bg-blue-500.text-white {
    background: #534e49;
}

button.px-4.py-2.text-sm.font-medium.rounded-lg.transition-colors.bg-blue-600.text-white {
    background: #756f68;
}

button.px-4.py-2.text-sm.font-medium.rounded-lg.transition-colors.bg-green-600.text-white {
    background: #ff8337;
}

.bg-white.rounded-lg.shadow.overflow-hidden {
    box-shadow: none;
}

/* =========================================================
   이슈허브 #cml63b9p3000a55rbhsezpcf7 - CSS 수정사항 (2026-02-03)
   ========================================================= */

/*일정관리 달력 넓이*/
main.flex-1.p-8 .w-\[290px\].flex-shrink-0.space-y-4 {
    width: 400px;
}

.flex.items-center.justify-between.px-6.py-4.border-b.border-gray-200 {
    padding: 16px;
}

/* ✅ 인건비총괄표만 예외 */
main.flex-1.p-8
.labor-costs-page
.bg-white.rounded-lg.shadow.overflow-hidden
> .overflow-x-auto {
  min-height: 0 !important;
}

/*전체 팝업 레이아웃*/
.fixed.inset-0.bg-black.bg-opacity-50.flex.items-center.justify-center.z-50.p-4 {
    margin-top: 0px;
    z-index: 999;
}
div.fixed.inset-0.bg-black.bg-opacity-50.flex.items-center.justify-center.z-50 {
    padding: 0px;
    z-index: 999;
    margin: 0px;
}
.fixed.inset-0.z-50.overflow-y-auto {
    z-index: 999;
}

/*과제현황 항목별 등록가능금액*/
main.flex-1.p-8 .flex.gap-4 .bg-white.rounded-lg.shadow.overflow-hidden.flex-1 > .overflow-x-auto {
    border: none;
    background: white;
}

/*증빙서류 누락 확인*/
.px-6.py-4.border-b.border-gray-200.flex.justify-between.items-center {
    border: none;
    padding-left: 0px;
    padding-top: 0px;
}

main.flex-1.p-8 table.w-full.border-collapse.text-sm, main.flex-1.p-8 thead.bg-gray-100 {
    border-top: 0px;
}

.mt-4.p-3.bg-blue-50.rounded-lg {
    display: none;
}

/*과제선택*/
button.w-full.p-4.flex.items-center.justify-between.hover\:bg-gray-50.transition-colors {
    background: #f0eee8;
}

/*FAQ*/
main.flex-1.p-8 .space-y-6 > .card {
    padding: 0px;
    box-shadow: none;
    border: none;
}

.card.cursor-pointer.transition-all.duration-200.hover\:shadow-md {
    box-shadow: none;
    border-color: #766f6730;
}

button.px-4.py-2.rounded-lg.text-sm.font-medium.transition-colors.bg-primary-600.text-white {
    background: #766f67;
}

/*증빙서류 관리*/
table.w-full.text-sm {
    border-top: 1px solid #d2d5da;
}

/*대시보드*/
.bg-white.rounded-lg.shadow.p-6 {
    background: #f0eee8;
}

/*=== 이슈 #54: CSS 디자인 추가 ===*/

/*과제현황-테이블 아래 선*/
tr.hover\:bg-gray-50.cursor-pointer.transition-colors.bg-blue-50 {
    border-bottom: 1px solid #d1d5db;
}

/*연구수당 토글 색상 변경*/
button.relative.inline-flex.h-6.w-11.items-center.rounded-full.transition-colors.bg-blue-600 {
    background: #ffd237;
}

/*과제일정 상세 모달 디자인 수정*/
.fixed.inset-0 .bg-white.rounded-lg.shadow-xl > .px-6.py-4.border-b.border-gray-200.flex.items-center.justify-between {
    background: #786F66;
    border-radius: 6px 6px 0 0;
}
h3.text-lg.font-bold.text-gray-900 {
    color: white;
}

.bg-gray-600 {
    background-color: #766f67;
}

.flex.items-center.justify-between.px-6.py-4.border-b.border-gray-200 {
    background: none;
}

main.flex-1.p-8 > .space-y-4 {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 40px);
}

main.flex-1.p-8 > .space-y-4 > .bg-white.rounded-lg.border.border-gray-200.p-8.text-center {
    height: calc(100vh - 260px);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*마이페이지*/
.bg-white.rounded-lg.shadow {
    box-shadow: none;
}

.px-6.py-4.border-b.border-gray-200.flex.justify-between.items-center {
    padding-left: 16px;
    padding-top: 16px;
}

.px-6.py-4.border-b.border-gray-200 {
    background: #f1eee7;
}

.bg-white.rounded-lg.shadow {
    border: 1px solid #d1d5db;
}

/*연구노트*/
button.px-4.py-2.text-sm.font-medium.text-white.bg-red-600.rounded.hover\:bg-red-700.focus\:outline-none.focus\:ring-2.focus\:ring-red-500 {
    background: #766f67;
}

button.px-4.py-2.text-sm.font-medium.text-white.bg-gray-600.rounded.hover\:bg-gray-700.focus\:outline-none.focus\:ring-2.focus\:ring-gray-500 {
    border: 1px solid #766f67;
    background: none;
    color: #766f67;
    font-weight: 600;
}

main.flex-1.p-8 .space-y-6 > .overflow-x-auto {
    min-height: 500px;
    background: #f9f9f9;
}

td.px-6.py-12.text-center.text-sm.text-gray-500 {
    height: 500px;
}

/*팝업*/
button.px-8.py-2.bg-blue-600.text-white.rounded.hover\:bg-blue-700.focus\:outline-none.focus\:ring-2.focus\:ring-blue-500.disabled\:bg-gray-300.disabled\:cursor-not-allowed {
    background: #ffd237;
    color: black;
}

/*증빙서류 관리*/
main.flex-1.p-8 .flex.items-center.justify-between.px-4.py-3.border-b.border-gray-300.bg-gray-50 {
    padding: 8px;
}

h3.text-sm.font-bold {
    font-size: 18px;
}

.file\:mr-4::file-selector-button {
  margin-right: 1rem;
}

.file\:rounded-lg::file-selector-button {
  border-radius: 0.5rem;
}

.file\:rounded-md::file-selector-button {
  border-radius: 0.375rem;
}

.file\:border-0::file-selector-button {
  border-width: 0px;
}

.file\:bg-blue-50::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.file\:bg-primary-50::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 245 / var(--tw-bg-opacity, 1));
}

.file\:px-4::file-selector-button {
  padding-left: 1rem;
  padding-right: 1rem;
}

.file\:py-2::file-selector-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:font-medium::file-selector-button {
  font-weight: 500;
}

.file\:font-semibold::file-selector-button {
  font-weight: 600;
}

.file\:text-blue-700::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.file\:text-primary-700::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(230 184 0 / var(--tw-text-opacity, 1));
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#5a544c\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(90 84 76 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 184 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:from-primary-700:hover {
  --tw-gradient-from: #e6b800 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(230 184 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-primary-800:hover {
  --tw-gradient-to: #b38f00 var(--tw-gradient-to-position);
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.hover\:text-green-900:hover {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(255 235 92 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(230 184 0 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-900:hover {
  --tw-text-opacity: 1;
  color: rgb(128 102 0 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --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);
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:file\:bg-blue-100::file-selector-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:file\:bg-primary-100::file-selector-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 224 / var(--tw-bg-opacity, 1));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 235 92 / var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 235 92 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:bg-blue-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-blue-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-gray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.disabled\:text-gray-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:text-right {
    text-align: right;
  }
}

@media (min-width: 1024px) {

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

