:root{--bs-btn-active-bg: $pv-background-colour;--bs-btn-active-color: $pv-primary-colour}*,*:before,*:after{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif,"pv-fonts","Font Awesome 6 Free" !important}html,body,#root{height:100%;font-size:14px}h1.title{margin-bottom:25px;margin-top:25px;font-size:18px;font-weight:600}body{background-color:#fff;font-family:"Roboto","Helvetica","Arial","sans-serif";color:#265173;background-color:#e4e5e6}main{flex:1;display:block;background-color:#f1f3f3;overflow-x:auto}a{text-decoration:none}.react-tooltip.cc-tooltip{z-index:999;background-color:#265173;font-weight:500;border-radius:4px;max-width:200px;--rt-opacity: 1;font-size:13px}.react-tooltip.cc-tooltip.react-tooltip__place-right:after{border-right-color:#265173;left:-5px}.btn:disabled,.btn-primary:disabled,.btn-outline-secondary:disabled{background-color:#e4e5e6 !important;color:#485056 !important;border:none}.btn:disabled:hover,.btn-primary:disabled:hover,.btn-outline-secondary:disabled:hover{background-color:#e4e5e6;color:#485056}.btn:hover,.btn-primary:hover,.btn-outline-secondary:hover{color:#fff;background-color:#bfc6ce;border-color:#bfc6ce}.btn-outline-danger{color:#e60c51 !important;border-color:#e60c51 !important}.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(197,37,93,.5) !important}.btn-danger{color:#fff !important;border-color:#e60c51 !important;background-color:#e60c51 !important}.btn-primary{background-color:#2574db;color:#fff;font-weight:500;border:none}.btn-primary:hover{background-color:#38a38c;color:#fff}.page-wrapper{min-height:100%;background-color:#fff;padding:0 0;display:flex;flex-direction:column}.main-body{display:flex;padding-left:0;padding-right:0;flex:auto 1 1;background-color:#f1f3f3}@media(max-width: 575.98px){.main-body{display:block}}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fa:hover{cursor:pointer !important}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.navbar{border-bottom:4px solid #1e90ff}.error-message{margin-top:20px;padding:0 20px}.error-message:first-child{margin-top:230px}.msg-tooltip-icon{color:#265173}.alert-danger{color:#e60c51;background-color:#f8d7da;border-color:#f5c6cb}.invalid-feedback{color:#e60c51 !important}.clearfix{height:5px}img{display:inline !important}.input-group.search-group{width:60%;margin-top:30px;margin-bottom:10px}.input-group.search-group .input-group-append .btn{border-top-right-radius:4px;border-bottom-right-radius:4px;font-size:14px}.input-group.search-group .form-control{font-size:14px}.input-group.search-group .form-control:focus{box-shadow:0 0 0 .05rem rgba(0,123,255,.25)}.input-group.search-group .is-invalid{border-color:#dc3545}.input-group.search-group .invalid-feedback{font-size:14px}.input-group.search-group .invalid-feedback.visible{display:block}.input-group.search-group .no-display{display:none !important}.was-validated .form-control:valid,.form-control.is-valid,.was-validated .custom-select:valid,.custom-select.is-valid{border-color:inherit}.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:inherit;box-shadow:inherit}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.body-title{height:55px;display:flex;padding:14px;background-color:#fff;font-size:16pt;font-weight:500;border-bottom:1.5px solid #bfc6ce}.btn{letter-spacing:1.5px;font-size:14px}.btn:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary{background-color:#2574db;color:#fff;text-transform:uppercase;border:1.5px solid #2574db}.btn-primary:hover{background-color:#2574db;color:#fff;border:1.5px solid #2574db}.btn-outline-secondary{color:#2574db;text-transform:uppercase;font-weight:500;border:1.5px solid #2574db}.btn-outline-secondary:hover,.btn-outline-secondary:active,.btn-outline-secondary:focus,.btn-outline-secondary.show{background-color:#fff;color:#2574db;border-color:#2574db}.btn-outline-secondary:not(:disabled):not(.disabled):active{background-color:#fff;color:#2574db;border-color:#2574db}.alert_container{left:57px;bottom:25px;position:fixed;background-color:#d8dee5 !important}.progresss_container{left:75px;bottom:25px;position:fixed;box-shadow:2px 2px #000}.progresss_container .progress_header{display:flex;gap:10px;margin-bottom:20px;font-weight:500}.progresss_container .progress_header svg{color:#2574db}.progresss_container .progress_status{padding-left:35px}.progresss_container .progress_status :first-child:last-child{margin-bottom:10px}
.showbox{display:none;position:fixed;top:0;background-color:rgba(255,255,255,.7);bottom:0;left:0;right:0;padding:5%;z-index:1000;pointer-events:prevent-default}.showbox:first-of-type{display:block}.showbox.showbox-inline{display:flex;position:relative;top:auto;background-color:rgba(0,0,0,0);bottom:auto;left:auto;right:auto;padding:20px;z-index:auto;justify-content:center;align-items:center;min-height:50px}.showbox.showbox-inline .loader{margin-top:0;width:40px}.showbox .loader{position:relative;margin:0 auto;margin-top:15%;width:100px}.showbox .loader:before{content:"";display:block;padding-top:100%}.showbox .circular{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.showbox .path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round}.showbox h1{text-align:center;vertical-align:middle;align-self:center}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes color{0%{stroke:#40bca1}20%{stroke:#265173}40%{stroke:#40bca1}60%{stroke:#265173}80%{stroke:#40bca1}100%{stroke:#265173}}
main.logout-main{background-color:#485056}main .logout-container{background-color:#fff;box-shadow:4px 4px 6px 0 rgba(0,0,0,.25);border-radius:4px;width:487px;margin:20% auto;padding:43px 60px 43px 60px}@media(max-width: 575.98px){main .logout-container{margin:10px;width:auto;padding:30px}}main .logout-container .title{color:#265173;font-weight:normal;padding-top:0;margin-top:0}main .logout-container .message{color:#485056;line-height:25px;margin-bottom:38px}
header{box-shadow:0 6px 6px -6px rgba(0,0,0,.5);z-index:2;padding:0 20px;background-color:#2574db}header .page-header{max-height:60px;background-color:#2574db;color:#fff;padding-top:10px;padding-bottom:10px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;z-index:1}header .page-header .main-menu{cursor:pointer}header .page-header .main-menu .collapse-menu{display:none}header .page-header .main-menu .icon-menu,header .page-header .main-menu .collapse-menu{font-size:18pt}header .page-header .main-menu .heading{font-size:16pt;margin-left:23px}header .page-header .logo-section{display:inline-flex;flex-direction:row;align-items:baseline}header .page-header .logo-section .logo{width:134px;height:31px;display:inline-block;vertical-align:bottom;background:rgba(0,0,0,0) url(/images/upland-panviva-logo-white.svg) no-repeat left top;background-size:contain;background-size:96pt}@media(max-width: 575.98px){header .page-header .logo-section{width:100%;flex-direction:column}}header .page-header .logo-section .heading{font-size:27px;line-height:32px;margin-bottom:0px}header .page-header .user-section{text-align:right;float:right}header .page-header .user-section .icon{font-size:20px;line-height:20px;vertical-align:bottom;padding:0 2px}header .page-header .user-section .logo{width:134px;height:31px;vertical-align:bottom;background:rgba(0,0,0,0) url(/images/upland-panviva-logo-white.svg) no-repeat left top;background-size:contain;background-size:96pt;float:left;margin-right:30px}@media(max-width: 575.98px){header .page-header .user-section{padding-right:10px}}header .page-header .user-section .dropdown{display:inline-block}header .page-header .user-section .dropdown .user-avatar{vertical-align:middle;width:20px;height:20px;line-height:20px;color:#265173;display:inline-block;font-size:20px}header .page-header .user-section .dropdown .dropdown-toggle{cursor:pointer;color:#fff}header .page-header .user-section .dropdown .dropdown-toggle.show::after{transform:rotate(180deg)}@media(max-width: 575.98px){header .page-header .user-section .dropdown .dropdown-toggle.show .dropdown-menu{margin-left:-150px;min-width:200px;margin-top:-10px}}header .page-header .user-section .dropdown .dropdown-toggle::after{transition:transform .3s;vertical-align:.16em;border-top:.4em solid;border-right:.4em solid rgba(0,0,0,0);border-bottom:0;border-left:.4em solid rgba(0,0,0,0)}@media(max-width: 575.98px){header .page-header .user-section .dropdown .dropdown-toggle::after{border:none}header .page-header .user-section .dropdown .dropdown-toggle .fa-user-circle{font-size:3rem}}header .page-header .user-section .dropdown .dropdown-menu{min-width:100%;vertical-align:middle;margin-top:10px}header .page-header .user-section .dropdown .dropdown-menu a{color:#265173}header .page-header .user-section .dropdown .dropdown-menu .dropdown-item:hover{background-color:#ececec}header .page-header .user-section .dropdown .user-name{padding-left:10px;padding-right:20px}header .page-header .user-section .dropdown .user-name:hover{text-decoration:underline}@media(max-width: 575.98px){header .page-header .user-section .dropdown .user-name{display:none}}header .page-header .tenant-selector{text-align:left;float:left;border-left:2px solid #fff;padding:0 33px 0 30px}@media(max-width: 575.98px){header .page-header .tenant-selector{padding-right:10px}}header .page-header .tenant-selector .dropdown{display:inline-block}header .page-header .tenant-selector .dropdown .dropdown-toggle{cursor:pointer}header .page-header .tenant-selector .dropdown .dropdown-toggle.show::after{transform:rotate(180deg)}@media(max-width: 575.98px){header .page-header .tenant-selector .dropdown .dropdown-toggle.show .dropdown-menu{margin-left:-50px;min-width:100px;margin-top:-10px}}header .page-header .tenant-selector .dropdown .dropdown-toggle::after{transition:transform .3s;vertical-align:.16em;border-top:.4em solid;border-right:.4em solid rgba(0,0,0,0);border-bottom:0;border-left:.4em solid rgba(0,0,0,0)}@media(max-width: 575.98px){header .page-header .tenant-selector .dropdown .dropdown-toggle::after{border:none}header .page-header .tenant-selector .dropdown .dropdown-toggle .fa-user-circle{font-size:3rem}}header .page-header .tenant-selector .dropdown .dropdown-menu{min-width:100%;vertical-align:middle;margin-top:10px}header .page-header .tenant-selector .dropdown .dropdown-menu a{color:#265173}header .page-header .tenant-selector .dropdown .dropdown-menu .dropdown-item:hover{background-color:#ececec !important}header .page-header .dropdown{padding-top:6px}
nav.sidebar{background-color:#fff;flex:0 0 56px;border-right:1px solid #bfc6ce;border-bottom:10px solid #2574db;transition:width 2s}nav.sidebar.expanded{min-width:209px;width:209px}nav.sidebar.expanded ul a .link-text{display:block}@media(max-width: 575.98px){nav.sidebar{display:none}}nav.sidebar ul{list-style:none;margin:0;padding:0;margin-top:8px}nav.sidebar ul a{color:#6b7786;display:block;height:48px;text-align:center;padding-top:10px;border-left:4px solid #fff}nav.sidebar ul a .link-text{font-size:14px;font-weight:500;line-height:16px;display:none;text-align:left;float:left;margin-left:60px;margin-top:-21px}nav.sidebar ul a.active{background-color:#e2eefd;color:#2574db;text-decoration:none;border-left:4px solid #2574db}nav.sidebar ul a:hover{text-decoration:none}nav.sidebar ul a i{display:block;font-size:26px;width:51px}
@font-face{font-family:"pv-fonts";src:url("/icons/pv-fonts.ttf?fsm4yu") format("truetype"),url("/icons/pv-fonts.woff?fsm4yu") format("woff"),url("/icons/pv-fonts.svg?fsm4yu#pv-fonts") format("svg");font-weight:normal;font-style:normal;font-display:block}.icon{font-family:"pv-fonts" !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon:hover{cursor:pointer !important}.angle-right-back:before{content:""}.angle-right-next:before{content:""}.angle-left:before{content:""}.angle-right:before{content:""}.angle-up:before{content:""}.angle-down:before{content:""}.add-circle-outline:before{content:""}.icon-add_circle:before{content:""}.components-icon-trans-incomplete-filled:before{content:"";color:#e60c51}.icon-translation-incomplete:before{content:"";color:#e60c51}.components-icon-trans-complete-filled:before{content:"";color:#76ca02}.icon-translation-complete:before{content:"";color:#76ca02}.icon-folder:before{content:""}.icon-folder-opened:before{content:""}.icon-folder-closed:before{content:""}.components-icon-doctype-process:before{content:""}.icon-process:before{content:""}.components-icon-upland-panviva-logo .path1:before{content:"";color:#241f20}.components-icon-upland-panviva-logo .path2:before{content:"";margin-left:-4.3896484375em;color:#241f20}.components-icon-upland-panviva-logo .path3:before{content:"";margin-left:-4.3896484375em;color:#241f20}.components-icon-upland-panviva-logo .path4:before{content:"";margin-left:-4.3896484375em;color:#241f20}.components-icon-upland-panviva-logo .path5:before{content:"";margin-left:-4.3896484375em;color:#241f20}.components-icon-upland-panviva-logo .path6:before{content:"";margin-left:-4.3896484375em;color:#241f20}.components-icon-upland-panviva-logo .path7:before{content:"";margin-left:-4.3896484375em;color:#241f20}.components-icon-upland-panviva-logo .path8:before{content:"";margin-left:-4.3896484375em;color:#2574db}.components-icon-panviva-logo-text:before{content:""}.components-icon-upland-logo:before{content:"";color:#2574db}.components-icon-task-shortcut:before{content:""}.icon-task-shortcut:before{content:""}.components-icon-archive:before{content:""}.icon-archive:before{content:""}.components-icon-text:before{content:""}.icon-text:before{content:""}.components-icon-merge:before{content:""}.icon-merge:before{content:""}.components-icon-tool-quicklinks-grid:before{content:""}.icon-quicklinks-grid:before{content:""}.components-icon-import-user:before{content:""}.icon-import-user:before{content:""}.components-icon-export-user:before{content:""}.icon-export-user:before{content:""}.components-icon-custom-role:before{content:""}.icon-custom-role:before{content:""}.components-icon-right-to-left:before{content:""}.icon-right-to-left:before{content:""}.components-icon-version:before{content:""}.icon-version:before{content:""}.icon-version:hover{text-decoration:underline}.components-icon-taskflow-diagram:before{content:""}.icon-taskflow-diagram:before{content:""}.components-icon-clear-search:before{content:""}.icon-search-clear:before{content:""}.components-icon-scissor:before{content:""}.components-icon-flag:before{content:""}.components-icon-system-role:before{content:""}.icon-system-role:before{content:""}.components-icon-check-circle:before{content:""}.icon-checkmark-circle:before{content:""}.components-icon-check-outline:before{content:""}.icon-checkmark:before{content:""}.components-icon-released:before{content:""}.icon-out:before{content:""}.components-icon-split:before{content:""}.icon-cut:before{content:""}.components-icon-key:before{content:""}.icon-key2:before{content:""}.components-icon-clock:before{content:""}.icon-clock:before{content:""}.components-icon-calendar:before{content:""}.icon-calendar:before{content:""}.components-icon-thumbs-down:before{content:""}.icon-thumbs-down:before{content:""}.components-icon-thumbs-up:before{content:""}.icon-thumbs-up:before{content:""}.components-icon-expand:before{content:""}.components-icon-zoom-in:before{content:""}.icon-zoom:before{content:""}.components-icon-zoom-out:before{content:""}.icon-zoom-out:before{content:""}.components-icon-preview:before{content:""}.icon-eye:before{content:""}.components-icon-add:before{content:""}.icon-add:before{content:""}.components-icon-arrow-default-arrow-back:before{content:""}.icon-arrow-left:before{content:""}.components-icon-arrow-default-arrow-next:before{content:""}.icon-arrow-right:before{content:""}.components-icon-caret-down-thin:before{content:""}.icon-caret-down:before{content:""}.components-icon-caret-left-thin:before{content:""}.icon-caret-left:before{content:""}.components-icon-caret-right-thin:before{content:""}.icon-caret-right:before{content:""}.components-icon-caret-up-thin:before{content:""}.icon-caret-up:before{content:""}.components-icon-check-thin:before{content:""}.components-icon-chevron-down:before{content:""}.icon-chevron-down:before{content:""}.components-icon-chevron-left:before{content:""}.icon-chevron-left:before{content:""}.components-icon-chevron-right:before{content:""}.icon-chevron-right:before{content:""}.components-icon-chevron-up:before{content:""}.icon-chevron-up:before{content:""}.components-icon-close:before{content:""}.components-icon-close-thin:before{content:""}.icon-close:before{content:""}.components-icon-cog:before{content:""}.icon-cog:before{content:""}.components-icon-collapse-diagonal:before{content:""}.components-icon-collapse-horizontal:before{content:""}.components-icon-compress-diagonal:before{content:""}.components-icon-copy:before{content:""}.icon-copy:before{content:""}.components-icon-csh:before{content:""}.icon-csh:before{content:""}.components-icon-current-document-2:before{content:""}.components-icon-current-document:before{content:""}.icon-current-document:before{content:""}.components-icon-delete:before{content:""}.icon-remove-trash:before{content:""}.components-icon-details:before{content:""}.icon-profile-2:before{content:""}.components-icon-doctype-external:before{content:""}.icon-external:before{content:""}.components-icon-doctype-policy:before{content:""}.icon-policy:before{content:""}.components-icon-doctype-procedure:before{content:""}.icon-procedure:before{content:""}.components-icon-tool-reusable-content:before{content:""}.components-icon-doctype-rc:before{content:""}.icon-reusable-content:before{content:""}.icon-rc:before{content:""}.icon-document:before{content:""}.icon-analytics:before{content:url("/images/reportsicon.svg");margin-left:5px}.icon-sources:before{content:url("/images/sourcesicon.svg");margin-left:5px}.components-icon-doctype-workflow:before{content:""}.icon-workflow:before{content:""}.components-icon-download:before{content:""}.icon-download:before{content:""}.components-icon-edit:before{content:""}.icon-edit:before{content:""}.icon-pencil:before{content:""}.components-icon-expand-diagonal:before{content:""}.icon-expand:before{content:""}.components-icon-expand-horizontal:before{content:""}.icon-expand-horizontal:before{content:""}.components-icon-favourites:before{content:""}.icon-favourites:before{content:""}.components-icon-filter:before{content:""}.icon-filter:before{content:""}.components-icon-find:before{content:""}.components-icon-find-replace:before{content:""}.icon-search-binoculars:before{content:""}.components-icon-find-within:before{content:""}.icon-findWithin:before{content:""}.components-icon-history:before{content:""}.icon-history:before{content:""}.icon-nav-history:before{content:""}.components-icon-home:before{content:""}.icon-home:before{content:""}.components-icon-info:before{content:""}.icon-info:before{content:""}.icon-info-circle:before{content:""}.components-icon-jump:before{content:""}.icon-jump:before{content:""}.components-icon-legend:before{content:""}.icon-legend:before{content:""}.components-icon-list:before{content:""}.icon-list:before{content:""}.components-icon-location-on:before{content:""}.icon-location:before{content:""}.components-icon-mail:before{content:""}.icon-email-2:before{content:""}.components-icon-menu-menu-default:before{content:""}.icon-menu:before{content:""}.components-icon-meter:before{content:""}.icon-meter:before{content:""}.components-icon-more_vert:before{content:""}.components-icon-multi-view:before{content:""}.icon-detach-window:before{content:""}.components-icon-no-read-write:before{content:"";color:#e60c51}.components-icon-note:before{content:""}.icon-note:before{content:""}.components-icon-notifications:before{content:""}.icon-notifications:before{content:""}.components-icon-no-write:before{content:"";color:#e39b00}.components-icon-online-learning:before{content:"";color:#6b7786}.icon-online-learning:before{content:"";color:#6b7786}.icon-online-training:before{content:"";color:#6b7786}.components-icon-open:before{content:""}.icon-open:before{content:""}.components-icon-panviva:before{content:""}.icon-panviva-logo:before{content:""}.components-icon-power:before{content:""}.icon-power:before{content:""}.components-icon-previous-document:before{content:""}.icon-previous-document:before{content:""}.components-icon-print:before{content:""}.icon-print:before{content:""}.components-icon-properties:before{content:""}.icon-properties:before{content:""}.components-icon-redo:before{content:""}.icon-redo:before{content:""}.components-icon-reference:before{content:""}.icon-reference:before{content:""}.components-icon-refresh:before{content:""}.icon-refresh:before{content:""}.components-icon-report:before{content:""}.icon-report:before{content:""}.components-icon-restricted:before{content:"";color:#e60c51}.icon-restricted:before{content:"";color:#e60c51}.components-icon-save:before{content:""}.icon-save:before{content:""}.components-icon-search:before{content:""}.icon-search-magnifying:before{content:""}.components-icon-spell-check:before{content:""}.icon-spell-check:before{content:""}.components-icon-star:before{content:""}.icon-star:before{content:""}.icon-rating:before{content:""}.components-icon-star-fill:before{content:"";color:#f9b625}.icon-star-fill:before{content:"";color:#f9b625}.components-icon-task-path:before{content:""}.icon-task-path:before{content:""}.components-icon-task-screen:before{content:""}.icon-task-type-screen:before{content:""}.components-icon-task-transaction:before{content:""}.icon-task-transaction:before{content:""}.components-icon-tool-anchor:before{content:""}.icon-anchor:before{content:""}.components-tool-bold:before{content:""}.icon-bold:before{content:""}.components-tool-buttonise:before{content:""}.icon-buttonise:before{content:""}.components-icon-tool-character:before{content:""}.icon-character:before{content:""}.components-icon-tool-header:before{content:""}.icon-header:before{content:""}.components-icon-tool-image:before{content:""}.icon-image:before{content:""}.components-icon-tool-imagemap:before{content:""}.icon-imagemap:before{content:""}.components-icon-tool-indent-decrease:before{content:""}.icon-indent-decrease:before{content:""}.components-icon-tool-indent-increase:before{content:""}.icon-indent-increase:before{content:""}.components-icon-tool-italic:before{content:""}.icon-italic:before{content:""}.components-icon-tool-link:before{content:""}.icon-link:before{content:""}.components-icon-tool-multiple-choice-radio:before{content:""}.icon-multiple-choice-radio:before{content:""}.components-icon-tool-ordered-list:before{content:""}.icon-ordered-list:before{content:""}.components-icon-tool-ordered-list-change:before{content:""}.icon-ordered-list-change:before{content:""}.components-icon-tool-ordered-list-continue:before{content:""}.icon-ordered-list-continue:before{content:""}.components-icon-tool-ordered-list-restart:before{content:""}.icon-ordered-list-restart:before{content:""}.components-icon-tool-paragraph:before{content:""}.icon-paragraph:before{content:""}.components-icon-tool-paragraph-centered:before{content:""}.icon-paragraph-centered:before{content:""}.components-icon-tool-paragraph-insert-after:before{content:""}.icon-paragraph-insert-after:before{content:""}.components-icon-tool-paragraph-insert-before:before{content:""}.icon-paragraph-insert-before:before{content:""}.components-icon-tool-paragraph-left:before{content:""}.icon-paragraph-left:before{content:""}.components-icon-tool-paragraph-right:before{content:""}.icon-paragraph-right:before{content:""}.components-icon-tool-secondary-window:before{content:""}.icon-secondary-window:before{content:""}.components-icon-tool-section:before{content:""}.icon-section:before{content:""}.components-icon-tool-section-insert-after:before{content:""}.icon-section-insert-after2:before{content:""}.components-icon-tool-section-insert-before:before{content:""}.icon-section-insert-before2:before{content:""}.components-icon-tool-stock-text:before{content:""}.icon-stock-text:before{content:""}.components-icon-tool-subheader:before{content:""}.icon-subheader:before{content:""}.components-icon-tool-sub-unordered-list:before{content:""}.icon-sub-unordered-list:before{content:""}.components-icon-tool-table:before{content:""}.icon-table:before{content:""}.components-icon-tool-table-add-column-left:before{content:""}.icon-table-add-column-left:before{content:""}.components-icon-tool-table-add-column-right:before{content:""}.icon-table-add-column-right:before{content:""}.components-icon-tool-table-add-row-above:before{content:""}.icon-table-add-row-above:before{content:""}.components-icon-tool-table-add-row-below:before{content:""}.icon-table-add-row-below:before{content:""}.components-icon-tool-table-cell-merge-right:before{content:""}.icon-table-cell-merge-right:before{content:""}.components-icon-tool-table-cell-split:before{content:""}.icon-table-cell-split:before{content:""}.components-icon-tool-table-column-delete:before{content:""}.icon-table-column-delete:before{content:""}.components-icon-tool-table-header-hide:before{content:""}.icon-table-header-hide:before{content:""}.components-icon-tool-table-header-show:before{content:""}.icon-table-header-show:before{content:""}.components-icon-tool-table-row-delete:before{content:""}.icon-table-row-delete:before{content:""}.components-icon-tool-table-set-width-large:before{content:""}.icon-table-set-width-large:before{content:""}.components-icon-tool-table-set-width-medium:before{content:""}.icon-table-set-width-medium:before{content:""}.components-icon-tool-table-set-width-small:before{content:""}.icon-table-set-width-small:before{content:""}.components-icon-tool-task:before{content:""}.icon-task:before{content:""}.components-icon-tool-task-insert-after:before{content:""}.icon-task-insert-after:before{content:""}.components-icon-tool-task-insert-before:before{content:""}.icon-task-insert-before:before{content:""}.components-icon-tool-tooltip:before{content:""}.icon-popup:before{content:""}.components-icon-tool-training-answer:before{content:""}.icon-training-answer:before{content:""}.components-icon-tool-training-question:before{content:""}.icon-training-question:before{content:""}.components-icon-tool-unlink:before{content:""}.icon-unlink:before{content:""}.components-icon-tool-unordered-list:before{content:""}.icon-unordered-list:before{content:""}.components-icon-tool-verbatim:before{content:""}.icon-verbatim:before{content:""}.components-icon-trans-complete:before{content:"";color:#76ca02}.components-icon-trans-incomplete:before{content:"";color:#e60c51}.components-icon-unarchive:before{content:""}.icon-unarchive:before{content:""}.components-icon-undo:before{content:""}.icon-undo:before{content:""}.components-icon-upload:before{content:""}.icon-upload:before{content:""}.components-icon-user:before{content:""}.icon-user2:before{content:""}.components-icon-task-who:before{content:""}.icon-user:before{content:""}.components-icon-warning:before{content:""}.icon-warning:before{content:""}.components-icon-no-write-filled:before{content:"";color:#e39b00}.icon-unwriteable:before{content:"";color:#e39b00}.components-icon-no-read-write-filled:before{content:"";color:#e60c51}.icon-unreadable:before{content:"";color:#e60c51}.components-icon-document-default:before{content:""}.components-icon-tool-document:before{content:""}.components-icon-comments:before{content:""}.icon-comments:before{content:""}.components-icon-announcements:before{content:""}.icon-megaphone:before{content:""}
.card-page{width:100%;margin-left:58px;margin-right:72px;margin-top:27px}.card-page h1{font-size:30px;font-weight:500;line-height:35px}.card-page .card-page-card{width:100%;margin-top:22px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;border:1px solid #979797;border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,.14),0 3px 4px 0 rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);padding-top:30px;padding-bottom:20px}
@keyframes fa-spin-counterclockwise{0%{transform:rotate(0deg)}100%{transform:rotate(-360deg)}}@keyframes oilcan{0%{transform:rotateZ(0deg) rotateY(180deg)}100%{transform:rotateZ(-25deg) rotateY(180deg)}}@keyframes drip{0%{transform:translateY(0)}100%{transform:translateY(60px)}}.error-page p{font-size:20px}.error-page .error-icon{width:100px;height:140px;margin-bottom:35px;position:relative}.error-page .error-icon .fa-oil-can{position:absolute;top:0;right:12px;font-size:40px;width:40px;height:40px;animation:oilcan 1s ease-out;animation-fill-mode:forwards}.error-page .error-icon .fa-tint{font-size:10px;animation:drip .7s ease-in infinite;position:absolute;top:42px;left:44px}.error-page .error-icon .cog-sm{position:absolute;font-size:30px;width:30px;height:30px;top:60px;left:10px}.error-page .error-icon .cog-lg{position:absolute;bottom:0;font-size:60px;width:60px;height:60px;left:50%;margin-left:-20px}.error-page .error-icon .cog-lg.fa-spin{animation:fa-spin-counterclockwise 2s infinite linear}.error-page .back-btn{margin-top:60px}
.up-to-date-modal{height:344px;width:100%;max-width:695px;border:1px solid #bfc6ce;border-radius:4px;background-color:rgba(255,255,255,.8);left:50%;top:65%;position:absolute;transform:translate(-50%, -50%);display:flex;flex-direction:column;align-items:center}.up-to-date-modal .empty-list-icon{padding-top:61px;padding-bottom:34px;font-size:100px}.up-to-date-modal .up-to-date-heading{font-weight:300;margin-bottom:1rem}
.pagination-container{display:flex;flex-direction:row;justify-content:right;padding-right:17px}@media(max-width: 575.98px){.pagination-container{display:block}}.pagination-container .page-item{font-size:14px}.pagination-container .page-item .page-link{color:#6b7786;background-color:#fff;border:none}.pagination-container .page-item.active .page-link{background-color:#fff;color:#2574db;border:none;cursor:default;pointer-events:none}.pagination-container .page-size{margin-left:10px;display:inline-flex;flex-direction:row}.pagination-container .page-size .form-control{max-width:80px;font-size:14px;height:35px;appearance:auto}.pagination-container .page-size .item-per-page{min-width:85px;margin-left:10px;color:#265173;font-size:12px;padding-top:8px}
.skeleton-table-cell{width:100%;height:18px;background-color:rgba(72,80,86,.15);border-radius:10px;padding:0px}
.historical-response-list-modal .historical-response-list-modal-title{display:flex;justify-content:space-between;align-items:center;font-size:1.5rem;color:#252b31;padding-left:.7rem}.historical-response-list-modal .historical-response-list-modal-title i{font-size:1rem}.historical-response-list-modal .historical-responses-table-container{overflow-y:auto;max-height:80vh;padding:0;border-bottom:none}.historical-response-list-modal .historical-responses-table-container .historical-response-table{min-height:15vh;table-layout:unset;min-width:unset;width:100%;display:table;max-height:75vh}.historical-response-list-modal .historical-responses-table-container .historical-response-table thead{border-bottom:2px solid #bfc6ce}.historical-response-list-modal .historical-responses-table-container .historical-response-table thead th{font-weight:500}.historical-response-list-modal .historical-responses-table-container .historical-response-table .no-border-bottom{border-bottom:none}
.published-responses table,.drafts-responses{width:100%;display:table}.published-responses table:not(.table-hover) tbody tr,.drafts-responses:not(.table-hover) tbody tr{cursor:default}.published-responses table thead,.drafts-responses thead{border-bottom:.5px solid #d8d8d8}.published-responses table thead th,.drafts-responses thead th{font-size:14px;border-top:none;border-bottom:none;padding-left:10px;color:#1b3147;font-weight:500}.published-responses table thead th.referenceId,.drafts-responses thead th.referenceId{width:90px;min-width:90px}.published-responses table thead th.date,.drafts-responses thead th.date{width:200px;min-width:200px}.published-responses table thead th.date .date-label,.drafts-responses thead th.date .date-label{display:inline-block;width:70%}.published-responses table thead th.date .fa,.drafts-responses thead th.date .fa,.published-responses table thead th.date .icon,.drafts-responses thead th.date .icon{cursor:pointer;margin-left:10px}.published-responses table thead th.category,.drafts-responses thead th.category{width:150px;min-width:150px}.published-responses table thead th.panvivaId,.drafts-responses thead th.panvivaId{width:150px;min-width:150px}.published-responses table thead th.updatedDate,.drafts-responses thead th.updatedDate{width:150px;min-width:150px}.published-responses table thead th.updatedBy,.drafts-responses thead th.updatedBy{width:150px;min-width:150px}.published-responses table tbody,.drafts-responses tbody{color:#485056;border-bottom:.5px solid #d8d8d8}.published-responses table tbody tr:hover,.drafts-responses tbody tr:hover{background-color:#f1f3f3;cursor:pointer}.published-responses table tbody tr td,.drafts-responses tbody tr td{border:none;padding-left:10px}.published-responses table tbody tr td .badge,.drafts-responses tbody tr td .badge{font-size:14px;font-weight:500;margin-top:0px}.published-responses table tbody tr td .badge-primary,.drafts-responses tbody tr td .badge-primary{background-color:#6c757d}.published-responses table tbody tr td .badge-secondary,.drafts-responses tbody tr td .badge-secondary{background-color:#17a2b8}.filter-title{margin-bottom:10%;font-weight:bold}.text-field{display:flex;min-width:200px;font-size:12px}.filter-button{display:flex;justify-content:flex-end;margin-top:50px}.menu-item{display:flex;padding:5px}.menu-item:hover{background-color:#ececec}.menu-item .menu-label{overflow:hidden;text-overflow:ellipsis;width:100%}.menu-item .menu-label:hover{cursor:pointer}.date-filter-popover{overflow:visible !important;min-width:220px}.date-filter-popover .date-filter-container{display:flex;flex-direction:column;gap:20px}.select-menu-chips{margin:2px;max-width:175px}.popover-block{max-height:400px}.drafts-responses{position:relative;width:100%}.drafts-responses .title-link{color:#2574db}.drafts-responses .table thead th title{width:100%}.drafts-responses .table tr{height:47px;font-size:14px;border-bottom:.5px solid #bfc6ce}.panviva-id-column-data{display:flex;justify-content:space-between;height:inherit}.panviva-id-column-data img{height:20px;width:20px}.published-responses{background-color:#fff;margin-left:20px;padding-top:0;width:calc(100% - 40px);min-width:900px;position:relative}.published-responses .up-to-date-modal{left:50%;top:51%;transform:translate(-50%, -50%)}.published-responses .filter-actions{display:flex;justify-content:flex-end;margin-right:20px;margin-bottom:10px}.published-responses table{table-layout:auto;min-width:900px;width:100%;display:block;overflow:auto;max-height:75vh}.published-responses table thead{position:sticky;top:0;background-color:#fff;z-index:1}.published-responses table thead tr{background-color:#fff}.published-responses table thead th{background-color:#fff}.published-responses .title-link{color:#2574db}.published-responses .table tr{height:47px;font-size:14px;border-bottom:.5px solid #bfc6ce}.published-responses .table td{vertical-align:middle;text-align:left}.published-responses .table th{padding-left:.75rem;padding-right:.75rem;white-space:nowrap;text-align:left}.published-responses .table th.referenceId,.published-responses .table th.category,.published-responses .table th.updatedDate,.published-responses .table th.updatedBy{width:1%;padding-left:.75rem;padding-right:.75rem}.published-responses .table th.panvivaId{width:1%;padding-left:.75rem;padding-right:.75rem}.published-responses .table th{transition:background-color .2s ease;padding:6px 12px !important;min-height:52px;border-bottom-width:2px}.published-responses .table th:hover{background-color:rgba(131,143,160,.1215686275)}.published-responses .table th .published-table-heading{display:flex;align-items:center;justify-content:flex-start;gap:4px;height:40px}.published-responses .table th .published-table-heading .sort-icon{cursor:pointer;width:40px;height:40px;max-width:48px;max-height:48px;padding:2px;display:flex;align-items:center;justify-content:center;border-radius:4px;color:#525c69;background-color:rgba(0,0,0,0);position:relative;opacity:0;transition:background-color .2s ease,opacity .2s ease,color .2s ease;line-height:1}.published-responses .table th .published-table-heading .sort-icon:hover{background-color:rgba(131,143,160,.1215686275)}.published-responses .table th .published-table-heading>button{width:40px !important;height:40px !important;max-width:48px !important;max-height:48px !important;padding:2px !important;min-width:auto !important;opacity:0;transition:opacity .2s ease,background-color .2s ease;background-color:rgba(0,0,0,0) !important}.published-responses .table th .published-table-heading>button svg{fill:#525c69 !important;color:#525c69 !important}.published-responses .table th .published-table-heading>button:hover{background-color:rgba(131,143,160,.1215686275) !important}.published-responses .table th .published-table-heading>button:active{background-color:rgba(131,143,160,.1215686275) !important}.published-responses .table th:hover .published-table-heading .sort-icon{opacity:1}.published-responses .table th:hover .published-table-heading>button{opacity:1}.published-responses .table th[aria-sort] .published-table-heading .sort-icon{opacity:1;color:#0c5cc5}.published-responses .table th[aria-sort] .published-table-heading .sort-icon:hover{background-color:rgba(12,92,197,.08)}.published-responses .table th.filter-applied .published-table-heading>button{opacity:1 !important}.published-responses .table th.filter-applied .published-table-heading>button svg{fill:#0c5cc5 !important;color:#0c5cc5 !important}.published-responses .table th.filter-applied .published-table-heading>button:hover{background-color:rgba(12,92,197,.08) !important}.published-responses .table th[aria-sort=ascending] .sort-icon::after{content:"↑";font-size:25px;font-weight:400}.published-responses .table th[aria-sort=descending] .sort-icon::after{content:"↓";font-size:25px;font-weight:400}.published-responses .table th:not([aria-sort]) .sort-icon::after{content:url("/images/unsorted.svg")}.published-responses table.default-sorting th.dateModified .published-table-heading .sort-icon{opacity:1;color:#0c5cc5}.published-responses table.default-sorting th.dateModified .published-table-heading .sort-icon:hover{background-color:rgba(12,92,197,.08)}.published-responses table.default-sorting th.dateModified .published-table-heading>button{opacity:1 !important}.top-230{top:230px}
.filter-title{margin-bottom:10%;font-weight:bold}.text-field{display:flex;min-width:200;font-size:12}.filter-button{display:flex;justify-content:flex-end;margin-top:50px}.menu-item{display:flex;padding:5px}.menu-item:hover{background-color:#ececec}.menu-item .menu-label{overflow:hidden;text-overflow:ellipsis;width:100%}.menu-item .menu-label:hover{cursor:pointer}.date-filter-popover{overflow:visible !important;min-width:220px}.date-filter-popover .date-filter-container{display:flex;flex-direction:column;gap:20px}.select-menu-chips{margin:2px;max-width:175px}.popover-block{max-height:400px}
.drafts-responses table{width:100%;display:table}.drafts-responses table:not(.table-hover) tbody tr{cursor:default}.drafts-responses table thead{border-bottom:.5px solid #d8d8d8}.drafts-responses table thead th{font-size:14px;border-top:none;border-bottom:none;padding-left:10px;color:#1b3147;font-weight:500}.drafts-responses table thead th.referenceId{width:90px;min-width:90px}.drafts-responses table thead th.date{width:200px;min-width:200px}.drafts-responses table thead th.date .date-label{display:inline-block;width:70%}.drafts-responses table thead th.date .fa,.drafts-responses table thead th.date .icon{cursor:pointer;margin-left:10px}.drafts-responses table thead th.category{width:150px;min-width:150px}.drafts-responses table thead th.panvivaId{width:150px;min-width:150px}.drafts-responses table thead th.updatedDate{width:150px;min-width:150px}.drafts-responses table thead th.updatedBy{width:150px;min-width:150px}.drafts-responses table tbody{color:#485056;border-bottom:.5px solid #d8d8d8}.drafts-responses table tbody tr:hover{background-color:#f1f3f3;cursor:pointer}.drafts-responses table tbody tr td{border:none;padding-left:10px}.drafts-responses table tbody tr td .badge{font-size:14px;font-weight:500;margin-top:0px}.drafts-responses table tbody tr td .badge-primary{background-color:#6c757d}.drafts-responses table tbody tr td .badge-secondary{background-color:#17a2b8}.draft-list{background-color:#f1f3f3}.draft-list .guide{display:flex;flex-direction:row;position:relative;margin-top:-40px;margin-left:90px}.draft-list .guide .fa,.draft-list .guide .icon{margin-left:10px}.draft-list .vertical-spacer{height:170px}.draft-list .title-container{color:#252b31}.draft-list .title-container h1.title{padding:20px 0 20px 20px !important;margin-bottom:0}.drafts-responses{position:relative}.new-table-margin-top{margin-top:145px}
.updates table{width:100%;display:table}.updates table:not(.table-hover) tbody tr{cursor:default}.updates table thead{border-bottom:.5px solid #d8d8d8}.updates table thead th{font-size:14px;border-top:none;border-bottom:none;padding-left:10px;color:#1b3147;font-weight:500}.updates table thead th.referenceId{width:90px;min-width:90px}.updates table thead th.date{width:200px;min-width:200px}.updates table thead th.date .date-label{display:inline-block;width:70%}.updates table thead th.date .fa,.updates table thead th.date .icon{cursor:pointer;margin-left:10px}.updates table thead th.category{width:150px;min-width:150px}.updates table thead th.panvivaId{width:150px;min-width:150px}.updates table thead th.updatedDate{width:150px;min-width:150px}.updates table thead th.updatedBy{width:150px;min-width:150px}.updates table tbody{color:#485056;border-bottom:.5px solid #d8d8d8}.updates table tbody tr:hover{background-color:#f1f3f3;cursor:pointer}.updates table tbody tr td{border:none;padding-left:10px}.updates table tbody tr td .badge{font-size:14px;font-weight:500;margin-top:0px}.updates table tbody tr td .badge-primary{background-color:#6c757d}.updates table tbody tr td .badge-secondary{background-color:#17a2b8}.filter-title{margin-bottom:10%;font-weight:bold}.text-field{display:flex;min-width:200;font-size:12}.filter-button{display:flex;justify-content:flex-end;margin-top:50px}.menu-item{display:flex;padding:5px}.menu-item:hover{background-color:#ececec}.menu-item .menu-label{overflow:hidden;text-overflow:ellipsis;width:100%}.menu-item .menu-label:hover{cursor:pointer}.date-filter-popover{overflow:visible !important;min-width:150px}.date-filter-popover .date-filter-container{display:flex;flex-direction:column;gap:20px}.select-menu-chips{margin:2px;max-width:175px}.popover-block{max-height:400px}.updates{position:relative;margin-top:0;min-width:1140px}.updates .filter-actions{display:flex;justify-content:flex-end;margin-right:20px;margin-bottom:10px}.updates table{table-layout:auto;min-width:1100px;width:100%;display:block;overflow:auto;max-height:75vh}.updates table thead{position:sticky;top:0;background-color:#fff;z-index:1}.updates table thead tr{background-color:#fff}.updates table thead th{background-color:#fff}.updates .message{position:absolute;top:23px;left:122px}.updates .vertical-spacer{height:118px}.updates .update-list{background-color:#fff;margin-left:20px;padding-top:0;width:calc(100% - 40px);min-width:1100px}.updates .title-link{color:#2574db}.updates .table tr{height:47px;font-size:14px;border-bottom:.5px solid #bfc6ce}.updates .table td{vertical-align:middle;text-align:left}.updates .table th,.updates .table td{padding-left:.75rem;padding-right:.75rem;white-space:nowrap;text-align:left}.updates .table th.referenceId,.updates .table th.category,.updates .table th.lastCuratedDate,.updates .table th.date,.updates .table th.docUpdateDays,.updates .table td.referenceId,.updates .table td.category,.updates .table td.lastCuratedDate,.updates .table td.date,.updates .table td.docUpdateDays{width:1%;padding-left:.75rem;padding-right:.75rem}.updates .table th.panvivaId,.updates .table td.panvivaId{width:1%;padding-left:.75rem;padding-right:.75rem}.updates .table th{transition:background-color .2s ease;padding:6px 12px !important;min-height:52px;border-bottom-width:2px}.updates .table th:hover{background-color:rgba(131,143,160,.1215686275)}.updates .table th .updates-table-heading{display:flex;align-items:center;justify-content:flex-start;gap:4px;height:40px}.updates .table th .updates-table-heading .sort-icon{cursor:pointer;width:40px;height:40px;max-width:48px;max-height:48px;padding:2px;display:flex;align-items:center;justify-content:center;border-radius:4px;color:#525c69;background-color:rgba(0,0,0,0);position:relative;opacity:0;transition:background-color .2s ease,opacity .2s ease,color .2s ease;line-height:1}.updates .table th .updates-table-heading .sort-icon:hover{background-color:rgba(131,143,160,.1215686275)}.updates .table th .updates-table-heading>button{width:40px !important;height:40px !important;max-width:48px !important;max-height:48px !important;padding:2px !important;min-width:auto !important;opacity:0;transition:opacity .2s ease,background-color .2s ease;background-color:rgba(0,0,0,0) !important}.updates .table th .updates-table-heading>button svg{fill:#525c69 !important;color:#525c69 !important}.updates .table th .updates-table-heading>button:hover{background-color:rgba(131,143,160,.1215686275) !important}.updates .table th .updates-table-heading>button:active{background-color:rgba(131,143,160,.1215686275) !important}.updates .table th:hover .updates-table-heading .sort-icon{opacity:1}.updates .table th:hover .updates-table-heading>button{opacity:1}.updates .table th[aria-sort] .updates-table-heading .sort-icon{opacity:1;color:#0c5cc5}.updates .table th[aria-sort] .updates-table-heading .sort-icon:hover{background-color:rgba(12,92,197,.08)}.updates .table th.filter-applied .updates-table-heading>button{opacity:1 !important}.updates .table th.filter-applied .updates-table-heading>button svg{fill:#0c5cc5 !important;color:#0c5cc5 !important}.updates .table th.filter-applied .updates-table-heading>button:hover{background-color:rgba(12,92,197,.08) !important}.updates .table th[aria-sort=ascending] .sort-icon::after{content:"↑";font-size:25px;font-weight:400}.updates .table th[aria-sort=descending] .sort-icon::after{content:"↓";font-size:25px;font-weight:400}.updates .table th:not([aria-sort]) .sort-icon::after{content:url("/images/unsorted.svg")}.updates table.default-sorting th.docUpdateDays .updates-table-heading .sort-icon{opacity:1;color:#0c5cc5}.updates table.default-sorting th.docUpdateDays .updates-table-heading .sort-icon:hover{background-color:rgba(12,92,197,.08)}.updates table.default-sorting th.docUpdateDays .updates-table-heading>button{opacity:1 !important}.updates-container{background-color:#f1f3f3;overflow-x:auto;min-width:0}.updates-container .pagination-container{background-color:#fff;margin-left:20px;width:calc(100% - 40px);min-width:1100px;position:relative;top:-14px;margin-bottom:20px;padding-top:13px}#docUpdateDays-tooltip.cc-tooltip{padding-right:8px !important;max-width:155px !important}.panviva-id-filter{right:20px !important;left:auto !important}.pagination-container{padding-top:10px}
.active .home-tile{border-left:8px solid #2574db;background-color:#fff}.home-tile{width:267px;height:104px;background-color:#fff;color:#000;box-shadow:0 1.2px 2px rgba(0,0,0,.39);text-align:left;margin-right:20px;display:inline-block;padding-top:15px;text-transform:uppercase;padding-left:22px;border-radius:4px}.home-tile .heading{height:19px;font-weight:500;line-height:19px;margin:0;padding:0;color:#6b7786}.home-tile span{display:block}.home-tile span.count{height:42px;font-size:36px;font-weight:500;line-height:42px;margin:5px 0}.home-tile span.subtitle{height:11px;font-size:10px;line-height:11px}@media(max-width: 575.98px){.home-tile{display:block;padding:12px;margin:0 0 12px 0;width:auto;height:auto}}
.home-tile-strip{display:flex;flex-direction:row;align-items:center;padding:20px 0 20px 20px;position:absolute;top:112px;min-width:fit-content}@media(max-width: 575.98px){.home-tile-strip{padding:20px}}
.dashboard{padding:0;background:#f1f3f3;margin-top:-25px;overflow-x:auto;min-width:0}.dashboard h1.title{padding:20px;border-bottom:1px solid #bfc6ce;background:#fff;min-width:fit-content}.dashboard .message{margin-bottom:25px;font-weight:normal;font-size:14px}.dashboard .search-bar{background-color:#fff;padding:20px;margin-top:145px;margin-left:20px;padding-bottom:2px;width:calc(100% - 40px)}.dashboard .drafts-responses{background-color:#fff;margin-left:20px;padding-top:0;width:calc(100% - 40px)}@media(max-width: 575.98px){.dashboard{padding:20px}}
.modal .modal-dialog{transform:translate(0, -50%);top:35%;margin:0 auto}@media(max-width: 575.98px){.modal .modal-dialog{top:15%}}.modal .modal-title,.modal .modal-body{color:#252b31}
.response-tags{display:flex;flex-wrap:wrap;flex-direction:row}.response-tags .add-tags{flex-basis:25%;min-width:200px;margin-right:10px;margin-bottom:10px;height:38px}.response-tags .add-tags .form-control{height:38px;border:1px solid #bfc6ce}.response-tags .add-tags .btn{background-color:#fff;border:1px solid #2574db;border-radius:0 4px 4px 0;height:38px;color:#2574db}.response-tags .tag{margin-top:5px;margin-right:10px;margin-left:0;height:31px;padding:11px;display:inline-flex;align-items:center;background-color:#bfc6ce;border-radius:20px;font-size:14px;color:#252b31;border:1px solid #252b31}.response-tags .tag .fa,.response-tags .tag .icon{cursor:pointer;margin-left:5px}
.urls-accordion{margin-bottom:12px}.response-urls{display:flex;flex-wrap:wrap;flex-direction:row}.response-urls .error{margin-bottom:5px;margin-right:60%;margin-left:0;height:38px;padding:3px;border-radius:4px;color:#f50606;font-size:16px}.response-urls .add-urls{min-width:200px;margin-bottom:10px;height:38px}.response-urls .add-urls .form-control{height:38px;border:1px solid #bfc6ce}.response-urls .add-urls .btn{background-color:#28a745;border:1px solid #bfc6ce;border-radius:0 4px 4px 0;height:38px}.response-urls .url{margin-bottom:10px;margin-right:10px;margin-left:0;height:38px;padding:15px;display:inline-flex;align-items:center;background-color:#e1ecf4;border-radius:4px;font-size:16px}.response-urls .url .fa{cursor:pointer;margin-left:5px}
.refresh-icon-button{cursor:pointer}.wandicon{cursor:pointer}
.response-saved i{font-size:50px;color:#40bca1}.response-saved .details{padding-left:141px;padding-right:141px;align-items:flex-start;width:100%}.response-saved .details .key{margin-top:15px;margin-bottom:18px;font-size:20px;line-height:24px;color:#265173;font-weight:500}.response-saved .details .value{margin-top:0px;margin-bottom:15px;line-height:21px;color:#000}.response-saved .ok-btn{margin-top:15px;justify-content:flex-end}.response-saved .ok-btn .btn{width:250px}
.response-variation-box .validation-error{padding-top:5px;display:none;font-size:14px;color:#dc3545}.response-variation-box .validation-error.invalid{display:block}.response-variation-box .response-variation{width:100%;border:2px solid #bfc6ce;border-radius:4px;margin-bottom:20px}.response-variation-box .response-variation .variation-header{padding:11px 21px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#d4d9dd}.response-variation-box .response-variation .variation-header .header{display:flex;font-size:14px;font-weight:500}.response-variation-box .response-variation .variation-header .header .refresh-icon{margin-left:5px;cursor:pointer}.response-variation-box .response-variation .variation-header .wandicon{display:inline-block;width:29px;height:29px;border:2px solid #2474db;overflow:hidden;border-radius:4px;cursor:pointer;margin:-2px 5px}.response-variation-box .response-variation .variation-header .wandicon.disabled{border:2px solid #6b7786}.response-variation-box .response-variation .variation-header .wandicon img{margin:-8px}.response-variation-box .response-variation .variation-header .fa,.response-variation-box .response-variation .variation-header .icon{font-size:21px}.response-variation-box .response-variation .content{background-color:#bcd8fc;padding:16px 20px;position:relative}.response-variation-box .response-variation .content .refresh-icon{position:absolute;right:25px;bottom:15px}.response-variation-box .response-variation .content textarea{font-size:14px;border:1px solid #bfc6ce;border-radius:0;padding-right:25px}.response-variation-box .response-variation .content .scroll+.refresh-icon{right:38px}.response-variation-box .response-variation .content.is-invalid textarea{border:1px solid #dc3545}.response-variation-box .response-variation .content.is-invalid .invalid-feedback{display:block}.response-variation-box .response-variation .channels{padding:10px 20px}.response-variation-box .response-variation .channels .header{display:flex;flex-direction:row;align-items:center}.response-variation-box .response-variation .channels .header .field-label{font-size:14px;margin-right:5px}.response-variation-box .response-variation .channels .header .field-label:after{content:"*";color:#dc3545;margin-left:2px;position:relative;top:-0.3em}.response-variation-box .response-variation .channels .header .components-icon-close{margin-left:auto;font-size:x-large}.response-variation-box .response-variation .channels .channel-selection{display:flex;flex-direction:row;flex-wrap:wrap}.response-variation-box .response-variation .channels .channel-selection .dropdown{margin-top:10px}.response-variation-box .response-variation .channels .channel-selection .dropdown .dropdown-menu{height:auto;max-height:200px;overflow-x:hidden}.response-variation-box .response-variation .channels .channel-selection .dropdown .btn-outline-secondary{font-size:16px;margin-right:10px;margin-bottom:10px;border:1px solid #bfc6ce;display:inline-flex;justify-content:space-between;align-items:center}.response-variation-box .response-variation .channels .channel-selection .dropdown .btn-outline-secondary:hover,.response-variation-box .response-variation .channels .channel-selection .dropdown .btn-outline-secondary:focus{color:#6c757d;background-color:rgba(0,0,0,0);border-color:#bfc6ce;box-shadow:none}.response-variation-box .response-variation .channels .channel-selection .dropdown .btn-outline-secondary.is-invalid{border:1px solid #dc3545}.response-variation-box .response-variation .channels .channel-selection .dropdown .dropdown-item{cursor:pointer}.response-variation-box .response-variation .channels .channel-selection .selected-channels{display:inline-flex;flex-wrap:wrap;align-items:flex-end}.response-variation-box .response-variation .channels .channel-selection .selected-channels .channel{margin-right:10px;margin-bottom:13px;padding:4px 10px 6px 10px;border-radius:20px;background-color:#bfc6ce;font-size:14px;color:#252b31;height:31px;border:1px solid #252b31}.response-variation-box .response-variation .channels .channel-selection .selected-channels .channel .fa,.response-variation-box .response-variation .channels .channel-selection .selected-channels .channel .icon{margin-left:5px}
.response-variations{width:100%}.response-variations .add-new-variation{display:flex;width:100%}.response-variations .add-new-variation .btn-outline-secondary{font-weight:500;background-color:#fff;color:#2574db;border:1px solid #2574db}.response-variations .add-new-variation .btn-outline-secondary:disabled{background-color:#e4e5e6}.response-variations .add-new-variation .btn-outline-secondary .fa,.response-variations .add-new-variation .btn-outline-secondary .icon{margin-right:10px}
.select-document{display:flex;height:752px;margin-bottom:30px}.select-document .panel-flex{flex:1;width:48%}.select-document .panel-flex .textarea-container{flex:1;margin-top:34px;display:flex;flex-direction:column}.select-document .panel-flex .textarea-container textarea{flex:1;border:1px solid #838fa0;box-sizing:border-box;border-radius:0;resize:none;font-size:12px;line-height:20px;color:#1b3147}.select-document .panel-flex .textarea-container textarea.is-invalid{border:1px solid #dc3545}.select-document .panel-flex .textarea-container .invalid-feedback{display:block;min-height:20px}.select-document .panel-flex .textarea-container .border-bottom{border-bottom:solid 1px red}.select-document .panel-flex .textarea-container .disabled-button{background-color:#e4e5e6;color:#485056;border:none;opacity:.65;text-transform:uppercase;font-weight:500;line-height:1.5;border-radius:.25rem;text-align:center;vertical-align:middle;user-select:none;letter-spacing:1.5px}.select-document .panel-flex .textarea-container .curation-block{padding:5px;border-right:1px solid #000;border-left:1px solid #000;border-top:1px solid #000}.select-document .panel-flex .textarea-container .curation-block .wandicon{display:inline-block}.select-document .panel-flex .textarea-container .curation-block .enabled-wandicon{margin-top:-9px;margin-left:-10px}.select-document .panel-flex .textarea-container .curation-block .greyWandicon{margin-top:-9px;margin-left:-10px}.select-document .panel-flex .textarea-container .curation-block .EnabledUndoIcon:hover{cursor:pointer}.select-document .panel-flex .textarea-container .padding-3{padding:3px}.select-document .panel-flex .textarea-container .font-12{font-size:12px !important}.select-document .panel-flex .textarea-container .shadow-active:focus{box-shadow:none !important}.select-document .panel-flex .textarea-container .shadow-active:active{box-shadow:0 0 0 .2rem rgba(148,152,156,.5) !important}.select-document .panel-flex .textarea-container .disclaimer-text{font-size:10px;line-height:12px;height:45px}.select-document .panel-flex .textarea-container .margin-right-2{margin-right:2px}.select-document .panel-flex .textarea-container .padding-top-1{padding-top:1px}.select-document .panel-middle{flex:0 0 72px;display:flex;align-items:center;justify-content:center}.select-document .panel-middle .btn{background-color:#2574db;color:#fff}.select-document .panel-middle .btn .double-chevron{margin-right:-3px}.select-document .panel-middle .btn .double-chevron i:last-child{margin-left:-3px}.select-document .section-deleted-notification{height:40px;margin:12px 10px 0px 10px;border:1px solid #ffeeba;border-radius:4px;background-color:#fff3cd;font-size:12px;line-height:15px}.select-document .section-deleted-notification i.fa,.select-document .section-deleted-notification i.icon{float:left;display:block;width:16px;font-size:14px;margin:12px 15px;text-align:center}.select-document .section-deleted-notification .notification-text{font-size:12px;padding:5px 0px 3px 0px}.select-document .update-notification{border-bottom:1px solid #838fa0;background-color:#fff3cd;padding:10px 20px}.select-document .update-notification .notification-message{padding:0px}.select-document .update-notification .margin-top-0{margin-top:0px !important}.select-document .document-deleted-notification,.select-document .untaggable-document-notification,.select-document .no-chunk-notification{width:90%;margin:40% auto;padding:10px 20px;border:1px solid #ffeeba;border-radius:4px;background-color:#fff3cd}.select-document .document-deleted-notification .notification-message,.select-document .untaggable-document-notification .notification-message,.select-document .no-chunk-notification .notification-message{padding:0px}.select-document .document-deleted-notification .margin-top-0,.select-document .untaggable-document-notification .margin-top-0,.select-document .no-chunk-notification .margin-top-0{margin-top:0px !important}
.document-step-panel{height:100%;color:#485056;display:flex;flex-flow:column}.document-step-panel p{position:absolute;margin-left:32px;margin-top:15px}.document-step-panel .section-selector-container p{position:inherit;color:#252b31}.document-step-panel p{padding:10px 25px;font-size:14px;margin-bottom:0px}.document-step-panel h4{color:#252b31;margin-bottom:0;font-size:24px;margin-left:54px}.document-step-panel h4 .star{font-weight:500;top:-0.3em;left:-0.2em}.document-step-panel h4 .step-number{display:inline-block;height:46px;width:46px;line-height:46px;border-radius:4px;font-size:24px;text-align:center;color:#fff;background-color:#252b31;vertical-align:middle;margin-top:-2px;position:absolute;margin-left:-54px}
.section-selector-container{margin-top:34px;flex:1;display:flex;flex-direction:column;overflow:hidden}.section-selector-container .invalid-feedback{min-height:20px;display:block}.section-selector-container .border-bottom{border-bottom:solid 1px red}.section-selector-container .curation-block{padding:5px;border-top:1px solid #000;border-right:1px solid #000;border-left:1px solid #000}.section-selector-container .curation-block .wandicon{margin-top:-1px;margin-left:-1px;display:inline-block}.section-selector-container .curation-block .enabled-wandicon{margin-top:-9px;margin-left:-10px}.section-selector-container .curation-block .greyWandicon{margin-top:-9px;margin-left:-10px}.section-selector-container .curation-block .EnabledUndoIcon:hover{cursor:pointer}.section-selector-container .padding-3{padding:3px}.section-selector-container .font-12{font-size:12px !important}.section-selector-container .shadow-active:focus{box-shadow:none !important}.section-selector-container .shadow-active:active{box-shadow:0 0 0 .2rem rgba(148,152,156,.5) !important}.section-selector-container .disclaimer-text{font-size:10px;line-height:12px;height:45px}.section-selector-container .margin-right-2{margin-right:2px}.section-selector-container .padding-top-1{padding-top:1px}.section-selector-container .chunk-icon{margin-left:2px;width:20px}.section-selector-container .width-17{width:17px !important}.section-selector-container .disabled-button{background-color:#e4e5e6;color:#485056;border:none;opacity:.65;text-transform:uppercase;font-weight:500;line-height:1.5;border-radius:.25rem;text-align:center;vertical-align:middle;user-select:none;letter-spacing:1.5px}.section-selector-container .section-selector{flex:1;width:100%;scroll-behavior:smooth;background-color:#fff;overflow:auto;border:1px solid #838fa0}.section-selector-container .section-selector.is-invalid{border:1px solid #dc3545}.section-selector-container .section-selector ul{list-style:none;padding:0;margin-top:10px}.section-selector-container .section-selector ul li.custom-control.custom-checkbox{padding-left:40px;display:flex;margin-top:10px;align-items:center}.section-selector-container .section-selector ul li.custom-control.custom-checkbox.checked{background-color:#e2eefd}.section-selector-container .section-selector ul li .backgound-color-banner{background-color:#fff3cd}.section-selector-container .section-selector ul li label.custom-control-label{padding:8px 12px;border:1px solid rgba(0,0,0,0);display:block;margin:5px;font-size:12px;line-height:15px;color:#1b3147;border-radius:6px}.section-selector-container .section-selector ul li label.custom-control-label:before,.section-selector-container .section-selector ul li label.custom-control-label:after{top:50%;left:-28px;width:18px;height:18px;transform:perspective(1px) translateY(-50%)}.section-selector-container .section-selector ul li label.custom-control-label:hover{border-color:#485056}.section-selector-container .section-selector ul li label.custom-control-label.has-changes{border:solid 1px #e60c51;transition:box-shadow .6s ease-in-out;box-shadow:0 rgba(216,51,51,.15)}.section-selector-container .section-selector ul li label.custom-control-label.has-changes.animate{box-shadow:0 3px 3px rgba(221,54,54,.4)}.section-selector-container .section-selector ul li .external-label-padding{padding:8px 0px 8px 12px !important}.section-selector-container .section-selector ul li .custom-control-input:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.section-selector-container .section-selector ul li .custom-control-input:hover~.custom-control-label{border-color:#485056}.section-selector-container .section-selector ul li .custom-control-input~.custom-control-label::before{background-color:#fff;border:solid 2px #838fa0;border-radius:3px}.section-selector-container .section-selector ul li .custom-control-input:checked~.custom-control-label::before{background-color:#2574db;background-size:30px 30px;border:solid 2px #2574db}.section-selector-container .section-selector ul li .custom-control-input:checked~.custom-control-label::after{background-size:12px 12px}.section-selector-container .section-selector ul li p{font-size:12px;padding:0;margin:0 0 5px 0}.section-selector-container .section-selector ul li table{font-size:14px;border-top:solid 1px #d8d8d8;border-bottom:solid 1px #d8d8d8;width:100%;padding:5px 0}.section-selector-container .section-selector ul li table .pv-bold{font-weight:bold}.section-selector-container .section-selector ul li table td,.section-selector-container .section-selector ul li table th{padding:0 0 10px 10px}.section-selector-container .section-selector ul li table td:first-child{padding-top:10px}.section-selector-container .pv-image,.section-selector-container .pv-image-map{max-width:100%}.section-selector-container .snippet-accordion{border:none}.section-selector-container .snippet-accordion .snippet-card{border:none;overflow:inherit}.section-selector-container .snippet-accordion .snippet-card .snippet-card-header{padding-bottom:7px;padding-left:10px;border-bottom:1px solid #838fa0;margin-bottom:0px}.section-selector-container .snippet-accordion .snippet-card .snippet-card-header h5{display:flex;flex-direction:row;justify-content:space-between}.section-selector-container .snippet-accordion .snippet-card .snippet-card-header h5 .current-snippet-color{color:#2674db !important}.section-selector-container .snippet-accordion .snippet-card .snippet-card-header h5 .header-text{padding-bottom:8px;padding-left:20px;font-size:12px;font-weight:700}.section-selector-container .snippet-accordion .snippet-card .snippet-card-header h5 .header-text:hover{cursor:pointer !important}.section-selector-container .snippet-accordion .border-top-1{border-top:1px solid #838fa0}.section-selector-container .snippet-accordion .padding-top-8{padding-top:8px}.section-selector-container .snippet-accordion .padding-top-16{padding-top:16px}.section-selector-container .snippet-accordion .scrollbar{overflow:auto;height:185px}.section-selector-container .snippet-accordion .snippet-card-body{padding:18px 0 0 0}
.manage-responses{width:100%}.manage-responses .page-title{padding-top:30px;margin-bottom:20px;display:flex;flex-direction:row;justify-content:space-between;align-items:baseline;border-bottom:2px solid #d8d8d8}.manage-responses .page-title.manage-draft{color:#252b31;background-color:#fff;padding:0 20px;position:relative;height:55px;line-height:55px;vertical-align:middle;border-bottom:1px solid #bfc6ce}.manage-responses .page-title.manage-draft h1{font-size:18px}.manage-responses .page-title h1{font-size:30px;font-weight:500;line-height:35px}.manage-responses .page-title .required-fields{font-size:14px;font-weight:500}.manage-responses .page-title .required-fields:before{content:"*";color:#dc3545;margin-right:2px;font-size:14px;font-weight:500;position:relative;top:-0.3em}.manage-responses .response-form{background-color:#fff;padding:16px;margin-right:20px;margin-left:20px}.manage-responses .response-form.read-only-form input,.manage-responses .response-form.read-only-form textarea,.manage-responses .response-form.read-only-form select,.manage-responses .response-form.read-only-form li{opacity:.5;background-color:#f5f5f5;pointer-events:none;cursor:not-allowed}.manage-responses .response-form.read-only-form button,.manage-responses .response-form.read-only-form [role=button],.manage-responses .response-form.read-only-form a,.manage-responses .response-form.read-only-form [data-bs-toggle],.manage-responses .response-form.read-only-form img{opacity:.5;pointer-events:none;cursor:not-allowed}.manage-responses .response-form.read-only-form .icon,.manage-responses .response-form.read-only-form [class*=icon],.manage-responses .response-form.read-only-form img{opacity:.5;pointer-events:none}.manage-responses .response-form.read-only-form *{user-select:text}.manage-responses .response-form h5{font-size:14px}.manage-responses .response-form .form-group{min-height:60px;margin-bottom:10px}.manage-responses .response-form .form-group.required h5:after{content:"*";color:#dc3545;margin-left:2px;font-size:14px;font-weight:500;position:relative;top:-0.3em}.manage-responses .response-form .form-group .form-control{color:#1b3147;border:1px solid #bfc6ce}.manage-responses .response-form .form-group .form-select{size:100px}.manage-responses .response-form .form-group .field-label{display:flex;flex-direction:row}.manage-responses .response-form .form-group .field-label .fa,.manage-responses .response-form .form-group .field-label .icon{margin-left:5px}.manage-responses .response-form .form-group .input-container-with-badge{position:relative}.manage-responses .response-form .form-group .input-container-with-badge .badge{position:absolute;font-weight:500;top:5px;left:10px;font-size:14px;line-height:17px;background-color:#5fcae7;color:#252b31;text-shadow:0 2px 4px 0 rgba(0,0,0,.5)}.manage-responses .response-form .form-group .input-container-with-badge .form-control{text-indent:50px}.manage-responses .response-form .form-group .invalid-feedback{padding-left:10px}.manage-responses .response-form .accordion{border:none}.manage-responses .response-form .accordion .card{border:none;overflow:inherit}.manage-responses .response-form .accordion .card .card-header{padding-left:0;padding-bottom:0;background-color:#e2eefd;padding-left:10px;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;margin-bottom:0px}.manage-responses .response-form .accordion .card .card-header h5{display:flex;flex-direction:row;justify-content:space-between}.manage-responses .response-form .accordion .card .card-header h5 .header-text{display:inline-flex;flex-direction:row;font-size:16px;padding-bottom:8px}.manage-responses .response-form .accordion .card .card-header h5 .header-text .fa,.manage-responses .response-form .accordion .card .card-header h5 .header-text .icon{margin-left:5px}.manage-responses .response-form .accordion .card .card-header h5 .header-text .fa:hover,.manage-responses .response-form .accordion .card .card-header h5 .header-text .icon:hover{cursor:pointer !important}.manage-responses .response-form .accordion .card .card-header h5 .header-text .wand-icon-blue{border:2px solid #2574db;border-radius:4px;width:29px;height:29px;margin-top:-4px;margin-left:5px}.manage-responses .response-form .accordion .card .card-header h5 .header-text .wand-icon-disabled{border:2px solid #6b7786;border-radius:4px;width:29px;height:29px;margin-top:-4px;margin-left:5px}.manage-responses .response-form .accordion .card .card-header h5 .header-text .margin-8{margin:-8px}.manage-responses .response-form .accordion .card .card-body{padding:18px 0 0 0}.manage-responses .response-form .accordion .card .card-body .query-variations .input-group{margin-bottom:12px}.manage-responses .response-form .accordion .card .card-body .query-variations .input-group:not(.last) .form-control{border-right:none}.manage-responses .response-form .accordion .card .card-body .query-variations .input-group .input-group-text{background-color:#fff;border:none}.manage-responses .response-form .accordion .card .card-body .query-variations .input-group .btn-outline-secondary{font-weight:500;background-color:#fff;color:#2574db;border:1px solid #2574db}.manage-responses .response-form .accordion .card .card-body .query-variations .input-group .btn-outline-secondary:disabled{background-color:#e4e5e6}.manage-responses .response-form .accordion .card .card-body .query-variations .input-group .btn-outline-secondary .fa,.manage-responses .response-form .accordion .card .card-body .query-variations .input-group .btn-outline-secondary .icon{margin-right:10px}.manage-responses .response-form .accordion .card .card-body .query-variations .top-bottom-border{border-top:1px solid #ced4da;border-bottom:1px solid #ced4da}.manage-responses .response-form .accordion .card .card-body .query-variations .top-bottom-right-border{border-top:1px solid #ced4da;border-bottom:1px solid #ced4da;border-right:1px solid #ced4da}.manage-responses .response-form .response-details{width:100%;padding:40px 0 0 0;display:flex;justify-content:space-around;flex-wrap:wrap}.manage-responses .response-form .response-details .response-details-left{width:100%}.manage-responses .response-form .response-details .response-details-right{width:100%}@media(min-width: 1200px){.manage-responses .response-form .response-details .response-details-left{padding-right:20px}.manage-responses .response-form .response-details .response-details-right{width:50%;padding-left:20px}}.manage-responses .response-form .form-fields.half{width:60%;margin-top:25px}.manage-responses .response-form .form-fields.title{display:flex;flex-direction:column;width:100%}.manage-responses .response-form .form-fields.title .doc-id{display:flex;flex-direction:row;margin-bottom:20px;font-size:14px;color:#485056}.manage-responses .response-form .form-fields.title .doc-id span{margin-left:10px}.manage-responses .response-form .form-fields.title .doc-id .doc-number{width:20%;min-width:180px}.manage-responses .response-form .manage-footer{width:100%;margin-top:22px;border-top:2px solid #d8d8d8;padding:17px 20px 12px 44px;display:flex;flex-direction:row;justify-content:flex-end}.manage-responses .response-form .manage-footer .btn{margin-left:15px;font-weight:500;line-height:14px;text-align:center}.manage-responses .response-form .external-document-card{display:block;width:185px;height:67px;padding:8px;border-radius:6px;margin-bottom:30px;box-shadow:0px 1px 2px 0px rgba(91,104,113,.3215686275);box-shadow:0px 0px 1px 0px rgba(26,32,36,.3215686275)}.manage-responses .response-form .card-container{display:flex;gap:11px}.manage-responses .response-form .external-document-name{font-family:Helvetica;font-size:12px;font-weight:400;line-height:16px;letter-spacing:.01em;text-align:left;background:#fff;display:inline-block;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manage-responses .response-form .card-number{width:20px;float:right;margin-top:5px}.manage-responses .response-form .sharepoint-icon{padding:2px;justify-content:space-between}.manage-responses .msg-tooltip-icon i{font-size:14px}.manage-responses .manage-response-notifications{margin:10px 0px 0px 0px;border:1px solid #ffeeba;border-radius:4px;background-color:#fff3cd;font-size:18px;font-weight:500;line-height:18px;display:flex;height:2.5em;align-items:center;justify-content:space-between}.manage-responses .manage-response-notifications i.fa,.manage-responses .manage-response-notifications i.icon{float:left;color:#000;width:16px;font-size:20px;margin:15px 10px;text-align:center}.manage-responses .manage-response-notifications .notification-button-container{display:flex;padding-right:1ex}.manage-responses .manage-response-notifications .notification-button-container .notification-button{color:#fff;border:.1em solid #000;border-radius:4px}.manage-responses .manage-response-notifications .notification-text{display:flex;margin:15px 10px;text-align:center}.display-flex{display:flex}.display-flex .current-document-buttons{height:33px;margin-top:24px;text-transform:none !important}.display-flex .padding-3{padding:3px}.display-flex .padding-8{padding:8px}.display-flex .font-12{font-size:12px !important}.display-flex .margin-left-12{margin-left:12px}.display-flex .left-border-radius-unset{border-bottom-left-radius:unset;border-top-left-radius:unset}.display-flex input{border-bottom-right-radius:unset;border-top-right-radius:unset;width:250px}.display-flex .disabled-button{background-color:#e4e5e6;color:#485056;border:none;opacity:.65;text-transform:uppercase;font-weight:500;line-height:1.5;border-radius:.25rem;text-align:center;vertical-align:middle;user-select:none;letter-spacing:1.5px;border-bottom-left-radius:unset !important;border-top-left-radius:unset !important}
.composite-response-list{width:100%;display:table}.composite-response-list:not(.table-hover) tbody tr{cursor:default}.composite-response-list thead{border-bottom:.5px solid #d8d8d8}.composite-response-list thead th{font-size:14px;border-top:none;border-bottom:none;padding-left:10px;color:#1b3147;font-weight:500}.composite-response-list thead th.referenceId{width:90px;min-width:90px}.composite-response-list thead th.date{width:200px;min-width:200px}.composite-response-list thead th.date .date-label{display:inline-block;width:70%}.composite-response-list thead th.date .fa,.composite-response-list thead th.date .icon{cursor:pointer;margin-left:10px}.composite-response-list thead th.category{width:150px;min-width:150px}.composite-response-list thead th.panvivaId{width:150px;min-width:150px}.composite-response-list thead th.updatedDate{width:150px;min-width:150px}.composite-response-list thead th.updatedBy{width:150px;min-width:150px}.composite-response-list tbody{color:#485056;border-bottom:.5px solid #d8d8d8}.composite-response-list tbody tr:hover{background-color:#f1f3f3;cursor:pointer}.composite-response-list tbody tr td{border:none;padding-left:10px}.composite-response-list tbody tr td .badge{font-size:14px;font-weight:500;margin-top:0px}.composite-response-list tbody tr td .badge-primary{background-color:#6c757d}.composite-response-list tbody tr td .badge-secondary{background-color:#17a2b8}.composite-response-list{padding-right:25px}.composite-response-list .table{width:100%;display:table}.composite-response-list .table thead th.title{width:100%}.composite-response-list .table thead th.category{width:150px}.composite-response-list .table thead th.status{width:100px}.composite-response-list .table thead th.panvivaId{width:150px}.composite-response-list .table thead th.updatedDate{width:150px}.composite-response-list .table thead th.updatedBy{width:150px}@media(min-width: 1200px){.composite-response-list .table thead th.category{min-width:200px}.composite-response-list .table thead th.status{min-width:200px}.composite-response-list .table thead th.panvivaId{min-width:200px}.composite-response-list .table thead th.updatedDate{width:150px}.composite-response-list .table thead th.updatedBy{width:150px}}
.search-response{list-style-type:none;position:relative;padding:5px;padding-top:0}.search-response .header{color:#252b31;font-size:16px;font-weight:600}.search-response .description{color:#252b31;font-size:14px}.search-response .form-inline{align-items:flex-start;padding-left:20px;padding-bottom:10px}.search-response li.info{margin:20px 0;padding:19px 0;font-size:14px;background-color:#fff}.search-response li.info:not(.not-timeline):before{content:attr(data-value);vertical-align:middle;color:#fff;font-weight:bold;font-size:18px;text-align:center;display:inline-block;position:relative;border-radius:50%;z-index:400;height:32px;line-height:32px;width:32px;left:0;background-color:#265173;float:left;margin:7px 12px 0 20px}.search-response li.info .form-group .col-sm-4{padding-right:10px}.search-response li.info .new-msg{border:1px solid #485056;border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,.14),0 3px 4px 0 rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);padding:20px 20px;text-align:center;min-width:500px;width:35%}@media(max-width: 575.98px){.search-response li.info .new-msg{padding:40px}}.search-response li.info .new-msg .create-new-btn{font-size:14px;padding:12px 21px 12px 21px}.search-response li.info .new-msg .msg{font-size:20px;line-height:25px;margin-bottom:35px}.search-response li.info .new-msg .msg .msg-tooltip-icon{display:inline;padding-left:10px}.search-response li.info .new-msg .msg .cc-tooltip{line-height:18px;font-size:14px}.search-response .document-deleted-notification{height:46px;margin:10px 0px 0px 0px;border:1px solid #ffeeba;border-radius:4px;background-color:#fff3cd;font-size:14px;line-height:18px}.search-response .document-deleted-notification i.fa,.search-response .document-deleted-notification i.icon{float:left;display:block;width:16px;font-size:14px;margin:15px 11px;text-align:center}.search-response .document-deleted-notification .notification-text{padding:5px 0px 3px 0px}.search-response .composite-response-list{padding-right:0px}.search-response .information-circle{font-size:15pt;padding-left:4px;position:relative;top:3px}.search-response .new-response-btn{margin-top:20px;margin-left:60px}.search-response .no-right-border-radius{border-bottom-right-radius:unset;border-top-right-radius:unset}.search-response .no-left-border-radius{border-top-left-radius:unset;border-bottom-left-radius:unset}.search-response .margin-left-20{margin-left:20px}.search-response .margin-top-10{margin-top:10px}.search-response .disable-button{background-color:#e4e5e6 !important;color:#485056 !important;border:none}.search-response .box-shadow-button{position:relative;z-index:auto}
.search-responses{width:100%;padding-top:30px;padding-left:20px;padding-right:20px}@media(max-width: 575.98px){.search-responses{width:80%}}.search-responses .page-title{display:flex;flex-direction:row;border-bottom:2px solid #d8d8d8;background-color:#fff;padding:15px 0 8px 16px;margin-top:-29px;margin-left:-19px}.search-responses .page-title h1{font-size:18px;font-weight:600;line-height:18px}.search-responses .input-group.search-group{width:30%;min-width:500px}.search-responses .input-group.search-group .search-button{border-bottom-left-radius:unset !important;border-top-left-radius:unset !important;border-bottom-right-radius:.5rem !important;border-top-right-radius:.5rem !important}
.source-search{position:relative;display:flex;justify-content:center;background-color:#f1f3f3;margin:20px;border-radius:5px}.source-search .source-search-container{width:400px;padding:15px;margin:0 auto;position:relative;display:flex;justify-content:center}.source-search .source-search-container .source-search-input{border-bottom-right-radius:unset;border-top-right-radius:unset}.source-search .source-search-container .source-search-button{border-bottom-left-radius:unset;border-top-left-radius:unset;text-transform:lowercase}.source-search .source-search-back{display:flex;margin:15px}
.source-table{position:relative;display:flex;justify-content:center;width:100%;height:90%;padding:0px 20px 0px 20px}.source-table .source-table-container{border:none;overflow-y:hidden}.source-table .source-table-container .source-table-heading{font-size:12px;color:#64748b}.source-table .source-table-container .source-table-data{color:#191d23;font-size:14px;border-bottom:none}.source-table .source-table-container .source-table-data .source-path-icon{color:#191d23;text-decoration:none !important}.source-table .source-table-container .source-table-data .source-cell-link{display:inline-block;color:#191d23;text-decoration:underline;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-table .source-table-container .source-table-data .source-cell-path{display:flex;align-items:baseline}.source-table .source-table-container .source-table-data .source-cell-path>span{display:inline-block;width:220px;overflow:hidden;text-overflow:ellipsis;direction:rtl}.source-table .source-table-container .source-table-data .source-cell-name{width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-table .source-table-container .source-table-tags-data{display:grid;column-gap:10px;row-gap:5px;padding:5px;grid-template-columns:75px 75px}.source-table .source-table-container .source-table-tags-data .source-cell-tags{color:#0b699d;background-color:#ecf6fd;padding:3px;font-weight:600;border-radius:3px;overflow:hidden;text-overflow:ellipsis}.source-tooltip{min-width:max-content}.source-table-error{display:table-caption;margin-top:20px;text-align:center}
.sources-container{width:100%}.sources-container .sources-title{padding:20px;border-bottom:1px solid #bfc6ce;background:#fff;font-size:18px;font-weight:600;color:#265173}.sources-container .sources-page{background-color:#fff;margin:.5% 7% .5% 7%;padding:.5%;border-radius:1%}.sources-container .document-title{padding:20px;font-weight:600;font-size:14px;color:#252b31}.sources-container .document-icon{padding:5px}
.analytics-container{width:96%}.analytics-container .analytics-title{padding:20px;border-bottom:1px solid #bfc6ce;background:#fff;font-size:18px;font-weight:600;color:#265173}.analytics-container .analytics-page{background-color:#fff;margin-left:1%;padding:.5%;border-radius:1%}
.analytics-table{position:relative;justify-content:center;width:100%;height:90%}.analytics-table .analytics-table-container{border:none;height:75vh;overflow:hidden}.analytics-table .analytics-table-container table{display:block;overflow:auto}.analytics-table .analytics-table-container table th[aria-sort=descending] .sort-icon::after{content:"↑";font-size:18px;font-weight:400}.analytics-table .analytics-table-container table th[aria-sort=ascending] .sort-icon::after{content:"↓";font-size:18px;font-weight:400}.analytics-table .analytics-table-container table th:not([aria-sort]) span:focus .sort-icon::after,.analytics-table .analytics-table-container table th:not([aria-sort]) span:hover .sort-icon::after{content:"↓";font-size:18px;font-weight:400}.analytics-table .analytics-table-container .analytics-table-header{position:sticky;top:0;background-color:#f1f3f3}.analytics-table .analytics-table-container .analytics-table-header .analytics-table-heading{display:flex;justify-content:space-between;align-items:center;min-width:200px;font-size:12px;color:#64748b}.analytics-table .analytics-table-container .analytics-table-data{color:#191d23;font-size:14px;border-bottom:none}.analytics-table .analytics-table-container .analytics-table-data .analytics-cell-name{width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-table .analytics-table-container .analytics-table-tags-data{display:grid;column-gap:10px;row-gap:5px;padding:5px;grid-template-columns:75px 75px}.analytics-table .analytics-table-container .analytics-table-tags-data .analytics-cell-tags{color:#0b699d;background-color:#ecf6fd;padding:3px;font-weight:600;border-radius:3px;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}.analytics-tooltip{max-width:600px !important}.analytics-table-error{display:table-caption;margin-top:20px;text-align:center}
.table_options .column_menu{color:#2574db;font-weight:500;display:flex}.table_options .column_menu .menu_item{margin:10px;display:flex;align-items:baseline;gap:5px}.table_options .column_menu .menu_item:hover{cursor:pointer}.table_options .column_menu .menu_item .icon-rotate{display:inline-block;transform:rotate(90deg)}.table_options .column_menu .disabled{cursor:default;pointer-events:none;color:#e4e5e6}.selection_popup{display:flex !important;padding:0}.selection_popup .selection_checkbox{font-size:15px;font-weight:400;margin-bottom:10px}.selection_popup .select_all{padding-top:10px;border-top:1px solid gray}
.linked-responses-page{background-color:#fff;margin:.5% 5px .5% 20px;padding:.5% 0% .5% 0%}.linked-responses-page .linked-responses-table{position:relative;display:flex;justify-content:center;width:100%;height:90%}.linked-responses-page .linked-responses-table .linked-responses-container{border:none;overflow-y:hidden;height:60vh}.linked-responses-page .linked-responses-table .linked-responses-container table{display:block;overflow:auto}.linked-responses-page .linked-responses-table .linked-responses-container .linked-responses-table-header{position:sticky;top:0;background-color:#fff}.linked-responses-page .linked-responses-table .linked-responses-container .linked-responses-table-header .linked-responses-heading{justify-content:space-between;align-items:center;width:25%;font-size:12px;color:#64748b}.linked-responses-page .linked-responses-table .linked-responses-container .linked-responses-data{color:#191d23;font-size:14px;border-bottom:none}.linked-responses-page .linked-responses-table .linked-responses-container .linked-responses-data .linked-responses-cell-link{display:inline-block;color:#191d23;text-decoration:underline;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.linked-responses-page .linked-responses-table .linked-responses-container .linked-responses-data .linked-responses-cell-name{width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.linked-responses-page .linked-responses-table .linked-responses-container .linked-responses-table-tags-data{display:grid;column-gap:10px;row-gap:5px;padding:5px;grid-template-columns:75px 75px}.linked-responses-page .linked-responses-table .linked-responses-container .linked-responses-table-tags-data .linked-responses-cell-tags{color:#0b699d;background-color:#ecf6fd;padding:3px;font-weight:600;border-radius:3px;overflow:hidden;text-overflow:ellipsis}.linked-responses-page .linked-responses-table-error{width:47vh;margin-left:90%;margin-top:118px;text-align:center;font-family:"Helvetica";font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#667085}.linked-responses-tooltip{min-width:max-content}.textTitle{position:absolute;font-family:"Helvetica";font-style:normal;font-weight:700;font-size:14px;line-height:20px;letter-spacing:.01em;color:#252b31}.textDescription{position:relative;top:10px;font-family:"Helvetica";font-style:normal;font-weight:400;font-size:12px;line-height:20px;align-items:center;letter-spacing:.02em;color:#252b31}.width-62{width:62% !important}.flex-row{display:flex;flex-direction:row}.linked-responses-curation{background-color:#fff;margin:.5% 40px .5% 20px;padding:.5% 0% .5% 0%}.linked-responses-curation .curationTextDescription{position:relative;top:10px;font-family:"Helvetica";font-style:normal;font-weight:400;font-size:12px;line-height:20px;align-items:center;letter-spacing:.02em;color:#252b31}.linked-responses-curation .form-inline{align-items:flex-start;padding-left:20px;padding-bottom:10px}.input-group.search-group{width:35% !important}
.qna-responses-page{background-color:#fff;margin:.5% 20px .5% 20px;padding:.5% 0% .5% 0%}.qna-responses-page .qna-responses-table{position:relative;display:flex;justify-content:center;width:100%;height:90%}.qna-responses-page .qna-responses-table .qna-responses-container{border:none;overflow-y:hidden;height:60vh}.qna-responses-page .qna-responses-table .qna-responses-container table{display:block;overflow:auto}.qna-responses-page .qna-responses-table .qna-responses-container .qna-responses-data{color:#191d23;font-size:14px;border-bottom:none}.qna-responses-page .qna-responses-table .qna-responses-container .qna-responses-data .qna-responses-cell-link{width:495px !important;display:inline-block;color:#191d23;text-decoration:underline;max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qna-responses-page .qna-responses-tooltip{min-width:max-content}.qna-responses-page .qna-responses-table-error{display:table-caption;margin-top:118px;text-align:center;height:140px;font-family:"Helvetica";font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#667085}.textTitle{position:absolute;font-family:"Helvetica";font-style:normal;font-weight:700;font-size:14px;line-height:20px;letter-spacing:.01em;color:#252b31}

/*# sourceMappingURL=main.3cc8ce7c3c7bf90df7f8.css.map*/