:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-datepicker .MuiOutlinedInput-root{padding:5px 15px 5px 0}.facility-Status-table-container{display:flex;justify-content:center;margin-top:35px;padding:20px;background-color:#f5f5f5;min-height:10vh;align-items:center}.table-paper{width:100%;overflow-x:auto;box-shadow:0 0 5px #0000001a;border:1px solid #e0e0e0;border-radius:4px}.custom-table{min-width:500px;border-collapse:collapse}.table-header-row{background-color:#f0f0f0}.table-header-cell{font-weight:600!important;color:#333!important;padding:10px 15px!important;border-bottom:1px solid #ccc!important;text-align:left!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-data-row{background-color:#fff}.table-data-row:nth-of-type(odd){background-color:#fdfdfd}.table-data-row:hover{background-color:#f5f5f5}.table-data-cell{padding:8px 15px!important;border-bottom:1px solid #eee!important;text-align:left!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-data-row:last-child .table-data-cell{border-bottom:none!important}@media(max-width:600px){.facility-Status-table-container{padding:10px}.table-paper{box-shadow:none;border:none}.table-header-cell,.table-data-cell{padding:8px 10px!important;font-size:.75rem!important}.custom-table{min-width:400px}}.container{border:1px solid rgb(0,0,0);border-radius:20px;padding:30px;width:90%;max-width:500px;margin:20px auto;font-family:Arial,sans-serif;box-shadow:0 4px 12px #0000001a;background-color:#fff;transition:transform .2s ease-in-out}.container:hover{transform:scale(1.01)}.radio-group label{display:block;margin-bottom:10px;cursor:pointer;padding:8px 12px;border-radius:6px;transition:background-color .3s ease}.radio-group label:hover{background-color:#f0f0f0}.workflow-box{margin-top:20px}.role-options-box{margin-top:20px;border:1px solid #aaa;padding:15px;border-radius:10px;box-shadow:0 2px 8px #6464641a;background-color:#fafafa}.save-btn{margin-top:20px;padding:10px 20px;background-color:#6a32f7;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 4px 10px #6a32f74d}.save-btn:hover{background-color:#5a28dc;transform:scale(1.03)}.fullscreen-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0000004d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:2000;display:flex;flex-direction:column;justify-content:center;align-items:center}.select2__menu{z-index:9!important}.select2__single-value{font-weight:500;font-size:12px}.error{color:red}.MuiInputBase-input.Mui-disabled{-webkit-text-fill-color:#000!important;color:#000!important;opacity:1!important}.MuiInputLabel-root.Mui-disabled{color:#000!important;opacity:1!important}.MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline{border-color:#000!important}.MuiPickersOutlinedInput-root.Mui-disabled .MuiInputBase-input{-webkit-text-fill-color:#000!important;color:#000!important;opacity:1!important}.MuiDataGrid-columnSeparator{color:#000!important;stroke:#000!important}.form-container{width:100%;background-color:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 24px #0000001a;transition:all .3s ease-in-out}.form-container:hover{box-shadow:0 12px 32px #00000026}.form-title{text-align:center;color:#1976d2;font-weight:700;margin-bottom:1.5rem}.submit-btn{background-color:#1976d2;font-weight:600;padding:.75rem;margin-top:1.5rem;border-radius:8px;transition:background-color .3s ease}.submit-btn:hover{background-color:#115293}.file-status-container{background-color:#f9f9f9;min-height:100vh}.topbar{padding:16px;background-color:#fff;border-bottom:1px solid #ccc}.logo{font-weight:700}.table-wrapper{overflow-x:auto}.level-heading{margin:16px 0}.redRow{background-color:#efbbbb;border-bottom:2.5px solid #fff}.greenRow{background-color:#dcfedc;border-bottom:2.5px solid #fff}.orangeRow{background-color:#fdffc0;border-bottom:2.5px solid #fff}.pinkRow{background-color:#ffdefe;border-bottom:2.5px solid #fff}.fullWidthLayout{width:99vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:10px 24px;height:90vh;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:hidden}.zoom-container{transform:scale(.7);transform-origin:top left;width:143%;padding:24px;height:200px}.dynamic-year-group{background:linear-gradient(180deg,#e3f2fd,#f5f9ff);color:#0d47a1;font-weight:700;border-bottom:2px solid #1976d2}.dynamic-month-header{background-color:#f7fbff;color:#0d47a1;font-weight:600;border-right:1px solid #e3f2fd}.dynamic-month-cell{background-color:#fff;border-right:1px solid #f0f4ff;font-weight:500}.MuiDataGrid-row:hover .dynamic-month-cell{background-color:#eef5ff}.year-start-column{border-left:3px solid #1976d2}.Text{font-family:Inter,sans-serif}.APIH{padding:2}.form-label{display:flex;padding:2;gap:2}.form-select{width:300px;height:40px;margin-top:5px;margin-bottom:5px;border-opacity:.5}.col-md-6,.form-label{margin-bottom:5px;margin-top:5px}.fullscreen-card{position:fixed!important;inset:70px 0 0;z-index:2000;width:100vw!important;height:calc(100vh - 70px)!important;background:#fff;overflow:auto;padding:16px}.fullscreen-card .echarts-for-react-size{height:calc(100vh - 200px)!important}.kpi-grid{align-items:stretch!important}.filter-input{width:250px}.kpi-card{display:flex;flex-direction:column;justify-content:space-evenly;height:100%;width:100%;max-width:220px;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease}.kpi-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000026}@media(max-width:600px){.kpi-card{max-width:100%;margin-bottom:12px}}.home-section{display:flex;flex-direction:column;width:100%;min-height:calc(100vh - 64px);background-color:#f8faff;overflow-x:hidden;overflow-y:auto;padding:16px;box-sizing:border-box;scroll-behavior:smooth}.home-section::-webkit-scrollbar{width:8px}.home-section::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:4px}.pageBox{min-height:100vh;display:flex;flex-direction:column;background-color:#e6f0f7}.pageContainer{flex:1 0 auto}.paperBox{padding:16px}.tableTitle{font-weight:600;font-size:.85rem}.searchField .MuiInputBase-input{font-size:.7rem}.addButton{font-size:.7rem;background-color:#007bff;text-transform:none}.addButton:hover{background-color:#0056b3}.tableHead{background-color:#e3e9ff}.headCell{font-size:.7rem;font-weight:700}.bodyCell{font-size:.7rem}.deleteIcon{color:red}.paginationBox{margin-top:16px}.drawer .MuiDrawer-paper{width:300px}.drawerContent{padding:16px}.drawerTitle{font-weight:600;font-size:.85rem;margin-bottom:8px}.drawerLabel{font-size:.8rem;margin-bottom:4px;padding-top:12px}.drawerInput .MuiInputBase-root{font-size:.75rem;border-radius:4px}.drawerInputDisabled .MuiInputBase-root{background-color:#e5e7eb}.drawerActions{margin-top:16px}.saveButton{font-size:.7rem;background-color:#007bff}.cancelButton{font-size:.7rem;background-color:#a30000}.cancelButton:hover{background-color:#7b0000}.facility-container{min-height:100vh;width:100%;max-width:100%;display:flex;flex-direction:column;background-color:#e6f0f7;margin:0;padding:0;box-sizing:border-box}.facility-paper{padding:16px;margin-top:15px}.facility-table-head{background-color:#e3e9ff}.facility-drawer{width:300px;padding:16px}.drawer-actions{margin-top:16px;display:flex;gap:8px}.searchField{margin-right:12px}.searchField .MuiInputBase-root{height:36px;font-size:14px}.searchIcon{font-size:20px;color:#555}.MuiButton-root{height:36px;font-size:14px;text-transform:uppercase;padding:0 16px}.facility-container{min-height:100vh;width:100%;background:#e6f0f7;padding-top:24px}.facility-paper{padding:16px}.tableHeader{display:flex;justify-content:space-between;margin-bottom:16px}.tableTitle{font-weight:700}.tableControls{display:flex;gap:8px}.searchField .MuiInputBase-input{font-size:.8rem}.searchIcon{font-size:1rem}.addButton{font-size:.8rem;text-transform:none}.facility-table-head{background:#e3e9ff}.drawerTitle{margin-bottom:16px}.facility-drawer{width:300px;padding:24px}.drawer-actions{display:flex;gap:8px;margin-top:16px}.saveButton{background-color:#007bff}.saveButton:hover{background-color:#0056b3}.cancelButton{color:#333}.facility-container{min-height:100vh;padding-top:20px;background:#e6f0f7}.facility-paper{padding:20px}.facility-header{margin-bottom:16px}.facility-title{font-weight:600}.facility-actions{display:flex;gap:12px}.facility-pagination{margin-top:16px;display:flex;justify-content:center}.facility-drawer{width:320px;padding:24px}.drawer-actions{display:flex;gap:12px;margin-top:16px}.rotate-icon{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.css-19midj6{padding:16px;width:min-content}.css-x80ft3-MuiTypography-root{margin:0;font-family:Quicksand;font-weight:400;font-size:.7rem;line-height:1.5}.custom-chip{background-color:#4caf50!important;color:#fff!important;font-weight:500}.custom-chip .MuiChip-deleteIcon{color:#fff!important}.header-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%}.header-left{display:flex;flex-wrap:wrap;align-items:center}.header-group{display:flex;align-items:center;margin-right:24px}.header-right{display:flex;align-items:center}.section-tag{display:flex;align-items:center;padding:8px 16px;margin-right:16px;border-left:4px solid #1976d2;background-color:#eff4ff;border-radius:8px;gap:12px}.section-icon{color:#1976d2;font-size:22px}.section-title{font-weight:600;color:#1976d2;line-height:1}.label-text{margin-right:6px}.bold-value{font-weight:700}.filter-btn{margin-left:8px;padding:2px}.dashboard-header-box{display:flex;justify-content:space-between;align-items:center;width:100%;gap:8px;padding:12px;border-radius:8px;background-color:#fff;min-height:48px;transition:all .3s ease}.dashboard-header-box:hover{background-color:#fafafa;box-shadow:0 1px 3px #0003}.responsive-table-container{width:100%;overflow-x:auto}@media(max-width:600px){.responsive-table-container{padding:0}}.responsive-table{min-width:650px}@media(max-width:900px){.responsive-table{min-width:100%}}.responsive-table-header{font-weight:700;white-space:nowrap;text-align:center}@media(max-width:600px){.responsive-table-header{font-size:.75rem;padding:4px}}@media(min-width:601px)and (max-width:900px){.responsive-table-header{font-size:.8rem;padding:6px}}@media(min-width:901px){.responsive-table-header{font-size:.875rem;padding:8px}}.responsive-table-row:last-child td,.responsive-table-row:last-child th{border:0}
