.menu-container{width:280px;background-color:#f8f9fa;height:100vh;overflow-y:auto;position:fixed;left:0;top:0;box-shadow:0 0 10px #0000001a;transition:all .3s ease;z-index:1000}.menu-header{display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:#007bff;color:#fff}.menu-title{margin:0;font-size:18px;font-weight:500}.menu-close{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;display:none}.main-menu-wrapper{list-style:none;padding:0;margin:0}.main-menu-item{border-bottom:1px solid #e9ecef}.main-menu-label{display:flex;justify-content:space-between;align-items:center;padding:15px;cursor:pointer;font-weight:500;transition:background-color .2s}.main-menu-label:hover{background-color:#e9ecef}.main-menu-item.open>.main-menu-label{background-color:#e9ecef}.submenu{list-style:none;padding:0;margin:0;background-color:#f1f3f5;overflow:hidden}.submenu li{border-bottom:1px solid #e9ecef}.submenu li:last-child{border-bottom:none}.submenu-label{display:flex;justify-content:space-between;align-items:center;padding:12px 15px 12px 30px;cursor:pointer;transition:background-color .2s}.submenu-label:hover,.submenu.level-2{background-color:#e9ecef}.submenu.level-2 .submenu-item{padding:10px 15px 10px 45px;cursor:pointer;transition:background-color .2s;display:flex;align-items:center}.submenu.level-2 .submenu-item:hover{background-color:#dee2e6}.arrow{width:8px;height:8px;border-style:solid;border-width:0 2px 2px 0;display:inline-block;padding:2px;transition:transform .2s}.arrow.right{transform:rotate(-45deg)}.arrow.down{transform:rotate(45deg)}.loading-menu,.error-menu{display:flex;align-items:center;justify-content:center;height:100px;color:#6c757d}.error-menu{color:#dc3545}.menu-toggle{display:none;position:fixed;top:15px;left:15px;z-index:999;width:40px;height:40px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:24px;cursor:pointer;align-items:center;justify-content:center;box-shadow:0 2px 5px #0003}.menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999}.menu-overlay.show{display:block}@media screen and (max-width: 768px){.menu-container{left:-280px;box-shadow:0 0 15px #0003}.menu-container.mobile-open{left:0}.menu-toggle{display:flex}.menu-close{display:block}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.submenu{animation:fadeIn .3s ease}.content-wrapper{margin-left:280px;padding:20px;transition:margin-left .3s ease}@media screen and (max-width: 768px){.content-wrapper{margin-left:0}}.ipbf-container{padding:20px;max-width:1200px;margin:0 auto;font-family:Sarabun,-apple-system,BlinkMacSystemFont,sans-serif}.ipbf-container h1{font-size:24px;color:#2c3e50;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #ecf0f1;font-weight:600}.filter-section{background-color:#f8f9fa;padding:16px;border-radius:6px;margin-bottom:24px;box-shadow:0 1px 3px #00000014}.year-selector,.month-selector{display:flex;align-items:center;margin-bottom:16px}.year-selector:last-child,.month-selector:last-child{margin-bottom:0}.year-selector label,.month-selector label{margin-right:12px;font-weight:600;min-width:90px;color:#444}.year-selector select,.month-selector select{padding:10px 14px;border:1px solid #dde1e3;border-radius:4px;background-color:#fff;min-width:140px;font-size:14px;color:#333;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:16px;transition:border-color .2s,box-shadow .2s}.year-selector select:hover,.month-selector select:hover{border-color:#b3bcc5}.year-selector select:focus,.month-selector select:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e126}.year-button-group{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.year-button{background-color:#fff;border:1px solid #dde1e3;border-radius:4px;padding:10px 16px;font-size:14px;cursor:pointer;transition:all .2s ease;color:#444;font-weight:500}.year-button:hover{background-color:#f1f5f9;border-color:#b3bcc5}.year-button.active{background-color:#1976d2;color:#fff;border-color:#1565c0;font-weight:600}.no-years{padding:16px;background-color:#fff9c4;border-radius:4px;color:#7e6514;font-size:14px;display:flex;align-items:center}.no-years:before{content:"ℹ️";margin-right:8px;font-size:16px}.loading,.error{padding:20px;text-align:center;border-radius:4px;margin:20px 0;display:flex;justify-content:center;align-items:center}.loading{background-color:#e3f2fd;color:#0d47a1}.loading:before{content:"⏳";margin-right:10px;font-size:18px}.no-documents{padding:40px 20px;text-align:center;color:#616161;background-color:#f9f9f9;border-radius:6px;margin-top:24px;border:1px dashed #ddd;font-size:15px}.no-documents:before{content:"📄";display:block;font-size:32px;margin-bottom:12px}@media screen and (max-width: 768px){.ipbf-container{padding:16px}.ipbf-container h1{font-size:20px;margin-bottom:16px}.filter-section{padding:12px}.year-selector,.month-selector{flex-direction:column;align-items:flex-start}.year-selector label,.month-selector label{margin-bottom:8px}.year-selector select,.month-selector select{width:100%}.year-button{padding:8px 12px;font-size:13px;flex-grow:1}}@media screen and (max-width: 480px){.year-button-group{flex-direction:column}.year-button{width:100%;text-align:center}.error-message{font-size:13px;padding:10px 12px}}.tbl-wrap{margin-top:20px;overflow-x:auto;box-shadow:0 1px 4px #0000001a;border-radius:4px}.tbl{width:100%;border-collapse:collapse;border:1px solid #e0e0e0;font-size:14px;table-layout:fixed;background-color:#fff}.tbl th,.tbl td{padding:12px;border:1px solid #e0e0e0;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tbl th{background-color:#f7f7f7;font-weight:600;color:#444;position:sticky;top:0;z-index:10;box-shadow:0 1px 2px #0000000d}.tbl th:nth-child(1),.tbl td:nth-child(1){width:13%}.tbl th:nth-child(2),.tbl td:nth-child(2){width:10%}.tbl th:nth-child(3),.tbl td:nth-child(3){width:7%}.tbl th:nth-child(4),.tbl td:nth-child(4){width:7%}.tbl th:nth-child(5),.tbl td:nth-child(5){width:7%}.tbl th:nth-child(6),.tbl td:nth-child(6){width:8%}.tbl th:nth-child(7),.tbl td:nth-child(7){width:22%}.tbl th:nth-child(8),.tbl td:nth-child(8){width:10%;text-align:right}.tbl th:nth-child(9),.tbl td:nth-child(9){width:16%}.sort-hdr{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;padding-right:20px}.sort-hdr:hover{background-color:#eee}.sort-icon{margin-left:5px;font-size:12px;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.tbl-row:nth-child(2n){background-color:#f9f9f9}.tbl-row:hover{background-color:#f0f7ff;cursor:pointer;transition:background-color .15s ease}.st-cell{text-align:center;font-size:18px}.paging{display:flex;justify-content:center;align-items:center;margin:20px 0;gap:6px}.page-btn{padding:8px 14px;border:1px solid #e0e0e0;background-color:#fff;cursor:pointer;border-radius:4px;font-size:14px;transition:all .2s ease;color:#555}.page-btn:hover:not(:disabled){background-color:#f5f5f5;border-color:#ccc}.page-btn.active{background-color:#1976d2;color:#fff;border-color:#1976d2;font-weight:700}.page-btn:disabled{cursor:not-allowed;color:#ccc;background-color:#f9f9f9}.tbl-info{text-align:right;font-size:13px;color:#666;margin:12px 0;padding-right:10px}.mdl-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.mdl{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;width:90%;max-width:1000px;max-height:90vh;display:flex;flex-direction:column;animation:mdlFadeIn .3s ease}@keyframes mdlFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mdl-hdr{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e0e0e0;background-color:#f8f9fa;border-top-left-radius:8px;border-top-right-radius:8px}.mdl-hdr h2{margin:0;font-size:18px;color:#333}.mdl-close{background:none;border:none;font-size:18px;cursor:pointer;color:#666}.mdl-close:hover{color:#000}.mdl-body{padding:20px;overflow-y:auto;flex:1}.mdl-foot{padding:16px 20px;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end}.mdl-btn{padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.mdl-btn:hover{background-color:#0069d9}.mdl-tbl-wrap{overflow-x:auto;width:100%;margin-bottom:15px}.mdl-tbl{width:100%;min-width:800px;border-collapse:collapse;font-size:14px;table-layout:fixed}.mdl-tbl th,.mdl-tbl td{padding:10px 8px;border:1px solid #e0e0e0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mdl-tbl th{background-color:#f7f7f7;font-weight:600;text-align:center;position:sticky;top:0;z-index:1;box-shadow:0 1px 1px #0000001a}.mdl-tbl th:nth-child(1),.mdl-tbl td:nth-child(1){width:50px}.mdl-tbl th:nth-child(2),.mdl-tbl td:nth-child(2){width:120px}.mdl-tbl th:nth-child(3),.mdl-tbl td:nth-child(3){width:220px}.mdl-tbl th:nth-child(4),.mdl-tbl td:nth-child(4){width:80px}.mdl-tbl th:nth-child(5),.mdl-tbl td:nth-child(5){width:80px}.mdl-tbl th:nth-child(6),.mdl-tbl td:nth-child(6){width:80px}.mdl-tbl th:nth-child(7),.mdl-tbl td:nth-child(7){width:80px}.mdl-tbl th:nth-child(8),.mdl-tbl td:nth-child(8){width:70px}.mdl-tbl th:nth-child(9),.mdl-tbl td:nth-child(9){width:70px}.mdl-tbl td:nth-child(2){font-family:monospace;font-size:13px}.mdl-tbl td:nth-child(3){white-space:normal;word-break:break-word}.txt-left{text-align:left}.txt-right{text-align:right}.mdl-tbl tfoot td{background-color:#f9f9f9;font-weight:500}.mdl-load{padding:20px;text-align:center;color:#666}.mdl-err{padding:20px;text-align:center;color:#dc3545}.mdl-empty{padding:20px;text-align:center;color:#666}.err-msg{color:#dc3545;margin-bottom:15px;padding:10px;border:1px solid #dc3545;border-radius:4px;background-color:#f8d7da}.yr-select,.mth-select{margin-bottom:15px}@media screen and (max-width: 768px){.tbl-wrap{margin-top:10px}.tbl th,.tbl td{padding:8px;font-size:13px}.page-btn{padding:6px 10px;font-size:13px}.tbl-info{font-size:12px}.tbl th:nth-child(7),.tbl td:nth-child(7),.tbl th:nth-child(9),.tbl td:nth-child(9){display:none}.mdl{width:95%}.mdl-tbl{min-width:650px;font-size:13px}.mdl-tbl th,.mdl-tbl td{padding:8px 5px}.mdl-tbl th:nth-child(8),.mdl-tbl td:nth-child(8),.mdl-tbl th:nth-child(9),.mdl-tbl td:nth-child(9){width:6%}}@media screen and (max-width: 480px){.tbl th:nth-child(6),.tbl td:nth-child(6){display:none}.paging{flex-wrap:wrap}}:root{--rpv-attachment__item--hover-background-color: rgba(0, 0, 0, .1);--rpv-attachment__item-color: #000}.rpv-core__viewer--dark{--rpv-attachment__item--hover-background-color: #2566e8;--rpv-attachment__item-color: #fff}.rpv-attachment__empty{height:100%;overflow:auto;padding:.5rem 0;text-align:center;width:100%}.rpv-attachment__empty--rtl{direction:rtl}.rpv-attachment__list{display:flex;height:100%;flex-direction:column;overflow:auto;padding:.5rem 0;width:100%}.rpv-attachment__list--rtl{direction:rtl}.rpv-attachment__item{align-items:center;background-color:#0000;border:none;color:var(--rpv-attachment__item-color);cursor:pointer;display:flex;padding:.5rem;text-align:left;width:100%}.rpv-attachment__item:focus{background-color:var(--rpv-attachment__item--hover-background-color);outline:0}.rpv-attachment__item:hover{background-color:var(--rpv-attachment__item--hover-background-color)}.rpv-attachment__loader{align-items:center;display:flex;justify-content:center;height:100%;width:100%}:root{--rpv-bookmark__item--hover-background-color: rgba(0, 0, 0, .1);--rpv-bookmark__item-color: #000}.rpv-core__viewer--dark{--rpv-bookmark__item--hover-background-color: #2566e8;--rpv-bookmark__item-color: #fff}.rpv-bookmark__item{align-items:center;color:var(--rpv-bookmark__item-color);cursor:pointer;display:flex;padding-bottom:.25rem;padding-right:.25rem;padding-top:.25rem}.rpv-bookmark__item:focus{background-color:var(--rpv-bookmark__item--hover-background-color);outline:0}.rpv-bookmark__item:hover{background-color:var(--rpv-bookmark__item--hover-background-color)}.rpv-bookmark__toggle{align-items:center;display:flex;height:1rem;margin-right:.25rem;width:1rem}.rpv-bookmark__title{flex-grow:1;flex-shrink:1;text-decoration:none}.rpv-bookmark__list{list-style-type:none;overflow:auto;margin:0;padding:0}.rpv-bookmark__loader{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.rpv-bookmark__empty{height:100%;overflow:auto;padding:.5rem 0;text-align:center;width:100%}.rpv-bookmark__empty--rtl{direction:rtl}.rpv-bookmark__container{height:100%;overflow:auto;padding:.5rem 0;width:100%}.rpv-bookmark__container--rtl{direction:rtl}:root{--rpv-core__annotation--link-hover-background-color: rgba(255, 255, 0, .2);--rpv-core__annotation-popup-wrapper-background-color: #faf089;--rpv-core__annotation-popup-wrapper-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--rpv-core__annotation-popup-content-border-top-color: #1a202c;--rpv-core__arrow-border-color: rgba(0, 0, 0, .3);--rpv-core__asking-password-color: #000;--rpv-core__asking-password-wrapper-background-color: #fff;--rpv-core__asking-password-wrapper-border-color: rgba(0, 0, 0, .3);--rpv-core__button-background-color: rgba(0, 0, 0, .3);--rpv-core__button-color: #000;--rpv-core__doc-error-background-color: #fff;--rpv-core__doc-error-text-background-color: #c02424;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #fff;--rpv-core__full-screen-target-background-color: #fff;--rpv-core__inner-page-background-color: #fff;--rpv-core__menu-divider-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__menu-item-color: #000;--rpv-core__menu-item--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__menu-item--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button-color: #000;--rpv-core__minimal-button--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__minimal-button--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button--selected-background-color: rgba(0, 0, 0, .1);--rpv-core__modal-body-background-color: #fff;--rpv-core__modal-body-border-color: rgba(0, 0, 0, .3);--rpv-core__modal-overlay-background-color: rgba(0, 0, 0, .5);--rpv-core__page-layer-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);--rpv-core__popover-body-background-color: #fff;--rpv-core__popover-body-border-color: rgba(0, 0, 0, .3);--rpv-core__popover-body-color: #000;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__primary-button-color: #fff;--rpv-core__progress-bar-background-color: rgba(0, 0, 0, .1);--rpv-core__progress-bar-progress-background-color: #2566e8;--rpv-core__progress-bar-progress-color: #fff;--rpv-core__separator-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__spinner-border-color: rgba(0, 0, 0, .4);--rpv-core__spinner-border-transparent-color: transparent;--rpv-core__splitter-background-color: transparent;--rpv-core__splitter--hover-background-color: rgba(0, 0, 0, .2);--rpv-core__text-layer-text--selection-background-color: rgb(0, 0, 255, 1);--rpv-core__text-layer-text--selection-color: transparent;--rpv-core__textbox-background-color: #fff;--rpv-core__textbox-border-color: rgba(0, 0, 0, .2);--rpv-core__textbox-color: #000;--rpv-core__tooltip-body-background-color: #000;--rpv-core__tooltip-body-color: #fff}.rpv-core__viewer--dark{--rpv-core__asking-password-background-color: #363636;--rpv-core__asking-password-color: #fff;--rpv-core__asking-password-wrapper-border-color: #191919;--rpv-core__asking-password-wrapper-background-color: #191919;--rpv-core__button-background-color: #171717;--rpv-core__button-color: #fff;--rpv-core__doc-error-background-color: #191919;--rpv-core__doc-error-text-background-color: #c02323;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #191919;--rpv-core__full-screen-target-background-color: #1a1a1a;--rpv-core__inner-page-background-color: #1a1a1a;--rpv-core__menu-divider-border-bottom-color: #000;--rpv-core__menu-item-color: #fff;--rpv-core__menu-item--hover-background-color: #2566e8;--rpv-core__menu-item--disabled-color: #5e5e5e;--rpv-core__minimal-button-color: #fff;--rpv-core__minimal-button--disabled-color: #5e5e5e;--rpv-core__minimal-button--hover-background-color: #191919;--rpv-core__minimal-button--selected-background-color: #1657bb;--rpv-core__modal-body-background-color: #363636;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__popover-body-background-color: #363636;--rpv-core__popover-body-color: #fff;--rpv-core__progress-bar-background-color: #000;--rpv-core__separator-border-bottom-color: #000;--rpv-core__spinner-border-color: #fff;--rpv-core__splitter-background-color: #1a1a1a;--rpv-core__splitter--hover-background-color: #2566e8;--rpv-core__textbox-background-color: #121212;--rpv-core__textbox-border-color: #121212;--rpv-core__textbox-color: #fff;--rpv-core__tooltip-body-background-color: #414141;--rpv-core__tooltip-body-color: #fff}.rpv-core__annotation{position:absolute}.rpv-core__annotation-layer{z-index:1}.rpv-core__arrow{border-bottom:1px solid var(--rpv-core__arrow-border-color);border-left-color:var(--rpv-core__arrow-border-color);border-right:1px solid var(--rpv-core__arrow-border-color);border-top-color:var(--rpv-core__arrow-border-color);height:10px;position:absolute;width:10px;z-index:0}.rpv-core__arrow--tl{bottom:0;left:0;transform:translate(50%,50%) rotate(45deg)}.rpv-core__arrow--tc{bottom:0;left:50%;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--tr{bottom:0;right:0;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--rt{left:0;top:0;transform:translate(-50%,50%) rotate(135deg)}.rpv-core__arrow--rc{left:0;top:50%;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--rb{bottom:0;left:0;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--bl{left:0;top:0;transform:translate(50%,-50%) rotate(225deg)}.rpv-core__arrow--bc{left:50%;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--br{right:0;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--lt{right:0;top:0;transform:translate(50%,50%) rotate(315deg)}.rpv-core__arrow--lc{right:0;top:50%;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__arrow--lb{bottom:0;right:0;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__asking-password{background-color:var(--rpv-core__asking-password-background-color);border-radius:.25rem;color:var(--rpv-core__asking-password-color);padding:2rem}.rpv-core__asking-password--rtl{direction:rtl}.rpv-core__asking-password-wrapper{align-items:center;background-color:var(--rpv-core__asking-password-wrapper-background-color);border:1px solid var(--rpv-core__asking-password-wrapper-border-color);display:flex;height:100%;justify-content:center;width:100%}.rpv-core__asking-password-message{margin:.5rem 0}.rpv-core__asking-password-body{align-items:center;display:flex;justify-content:center}.rpv-core__asking-password-input{width:15rem}.rpv-core__asking-password-input--ltr{margin-right:.5rem}.rpv-core__asking-password-input--rtl{margin-left:.5rem}.rpv-core__button{background-color:var(--rpv-core__button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__button--rtl{direction:rtl}.rpv-core__canvas-layer{direction:ltr;left:0;position:absolute;overflow:hidden;top:0}.rpv-core__doc-error{align-items:center;background-color:var(--rpv-core__doc-error-background-color);display:flex;justify-content:center;height:100%}.rpv-core__doc-error--rtl{direction:rtl}.rpv-core__doc-error-text{background-color:var(--rpv-core__doc-error-text-background-color);border-radius:.25rem;color:var(--rpv-core__doc-error-text-color);line-height:1.5;max-width:50%;padding:.5rem}.rpv-core__doc-loading{background-color:var(--rpv-core__doc-loading-background-color);align-items:center;display:flex;justify-content:center;height:100%;width:100%;min-height:inherit}.rpv-core__doc-loading--rtl{direction:rtl}.rpv-core__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1;text-align:center}.rpv-core__icon--rtl{transform:scaleX(-1)}.rpv-core__inner-container{min-height:inherit}.rpv-core__inner-pages{overflow:auto}.rpv-core__inner-pages--rtl{direction:rtl}.rpv-core__inner-pages--single{overflow:hidden}.rpv-core__inner-page-container--single{overflow:auto}.rpv-core__inner-page{background-color:var(--rpv-core__inner-page-background-color)}.rpv-core__inner-page--single{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-even{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-odd{display:flex;align-items:center;justify-content:flex-start}.rpv-core__inner-page--dual-cover{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-cover-odd{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-cover-even{display:flex;align-items:center;justify-content:flex-start}.rpv-core__annotation--link a{height:100%;left:0;position:absolute;top:0;width:100%}.rpv-core__annotation--link a:hover{background-color:var(--rpv-core__annotation--link-hover-background-color)}.rpv-core__menu{display:flex;flex-direction:column}.rpv-core__menu--rtl{direction:rtl;text-align:right}.rpv-core__menu-divider{border-bottom:1px solid var(--rpv-core__menu-divider-border-bottom-color);margin:.25rem 0}.rpv-core__menu-item{align-items:center;background-color:#0000;color:var(--rpv-core__menu-item-color);border:none;cursor:pointer;display:flex;justify-content:center;padding:.25rem 0;width:100%}.rpv-core__menu-item:focus{background-color:var(--rpv-core__menu-item--hover-background-color);outline:0}.rpv-core__menu-item:hover{background-color:var(--rpv-core__menu-item--hover-background-color)}.rpv-core__menu-item-icon{align-items:center;display:flex}.rpv-core__menu-item-icon--ltr{padding-left:1rem;padding-right:.5rem}.rpv-core__menu-item-icon--rtl{padding-left:.5rem;padding-right:1rem}.rpv-core__menu-item-label{flex-grow:1;flex-shrink:1;white-space:nowrap}.rpv-core__menu-item-label--ltr{padding-right:2rem}.rpv-core__menu-item-label--rtl{padding-left:2rem}.rpv-core__menu-item-check--ltr{padding-right:1rem}.rpv-core__menu-item-check--rtl{padding-left:1rem}.rpv-core__menu-item--disabled{color:var(--rpv-core__menu-item--disabled-color)}.rpv-core__menu-item--disabled:hover{background-color:#0000}.rpv-core__menu-item--ltr{text-align:left}.rpv-core__menu-item--rtl{direction:rtl;text-align:right}.rpv-core__minimal-button{background-color:#0000;border:none;border-radius:.25rem;color:var(--rpv-core__minimal-button-color);cursor:pointer;height:2rem;padding:0 .5rem}.rpv-core__minimal-button:hover{background-color:var(--rpv-core__minimal-button--hover-background-color)}.rpv-core__minimal-button--disabled{color:var(--rpv-core__minimal-button--disabled-color)}.rpv-core__minimal-button--rtl{direction:rtl}.rpv-core__minimal-button--selected{background-color:var(--rpv-core__minimal-button--selected-background-color)}.rpv-core__modal-body{background-color:var(--rpv-core__modal-body-background-color);border:1px solid var(--rpv-core__modal-body-border-color);border-radius:.25rem;margin:1rem;max-width:32rem;overflow:auto}.rpv-core__modal-body--rtl{direction:rtl}.rpv-core__modal-overlay{background-color:var(--rpv-core__modal-overlay-background-color);bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;align-items:center;display:flex;justify-content:center}.rpv-core__page-layer{align-items:center;display:flex;justify-content:center;overflow:visible;position:relative}.rpv-core__page-layer:after{content:"";position:absolute;bottom:.25rem;left:.25rem;right:.25rem;top:.25rem;box-shadow:var(--rpv-core__page-layer-box-shadow)}.rpv-core__page-layer--single{margin:0 auto}.rpv-core__page-size-calculator{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.rpv-core__popover-body{background-color:var(--rpv-core__popover-body-background-color);border:1px solid var(--rpv-core__popover-body-border-color);border-radius:.25rem;color:var(--rpv-core__popover-body-color);left:0;padding:.5rem 0;position:absolute;top:-9999px;z-index:9999}.rpv-core__popover-body-arrow{background-color:var(--rpv-core__popover-body-background-color)}.rpv-core__popover-body--rtl{direction:rtl}.rpv-core__popover-overlay{bottom:0;left:0;position:fixed;right:0;top:0}.rpv-core__annotation-popup-wrapper{background-color:var(--rpv-core__annotation-popup-wrapper-background-color);box-shadow:var(--rpv-core__annotation-popup-wrapper-box-shadow);font-size:.75rem;padding:.25rem;word-break:break-word}.rpv-core__annotation-popup-wrapper--rtl{direction:rtl}.rpv-core__annotation-popup-title{font-weight:600;margin-bottom:.25rem}.rpv-core__annotation-popup-date{font-size:.5rem}.rpv-core__annotation-popup-content{border-top:1px solid var(--rpv-core__annotation-popup-content-border-top-color);padding:.25rem;max-height:16rem;overflow:auto}.rpv-core__primary-button{background-color:var(--rpv-core__primary-button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__primary-button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__primary-button--rtl{direction:rtl}.rpv-core__progress-bar{background-color:var(--rpv-core__progress-bar-background-color);border-radius:9999px;padding:.125rem}.rpv-core__progress-bar--rtl{direction:rtl}.rpv-core__progress-bar-progress{align-items:center;background-color:var(--rpv-core__progress-bar-progress-background-color);border-radius:9999px;color:var(--rpv-core__progress-bar-progress-color);display:flex;font-size:.75rem;justify-content:center;height:.75rem}.rpv-core__separator{border-bottom:1px solid var(--rpv-core__separator-border-bottom-color)}.rpv-core__spinner{border-bottom:2px solid var(--rpv-core__spinner-border-transparent-color);border-left:2px solid var(--rpv-core__spinner-border-transparent-color);border-right:2px solid var(--rpv-core__spinner-border-color);border-top:2px solid var(--rpv-core__spinner-border-color);border-radius:9999px}.rpv-core__spinner--animating{animation-duration:.4s;animation-name:rpv-core__spinner-transform;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes rpv-core__spinner-transform{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rpv-core__splitter{background-color:var(--rpv-core__splitter-background-color);cursor:ew-resize;height:100%;width:.25rem}.rpv-core__splitter:hover,.rpv-core__splitter--resizing{cursor:col-resize;background-color:var(--rpv-core__splitter--hover-background-color)}.rpv-core__splitter-body--resizing{cursor:col-resize}.rpv-core__splitter-sibling--resizing{pointer-events:none;-webkit-user-select:none;user-select:none}.rpv-core__textbox{background-color:var(--rpv-core__textbox-background-color);border:1px solid var(--rpv-core__textbox-border-color);box-sizing:border-box;border-radius:.25rem;color:var(--rpv-core__textbox-color);padding:0 .5rem;height:2rem;width:100%}.rpv-core__textbox--rtl{direction:rtl}.rpv-core__text-layer{left:0;position:absolute;top:0;height:100%;width:100%;opacity:.2;line-height:1;z-index:1}.rpv-core__text-layer span::selection{background-color:var(--rpv-core__text-layer-text--selection-background-color);color:var(--rpv-core__text-layer-text--selection-color)}.rpv-core__text-layer br::selection{color:#0000}.rpv-core__text-layer-text{color:#0000;cursor:text;position:absolute;transform-origin:0% 0%;white-space:pre}.rpv-core__tooltip-body{background-color:var(--rpv-core__tooltip-body-background-color);border-radius:.25rem;color:var(--rpv-core__tooltip-body-color);left:0;max-width:20rem;position:absolute;text-align:center;top:-9999px;z-index:9999}.rpv-core__tooltip-body--rtl{direction:rtl}.rpv-core__tooltip-body-arrow{background-color:var(--rpv-core__tooltip-body-background-color)}.rpv-core__tooltip-body-content{padding:.5rem}.rpv-core__display--block{display:block}.rpv-core__display--hidden{display:none}@media (min-width: 640px){.rpv-core__display--hidden-small{display:none}.rpv-core__display--block-small{display:block}}@media (min-width: 768px){.rpv-core__display--hidden-medium{display:none}.rpv-core__display--block-medium{display:block}}@media (min-width: 1024px){.rpv-core__display--hidden-large{display:none}.rpv-core__display--block-large{display:block}}.rpv-core__viewer{min-height:inherit}:root{--rpv-thumbnail__container-background-color: #fff;--rpv-thumbnail__container-box-shadow: rgba(0, 0, 0, .2) 2px 2px 8px 0px;--rpv-thumbnail__item--selected-background-color: rgba(0, 0, 0, .3)}.rpv-core__viewer--dark{--rpv-thumbnail__item--selected-background-color: #2566e8}.rpv-thumbnail__cover,.rpv-thumbnail__cover-inner{align-items:center;display:flex;justify-content:center;height:100%;width:100%;min-height:inherit}.rpv-thumbnail__cover-image{max-height:100%;max-width:100%}.rpv-thumbnail__cover-loader{align-items:center;display:flex;justify-content:center;height:100%;width:100%}.rpv-thumbnail__container{align-items:center;background:var(--rpv-thumbnail__container-background-color);box-shadow:var(--rpv-thumbnail__container-box-shadow);display:flex;justify-content:center;margin:0 auto;position:relative}.rpv-thumbnail__item{cursor:pointer}.rpv-thumbnail__item--single,.rpv-thumbnail__item--dual-cover{padding:.5rem}.rpv-thumbnail__item--dual-even,.rpv-thumbnail__item--dual-cover-odd{padding:.5rem 0 .5rem .5rem}.rpv-thumbnail__item--dual-odd,.rpv-thumbnail__item--dual-cover-even{padding:.5rem .5rem .5rem 0}.rpv-thumbnail__item--single:hover,.rpv-thumbnail__item--dual-cover:hover,.rpv-thumbnail__items--dual:hover .rpv-thumbnail__item,.rpv-thumbnail__items--dual-cover:hover .rpv-thumbnail__item{background-color:var(--rpv-thumbnail__item--selected-background-color)}.rpv-thumbnail__item:focus{outline:0}.rpv-thumbnail__label{font-size:.75em;text-align:center;padding:.25rem}.rpv-thumbnail__list{overflow:auto;padding:.5rem}.rpv-thumbnail__list--rtl{direction:rtl}.rpv-thumbnail__list--horizontal{align-items:center;display:flex;flex-direction:row;width:100%}.rpv-thumbnail__list--vertical{height:100%}.rpv-thumbnail__items{align-items:center;display:flex;justify-content:center}.rpv-thumbnail__items--selected .rpv-thumbnail__item{background-color:var(--rpv-thumbnail__item--selected-background-color)}.rpv-thumbnail__list-container{height:100%;width:100%}.rpv-thumbnail__loader{align-items:center;display:flex;height:100%;justify-content:center;width:100%}:root{--rpv-drop__area-background-color: #fff;--rpv-drop__area-body-border-color: rgba(0, 0, 0, .3);--rpv-drop__area-body-color: #000}.rpv-core__viewer--dark{--rpv-drop__area-background-color: #191919;--rpv-drop__area-body-border-color: #fff;--rpv-drop__area-body-color: #fff}.rpv-drop__area{background-color:var(--rpv-drop__area-background-color);bottom:0;left:0;position:absolute;right:0;top:0;padding:.5rem;z-index:9999}.rpv-drop__area-body{border:2px dashed var(--rpv-drop__area-body-border-color);color:var(--rpv-drop__area-body-color);font-size:1.5rem;align-items:center;display:flex;justify-content:center;height:100%}.rpv-drop__area-body--rtl{direction:rtl}:root{--rpv-full-screen__overlay-background-color: #fff}.rpv-core__viewer--dark{--rpv-full-screen__overlay-background-color: #1a1a1a}.rpv-full-screen__exit-button{bottom:0;padding:.5rem;position:fixed;z-index:2}.rpv-full-screen__exit-button--ltr{right:0}.rpv-full-screen__exit-button--rtl{left:0}.rpv-full-screen__overlay{position:fixed;top:0;left:0;height:100%;width:100%;align-items:center;display:flex;justify-content:center;background-color:var(--rpv-full-screen__overlay-background-color);z-index:1}.rpv-open__input-wrapper{position:relative}.rpv-open__input{display:none;bottom:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.rpv-open__input::-webkit-file-upload-button{width:0}.rpv-page-navigation__current-page-input{margin:0 .25rem;text-align:right;width:3rem}:root{--rpv-print__progress-body-background-color: #fff;--rpv-print__progress-body-border-color: rgba(0, 0, 0, .3);--rpv-print__progress-body-color: #000}.rpv-core__viewer--dark{--rpv-print__progress-body-background-color: #363636;--rpv-print__progress-body-border-color: transparent;--rpv-print__progress-body-color: #fff}.rpv-print__permission-body{padding:1rem}.rpv-print__permission-footer{display:flex;justify-content:center;padding:0 1rem 1rem 0}.rpv-print__progress{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:9999}.rpv-print__progress-body{background-color:var(--rpv-print__progress-body-background-color);border:1px solid var(--rpv-print__progress-body-border-color);border-radius:.25rem;color:var(--rpv-print__progress-body-color);padding:1.5rem;text-align:center;width:15rem}.rpv-print__progress-body--rtl{direction:rtl}.rpv-print__progress-bar{margin-bottom:1rem}.rpv-print__progress-message{margin-bottom:.5rem}.rpv-print__zone{display:none}@media print{@page{margin:0}.rpv-print__html-printing{height:100%}.rpv-print__body-printing{height:100%;margin:0}.rpv-print__body-printing *{display:none}.rpv-print__zone{display:block;height:100%}.rpv-print__page{align-items:center;display:flex;flex-direction:column;justify-content:center;height:100%;width:100%;page-break-after:always;page-break-inside:avoid}.rpv-print__page img{display:block;max-height:100%;max-width:100%}}.rpv-properties__loader{text-align:center}.rpv-properties__modal{min-height:20rem;padding:.5rem 0}.rpv-properties__modal-section{padding:0 .5rem}.rpv-properties__modal-footer{display:flex;justify-content:center;margin-top:.5rem}.rpv-properties__item{align-items:flex-start;display:flex;margin:.5rem 0}.rpv-properties__item--rtl{direction:rtl}.rpv-properties__item-label{padding-right:.5rem;width:25%}.rpv-properties__item-value{flex:1}.rpv-search__highlights{left:0;position:absolute;top:0;height:100%;width:100%}.rpv-search__highlight{background-color:var(--rpv-search__highlight-background-color);border-radius:.25rem;position:absolute;z-index:1}.rpv-search__highlight--current{background-color:var(--rpv-search__highlight--current-background-color)}.rpv-search__popover{padding:0 .5rem}.rpv-search__popover-input-counter{align-items:center;display:flex;margin-bottom:.5rem;position:relative;width:12rem}.rpv-search__popover-counter{align-items:center;bottom:0;display:flex;position:absolute;top:0}.rpv-search__popover-counter--ltr{padding-right:.25rem;right:0}.rpv-search__popover-counter--rtl{left:0;padding-left:.25rem}.rpv-search__popover-label{align-items:center;cursor:pointer;display:flex;margin-bottom:.5rem}.rpv-search__popover-label-checkbox{cursor:pointer;margin-right:.25rem}.rpv-search__popover-footer{align-items:center;display:flex}.rpv-search__popover-footer-item{padding:0 .25rem}.rpv-search__popover-footer-button--ltr{margin-left:auto}.rpv-search__popover-footer-button--rtl{margin-right:auto}:root{--rpv-search__highlight-background-color: rgba(255, 255, 0, .4);--rpv-search__highlight--current-background-color: rgba(0, 128, 0, .4)}.rpv-selection-mode__grab{cursor:grab}.rpv-selection-mode__grab :not(input),.rpv-selection-mode__grab :not(select),.rpv-selection-mode__grab :not(textarea){cursor:grab!important}.rpv-selection-mode__grabbing{cursor:grabbing}.rpv-selection-mode__grabbing :not(input),.rpv-selection-mode__grabbing :not(select),.rpv-selection-mode__grabbing :not(textarea){cursor:grabbing!important}:root{--rpv-zoom__popover-target-arrow-border-color: rgba(0, 0, 0, .6)}.rpv-core__viewer--dark{--rpv-zoom__popover-target-arrow-border-color: #fff}.rpv-zoom__popover-target{align-items:center;color:var(--rpv-zoom__popover-target-color);display:flex}.rpv-zoom__popover-target-scale--ltr{margin-right:.25rem}.rpv-zoom__popover-target-scale--rtl{margin-left:.25rem}.rpv-zoom__popover-target-arrow{border-color:var(--rpv-zoom__popover-target-arrow-border-color) rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:.5rem .25rem 0;height:0;width:0}:root{--rpv-toolbar__label--color: #000}.rpv-core__viewer--dark{--rpv-toolbar__label--color: #fff}.rpv-toolbar{align-items:center;display:flex;width:100%}.rpv-toolbar--rtl{direction:rtl}.rpv-toolbar__left{align-items:center;display:flex}.rpv-toolbar__center{align-items:center;display:flex;flex-grow:1;flex-shrink:1;justify-content:center}.rpv-toolbar__right{align-items:center;display:flex;margin-left:auto}.rpv-toolbar__item{align-items:center;display:flex;padding:0 .125rem}.rpv-toolbar__label{color:var(--rpv-toolbar__label--color)}:root{--rpv-default-layout__body-background-color: #fff;--rpv-default-layout__container-border-color: rgba(0, 0, 0, .3);--rpv-default-layout__toolbar-background-color: #eee;--rpv-default-layout__toolbar-border-bottom-color: rgba(0, 0, 0, .1);--rpv-default-layout__sidebar-border-color: rgba(0, 0, 0, .2);--rpv-default-layout__sidebar--opened-background-color: #fff;--rpv-default-layout__sidebar-headers-background-color: #eee;--rpv-default-layout__sidebar-content--opened-background-color: #fff;--rpv-default-layout__sidebar-content--opened-border-color: rgba(0, 0, 0, .2);--rpv-default-layout__sidebar-content--opened-color: #000}.rpv-core__viewer--dark{--rpv-default-layout__body-background-color: #1a1a1a;--rpv-default-layout__container-border-color: #454647;--rpv-default-layout__toolbar-background-color: #292929;--rpv-default-layout__toolbar-border-bottom-color: #000;--rpv-default-layout__sidebar-border-color: #000;--rpv-default-layout__sidebar--opened-background-color: #fff;--rpv-default-layout__sidebar-headers-background-color: #292929;--rpv-default-layout__sidebar-content--opened-background-color: #1a1a1a;--rpv-default-layout__sidebar-content--opened-border-color: #292929;--rpv-default-layout__sidebar-content--opened-color: #fff}.rpv-default-layout__container{border:1px solid var(--rpv-default-layout__container-border-color);box-sizing:border-box;height:100%;width:100%}.rpv-default-layout__toolbar{align-items:center;background-color:var(--rpv-default-layout__toolbar-background-color);border-bottom:1px solid var(--rpv-default-layout__toolbar-border-bottom-color);display:flex;left:0;position:absolute;top:0;height:2.5rem;width:100%;z-index:1}.rpv-default-layout__sidebar{display:flex;padding-top:2.5rem}.rpv-default-layout__sidebar--opened{bottom:0;left:0;position:absolute;top:0;width:12rem;background-color:var(--rpv-default-layout__sidebar--opened-background-color);z-index:1}.rpv-default-layout__sidebar--ltr{border-right:1px solid var(--rpv-default-layout__sidebar-border-color)}.rpv-default-layout__sidebar--rtl{border-left:1px solid var(--rpv-default-layout__sidebar-border-color)}.rpv-default-layout__main{display:flex;height:100%;position:relative}.rpv-default-layout__main--rtl{direction:rtl}.rpv-default-layout__body{background-color:var(--rpv-default-layout__body-background-color);flex:1;overflow:auto;padding-top:2.5rem}@media (min-width: 768px){.rpv-default-layout__sidebar--opened{width:16rem}}@media (min-width: 1024px){.rpv-default-layout__sidebar--opened{background:inherit;position:inherit;width:20rem;z-index:inherit}}.rpv-default-layout__sidebar-tabs{display:flex;height:100%;width:100%}.rpv-default-layout__sidebar-headers{background-color:var(--rpv-default-layout__sidebar-headers-background-color);padding:.25rem}.rpv-default-layout__sidebar-header{padding:.125rem}.rpv-default-layout__sidebar-content{display:none;flex-grow:1;flex-shrink:1}.rpv-default-layout__sidebar-content--opened{background-color:var(--rpv-default-layout__sidebar-content--opened-background-color);color:var(--rpv-default-layout__sidebar-content--opened-color);display:flex;overflow:hidden}.rpv-default-layout__sidebar-content--ltr{border-left:1px solid var(--rpv-default-layout__sidebar-content--opened-border-color)}.rpv-default-layout__sidebar-content--rtl{border-right:1px solid var(--rpv-default-layout__sidebar-content--opened-border-color)}.doc-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.doc-modal{background-color:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;width:90%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;animation:modalFadeIn .3s ease;overflow:hidden}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.doc-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e0e0e0;background:linear-gradient(to right,#f8f9fa,#f1f3f5);border-top-left-radius:12px;border-top-right-radius:12px}.doc-modal-header h2{margin:0;font-size:20px;color:#333;font-weight:600}.doc-modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#666;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.doc-modal-close:hover{background-color:#0000000d;color:#000}.doc-modal-close:focus{outline:2px solid #007bff;outline-offset:2px}.doc-modal-content{padding:24px;overflow-y:auto;flex:1}.doc-table-container{overflow-x:auto;margin-bottom:16px;border-radius:8px;box-shadow:0 2px 8px #00000014;max-height:400px;overflow-y:auto}.doc-table{width:100%;border-collapse:collapse;font-size:14px;background-color:#fff}.doc-table th,.doc-table td{padding:12px 10px;border:1px solid #e0e0e0}.doc-table th{background-color:#f5f7fa;font-weight:600;text-align:center;position:sticky;top:0;box-shadow:0 1px #e0e0e0;z-index:10}.doc-table tbody tr:nth-child(2n){background-color:#f9fafc}.doc-table tbody tr:hover{background-color:#f0f7ff}.doc-table .text-left{text-align:left}.doc-table .text-right{text-align:right}.doc-modal-footer{padding:16px 24px;border-top:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:16px;background-color:#f8f9fa}.doc-modal-footer-left{display:flex;align-items:center;gap:16px}.doc-total{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:#f0f7ff;border-radius:6px;border:1px solid #b3d7ff}.doc-total-label{font-weight:600;color:#333}.doc-total-amount{font-weight:700;color:#0069d9;font-size:16px}.doc-modal-btn{padding:10px 18px;background-color:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;box-shadow:0 2px 4px #007bff33;display:flex;align-items:center;gap:6px}.doc-modal-btn:hover{background-color:#0069d9;box-shadow:0 4px 8px #007bff4d}.doc-modal-btn:focus{outline:2px solid #0069d9;outline-offset:2px}.doc-modal-btn:active{transform:translateY(1px)}.doc-modal-btn:disabled{background-color:#b3d7ff;cursor:not-allowed;box-shadow:none}.doc-modal-loading,.doc-modal-error,.doc-modal-empty{padding:40px 20px;text-align:center;color:#666;font-size:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px}.doc-modal-loading:before{content:"";display:block;width:40px;height:40px;border-radius:50%;border:3px solid #f3f3f3;border-top:3px solid #007bff;margin-bottom:16px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.doc-modal-error{color:#dc3545}.doc-modal-error:before{content:"⚠️";font-size:24px;margin-bottom:12px}.doc-modal-empty:before{content:"📄";font-size:24px;margin-bottom:12px}.doc-flow{margin-top:16px;flex-grow:1}.doc-flow-title{font-weight:600;margin-bottom:12px;color:#333;font-size:15px}.doc-flow-container{display:flex;flex-wrap:wrap;gap:16px;background-color:#fff;padding:12px 16px;border-radius:6px;box-shadow:0 2px 6px #0000000f}.doc-flow-item{display:flex;align-items:center;gap:8px;font-size:14px;position:relative}.doc-flow-item input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid #ddd;border-radius:50%;outline:none;transition:all .2s}.doc-flow-item input[type=radio]:checked{border-color:#007bff;background-color:#007bff;box-shadow:inset 0 0 0 4px #fff}.doc-flow-label{color:#444;font-weight:500}@media screen and (max-width: 992px){.doc-modal{width:95%;max-height:95vh}.doc-modal-header h2{font-size:18px}}@media screen and (max-width: 768px){.doc-modal-header,.doc-modal-content,.doc-modal-footer{padding:16px}.doc-table{font-size:13px}.doc-table th,.doc-table td{padding:8px 6px}.doc-modal-footer{flex-direction:column;align-items:stretch}.doc-flow-container{flex-direction:column;gap:8px;padding:10px}.doc-modal-footer-left{flex-direction:column;align-items:stretch}.doc-total{justify-content:space-between}}@media screen and (max-width: 480px){.doc-modal-header h2{font-size:16px}.doc-table{font-size:12px}.doc-table th,.doc-table td{padding:6px 4px}}.doc-modal *:focus-visible{outline:2px solid #007bff;outline-offset:2px}@media print{.doc-modal-overlay{position:relative;background:none}.doc-modal{box-shadow:none;max-height:none;width:100%}.doc-modal-header,.doc-modal-footer{display:none}.doc-table-container{max-height:none;box-shadow:none}}*{box-sizing:border-box;margin:0;padding:0}.app-container{display:flex;height:100vh;width:100%;overflow:hidden;font-family:Sarabun,sans-serif}.sidebar{width:280px;height:100vh;position:relative;z-index:1000;box-shadow:2px 0 5px #0000001a;background-color:#fff}.content{flex:1;display:flex;flex-direction:column;overflow:hidden;width:calc(100% - 280px)}.content-header{background-color:#fff;padding:15px 20px;box-shadow:0 2px 4px #0000000d}.content-header h2{margin:0;font-size:20px;color:#333}.content-body{flex:1;padding:20px;overflow:auto;width:100%}.welcome-page{text-align:center;margin-top:100px}.welcome-page h3{margin-bottom:20px;color:#333;font-size:24px}.welcome-page p{color:#666;font-size:16px}.form-container{max-width:800px;margin:0 auto;padding:20px;background-color:#fff;border-radius:5px;box-shadow:0 2px 4px #0000001a}.form-title{margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #dee2e6;font-size:18px;font-weight:500;color:#333}@media (max-width: 768px){.app-container{flex-direction:column;height:auto;min-height:100vh}.sidebar{width:100%;height:auto;overflow:visible}.content{flex:1;width:100%;margin-top:0}.welcome-page{margin-top:40px}}:root{font-family:Sarabun,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#000000de;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#1976d2;text-decoration:inherit}a:hover{color:#1565c0}body{margin:0;padding:0;min-width:100%;min-height:100vh}h1{font-size:2em;line-height:1.1}button{border-radius:4px;border:1px solid #dde1e3;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:all .2s ease}button:hover{border-color:#b3bcc5;background-color:#f1f5f9}button:focus,button:focus-visible{outline:2px solid #4299e1}
