@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/LabelDesign.razor.rz.scp.css */
.floating-toolbar[b-cncq9uifcv] {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: .5rem;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    z-index: 100;
}

.floating-toolbar-content[b-cncq9uifcv] {
    display: flex;
    align-items: center;
}

.floating-toolbar-btn[b-cncq9uifcv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    width: 3.25rem;
    height: 3.25rem;
    cursor: pointer;
    padding: 0.5rem;
    border: none;
    color: var(--Black);
    opacity: .57;
}

.floating-toolbar-btn:hover[b-cncq9uifcv] {
    opacity: 1;
}

.floating-toolbar-btn.active[b-cncq9uifcv] {
    color: var(--iRed700);
    opacity: 1;
}

.floating-toolbar-btn img[b-cncq9uifcv] {
    width: 24px;
    height: 24px;
    margin-bottom: 0.25rem;
}
.floating-toolbar-btn:focus img[b-cncq9uifcv], 
.floating-toolbar-btn.active img[b-cncq9uifcv] {
    filter: invert(33%) sepia(93%) saturate(633%) hue-rotate(341deg) brightness(95%) contrast(101%);
    opacity: 1;
}

.floating-toolbar-btn span[b-cncq9uifcv] {
    text-align: center;
    white-space: nowrap;
    font-size: 0.6875rem;
}

.floating-toolbar-divider[b-cncq9uifcv] {
    width: 1px;
    height: 3.25rem;
    background-color: var(--iGray50);
    margin: 0 4px;
}

/* Main layout adjustments */
.labeldoc-main[b-cncq9uifcv] {
    height: calc(100vh - 60px);
    margin-top: 60px;
    display: flex;
    background-color: #F8F9FA;
    min-height: 0;
    overflow: hidden;
}

/* Left sidebar - 213px width to match Figma */
.left-sidebar[b-cncq9uifcv] {
    width: 213px !important;
    min-width: 213px !important;
    max-width: 213px !important;
    flex-shrink: 0;
    background-color: var(--White);
    border-right: 1px solid var(--iGray100);
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Main content area */
.labeldoc-content[b-cncq9uifcv] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: var(--iGray50);
    padding: 0;
    overflow: hidden;
    height: 100%;
    min-height: 0;
}

/* Canvas container with rulers - Figma style */
.labeldoc-canvas-container[b-cncq9uifcv] {
    position: relative;
    flex: 1;
    overflow: hidden;
    min-height: 0;
    display: flex;
    flex-direction: column;
}



/* Canvas editing area - flexible sizing */
.labeldoc-canvas[b-cncq9uifcv] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 8;
    min-height: 0;
    flex: 1;
}


/* Preview label adjustments */
.preview-paper[b-cncq9uifcv] {
    padding: 1rem 1rem 0.5rem 1rem;
}

.label-icon-btn[b-cncq9uifcv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.25rem;
    color: var(--Black);
    padding: 0;
    opacity: 0.57;
    border: none;
    background: transparent;
}
.label-icon-btn span[b-cncq9uifcv] {
    font-size: 0.6875rem;
    text-align: center;
}
.label-icon-btn img[b-cncq9uifcv] {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.25rem;
}
.label-icon-btn:hover[b-cncq9uifcv] {
    opacity: 1;
}

.code-name-wrap[b-cncq9uifcv] {
    font-size: 0.6875rem;
    color: var(--Black);
    margin-bottom: 0.5rem;
}



/* Object properties panel */
.object-properties-panel[b-cncq9uifcv] {
    padding: 0.5rem 1rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.object-properties-panel[b-cncq9uifcv]::-webkit-scrollbar {
    width: 6px;
}
.object-properties-panel[b-cncq9uifcv]::-webkit-scrollbar-thumb {
    background: rgba(229, 229, 229);
    border-radius: 6px;
}

.object-properties-panel[b-cncq9uifcv]::-webkit-scrollbar-track {
    background: var(--White);
}


.properties-section__title[b-cncq9uifcv] {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.properties-section__subtitle[b-cncq9uifcv] {
    font-size: 11px;
    font-weight: 500;
    color: #666666;
    margin: 12px 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}



/* Rotation controls */

.rotation-input-group[b-cncq9uifcv] {
    width: 3.75rem;
    position: relative;
    display: flex;
    align-items: center;
}

.rotation-input[b-cncq9uifcv] {
    width: 100%;
    height: 2rem;
    border: 1px solid var(--border);
    border-radius: 0.25rem;
    padding: 0 1rem 0 0.5rem;
    font-size: 0.75rem;
}

.rotation-input:focus[b-cncq9uifcv] {
    outline: none;
    border-color: var(--Black);
}

.rotation-unit[b-cncq9uifcv] {
    position: absolute;
    right: 0.5rem;
    font-size: 0.75rem;
    color: var(--iGray200);
    pointer-events: none;
}

.rotation-buttons[b-cncq9uifcv] {
    display: flex;
    gap: 4px;
}

.rotation-btn[b-cncq9uifcv] {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.rotation-btn:hover[b-cncq9uifcv] {
    background-color: #F5F5F5;
    border-color: #CCCCCC;
}

.rotation-btn img[b-cncq9uifcv] {
    width: 16px;
    height: 16px;
}



/* Preview container and layer panel overlay styles */
.preview-container[b-cncq9uifcv] {
    position: relative;
}

.preview-hidden[b-cncq9uifcv] {
    visibility: hidden;
    opacity: 0;
}

.layer-panel-overlay[b-cncq9uifcv] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
    border: 1px solid var(--iGray50);
}

.layer-panel[b-cncq9uifcv] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--White);
}

/* Layer panel header */
.layer-panel-header[b-cncq9uifcv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
    border-bottom: 1px solid #E5E5E5;
    min-height: 40px;
}

.layer-panel-title[b-cncq9uifcv] {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 12px;
}

.layer-panel-title span[b-cncq9uifcv] {
    font-family: 'Pretendard Variable', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #9B9B9B;
    text-align: center;
}

.layer-panel-close-btn[b-cncq9uifcv] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 24px;
    background: #FFFFFF;
    border: none;
    cursor: pointer;
    padding: 8px;
    opacity: 0.57;
    transition: opacity 0.2s;
}

.layer-panel-close-btn:hover[b-cncq9uifcv] {
    opacity: 1;
}

.layer-panel-close-btn img[b-cncq9uifcv] {
    width: 16px;
    height: 16px;
}

/* Layer list container */
.layer-list-container[b-cncq9uifcv] {
    flex: 1;
    overflow-y: auto;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Layer item styles to match Figma design */
.layer-list-container .layer-item[b-cncq9uifcv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.layer-list-container .layer-item:hover[b-cncq9uifcv] {
    background-color: #F8F8F8;
}

.layer-list-container .layer-item.selected[b-cncq9uifcv] {
    background-color: #F1F1F1;
}

.layer-list-container .layer-item.highlighted[b-cncq9uifcv] {
    background-color: #D0383A;
}

.layer-list-container .layer-item.highlighted .layer-text[b-cncq9uifcv] {
    color: #FFFFFF;
}

.layer-list-container .layer-item .layer-content[b-cncq9uifcv] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.layer-list-container .layer-item .layer-visibility-icon[b-cncq9uifcv] {
    width: 16px;
    height: 16px;
    opacity: 1;
}

.layer-list-container .layer-item.hidden .layer-visibility-icon[b-cncq9uifcv] {
    opacity: 0.5;
}

.layer-list-container .layer-item .layer-text[b-cncq9uifcv] {
    font-family: 'Pretendard Variable', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #636363;
    transition: color 0.2s;
}

.layer-list-container .layer-item.hidden .layer-text[b-cncq9uifcv] {
    font-weight: 400;
    color: #B6B6B6;
}

.layer-list-container .layer-item .layer-lock-icon[b-cncq9uifcv] {
    width: 16px;
    height: 16px;
    opacity: 0.7;
}

.layer-list-container .layer-item.highlighted .layer-lock-icon[b-cncq9uifcv] {
    filter: brightness(0) invert(1);
}

/* Special highlighting for specific layers (like LOVE, YOU examples from Figma) */
.layer-list-container .layer-item.highlight-love[b-cncq9uifcv] {
    background-color: #F1F1F1;
}

.layer-list-container .layer-item.highlight-love .layer-text[b-cncq9uifcv] {
    color: #000000;
}

.layer-list-container .layer-item.highlight-you[b-cncq9uifcv] {
    background-color: #D0383A;
}

.layer-list-container .layer-item.highlight-you .layer-text[b-cncq9uifcv] {
    color: #FFFFFF;
}

.layer-list-container .layer-item.highlight-you .layer-lock-icon[b-cncq9uifcv] {
    filter: brightness(0) invert(1);
}

/* Layer toolbar at bottom */
.layer-toolbar[b-cncq9uifcv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 8px;
    border-top: 1px solid #E5E5E5;
    background: #FFFFFF;
    min-height: 44px;
}

.layer-toolbar-group[b-cncq9uifcv] {
    display: flex;
    align-items: center;
    gap: 0;
}

.layer-toolbar-btn[b-cncq9uifcv] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 24px;
    background: #FFFFFF;
    border: none;
    cursor: pointer;
    padding: 8px;
    opacity: 0.57;
    transition: opacity 0.2s;
}

.layer-toolbar-btn:hover[b-cncq9uifcv] {
    opacity: 1;
}

.layer-toolbar-btn img[b-cncq9uifcv] {
    width: 16px;
    height: 16px;
}

/* Layer visibility and lock button styles */
.layer-visibility-btn[b-cncq9uifcv],
.layer-lock-btn[b-cncq9uifcv] {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.layer-visibility-btn:hover[b-cncq9uifcv],
.layer-lock-btn:hover[b-cncq9uifcv] {
    opacity: 0.7;
}


/* /Components/LabelDocuments/LabelDocumentNew.razor.rz.scp.css */
/* /Components/LabelDocuments/LabelDocumentSearchPanel.razor.rz.scp.css */
/* Search Panel Isolated CSS Styles */
.search-panel[b-8joss7fn8u] {
    position: fixed !important;
    width: 100%;
    overflow: hidden;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.search-panel--collapsed[b-8joss7fn8u] {
    height: 0;
    opacity: 0;
    visibility: hidden;
    border-top-width: 0;
    border-bottom-width: 0;
    box-shadow: none;
}

.search-panel--expanded[b-8joss7fn8u] {
    height: auto;
    max-height: 90vh;
    opacity: 1;
    visibility: visible;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.search-panel-content[b-8joss7fn8u] {
    height: auto;
    max-height: 90vh;
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.search-panel--collapsed .search-panel-content[b-8joss7fn8u] {
    transform: translateY(-20px);
}

.search-panel-body[b-8joss7fn8u] {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(0.75rem);
    padding: 1.5rem;
}

.search-wrap[b-8joss7fn8u] {
    width: 100%;
    padding: 0 ;
    border-bottom: none;
    z-index: 200;
}

/* Search input frame */
.search-input-frame[b-8joss7fn8u] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 55rem;
    margin: 0 auto;
}

/* Searchbox styles */
.searchbox[b-8joss7fn8u] {
    position: relative;
    flex: 1;
}

.searchbox-input[b-8joss7fn8u] {
    border: 1px solid var(--iGray100);
    border-radius: 0.5rem;
    font-weight: 400;
    font-size: 0.875rem !important;
    line-height: 1.5;
    color: var(--Black);
    width: 100%;
}

.searchbox-input[b-8joss7fn8u]::placeholder {
    color: var(--iGray200);
}

.searchbox-btn[b-8joss7fn8u] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    opacity: 0.57;
    height: 1.5rem;
}

.searchbox-btn img[b-8joss7fn8u] {
    width: 1.5rem;
    height: 1.5rem;
}

/* Button icon styles */
.btn-icon[b-8joss7fn8u] {
    background: none;
    border: none;
    padding: 0.5rem;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Search section styles */
.search-section[b-8joss7fn8u] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.search-section-header[b-8joss7fn8u] {
    display: flex;
    align-items: center;
}

.search-section-title[b-8joss7fn8u] {
    font-family: 'Pretendard Variable', sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1;
    color: #000;
    margin: 0;
}

.search-section-header .btn-link[b-8joss7fn8u] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #636363;
    text-decoration: none;
    font-family: 'Pretendard Variable', sans-serif;
    font-weight: 300;
    font-size: 0.6875rem;
    line-height: 1;
    padding: 0;
    border: none;
    background: none;
}

.search-section-header .btn-link img[b-8joss7fn8u] {
    width: 1rem;
    height: 1rem;
}

/* Size range container styles */
.size-range-container[b-8joss7fn8u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
    flex: 1;
    position: relative;
    min-width: 200px;
}

.size-range-visual[b-8joss7fn8u] {
    position: relative;
    width: 100%;
    height: 0.625rem;
    margin: 15px 0;
}

.size-range-track[b-8joss7fn8u] {
    position: absolute;
    top: 0.125rem;
    left: 0;
    width: 100%;
    height: 0.375rem;
    background: var(--iGray50);
    border-radius: 0.1875rem;
}

.size-range-progress[b-8joss7fn8u] {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    height: 0.375rem;
    display: flex;
    align-items: center;
    background: var(--iRed700);
    transition: all 0.2s ease;
}

.size-range-info[b-8joss7fn8u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.size-range-info .d-flex[b-8joss7fn8u] {
    gap: 0.25rem;
}

.size-range-info img[b-8joss7fn8u] {
    width: 1rem;
    height: 1rem;
}

.size-label[b-8joss7fn8u] {
    font-family: 'Pretendard Variable', sans-serif;
    font-weight: 300;
    font-size: 0.6875rem;
    line-height: 1;
    color: #636363;
}

.size-value[b-8joss7fn8u] {
    font-family: 'Pretendard Variable', sans-serif;
    font-weight: 300;
    font-size: 0.6875rem;
    line-height: 1;
    color: #000;
    text-align: center;
}

/* Shape selection container */
.shape-selection-container[b-8joss7fn8u] {
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.shape-option[b-8joss7fn8u] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem;
    min-width: 6rem;
    height: 3.75rem;
    border-radius: 8px;
    background: var(--iGray05);
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
    text-align: center;
    color: var(--iGray500);
}

.shape-option:hover[b-8joss7fn8u] {
    background: var(--iGray25);
    color: var(--Black);
}
.shape-option.active[b-8joss7fn8u] {
    background: var(--iRed05);
    border-color: var(--iRed50);
    color: var(--iRed700);
}
.shape-option img[b-8joss7fn8u] {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  opacity: 0.57;
}

.shape-option:hover img[b-8joss7fn8u] {
  opacity: 1;
}
.shape-option.active img[b-8joss7fn8u] {
  filter: invert(33%) sepia(93%) saturate(633%) hue-rotate(341deg) brightness(95%) contrast(101%);

}

.shape-option span[b-8joss7fn8u] {
  font-size: 0.6875rem ;
  font-weight: 300;
}

.shape-option-content[b-8joss7fn8u] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.shape-icon[b-8joss7fn8u] {
    width: 24px;
    height: 24px;
}

.shape-text[b-8joss7fn8u] {
    font-family: var(--font-main);
    font-weight: 300;
    font-size: 11px;
    line-height: 1em;
    color: #636363;
    text-align: center;
}

/* Vertical divider */
.vr[b-8joss7fn8u] {
    width: 0;
    height: 3.75rem;
    border-left: 1px solid var(--iGray50);
    margin: 0 0.5rem;
    opacity: 1;
}

/* Template page submenu styles (reusing existing from app.css) */
.template-page__submenu[b-8joss7fn8u] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.template-page__submenu-nowrap[b-8joss7fn8u] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.template-page__tag[b-8joss7fn8u] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 0.875rem;
    height: 2rem;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 1.125rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.template-page__tag:hover[b-8joss7fn8u] {
    background: #f9f9f9;
}

.template-page__tag.active[b-8joss7fn8u],
.template-page__tag.search-tag--active[b-8joss7fn8u] {
    background: #fef9f9;
    border-color: #ebabac;
}

.template-page__tag-text[b-8joss7fn8u] {
    font-family: 'Pretendard Variable', sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1;
    color: #636363;
}

.template-page__tag.active .template-page__tag-text[b-8joss7fn8u],
.template-page__tag.search-tag--active .template-page__tag-text[b-8joss7fn8u] {
    color: #d0383a;
}

.template-page__tag .btn-icon[b-8joss7fn8u] {
    padding: 0;
    background: none;
    border: none;
}

.template-page__tag .btn-icon img[b-8joss7fn8u] {
    width: 0.875rem;
    height: 0.875rem;
}

/* Tag count styles */
.tag-count[b-8joss7fn8u] {
    font-family: 'Pretendard Variable', sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    color: #999;
    margin-left: 0.25rem;
}

/* Range slider styles */
.size-range-container[b-8joss7fn8u] {
    position: relative;
    min-width: 200px;
}

.size-range-visual[b-8joss7fn8u] {
    position: relative;
    height: 6px;
    margin: 15px 0;
}

.size-range-track[b-8joss7fn8u] {
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #e9ecef;
    border-radius: 3px;
    top: 0;
}

.size-range-progress[b-8joss7fn8u] {
    position: absolute;
    height: 6px;
    background-color: var(--iRed700);
    border-radius: 3px;
    top: 0;
    transition: all 0.2s ease;
}

.size-range-slider[b-8joss7fn8u] {
    position: absolute;
    width: 100%;
    height: 6px;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    margin: 0;
    pointer-events: none;
}

.size-range-slider[b-8joss7fn8u]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    background:  var(--iRed700);
    cursor: pointer;
    pointer-events: all;
    position: relative;
    z-index: 2;
}

.size-range-slider[b-8joss7fn8u]::-moz-range-thumb {
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    background:  var(--iRed700);
    cursor: pointer;
    pointer-events: all;
    position: relative;
    z-index: 2;
    border: none;
}

.size-range-slider[b-8joss7fn8u]::-webkit-slider-track {
    background: transparent;
}

.size-range-slider[b-8joss7fn8u]::-moz-range-track {
    background: transparent;
}

.size-range-slider:focus[b-8joss7fn8u] {
    outline: none;
}

.size-range-slider:focus[b-8joss7fn8u]::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(208, 56, 58, 0.15);
}

.size-range-slider:focus[b-8joss7fn8u]::-moz-range-thumb {
    box-shadow: 0 0 0 3px rgba(208, 56, 58, 0.15);
}

/* 두 번째 슬라이더를 위한 z-index 조정 */
.size-range-max[b-8joss7fn8u] {
    z-index: 1;
}

.size-range-min[b-8joss7fn8u] {
    z-index: 2;
}

/* 호버 효과 */
.size-range-slider:hover[b-8joss7fn8u]::-webkit-slider-thumb {
    background: var(--iRed700);
    transform: scale(1.1);
    transition: all 0.2s ease;
}

.size-range-slider:hover[b-8joss7fn8u]::-moz-range-thumb {
    background: var(--iRed700);
    transform: scale(1.1);
    transition: all 0.2s ease;
}

/* Active 상태 */
.size-range-slider:active[b-8joss7fn8u]::-webkit-slider-thumb {
    background: var(--iRed700);
    transform: scale(1.2);
}

.size-range-slider:active[b-8joss7fn8u]::-moz-range-thumb {
    background: var(--iRed700);
    transform: scale(1.2);
}

/* Responsive design */
@media (max-width: 768px) {
    .search-offcanvas .offcanvas-body[b-8joss7fn8u] {
        padding: 1rem;
    }

    .size-range-container[b-8joss7fn8u] {
        padding: 0.75rem;
    }

    .size-range-visual[b-8joss7fn8u] {
        width: 10rem;
    }

    .size-range-track[b-8joss7fn8u] {
        width: 10rem;
    }

    .size-range-progress[b-8joss7fn8u] {
        width: 10rem;
    }

    .shape-selection-container[b-8joss7fn8u] {
        gap: 0.5rem;
    }

    .shape-option[b-8joss7fn8u] {
        width: 4.5rem;
        height: 3rem;
    }
}
/* /Components/LabelPrint.razor.rz.scp.css */
/* LabelPrint.razor.css - 피그마 디자인 기반 스타일 */

.section-header[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-title-with-help[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-title[b-99q2pru8tr] {
    font-family: 'Pretendard Variable', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2f3336;
    margin: 0;
    line-height: 1em;
}

/* 프로슈머 옵션 - 피그마 디자인 반영 */
.prosumer-option[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 0;
}

.prosumer-checkbox[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.prosumer-checkbox input[type="checkbox"][b-99q2pru8tr] {
    display: none;
}

.prosumer-checkbox .checkmark[b-99q2pru8tr] {
    width: 20px;
    height: 20px;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.prosumer-checkbox input[type="checkbox"]:checked + .checkmark[b-99q2pru8tr] {
    background-color: #d0383a;
    border-color: #d0383a;
}

.prosumer-checkbox input[type="checkbox"]:checked + .checkmark[b-99q2pru8tr]::after {
    content: "✓";
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.prosumer-text[b-99q2pru8tr] {
    font-family: 'Pretendard Variable', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: var(--Black);
    line-height: 1em;
}


/* 재질 목록 */
.material-list[b-99q2pru8tr] {
    display: flex;
    flex-direction: column;
    max-height: 18.125rem;
    overflow-y: auto;
}

.material-list[b-99q2pru8tr]::-webkit-scrollbar {
    width: 6px;
}

.material-list[b-99q2pru8tr]::-webkit-scrollbar-thumb {
    background: rgba(229, 229, 229);
    border-radius: 6px;
}

.material-list[b-99q2pru8tr]::-webkit-scrollbar-track {
    background: transparent;
}

.list-group[b-99q2pru8tr] {
    border-radius: 0;
}
.list-group-item[b-99q2pru8tr] {
    padding: 0.75rem;
    color: var(--iGray700);
    border: var(--bs-list-group-border-width) solid var(--iGray50);
    font-size: 0.875rem;
    font-weight: 600;
}
.list-group-item.list-group-item[b-99q2pru8tr] {
    margin-bottom: -1px;
}
.list-group-item.active[b-99q2pru8tr] {
    z-index: 2;
    color: var(--Black);
    background-color: var(--iRed05);
    border-color: var(--iRed500);
    border-width: 2px;
}

/* Upper section with color circle, name and badges */
.material-upper-section[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.material-left-content[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.material-badges[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

/* Lower section with material code and help button */
.material-lower-section[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.material-color-img[b-99q2pru8tr] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: contain;
}

.material-name[b-99q2pru8tr] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--iGray700);
}

.material-badge-new[b-99q2pru8tr] {
    width: 16px;
    height: 16px;
    background-color: var(--iRed700);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: var(--White);
    font-weight: bold;
    flex-shrink: 0;
}

.prosumer-badge[b-99q2pru8tr] {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.prosumer-badge img[b-99q2pru8tr] {
    width: 24px;
    height: 24px;
}

.material-code[b-99q2pru8tr] {
    font-weight: 300;
    line-height: 1rem;
    color: var(--iGray500);
}



/* 구분선 */
.section-divider[b-99q2pru8tr] {
    width: 100%;
    height: 1px;
    background-color: #f4f4f4;
    margin: 16px 0;
}
.quantity-list[b-99q2pru8tr] {
    height: 15.375rem;
    overflow-y: scroll;
    overflow-x: hidden;
}
.quantity-header[b-99q2pru8tr] {
    display: flex;
    align-items: center;
}

.quantity-description[b-99q2pru8tr] {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(-iGray500);
    line-height: 1.4;
}

.quantity-input-group[b-99q2pru8tr] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.quantity-controls[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    gap: 8px;
}
.quantity-price[b-99q2pru8tr] {
    font-size: 1rem;
    font-weight: 600;
    list-height: 2rem;
    color: var(--iRed700);
    text-align: end;
}

.quantity-unit[b-99q2pru8tr] {
    font-size: 12px;
    color: #636363;
    margin-left: 4px;
}

.quantity-input-wrapper[b-99q2pru8tr] {
    position: relative;
    display: inline-block;
}

.quantity-unit-inside[b-99q2pru8tr] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #636363;
    pointer-events: none;
    background-color: white;
    padding: 0 4px;
}

.quantity-input-wrapper .quantity-input[b-99q2pru8tr] {
    padding-right: 35px;
}

.quantity-info[b-99q2pru8tr] {
    font-size: 0.75rem;
    color: var(--Black);
    flex: 1 1 auto !important;
}

/* 가격 정보 스타일 개선 */
.price-info[b-99q2pru8tr] {
    text-align: right;
    display:flex;
    flex-direction: column;
    gap: 0.5rem;
}
.price-info .error-text[b-99q2pru8tr] {
    color: var(--iRed700);
    font-size: 14px;
    font-weight: 400;
}

.price-info .total-price[b-99q2pru8tr] {
    font-size: 1rem;
    font-weight: 600;
    color: var(iGray700);
}

.price-info .unit-price[b-99q2pru8tr] {
    font-size: 0.75rem;
    color: var(--iGray500);
    font-weight: 600;
}


.option-item[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.option-checkbox[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.option-checkbox input[type="checkbox"][b-99q2pru8tr] {
    display: none;
}

.option-checkbox .checkmark[b-99q2pru8tr] {
    width: 20px;
    height: 20px;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.option-checkbox input[type="checkbox"]:checked + .checkmark[b-99q2pru8tr] {
    background-color: #d0383a;
    border-color: #d0383a;
}

.option-checkbox input[type="checkbox"]:checked + .checkmark[b-99q2pru8tr]::after {
    content: "✓";
    color: var(--White);
    font-size: 12px;
    font-weight: bold;
}

.option-text[b-99q2pru8tr] {
    font-size: 13px;
    font-weight: 400;
    color: var(--Black);
}

.sidebar-print[b-99q2pru8tr] {
    position: absolute;
    left: 0;
    right: 0;
    background-color: var(--White);
    border-top: 1px solid var(--iGray50);
    display: flex;
    flex-direction: column;
    padding: 1rem;
    z-index: 10;
}

/* 사이드바 푸터 (주문 버튼 + 체크박스) */
.sidebar-footer[b-99q2pru8tr] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--White);
    border-top: 1px solid var(--iGray50);
    display: flex;
    flex-direction: column;
    padding: 1rem;
    z-index: 10;
}

/* 푸터 내 체크박스 영역 */
.sidebar-footer .confirmation-checkboxes[b-99q2pru8tr] {
    margin-bottom: 16px;
}

/* 주문 요약 영역 */
.order-summary[b-99q2pru8tr] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
}

.order-btn[b-99q2pru8tr] {
    width: 100%;
    height: 48px;
    background-color: #d0383a;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.order-btn:hover[b-99q2pru8tr] {
    background-color: #b52d2f;
}

.order-btn:disabled[b-99q2pru8tr] {
    background-color: #d0d0d0;
    cursor: not-allowed;
}



/* 기존 헤더 스타일 유지 (필요시) */
.header-preview[b-99q2pru8tr] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    height: 60px;
    display: flex;
    align-items: center;
}

.header-preview__container[b-99q2pru8tr] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.header-preview__left[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.logo-labelspace[b-99q2pru8tr] {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.logo-labelspace:hover[b-99q2pru8tr] {
    background-color: #f8f9fa;
}

.logo-labelspace img[b-99q2pru8tr] {
    height: 32px;
    width: auto;
}

.settings-btn[b-99q2pru8tr] {
    background: none;
    border: none;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.settings-btn:hover[b-99q2pru8tr] {
    background-color: #f1f3f4;
}

.settings-btn img[b-99q2pru8tr] {
    width: 20px;
    height: 20px;
}

.header-preview__center[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 20px;
}



.preview-size[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.size-btn--fit[b-99q2pru8tr] {
    background: none;
    border: 1px solid #dadce0;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.size-btn--fit:hover[b-99q2pru8tr] {
    background-color: #f8f9fa;
    border-color: #c5c7ca;
}

.size-btn--fit img[b-99q2pru8tr] {
    width: 16px;
    height: 16px;
}

.zoom-btn[b-99q2pru8tr] {
    background: none;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.zoom-btn:hover[b-99q2pru8tr] {
    background-color: #e8eaed;
}

.zoom-btn img[b-99q2pru8tr] {
    width: 16px;
    height: 16px;
}

.zoom-input[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0 8px;
    min-width: 60px;
    justify-content: center;
}

.zoom-value[b-99q2pru8tr] {
    font-size: 13px;
    color: #202124;
}

.zoom-unit[b-99q2pru8tr] {
    font-size: 13px;
    color: #202124;
}

.header-preview__right[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.dropdown-download[b-99q2pru8tr] {
    position: relative;
}

.download-btn[b-99q2pru8tr] {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #2f3336;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.2s ease;
    height: 32px;
}

.download-btn:hover[b-99q2pru8tr] {
    background: #f8f9fa;
    border-color: #c5c7ca;
}

.download-btn img[b-99q2pru8tr] {
    width: 16px;
    height: 16px;
}

.dropdown-arrow[b-99q2pru8tr] {
    width: 12px !important;
    height: 12px !important;
}

.dropdown-menu[b-99q2pru8tr] {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 4px;
    background: white;
    border: 1px solid #dadce0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    min-width: 160px;
    z-index: 1001;
}

.dropdown-item[b-99q2pru8tr] {
    background: none;
    border: none;
    width: 100%;
    padding: 12px 16px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    color: #202124;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-item:hover[b-99q2pru8tr] {
    background-color: #f8f9fa;
}

.dropdown-item:first-child[b-99q2pru8tr] {
    border-radius: 8px 8px 0 0;
}

.dropdown-item:last-child[b-99q2pru8tr] {
    border-radius: 0 0 8px 8px;
}

.dropdown-item img[b-99q2pru8tr] {
    width: 16px;
    height: 16px;
}

.design-edit-btn[b-99q2pru8tr] {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #636363;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s ease;
    height: 32px;
}

.design-edit-btn:hover[b-99q2pru8tr] {
    background: #f8f9fa;
    border-color: #c5c7ca;
}

.design-edit-btn img[b-99q2pru8tr] {
    width: 16px;
    height: 16px;
}

.print-main[b-99q2pru8tr] {
    display: flex;
    height: 100vh;
    padding-top: 3.75rem;
    background-color: var(--iGray100);
}

.print-content[b-99q2pru8tr] {
    position: absolute;
    top: 3.75rem;
    left: 0;
    right: 25rem;
    bottom: 0;
    display: flex;
    flex-direction: column;
}

.document-info-header[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    width: 26rem;
}

.document-info-header__title[b-99q2pru8tr] {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--Black);
    line-height: 1;
}

.document-info-header__subtitle[b-99q2pru8tr] {
    font-size: 0.6875rem;
    font-weight: 300;
    color: var(--Black);
    line-height: 1;
}

.label-preview[b-99q2pru8tr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: calc(100% - 6rem);
    padding: 0 2rem;
}



.label-preview__canvas[b-99q2pru8tr] {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.pagination-controls[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.pagination-controls__info[b-99q2pru8tr] {
    font-size: 14px;
    color: #5f6368;
    margin: 0 16px;
    min-width: 80px;
    text-align: center;
}

/* 최종 확인 탭 스타일 - Figma Frame 183 기반 */
.final-confirm-section[b-99q2pru8tr] {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 1rem;
}

/* 최종 확인 네비게이션 스타일 */
.final-confirmation-navigation[b-99q2pru8tr] {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    z-index: 10;
    box-sizing: border-box;
}

.final-confirm-title[b-99q2pru8tr] {
    font-family: 'Pretendard Variable', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--iGray700);
    line-height: 1.25;
    margin: 0;
    flex: 1;
}

/* 체크박스 영역 스타일 - Figma Frame 209 기반 */
.confirmation-checkboxes[b-99q2pru8tr] {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 8px;
    padding: 0;
    margin: 0;
    /* width: fill, height: hug content */
}

.checkbox-item[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    gap: 8px;
    /* width: hug, height: hug */
}

.checkbox-label[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    /* width: hug, height: hug */
}

.checkbox-input[b-99q2pru8tr] {
    display: none;
}

.checkbox-custom[b-99q2pru8tr] {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 2px;
    background-color: #d0383a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
    position: relative;
    /* Figma 스타일: width: 20px, height: 20px, background: #D0383A */
}

.checkbox-input:not(:checked) + .checkbox-custom[b-99q2pru8tr] {
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
}

.checkbox-input:checked + .checkbox-custom[b-99q2pru8tr]::after {
    content: "";
    width: 8.57px;
    height: 7.14px;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L3.5 6L8 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8.57px 7.14px;
    /* Figma 스타일: 8.57 x 7.14, white stroke 2px */
}

.checkbox-text[b-99q2pru8tr] {
    font-family: 'Pretendard Variable', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 1em;
    /* Figma 스타일: Pretendard Variable, 13px, 400 weight, #000000, line-height: 1em */
}

.checkbox-divider[b-99q2pru8tr] {
    width: 100%;
    height: 0px;
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
    /* Figma 스타일: Line 4, stroke: #F4F4F4, 1px weight */
}

/* 장바구니 버튼 스타일 */
.cart-btn[b-99q2pru8tr] {
    transition: all 0.2s ease;
}

.cart-btn--enabled[b-99q2pru8tr] {
    background: #d0383a !important;
    color: #fef9f9 !important;
    cursor: pointer;
}

.cart-btn--enabled:hover[b-99q2pru8tr] {
    background: #b8343a !important;
}

.cart-btn--disabled[b-99q2pru8tr] {
    background: #e8e9e9 !important;
    color: #636363 !important;
    cursor: not-allowed;
}

.cart-btn--disabled:hover[b-99q2pru8tr] {
    background: #e8e9e9 !important;
}

/* Alert 스타일 - Figma alert 컴포넌트 기반 */
.alert-important[b-99q2pru8tr] {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 12px;
    padding: 16px;
    background-color: #fef9f9;
    border-radius: 8px;
    /* Figma 스타일: column, align-self: stretch, gap: 12px, padding: 16px, background: #FEF9F9 */
}

.alert-normal[b-99q2pru8tr] {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 12px;
    padding: 16px;
    background-color: #f9f9f9;
    border-radius: 8px;
    /* Figma 스타일: column, align-self: stretch, gap: 12px, padding: 16px, background: #F9F9F9 */
}

.alert-content[b-99q2pru8tr] {
    display: flex;
    align-self: stretch;
    gap: 12px;
    /* Figma 스타일: row, align-self: stretch, gap: 12px */
}

.alert-icon[b-99q2pru8tr] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.alert-text[b-99q2pru8tr] {
    font-family: 'Pretendard Variable', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    flex: 1;
    /* Figma 스타일: Pretendard Variable, 14px, 400 weight, line-height: 1.5em */
}

/* Settings Popup Styles */
.settings-popup-overlay[b-99q2pru8tr] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.settings-popup[b-99q2pru8tr] {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.settings-popup__header[b-99q2pru8tr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px 16px;
    border-bottom: 1px solid #e5e5e5;
}

.settings-popup__title[b-99q2pru8tr] {
    font-size: 18px;
    font-weight: 600;
    color: #2f3336;
    margin: 0;
}

.settings-popup__actions[b-99q2pru8tr] {
    display: flex;
    gap: 8px;
}

.settings-popup__content[b-99q2pru8tr] {
    padding: 24px;
}

.print-options[b-99q2pru8tr] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.print-option[b-99q2pru8tr] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.print-option__row[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.print-option__label[b-99q2pru8tr] {
    font-size: 14px;
    color: #2f3336;
    cursor: pointer;
}

/* Spacing Section */
.spacing-section[b-99q2pru8tr] {
    margin-bottom: 24px;
}

.spacing-section__title[b-99q2pru8tr] {
    font-size: 16px;
    font-weight: 600;
    color: #2f3336;
    margin: 0 0 16px 0;
}

.spacing-controls[b-99q2pru8tr] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Reset Section */
.reset-section[b-99q2pru8tr] {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.reset-btn[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #f8f9fa;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #636363;
    transition: all 0.2s ease;
}

.reset-btn:hover[b-99q2pru8tr] {
    background: #e8eaed;
    border-color: #c5c7ca;
}

.reset-btn img[b-99q2pru8tr] {
    width: 16px;
    height: 16px;
}

.material-section[b-99q2pru8tr],
.quantity-section[b-99q2pru8tr],
.print-options-section[b-99q2pru8tr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
}



.material-header[b-99q2pru8tr],
.quantity-header[b-99q2pru8tr],
.print-options-header[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.material-header img[b-99q2pru8tr],
.quantity-header img[b-99q2pru8tr],
.print-options-header img[b-99q2pru8tr] {
    width: 1rem;
    height: 1rem;
    margin: 0.25rem;
}
.material-header span[b-99q2pru8tr],
.quantity-header span[b-99q2pru8tr],
.print-options-header span[b-99q2pru8tr] {
    white-space: nowrap;
    font-size: 0.8125rem;
    color: var(--iGray500);
}


/* Error text */
.error[b-99q2pru8tr] {
    color: var(--iRed700);
    font-size: 14px;
}

.tooltips[b-99q2pru8tr] {
  position: relative;
}

.tooltips .tooltipContents[b-99q2pru8tr] {
  visibility: hidden;
  width: 15rem;
  bottom: 1.5rem;
  left: 50%;
  margin-left: -8rem;
  background-color: var(--iGray600);
  color: var(--White);
  text-align: center;
  padding: 0.75rem;
  border-radius: 0.5rem;
  position: absolute;
  z-index: 1;
  display: flex;
  gap: 0.5rem;
  text-align: left;
}
.tooltips .tooltipContents img[b-99q2pru8tr] {
    width: 100px !important;
    height: 100px !important;
    opacity: 1;
}

.tooltips .tooltipContents[b-99q2pru8tr]::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: calc(50% - 0.5rem);
  margin-left: 0.5rem;
  border-width: 0.5rem;
  border-style: solid;
  border-color: var(--iGray600) transparent transparent transparent;
}

.tooltips:hover .tooltipContents[b-99q2pru8tr] {
  visibility: visible;
}

.empty-information-wrap[b-99q2pru8tr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    color: var(--iGray500);
    padding-top: 1.5rem;
}
.empty-information-wrap img[b-99q2pru8tr] {
    width: 5.125rem;
    height: 5.125rem;
}
.empty-information-wrap p[b-99q2pru8tr] {
    font-size: 0.875rem;
    color: var(--iGray200);
    text-align: center;
    margin-bottom: 0;
}

/* 수량 선택 UI 스타일 */
.quantity-selection-wrapper[b-99q2pru8tr] {
    position: relative;
    width: 100%;
}

.v-selected-quantity[b-99q2pru8tr] {
    display: flex;
    align-items: center;
    height: 3.5rem;
    border: 1px solid var(--iGray05);
    padding: 0 0.75rem;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.selected-qty-info[b-99q2pru8tr],
.select-qty-info[b-99q2pru8tr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.quantity-popup[b-99q2pru8tr],
#qty-popup[b-99q2pru8tr] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--White);
    border: 1px solid var(-iGray05);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    margin: 0;
    max-height: 21rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.quantity-popup-content[b-99q2pru8tr] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
}

/* 커스텀 수량 입력 영역 */
.custom-quantity-section[b-99q2pru8tr] {
    background-color: var(--iGray05);
    border: 1px solid var(--iGray50);
    padding: 1rem;
    flex-shrink: 0;
}

.custom-quantity-header .d-flex[b-99q2pru8tr] {
    align-items: stretch;
    gap: 0.5rem;
}

/* 미리 정의된 수량 선택 영역 */
.predefined-quantity-section[b-99q2pru8tr] {
    flex: 1;
    min-height: 0;
}

/* 수량 선택 옵션들 */
.v-quantity-selection[b-99q2pru8tr] {
    padding: 12px 16px;
    border-bottom: 1px solid var(--iGray50);
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.v-quantity-selection:hover[b-99q2pru8tr] {
    background-color: var(--iGray05);
}

.v-quantity-selection:last-child[b-99q2pru8tr] {
    border-bottom: none;
}

/* 커스텀 수량 정보 표시 */
#custom-select-info[b-99q2pru8tr] {
    margin-top: 12px;
    padding: 12px;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

/* Utility classes from reference file */
.flex-container[b-99q2pru8tr] {
    display: flex;
}

.align-middle[b-99q2pru8tr] {
    align-items: center;
}

.flex-child-grow[b-99q2pru8tr] {
    flex: 1;
}

.flex-child-shrink[b-99q2pru8tr] {
    flex-shrink: 0;
}


.v-selected-quantity.is-selected[b-99q2pru8tr] {
    border-color: var(--iRed700);
    background-color: var(--iRed05);
}


.custom-quantity-header[b-99q2pru8tr] {
    margin-bottom: 0;
}

.custom-quantity-header .d-flex[b-99q2pru8tr] {
    gap: 8px;
    margin-bottom: 12px;
}
/* 수량 wrapper 스타일 */
#quntityWrapper[b-99q2pru8tr] {
    position: relative;
}

/* 커스텀 수량 정보 표시 */
#custom-select-info[b-99q2pru8tr] {
    margin-top: 8px;
    padding: 12px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

/* 수량 입력 상태에 따른 박스 스타일 */
.v-selected-quantity.empty[b-99q2pru8tr] {
    padding: 0.75rem;
    color: var(--iGray700);
    border: 1px solid var(--iGray50);
    font-size: 0.875rem;
    font-weight: 600;
}

.v-selected-quantity.empty:hover[b-99q2pru8tr] {
    background-color: var(--iGray05);
}

.v-selected-quantity.filled[b-99q2pru8tr] {
    border: 2px solid var(--iRed500);
    background-color: var(--iRed05);
}

.v-selected-quantity.filled:hover[b-99q2pru8tr] {
    border: 2px solid var(--iRed700);
    background-color: var(--iRed05);
}

.page-count[b-99q2pru8tr] {
    color: var(--iRed700);
}
/* /Components/Popups/NoticeSection.razor.rz.scp.css */
.notice-section[b-qordv9lcbx] {
    padding: 24px;
}

.notice-header[b-qordv9lcbx] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 8px;
}

.notice-header span[b-qordv9lcbx] {
    font-weight: 600;
    font-size: 18px;
}

.notice-block ul[b-qordv9lcbx] {
    padding-left: 20px;
    margin-bottom: 20px;
}

.notice-block li[b-qordv9lcbx] {
    margin-bottom: 8px;
    line-height: 1.5;
}

.notice-label[b-qordv9lcbx] {
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.highlight[b-qordv9lcbx] {
    color: #dc3545;
    font-weight: 500;
}

.help-icon-btn[b-qordv9lcbx] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.infomation-wrap[b-qordv9lcbx] {
    background-color: #f8f9fa;
    padding: 16px;
    border-radius: 8px;
}
/* /Components/Popups/PopupColorMaterialCompare.razor.rz.scp.css */
/* Color and Material Comparison Popup Styles */

.material-compare-content[b-glfj9fvf2s] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.material-compare-item[b-glfj9fvf2s] {
    width: 100%;
}

.material-item-row[b-glfj9fvf2s] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.material-preview[b-glfj9fvf2s] {
    width: 130px;
    height: 130px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.material-preview img[b-glfj9fvf2s] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.material-info[b-glfj9fvf2s] {
    display: flex;
    flex-direction: column;
}

.material-title[b-glfj9fvf2s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.material-name[b-glfj9fvf2s] {
    font-family: 'Pretendard Variable', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    color: #000000;
}

.material-printer[b-glfj9fvf2s] {
    font-family: 'Pretendard Variable', sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 1em;
    color: #000000;
}

.material-description[b-glfj9fvf2s] {
    font-family: 'Pretendard Variable', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5em;
    color: #636363;
    text-align: left;
}

.material-select-btn[b-glfj9fvf2s] {
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid #F8E1E1;
    border-radius: 4px;
    background-color: #ffffff;
    color: #D85C5D;
    font-family: 'Pretendard Variable', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.material-select-btn:hover[b-glfj9fvf2s] {
    background-color: #D85C5D;
    color: #ffffff;
    border-color: #D85C5D;
}

.material-select-btn:focus[b-glfj9fvf2s] {
    outline: none;
    box-shadow: 0 0 0 2px rgba(216, 92, 93, 0.25);
}

.material-divider[b-glfj9fvf2s] {
    border: none;
    border-top: 1px solid #E5E5E5;
    margin: 0;
}
/* /Components/Popups/PopupMaterialInfo.razor.rz.scp.css */
.material-preview-lg[b-nni3og5vbn] {
    width: 220px;
    height: 220px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
}
.material-preview-lg img[b-nni3og5vbn] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* /Components/Popups/PopupUnprintableArea.razor.rz.scp.css */
/* /Components/Properties/OffcanvasClipart.razor.rz.scp.css */
/* /Components/Properties/OffcanvasFontAwesome.razor.rz.scp.css */
.current-icon-preview[b-c5r016pcjs] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: #f8f9fa;
}

.current-icon-preview svg[b-c5r016pcjs] {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
/* /Components/Properties/OffcanvasTheme.razor.rz.scp.css */
/* /Components/Properties/PropertyImage.razor.rz.scp.css */

/* /Components/Properties/PropertyShape.razor.rz.scp.css */
/* shape-btn 스타일은 app.css의 공통 스타일 사용 */
/* /Components/Properties/PropertyTable.razor.rz.scp.css */

/* /Components/Properties/PropertyText.razor.rz.scp.css */
/* PropertyText.razor.css - isolation CSS for PropertyText.razor */
/* /Pages/MakePdf.razor.rz.scp.css */
/* MakePdf.razor.css - LabelPrint 디자인 시스템 기반 스타일 */

/* 메인 레이아웃 */
main[b-gvu7tfa81t] {
    display: flex;
    height: 100vh;
    background-color: #f8f9fa;
    flex-direction: column;
}

.flex-grow-1[b-gvu7tfa81t] {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: calc(100vw - 300px);
    max-width: calc(100vw - 300px);
}

/* 캔버스 컨테이너 스타일 개선 */
.flex-grow-1.ph-100[b-gvu7tfa81t] {
    width: calc(100vw - 300px);
    height: calc(100vh - 60px);
    max-width: calc(100vw - 300px);
    max-height: calc(100vh - 60px);
    overflow: hidden;
}

/* 상단 컨트롤 박스 */
.control-box[b-gvu7tfa81t] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
}

/* 페이지 네비게이션 컨트롤 */
.pagination-controls[b-gvu7tfa81t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-controls .btn[b-gvu7tfa81t] {
    background: #ffffff;
    border: 1px solid #dadce0;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    width: 32px;
    height: 32px;
}

.pagination-controls .btn:hover[b-gvu7tfa81t] {
    background-color: #f8f9fa;
    border-color: #c5c7ca;
}

.pagination-controls .btn img[b-gvu7tfa81t],
.nav-link img[b-gvu7tfa81t] {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(27%) sepia(12%) saturate(629%) hue-rotate(169deg) brightness(95%) contrast(91%);
}

.pagination-controls .btn:hover img[b-gvu7tfa81t],
.nav-link:hover img[b-gvu7tfa81t] {
    filter: brightness(0) saturate(100%) invert(37%) sepia(12%) saturate(629%) hue-rotate(169deg) brightness(85%) contrast(91%);
}

.pagination-controls .text-small[b-gvu7tfa81t] {
    font-size: 13px;
    color: #5f6368;
    margin: 0 16px;
    min-width: 80px;
    text-align: center;
    white-space: nowrap;
}

/* 네비게이션 필 */
.nav-pills[b-gvu7tfa81t] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item[b-gvu7tfa81t] {
    position: relative;
    cursor: pointer;
}

.nav-link[b-gvu7tfa81t] {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #2f3336;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    width: 32px;
    height: 32px;
}

.nav-link:hover[b-gvu7tfa81t] {
    background: #f8f9fa;
    border-color: #c5c7ca;
}

.nav-link img[b-gvu7tfa81t] {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.nav-link:hover[b-gvu7tfa81t] {
    background: #f8f9fa;
    border-color: #c5c7ca;
}

.nav-link img[b-gvu7tfa81t] {
    width: 16px;
    height: 16px;
}

.nav-pills-explain[b-gvu7tfa81t] {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.nav-item:hover .nav-pills-explain[b-gvu7tfa81t] {
    opacity: 1;
}

/* 메인 콘텐츠 영역 */
.d-flex[b-gvu7tfa81t] {
    display: flex;
    background-color: #ffffff;
    height: calc(100vh - 60px);
    width: 100vw;
}

/* 캔버스 영역 */
.ph-100[b-gvu7tfa81t] {
    min-height: 100px;
    background-color: #ffffff;
    flex: 1;
    width: calc(100% - 300px);
    height: 100%;
}

/* 오른쪽 사이드바 */
.right-sidebar[b-gvu7tfa81t] {
    width: 300px;
    background: #ffffff;
    border-left: 1px solid #e5e5e5;
    padding: 1rem;
    overflow-y: auto;
    height: calc(100vh - 60px);
    flex-shrink: 0;
}

/* 사이드바 섹션 */
.sidebar-section[b-gvu7tfa81t] {
    margin-bottom: 1.5rem;
}

.sidebar-section:last-child[b-gvu7tfa81t] {
    margin-bottom: 0;
}

.section-title[b-gvu7tfa81t] {
    font-family: 'Pretendard Variable', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2f3336;
    margin: 0 0 8px 0;
    padding: 8px 0;
}

/* 설정 박스 */
.settings-box[b-gvu7tfa81t] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
}

/* 폼 컨트롤 그룹 */
.form-control-group[b-gvu7tfa81t] {
    margin-bottom: 1rem;
}

.form-control-group:last-child[b-gvu7tfa81t] {
    margin-bottom: 0;
}

.control-label[b-gvu7tfa81t] {
    font-size: 13px;
    color: #2f3336;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

/* 라디오 버튼 그룹 개선 */
.radio-group[b-gvu7tfa81t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

/* 도움말 텍스트 */
.help-text[b-gvu7tfa81t] {
    font-size: 11px;
    color: #636363;
    line-height: 1.4;
    display: block;
    margin-top: 8px;
}

/* PDF 링크 리스트 */
.pdf-links-list[b-gvu7tfa81t] {
    padding: 0;
}

/* 줌 컨트롤 (향후 사용을 위해) */
.zoom-controls[b-gvu7tfa81t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.zoom-display[b-gvu7tfa81t] {
    padding: 6px 8px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    min-width: 60px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.zoom-display:hover[b-gvu7tfa81t] {
    border-color: #c5c7ca;
}

/* 입력 필드 */
.form-control-sm[b-gvu7tfa81t] {
    height: 32px;
    padding: 6px 8px;
    font-size: 13px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    transition: border-color 0.2s ease;
    background-color: #ffffff;
    color: #2f3336;
}

.form-control-sm:focus[b-gvu7tfa81t] {
    outline: none;
    border-color: #d0383a;
    box-shadow: 0 0 0 2px rgba(208, 56, 58, 0.1);
}

/* 폼 컨트롤 */
.form-check-input[b-gvu7tfa81t] {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    accent-color: #d0383a;
}

.form-check-label[b-gvu7tfa81t] {
    font-size: 13px;
    color: #2f3336;
    cursor: pointer;
    margin: 0;
}

/* 반응형 디자인 */
@media (max-width: 1200px) {
    .right-sidebar[b-gvu7tfa81t] {
        width: 280px;
    }
}

@media (max-width: 768px) {
    .control-box[b-gvu7tfa81t] {
        padding: 0.75rem;
        flex-direction: column;
        height: auto;
        gap: 1rem;
    }
    
    .pagination-controls .text-small[b-gvu7tfa81t] {
        margin: 0 8px;
        min-width: 60px;
    }
    
    .right-sidebar[b-gvu7tfa81t] {
        width: 100%;
        height: auto;
        border-left: none;
        border-top: 1px solid #e5e5e5;
    }
    
    .d-flex[b-gvu7tfa81t] {
        flex-direction: column;
    }
}

/* 로딩 상태 */
.loading[b-gvu7tfa81t] {
    opacity: 0.6;
    pointer-events: none;
}

/* 유틸리티 클래스 */
.justify-content-between[b-gvu7tfa81t] {
    justify-content: space-between;
}

.justify-content-center[b-gvu7tfa81t] {
    justify-content: center;
}

.align-items-center[b-gvu7tfa81t] {
    align-items: center;
}

.text-nowrap[b-gvu7tfa81t] {
    white-space: nowrap;
}

.flex-nowrap[b-gvu7tfa81t] {
    flex-wrap: nowrap;
}

.me-3[b-gvu7tfa81t] {
    margin-right: 1rem;
}

.mx-1[b-gvu7tfa81t] {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

/* 접근성 개선 */
.btn:focus[b-gvu7tfa81t] {
    outline: 2px solid #d0383a;
    outline-offset: 2px;
}

.form-check-input:focus[b-gvu7tfa81t] {
    outline: 2px solid #d0383a;
    outline-offset: 2px;
}

/* Legacy Bootstrap 클래스 오버라이드 */
.bg-light.rounded[b-gvu7tfa81t] {
    background-color: #f8f9fa !important;
    border-radius: 8px !important;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.bg-light small[b-gvu7tfa81t] {
    font-size: 11px;
    color: #636363;
    line-height: 1.4;
    display: block;
    margin-top: 8px;
}
