
/* Filter row animation */
[data-v-245953fa] .p-datatable-thead > tr > th {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    padding: 0.5rem !important;
}

/* Ensure the filter content takes full width */
[data-v-245953fa] .p-datatable-thead > tr > th .p-column-filter {
    width: 100%;
}

/* Smooth transition for the filter input */
[data-v-245953fa] .p-datatable-thead > tr > th .p-inputtext {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

/* Animation for showing/hiding filters */
[data-v-245953fa] .p-datatable-thead > tr > th.p-filter-column {
    transition: all 0.3s ease-in-out;
    padding: 0.5rem !important;
}
/* Smooth animation for filter row */
[data-v-245953fa] .p-datatable .p-datatable-thead > tr > th {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
[data-v-245953fa] .p-datatable .p-datatable-thead > tr > th.p-filter-column {
    padding: 0.5rem !important;
    transition: all 0.3s ease-in-out;
}
[data-v-245953fa] .p-datatable .p-datatable-thead > tr > th .p-inputtext {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
[data-v-245953fa] .p-datatable .p-datatable-tbody > tr > td {
    border-width: 1px 0 1px 0 !important;
    color: #475569 !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
[data-v-245953fa] .p-datatable .p-datatable-tbody > tr {
    border-color: #f1f5f9 !important;
}
[data-v-245953fa] .p-datatable .p-datatable-tbody > tr:hover > td {
    color: #334155 !important;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
.p-datatable-scrollable[data-v-245953fa] >  .p-datatable-table-container {
        height: calc(100vh - 18rem) !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
.p-datatable-scrollable[data-v-245953fa] >  .p-datatable-table-container {
        height: calc(100vh - 15.3rem) !important;
}
.horizontal-menu
        .p-datatable-scrollable[data-v-245953fa]
        >  .p-datatable-table-container {
        height: calc(100vh - 18rem) !important;
}
}

.pi-trash[data-v-eb2e547b] {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    padding: 4px;
}
.pi-trash[data-v-eb2e547b]:hover {
    background-color: rgba(255, 0, 0, 0.8);
}

/* .checklist-container {
    @apply bg-dark p-4 rounded-lg border border-gray-200;
} */
.p-button-sm[data-v-f9b02cdb] {
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 200px;
}
.flex-1.min-w-0[data-v-f9b02cdb] {
    min-width: 0;
    max-width: 100%;
}

.audit-values[data-v-524578ed] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.audit-section[data-v-524578ed] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 8px;
    background: #fafafa;
}
.audit-key[data-v-524578ed] {
    font-weight: 600;
    margin-bottom: 6px;
    color: #111827;
}
.audit-value[data-v-524578ed] {
    white-space: pre-wrap;
    word-break: break-word;
    color: #374151;
}
.audit-table[data-v-524578ed] {
    display: grid;
    gap: 6px;
}
.audit-row[data-v-524578ed] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(80px, 1fr);
    gap: 6px;
}
.audit-header[data-v-524578ed] {
    font-weight: 600;
    background: #f3f4f6;
    border-radius: 6px;
    padding: 6px;
}
.audit-row[data-v-524578ed]:not(.audit-header) {
    padding: 6px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
}
.audit-cell[data-v-524578ed] {
    font-size: 12px;
    color: #374151;
    word-break: break-word;
}

@keyframes pulse-0e068434 {
0%,
    100% {
        opacity: 1;
}
50% {
        opacity: 0.5;
}
}
.animate-pulse[data-v-0e068434] {
    animation: pulse-0e068434 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.floating-recording-widget[data-v-4b0abb7b] {
    position: fixed;
    z-index: 9999;
    width: 300px;
    background: var(--surface-card);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    border: 2px solid rgba(239, 68, 68, 0.5);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(239, 68, 68, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.floating-recording-widget.minimized[data-v-4b0abb7b] {
    width: 200px;
}
.floating-recording-widget.dragging[data-v-4b0abb7b] {
    cursor: grabbing;
    transition: none;
}

/* Header */
.widget-header[data-v-4b0abb7b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: linear-gradient(
        135deg,
        rgba(239, 68, 68, 0.2) 0%,
        rgba(220, 38, 38, 0.1) 100%
    );
    border-bottom: 1px solid rgba(239, 68, 68, 0.3);
    cursor: grab;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.widget-header[data-v-4b0abb7b]:active {
    cursor: grabbing;
}
.recording-indicator[data-v-4b0abb7b] {
    display: flex;
    align-items: center;
    gap: 8px;
}
.pulse-dot[data-v-4b0abb7b] {
    width: 12px;
    height: 12px;
    background: #ff4c4c;
    border-radius: 50%;
    animation: pulse-4b0abb7b 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    box-shadow: 0 0 10px rgba(255, 76, 76, 0.8);
}
@keyframes pulse-4b0abb7b {
0%,
    100% {
        opacity: 1;
        transform: scale(1);
}
50% {
        opacity: 0.6;
        transform: scale(1.1);
}
}
.recording-text[data-v-4b0abb7b] {
    font-size: 13px;
    font-weight: 700;
    color: #ff4c4c;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.minimize-btn[data-v-4b0abb7b] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 6px;
    padding: 4px 8px;
    color: #000000;
    cursor: pointer;
    transition: all 0.2s ease;
}
.minimize-btn[data-v-4b0abb7b]:hover {
    background: rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

/* Content */
.widget-content[data-v-4b0abb7b] {
    padding: 20px 16px 16px;
}
.timer-display[data-v-4b0abb7b] {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Courier New', monospace;
    color: #ff0000;
    text-align: center;
    margin-bottom: 16px;
    text-shadow: 0 0 20px rgba(239, 68, 68, 0.5);
    letter-spacing: 2px;
}

/* Control Buttons */
.control-buttons[data-v-4b0abb7b] {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 16px;
}
.control-btn[data-v-4b0abb7b] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.control-btn[data-v-4b0abb7b]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition:
        width 0.3s ease,
        height 0.3s ease;
}
.control-btn[data-v-4b0abb7b]:hover::before {
    width: 100%;
    height: 100%;
}
.control-btn[data-v-4b0abb7b]:hover {
    transform: scale(1.1);
}
.control-btn[data-v-4b0abb7b]:active {
    transform: scale(0.95);
}
.pause-btn[data-v-4b0abb7b] {
    border-color: #ffb700;
    color: #ffb700;
}
.pause-btn[data-v-4b0abb7b]:hover {
    background: rgba(255, 190, 26, 0.3);
    box-shadow: 0 0 20px rgba(251, 191, 36, 0.4);
}
.resume-btn[data-v-4b0abb7b] {
    border-color: #34d399;
    color: #34d399;
}
.resume-btn[data-v-4b0abb7b]:hover {
    background: rgba(52, 211, 153, 0.2);
    box-shadow: 0 0 20px rgba(52, 211, 153, 0.4);
}
.stop-btn[data-v-4b0abb7b] {
    border-color: #ff0000;
    color: #ff0000;
}
.stop-btn[data-v-4b0abb7b]:hover {
    background: rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.4);
}

/* Recording Info */
.recording-info[data-v-4b0abb7b] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: rgba(59, 130, 246, 0.5);
    border: 1px solid rgba(59, 130, 246, 0.7);
    border-radius: 8px;
    font-size: 11px;
    color: #0077ff;
    line-height: 1.4;
}
.recording-info i[data-v-4b0abb7b] {
    font-size: 14px;
    flex-shrink: 0;
}

/* Transitions */
.slide-fade-enter-active[data-v-4b0abb7b] {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-fade-leave-active[data-v-4b0abb7b] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-fade-enter-from[data-v-4b0abb7b] {
    transform: translateX(100%) scale(0.8);
    opacity: 0;
}
.slide-fade-leave-to[data-v-4b0abb7b] {
    transform: translateX(100%) scale(0.8);
    opacity: 0;
}
.expand-enter-active[data-v-4b0abb7b],
.expand-leave-active[data-v-4b0abb7b] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}
.expand-enter-from[data-v-4b0abb7b],
.expand-leave-to[data-v-4b0abb7b] {
    max-height: 0;
    opacity: 0;
}
.expand-enter-to[data-v-4b0abb7b],
.expand-leave-from[data-v-4b0abb7b] {
    max-height: 300px;
    opacity: 1;
}

/* Responsive */
@media (max-width: 640px) {
.floating-recording-widget[data-v-4b0abb7b] {
        width: 280px;
        left: 10px !important;
        right: auto;
}
.timer-display[data-v-4b0abb7b] {
        font-size: 28px;
}
.control-btn[data-v-4b0abb7b] {
        width: 42px;
        height: 42px;
        font-size: 16px;
}
}

.width[data-v-418d311d] {
    width: var(--fd8fa294);
}
.height[data-v-418d311d] {
    height: var(--e802a392);
}

[data-v-e4ae4d36] .p-select {
    width: 100%;
}

.html-content[data-v-6e12baff] * {
    background-color: transparent !important;
}
.nested-table-wrapper[data-v-6e12baff] {
    margin-top: 0.25rem;
}
.nested-table[data-v-6e12baff] .p-datatable-thead > tr > th {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}
.nested-table[data-v-6e12baff] .p-datatable-tbody > tr > td {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    vertical-align: middle;
}

/* Custom table styling for employee-wise reports */
.custom-report-table[data-v-6e12baff] {
    border: 1px solid #e9ecef;
    border-radius: 6px;
    overflow: hidden;
}
.custom-report-table .p-datatable-table[data-v-6e12baff] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

/* Employee-wise report single table with sticky header */
.employee-wise-report .single-table-container[data-v-6e12baff] {
    position: relative;
}
.employee-wise-report .sticky-header[data-v-6e12baff] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #f8f9fa;
}
.employee-wise-report .p-datatable-table[data-v-6e12baff] {
    width: 100%;
    border-collapse: collapse;
}
.custom-report-table .p-column-header-cell[data-v-6e12baff] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 12px;
    font-weight: 600;
    text-align: left;
}
.custom-report-table .p-datatable-cell[data-v-6e12baff] {
    border: 1px solid #dee2e6;
    padding: 8px 12px;
    text-align: left;
}
.custom-report-table .p-datatable-row[data-v-6e12baff]:nth-child(even) {
    background-color: #f8f9fa;
}
.custom-report-table .p-datatable-row[data-v-6e12baff]:hover {
    background-color: #e3f2fd;
}

/* Employee header row styling */
.employee-header-row-custom[data-v-6e12baff] {
    background: linear-gradient(135deg, #1976d2 0%, #42a5f5 100%) !important;
}
.employee-header-row-custom[data-v-6e12baff]:hover {
    background: linear-gradient(135deg, #1976d2 0%, #42a5f5 100%) !important;
}
.employee-header-cell-merged[data-v-6e12baff] {
    background: linear-gradient(135deg, #1976d2 0%, #42a5f5 100%) !important;
    border: none !important;
    padding: 0 !important;
}
.employee-header-content-custom[data-v-6e12baff] {
    color: white;
    padding: 15px 20px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
}

/* Sub-record styling */
.employee-sub-record[data-v-6e12baff] {
    background-color: #fafafa;
    border-left: 3px solid #2196f3;
}
.employee-sub-record .p-datatable-cell[data-v-6e12baff]:first-child {
    padding-left: 20px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
.p-datatable-scrollable[data-v-6e12baff] >  .p-datatable-table-container {
        height: calc(100vh - 25rem) !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
.p-datatable-scrollable[data-v-6e12baff] >  .p-datatable-table-container {
        height: calc(100vh - 15rem) !important;
}
.horizontal-menu
        .p-datatable-scrollable[data-v-6e12baff]
        >  .p-datatable-table-container {
        height: calc(100vh - 18rem) !important;
}
}

.metal-type-selector[data-v-e96413b5] .p-select {
    width: 100%;
}
.metal-type-selector[data-v-e96413b5] .p-button {
    width: 100%;
    justify-content: center;
}
.metal-type-selector[data-v-e96413b5] .p-select-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.metal-type-selector[data-v-e96413b5] .p-inputtext {
    min-height: 2.5rem;
}

.branch-selector[data-v-928cd3d1] .p-select {
    width: 100%;
}
.branch-selector[data-v-928cd3d1] .p-select-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.branch-selector[data-v-928cd3d1] .p-inputtext {
    min-height: 2.5rem;
}

[data-v-fbff6dc2] .p-accordionheader-toggle-icon {
    display: none !important;
}
[data-v-fbff6dc2] .p-accordionheader {
    position: fixed;
    width: 100%;
}
[data-v-fbff6dc2] ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
[data-v-fbff6dc2] ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
[data-v-fbff6dc2] li {
    margin-bottom: 0.25rem;
}

[data-v-af717abd] .p-accordionheader-toggle-icon {
    display: none !important;
}
[data-v-af717abd] .p-accordionheader {
    position: fixed;
    width: 100%;
}
[data-v-af717abd] ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
[data-v-af717abd] ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
[data-v-af717abd] li {
    margin-bottom: 0.25rem;
}

[data-v-3a264283] .p-accordionheader-toggle-icon {
    display: none !important;
}
[data-v-3a264283] .p-accordionheader {
    position: fixed;
    width: 100%;
}
[data-v-3a264283] ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
[data-v-3a264283] ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
[data-v-3a264283] li {
    margin-bottom: 0.25rem;
}

.hidden {
    display: none;
}

.item-group-selector[data-v-4b885af0] .p-select {
    width: 100%;
}
.item-group-selector[data-v-4b885af0] .p-select-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.item-group-selector[data-v-4b885af0] .p-inputtext {
    min-height: 2.5rem;
}

.branch-selector[data-v-01c3e9b0] .p-multiselect {
    width: 100%;
}
.branch-selector[data-v-01c3e9b0] .p-multiselect-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.branch-selector[data-v-01c3e9b0] .p-multiselect {
    min-height: 2.5rem;
}
.branch-selector[data-v-01c3e9b0] .p-multiselect-token {
    padding: 0.15rem 0.5rem;
    margin: 0.1rem;
}

.design-size-selector[data-v-19093c7c] .p-multiselect {
    width: 100%;
}
.design-size-selector[data-v-19093c7c] .p-multiselect-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.design-size-selector[data-v-19093c7c] .p-multiselect {
    min-height: 2.5rem;
}
.design-size-selector[data-v-19093c7c] .p-multiselect-token {
    padding: 0.15rem 0.5rem;
    margin: 0.1rem;
}

.hsn-code-selector[data-v-cef79b5a] .p-select {
    width: 100%;
}
.hsn-code-selector[data-v-cef79b5a] .p-button {
    width: 100%;
    justify-content: center;
}
.hsn-code-selector[data-v-cef79b5a] .p-select-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.hsn-code-selector[data-v-cef79b5a] .p-inputtext {
    min-height: 2.5rem;
}

.qc-master-selector[data-v-b2ce3358] .p-select {
    width: 100%;
}
.qc-master-selector[data-v-b2ce3358] .p-button {
    width: 100%;
    justify-content: center;
}
.qc-master-selector[data-v-b2ce3358] .p-select-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.qc-master-selector[data-v-b2ce3358] .p-inputtext {
    min-height: 2.5rem;
}

.item-category-selector[data-v-a1e5a36f] .p-select {
    width: 100%;
}
.item-category-selector[data-v-a1e5a36f] .p-button {
    width: 100%;
    justify-content: center;
}
.item-category-selector[data-v-a1e5a36f] .p-select-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.item-category-selector[data-v-a1e5a36f] .p-inputtext {
    min-height: 2.5rem;
}

.item-collections-selector[data-v-9c8d26f1] .p-multiselect {
    width: 100%;
    min-height: 2.5rem;
}
.item-collections-selector[data-v-9c8d26f1] .p-multiselect-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.item-collections-selector[data-v-9c8d26f1] .p-multiselect-token {
    padding: 0.15rem 0.5rem;
    margin: 0.1rem;
}

.item-sub-category-selector[data-v-c6a29d29] .p-select {
    width: 100%;
}
.item-sub-category-selector[data-v-c6a29d29] .p-button {
    width: 100%;
    justify-content: center;
}
.item-sub-category-selector[data-v-c6a29d29] .p-select-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.item-sub-category-selector[data-v-c6a29d29] .p-inputtext {
    min-height: 2.5rem;
}

.item-type-selector[data-v-2b6d8c29] .p-select {
    width: 100%;
}
.item-type-selector[data-v-2b6d8c29] .p-button {
    width: 100%;
    justify-content: center;
}
.item-type-selector[data-v-2b6d8c29] .p-select-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.item-type-selector[data-v-2b6d8c29] .p-inputtext {
    min-height: 2.5rem;
}

.metal-on-selector[data-v-a1bc1885] .p-select {
    width: 100%;
}
.metal-on-selector[data-v-a1bc1885] .p-button {
    width: 100%;
    justify-content: center;
}
.metal-on-selector[data-v-a1bc1885] .p-select-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.metal-on-selector[data-v-a1bc1885] .p-inputtext {
    min-height: 2.5rem;
}

.other-item-selector[data-v-b6368a77] .p-multiselect {
    width: 100%;
    min-height: 2.5rem;
}
.other-item-selector[data-v-b6368a77] .p-multiselect-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.other-item-selector[data-v-b6368a77] .p-multiselect-token {
    padding: 0.15rem 0.5rem;
    margin: 0.1rem;
}

.item-type-selector[data-v-7a87c121] .p-select {
    width: 100%;
}
.item-type-selector[data-v-7a87c121] .p-button {
    width: 100%;
    justify-content: center;
}
.item-type-selector[data-v-7a87c121] .p-select-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.item-type-selector[data-v-7a87c121] .p-inputtext {
    min-height: 2.5rem;
}

.design-brand-selector[data-v-c320ba40] .p-select {
    width: 100%;
}
.design-brand-selector[data-v-c320ba40] .p-select-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.design-brand-selector[data-v-c320ba40] .p-inputtext {
    min-height: 2.5rem;
}
.design-brand-selector[data-v-c320ba40] .p-multiselect {
    width: 100%;
}
.design-brand-selector[data-v-c320ba40] .p-multiselect-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}

.item-groups-selector[data-v-b1c59a7f] .p-multiselect {
    width: 100%;
    min-height: 2.5rem;
}
.item-groups-selector[data-v-b1c59a7f] .p-multiselect-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.item-groups-selector[data-v-b1c59a7f] .p-multiselect-token {
    padding: 0.15rem 0.5rem;
    margin: 0.1rem;
}

.selector[data-v-a345935a] .p-select {
    width: 100%;
}
.selector[data-v-a345935a] .p-select-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.selector[data-v-a345935a] .p-inputtext {
    min-height: 2.5rem;
}

.p-checkbox-box {
    height: 35px;
    width: 35px;
}

.field[data-v-b58df2cb] {
    margin-bottom: 1rem;
}
[data-v-b58df2cb] .p-select {
    width: 100%;
}

.field[data-v-d06187a2] {
    margin-bottom: 1.5rem;
}
.p-fluid .p-inputtext[data-v-d06187a2],
.p-fluid .p-dropdown[data-v-d06187a2],
.p-fluid .p-calendar[data-v-d06187a2],
.p-fluid .p-textarea[data-v-d06187a2] {
    width: 100%;
}
.text-blue[data-v-d06187a2] {
    color: blue;
    margin-top: 10px;
    margin-bottom: 10px;
}

.suda-book-selector[data-v-fe9f6021] .p-select {
    width: 100%;
}
.suda-book-selector[data-v-fe9f6021] .p-button {
    width: 100%;
    justify-content: center;
}
.suda-book-selector[data-v-fe9f6021] .p-select-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.suda-book-selector[data-v-fe9f6021] .p-inputtext {
    min-height: 2.5rem;
}

.account-selector[data-v-ea5746a2] .p-select {
    width: 100%;
}
.account-selector[data-v-ea5746a2] .p-button {
    width: 100%;
    justify-content: center;
}
.account-selector[data-v-ea5746a2] .p-select-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.account-selector[data-v-ea5746a2] .p-inputtext {
    min-height: 2.5rem;
}

.account-selector[data-v-b4c35504] .p-select {
    width: 100%;
}
.account-selector[data-v-b4c35504] .p-select-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.account-selector[data-v-b4c35504] .p-inputtext {
    min-height: 2.5rem;
}

.branch-selector[data-v-0ae5ab72] .p-select {
    width: 100%;
}
.branch-selector[data-v-0ae5ab72] .p-select-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.branch-selector[data-v-0ae5ab72] .p-inputtext {
    min-height: 2.5rem;
}

[data-v-058efc77] .p-accordionheader-toggle-icon {
    display: none !important;
}
[data-v-058efc77] .p-accordionheader {
    position: fixed;
    width: 100%;
}
[data-v-058efc77] ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
[data-v-058efc77] ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
[data-v-058efc77] li {
    margin-bottom: 0.25rem;
}

[data-v-a0b99d2d] .p-accordionheader-toggle-icon {
    display: none !important;
}
[data-v-a0b99d2d] .p-accordionheader {
    position: fixed;
    width: 100%;
}
[data-v-a0b99d2d] ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
[data-v-a0b99d2d] ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
[data-v-a0b99d2d] li {
    margin-bottom: 0.25rem;
}

.image-gallery[data-v-87e38f9e] {
    display: flex;
    align-items: center;
    width: 100%;
}
.single-image-container[data-v-87e38f9e] {
    display: inline-block;
}
.image-item[data-v-87e38f9e] {
    position: relative;
    cursor: pointer;
}
.gallery-image[data-v-87e38f9e] {
    width: var(--3923d46e);
    height: var(--7085a984);
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--border-color);
    display: block;
    transition: transform 0.2s;
}
.image-item:hover .gallery-image[data-v-87e38f9e] {
    transform: scale(1.05);
}
.image-overlay[data-v-87e38f9e] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s;
    gap: 8px;
}
.image-item:hover .image-overlay[data-v-87e38f9e] {
    opacity: 1;
}
.image-overlay i[data-v-87e38f9e] {
    color: white;
    font-size: 20px;
}
.image-count[data-v-87e38f9e] {
    position: absolute;
    top: 4px;
    right: 4px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
}
.carousel-container[data-v-87e38f9e] {
    padding: 20px 0;
}
.carousel-item[data-v-87e38f9e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.carousel-image[data-v-87e38f9e] {
    max-width: 100%;
    max-height: 70vh;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.image-info[data-v-87e38f9e] {
    margin-top: 16px;
    padding: 8px 16px;
    background: var(--surface-100);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
}
[data-v-87e38f9e] .p-dialog .p-dialog-header {
    padding: 1.5rem;
}
[data-v-87e38f9e] .p-dialog .p-dialog-content {
    padding: 0 1.5rem 1.5rem;
}
[data-v-87e38f9e] .p-carousel .p-carousel-content {
    padding: 0;
}
[data-v-87e38f9e] .p-carousel .p-carousel-indicators {
    padding: 1rem;
}

/* Add any specific styles if needed, mostly using utility classes */

.width[data-v-4e9f99a6] {
    width: var(--37d4e8c6);
}
.height[data-v-4e9f99a6] {
    height: var(--f66623a0);
}

.width[data-v-ae3218c8] {
    width: var(--18080851);
}
.height[data-v-ae3218c8] {
    height: var(--61abf008);
}

.touch-color-selector[data-v-0cfc2b8e] .p-select {
    width: 100%;
}
.touch-color-selector[data-v-0cfc2b8e] .p-select-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.touch-color-selector[data-v-0cfc2b8e] .p-inputtext {
    min-height: 2.5rem;
}

.branch-selector[data-v-79ea3b0f] .p-multiselect {
    width: 100%;
}
.branch-selector[data-v-79ea3b0f] .p-multiselect-label {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.branch-selector[data-v-79ea3b0f] .p-multiselect {
    min-height: 2.5rem;
}
.branch-selector[data-v-79ea3b0f] .p-multiselect-token {
    padding: 0.15rem 0.5rem;
    margin: 0.1rem;
}

[data-v-5d9b57e3] .p-accordionheader-toggle-icon {
    display: none !important;
}
[data-v-5d9b57e3] .p-accordionheader {
    position: fixed;
    width: 100%;
}
[data-v-5d9b57e3] ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
[data-v-5d9b57e3] ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
[data-v-5d9b57e3] li {
    margin-bottom: 0.25rem;
}

[data-v-0fc335ea] .p-accordionheader-toggle-icon {
    display: none !important;
}
[data-v-0fc335ea] .p-accordionheader {
    position: fixed;
    width: 100%;
}
[data-v-0fc335ea] ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
[data-v-0fc335ea] ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
[data-v-0fc335ea] li {
    margin-bottom: 0.25rem;
}
