#root{width:100%}.required{color:red}.deposit-card{background:#fff;border-radius:6px;padding:clamp(20px,4vw,46px);box-shadow:0 2px 8px #00000014}.back-btn{color:#075a9c;cursor:pointer;background:#dbeafe;border:1px solid #8bb8ef;border-radius:4px;width:36px;height:36px;font-size:18px}.loading-overlay{z-index:9998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffa6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-box{background:#fff;border-radius:10px;flex-direction:column;align-items:center;gap:12px;padding:22px 32px;font-weight:600;display:flex;box-shadow:0 10px 30px #0000002e}.spinner{border:4px solid #d7e7f7;border-top-color:#00599c;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin}.table-loading{color:#555;justify-content:center;align-items:center;gap:10px;min-height:140px;font-weight:600;display:flex}@keyframes spin{to{transform:rotate(360deg)}}.toast{color:#fff;z-index:99999;border-radius:8px;padding:13px 18px;font-weight:600;animation:.25s toastSlide;position:fixed;top:22px;right:22px;box-shadow:0 8px 25px #0003}.toast-success{background:#198754}.toast-error{background:#dc3545}.toast-info{background:#00599c}@keyframes toastSlide{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}button:disabled{opacity:.6;cursor:not-allowed}.status-badge{color:#fff;font-size:12px;font-weight:auto;text-transform:uppercase;text-align:center;border-radius:4px;padding:4px 14px;display:inline-block}.status-open{background:#7ea9eb}.status-deposited{background:#538d72}.status-verified{background:#38be96}.status-cancelled{background:#c45863}.validation-toast-overlay{z-index:9999;background:0 0;position:fixed;inset:0}.validation-toast{color:#333;background:#f8eaeaef;border-left:5px solid #dc3545;border-radius:8px;width:min(280px,100vw - 32px);padding:16px;animation:.22s ease-out validationToastSlide;position:absolute;top:30px;right:10px;box-shadow:0 12px 35px #00000040}.validation-toast-header{color:#dc3545;justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.validation-toast-header strong{font-size:16px}.validation-toast-header button{cursor:pointer;background:0 0;border:none;font-size:22px;line-height:1}.validation-toast ul{margin:0;padding-left:14px}.validation-toast li{margin-bottom:6px;font-size:13px;line-height:1.35}.success-toast{background:#cff0e5c5;border-left:5px solid #28a745}.success-toast-body{color:#333;padding-top:8px;line-height:1.45}@keyframes validationToastSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.validation-toast{width:auto;max-width:none;padding:14px;top:30px;left:12px;right:12px}.validation-toast-header strong{font-size:15px}.validation-toast li{font-size:12px}}@media (width<=420px){.validation-toast{border-left-width:4px;padding:12px;top:30px;left:10px;right:10px}.validation-toast-header button{font-size:20px}}.confirm-overlay{z-index:99999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.confirm-modal{background:#fff;border-radius:10px;width:min(420px,100vw - 32px);animation:.2s confirmScale;overflow:hidden;box-shadow:0 15px 45px #00000040}.confirm-header{border-bottom:1px solid #ececec;padding:18px 22px}.confirm-header h3{color:#333;margin:0;font-size:20px}.confirm-body{padding:22px}.confirm-body p{color:#555;margin:0;line-height:1.6}.confirm-actions{border-top:1px solid #ececec;justify-content:flex-end;gap:10px;padding:18px 22px;display:flex}.confirm-actions button{cursor:pointer;border-radius:6px;min-width:120px;padding:10px 18px;font-weight:600;transition:all .2s}.confirm-cancel-btn{color:#333;background:#f3f4f6;border:1px solid #d1d5db}.confirm-cancel-btn:hover:not(:disabled){background:#e5e7eb}.danger-btn{color:#fff;background:#dc3545;border:none}.danger-btn:hover:not(:disabled){background:#bb2d3b}@keyframes confirmScale{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.confirm-modal{width:calc(100vw - 24px)}.confirm-actions{flex-direction:column-reverse}.confirm-actions button{width:100%}}.deposit-slip-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:12px;display:flex}.camera-modal{z-index:99999;background:#000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.camera-box{background:#fff;border-radius:14px;width:min(450px,94vw);padding:10px}.camera-box video{object-fit:cover;background:#000;border-radius:10px;width:100%;height:70vh}.camera-actions{gap:10px;margin-top:12px;display:flex}.camera-actions button{cursor:pointer;flex:1;padding:1px;font-size:5px}.camera-error{color:#dc3545;margin-top:10px;font-size:14px}@media (width<=768px){.camera-modal{justify-content:stretch;align-items:stretch}.camera-box{background:#000;border-radius:0;flex-direction:column;width:100vw;height:100dvh;padding:0;display:flex}.camera-box video{object-fit:cover;border-radius:0;flex:1;width:100%;height:100%}.camera-actions{background:#000;margin:0;padding:10px}.camera-actions button{height:20px;font-size:5px;font-weight:700}.camera-error{color:#fff;padding:10px}}.pr-collection-page{--tree-indent:32px;--tree-line-color:#c7d8ea}.pr-view-wrapper{background:#fff;border-radius:8px;padding:24px}.pr-view-toolbar,.pr-create-toolbar,.pr-edit-toolbar,.pr-check-toolbar{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.pr-view-toolbar-left,.pr-create-toolbar-left,.pr-edit-toolbar-left,.pr-check-toolbar-left{align-items:center;gap:12px;display:flex}.pr-view-toolbar .back-btn,.pr-create-toolbar .back-btn,.pr-edit-toolbar .back-btn,.pr-check-toolbar .back-btn{color:#00599c;cursor:pointer;background:#dfeeff;border:1px solid #7fb0e0;border-radius:4px;width:36px;height:36px;font-size:18px}.pr-view-toolbar span,.pr-create-toolbar span,.pr-edit-toolbar span,.pr-check-toolbar span{color:#444;font-size:20px;font-weight:700}.pr-view-actions,.pr-create-actions,.pr-edit-actions{align-items:center;gap:10px;display:flex}.pr-create-btn,.pr-unpost-btn,.pr-edit-btn,.pr-cancel-btn,.pr-check-btn,.pr-cash-btn{color:#fff;min-width:auto;height:auto;font-size:auto;cursor:pointer;background:#00599c;border:3px solid #00599c;border-radius:4px;padding:8px;font-weight:500;transition:background-color .2s}.pr-create-btn:hover,.pr-unpost-btn:hover,.pr-edit-btn:hover,.pr-cancel-btn:hover,.pr-check-btn:hover,.pr-cash-btn:hover{color:#00599c;background:#fff;border:3px solid #00599c;border-radius:4px}@media (width<=768px){.pr-view-actions,.pr-create-actions,.pr-edit-actions{align-items:center;gap:auto;display:flex}.pr-create-btn,.pr-unpost-btn,.pr-edit-btn,.pr-cancel-btn,.pr-check-btn,.pr-cash-btn{color:#fff;min-width:auto;height:auto;font-size:auto;cursor:pointer;background:#00599c;border:1px solid #00599c;border-radius:4px;padding:2px;font-weight:300;transition:background-color .2s}.pr-create-btn:hover,.pr-unpost-btn:hover,.pr-edit-btn:hover,.pr-cancel-btn:hover,.pr-check-btn:hover,.pr-cash-btn:hover{color:#00599c;background:#fff;border:1px solid #00599c;border-radius:4px}}.pr-section-card{background:#fff;border:1px solid #9bc8ef;border-radius:8px;margin-bottom:18px;padding:28px 42px;box-shadow:0 2px 6px #0000001f}.pr-receipt-section{padding:28px}.pr-receipt-container{box-sizing:border-box;background:#f8fbff;border:2px dashed #d7e4f2;border-radius:8px;justify-content:center;align-items:center;width:100%;height:460px;padding:24px;display:flex;overflow:hidden}.pr-receipt-preview-card{justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.pr-receipt-image{object-fit:contain;border-radius:6px;width:auto;max-width:100%;height:auto;max-height:100%;display:block;box-shadow:0 8px 20px #0000002e}.pr-receipt-placeholder{color:#777;justify-content:center;align-items:center;width:100%;height:100%;font-size:15px;display:flex}.pr-info-layout{grid-template-columns:1fr 520px;align-items:start;gap:50px;display:grid}.pr-info-left{flex-direction:column;gap:24px;display:flex}.pr-info-row{grid-template-columns:140px 1fr;align-items:center;display:grid}.pr-info-row label{color:#111;font-size:15px;font-weight:700}.pr-info-row span{color:#111;font-size:15px}.pr-info-right{flex-direction:column;gap:10px;display:flex}.pr-info-right label{color:#111;font-size:15px;font-weight:700}.pr-info-right textarea{resize:none;background:#fff;border:1px solid #c9c9c9;border-radius:2px;width:100%;height:92px;padding:10px;font-size:14px}.section-title{color:#4b83b5;margin:0 0 20px;font-size:16px;font-weight:700}.pr-check-table{border-collapse:collapse;width:100%}.pr-check-table thead{color:#3f7daf;background:#cfe0f1;box-shadow:0 2px 4px #0000001f}.pr-check-table th{text-align:center;color:#4b83b5;white-space:nowrap;padding:12px;font-weight:700}.pr-check-table td{text-align:center;border-bottom:1px solid #d7e5f2;padding:14px 12px}.pr-check-table tbody tr:hover{background:#f6fbff}.pr-check-table tbody tr:last-child td{border-bottom:none}.pr-check-table tfoot td{padding-top:16px;font-weight:700}.pr-check-table .actions-column{width:120px}.status-badge{letter-spacing:.3px;text-transform:uppercase;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-width:110px;height:30px;padding:0 14px;font-size:11px;font-weight:700;display:inline-flex}.status-badge.open{color:#5f6875;background:#eceff3}.status-badge.posted{color:#2563eb;background:#d9ecff}.status-badge.undeposited{color:#2563eb;background:#e6f4ff}.status-badge.partially-deposited{color:#d97706;background:#fff1dd}.status-badge.deposited{color:#b8860b;background:#fff7d1}.status-badge.partially-verified{color:#4d7c0f;background:#ecfccb}.status-badge.verified{color:#15803d;background:#dcfce7}.status-badge.replaced{color:#dc2626;background:#ffe4e6}.status-badge.cancelled{color:#dc2626;background:#fee2e2}.status-badge.draft{color:#6b7280;background:#f3f4f6}.status-badge.pending{color:#ca8a04;background:#fff7d6}.pr-view-btn,.pr-replace-btn,.pr-delete-btn,.pr-update-btn{color:#00599c;cursor:pointer;background:0 0;border:none;padding:6px;transition:all .2s}.pr-view-btn:hover,.pr-replace-btn:hover,.pr-delete-btn:hover,.pr-update-btn:hover{color:#fff;background:#00599c;border-radius:4px;padding:6px}.pr-table-actions{justify-content:center;align-items:center;gap:8px;display:flex}.pr-total-row td{border-bottom:none;font-weight:700}.total-label{text-align:right;padding-right:20px}.pr-check-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.pr-check-total{color:#4b83b5;font-size:15px;font-weight:600}.pr-check-total strong{margin-left:8px;font-size:18px}.pr-check-table .empty-row td,.pr-check-table td[colspan]{color:#777;padding:28px;font-style:italic}.image-modal{z-index:9999;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.image-modal-content{background:#fff;border-radius:8px;max-width:90vw;max-height:90vh;padding:15px;position:relative;overflow:auto;box-shadow:0 10px 30px #00000040}.image-modal-content img{border-radius:4px;max-width:100%;max-height:80vh;display:block}.modal-close{color:#555;cursor:pointer;background:0 0;border:none;font-size:28px;font-weight:700;position:absolute;top:6px;right:10px}.modal-close:hover{color:#000}@media (width<=1200px){.pr-info-layout{grid-template-columns:1fr}.pr-info-right{width:100%}}@media (width<=768px){.pr-view-page{padding:12px}.pr-section-card{padding:18px}.pr-check-table{min-width:900px}.pr-section-card{overflow-x:auto}}.clickable-row{cursor:pointer}.clickable-row:hover{background:#eef7ff}.pr-check-wrapper{background:#fff;border-radius:8px;padding:24px}.check-image-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.check-image-card{border:1px solid #9bc8ef;border-radius:8px;padding:16px}.check-image-card label{margin-bottom:12px;font-weight:700;display:block}.check-image-card img{object-fit:contain;width:100%;max-height:300px}.empty-image{color:#777;background:#f8fafc;justify-content:center;align-items:center;height:300px;display:flex}.pr-check-info{grid-template-columns:1fr 1fr;gap:40px;display:grid}.info-row{grid-template-columns:150px 1fr;margin-bottom:16px;display:grid}.info-row label{font-weight:700}.history-list{padding-left:20px}.history-item{gap:16px;margin-bottom:24px;display:flex}.history-dot{background:#00599c;border-radius:50%;width:12px;height:12px;margin-top:5px}.check-history-list{flex-direction:column;gap:28px;display:flex}.check-history-card{background:#eef6ff}.check-history-item{align-items:flex-start;gap:18px;padding-left:10px;display:flex;position:relative}.check-history-item:not(:last-child):after{content:"";background:#0d67b5;width:2.5px;height:calc(100% + 18px);position:absolute;top:18px;left:16.5px}.history-dot{z-index:2;background:#0d67b5;border-radius:50%;flex-shrink:0;width:16px;height:16px;margin-top:3px}.oms-page-layout{box-sizing:border-box;background:linear-gradient(200deg,#c0e5f7 0%,#fff 50%,#87af8f 100%);min-height:calc(100vh - 60px);margin:-20px -20px 0;padding:clamp(16px,3vw,28px)}@media (width<=1000px){.oms-page-layout{padding:0}}.oms-page-card{box-shadow:none;background:0 0;border-radius:0;padding:0}.oms-page-card .prheaderform,.oms-page-card .depositheaderform{background:#fff;box-shadow:0 2px 8px #00000083}.oms-page-card-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.oms-page-card-title{color:#2d3a4b;margin:0;font-size:24px;font-weight:700}.oms-page-card-subtitle{color:#666;margin:4px 0 0;font-size:14px}.oms-page-card-actions{gap:10px;display:flex}@media (width<=768px){.oms-page-card-header{flex-direction:column;align-items:stretch}.oms-page-card-actions{width:100%}}.oms-section-card{background:linear-gradient(200deg,#d1e4f4 0%,#f5f5f5 100%);border:1px solid #0000000d;border-radius:14px;margin-bottom:10px;padding:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #3f5da50d,0 12px 28px #3a8db414}.check-header-form{background:#fff!important}.oms-section-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0f172a14,0 18px 40px #0f172a1f}.oms-section-header{justify-content:space-between;align-items:flex-start;margin-bottom:18px;display:flex}.oms-section-title{color:#263238;margin:0;font-size:22px;font-weight:700}.oms-section-subtitle{color:#7a8795;margin-top:4px;font-size:13px}.oms-section-actions{gap:10px;display:flex}.pr-section-error{transition:all .2s;box-shadow:0 0 0 4px #dc35451f;border:1px solid #dc3545!important}.oms-table-card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.oms-card-title{color:#4b83b5;margin:0 0 20px;font-size:18px;font-weight:700}@media (width<=1000px){.oms-page-card{padding:16px}.oms-section-card{padding:18px}.oms-table-card{padding:16px}}.oms-breadcrumb{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:22px;display:flex}.oms-breadcrumb-back{cursor:pointer;color:#0d4678;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.oms-breadcrumb-back:hover{color:#256eb1}.oms-breadcrumb-item{align-items:center;gap:14px;display:flex}.oms-breadcrumb-text{color:#7a7a7a;font-size:18px;font-weight:600}.oms-breadcrumb-current{color:#111;font-size:18px;font-weight:700}.oms-breadcrumb-divider{color:#777;font-size:24px;font-weight:400}.oms-breadcrumb-link{color:#7a7a7a;font-size:18px;font-weight:600;text-decoration:none;transition:all .2s}.oms-breadcrumb-link:hover{color:#0d5aa7}.oms-breadcrumb-compact{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;gap:6px;margin-bottom:14px;overflow-x:auto}.oms-breadcrumb-compact::-webkit-scrollbar{display:none}.oms-breadcrumb-compact .oms-breadcrumb-back{flex-shrink:0}.oms-breadcrumb-compact .oms-breadcrumb-back svg{width:18px;height:18px}.oms-breadcrumb-compact .oms-breadcrumb-item{flex-shrink:0;gap:6px}.oms-breadcrumb-compact .oms-breadcrumb-link,.oms-breadcrumb-compact .oms-breadcrumb-text,.oms-breadcrumb-compact .oms-breadcrumb-current{font-size:11px;line-height:1.2}.oms-breadcrumb-compact .oms-breadcrumb-link,.oms-breadcrumb-compact .oms-breadcrumb-text{color:#6b7280;font-weight:500}.oms-breadcrumb-compact .oms-breadcrumb-current{color:#111827;font-weight:700}.oms-breadcrumb-compact .oms-breadcrumb-divider{font-size:12px}.oms-date-picker{width:100%;position:relative}.oms-date-picker-input{cursor:pointer;background:#fff;border:1px solid #60738a;border-radius:8px;justify-content:space-between;align-items:center;width:100%;min-height:40px;padding:0 12px;transition:border-color .15s,box-shadow .15s;display:flex}@media (width<=1000px){.oms-date-picker-input{border:1px solid #7face2;border-radius:5px}}.oms-date-picker-input:hover{border-color:#3b82f6}.oms-date-picker-input:focus-visible{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f626}.oms-date-picker-input:disabled{cursor:not-allowed;background:#f5f7fa}.oms-date-picker-value{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.oms-date-picker-placeholder{color:#9aa4b2;white-space:nowrap;font-size:13px}.oms-date-picker-icon{color:#60738a;flex-shrink:0;margin-left:10px;font-size:14px}.oms-date-picker-popup{z-index:99999;background:#fff;border:1px solid #d8dde5;border-radius:8px;width:248px;max-width:calc(100vw - 24px);animation:.16s oms-date-popup;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 10px 24px #0000001f}.oms-date-picker-popup.align-right{left:auto;right:0}.oms-calendar{padding:10px}.oms-calendar-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.oms-calendar-title{color:#202124;cursor:pointer;background:0 0;border:none;border-radius:5px;align-items:center;gap:6px;height:28px;padding:0 8px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.oms-calendar-title:hover{background:#eef4fb}.oms-calendar-title-icon{width:10px;height:10px;transition:all .18s}.oms-calendar-title-icon.open{transform:rotate(180deg)}.oms-calendar-nav{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:26px;height:26px;transition:background .15s,color .15s;display:flex}.oms-calendar-nav:hover{background:#eef3f8}.oms-calendar-nav:active{background:#dfe8f4}.oms-calendar-nav svg{width:12px;height:12px}.oms-calendar-weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:6px;display:grid}.oms-calendar-weekdays div{color:#5d6d80;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;height:24px;font-size:11px;font-weight:600;display:flex}@keyframes oms-date-popup{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.oms-calendar-grid{grid-template-columns:repeat(7,1fr);place-items:center;gap:2px;display:grid}.oms-calendar-day{cursor:pointer;-webkit-user-select:none;user-select:none;color:#202124;background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:500;transition:background .15s,color .15s,border-color .15s;display:flex}.oms-calendar-day:hover:not(:disabled):not(.selected){background:#edf3fb}.oms-calendar-day.today:not(.selected){color:#0067c0;border-color:#0067c0;font-weight:600}.oms-calendar-day.selected{color:#fff;background:#0067c0;font-weight:600}.oms-calendar-day.selected:hover{background:#0057a5}.oms-calendar-day.outside{color:#b5bcc7}.oms-calendar-day.disabled{opacity:.45;cursor:default}.oms-calendar-day:focus-visible{outline:none;box-shadow:0 0 0 2px #0067c040}.oms-calendar-footer{border-top:1px solid #edf0f4;justify-content:space-between;align-items:center;margin-top:8px;padding-top:8px;display:flex}.oms-calendar-footer button{color:#0067c0;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:12px;font-weight:500;transition:all .15s}.oms-calendar-footer button:hover{text-decoration:underline}.oms-calendar-day:disabled{pointer-events:none}.oms-month-year-picker{background:#fff;border:1px solid #e6ebf1;border-radius:6px;gap:10px;margin-bottom:10px;padding:10px;display:flex}.oms-month-grid{flex:1;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.oms-month-item{cursor:pointer;background:#fff;border:1px solid #d7dde5;border-radius:6px;height:auto;font-size:12px;transition:all .15s}.oms-month-item:hover{background:#eef4fb}.oms-month-item.selected{color:#fff;background:#0067c0;border-color:#0067c0}.oms-year-list{border-left:1px solid #eceff3;width:auto;max-height:100px;padding-left:1px;overflow-y:auto}.oms-year-item{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;height:30px;font-size:12px}.oms-year-item:hover{background:#eef4fb}.oms-year-item.selected{color:#fff;background:#0067c0}.oms-form-section{flex-direction:column;gap:24px;display:flex}.oms-form-row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:18px;display:grid}.oms-form-field{flex-direction:column;gap:1px;display:flex}.oms-form-label{color:#333;font-size:14px;font-weight:700}.oms-required{color:#dc3545;margin-left:3px}.oms-input,.oms-select,.oms-textarea{box-sizing:border-box;background:#fff;border:1px solid #76b0ee;border-radius:5px;width:100%;font-size:14px;transition:all .2s}.oms-input,.oms-select{height:40px;padding:0 14px}.oms-textarea{resize:vertical;min-height:auto;padding:5px 14px}.oms-input:focus,.oms-select:focus,.oms-textarea:focus{border-color:#00599c;outline:none;box-shadow:0 0 0 3px #00599c1a}.oms-field-error{color:#dc3545;margin-top:1px;font-size:12px;font-weight:500}.attachment-validation{color:#dc3545;font-size:13px;font-weight:500;display:block}.button-error-actions .oms-field-error{color:#dc3545;text-align:right;min-height:18px;font-size:12px;line-height:18px}.button-error-actions .oms-field-error:empty{visibility:hidden}.oms-search{position:relative}.oms-search input{padding-right:40px}.oms-search-icon{color:#888;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.oms-control{box-sizing:border-box;width:100%}.oms-control-sm{height:34px;font-size:12px}.oms-control-md{height:42px;font-size:14px}.oms-control-lg{height:50px;font-size:15px}.oms-control-error{box-shadow:0 0 0 3px #dc35451f;border:1px solid #dc3545!important}.oms-control-error:focus{border-color:#dc3545!important;box-shadow:0 0 0 3px #dc35452e!important}.oms-control-readonly{background:#f7f7f7}.pr-header-form,.deposit-header-form{flex-direction:column;gap:20px;display:flex}.required-error{box-shadow:0 0 0 4px #dc354526;border:2px solid #dc3545!important}.pr-check-form{flex-direction:column;gap:20px;display:flex}.pr-header-check-top{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:18px;display:grid}.pr-header-cash-top{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:18px;display:grid}.pr-check-field{width:100%}.pr-check-second-row{grid-template-columns:1fr auto;align-items:end;gap:20px;display:grid}.pr-check-remarks{width:100%}.pr-check-actions{justify-content:flex-end;align-items:end;display:grid}.pr-check-form .oms-form-label{color:#4d6182;margin-bottom:1px;font-size:13px;font-weight:600;display:block}.pr-check-form .oms-input,.pr-check-form .oms-select,.pr-check-form .oms-textarea{background:#fff;border:1px solid #60738a;border-radius:10px;height:42px}.pr-check-form .oms-textarea{resize:vertical;min-height:42px}.check-summary-card{background:#fff;padding:24px 28px}.check-summary-row{grid-template-columns:1.5fr 1.8fr 1fr 1fr 1fr;gap:10px;display:grid}.check-summary-row.second{grid-template-columns:1fr 1fr minmax(0,2fr);align-items:start;gap:10px;display:grid}.check-summary-divider{background:#05325f;height:1px;margin:22px 0}.summary-item{flex-direction:column;display:flex}.summary-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;margin-bottom:1px;font-size:12px;font-weight:600}.summary-value{font-size:auto;color:#000;word-break:break-word;font-weight:500}.amount-text{color:#000;font-size:15px;font-weight:500}.summary-item.status{flex-direction:column;align-items:center;display:flex}.remarks .summary-value{min-height:30px;max-height:auto;resize:auto;border:1px solid #000;border-radius:8px;padding:0 10px;font-weight:500;line-height:1.6}.pr-header-card-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.pr-header-title{color:#234266;margin:0;font-size:28px;font-weight:700}.pr-header-subtitle{color:#71829a;margin-top:4px;font-size:15px}.pr-header-top{grid-template-columns:1fr 1fr 2fr 1fr;align-items:start;gap:18px;display:grid}.deposit-header-top{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:18px;display:grid}.pr-header-field,.pr-date-field,.deposit-header-field,.deposit-remarks-column,.deposit-status-column{width:100%}.pr-second-row{grid-template-columns:1fr auto;align-items:end;gap:20px;display:grid}.deposit-second-row{grid-template-columns:1fr 2fr 1fr;align-items:end;gap:20px;display:grid}.pr-header-actions,.deposit-header-actions{justify-content:flex-end;place-self:end;align-items:flex-end;gap:12px;width:auto;display:flex}.pr-generated-column,.pr-remarks-column{width:100%}.pr-header-form .oms-form-label,.deposit-header-form .oms-form-label{color:#4d6182;margin-bottom:1px;font-size:13px;font-weight:600;display:block}.pr-header-form .oms-input,.pr-header-form .oms-select,.pr-header-form .oms-textarea{background:#fff;border:1px solid #60738a;border-radius:10px;height:42px;transition:all .2s}.pr-header-form .oms-input:focus,.pr-header-form .oms-select:focus,.pr-header-form .oms-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.pr-header-form .oms-textarea{resize:vertical;border-radius:10px;min-height:42px}.deposit-header-form .oms-input,.deposit-header-form .oms-select,.deposit-header-form .oms-textarea{background:#fff;border:1px solid #60738a;border-radius:10px;height:42px;transition:all .2s}.deposit-header-form .oms-input:focus,.deposit-header-form .oms-select:focus,.deposit-header-form .oms-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.deposit-header-form .oms-textarea{resize:vertical;min-height:42px}.pr-generated-display{color:#2f5d8a;white-space:pre-wrap;word-break:break-word;background:#f8fbff;border:1px solid #cfd8e3;border-radius:10px;align-items:center;min-height:40px;margin-top:13px;padding:10px 14px;font-size:14px;font-weight:600;line-height:1.45;display:flex}.pr-generated-display.error{color:#dc3545;background:#fff5f5;border-color:#dc3545;box-shadow:0 0 0 4px #dc354526}.oms-searchable-select{width:100%;position:relative}.oms-searchable-dropdown{z-index:1000;background:#fff;border:1px solid #60738a;border-radius:10px;max-height:250px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px #0000001f}.oms-searchable-option{cursor:pointer;padding:10px 14px;transition:background .15s}.oms-searchable-option:hover{background:#eef6ff}.oms-searchable-option.active{background:#e9f2ff}.oms-searchable-option.selected{color:#0b5ed7;font-weight:600}.oms-searchable-option.active.selected{background:#d8ebff}.oms-search-highlight{padding:0;font-weight:700}.oms-searchable-empty{color:#8b8b8b;padding:12px 14px;font-size:13px}.oms-btn{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.oms-btn:disabled{opacity:.55;cursor:not-allowed}.oms-btn-primary{color:#fff;background:linear-gradient(90deg,#03325b 0%,#0375d8 100%);border:2px solid #03325b}.oms-btn-primary:hover:not(:disabled){color:#03325b;background:#fff}.oms-btn-secondarybutton{color:#fff;background:linear-gradient(90deg,#037421 0%,#16bb42 100%);border:2px solid #037421}.oms-btn-secondarybutton:hover:not(:disabled){color:#037421;background:#fff}.oms-btn-success{color:#fff;background:#198754;border:2px solid #198754}.oms-btn-success:hover:not(:disabled){color:#198754;background:#fff}.oms-btn-danger{color:#fff;background:#dc3545;border:2px solid #dc3545}.oms-btn-danger:hover:not(:disabled){color:#dc3545;background:#fff}.oms-btn-secondary{color:#00599c;background:#eef3f8;border:2px solid #d6e4f2}.oms-btn-secondary:hover:not(:disabled){background:#dcefff}.oms-back-btn{color:#00599c;cursor:pointer;background:#dfeeff;border:1px solid #7fb0e0;border-radius:5px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.oms-back-btn:hover{color:#fff;background:#00599c}.oms-icon-btn{color:#00599c;cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.oms-icon-btn:hover{color:#fff;background:#5ba3ec}.oms-icon-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@media (width<=768px){.oms-btn{width:100%;min-height:48px;font-size:15px}}.pr-tabs-card,.deposit-tabs-card{background:linear-gradient(200deg,#d1e4f4 0%,#f5f5f5 100%);border:1px solid #0000000d;border-radius:14px;margin-bottom:10px;padding:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #3f5da50d,0 12px 28px #3a8db414}.attachment-validation{margin-bottom:12px}.pr-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .25s;display:flex}.pr-tab.active{color:#fff;background:#0f6cbd}.pr-tab span{background:#ffffff40;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;font-size:12px;font-weight:700;display:flex}.pr-tab:not(.active) span{color:#0f6cbd;background:#dbeafe}.mobile-deposit-actions{display:none}.mobile-total-deposit{background:#fff;border-radius:8px;flex-direction:column;justify-content:space-between;align-items:center;padding:10px 14px;display:flex;box-shadow:0 2px 6px #0000000f}.mobile-total-deposit strong{color:#0f172a}.mobile-total-deposit span{color:#64748b}.pr-tabs-body{padding-top:20px}.pr-tabs-body .oms-data-table,.pr-tabs-body .oms-section-card{box-shadow:none;background:0 0;border:none;margin:0;padding:0}.pr-tabs-body .oms-section-header,.pr-tabs-body .oms-data-table-header{display:none}@media (width<=1000px){.desktop-deposit-actions,.pr-tabs-right{display:none}.mobile-deposit-actions{grid-template-columns:1fr 1.2fr;align-items:center;gap:14px;width:100%;display:grid}.mobile-total-deposit{justify-content:center;min-height:auto}.mobile-total-deposit strong{font-size:15px;font-weight:700;line-height:1}.mobile-total-deposit span{font-size:10px}.mobile-deposit-actions button,.mobile-deposit-actions .oms-btn{width:100%;height:52px}.pr-tabs-card,.deposit-tabs-card{border-radius:18px;padding:10px}.pr-tabs-header{border:none;flex-direction:column;align-items:stretch;gap:14px;margin-bottom:16px;padding:0}.pr-tabs-left{scrollbar-width:none;gap:5px;display:flex;overflow-x:auto}.pr-tabs-left::-webkit-scrollbar{display:none}.pr-tab{color:#8d96a5;white-space:nowrap;background:0 0;border-radius:0;padding:0 0 10px;position:relative}.pr-tab.active{color:#00599c;background:0 0}.pr-tab.active:after{content:"";background:#00599c;border-radius:999px;height:2px;position:absolute;bottom:0;left:0;right:0}.pr-tab span{color:#64748b;background:#eef3f8}.pr-tab.active span{color:#fff;background:#00599c}}@media (width<=480px){.pr-tabs-card,.depsoit-tabs-card{padding:5px}}.oms-data-table{flex-direction:column;gap:5px;display:flex}.oms-table-card{background:linear-gradient(200deg,#d1e4f4 0%,#f5f5f5 100%);border:1px solid #0000000d;border-radius:14px;margin-bottom:10px;padding:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #3f5da50d,0 12px 28px #3a8db414}.oms-table-card-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.oms-table-card-title{color:#17365d;margin:0;font-size:2rem;font-weight:700}.oms-table-card-tools{flex-direction:column;justify-content:flex-end;align-items:end;gap:5px;margin-left:auto;display:flex}.oms-data-table-content{box-shadow:none;background:0 0;border:none;margin:0;padding:0}.oms-table-card-footer{justify-content:flex-end;margin-top:20px;display:flex}@media (width<=768px){.oms-table-card{border-radius:14px;padding:16px}.oms-table-card-header{flex-direction:column;align-items:stretch;gap:16px}.oms-table-card-tools{justify-content:space-between;width:100%}.oms-table-card-title{font-size:1.4rem}.oms-table-card-footer{justify-content:center}}.pagination-footer{justify-content:space-between;align-items:center;gap:10px;margin-top:18px;display:flex}.pagination-info{color:#555;font-size:13px}.pagination-controls-right{align-items:center;gap:14px;display:flex}.pagination-page-size{align-items:center;gap:6px;display:flex}.pagination-page-size label{color:#333;white-space:nowrap;font-size:13px}.pagination-page-size select{background:#fff3;border:1px solid #cbd5e1;border-radius:3px;min-width:54px;height:32px;padding:0 6px}.pagination-nav{align-items:center;display:flex}.pagination-nav button{color:#555;cursor:pointer;background:#f7f8fc;border:1px solid #d8dfea;width:40px;height:32px}.pagination-nav button:hover:not(:disabled){background:#edf3fb}.pagination-nav button:disabled{opacity:.5;cursor:not-allowed}.pagination-nav span{color:#666;background:#fff;border-top:1px solid #d8dfea;border-bottom:1px solid #d8dfea;justify-content:center;align-items:center;min-width:70px;height:32px;font-size:13px;display:flex}.oms-table{border-collapse:separate;border-spacing:0 12px;width:100%;padding:0}.checkbox-column{width:50px}.oms-table thead tr{filter:drop-shadow(0 4px 8px #0000001f)}.oms-table th{color:#17406d;text-align:center;white-space:nowrap;box-shadow:none;background:#fff;padding:20px 18px;font-size:14px;font-weight:700}.oms-table th:first-child{border-radius:18px 0 0 18px}.oms-table th:last-child{border-radius:0 18px 18px 0}.oms-table tbody tr{filter:drop-shadow(0 5px 10px #00000024);transition:transform .18s,filter .18s}.oms-table tbody tr:hover{filter:drop-shadow(0 8px 18px #0000002e);transform:translateY(-2px)}.oms-table td{color:#1d4771;text-align:center;box-shadow:none;background:#ffffffce;border:none;padding:3px 5px;font-size:14px}.oms-table td:first-child{border-radius:10px 0 0 10px;box-shadow:-8px 4px 8px #00000024,0 4px #00000024}.oms-table td:last-child{border-radius:0 10px 10px 0;box-shadow:8px 4px 8px #00000024,0 4px #00000024}.oms-table td:not(:first-child):not(:last-child){border-radius:0;box-shadow:0 4px #00000024,0 4px #00000024}.oms-clickable{cursor:pointer}.oms-clickable:hover{background:#f8f9fa}.oms-actions{justify-content:center;align-items:center;gap:12px;display:flex}.oms-empty-row td{box-shadow:none;color:#777;background:0 0;padding:50px;font-style:italic}.oms-loading-row td{box-shadow:none;background:0 0;padding:50px}.pr-status{text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-width:150px;height:30px;padding:0 18px;font-size:12px;font-weight:700;display:inline-flex}.pr-status.open{color:#000;background:linear-gradient(90deg,#a3cffc,#46719c);border:1px solid #000}.pr-status.open:hover{background:#a3cffc}.pr-status.posted{color:#000;background:linear-gradient(90deg,#6da5e0,#386192);border:1px solid #000}.pr-status.posted:hover{background:#6da5e0}.pr-status.partially-deposited{color:#000;background:linear-gradient(90deg,#a3b6c7,#a3cffc);border:1px solid #000}.pr-status.partially-deposited:hover{background:#84aaca}.pr-status.undeposited{color:#000;background:linear-gradient(90deg,#6da5e0,#386192);border:1px solid #000}.pr-status.undeposited:hover{background:#6da5e0}.pr-status.deposited{color:#000;background:linear-gradient(90deg,#a3b6c7,#557899);border:1px solid #000}.pr-status.deposited:hover{background:#a3b6c7}.pr-status.partially-verified{color:#000;background:linear-gradient(90deg,#a3b6c7,#a9e7be);border:1px solid #000}.pr-status.partially-verified:hover{background:#75c9b0}.pr-status.verified{color:#000;background:linear-gradient(90deg,#a9e7be,#199241);border:1px solid #000}.pr-status.verified:hover{background:#a9e7be}.pr-status.not-done{color:#000;background:linear-gradient(90deg,#f50101,#f5c4c4);border:1px solid #000}.pr-status.not-done:hover{background:#f5c4c4}.pr-status.done{color:#000;background:linear-gradient(90deg,#a9e7be,#199241);border:1px solid #000}.pr-status.done:hover{background:#a9e7be}.pr-status.cancelled{color:#000;background:linear-gradient(90deg,#f5c4c4,#f50101);border:1px solid #000}.pr-status.cancelled:hover{background:#f5c4c4}.pr-status.replaced{color:#000;background:linear-gradient(90deg,#f5c4c4,#f50101);border:1px solid #000}.pr-status.replaced:hover{background:#f5c4c4}.pr-status.bounced{color:#000;background:linear-gradient(90deg,#f5c4c4,#f50101);border:1px solid #000}.pr-status.bounced:hover{background:#f50101}.pr-status.pending{color:#000;background:linear-gradient(90deg,#fff3c4,#ffd76d);border:1px solid #000}.pr-status.pending:hover{background:#fff3c4}.pr-status.draft{color:#000;background:linear-gradient(90deg,#ededed,#d3d3d3);border:1px solid #000}.pr-status.draft:hover{background:#ededed}.mobile-pr-list .mobile-card.pr-card-done{background:linear-gradient(90deg,#fff 60%,#a9e7be)}.mobile-pr-list .mobile-card.pr-card-not-done{background:linear-gradient(90deg,#fff 60%,#f5c4c4)}.mobile-pr-list .mobile-card.pr-card-open{background:linear-gradient(90deg,#fff 60%,#a3cffc)}.mobile-pr-list .mobile-card.pr-card-cancelled{background:linear-gradient(90deg,#fff 60%,#f50101)}.oms-total-row td{font-weight:700;box-shadow:0 4px 10px #0000001f;background:#fff!important}.oms-total-row td:first-child{border-radius:10px 0 0 10px}.oms-total-row td:last-child{border-radius:0 10px 10px 0}.oms-total-label{color:#1c4f82;font-size:15px;text-align:right!important}.oms-total-value{color:#0c67b8;font-size:17px;font-weight:800}@media (width<=768px){.oms-table{min-width:950px}.oms-table th,.oms-table td{padding:16px 12px;font-size:13px}.pr-status{min-width:120px;height:32px;font-size:11px}}.mobile-card{cursor:pointer;background:#fff;border:1px solid #d7e5f3;border-radius:10px;transition:all .2s;position:relative;box-shadow:0 2px 8px #00000014}.mobile-card:hover{transform:translateY(-2px)}.mobile-card:active{transform:scale(.99)}.mobile-pr-header-card{background:#fff;box-shadow:0 2px 8px #00000083}.mobile-card.status-open{background:linear-gradient(90deg,#fff 60%,#76b3f0)}.mobile-card.status-posted{background:linear-gradient(90deg,#fff 60%,#7ca9d8)}.mobile-card.status-partially-deposited{background:linear-gradient(90deg,#fff 60%,#c2eff7)}.mobile-card.status-undeposited{background:linear-gradient(90deg,#f5f4f4 60%,#7ca9d8)}.mobile-card.status-deposited{background:linear-gradient(90deg,#fff 60%,#a3b6c7)}.mobile-card.status-partially-verified{background:linear-gradient(90deg,#fff 60%,#e8f7c9)}.mobile-card.status-verified{background:linear-gradient(90deg,#fff 60%,#759c82)}.mobile-card.status-cancelled,.mobile-card.status-replaced,.mobile-card.status-bounced{background:linear-gradient(90deg,#fff 60%,#f89494)}.mobile-field strong{color:#1f2937;word-break:break-word;align-items:center;font-size:12px;font-weight:700;line-height:1.3;display:flex}.mobile-field-gap{width:6px}.mobile-field small{color:#64748b;margin-top:3px;margin-left:16px;font-size:10px;font-style:italic;display:block}.mobile-action-button{color:#fff;cursor:pointer;background:#00599c;border:none;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex}.mobile-action-button:hover{background:#00457a}.mobile-loading{flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:150px;display:flex}.mobile-spinner{border:3px solid #d8d8d8;border-top-color:#00599c;border-radius:50%;width:30px;height:30px;animation:.7s linear infinite mobile-spin}@keyframes mobile-spin{to{transform:rotate(360deg)}}.mobile-empty{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;min-height:150px;display:flex}.mobile-empty-icon{margin-bottom:10px;font-size:34px}.mobile-empty-text{font-size:14px}.mobile-fab{right:20px;bottom:max(20px, env(safe-area-inset-bottom));color:#fff;cursor:pointer;z-index:9999;white-space:nowrap;background:linear-gradient(90deg,#03325b 0%,#0375d8 100%);border:2px solid #03325b;border-radius:28px;justify-content:center;align-items:center;gap:10px;height:54px;font-weight:600;transition:all .25s;display:flex;position:fixed;overflow:hidden;box-shadow:0 10px 24px #00000040}.mobile-fab svg{flex-shrink:0}.mobile-fab span{transition:all .2s}.mobile-fab.expanded{width:180px;padding:0 22px}.mobile-fab.collapsed{width:54px;padding:0}.mobile-fab.collapsed span{opacity:0;width:0;overflow:hidden}.mobile-fab:hover{color:#03325b;background:#cadae98c;transform:translateY(-2px)}.mobile-fab:active{transform:scale(.97)}@media (width<=420px){.mobile-fab.expanded{width:165px}.mobile-fab{height:50px;right:16px}.mobile-field strong{font-size:11px}.mobile-field small{font-size:9px}.mobile-action-button{width:28px;height:28px}}.desktop-deposit-list{display:block}.mobile-deposit-wrapper{display:none}.mobile-deposit-page{flex-direction:column;gap:14px;display:flex}.mobile-deposit-table-card{padding:12px}.mobile-deposit-table-header{justify-content:flex-end;align-items:center;margin-bottom:14px;display:flex}.mobile-deposit-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;padding:16px 16px 10px 52px;display:grid}.mobile-deposit-checkbox{z-index:5;position:absolute;top:16px;left:16px}.mobile-deposit-checkbox input[type=checkbox]{cursor:pointer;accent-color:#00599c;width:20px;height:20px}.deposit-fab{display:none}@media (width<=1000px){.desktop-deposit-list{display:none}.mobile-deposit-wrapper{display:block}.deposit-page{margin:-20px;padding:0}.deposit-card{box-shadow:none;border-radius:0}.deposit-fab{right:20px;bottom:max(20px, env(safe-area-inset-bottom));color:#fff;cursor:pointer;z-index:999;background:#00599c;border:none;border-radius:28px;justify-content:center;align-items:center;gap:10px;width:180px;height:54px;font-size:14px;font-weight:700;transition:all .25s;display:flex;position:fixed;box-shadow:0 8px 24px #00000040}.deposit-fab:hover{transform:scale(1.03)}}@media (width<=480px){.mobile-date-filter{gap:5px}.mobile-search-filter{grid-template-columns:110px 1fr}.mobile-deposit-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px 14px 12px 48px}.mobile-card-footer{padding:0 14px 14px}.mobile-card-status{font-size:11px}}@media (width<=360px){.mobile-deposit-main{grid-template-columns:1fr}.mobile-field-span{grid-column:auto}}.oms-filter-grid{grid-template-columns:1fr 1fr 1fr 3fr;align-items:start;gap:10px;margin-bottom:20px;display:grid}.toast-overlay{z-index:9999;background:#00000059;justify-content:center;align-items:center;animation:.2s toastFadeIn;display:flex;position:fixed;inset:0}.toast-modal{background:#fff;border-top:5px solid #0000;border-radius:12px;flex-direction:column;align-items:center;width:25%;max-width:calc(100vw - 32px);padding:28px 24px;animation:.2s toastScale;display:flex;box-shadow:0 18px 50px #00000026}.toast-modal.success{border-top-color:#16a34a}.toast-modal.error{border-top-color:#dc2626}.toast-modal.warning{border-top-color:#f59e0b}.toast-modal.info{border-top-color:#2563eb}.toast-icon{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:18px;font-size:34px;font-weight:700;display:flex}.toast-icon.success{color:#16a34a}.toast-icon.warning{color:#eab308}.toast-icon.error{color:#ef4444}.toast-icon.info{color:#3b82f6}.toast-title{text-align:center;margin-bottom:10px;font-size:18px;font-weight:700}.toast-message{color:#555;text-align:center;margin-bottom:22px;font-size:14px;line-height:1.5}.toast-list{color:#555;text-align:center;width:100%;margin:0;padding:10px;line-height:1.6}.toast-actions{justify-content:center;gap:12px;width:100%;display:flex}.toast-btn{cursor:pointer;border:none;border-radius:999px;min-width:110px;padding:10px 18px;font-weight:600;transition:all .2s}.toast-btn:hover{transform:translateY(-1px)}.toast-btn.secondary{background:#d1d5db}.toast-close{color:#888;cursor:pointer;background:0 0;border:none;margin-top:15px}.toast-close:hover{color:#525151;background:#ececec;border-radius:5px}@keyframes toastFadeIn{0%{opacity:0}to{opacity:1}}@keyframes toastScale{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.toast-btn{cursor:pointer;border:none;border-radius:999px;min-width:120px;height:42px;font-weight:600;transition:all .2s}.toast-btn:hover:not(:disabled){transform:translateY(-1px)}.toast-btn:disabled{opacity:.6;cursor:not-allowed}.toast-btn.primary{color:#fff;background:#1f5fbf}.toast-btn.secondary{color:#444;background:#ececec}.toast-btn.success{color:#fff;background:#16a34a}.toast-btn.danger{color:#fff;background:#dc2626}@media (width<=1000px){.toast-overlay{justify-content:center;align-items:center;padding:20px}.toast-modal{border-radius:18px;width:min(420px,100%);max-width:100%;padding:22px 18px}.toast-icon{width:58px;height:58px;margin-bottom:14px}.toast-icon svg{width:42px;height:42px}.toast-title{margin-bottom:10px;font-size:18px}.toast-message{margin-bottom:20px;font-size:14px;line-height:1.6}.toast-list{text-align:left;padding:8px;font-size:14px}.toast-actions{flex-direction:column-reverse;gap:10px;width:100%}.toast-btn,.toast-close{border-radius:12px;width:100%;min-width:0;height:46px;font-size:15px}.toast-close{margin-top:0}}@media (width<=600px){.toast-overlay{align-items:center;padding:14px}.toast-modal{border-radius:20px;width:100%;max-width:100%;padding:22px 18px 20px;animation:.25s toastSlideUp}.toast-icon{width:54px;height:54px}.toast-icon svg{width:38px;height:38px}.toast-title{font-size:17px}.toast-message{font-size:14px}.toast-btn{height:48px;font-size:15px}}@keyframes toastSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.oms-empty-upload{background:linear-gradient(#fafcff 0%,#f5f9fd 100%);border:2px dashed #d4dce8;border-radius:14px;justify-content:center;align-items:center;width:100%;min-height:auto;padding:24px;transition:border-color .2s,background .2s;display:flex}.oms-empty-upload-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:320px;display:flex}.oms-empty-upload-icon{color:#0375d8;background:#eef5fb;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:18px;font-size:30px;display:flex}.oms-empty-upload-title{color:#233548;margin:0;font-size:17px;font-weight:600}.oms-empty-upload-subtitle{color:#7b8794;margin-top:8px;font-size:13px;line-height:1.6}.oms-mobile-upload-actions{justify-content:center;align-items:center;gap:14px;margin-top:22px;display:flex}.oms-mobile-icon-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#03325b,#0375d8);border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s,box-shadow .2s;display:flex}.oms-mobile-icon-btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0375d840}.oms-mobile-icon-btn:active{transform:scale(.96)}.oms-mobile-icon-btn svg{pointer-events:none}@media (width<=1000px){.oms-empty-upload{min-height:auto;padding:18px}.oms-empty-upload-title{font-size:15px}.oms-empty-upload-subtitle{font-size:12px}}.oms-preview-area{width:100%}.oms-preview-card{background:#fff;border:1px solid #d9e5f2;border-radius:14px;justify-content:center;align-items:center;width:100%;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 16px #0f172a0f}.oms-preview-card:hover{box-shadow:0 10px 24px #0f172a1a}.oms-preview-image{object-fit:contain;-webkit-user-select:none;user-select:none;width:100%;max-width:100%;height:auto;max-height:100%;transition:transform .2s;display:block}.oms-preview-image:hover{transform:scale(1.01)}.oms-preview-actions{z-index:20;align-items:center;gap:10px;display:flex;position:absolute;top:14px;right:14px}.oms-replace-btn,.oms-camera-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#0f172ac7;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .18s,background .18s,box-shadow .18s;display:flex}.oms-replace-btn:hover,.oms-camera-btn:hover{background:#0375d8;transform:translateY(-2px);box-shadow:0 8px 18px #0375d859}.oms-replace-btn:active,.oms-camera-btn:active{transform:scale(.95)}.oms-replace-btn svg,.oms-camera-btn svg{pointer-events:none}@media (width<=768px){.oms-preview-card{border-radius:14px;min-height:220px}.oms-preview-actions{gap:8px;top:12px;right:12px}.oms-replace-btn,.oms-camera-btn{width:40px;height:40px}}.camera-modal{z-index:2147483647;background:#000;justify-content:center;align-items:center;width:100dvw;height:100dvh;animation:.18s cameraFadeIn;display:flex;position:fixed;top:0;left:0;overflow:hidden}@keyframes cameraFadeIn{0%{opacity:0}to{opacity:1}}.camera-box{background:#000;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.camera-preview{background:#000;flex:1;justify-content:center;align-items:center;width:100%;min-height:0;display:flex;position:relative;overflow:hidden}.camera-preview video{object-fit:contain;background:#000;width:100%;height:100%;display:block}.camera-error-overlay{z-index:10;background:#000000a6;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.camera-error{color:#fff;text-align:center;max-width:320px;margin:0;font-size:15px;font-weight:600;line-height:1.6}@media (width<=1000px){.camera-toolbar{padding:18px}}@media (width<=768px){.camera-modal{width:100dvw;height:100dvh}.camera-toolbar{padding:16px 18px;padding-bottom:max(16px, env(safe-area-inset-bottom))}.capture-btn{border-width:4px;width:68px;height:68px}.cancel-btn,.camera-toolbar-spacer{width:50px;height:50px}}@media (width<=480px){.camera-toolbar{padding-left:16px;padding-right:16px}.capture-btn{width:64px;height:64px}.cancel-btn,.camera-toolbar-spacer{width:46px;height:46px}}.camera-orientation-indicator{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:15;pointer-events:none;background:#0000008c;border-radius:999px;align-items:center;gap:7px;padding:7px 13px;font-size:12px;font-weight:600;display:flex;position:absolute;top:18px;left:50%;transform:translate(-50%)}.orientation-icon{font-size:18px;line-height:1}.camera-toolbar{box-sizing:border-box;z-index:20;background:#141414fa;border-top:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;padding:18px 22px;display:flex;position:relative}.camera-toolbar-spacer{width:54px;height:54px}.rotate-camera-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;transition:transform .18s,background .18s,box-shadow .18s;display:flex}.rotate-camera-btn:hover{background:#ffffff38;transform:rotate(90deg);box-shadow:0 6px 18px #00000040}.rotate-camera-btn:active{transform:scale(.92)}.rotate-icon{font-size:30px;font-weight:400;line-height:1;display:block}.capture-btn{color:#fff;cursor:pointer;background:linear-gradient(#0b5cab,#0375d8);border:5px solid #fffffff2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:74px;height:74px;transition:transform .18s,box-shadow .18s;display:flex}.capture-btn:hover{transform:scale(1.06);box-shadow:0 8px 24px #0375d859}.capture-btn:active{transform:scale(.95)}.capture-camera-icon{justify-content:center;align-items:center;transition:transform .3s;display:inline-flex}.capture-camera-icon.portrait{transform:rotate(0)}.capture-camera-icon.landscape{transform:rotate(630deg)}.cancel-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;transition:transform .18s,background .18s;display:flex}.cancel-btn:hover{background:#ffffff38}.cancel-btn:active{transform:scale(.95)}.camera-capture-placeholder{flex-shrink:0;width:54px;height:54px}@media (width<=768px){.camera-toolbar{padding:16px 18px;padding-bottom:max(16px, env(safe-area-inset-bottom))}.capture-btn{border-width:4px;width:68px;height:68px}.cancel-btn,.rotate-camera-btn,.camera-toolbar-spacer{width:50px;height:50px}.rotate-icon{font-size:27px}.camera-orientation-indicator{padding:6px 11px;font-size:11px;top:14px}}@media (width<=480px){.camera-toolbar{padding-left:16px;padding-right:16px}.capture-btn{width:64px;height:64px}.cancel-btn,.rotate-camera-btn,.camera-toolbar-spacer{width:46px;height:46px}.rotate-icon{font-size:25px}}.desktop-deposit-info{margin-bottom:5px}.deposit-main-grid{grid-template-columns:minmax(50%,auto) minmax(0,auto);align-items:stretch;gap:10px;display:grid}.desktop-deposit-details,.desktop-deposit-attachment{align-self:stretch;display:flex}.desktop-deposit-details .oms-section-card,.desktop-deposit-attachment .oms-section-card{flex-direction:column;width:100%;height:100%;display:flex}.deposit-details-card{width:100%}.deposit-details-body{flex-direction:column;gap:24px;display:flex}.deposit-details-section h5{color:#234266;margin:0 0 12px;font-size:16px;font-weight:700}.deposit-details-table{border-collapse:collapse;width:100%}.deposit-details-table th,.deposit-details-table td{width:20%}.deposit-details-table thead th{color:#4d6182;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:#f8fbff;border-bottom:2px solid #d7e3ef;padding:8px;font-size:13px;font-weight:700;overflow:hidden}.deposit-details-table thead th:first-child{border-radius:10px 0 0 10px}.deposit-details-table thead th:last-child{border-radius:0 10px 10px 0}.deposit-details-table tbody td{color:#2d3748;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #edf2f7;padding:8px;font-size:14px;overflow:hidden}.deposit-details-table tbody td:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.deposit-details-table tbody td:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.deposit-details-table tbody tr:hover{background:#bfd6ee62}.deposit-total{border-top:2px solid #dbe7f3;justify-content:space-between;align-items:center;margin-top:24px;padding-top:18px;font-size:15px;font-weight:600;display:flex}.deposit-total strong{color:#0b5ed7;font-size:18px}.deposit-attachment-card{width:100%}.deposit-attachment-card .oms-section-card-body{flex-direction:column;height:100%;display:flex}.deposit-attachment-content{flex-direction:column;align-items:center;gap:20px;width:100%;display:flex}.deposit-attachment-preview{flex:1;justify-content:center;align-items:flex-start;width:100%;display:flex}.deposit-attachment-preview img{object-fit:contain;border-radius:10px;width:100%;max-width:100%;height:auto;max-height:100%}.deposit-attachment-content .oms-image-upload{width:100%}.deposit-attachment-content .oms-btn{margin-top:8px}.deposit-section-error{border-color:#dc3545;box-shadow:0 0 0 3px #ef444414}.check-preview-card{margin-top:10px}.check-preview-card .oms-section-card-body{padding:28px}.check-preview-wrapper{width:100%;position:relative}.check-preview-wrapper:before{content:"";z-index:0;background:#f8fbff;border-radius:16px;position:absolute;inset:-4px}.check-preview-image{z-index:1;object-fit:contain;background:#fff;border:1px solid #dce8f3;border-radius:12px;width:100%;height:auto;display:block;position:relative;box-shadow:0 4px 14px #12345614,0 1px 3px #12345614}.check-placeholder-large{color:#6b7c93;background:#f8fbff;border:2px dashed #d5e3f1;border-radius:14px;justify-content:center;align-items:center;height:420px;font-size:16px;font-weight:500;display:flex}.preview-nav{z-index:5;position:absolute;top:50%;transform:translateY(-50%)}.preview-nav-left{left:-20px}.preview-nav-right{right:-20px}.preview-nav .oms-icon-btn{background:#ffffff85;border-radius:999px;width:44px;height:44px;box-shadow:0 6px 18px #00000029}.slider-dots{z-index:5;gap:10px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.slider-dots span{cursor:pointer;background:#d5dde8;border-radius:50%;width:10px;height:10px;transition:all .2s}.slider-dots span:hover{background:#7ab6ff}.slider-dots .active-dot{background:#0d6efd;transform:scale(1.2)}.deposit-history-table{border-collapse:collapse;width:100%}.deposit-history-table th,.deposit-history-table td{text-align:left;border-bottom:1px solid #edf2f7;padding:12px}.deposit-history-table th{color:#4d6182;background:#f8fbff;font-size:13px;font-weight:700}.deposit-history-card{margin-top:10px}.deposit-history-loading,.deposit-history-empty{text-align:center;color:#6b7280;padding:40px 20px}.deposit-history-list{flex-direction:column;gap:5px;display:flex}.deposit-history-item{align-items:flex-start;gap:12px;padding-left:10px;display:flex;position:relative}.deposit-history-item:not(:last-child):after{content:"";background:#0d67b5;width:2.5px;height:calc(100% + 9px);position:absolute;top:12px;left:14px}.deposit-history-dot{background:#00599c;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:6px}.deposit-history-content{border-bottom:1px solid #edf2f7;flex:1;padding-bottom:14px}.deposit-history-title{color:#1f2937;font-size:16px;font-weight:700}.deposit-history-remarks{color:#4b5563;font-size:14px}.deposit-history-info{color:#4b5563;flex-direction:column;gap:1px;font-size:14px;display:flex}.deposit-history-info div{line-height:1.4}.deposit-history-item:last-child .deposit-history-content{padding-bottom:0}.mobile-deposit-info,.mobile-deposit-details,.mobile-deposit-attachment{display:none}.desktop-create-deposit{display:block}.mobile-create-deposit{display:none}@media (width<=1000px){.desktop-create-deposit{display:none}.mobile-create-deposit{display:block}}.mobile-pr-header-card{margin-bottom:16px}.mobile-pr-grid-1{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.mobile-deposit-attachment-card{margin-bottom:16px}.mobile-deposit-attachment-card .oms-section-card{border-radius:18px;padding:16px}.mobile-deposit-attachment-card .oms-section-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.mobile-deposit-attachment-card .oms-section-header-left{flex:1}.mobile-deposit-attachment-card .oms-section-title{font-size:15px;font-weight:700}.mobile-deposit-attachment-card .oms-section-subtitle{color:#7b8794;margin-top:4px;font-size:12px}.mobile-deposit-status{border-radius:10px;justify-content:center;width:100%;height:42px;font-size:13px;font-weight:700}.mobile-deposit-attachment-card .oms-preview-card,.mobile-deposit-attachment-card .oms-preview-image,.mobile-deposit-attachment-card .oms-empty-upload{border-radius:14px}.mobile-deposit-details-card{margin-bottom:16px}.mobile-deposit-tabs{gap:10px;margin-bottom:18px;display:flex}.mobile-deposit-tab{color:#64748b;cursor:pointer;background:#edf4fb;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-size:14px;font-weight:700;transition:all .25s;display:flex}.mobile-deposit-tab:hover{background:#e4eef8}.mobile-deposit-tab.active{color:#fff;background:#00599c}.mobile-deposit-tab span{background:#ffffff40;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;font-size:11px;font-weight:700;display:flex}.mobile-deposit-tab:not(.active) span{color:#00599c;background:#dbeafe}.mobile-deposit-list{flex-direction:column;gap:14px;display:flex}.mobile-deposit-list .mobile-pr-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;padding:16px;display:grid}.mobile-deposit-list .mobile-field-span{grid-column:1/span 2}.mobile-deposit-list .mobile-card-footer{padding:0 16px 16px}.mobile-deposit-list .mobile-card-status{justify-content:center;width:100%}.mobile-check-preview-card{margin-bottom:16px}.mobile-check-preview-card .oms-section-card{padding:16px}.mobile-check-preview-list{flex-direction:column;gap:16px;display:flex}.mobile-check-preview-item{background:#fff;border:1px solid #e5edf5;border-radius:16px;overflow:hidden}.mobile-check-preview-header{color:#475569;background:#f8fafc;border-bottom:1px solid #edf2f7;padding:12px 16px;font-size:13px;font-weight:600}.mobile-check-preview-item img{width:100%;height:auto;display:block}@media (width<=600px){.mobile-pr-grid-1,.mobile-pr-grid-2{gap:8px}.mobile-deposit-attachment-card .oms-section-card{padding:14px}.mobile-pr-header-icon{width:38px;height:38px}.mobile-deposit-list .mobile-pr-main{gap:12px;padding:14px}.mobile-deposit-list .mobile-card-footer{padding:0 14px 14px}}@media (width<=420px){.mobile-pr-grid-1{grid-template-columns:1fr}.mobile-check-create-actions{flex-direction:column}.mobile-check-create-actions>*{width:100%}.mobile-pr-header-icon{width:36px;height:36px}}.mobile-check-preview-card{margin-top:16px}.mobile-check-preview-card .oms-section-card-body{padding:16px}.mobile-check-preview-wrapper{width:100%;position:relative}.mobile-check-preview-image{object-fit:contain;background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;display:block}.mobile-check-placeholder{color:#94a3b8;border:2px dashed #dbe4ef;border-radius:16px;justify-content:center;align-items:center;height:220px;font-size:14px;font-weight:500;display:flex}.mobile-preview-left,.mobile-preview-right{z-index:20;position:absolute;top:50%;transform:translateY(-50%)}.mobile-preview-left{left:-12px}.mobile-preview-right{right:-12px}.mobile-preview-left .oms-icon-btn,.mobile-preview-right .oms-icon-btn{background:#fff8;border-radius:999px;width:42px;height:42px;box-shadow:0 6px 18px #0000002e}.mobile-slider-dots{justify-content:center;align-items:center;gap:8px;margin-top:16px;display:flex}.mobile-slider-dots span{cursor:pointer;background:#d1d5db;border-radius:50%;width:9px;height:9px;transition:all .2s}.mobile-slider-dots .active-dot{background:#00599c;transform:scale(1.2)}@media (width<=480px){.mobile-preview-left .oms-icon-btn,.mobile-preview-right .oms-icon-btn{width:38px;height:38px}}.loading-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9999;background:#ffffff8c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-card{text-align:center;background:#fff;border-radius:12px;width:300px;padding:32px 24px;animation:.2s loadingPop;box-shadow:0 15px 40px #0000002e}.loading-spinner{border:6px solid #e5e7eb;border-top-color:#1f5fbf;border-radius:50%;width:60px;height:60px;margin:auto auto 18px;animation:.8s linear infinite loadingSpin}.loading-title{margin-bottom:8px;font-size:18px;font-weight:700}.loading-message{color:#666;font-size:14px}@keyframes loadingSpin{to{transform:rotate(360deg)}}@keyframes loadingPop{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.oms-page-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.oms-page-header-left{flex-direction:column;gap:8px;display:flex}.oms-page-title{color:#1f2937;margin:0;font-size:28px;font-weight:700}.oms-page-subtitle{align-items:center;gap:12px;display:flex}.oms-page-header-right{align-items:center;gap:20px;display:flex}.deposit-verification-info-card{background:#fff;border:1px solid #d9e3ee;border-radius:12px;margin-bottom:20px;padding:20px 24px;box-shadow:0 2px 8px #0000000d}.deposit-verification-info-grid{grid-template-columns:repeat(4,1fr);gap:15px 10px;display:grid}.deposit-info-item{flex-direction:column;display:flex}.deposit-info-item label{color:#7d8794;font-size:15px;font-weight:500}.deposit-info-item strong{color:#1f2937;font-size:20px;font-weight:700;line-height:1.3}.deposit-info-action{justify-content:flex-end;align-items:center;display:flex}.deposit-verify-btn,.deposit-verified-btn{color:#fff;border-radius:20px;justify-content:center;align-items:center;gap:8px;height:40px;font-size:13px;font-weight:600;display:inline-flex}.verification-action-btn{border-radius:20px;min-height:auto;padding:4px 12px;font-weight:400;line-height:1.2}.verification-details-card{width:100%}.verification-section-title{color:#1f2937;margin:0 0 18px;font-size:18px;font-weight:700}.verification-table-section{margin-bottom:24px}.verification-table-header{color:#374151;margin-bottom:12px;font-size:14px;font-weight:600}.verification-total{border-top:2px solid #dbe7f3;justify-content:space-between;align-items:center;margin-top:24px;padding-top:18px;font-size:15px;font-weight:600;display:flex}.verification-total strong{color:#0b5ed7;font-size:18px}.deposit-status-badge{text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-width:120px;height:36px;padding:0 16px;font-size:13px;font-weight:700;display:inline-flex}.deposit-status-section{flex-direction:column;justify-content:center;align-items:center;min-width:170px;height:100%;display:flex}.deposit-status-label{color:#6b7280;letter-spacing:.2px;margin-bottom:8px;font-size:13px;font-weight:600}.deposit-status-badge.open{background:linear-gradient(90deg,#a3cffc,#46719c)}.deposit-status-badge.open:hover{background:#a3cffc}.deposit-status-badge.posted{background:linear-gradient(90deg,#6da5e0,#386192)}.deposit-status-badge.posted:hover{background:#6da5e0}.deposit-status-badge.deposited{background:linear-gradient(90deg,#a3b6c7,#557899)}.deposit-status-badge.deposited:hover{background:#a3b6c7}.deposit-status-badge.partially-verified{background:linear-gradient(90deg,#a3b6c7,#a9e7be)}.deposit-status-badge.partially-verified:hover{background:#75c9b0}.deposit-status-badge.verified{background:linear-gradient(90deg,#a9e7be,#199241)}.deposit-status-badge.verified:hover{background:#a9e7be}.deposit-status-badge.cancelled{background:linear-gradient(90deg,#f5c4c4,#f50101)}.deposit-status-badge.cancelled:hover{background:#f5c4c4}.deposit-status-badge.replaced{background:linear-gradient(90deg,#f5c4c4,#f50101)}.deposit-status-badge.replaced:hover{background:#f5c4c4}.deposit-status-badge.open,.deposit-status-badge.posted,.deposit-status-badge.deposited,.deposit-status-badge.partially-verified,.deposit-status-badge.verified,.deposit-status-badge.cancelled,.deposit-status-badge.replaced{color:#000;border:1px solid #000}.verification-details-body{flex-direction:column;gap:24px;display:flex}.verification-menu{justify-content:center;align-items:center;display:inline-flex;position:relative}.verification-status-column{vertical-align:middle;width:10%;text-align:center!important}.verification-status-column .verification-menu,.verification-status-column .deposit-status-badge{margin:0 auto}.verification-menu-dropdown{z-index:9999;background:#fff;border:1px solid #d7e3ef;border-radius:10px;flex-direction:column;min-width:auto;display:flex;position:absolute;top:calc(100% + 6px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 20px #00000026}.verification-menu-dropdown button{text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #edf2f7;width:auto;padding:5px 20px;font-size:14px;font-weight:500;transition:background-color .2s;display:block}.verification-menu-dropdown button:last-child{border-bottom:none}.verification-menu-dropdown button:hover{background:#ccd8e7}.verification-menu-status{color:#fff;background:#43b75e;border-radius:999px;justify-content:center;align-items:center;min-width:72px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.verification-status{border-radius:999px;justify-content:center;align-items:center;min-width:74px;height:24px;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex}.verification-status.verified{color:#fff;background:#42b95d}.verification-details-table{border-collapse:collapse;table-layout:auto;width:100%}.verification-details-table thead th{color:#4d6182;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:#f8fbff;border-bottom:2px solid #d7e3ef;padding:8px;font-size:13px;font-weight:700;overflow:hidden}.verification-details-table thead th:first-child{border-radius:10px 0 0 10px}.verification-details-table thead th:last-child{border-radius:0 10px 10px 0}.verification-details-table tbody tr{position:relative}.verification-details-table tbody td{color:#2d3748;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #edf2f7;padding:8px;font-size:14px;overflow:visible!important}.verification-details-table tbody td:first-child{border-radius:10px 0 0 10px}.verification-details-table tbody td:last-child{border-radius:0 10px 10px 0}.verification-details-table tbody tr:hover{background:#bfd6ee62}.verification-action-cell{text-align:center}.verification-attachment-card{width:100%}.verification-attachment-content{justify-content:center;align-items:center;width:100%;display:flex}.verification-attachment-image{object-fit:contain;background:#fff;border:1px solid #dce8f3;border-radius:8px;width:100%;height:auto;display:block}.verification-attachment-placeholder{color:#64748b;background:#f8fbff;border:2px dashed #d7e3ef;border-radius:10px;justify-content:center;align-items:center;width:100%;height:420px;font-size:15px;font-weight:500;display:flex}.verification-status-action{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.verification-status-action:disabled{cursor:not-allowed;opacity:.6}.verification-status-action:hover{opacity:.8}.deposit-history-tabs{width:100%}.deposit-history-tab-header{border-bottom:1px solid #e5e7eb;align-items:center;gap:6px;margin-bottom:18px;display:flex}.deposit-history-tab{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:10px 18px 12px;font-size:14px;font-weight:600;transition:color .2s,background .2s;position:relative}.deposit-history-tab:hover,.deposit-history-tab.active{color:#1559be}.deposit-history-tab.active:after{content:"";background:#1559be;border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:-1px;left:0;right:0}.deposit-history-tab-content{width:100%}.deposit-history-tab-content .deposit-history-list{max-height:160px;padding-right:8px;overflow-y:auto}.deposit-history-tab-content .deposit-history-list::-webkit-scrollbar{width:6px}.deposit-history-tab-content .deposit-history-list::-webkit-scrollbar-track{background:0 0}.deposit-history-tab-content .deposit-history-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.deposit-history-tab-content .deposit-history-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.deposit-history-title.verified,.deposit-history-title.bounced{color:#000}.deposit-history-dot.verified{background:#16a34a}.deposit-history-dot.bounced{background:#dc2626}@media (width<=768px){.deposit-history-tab-header{gap:2px;overflow-x:auto}.deposit-history-tab{flex-shrink:0;padding:10px 14px 12px;font-size:13px}}.verify-modal-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.verify-modal{background:#fff;border-top:5px solid #0000;border-radius:12px;flex-direction:column;align-items:center;width:25%;max-width:calc(100vw - 32px);padding:28px 24px;animation:.2s toastScale;display:flex;box-shadow:0 18px 50px #00000026}.verify-modal-icon{color:#e2a700;background:#ffe9b4;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:auto;font-size:36px;display:flex}.verify-modal h2{color:#333;margin-top:18px;margin-bottom:16px}.verify-modal-message{color:#555;margin-bottom:24px;line-height:1.6}.verify-modal-checkbox{justify-content:center;align-items:center;gap:8px;margin-bottom:28px;font-size:14px;display:flex}.verify-modal-actions{justify-content:center;gap:14px;display:flex}@media (width<=1000px){.verify-modal-overlay{padding:20px}.verify-modal{border-radius:18px;width:min(420px,100%);max-width:100%;padding:22px 18px}.verify-modal-icon{width:58px;height:58px;font-size:30px}.verify-modal h2{margin:14px 0;font-size:20px}.verify-modal-message{text-align:center;margin-bottom:20px;font-size:14px}.verify-modal-checkbox{justify-content:flex-start;width:100%;margin-bottom:22px}.verify-modal-actions{flex-direction:column-reverse;gap:10px;width:100%}.verify-modal-actions .oms-btn{width:100%}}@media (width<=600px){.verify-modal-overlay{align-items:center;padding:14px}.verify-modal{border-radius:20px 20px 0 0;width:100%;animation:.25s toastSlideUp}}.modify-modal-overlay{z-index:9999;background:#0000008c;justify-content:center;align-items:center;padding:20px;animation:.2s modifyModalFadeIn;display:flex;position:fixed;inset:0}.modify-modal{background:#fff;border-radius:14px;width:min(620px,100%);max-height:calc(100vh - 40px);padding:32px 38px 34px;animation:.25s modifyModalSlideUp;overflow-y:auto;box-shadow:0 20px 50px #00000040}.modify-modal-icon{color:#075394;justify-content:center;align-items:center;margin-bottom:12px;font-size:58px;display:flex}.modify-modal-icon svg{width:58px;height:58px}.modify-modal h2{text-align:center;color:#111;margin:0 0 22px;font-size:24px;font-weight:700}.modify-modal-form{flex-direction:column;gap:13px;display:flex}.modify-modal-actions{justify-content:center;align-items:center;gap:12px;margin-top:24px;display:flex}@keyframes modifyModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modifyModalSlideUp{0%{opacity:0;transform:translateY(15px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=600px){.modify-modal-overlay{padding:12px}.modify-modal{border-radius:12px;width:100%;max-height:calc(100vh - 24px);padding:25px 20px 28px}.modify-modal-icon{margin-bottom:8px;font-size:48px}.modify-modal-icon svg{width:48px;height:48px}.modify-modal h2{margin-bottom:18px;font-size:20px}.modify-modal-form{gap:10px}.modify-modal-actions{flex-wrap:wrap;margin-top:20px}}.confirmation-modify-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;padding:20px;animation:.2s confirmationModifyFadeIn;display:flex;position:fixed;inset:0}.confirmation-modify-modal{text-align:center;background:#fff;border-radius:14px;width:min(520px,100%);max-height:calc(100vh - 40px);padding:28px 30px 24px;animation:.25s confirmationModifySlideIn;overflow-y:auto;box-shadow:0 12px 35px #0003}.confirmation-modify-icon{justify-content:center;align-items:center;margin:0 auto 14px;display:flex}.confirmation-modify-icon.warning{color:#f0ad00}.confirmation-modify-icon.success{color:#28a745}.confirmation-modify-icon.error{color:#dc3545}.confirmation-modify-icon.info{color:#0d6efd}.confirmation-modify-title{color:#1f1f1f;margin-bottom:8px;font-size:21px;font-weight:700}.confirmation-modify-message{color:#666;margin-bottom:18px;font-size:14px;line-height:1.5}.confirmation-modify-changes{flex-direction:column;gap:10px;width:100%;margin-bottom:22px;display:flex}.confirmation-modify-change{text-align:left;background:#f8f9fa;border:1px solid #e1e5e9;border-radius:9px;padding:13px 15px}.confirmation-modify-field{color:#174a7c;margin-bottom:8px;font-size:14px;font-weight:700}.confirmation-modify-row{align-items:flex-start;gap:7px;font-size:13px;line-height:1.5;display:flex}.confirmation-modify-label{color:#666;flex:0 0 42px;font-weight:600}.confirmation-modify-from{color:#b42318;word-break:break-word}.confirmation-modify-to{color:#167c3a;word-break:break-word;font-weight:600}.modify-modal-readonly-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;width:100%;margin-bottom:18px;display:grid}.modify-modal-readonly-field{min-width:0}.modify-modal-readonly-field input:disabled,.modify-modal-readonly-field select:disabled,.modify-modal-readonly-field textarea:disabled,.modify-modal-readonly-field button:disabled{cursor:not-allowed;opacity:1;color:#6b7280!important;background:#eee!important;border-color:#d1d5db!important}.modify-modal-readonly-field input:disabled::placeholder{color:#9ca3af}.modify-modal-readonly-field label{color:#6b7280}@media (width<=600px){.modify-modal-readonly-grid{grid-template-columns:1fr;gap:12px}}.confirmation-modify-actions{justify-content:center;gap:10px;margin-top:4px;display:flex}.confirmation-modify-btn{cursor:pointer;border:none;border-radius:7px;min-width:110px;padding:10px 18px;font-size:14px;font-weight:600;transition:background-color .15s,opacity .15s,transform .1s}.confirmation-modify-btn:active:not(:disabled){transform:scale(.98)}.confirmation-modify-btn:disabled{cursor:not-allowed;opacity:.6}.confirmation-modify-btn.secondary{color:#343a40;background:#e9ecef}.confirmation-modify-btn.secondary:hover:not(:disabled){background:#dfe3e6}.confirmation-modify-btn.primary{color:#fff;background:#07558f}.confirmation-modify-btn.primary:hover:not(:disabled){background:#064b7d}.confirmation-modify-btn.success{color:#fff;background:#198754}.confirmation-modify-btn.success:hover:not(:disabled){background:#157347}.confirmation-modify-btn.danger{color:#fff;background:#dc3545}.confirmation-modify-btn.danger:hover:not(:disabled){background:#bb2d3b}@keyframes confirmationModifyFadeIn{0%{opacity:0}to{opacity:1}}@keyframes confirmationModifySlideIn{0%{opacity:0;transform:translateY(-12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=600px){.confirmation-modify-overlay{padding:14px}.confirmation-modify-modal{border-radius:12px;width:100%;padding:24px 20px 20px}.confirmation-modify-title{font-size:19px}.confirmation-modify-message{font-size:13px}.confirmation-modify-actions{flex-direction:column-reverse}.confirmation-modify-btn{width:100%}}.desktop-pr-list{display:block}.mobile-pr-wrapper{display:none}.mobile-pr-page{flex-direction:column;gap:14px;display:flex}.mobile-date-filter{grid-template-columns:auto auto;gap:5px;margin-bottom:12px;display:grid}.mobile-search-filter{grid-template-columns:auto 1fr;gap:5px;margin-bottom:16px;display:grid}.mobile-date-filter .field,.mobile-search-filter .field{width:100%}.mobile-pr-table-card{padding:12px}.mobile-pr-table-header{justify-content:flex-end;align-items:center;margin-bottom:14px;display:flex}.mobile-pr-list{flex-direction:column;gap:14px;display:flex}.mobile-card-footer{padding:0 16px 16px}.mobile-card-status{border-radius:8px;justify-content:center;width:100%}.mobile-pr-actions{gap:6px;display:flex;position:absolute;top:10px;right:10px}.pr-fab{display:none}@media (width<=1000px){.desktop-pr-list{display:none}.mobile-pr-wrapper{display:block}.pr-collection-page{margin:-20px;padding:0}.pr-card{box-shadow:none;border-radius:0}.pr-fab{right:20px;bottom:max(20px, env(safe-area-inset-bottom));color:#fff;cursor:pointer;z-index:999;background:#00599c;border:none;border-radius:28px;justify-content:center;align-items:center;gap:10px;width:180px;height:54px;font-size:14px;font-weight:700;transition:all .25s;display:flex;position:fixed;box-shadow:0 8px 24px #00000040}.pr-fab:hover{transform:scale(1.03)}}@media (width<=480px){.mobile-date-filter{gap:5px}.mobile-search-filter{grid-template-columns:auto 1fr}.mobile-pr-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px}.mobile-field-span{grid-column:1/span 2}.mobile-card-footer{padding:0 14px 14px}.mobile-card-status{font-size:11px}.pr-fab{width:160px;height:50px;right:16px}}.pr-tabs-card{background:linear-gradient(200deg,#d1e4f4 0%,#f5f5f5 100%);border:1px solid #0000000d;border-radius:14px;margin-bottom:10px;padding:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #3f5da50d,0 12px 28px #3a8db414}.pr-tabs-header{border-bottom:1px solid #e8eef6;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.pr-tabs-left{gap:5px;display:flex}.pr-tabs-right{align-items:center;gap:18px;display:flex}.pr-tabs-total{color:#64748b;font-size:14px}.pr-tabs-total strong{color:#0f172a;font-size:16px}.pr-tabs-body{padding:0}.pr-tabs-body .oms-section-card{box-shadow:none;background:0 0;border:none;margin:0;padding:0}.pr-tabs-body .oms-section-header{display:none}.pr-tabs-body table{margin-top:0}.pr-tabs-error{border:2px solid #dc3545;transition:all .2s;box-shadow:0 0 0 4px #dc35451f}@media (width<=1000px){.pr-tabs-header{flex-direction:column;align-items:stretch;gap:18px}.pr-tabs-left{overflow:auto}.pr-tabs-right{display:none}}@media (width<=600px){.pr-tabs-right button{width:100%}}.mobile-attachment-modal{z-index:99999;isolation:isolate;background:#000000a6;justify-content:center;align-items:center;padding:20px;animation:.2s mobileAttachmentFadeIn;display:flex;position:fixed;inset:0}.mobile-attachment-modal-content{background:#fff;border-radius:18px;flex-direction:column;width:min(92vw,600px);max-width:600px;max-height:90vh;animation:.2s mobileAttachmentScaleIn;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d,0 8px 20px #00000026}.mobile-attachment-modal-header{background:#fff;border-bottom:1px solid #edf2f7;flex-shrink:0;justify-content:center;align-items:center;min-height:58px;padding:8px 52px 8px 16px;display:flex;position:relative}.mobile-attachment-modal-title{color:#1f2937;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:16px;font-weight:700;overflow:hidden}.mobile-attachment-modal-close{color:#374151;cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:24px;font-weight:400;line-height:1;transition:background .2s,color .2s,transform .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.mobile-attachment-modal-close:hover{color:#111827;background:#eef2f7;transform:translateY(-50%)scale(1.04)}.mobile-attachment-modal-close:active{transform:translateY(-50%)scale(.94)}.mobile-attachment-image-wrapper{background:#f8fafc;justify-content:center;align-items:center;width:100%;min-height:200px;max-height:calc(90vh - 58px);padding:16px;display:flex;overflow:auto}.mobile-attachment-image{object-fit:contain;-webkit-user-select:none;user-select:none;border-radius:10px;width:auto;max-width:100%;height:auto;max-height:calc(90vh - 100px);display:block}@keyframes mobileAttachmentFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mobileAttachmentScaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (width<=600px){.mobile-attachment-modal{padding:14px}.mobile-attachment-modal-content{border-radius:16px;width:100%;max-width:none;max-height:92vh}.mobile-attachment-modal-header{min-height:54px;padding-left:14px;padding-right:50px}.mobile-attachment-modal-title{font-size:15px}.mobile-attachment-image-wrapper{max-height:calc(92vh - 54px);padding:12px}.mobile-attachment-image{max-height:calc(92vh - 90px)}}@media (width<=360px){.mobile-attachment-modal{padding:8px}.mobile-attachment-modal-content{border-radius:14px}.mobile-attachment-modal-header{min-height:50px}.mobile-attachment-modal-close{width:32px;height:32px;font-size:22px;right:8px}.mobile-attachment-image-wrapper{padding:8px}}.mobile-pr-tabs-card{flex-direction:column;gap:14px;display:flex}.mobile-pr-tabs-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.mobile-pr-tabs-left{scrollbar-width:none;align-items:center;gap:5px;display:flex;overflow-x:auto}.mobile-pr-tabs-left::-webkit-scrollbar{display:none}.mobile-pr-tab{color:#8d96a5;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:6px;padding:0 0 10px;font-size:10px;font-weight:600;transition:all .2s;display:flex;position:relative}.mobile-pr-tab:hover,.mobile-pr-tab.active{color:#00599c}.mobile-pr-tab.active:after{content:"";background:#00599c;border-radius:999px;height:2px;position:absolute;bottom:0;left:0;right:0}.mobile-pr-tab span{color:#6b7280;background:#eef3f8;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;display:flex}.mobile-pr-tab.active span{color:#fff;background:#00599c}.mobile-pr-add-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#00599c,#0b74d1);border:1px solid #00599c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;box-shadow:0 6px 16px #00599c40}.mobile-pr-add-btn:hover{color:#00599c;background:0 0;border:1px solid #00599c;transform:translateY(-2px)}.mobile-pr-add-btn:active{transform:scale(.95)}.mobile-pr-tabs-body,.mobile-pr-list{flex-direction:column;gap:14px;display:flex}.mobile-pr-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;padding:16px 16px 12px;display:grid}.mobile-field-span{grid-column:1/span 2}.mobile-card-footer{align-items:center;gap:10px;padding:0 16px 16px;display:flex}.mobile-create-card-status{flex:1;justify-content:center}.mobile-card-actions{gap:6px;display:flex}.mobile-pr-total{background:linear-gradient(#fff,#fafbfc);border:1px solid #edf2f7;border-radius:14px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.mobile-pr-total div{color:#6b7280;font-size:13px;font-weight:600}.mobile-pr-total strong{color:#00599c;font-size:17px;font-weight:700}.mobile-pr-tabs-section.mobile-pr-tabs-error{border:1px solid #dc2626;box-shadow:0 0 0 3px #dc262614}.mobile-pr-tabs-section .attachment-validation{margin-bottom:10px}.mobile-pr-tabs-section .oms-field-error{margin:0}@media (width<=480px){.mobile-pr-main{gap:12px;padding:14px}.mobile-card-footer{padding:0 14px 14px}.mobile-pr-total{padding:12px 14px}.mobile-pr-total strong{font-size:15px}}@media (width<=360px){.mobile-card-footer{flex-direction:column;align-items:stretch}.mobile-card-actions{justify-content:flex-end}}.replace-check-modal-overlay{z-index:9999;box-sizing:border-box;background:#000000b8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.replace-check-modal{text-align:center;box-sizing:border-box;background:#fff;border-radius:14px;width:100%;max-width:545px;margin:auto;padding:28px 52px 38px;position:relative;box-shadow:0 20px 50px #00000040}.replace-check-modal-icon{color:#fff;background:#5688b5;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;font-size:38px;font-weight:700;line-height:1;display:flex}.replace-check-modal h2{color:#000;margin:0 0 22px;font-size:20px;font-weight:700}.replace-check-modal-message{color:#111;margin:0;font-size:15px;line-height:1.4}.replace-check-modal-instruction{color:#111;margin:38px 0 14px;font-size:15px;line-height:1.4}.replace-check-reason{text-align:left;z-index:20;width:100%;position:relative}.replace-check-reason .oms-form-field-label{display:none}.replace-check-searchable-select{width:100%}.replace-check-searchable-select .oms-input{box-sizing:border-box;color:#777;cursor:text;background:#fff;border:1px solid #000;border-radius:6px;outline:none;width:100%;height:48px;padding:0 44px 0 12px;font-size:22px;font-weight:600}.replace-check-searchable-select .oms-input::placeholder{color:#777;opacity:1}.replace-check-searchable-select .oms-input:focus{border-color:#35688f;box-shadow:0 0 0 1px #35688f}.replace-check-searchable-select .oms-input:disabled{cursor:not-allowed;opacity:.7}.replace-check-searchable-select .oms-searchable-dropdown{z-index:10000;border-radius:6px;max-height:220px;overflow-y:auto;box-shadow:0 8px 20px #0000002e}.replace-check-searchable-select .oms-searchable-option{box-sizing:border-box;align-items:center;min-height:42px;padding:8px 12px;font-size:16px;display:flex}.replace-check-modal-actions{justify-content:center;align-items:center;gap:10px;margin-top:20px;display:flex}.replace-check-proceed,.replace-check-cancel{cursor:pointer;border-radius:28px;min-width:118px;height:52px;padding:0 22px;font-size:17px;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s,opacity .2s}.replace-check-proceed{color:#fff;background:#a5a5a5;border:1px solid #070101;box-shadow:0 5px 8px #0000002e}.replace-check-proceed:not(:disabled){color:#fff;background:#3c7099;border:1px solid #3c7099}.replace-check-proceed:not(:disabled):hover{color:#043f6d;background:#c5e6ff;border:1px solid #043f6d;transform:translateY(-1px)}.replace-check-proceed:disabled{cursor:not-allowed;opacity:.9}.replace-check-cancel{color:#fff;background:#eb2828;border:1px solid #8b1a1a;box-shadow:0 5px 8px #0000002e}.replace-check-cancel:hover:not(:disabled){color:#8b1a1a;background:#f5c9c9;transform:translateY(-1px)}.replace-check-cancel:disabled{cursor:not-allowed;opacity:.7}@media (width<=600px){.replace-check-modal-overlay{align-items:center;padding:14px}.replace-check-modal{border-radius:14px;width:100%;max-width:100%;max-height:calc(100vh - 28px);padding:24px 20px 28px;overflow:visible}.replace-check-modal-icon{width:52px;height:52px;margin-bottom:12px;font-size:34px}.replace-check-modal h2{margin-bottom:18px;font-size:19px}.replace-check-modal-message{font-size:14px;line-height:1.4}.replace-check-modal-instruction{margin:28px 0 12px;font-size:14px;line-height:1.4}.replace-check-searchable-select .oms-input{height:46px;padding-left:11px;padding-right:12px;font-size:18px}.replace-check-searchable-select .oms-searchable-option{min-height:42px;padding:9px 11px;font-size:15px}.replace-check-searchable-select .oms-searchable-dropdown{max-height:190px}.replace-check-modal-actions{gap:8px;margin-top:18px}.replace-check-proceed,.replace-check-cancel{min-width:105px;height:46px;padding:0 18px;font-size:15px}.desktop-only{display:none}}@media (width<=380px){.replace-check-modal-overlay{padding:10px}.replace-check-modal{padding:20px 16px 24px}.replace-check-modal-message{font-size:13px}.replace-check-modal-instruction{margin-top:24px;font-size:13px}.replace-check-searchable-select .oms-input{font-size:16px}.replace-check-proceed,.replace-check-cancel{min-width:95px;height:44px;font-size:14px}}.attachment-tabs{flex-direction:column;gap:18px;display:flex}.attachment-tabs-header{scrollbar-width:none;gap:10px;display:flex;overflow-x:auto}.attachment-tabs-header::-webkit-scrollbar{display:none}.attachment-tab{color:#64748b;cursor:pointer;background:#f3f6fa;border:none;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex;position:relative}.attachment-tab:hover{color:#00599c;background:#e8f2fb}.attachment-tab.active{color:#fff;background:#00599c}.attachment-tab-count{background:#ffffff38;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex}.attachment-image-card{background:#fff;border:1px solid #e5edf5;border-radius:16px;overflow:hidden}.attachment-image{width:100%;height:auto;display:block}.attachment-empty{background:#fafcff;border:2px dashed #dbe7f3;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 24px;display:flex}.attachment-empty-icon{color:#8ea3b7;font-size:46px}.attachment-empty-title{color:#2d4f74;font-size:16px;font-weight:700}.attachment-empty-subtitle{text-align:center;color:#7b8794;font-size:13px}@media (width<=480px){.attachment-tabs{gap:14px}.attachment-tab{padding:8px 14px;font-size:12px}.attachment-empty{padding:36px 18px}.attachment-empty-title{font-size:15px}.attachment-empty-subtitle{font-size:12px}}.mobile-check-view-header{flex-direction:column;gap:18px;display:flex}.mobile-check-view-customer{text-align:center}.mobile-check-view-customer label{color:#8a94a6;font-size:12px;display:block}.mobile-check-view-customer h2{color:#1f2937;margin-top:4px;font-size:18px;font-weight:700}.mobile-check-view-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px;display:grid}.mobile-check-view-item{flex-direction:column;display:flex}.mobile-check-view-item label{color:#8a94a6;margin-bottom:4px;font-size:11px}.mobile-check-view-item strong{color:#1f2937;font-size:15px;font-weight:700}.mobile-check-view-status{justify-content:center;width:100%}.mobile-check-view-amount{color:#00599c}.mobile-check-view-remarks{flex-direction:column;display:flex}.mobile-check-view-remarks label{color:#8a94a6;margin-bottom:6px;font-size:11px}.mobile-check-view-remarks div{color:#374151;background:#f8fafc;border-radius:10px;min-height:44px;padding:12px;font-size:14px;line-height:1.5}@media (width<=360px){.mobile-check-view-grid{grid-template-columns:1fr}}.mobile-check-history-list{flex-direction:column;gap:5px;display:flex}.mobile-check-history-item{align-items:flex-start;gap:12px;padding-left:10px;display:flex;position:relative}.mobile-check-history-item:not(:last-child):after{content:"";background:#0d67b5;width:2.5px;height:calc(100% + 9px);position:absolute;top:12px;left:14px}.mobile-check-history-dot{background:#00599c;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:6px}.mobile-check-history-content{border-bottom:1px solid #edf2f7;flex:1;padding-bottom:14px}.mobile-check-history-content strong{color:#1f2937;margin-bottom:6px;font-size:14px;display:block}.mobile-check-history-date{color:#6b7280;font-size:12px}.mobile-check-history-user{color:#8a94a6;margin-top:2px;font-size:12px}.mobile-check-history-empty{text-align:center;color:#94a3b8;background:#f8fafc;border-radius:12px;padding:28px;font-size:14px}.mobile-create-pr{display:none}@media (width<=1000px){.desktop-create-pr,.desktop-check-view{display:none}.mobile-create-pr{display:block}}.mobile-create-pr-wrapper{flex-direction:column;gap:14px;display:flex}.mobile-section-title{flex-direction:column;margin-bottom:12px;display:flex}.mobile-section-title h4{color:#222;margin:0;font-size:15px;font-weight:700}.mobile-section-title small{color:#7b8794;font-size:11px}.mobile-pr-header-form{gap:12px;display:flex}.mobile-pr-grid-1{grid-template-rows:1fr 1fr;gap:10px;display:grid}.mobile-pr-grid-2{flex-direction:column;display:flex}.mobile-pr-create-actions{gap:10px;margin-top:4px;display:flex}.mobile-pr-create-actions>*{flex:1}.mobile-pr-view-header{flex-direction:column;gap:18px;display:flex}.mobile-pr-view-customer{text-align:center}.mobile-pr-view-customer label{color:#8a94a6;font-size:12px;display:block}.mobile-pr-view-customer h2{color:#1f2937;margin-top:4px;font-size:18px;font-weight:700}.mobile-pr-view-grid{grid-template-columns:repeat(2,1fr);gap:16px 20px;display:grid}.mobile-pr-view-item{flex-direction:column;display:flex}.mobile-pr-view-item label{color:#8a94a6;margin-bottom:4px;font-size:11px}.mobile-pr-view-item strong{color:#1f2937;font-size:15px;font-weight:700}.mobile-pr-view-status{justify-content:center;width:100%}.mobile-pr-view-actions{gap:10px;display:flex}.mobile-pr-view-actions>*{flex:1}@media (width<=360px){.mobile-pr-view-grid{grid-template-columns:1fr}}.mobile-pr-attachment-card .oms-preview-card,.mobile-pr-attachment-card .oms-preview-image,.mobile-pr-attachment-card .oms-empty-upload{border-radius:14px}.mobile-pr-collection{flex-direction:column;gap:12px;display:flex}.mobile-tabs{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.mobile-tabs-left{gap:18px;display:flex}.mobile-tab{color:#8a8a8a;cursor:pointer;background:0 0;border:none;padding-bottom:5px;font-size:13px;font-weight:600;position:relative}.mobile-tab.active{color:#111}.mobile-tab.active:after{content:"";background:#00599c;border-radius:999px;height:2px;position:absolute;bottom:0;left:0;right:0}.mobile-total{background:#fff;border-radius:8px;justify-content:space-between;align-items:center;margin-top:12px;padding:10px 14px;font-weight:700;display:flex;box-shadow:0 2px 6px #0000000f}.mobile-total label{color:#00599c}.mobile-error{color:#dc2626;margin-top:4px;font-size:11px}@media (width<=600px){.mobile-pr-attachment-card .oms-section-card{padding:14px}.mobile-pr-header-icon{width:38px;height:38px}}@media (width<=420px){.desktop-create-pr{display:none}.mobile-create-pr{display:block}.mobile-pr-grid-1,.mobile-pr-grid-2{gap:6px}.mobile-pr-create-actions{gap:8px}.mobile-tabs-left{gap:12px}.mobile-pr-header-icon{width:36px;height:36px}}.mobile-create-check{display:none}@media (width<=1000px){.desktop-create-check{display:none}.mobile-create-check{display:block}}.mobile-pr-header-form{flex-direction:column;gap:12px;display:flex}.mobile-pr-grid-1{flex-direction:row;gap:10px;display:flex}.mobile-pr-grid-1>*{flex:1}.mobile-pr-grid-2{flex-direction:column;gap:10px;display:flex}.mobile-check-create-actions{gap:10px;margin-top:4px;display:flex}.mobile-check-create-actions>*{flex:1}.mobile-pr-attachment-card{margin:0}.mobile-pr-attachment-card .oms-section-card{border-radius:18px;padding:16px}.mobile-pr-attachment-card .oms-section-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.mobile-pr-attachment-card .oms-section-header-left{flex:1}.mobile-pr-attachment-card .oms-section-title{font-size:15px;font-weight:700}.mobile-pr-attachment-card .oms-section-subtitle{color:#7b8794;margin-top:4px;font-size:12px}.mobile-pr-header-actions{align-items:center;gap:10px;display:flex}.mobile-pr-header-icon{color:#fff;cursor:pointer;background:linear-gradient(135deg,#03325b 0%,#0375d8 100%);border:1px solid #03325b;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.mobile-pr-header-icon:hover{color:#03325b;background:0 0;border:1px solid #03325b;transform:translateY(-2px);box-shadow:0 8px 18px #0375d840}.mobile-pr-header-icon:active{transform:scale(.96)}.mobile-pr-header-icon svg{pointer-events:none}.mobile-pr-attachment-card .oms-preview-card,.mobile-pr-attachment-card .oms-preview-image,.mobile-pr-attachment-card .oms-empty-upload{border-radius:14px}.pr-section-error{border:1px solid #dc2626;box-shadow:0 0 0 3px #dc262614}.attachment-validation{color:#dc2626;font-size:12px;font-weight:500}@media (width<=600px){.mobile-pr-attachment-card .oms-section-card{padding:14px}.mobile-pr-header-icon{width:38px;height:38px}}@media (width<=480px){.mobile-pr-grid-1,.mobile-pr-grid-2{gap:5px}.mobile-check-create-actions{gap:8px}}@media (width<=420px){.mobile-pr-header-icon{width:36px;height:36px}.mobile-check-create-actions{flex-direction:column}.mobile-check-create-actions>*{width:100%}}
