:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;display:block}#root{width:100%}.header{display:flex;justify-content:flex-end;align-items:flex-end;padding:20px;color:#fff;flex-direction:column}.logo img{height:40px}.logout-button{background-color:#dc3545;color:#fff;border:none;padding:10px 15px;font-size:16px;border-radius:5px;cursor:pointer;transition:background-color .3s}.logout-button:hover{background-color:#c82333}.main-content{background-color:#f3f4f6;padding:10px 20px 20px;min-height:calc(100vh - 80px)}.nav-container{padding:10px}.nav-container a,.nav-container .nav-link{text-decoration:none;padding:6px 15px;border:1px solid #8ac926;color:#023047;font-size:14px;font-weight:700;border-radius:4px;font-family:Arial,sans-serif;transition:background-color .3s;cursor:pointer}.nav-container a.active,.nav-container .nav-link.active,.nav-container a:hover,.nav-container .nav-link:hover{background-color:#8ac926;color:#fff}.logout-btn{margin-top:5px;color:#003a5d;font: 12px Arial,Helvetica,sans-serif}.logout-btn:hover{color:#5e6b8e}.custom-spin-dot{display:inline-block;font-size:32px;width:1em;height:1em;animation:antRotate 2.4s infinite linear}.custom-spin-dot .dot{width:.4em;height:.4em;display:block;position:absolute;border-radius:50%;opacity:.3;animation:antSpinMove 1.8s infinite linear alternate}.custom-spin-dot{position:relative;display:inline-block;width:1em;height:1em}.custom-spin-dot .dot1{top:0;left:0;animation-delay:-.9s}.custom-spin-dot .dot2{top:0;right:0;animation-delay:-.6s}.custom-spin-dot .dot3{bottom:0;left:0;animation-delay:-.3s}.custom-spin-dot .dot4{bottom:0;right:0;animation-delay:0s}@keyframes antRotate{to{transform:rotate(405deg)}}@keyframes antSpinMove{0%{transform:scale(1);opacity:.3}to{transform:scale(1.3);opacity:1}}.ant-table-container{border:0px solid #6bd46b!important;border-radius:6px!important;overflow:hidden}.aesc-table .ant-table{background-color:#f4f4f4;color:#333;border-radius:8px;overflow:hidden;font-size:.9rem;box-shadow:0 1px 3px #0000000d}.aesc-table .ant-table-thead>tr>th{font-weight:600!important;padding:10px 12px!important;font-size:.85rem;vertical-align:middle;background-color:#d9d9d9!important;color:#111!important;border-bottom:1px solid #c0c0c0}.aesc-table .ant-table-tbody>tr:not(.row-critical):not(.row-noncritical):not(.row-nonconformance):not(.row-note):not(.row-fer):not(.row-resolved):nth-child(odd)>td{background-color:#ededed!important}.aesc-table .ant-table-tbody>tr:not(.row-critical):not(.row-noncritical):not(.row-nonconformance):not(.row-note):not(.row-fer):not(.row-resolved):nth-child(2n)>td{background-color:#f8f8f8!important}.aesc-table .ant-table-tbody .ant-table-measure-row{display:none}.aesc-table .ant-table-thead>tr:first-child>th:first-child{border-top-left-radius:6px!important}.aesc-table .ant-table-thead>tr:first-child>th:last-child{border-top-right-radius:6px!important}.aesc-table .ant-table-tbody>tr>td{background-color:#fff!important;border-bottom:1px solid #c6f6c6!important;padding:10px!important;font-size:.85rem;color:#333!important}.aesc-table .ant-table-tbody>tr:hover>td{background-color:#f6fff9!important;transition:background-color .2s ease-in-out}.aesc-table .ant-table-tbody>tr.row-critical>td{background-color:#ff9b9b!important}.aesc-table .ant-table-tbody>tr.row-noncritical>td{background-color:#fdd29d!important}.aesc-table .ant-table-tbody>tr.row-nonconformance>td{background-color:#f0fe9c!important}.aesc-table .ant-table-tbody>tr.row-note>td{background-color:#f5f5f5!important}.aesc-table .ant-table-tbody>tr.row-fer>td{background-color:#e6f4ff!important}.aesc-table .ant-table-tbody>tr.row-resolved>td{background-color:#fff!important}.ant-pagination-item{background-color:#e8e8e8;border-color:#ccc;font-size:.85rem}.ant-pagination-item a{color:#389e0d!important;border-radius:5px}.ant-pagination-item-active{background-color:#cfcfcf;border-color:#999}.ant-pagination-item-active a{color:#fff!important;background-color:#52c41a!important;border-color:#52c41a!important}.ant-pagination-item-active a:hover{color:#fff!important;background-color:#44ad10!important;border-color:#44ad10!important}.tbl-leftside-info span{color:#003a5c}button:focus,button:focus-visible{outline:0px auto -webkit-focus-ring-color}.search__actions{display:flex!important;gap:0px;padding-left:0!important;padding-right:0!important;align-items:flex-end}.top_card__wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.8rem;flex-wrap:wrap;margin-bottom:1.5rem;transition:all .4s ease-out}.top_card__wrapper .card{position:relative;min-height:8.5rem;border-radius:.7rem;background:#ffffff73;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid var(--card-gradient);box-shadow:0 25px 40px #00000014;overflow:hidden;color:#fff;transition:.3s ease;display:flex;flex-direction:column;justify-content:space-between;padding:.7rem;font-weight:600;z-index:2;margin-top:.7rem;gap:.8rem}.top_card__wrapper .card:before{content:"";position:absolute;top:-15px;right:-15px;bottom:-15px;left:-15px;z-index:-1;background:var(--card-gradient);filter:blur(20px);border-radius:30px;opacity:.9}.top_card__wrapper .card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:var(--card-tint);opacity:.15;pointer-events:none}.top_card__wrapper .card:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 18px 60px #00000059}.top_card__wrapper .card .card__count{font-weight:500;font-size:1.6rem;line-height:2.4rem;min-height:32px;padding-left:.7rem;top:.5rem;display:flex;align-items:center;justify-content:flex-start;width:80%}.top_card__wrapper .card__img{position:absolute;top:.5rem;right:.4rem;background:#ffffff59;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem;border-radius:.7rem}.top_card__wrapper .card__img svg{font-size:1.4rem}.top_card__wrapper .card__items{padding-bottom:10px;width:100%;padding-left:.7rem;opacity:.95}.top_card__wrapper .card__items .card__link{width:100%;display:block;text-decoration:none;color:#fff;font-size:1rem;font-weight:500}.top_card__wrapper .card__bottom{width:100%;margin-top:auto;color:#fff;padding:3px 0;font-size:.8rem;text-align:center;background-color:#0003;border-radius:.7rem;cursor:pointer}@media only screen and (min-width: 320px) and (max-width: 480px){.top_card__wrapper .card{width:100%}}@media only screen and (min-width: 481px) and (max-width: 768px){.top_card__wrapper .card{width:100%}}@media only screen and (min-width: 769px) and (max-width: 1023px){.top_card__wrapper .card{width:100%}}.card-grid{display:grid;grid-template-columns:repeat(3,280px);gap:40px}.ring__loader{width:26px;height:26px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1.8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.main__footer{height:45px;background:#fff;border-top:1px solid #dcdcdc;display:flex;align-items:center;justify-content:center;gap:30px;color:#555;font-size:14px;padding:0 10px;text-align:center;flex-wrap:wrap;transition:all .4s ease-out}.main__footer .footer__separator{margin:0 4px}@media (max-width: 480px){.main__footer{flex-direction:column;gap:5px;font-size:12px;height:auto;padding:10px 0}.main__footer .footer__separator{display:none!important}}.comp__card{background-color:#d6ebbb;padding:.8rem;border:.1rem dotted #20a525;border-radius:.5rem}.lnktitle{color:#003a5d;font-size:1rem;font-weight:700;font-weight:600}.lnktitle:focus,.lnktitle:hover{color:#1e5483}.comp__row{display:flex;flex-direction:column;gap:.5rem}.div_siteimg{text-align:right;position:relative}.siteimg__actions{position:absolute;top:.75rem;right:.75rem;display:flex;gap:.5rem;z-index:10}@media (min-width: 768px){.comp__row{flex-direction:row}.div_siteimg{width:230px}.div_subsites{width:320px}.comp__row .col__1{flex:1;min-width:0}.comp__row .col__2,.comp__row .col__3{flex-shrink:0}}.btn__site__img{padding:0;width:225px;height:200px;display:inline-flex;align-items:center;justify-content:center}@media screen and (min-width: 768px) and (max-width: 991px){.btn__site__img{width:100%}}@media (max-width: 576px){.hidecolon{display:none}}@media screen and (max-width: 320px){.btn__site__img{width:100%}}.btn__site__img:focus{outline:none;box-shadow:none}.btn__site__img:focus-visible{outline:none;box-shadow:none}.btn__site__img .site__img{width:100%;height:100%;object-fit:cover}.btn__site__img .site__noimg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#dff0c0;font-weight:600}.html__content{margin-top:.3rem;line-height:1;font-weight:500}.html__content p{margin-bottom:.3em;margin-top:0}.html__content ul{margin-left:1rem}.clssummary_totalshow .ant-table-cell.ant-table-cell-fix-left-last{background-color:#05c45b;color:#fff;font-weight:700;font-size:12px}button.ant-btn.ant-btn-primary.ant-btn-color-primary.ant-btn-variant-solid{background:linear-gradient(to bottom,#06b95f,#015c0f,#06b95f);color:#fff;text-transform:capitalize;font-weight:700;font-size:11px;margin:0 6px;box-shadow:0 2px 5px #0003}button.ant-btn.ant-btn-primary.ant-btn-color-primary.ant-btn-variant-solid:hover{color:#ff0}button.ant-btn.ant-btn-primary.ant-btn-color-primary.ant-btn-variant-solid.active{background:#016e22;border:2px solid #56eb99;color:#ff0}button.ant-btn.ant-btn-dangerous.ant-btn-color-dangerous.ant-btn-variant-solid{background:linear-gradient(to bottom,#8f0002,#3b0000,#8f0002);color:#fff;text-transform:capitalize;font-weight:700;font-size:11px;margin:0 6px;box-shadow:0 2px 5px #0003}button.ant-btn.ant-btn-dangerous.ant-btn-color-dangerous.ant-btn-variant-solid:hover{background:linear-gradient(to bottom,#8f0002,#3b0000,#8f0002);color:#ff0}button.ant-btn-default.ant-btn-color-default.ant-btn-variant-outlined.custom-edit-btn,button.ant-btn.ant-btn-primary.ant-btn-color-primary.ant-btn-variant-solid.custom-edit-btn{background:#015c0f;color:#fff;border-color:#015c0f;height:24px;padding:6px;border-radius:50%}button.ant-btn-default.ant-btn-color-default.ant-btn-variant-outlined.custom-edit-btn:hover,button.ant-btn.ant-btn-primary.ant-btn-color-primary.ant-btn-variant-solid.custom-edit-btn:hover{background:#06b95f;border-color:#06b95f}button.ant-btn-default.ant-btn-color-default.ant-btn-variant-outlined.custom-rpt-btn,button.ant-btn.ant-btn-primary.ant-btn-color-primary.ant-btn-variant-solid.custom-rpt-btn{background:#9e20d2;color:#fff;border-color:#9e20d2;height:24px;padding:6px;border-radius:50%}button.ant-btn-default.ant-btn-color-default.ant-btn-variant-outlined.custom-rpt-btn:hover,button.ant-btn.ant-btn-primary.ant-btn-color-primary.ant-btn-variant-solid.custom-rpt-btn:hover{background:#7d12a9;border-color:#7d12a9}button.ant-btn-default.ant-btn-color-default.ant-btn-variant-outlined.custom-rptpdf-btn,button.ant-btn.ant-btn-primary.ant-btn-color-primary.ant-btn-variant-solid.custom-rptpdf-btn{background:#b91c1c;color:#fff;border-color:#b91c1c;height:24px;padding:6px;border-radius:50%}button.ant-btn-default.ant-btn-color-default.ant-btn-variant-outlined.custom-rptpdf-btn:hover,button.ant-btn.ant-btn-primary.ant-btn-color-primary.ant-btn-variant-solid.custom-rptpdf-btn:hover{background:#ef4444;border-color:#ef4444}button.ant-btn-default.ant-btn-color-default.ant-btn-variant-outlined.custom-delete-btn,button.ant-btn.ant-btn-primary.ant-btn-color-primary.ant-btn-variant-solid.custom-delete-btn{background:#003a5d;color:#fff;border-color:#003a5d;height:24px;padding:6px;border-radius:50%}button.ant-btn-default.ant-btn-color-default.ant-btn-variant-outlined.custom-delete-btn:hover,button.ant-btn.ant-btn-primary.ant-btn-color-primary.ant-btn-variant-solid.custom-delete-btn:hover{background:#005999;border-color:#005999}.custom-select-wrap .ant-select-item-option-content{white-space:normal!important;word-break:break-word;line-height:1.2}span.custom-info-icon{display:inline-flex;padding:6px;border-radius:50%}.ant-row.ant-form-item-row.css-m2wabi{align-items:start}.custom-label-colon-right .ant-form-item-row .ant-form-item-label>label{display:block}.custom-label-colon-right .ant-form-item-row .ant-form-item-label>label:after{float:right}.recharts-sector:focus{outline:none!important}.aesc__tabs{padding-bottom:.8rem}.aesc__tabs .ant-tabs-nav{margin-bottom:12px}.aesc__tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab{padding:.4rem;margin:0 0 0 .3rem;font-weight:600}.req_star{color:red;font-weight:700;margin-left:4}.ant-table-row-expand-icon-cell{width:1%}.custom-temppreview-card .ant-card-head{background-color:#003a5d;color:#fff;font-weight:700}.custom-sectpreview-card .ant-card-head{background-color:#186676;color:#fff;font-weight:700}.custom-subsectpreview-card .ant-card-head{background-color:#76bd1d;color:#fff;font-weight:700}.custom-questpreview-card .ant-card-head,.custom-stvpreview-card .ant-card-head{background-color:#fff;color:#666;font-weight:700;border-bottom:none!important}.ant-form-item.css-m2wabi.one{width:85px}.ant-form-item.css-m2wabi.two,.ant-form-item.css-m2wabi.three,.ant-form-item.css-m2wabi.four,.ant-form-item.css-m2wabi.five,.ant-form-item.css-m2wabi.six{width:150px}.ant-col.ant-form-item-control.css-m2wabi{width:100%!important}.ant-form.ant-form-horizontal.css-m2wabi{align-items:end!important}.ant-form-horizontal{display:flex;flex-wrap:wrap;gap:16px;align-items:end}.ant-col.ant-form-item-control.css-dev-only-do-not-override-m2wabi{width:100%!important}.ant-divider{margin:8px 0}@media (min-width: 576px){.scroll-xs-only{overflow-x:visible!important}}@media (min-width: 648px){.scroll__min648px{overflow-x:visible!important}}@media (min-width: 450px){.scroll__min450px{overflow-x:visible!important}}.custom__select__group .ant-select-selection-item div{border-left:0px solid rgb(22,119,255)!important;padding:0!important}.full-width-upload .ant-upload,.full-width-upload .ant-upload-select,.full-width-upload .ant-upload .ant-btn,.ant-upload-select .ant-upload .ant-btn{width:100%}.noauth__wrapper{padding:.5rem 2.8rem}.noauth__wrapper .noauth__header{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:1rem}.noauth__wrapper .noauth__title{font-size:16px;font-weight:600}.noauth__card{border:1px solid #ccc}.noauth__card_table{width:100%;border:.15rem solid #76bd1d;border-left:0px solid #76bd1d;border-bottom:0px solid #76bd1d}.noauth__tbl_label{margin-bottom:0}.noauth__tbl_row{align-items:stretch}.noauth__tbl_row>.ant-col{display:flex}.noauth__tbl_label{flex:1;display:flex}.noauth__tbl_label .ant-form-item-row{flex:1;align-items:stretch!important}.noauth__tbl_label .ant-form-item-label,.noauth__tbl_label .ant-form-item-control{display:flex;align-items:flex-start}.noauth__tbl_label .ant-form-item-row .ant-form-item-label label{align-items:center;display:inline-flex;width:100%;justify-content:space-between;padding:.6rem}.labelpad0_6 .ant-form-item-row .ant-form-item-label{padding:.6rem}.noauth__tbl_label .ant-form-item-row .ant-form-item-label{border-left:.15rem solid #76bd1d;border-bottom:.15rem solid #76bd1d;display:flex;align-items:flex-start}.noauth__tbl_label .ant-form-item-control{border-bottom:.15rem solid #76bd1d}.noauth__tbl_label .ant-form-item-row .ant-form-item-control .ant-form-item-control-input{align-items:flex-start}.noauth__tbl_label .ant-form-item-row .ant-form-item-control .ant-form-item-control-input-content{width:100%;padding-top:.3rem}.noauth__tbl_label .ant-form-item-label>label:after{content:":";position:relative;margin-block:0;margin-inline-start:2px;margin-inline-end:8px;visibility:visible}@media (max-width: 1024px){.noauth__wrapper{padding:.5rem 1.5rem}}@media (max-width: 768px){.noauth__wrapper{padding:.5rem .8rem}}@media (max-width: 425px){.noauth__wrapper{padding:.5rem .8rem}.noauth__wrapper .noauth__header{flex-direction:column;align-items:center;text-align:center;gap:6px}.noauth__wrapper .noauth__logo{order:1}.noauth__wrapper .noauth__title{order:2}}.ant-picker-dropdown .ant-picker-content{height:340px!important}.ant-picker-time-panel-column[data-type=hour],.ant-picker-time-panel-column[data-type=minute],.ant-picker-time-panel-column[data-type=meridiem]{overflow:unset!important}
