@charset "UTF-8";body{background-color:var(--background-color, #f7f7f7)}.font-light{font-weight:var(--font-weight-light)}.font-regular{font-weight:var(--font-weight-regular)}.font-medium{font-weight:var(--font-weight-medium)}.font-semibold{font-weight:var(--font-weight-semibold)}.font-bold{font-weight:var(--font-weight-bold)}*{margin:0;padding:0;font-family:Roboto,sans-serif}body{width:100%;height:100vh}.shimmer{display:inline-block;background:linear-gradient(90deg,#eee 25%,#f5f5f5,#eee 75%);background-size:200% 100%;animation:shimmer 1.5s infinite linear;min-height:1em;min-width:3em}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.custom-parallel-modal-width .p-dialog{width:auto!important;max-width:92vw;border:solid 1px #dbdbdb;background-color:#edf2f8;color:#212529;border-radius:2px}@media (min-width: 768px){.custom-parallel-modal-width .p-dialog{max-width:83vw}}@media (min-width: 1024px){.custom-parallel-modal-width .p-dialog{max-width:768px}}.p-dialog-content{border-radius:6px;padding:12px!important}.p-dialog-header{padding:0!important}.p-checkbox{width:24px!important;height:24px!important}.p-checkbox-input,.p-checkbox-box{width:24px!important;height:24px!important;border-radius:2px!important;border:solid 1px #cdd4da!important}.field-checkbox{gap:12px;margin-bottom:8px}.p-radiobutton,.p-radiobutton-input,.p-radiobutton-box{width:24px!important;height:24px!important}.p-radiobutton-checked .p-radiobutton-box{background:#fff!important}.p-radiobutton-checked .p-radiobutton-box .p-radiobutton-icon{background:#016b88!important;border-color:red!important;width:18px;height:18px}.p-panel{margin-bottom:10px;color:#212529!important}.p-panel-content{padding-bottom:12px!important}.p-panel-title{color:#212529}.p-panel-toggleable .p-panel-header{border-top-left-radius:4px;border-top-right-radius:4px;background-color:#c0d2e5}.p-select{width:100%;height:48px;padding:6px;border-radius:4px;border:solid 1px #cdd4d9;background-color:#fff}.app-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffc;z-index:9999;display:flex;justify-content:center;align-items:center}.spinner{border:8px solid #f3f3f3;border-top:8px solid #006b88;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.blur-background{filter:blur(2px);pointer-events:none}.help-icon{cursor:pointer;font-size:16px}.help-icon-img{height:15px;width:15px;vertical-align:middle}
