#telephone1_label {
  color: #313131 !important;
  margin-top: 10px !important;
}

.xrm-attribute-value {
  height: 100%;
}

select.form-control,
textarea,
input:not([type=submit]):not([type=button]) {
  border-radius: 6px;
  border-color: #313131;
  -webkit-box-shadow: none;
          box-shadow: none;
}
select.form-control:focus:not(:-moz-read-only), select.form-control:active:not(:-moz-read-only), textarea:focus:not(:-moz-read-only), textarea:active:not(:-moz-read-only), input:not([type=submit]):not([type=button]):focus:not(:-moz-read-only), input:not([type=submit]):not([type=button]):active:not(:-moz-read-only) {
  box-shadow: none;
  border-color: #313131;
  outline-offset: 4px;
  outline: 2px solid #ea9c50;
}
select.form-control:focus:not(:read-only), select.form-control:active:not(:read-only),
textarea:focus:not(:read-only),
textarea:active:not(:read-only),
input:not([type=submit]):not([type=button]):focus:not(:read-only),
input:not([type=submit]):not([type=button]):active:not(:read-only) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #313131;
  outline-offset: 4px;
  outline: 2px solid #ea9c50;
}

.invalid-doh,
.invalid-value,
.hbsp-invalid-field {
  border-color: #d60000 !important;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

label.mandatory:after {
  color: #d60000 !important;
  font-weight: 400;
  content: " (mandatory)" !important;
}

.address-picklist-container {
  position: relative;
}

.modal-dialog {
  margin-top: 100px;
}
.modal-dialog.modal-lg {
  max-width: 900px;
}
.modal-dialog.modal-md {
  max-width: 700px;
}

.invalid-feedback-doh,
.validation-message {
  display: block;
  color: #d60000;
  margin-bottom: 0.8rem;
  font-weight: 400;
}

.address-picklist {
  background: white;
  border: 1px solid #666666;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 34px;
  line-height: 1.8;
  padding: 6px;
  z-index: 100;
}
.address-picklist > div {
  padding-left: 4px;
  padding-right: 4px;
  border-left: 2px solid transparent;
}
.address-picklist > div:hover {
  background-color: rgba(73, 65, 124, 0.1);
  border-left-color: #49417c;
}

select#doh_rdm_country.lookup.form-control {
  margin-top: 24px;
}

.submit-btn.btn-address {
  color: #ffffff;
  background-color: #49417c;
  border-color: #49417c;
}
.submit-btn.btn-address:active:hover:not(:disabled), .submit-btn.btn-address:active:focus:not(:disabled) {
  border-color: #49417c;
  background-color: #49417c;
}
.submit-btn.btn-address.disabled:hover, .submit-btn.btn-address.disabled.focus, .submit-btn.btn-address[disabled]:hover, .submit-btn.btn-address[disabled].focus {
  color: #ffffff;
  background-color: #49417c;
  border-color: #49417c;
}
.submit-btn.btn-address:active:not(:disabled), .submit-btn.btn-address:focus:not(:disabled), .submit-btn.btn-address:hover:not(:disabled) {
  outline: 2px solid #ea9c50;
  outline-offset: 4px;
  text-decoration: none;
}
.submit-btn.btn-address i {
  color: #ffffff;
}

.crmEntityFormView .cell div.table-info.required label:after,
.crmEntityFormView .cell label.mandatory:after {
  color: #d60000 !important;
  font-weight: 400;
  content: " (mandatory)";
}

.validation-summary {
  display: none;
  padding: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  border-radius: 6px;
  border: 0.5px solid #f5c2c7;
  background-color: #f8f1f1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.validation-summary:has(ul) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.validation-summary h2.validation-header {
  color: #313131;
  font-weight: 700;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.validation-summary h2.validation-header .fa.fa-info-circle:before {
  content: "";
  background: url(/validation-header-icon.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-background-size: contain;
          background-size: contain;
}
.validation-summary > ul {
  display: block;
  width: 100%;
  margin-left: 20px;
}
.validation-summary > ul li a {
  color: #0077C8 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.pull-right {
  float: right !important;
}

.hprg-core {
  /* Make the parent div a flex container if it contains a checkbox and label */
}
.hprg-core hr,
.hprg-core hr.separator {
  border-top: 1px solid #d6d6d6;
}
.hprg-core .no-word-break {
  word-break: keep-all;
}
.hprg-core .hidden,
.hprg-core .d-none {
  display: none;
}
.hprg-core .invisible-content {
  color: transparent;
  max-height: 1px;
}
.hprg-core .centered {
  text-align: center !important;
}
.hprg-core .full-width, .hprg-core.full-width {
  width: 100% !important;
}
.hprg-core .clear-both {
  clear: both;
}
.hprg-core h1.as-h5,
.hprg-core h2.as-h5,
.hprg-core h3.as-h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 1rem 0;
}
.hprg-core div.line-separator {
  border-top: 1px solid #d6d6d6;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.hprg-core .flex-row {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.hprg-core .flex-column {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.hprg-core .flex-grow-even {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.hprg-core .flex-two-end {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.hprg-core .vertical-centered {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.hprg-core .fw-400 {
  font-weight: 400 !important;
}
.hprg-core .fw-500 {
  font-weight: 500 !important;
}
.hprg-core .fw-600 {
  font-weight: 600 !important;
}
.hprg-core .fw-700 {
  font-weight: 700 !important;
}
.hprg-core .clear-margin-padding p,
.hprg-core .clear-margin-padding h1,
.hprg-core .clear-margin-padding h2,
.hprg-core .clear-margin-padding h3,
.hprg-core .clear-margin-padding h4 {
  margin: 0;
  padding: 0;
}
.hprg-core .clear-left-margin-padding p,
.hprg-core .clear-left-margin-padding h1,
.hprg-core .clear-left-margin-padding h2,
.hprg-core .clear-left-margin-padding h3,
.hprg-core .clear-left-margin-padding h4 {
  margin-left: 0;
  padding-left: 0;
}
.hprg-core .control-tooltip {
  position: absolute;
  padding: 8px 12px;
  background-color: #eeeeee;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  word-wrap: break-word;
  left: 0;
}
.hprg-core .w-5pc {
  width: 5%;
}
.hprg-core .w-10pc {
  width: 10%;
}
.hprg-core .w-15pc {
  width: 15%;
}
.hprg-core .w-20pc {
  width: 20%;
}
.hprg-core .w-25pc {
  width: 25%;
}
.hprg-core .w-30pc {
  width: 30%;
}
.hprg-core .w-35pc {
  width: 35%;
}
.hprg-core .w-40pc {
  width: 40%;
}
.hprg-core .w-45pc {
  width: 45%;
}
.hprg-core .w-50pc {
  width: 50%;
}
.hprg-core .w-55pc {
  width: 55%;
}
.hprg-core .w-60pc {
  width: 60%;
}
.hprg-core .w-65pc {
  width: 65%;
}
.hprg-core .w-70pc {
  width: 70%;
}
.hprg-core .w-75pc {
  width: 75%;
}
.hprg-core .w-80pc {
  width: 80%;
}
.hprg-core .w-85pc {
  width: 85%;
}
.hprg-core .w-90pc {
  width: 90%;
}
.hprg-core .w-95pc {
  width: 95%;
}
.hprg-core .mt-4px {
  margin-top: 4px;
}
.hprg-core .mt-8px {
  margin-top: 8px;
}
.hprg-core .mt-12px {
  margin-top: 12px;
}
.hprg-core .mt-16px {
  margin-top: 16px;
}
.hprg-core .mt-20px {
  margin-top: 20px;
}
.hprg-core .mt-24px {
  margin-top: 24px;
}
.hprg-core .mt-28px {
  margin-top: 28px;
}
.hprg-core .mt-32px {
  margin-top: 32px;
}
.hprg-core .mt-36px {
  margin-top: 36px;
}
.hprg-core .mt-40px {
  margin-top: 40px;
}
.hprg-core .mb-4px {
  margin-bottom: 4px;
}
.hprg-core .mb-8px {
  margin-bottom: 8px;
}
.hprg-core .mb-12px {
  margin-bottom: 12px;
}
.hprg-core .mb-16px {
  margin-bottom: 16px;
}
.hprg-core .mb-20px {
  margin-bottom: 20px;
}
.hprg-core .mb-24px {
  margin-bottom: 24px;
}
.hprg-core .mb-28px {
  margin-bottom: 28px;
}
.hprg-core .mb-32px {
  margin-bottom: 32px;
}
.hprg-core .mb-36px {
  margin-bottom: 36px;
}
.hprg-core .mb-40px {
  margin-bottom: 40px;
}
.hprg-core .ml-4px {
  margin-left: 4px;
}
.hprg-core .ml-8px {
  margin-left: 8px;
}
.hprg-core .ml-12px {
  margin-left: 12px;
}
.hprg-core .ml-16px {
  margin-left: 16px;
}
.hprg-core .ml-20px {
  margin-left: 20px;
}
.hprg-core .ml-24px {
  margin-left: 24px;
}
.hprg-core .ml-28px {
  margin-left: 28px;
}
.hprg-core .ml-32px {
  margin-left: 32px;
}
.hprg-core .ml-36px {
  margin-left: 36px;
}
.hprg-core .ml-40px {
  margin-left: 40px;
}
.hprg-core .mr-4px {
  margin-right: 4px;
}
.hprg-core .mr-8px {
  margin-right: 8px;
}
.hprg-core .mr-12px {
  margin-right: 12px;
}
.hprg-core .mr-16px {
  margin-right: 16px;
}
.hprg-core .mr-20px {
  margin-right: 20px;
}
.hprg-core .mr-24px {
  margin-right: 24px;
}
.hprg-core .mr-28px {
  margin-right: 28px;
}
.hprg-core .mr-32px {
  margin-right: 32px;
}
.hprg-core .mr-36px {
  margin-right: 36px;
}
.hprg-core .mr-40px {
  margin-right: 40px;
}
.hprg-core .pt-4px {
  padding-top: 4px;
}
.hprg-core .pt-8px {
  padding-top: 8px;
}
.hprg-core .pt-12px {
  padding-top: 12px;
}
.hprg-core .pt-16px {
  padding-top: 16px;
}
.hprg-core .pt-20px {
  padding-top: 20px;
}
.hprg-core .pt-24px {
  padding-top: 24px;
}
.hprg-core .pt-28px {
  padding-top: 28px;
}
.hprg-core .pt-32px {
  padding-top: 32px;
}
.hprg-core .pt-36px {
  padding-top: 36px;
}
.hprg-core .pt-40px {
  padding-top: 40px;
}
.hprg-core .pb-4px {
  padding-bottom: 4px;
}
.hprg-core .pb-8px {
  padding-bottom: 8px;
}
.hprg-core .pb-12px {
  padding-bottom: 12px;
}
.hprg-core .pb-16px {
  padding-bottom: 16px;
}
.hprg-core .pb-20px {
  padding-bottom: 20px;
}
.hprg-core .pb-24px {
  padding-bottom: 24px;
}
.hprg-core .pb-28px {
  padding-bottom: 28px;
}
.hprg-core .pb-32px {
  padding-bottom: 32px;
}
.hprg-core .pb-36px {
  padding-bottom: 36px;
}
.hprg-core .pb-40px {
  padding-bottom: 40px;
}
.hprg-core .pl-4px {
  padding-left: 4px;
}
.hprg-core .pl-8px {
  padding-left: 8px;
}
.hprg-core .pl-12px {
  padding-left: 12px;
}
.hprg-core .pl-16px {
  padding-left: 16px;
}
.hprg-core .pl-20px {
  padding-left: 20px;
}
.hprg-core .pl-24px {
  padding-left: 24px;
}
.hprg-core .pl-28px {
  padding-left: 28px;
}
.hprg-core .pl-32px {
  padding-left: 32px;
}
.hprg-core .pl-36px {
  padding-left: 36px;
}
.hprg-core .pl-40px {
  padding-left: 40px;
}
.hprg-core .pr-4px {
  padding-right: 4px;
}
.hprg-core .pr-8px {
  padding-right: 8px;
}
.hprg-core .pr-12px {
  padding-right: 12px;
}
.hprg-core .pr-16px {
  padding-right: 16px;
}
.hprg-core .pr-20px {
  padding-right: 20px;
}
.hprg-core .pr-24px {
  padding-right: 24px;
}
.hprg-core .pr-28px {
  padding-right: 28px;
}
.hprg-core .pr-32px {
  padding-right: 32px;
}
.hprg-core .pr-36px {
  padding-right: 36px;
}
.hprg-core .pr-40px {
  padding-right: 40px;
}
.hprg-core div.gap-4px {
  height: 4px;
}
.hprg-core div.gap-8px {
  height: 8px;
}
.hprg-core div.gap-12px {
  height: 12px;
}
.hprg-core div.gap-16px {
  height: 16px;
}
.hprg-core div.gap-20px {
  height: 20px;
}
.hprg-core div.gap-24px {
  height: 24px;
}
.hprg-core div.gap-28px {
  height: 28px;
}
.hprg-core div.gap-32px {
  height: 32px;
}
.hprg-core div.gap-36px {
  height: 36px;
}
.hprg-core div.gap-40px {
  height: 40px;
}
.hprg-core.modal-container .modal {
  opacity: 1;
}
.hprg-core.modal-container .modal.show {
  display: block;
}
.hprg-core.modal-container .modal .modal-dialog {
  margin-top: 100px;
}
.hprg-core.modal-container .modal .modal-dialog.modal-lg {
  max-width: 900px;
}
.hprg-core.modal-container .modal .modal-dialog.modal-md {
  max-width: 700px;
}
.hprg-core.modal-container .modal .modal-header {
  padding: 15px 0;
  margin: 0 15px;
}
.hprg-core.modal-container .modal .modal-header h1 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}
.hprg-core.modal-container .modal .modal-body {
  padding: 15px 25px;
}
.hprg-core.modal-container .modal .modal-footer {
  padding: 15px 0;
  margin: 0 15px;
  border-top-color: transparent;
}
.hprg-core .modal-activate .btn.btn-default,
.hprg-core .modal-deactivate .btn.btn-default {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  background-color: #f7f8f9 !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.hprg-core.spinner-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.95;
  z-index: 1049;
  background-color: #f2f2f2;
}
.hprg-core .spinner-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hprg-core .spinner-wrapper p {
  margin-top: 12px;
  font-size: 1.8rem;
  font-weight: 500;
}
.hprg-core .wheel {
  border: 16px solid #ffffff;
  border-radius: 50%;
  border-top: 16px solid #49417c;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
     animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}
.hprg-core .spinner {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
}
.hprg-core .spinner-roller div {
  -webkit-animation: spinner-roller 1.4s cubic-bezier(0.5, 0, 0.5, 1) infinite;
       -o-animation: spinner-roller 1.4s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: spinner-roller 1.4s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
       -o-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}
.hprg-core .spinner-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #49417c;
  margin: -4px 0 0 -4px;
}
.hprg-core .spinner-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
       -o-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
.hprg-core .spinner-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.hprg-core .spinner-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
       -o-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
.hprg-core .spinner-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.hprg-core .spinner-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
       -o-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
.hprg-core .spinner-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.hprg-core .spinner-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
       -o-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
.hprg-core .spinner-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.hprg-core .spinner-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
       -o-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
.hprg-core .spinner-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.hprg-core .spinner-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
       -o-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
.hprg-core .spinner-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.hprg-core .spinner-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
       -o-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
.hprg-core .spinner-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.hprg-core .spinner-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
       -o-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
.hprg-core .spinner-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes spinner-roller {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes spinner-roller {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.hprg-core .loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  -webkit-mask: conic-gradient(from 15deg, rgba(0, 0, 0, 0), #000);
  -webkit-animation: l26 1s infinite steps(12);
       -o-animation: l26 1s infinite steps(12);
          animation: l26 1s infinite steps(12);
}
.hprg-core .loader,
.hprg-core .loader:before,
.hprg-core .loader:after {
  background: -webkit-radial-gradient(50% 12.5%, closest-side, #49417c 96%, rgba(0, 0, 0, 0)) 50% 0/20% 80% repeat-y, -webkit-radial-gradient(12.5% 50%, closest-side, #49417c 96%, rgba(0, 0, 0, 0)) 0 50%/80% 20% repeat-x;
  background: -o-radial-gradient(50% 12.5%, closest-side, #49417c 96%, rgba(0, 0, 0, 0)) 50% 0/20% 80% repeat-y, -o-radial-gradient(12.5% 50%, closest-side, #49417c 96%, rgba(0, 0, 0, 0)) 0 50%/80% 20% repeat-x;
  background: radial-gradient(closest-side at 50% 12.5%, #49417c 96%, rgba(0, 0, 0, 0)) 50% 0/20% 80% repeat-y, radial-gradient(closest-side at 12.5% 50%, #49417c 96%, rgba(0, 0, 0, 0)) 0 50%/80% 20% repeat-x;
}
.hprg-core .loader:before,
.hprg-core .loader:after {
  content: "";
  grid-area: 1/1;
  -webkit-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
}
.hprg-core .loader:after {
  -webkit-transform: rotate(60deg);
       -o-transform: rotate(60deg);
          transform: rotate(60deg);
}
@-webkit-keyframes l26 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-o-keyframes l26 {
  100% {
    -o-transform: rotate(1turn);
       transform: rotate(1turn);
  }
}
@keyframes l26 {
  100% {
    -webkit-transform: rotate(1turn);
         -o-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.hprg-core .lds-spinner,
.hprg-core .lds-spinner div,
.hprg-core .lds-spinner div:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hprg-core .lds-spinner {
  color: currentColor;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.hprg-core .lds-spinner div {
  -webkit-transform-origin: 40px 40px;
       -o-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
       -o-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}
.hprg-core .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: #49417c;
}
.hprg-core .lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
       -o-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.hprg-core .lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}
.hprg-core .lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
       -o-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
       -o-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.hprg-core .lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
       -o-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.hprg-core .lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
       -o-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
       -o-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.hprg-core .lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
       -o-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
       -o-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.hprg-core .lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
       -o-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.hprg-core .lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
       -o-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
       -o-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.hprg-core .lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
       -o-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
       -o-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.hprg-core .lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
       -o-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.hprg-core .lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
       -o-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
       -o-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.hprg-core .lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
       -o-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
       -o-animation-delay: 0s;
          animation-delay: 0s;
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hprg-core .lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hprg-core .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.hprg-core .lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
       -o-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #49417c transparent transparent transparent;
}
.hprg-core .lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
       -o-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.hprg-core .lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
       -o-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.hprg-core .lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
       -o-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes lds-ring {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.hprg-core .dropdown .profile-menu li {
  margin-top: 4px;
  margin-bottom: 6px;
  margin-left: 4px;
  margin-right: 8px;
}
.hprg-core .dropdown .profile-menu li > a {
  padding: 6px 20px;
  color: #313131;
  border-left: 2px solid transparent;
  border-right: none;
  border-top: none;
  border-bottom: none;
  outline-offset: 4px;
  outline: 2px solid transparent;
}
.hprg-core .dropdown .profile-menu li > a:active,
.hprg-core .dropdown .profile-menu li > a:focus,
.hprg-core .dropdown .profile-menu li > a:hover {
  background-color: rgba(73, 65, 124, 0.1) !important;
  border-left-color: #49417c !important;
  outline-offset: 4px;
  outline: 2px solid #ea9c50;
}
.hprg-core .dropdown-menu > .active {
  background-color: #ffffff;
  color: #313131;
}
.hprg-core .dropdown-menu > .active > a:focus {
  padding: 6px 20px;
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.hprg-core.pillars-container {
  height: 12px;
  width: 100%;
  padding-left: 0;
  background-color: #49417c;
  display: block;
  overflow-x: hidden;
}
.hprg-core.pillars-container > .pillar {
  min-width: 711px;
  background: -webkit-linear-gradient(left, #49417c 0, #49417c 40px, #49417c 40px, #6d6796 40px, #6d6796 98px, #6d6796 98px, #c9c6d8 98px, #c9c6d8 184px, #c9c6d8 184px, #807aa4 184px, #807aa4 270px, #807aa4 270px, #6d6796 270px, #6d6796 299px, #6d6796 299px, #a39fbd 299px, #a39fbd 328px, #a39fbd 328px, #a39fbd 328px, #a39fbd 414px, #a39fbd 414px, #807aa4 414px, #807aa4 462px, #807aa4 462px, #c9c6d8 462px, #c9c6d8 548px, #c9c6d8 491px, #6d6796 491px, #6d6796 577px, #6d6796 577px, #a39fbd 577px, #a39fbd 663px, #a39fbd 663px, #807aa4 663px, #807aa4 711px) !important;
  background: -o-linear-gradient(left, #49417c 0, #49417c 40px, #49417c 40px, #6d6796 40px, #6d6796 98px, #6d6796 98px, #c9c6d8 98px, #c9c6d8 184px, #c9c6d8 184px, #807aa4 184px, #807aa4 270px, #807aa4 270px, #6d6796 270px, #6d6796 299px, #6d6796 299px, #a39fbd 299px, #a39fbd 328px, #a39fbd 328px, #a39fbd 328px, #a39fbd 414px, #a39fbd 414px, #807aa4 414px, #807aa4 462px, #807aa4 462px, #c9c6d8 462px, #c9c6d8 548px, #c9c6d8 491px, #6d6796 491px, #6d6796 577px, #6d6796 577px, #a39fbd 577px, #a39fbd 663px, #a39fbd 663px, #807aa4 663px, #807aa4 711px) !important;
  background: linear-gradient(to right, #49417c 0, #49417c 40px, #49417c 40px, #6d6796 40px, #6d6796 98px, #6d6796 98px, #c9c6d8 98px, #c9c6d8 184px, #c9c6d8 184px, #807aa4 184px, #807aa4 270px, #807aa4 270px, #6d6796 270px, #6d6796 299px, #6d6796 299px, #a39fbd 299px, #a39fbd 328px, #a39fbd 328px, #a39fbd 328px, #a39fbd 414px, #a39fbd 414px, #807aa4 414px, #807aa4 462px, #807aa4 462px, #c9c6d8 462px, #c9c6d8 548px, #c9c6d8 491px, #6d6796 491px, #6d6796 577px, #6d6796 577px, #a39fbd 577px, #a39fbd 663px, #a39fbd 663px, #807aa4 663px, #807aa4 711px) !important;
}
.hprg-core.main-content-container {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  background: #f5f5f5;
}
.hprg-core.main-nav-container::after {
  display: none;
}
.hprg-core.main-nav-container .header-banner {
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hprg-core.main-nav-container .header-banner .banner-logo {
  padding: 0;
}
.hprg-core.main-nav-container .header-banner .banner-logo .banner-heading {
  margin-left: 0;
}
.hprg-core.main-nav-container .header-banner .banner-logo img {
  display: none;
}
.hprg-core.main-nav-container .header-banner .banner-logo a {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.hprg-core.main-nav-container .header-banner .banner-logo .beta-badge {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-left: 8px;
  font-size: 16px;
  width: 50px;
  height: 24px;
  font-weight: 500;
  border-radius: 6px;
}
.hprg-core.main-nav-container .header-banner .banner-logo h1 {
  margin: 0;
  font-size: 16px;
}
.hprg-core.main-nav-container .pulldown-menu-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hprg-core.main-nav-container .pulldown-menu-container .navbar {
  min-height: unset;
  margin-bottom: 0;
}
.hprg-core.main-nav-container .pulldown-menu-container .navbar .navbar-toggle {
  background-color: unset;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 42C0 40.8954 0.89543 40 2 40H46C47.1046 40 48 40.8954 48 42C48 43.1046 47.1046 44 46 44H2C0.89543 44 0 43.1046 0 42Z' fill='%2349417C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 30C0 28.8954 0.89543 28 2 28H46C47.1046 28 48 28.8954 48 30C48 31.1046 47.1046 32 46 32H2C0.89543 32 0 31.1046 0 30Z' fill='%2349417C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 18C0 16.8954 0.89543 16 2 16H46C47.1046 16 48 16.8954 48 18C48 19.1046 47.1046 20 46 20H2C0.89543 20 0 19.1046 0 18Z' fill='%2349417C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6C0 4.89543 0.89543 4 2 4H46C47.1046 4 48 4.89543 48 6C48 7.10457 47.1046 8 46 8H2C0.89543 8 0 7.10457 0 6Z' fill='%2349417C'/%3E%3C/svg%3E");
  -webkit-background-size: contain;
          background-size: contain;
  margin-right: 0;
}
.hprg-core.main-nav-container .pulldown-menu-container .navbar .nav.navbar-collapse {
  position: absolute;
  right: 0;
  width: 300px;
  background-color: #ffffff;
  z-index: 1000;
  border: 1px solid #cfcfcf;
  top: 40px;
}
.hprg-core.main-nav-container .my-account {
  display: none;
}
.hprg-core.main-nav-container .my-account .dropdown-toggle {
  white-space: nowrap;
}
.hprg-core.main-nav-container .my-account .dropdown-menu {
  left: unset;
  right: 0;
}
.hprg-core.main-nav-container .my-account .btn-secondary {
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
}
.hprg-core.main-nav-container .my-account .btn-secondary::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' %3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6.67346C11 6.44804 10.8401 6.2653 10.6429 6.2653L2.21936 6.2653L4.46682 3.69677C4.6063 3.53737 4.6063 3.27894 4.46682 3.11954C4.32735 2.96014 4.10122 2.96014 3.96175 3.11954L1.1046 6.38485C0.965132 6.54424 0.965132 6.80268 1.1046 6.96208L3.96175 10.2274C4.10122 10.3868 4.32735 10.3868 4.46682 10.2274C4.6063 10.068 4.6063 9.80955 4.46682 9.65015L2.21936 7.08162L10.6429 7.08162C10.8401 7.08162 11 6.89888 11 6.67346Z' fill='%2349417C'/%3E%3C/svg%3E");
  -webkit-background-size: contain;
          background-size: contain;
  margin-right: 4px;
}
.hprg-core.main-nav-container .my-account .dropdown-divider {
  border-bottom: 1px solid #c9c6d8;
}
.hprg-core .banner-logo {
  width: 100%;
  padding: 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hprg-core .banner-logo > a {
  display: inline-block;
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  outline: 2px solid transparent !important;
  outline-offset: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hprg-core .banner-logo > a:hover, .hprg-core .banner-logo > a:focus, .hprg-core .banner-logo > a:active {
  outline: 2px solid #ea9c50 !important;
  outline-offset: 2px;
}
.hprg-core .banner-logo > a > img {
  display: inline-block;
  border-right: 2px solid #959595;
  padding-right: 20px;
  width: 450px;
}
.hprg-core .banner-logo .banner-heading {
  display: inline-block;
  margin-left: 10px;
}
.hprg-core .banner-logo .beta-badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5px;
  background-color: #49417c;
  color: #ffffff;
  width: 80px;
  height: 36px;
  border-radius: 24px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hprg-core .feedback-info {
  background-color: #fcf8c3;
  border: 1px solid #faebcc;
  padding: 4px 15px;
  font-size: 14px;
  margin-left: -15px;
  margin-right: -15px;
}
.hprg-core .feedback-info p {
  margin-top: 0;
  margin-bottom: 0;
}
.hprg-core .alert-session-timeout {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fcf8c3;
  color: #313131;
}
@media screen and (min-width: 480px) {
  .hprg-core.main-nav-container .header-banner .banner-logo .beta-badge {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 12px;
    width: 60px;
    height: 32px;
    border-radius: 12px;
  }
  .hprg-core.main-nav-container .header-banner .banner-logo h1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 576px) {
  .hprg-core.main-nav-container .header-banner {
    padding: 24px 32px;
  }
  .hprg-core.main-nav-container .header-banner .banner-logo a > img {
    display: inline-block;
    width: 320px;
    padding-right: 12px;
    margin-right: 12px;
    border-right-color: #49417c;
  }
  .hprg-core.main-nav-container .header-banner .banner-logo .beta-badge {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 4px;
    margin-left: 12px;
    font-size: 20px;
    width: 75px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .hprg-core.main-nav-container .header-banner {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .hprg-core.main-nav-container .header-banner .banner-logo a > img {
    width: 400px;
  }
  .hprg-core.main-nav-container .header-banner .banner-logo .beta-badge {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 12px;
    width: 85px;
    border-radius: 12px;
  }
  .hprg-core.main-nav-container .header-banner .banner-logo h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hprg-core .pulldown-menu-container .navbar .navbar-toggle {
    display: block;
  }
  .hprg-core .pulldown-menu-container .navbar .nav.navbar-collapse.collapse {
    display: none !important;
  }
  .hprg-core .pulldown-menu-container .navbar .nav.navbar-collapse.collapse.in {
    display: block !important;
  }
}
@media screen and (min-width: 992px) {
  .hprg-core.main-nav-container .header-banner .banner-logo a > img {
    width: 450px;
  }
  .hprg-core.main-nav-container .pulldown-menu-container {
    display: none;
  }
  .hprg-core.main-nav-container .my-account {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1768px) {
  .hprg-core.main-nav-container .header-banner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.hprg-core .btn-dropdown-toggle {
  width: 3rem;
  height: 3rem;
}
.hprg-core .dropdown {
  position: relative;
  display: inline-block;
}
.hprg-core .dropdown .dropdown a:hover {
  background-color: rgba(73, 65, 124, 0.1);
}
.hprg-core .dropdown.action .btn.btn-default {
  font-weight: 400;
  padding: 0;
  margin: 0;
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 4px;
  background: transparent;
}
.hprg-core .dropdown.action .btn.btn-default:hover {
  background-color: rgba(73, 65, 124, 0.1);
}
.hprg-core .dropdown.action .btn.btn-default:active:not(:disabled), .hprg-core .dropdown.action .btn.btn-default:focus:not(:disabled), .hprg-core .dropdown.action .btn.btn-default:hover:not(:disabled) {
  text-decoration: none;
  outline-color: #ea9c50;
}
.hprg-core .dropdown.action .btn.btn-default .fa.fa-ellipsis-h:before {
  background: transparent;
  content: "";
  background: url(/three-dots.svg) no-repeat center center;
  width: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
}
.hprg-core .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(8, 45, 70, 0.15);
          box-shadow: 0px 1px 6px 0px rgba(8, 45, 70, 0.15);
  margin-top: 10px !important;
  padding: 0px;
}
.hprg-core .dropdown-menu .dropdown-item {
  padding: 10px 15px !important;
}
.hprg-core .dropdown-menu .dropdown-item:hover {
  background-color: #edecf2 !important;
  color: #313131 !important;
  text-decoration: none;
}
.hprg-core .dropdown-menu .dropdown-item:focus {
  outline: 3px solid #ea9c50;
  outline-offset: 3px;
  text-decoration: none;
  border: none;
  padding: 10px 15px;
}
.hprg-core .dropup .btn.btn-default.btn-sm {
  border-color: transparent;
  padding: 0;
  margin: 0;
}
.hprg-core .dropup .btn.btn-default.btn-sm:focus, .hprg-core .dropup .btn.btn-default.btn-sm:active, .hprg-core .dropup .btn.btn-default.btn-sm:active:focus:not(:disabled) {
  border-color: transparent;
}
.hprg-core .dropup .btn.btn-default.btn-sm .fa.fa-chevron-circle-down.fa-fw:before {
  background: transparent;
  content: "";
  background: url(/three-dots.svg) no-repeat center center;
  width: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
}
.hprg-core .left-nav-menu-wrapper {
  margin-right: 0px;
}
.hprg-core .left-nav-menu-wrapper .main-nav-container {
  padding-right: 20px;
}
.hprg-core .main-nav-container .homenavleft {
  width: 100%;
  padding-left: 2px;
  margin-left: 0px;
  margin-right: 0px;
}
.hprg-core .left-nav-menu .nav-item {
  margin-top: 13px;
  margin-bottom: 13px;
  margin-left: 2px;
  width: 100%;
}
.hprg-core .nav > li > a {
  border-radius: 0px;
  border-left: 2px solid transparent;
  color: #313131;
  padding: 4px 15px;
}
.hprg-core .nav > li > a:active, .hprg-core .nav > li > a:focus, .hprg-core .nav > li > a:hover {
  background-color: rgba(73, 65, 124, 0.1);
  border-left-color: #49417c;
  outline: 2px solid #ea9c50;
  outline-offset: 4px;
}
.hprg-core .nav > li.current > a {
  background-color: rgba(73, 65, 124, 0.1);
  border-left-color: #49417c;
}
.hprg-core a.nav-link.client-accounts:before {
  content: "";
  background: url("/client_accounts.svg");
}
.hprg-core .button-container {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.hprg-core .button-container.show-top-border {
  border-top: 1px solid #d6d6d6;
  padding-top: 15px;
}
.hprg-core .btn {
  line-height: 1.5;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  outline: 2px solid transparent;
  outline-offset: 4px;
  border: 3px solid transparent;
}
.hprg-core .btn + .btn {
  margin-left: 1.6rem;
}
.hprg-core .btn:focus, .hprg-core .btn:active:focus, .hprg-core .btn.active:focus {
  outline: none;
}
.hprg-core .btn-primary {
  color: #ffffff;
  background-color: #49417c;
  border-color: #49417c;
}
.hprg-core .btn-primary:active:hover:not(:disabled), .hprg-core .btn-primary:active:focus:not(:disabled) {
  border-color: #49417c;
  background-color: #49417c;
}
.hprg-core .btn-primary.disabled:hover, .hprg-core .btn-primary.disabled.focus, .hprg-core .btn-primary[disabled]:hover, .hprg-core .btn-primary[disabled].focus {
  color: #ffffff;
  background-color: #49417c;
  border-color: #49417c;
}
.hprg-core .btn-primary i {
  color: #ffffff;
}
.hprg-core .btn-secondary {
  color: #49417c;
  background-color: #fafafa;
  border: 0.5px solid #49417c;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.hprg-core .btn-tertiary {
  color: #49417c;
  background-color: #f7f8f9;
  font-weight: bold;
  padding: 0.5rem 0 0.5rem 0;
}
.hprg-core .btn-tertiary.btn-close {
  float: right !important;
  background-color: transparent;
  color: #313131;
  width: 24px;
  height: 24px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hprg-core .btn-tertiary.btn-close > span {
  font-size: 1.8rem;
  font-weight: 200;
}
.hprg-core .btn-link {
  color: #49417c;
  background-color: #ffffff;
  font-weight: bold;
  padding: 0 3px;
}
.hprg-core .btn-link:after {
  content: "";
  background: url(/purple-arrow.svg) no-repeat;
  display: inline-block;
  width: 32px;
  height: 22px;
  margin-left: 6px;
  vertical-align: middle;
}
.hprg-core .btn-primary,
.hprg-core .btn-secondary,
.hprg-core .btn-link,
.hprg-core .btn-tertiary {
  border-radius: 6px;
}
.hprg-core .btn-primary:active:not(:disabled), .hprg-core .btn-primary:focus:not(:disabled), .hprg-core .btn-primary:hover:not(:disabled),
.hprg-core .btn-secondary:active:not(:disabled),
.hprg-core .btn-secondary:focus:not(:disabled),
.hprg-core .btn-secondary:hover:not(:disabled),
.hprg-core .btn-link:active:not(:disabled),
.hprg-core .btn-link:focus:not(:disabled),
.hprg-core .btn-link:hover:not(:disabled),
.hprg-core .btn-tertiary:active:not(:disabled),
.hprg-core .btn-tertiary:focus:not(:disabled),
.hprg-core .btn-tertiary:hover:not(:disabled) {
  outline: 2px solid #ea9c50;
  outline-offset: 4px;
  text-decoration: none;
  opacity: 1;
  border-color: transparent;
}
.hprg-core .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hprg-core .ootb-btn-back {
  margin-left: -30px !important;
  border-radius: 6px;
  font-weight: 700;
  margin-top: 10px;
  padding: 5px 5px 5px 20px;
  color: #313131;
  background-color: transparent;
  border: 3px solid transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hprg-core .btn-back {
  border-radius: 6px;
  font-weight: 700;
  margin-top: 10px;
  padding: 5px 5px 5px 0;
  color: #313131;
  background-color: transparent;
  border: 3px solid transparent;
  margin-left: 0 !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hprg-core .btn-back:before {
  content: "";
  background: url(/back-arrow.svg) no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
}
.hprg-core .btn-back:active:not(:disabled), .hprg-core .btn-back:focus:not(:disabled), .hprg-core .btn-back:hover:not(:disabled) {
  border-color: #ea9c50;
  text-decoration: none;
  outline: none;
}
.hprg-core div button.btn:not(:first-child) {
  margin-left: 16px;
}
.hprg-core div.btn-group:not(:first-child) {
  margin-left: 1.6rem;
}
.hprg-core .separator-or {
  border-radius: 50%;
  background: #d9d9d9;
  color: #000000;
  border: 1px solid #d9d9d9;
  margin: 60px;
  font-size: small;
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  word-break: keep-all;
}
.hprg-core .email-verification-control {
  margin-top: 4px;
  margin-bottom: 4px;
}
.hprg-core .email-verification-control .email-verification-container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.hprg-core .email-verification-control .verification-code-container label {
  display: block;
}
.hprg-core .email-verification-control .verification-code-container input[type=text].verification-code {
  float: none;
}
.hprg-core .email-verification-control .btn {
  text-wrap: nowrap;
  padding: 5.5px 8px;
}
.hprg-core .email-verification-control .btn:not(:first-child) {
  margin-left: 6px;
}
.hprg-core .email-verification-control .btn.btn-tertiary {
  /* background-color: transparent; */
  padding-top: 4px;
  padding-bottom: 4px;
}
.hprg-core .callout {
  border-left: 4px solid #49417c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #f5f5f5;
  padding: 4px 15px;
  color: #313131;
}
.hprg-core .callout p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.hprg-core .callout a.link,
.hprg-core .callout a.external-link {
  text-decoration: underline;
}
.hprg-core .card-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
  padding-left: 0;
}
.hprg-core .card-container > li {
  list-style: none;
}
.hprg-core .card-container .card-content {
  height: 100%;
}
.hprg-core .card-container.h2-as-h3 h2 {
  font-size: 24px;
}
.hprg-core .card-container.height .card, .hprg-core .card-container.height-h1 .card, .hprg-core .card-container.height-h2 .card, .hprg-core .card-container.height-h3 .card {
  max-height: unset;
  height: auto;
}
.hprg-core .card-container.width .card, .hprg-core .card-container.width-30pc .card, .hprg-core .card-container.width-35pc .card, .hprg-core .card-container.width-40pc .card, .hprg-core .card-container.width-45pc .card, .hprg-core .card-container.width-50pc .card {
  width: 100%;
  max-width: unset;
}
.hprg-core .grid .card-container {
  gap: 0 !important;
  margin-bottom: 2.5rem;
}
.hprg-core .card {
  position: relative;
  vertical-align: top;
  display: inline-block;
  max-width: 16rem;
  min-height: 200px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  border-radius: 8px;
  border-color: #d6d6d6;
  padding: 24px;
}
.hprg-core .card .btn-cardlink {
  position: absolute;
  bottom: 20px;
}
.hprg-core .card .card-body {
  padding: 0;
}
.hprg-core .card .card-body * {
  color: #313131;
}
.hprg-core .card .card-body h2 {
  font-size: 20px;
}
.hprg-core .card .card-body .card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #313131;
}
.hprg-core .card .card-body .card-text {
  font-size: 16px;
  font-weight: 400px;
  line-height: 26px;
}
.hprg-core .card .card-action {
  position: absolute;
  bottom: 16px;
}
.hprg-core .card .card-action .card-link {
  color: #49417c;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hprg-core .card .card-action .card-link::after {
  content: unset;
}
.hprg-core .card .card-action .card-link .link-title {
  color: #49417c;
}
.hprg-core .card h2,
.hprg-core .card h3 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 12px;
}
.hprg-core .card-container.card-width-md .card {
  max-width: 18rem;
}
.hprg-core .card-container.card-width-md .card-body {
  width: 280px;
}
.hprg-core .card.child-service .card-body,
.hprg-core .card.parent-service .card-body {
  min-height: 220px;
}
.hprg-core .card.child-service .card-body h2,
.hprg-core .card.parent-service .card-body h2 {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .hprg-core .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hprg-core .card-container.width-30pc .card, .hprg-core .card-container.width-35pc .card, .hprg-core .card-container.width-40pc .card, .hprg-core .card-container.width-45pc .card, .hprg-core .card-container.width-50pc .card {
    width: 60%;
  }
}
@media only screen and (min-width: 992px) {
  .hprg-core .card-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hprg-core .card-container.height-h1 .card {
    height: 100%;
  }
  .hprg-core .card-container.height-h2 .card {
    height: 300px;
  }
  .hprg-core .card-container.height-h3 .card {
    height: 350px;
  }
  .hprg-core .card-container.height-h4 .card {
    height: 400px;
  }
  .hprg-core .card-container.width .card {
    width: 100%;
  }
  .hprg-core .card-container.width-30pc .card {
    width: 30%;
  }
  .hprg-core .card-container.width-35pc .card {
    width: 35%;
    max-width: unset;
  }
  .hprg-core .card-container.width-40pc .card {
    width: 40%;
    max-width: unset;
  }
  .hprg-core .card-container.width-45pc .card {
    width: 45%;
    max-width: unset;
  }
  .hprg-core .card-container.width-50pc .card {
    width: 50%;
  }
}
.hprg-core .c_card,
.hprg-core .card {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  background-color: #fff;
  height: 100%;
}
.hprg-core .c_card__content,
.hprg-core .card__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.hprg-core .c_card__content p,
.hprg-core .card__content p {
  margin-bottom: 0;
}
.hprg-core .c_card__inner,
.hprg-core .card__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hprg-core .c_card__title,
.hprg-core .card__title {
  margin-bottom: 16px;
  word-wrap: break-word;
}
.hprg-core .c_card__btn-wrapper,
.hprg-core .card__btn-wrapper {
  margin-top: 32px;
}
.hprg-core .c_card--horizontal,
.hprg-core .c_card-horizontal,
.hprg-core .card--horizontal,
.hprg-core .card-horizontal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: none;
}
.hprg-core .c_cards__item {
  list-style-type: none;
}
.hprg-core .nav.nav-tabs {
  margin-bottom: 15px;
}
.hprg-core .nav.nav-tabs > li {
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 2px;
}
.hprg-core .nav.nav-tabs > li:has(> a.active) {
  border-left-color: #d6d6d6;
  border-top-color: #d6d6d6;
  border-right-color: #d6d6d6;
  border-bottom-color: #ffffff;
  margin-bottom: -1px;
}
.hprg-core .nav.nav-tabs > li:not(:first-child) {
  margin-right: 4px;
}
.hprg-core .nav.nav-tabs > li > a {
  border: none;
  padding: 6px;
  margin-bottom: 0;
  background-color: #f5f5f5;
}
.hprg-core .nav.nav-tabs > li > a:active, .hprg-core .nav.nav-tabs > li > a:focus {
  outline: none;
}
.hprg-core .nav.nav-tabs > li > a.active {
  color: #313131;
  background: #ffffff;
  padding-bottom: 0;
  margin-bottom: 4px;
  border-bottom: 2px solid #313131;
}
.hprg-core .tab-content .tab-pane.fade.active {
  opacity: 1;
}
.hprg-core div#certdoc .col-md-12,
.hprg-core div#certdoc .col-lg-9,
.hprg-core div#certdoc .col-xl-9,
.hprg-core div#letterdoc .col-md-12,
.hprg-core div#letterdoc .col-lg-9,
.hprg-core div#letterdoc .col-xl-9,
.hprg-core div#otherdoc .col-md-12,
.hprg-core div#otherdoc .col-lg-9,
.hprg-core div#otherdoc .col-xl-9 {
  width: unset;
}
.hprg-core .margin-addfile {
  border-style: dotted;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hprg-core .margin-addfile .file-upload-control {
  width: auto !important;
}
.hprg-core .margin-addfile .file-upload-control > p {
  font-weight: 700;
}
.hprg-core .margin-addfile .file-upload-control > input[type=file] {
  padding: 6px 2px 6px 2px;
  max-width: 235px;
}
.hprg-core a.add-file.action {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hprg-core a.add-file .fa.fa-plus-circle:before {
  content: "";
  background: url(/plus-sign.svg) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hprg-core a.add-file:hover {
  border-color: #49417c;
}
.hprg-core .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  margin-bottom: 1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.hprg-core .pagination li > a {
  border: 2px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.hprg-core .pagination li > a:hover:not(.inactiveLink) {
  background-color: rgba(73, 65, 124, 0.1) !important;
  background: rgba(73, 65, 124, 0.1) !important;
}
.hprg-core .pagination li > a.prev-page::before {
  content: "";
  width: 14px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-background-size: 80% 80%;
          background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 10 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.35398 0.146161C7.40054 0.192607 7.43748 0.247783 7.46269 0.308528C7.4879 0.369273 7.50087 0.434394 7.50087 0.500161C7.50087 0.565929 7.4879 0.63105 7.46269 0.691795C7.43748 0.75254 7.40054 0.807716 7.35398 0.854162L1.70698 6.50016L7.35398 12.1462C7.44787 12.24 7.50061 12.3674 7.50061 12.5002C7.50061 12.6329 7.44787 12.7603 7.35398 12.8542C7.26009 12.948 7.13275 13.0008 6.99998 13.0008C6.8672 13.0008 6.73986 12.948 6.64598 12.8542L0.645978 6.85416C0.599415 6.80772 0.562472 6.75254 0.537265 6.69179C0.512059 6.63105 0.499084 6.56593 0.499084 6.50016C0.499084 6.43439 0.512059 6.36927 0.537265 6.30853C0.562472 6.24778 0.599415 6.19261 0.645978 6.14616L6.64598 0.146161C6.69242 0.0995982 6.7476 0.0626553 6.80834 0.0374489C6.86909 0.0122424 6.93421 -0.000732422 6.99998 -0.000732422C7.06575 -0.000732422 7.13087 0.0122424 7.19161 0.0374489C7.25236 0.0626553 7.30753 0.0995982 7.35398 0.146161Z' fill='%23313131'/%3E%3C/svg%3E");
}
.hprg-core .pagination li > a.next-page::before {
  content: "";
  width: 14px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-background-size: 60% 60%;
          background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.872482 0.680771C0.929639 0.623469 0.99754 0.578007 1.07229 0.546987C1.14705 0.515967 1.22719 0.5 1.30812 0.5C1.38906 0.5 1.4692 0.515967 1.54395 0.546987C1.61871 0.578007 1.68661 0.623469 1.74376 0.680771L9.12751 8.06452C9.18482 8.12168 9.23028 8.18958 9.2613 8.26433C9.29232 8.33909 9.30828 8.41923 9.30828 8.50016C9.30828 8.5811 9.29232 8.66124 9.2613 8.73599C9.23028 8.81074 9.18482 8.87865 9.12751 8.9358L1.74376 16.3196C1.62823 16.4351 1.47152 16.5 1.30812 16.5C1.14473 16.5 0.988021 16.4351 0.872482 16.3196C0.756943 16.204 0.692034 16.0473 0.692034 15.8839C0.692034 15.7205 0.756943 15.5638 0.872482 15.4483L7.82182 8.50016L0.872482 1.55205C0.81518 1.4949 0.769717 1.427 0.738698 1.35224C0.707678 1.27749 0.691711 1.19735 0.691711 1.11641C0.691711 1.03548 0.707678 0.955338 0.738698 0.880583C0.769717 0.805829 0.81518 0.737928 0.872482 0.680771Z' fill='%23313131'/%3E%3C/svg%3E");
}
.hprg-core .pagination.active > a {
  background-color: #49417c !important;
  pointer-events: none;
}
.hprg-core .pagination .page-numbers .page-number {
  padding: 0.5em;
  opacity: 1;
  border: 2px solid transparent;
  color: black;
  cursor: pointer;
  border-radius: 50%;
}
.hprg-core .pagination .page-numbers .page-number:hover:not(.inactiveLink):not(.active) {
  background-color: rgba(73, 65, 124, 0.1) !important;
  background: rgba(73, 65, 124, 0.1) !important;
}
.hprg-core .pagination .page-numbers .page-number.active {
  opacity: 1;
  background-color: #49417c !important;
  pointer-events: none;
  color: #ffffff;
}
.hprg-core .pagination .inactiveLink {
  pointer-events: none;
  cursor: default;
}
.hprg-core .pagination .page-item:first-child .page-link {
  border-radius: 50% !important;
}
.hprg-core .pagination .page-item.pagination-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 28px;
}
@media screen and (min-width: 540px) {
  .hprg-core .backward {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .hprg-core .page-numbers {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
  .hprg-core .forward {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.hprg-core .accordion-container {
  border: 1px solid #d6d6d6;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.25em;
}
.hprg-core .accordion-container:hover {
  background: #ffffff;
}
.hprg-core .accordion-container:has(.in) .hbsp-accordion-panel {
  background: #007680;
}
.hprg-core .accordion-container:has(.in) .hbsp-accordion-panel > h3 {
  color: #313131;
}
.hprg-core .accordion-container:has(.in) .hbsp-accordion-panel span {
  color: #313131;
}
.hprg-core .accordion-container .accordion-panel {
  display: inline-block !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  position: relative;
}
.hprg-core .accordion-container .accordion-panel:hover {
  background: rgba(73, 65, 124, 0.1);
}
.hprg-core .accordion-container .accordion-panel > h3 {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
  width: 100%;
  padding: 4px 10px;
}
.hprg-core .accordion-container .accordion-panel > h3:has(+ a:focus) {
  outline: 2px solid #ea9c50;
  outline-offset: 2px;
}
.hprg-core .accordion-container .accordion-panel > a {
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 8px;
  float: right;
}
.hprg-core .accordion-container .accordion-panel > a.btn-tertiary {
  padding: 0;
  outline-offset: 1px;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border-radius: 0;
}
.hprg-core .accordion-container .accordion-panel > a.btn-tertiary:active:not(:disabled), .hprg-core .accordion-container .accordion-panel > a.btn-tertiary:focus:not(:disabled) {
  outline-color: transparent;
}
.hprg-core .accordion-container .accordion-panel > a:after, .hprg-core .accordion-container .accordion-panel > a.collapsed:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
.hprg-core .accordion-container .accordion-panel > a:after {
  background: url(/chevron-up.svg) no-repeat center center;
}
.hprg-core .accordion-container .accordion-panel > a.collapsed:after {
  background: url(/chevron-down.svg) no-repeat center center;
}
.hprg-core .accordion-container .accordion-panel span {
  color: #007680;
}
.hprg-core .accordion-container .accordion-body {
  padding: 0 12px 12px 12px;
}
.hprg-core ol.progress.left {
  margin: 0;
  padding: 0;
}
.hprg-core ol.progress li.incomplete {
  background: 0 0;
  border: 0;
}
.hprg-core .multi-progress-bar {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: #F3F3F3 1px solid;
}
.hprg-core .multi-progress-bar div {
  border-left: 3px solid transparent;
}
.hprg-core .multi-progress-bar div.pg-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding: 1em;
  height: 100%;
}
.hprg-core .multi-progress-bar div.pg-tab:hover {
  background-color: rgba(73, 65, 124, 0.1);
  border-left-color: #49417c;
}
.hprg-core .multi-progress-bar div.pg-tab > img {
  height: 1.2em;
  width: 1.2em;
}
.hprg-core .multi-progress-bar div.current {
  border-left-color: #49417c;
}
.hprg-core .multi-progress-bar div .pg-tab-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding: 0.25em;
}
.hprg-core .multi-progress-bar div.pg-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25em;
  margin: 0.25em 0.5em;
}
.hprg-core .multi-progress-bar div > span {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.hprg-core .multi-progress-bar div > span.pg-header-title {
  font-size: 1.3em;
  font-weight: 700;
  color: #222;
}
.hprg-core .multi-progress-bar div > span.pg-tab-heading {
  font-weight: 500;
}
.hprg-core .multi-progress-bar div > span.pg-tab-status {
  font-size: 0.95em;
}
.hprg-core .multi-progress-bar li {
  padding: 0;
  margin: 0;
  height: 4.5em;
  display: block;
}
.hprg-core .multi-progress-bar li.current {
  background-color: rgba(73, 65, 124, 0.1);
  color: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.hprg-core .progress.list-group.left {
  background-color: #ffffff;
  margin: 6px 6px;
}
.hprg-core .progress.list-group.left .list-group-item {
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #ffffff;
  color: #313131;
  border: 2px solid transparent;
  outline: 2px solid transparent;
  outline-offset: 4px;
}
.hprg-core .progress.list-group.left .list-group-item > span.glyphicon {
  display: none;
}
.hprg-core .progress.list-group.left .list-group-item:hover {
  background-color: rgba(73, 65, 124, 0.1);
  border-left-color: #49417c;
  outline-color: #ea9c50;
}
.hprg-core .progress.list-group.left .list-group-item.list-group-item-success:before {
  content: "";
  background: url(/green-tick.svg) no-repeat center center;
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  -webkit-background-size: contain;
          background-size: contain;
}
.hprg-core .progress.list-group.left .list-group-item.list-group-item-success:after {
  content: "Complete";
  display: block;
  padding-left: 2.5rem;
}
.hprg-core .progress.list-group.left .list-group-item.active {
  border-left-color: #49417c;
  background-color: rgba(73, 65, 124, 0.1);
}
.hprg-core .progress.list-group.left .list-group-item.active:before {
  content: "";
  background: url(/o-ring.svg) no-repeat center center;
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  -webkit-background-size: contain;
          background-size: contain;
}
.hprg-core .progress.list-group.left .list-group-item.active:after {
  content: "Complete";
  display: block;
  padding-left: 2.5rem;
}
.hprg-core .readonly-card {
  background: #f5f5f5;
  background: #f5f5f5;
  padding: 40px 28px;
  margin-top: 1em;
  border-radius: 8px;
}
.hprg-core .readonly-card dl.card-content {
  margin-bottom: 0;
}
.hprg-core .readonly-card dl.card-content dt,
.hprg-core .readonly-card dl.card-content dd {
  min-height: 2.2rem;
}
.hprg-core .readonly-card dl.card-content dt {
  font-weight: 400;
  min-height: 1.8rem;
}
.hprg-core .readonly-card dl.card-content dd {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
}
.hprg-core .readonly-card a.link,
.hprg-core .readonly-card a.external-link {
  text-decoration: underline;
}
.hprg-core .readonly-card .btn-tertiary {
  background: transparent;
  padding: 0;
  outline-offset: 1px;
  width: 5.5rem;
  height: 2.5rem;
  color: #006FB0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hprg-core .readonly-card .btn-tertiary:active:not(:disabled), .hprg-core .readonly-card .btn-tertiary:focus:not(:disabled) {
  outline-color: #ea9c50;
}
.hprg-core .readonly-card .btn-tertiary:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(/edit-icon.svg) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  margin-right: 0.5rem;
}
.hprg-core .source-message {
  color: #68717A;
}
.hprg-core .control .addtional-info {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hprg-core .crmEntityFormView .cell {
  padding-left: 0;
  padding-bottom: 0;
}
.hprg-core .crmEntityFormView .cell.form-control-cell {
  padding-right: 0;
}
.hprg-core .crmEntityFormView .cell.form-control-cell:not(:first-child) {
  padding-left: 12px;
}
.hprg-core .crmEntityFormView .cell.form-control-cell .form-control:-moz-placeholder-shown {
  text-decoration: none !important;
}
.hprg-core .crmEntityFormView .cell.form-control-cell .form-control:-ms-input-placeholder {
  text-decoration: none !important;
}
.hprg-core .crmEntityFormView .cell.form-control-cell .form-control:placeholder-shown {
  text-decoration: none !important;
}
.hprg-core .crmEntityFormView .cell.form-control-cell .form-control::-webkit-input-placeholder {
  text-decoration: none;
  color: #6b6b6b;
}
.hprg-core .crmEntityFormView .cell.form-control-cell .form-control::-moz-placeholder {
  text-decoration: none;
  color: #6b6b6b;
}
.hprg-core .crmEntityFormView .cell.form-control-cell .form-control:-ms-input-placeholder {
  text-decoration: none;
  color: #6b6b6b;
}
.hprg-core .crmEntityFormView .cell.form-control-cell .form-control::-ms-input-placeholder {
  text-decoration: none;
  color: #6b6b6b;
}
.hprg-core .crmEntityFormView .cell.form-control-cell .form-control::placeholder {
  text-decoration: none;
  color: #6b6b6b;
}
.hprg-core .crmEntityFormView .cell div.table-info.required label:after,
.hprg-core .crmEntityFormView .cell label.mandatory:after {
  color: #d60000 !important;
  font-weight: 400;
  content: " (mandatory)";
}
.hprg-core .crmEntityFormView .cell .field-label {
  margin-top: 10px;
}
.hprg-core .crmEntityFormView .cell div.table-info:has(+ .invisible-label) label {
  color: transparent;
}
.hprg-core .crmEntityFormView .cell div.table-info:has(+ .invisible-label) label:after {
  color: transparent !important;
}
.hprg-core .crmEntityFormView .cell div.table-info:has(+ .hidden-label) label {
  display: none;
}
.hprg-core .crmEntityFormView .cell div.table-info:has(+ .hidden-label) label:after {
  display: none;
}
.hprg-core .crmEntityFormView .cell.checkbox-cell {
  padding-bottom: 10px !important;
}
.hprg-core .crmEntityFormView .cell .description.above.invisible-label.mb-24px {
  margin-bottom: 24px;
}
.hprg-core .crmEntityFormView .actions {
  border-top: 1px solid #d6d6d6;
  padding-top: 15px;
}
.hprg-core .crmEntityFormView .actions > div {
  padding-left: 0;
}
.hprg-core .crmEntityFormView .tab-title {
  border-bottom: none;
}
.hprg-core .invalid-feedback-doh,
.hprg-core .validation-message {
  display: block;
  color: #d60000;
  margin-bottom: 0.8rem;
  font-weight: 400;
}
.hprg-core .validation-summary {
  display: none;
  padding: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  border-radius: 6px;
  border: 0.5px solid #f5c2c7;
  background-color: #f8f1f1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.hprg-core .validation-summary:has(ul) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hprg-core .validation-summary h2.validation-header {
  color: #313131;
  font-weight: 700;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.hprg-core .validation-summary h2.validation-header .fa.fa-info-circle:before {
  content: "";
  background: url(/validation-header-icon.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-background-size: contain;
          background-size: contain;
}
.hprg-core .validation-summary > ul {
  display: block;
  width: 100%;
  margin-left: 20px;
}
.hprg-core .validation-summary > ul li a {
  color: #0077C8 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hprg-core .choice-group div {
  display: block;
}
.hprg-core .choice-group div label {
  margin-left: 10px;
}
.hprg-core .field-edit fieldset {
  margin-bottom: 0px;
}
.hprg-core .field-edit .form-custom-actions {
  display: none !important;
}
.hprg-core .field-edit .validation-summary {
  margin-left: 25px;
}
.hprg-core .form-check label.field-label {
  margin-left: 30px;
}
.hprg-core .form-control {
  outline: 2px solid transparent;
  outline-offset: 4px;
}
.hprg-core .form-control:focus(not:-moz-read-only) {
  outline: 2px solid #ea9c50 !important;
  outline-offset: 4px !important;
}
.hprg-core .form-control:focus(not:read-only) {
  outline: 2px solid #ea9c50 !important;
  outline-offset: 4px !important;
}
.hprg-core .field-validation-message {
  padding-top: 15px;
  color: #d60000;
}
.hprg-core .entity-form-container.hide-tab-title .crmEntityFormView .entity-form .tab-title {
  display: none;
}
.hprg-core .entity-form-container .crmEntityFormView .entity-form .tab {
  margin-bottom: 0;
}
.hprg-core .entity-form-container .crmEntityFormView .actions {
  margin-top: 0;
  padding-top: 0;
}
.hprg-core .message-container {
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 6px;
  display: none;
}
.hprg-core .message-container.alert p,
.hprg-core .message-container.alert b,
.hprg-core .message-container.alert strong {
  color: #313131;
}
.hprg-core .message-container.alert.alert-invalid {
  color: #d60000;
  margin-top: 0;
  padding: 4px;
}
.hprg-core .message-container.alert.alert-invalid p,
.hprg-core .message-container.alert.alert-invalid b,
.hprg-core .message-container.alert.alert-invalid strong {
  color: #313131;
}
.hprg-core span:has(.order-0) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.hprg-core span .order-0 {
  width: 300px;
  display: inline-block;
  margin-right: 30px;
}
.hprg-core span .order-1 {
  width: calc(100% - 400px);
}
.hprg-core .tab-column tr:has(.form-control.hidden) {
  display: none;
}
.hprg-core .control .input-group .btn.btn-default.launchentitylookup {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  padding: 0 !important;
  background-color: #49417c !important;
  border: 2px solid #49417c !important;
  border-left: none !important;
  border-radius: 0 10px 10px 0 !important;
}
.hprg-core .control .input-group .btn.btn-default.clearlookupfield {
  display: none !important;
}
.hprg-core .control .input-group .btn.btn-default.launchentitylookup:hover {
  outline: 3px solid #d87513 !important;
  outline-offset: 3px !important;
  background-color: #3a3463 !important;
  border-color: #49417c !important;
  text-decoration: none !important;
}
.hprg-core .control .input-group .btn.btn-default.launchentitylookup:focus-visible {
  outline: 3px solid #d87513 !important;
  outline-offset: 3px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-decoration: none !important;
}
.hprg-core .control .input-group .btn.btn-default.launchentitylookup:focus {
  outline: 3px solid #d87513 !important;
  outline-offset: 3px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-decoration: none !important;
}
.hprg-core .control .input-group .btn.btn-default.launchentitylookup:active {
  outline: 3px solid #d87513 !important;
  outline-offset: 3px !important;
  background-color: #6d6796 !important;
  border-color: #6d6796 !important;
  text-decoration: none !important;
}
.hprg-core .table > tbody > tr > td {
  border-bottom: 1px solid #ddd;
}
.hprg-core .forms-library-container .input-group.float-start.view-search.entitylist-search::before {
  content: "Search for forms containing your search value in the form titles and descriptions";
  cursor: default;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgb(104, 113, 122);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  height: 22px;
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hprg-core .input-group.float-start.view-search.entitylist-search {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: unset;
  width: unset;
}
.hprg-core .input-group.float-start.view-search.entitylist-search .query.form-control {
  border: 1px solid #d6d6d6;
  height: 40px;
}
.hprg-core .input-group.float-start.view-search.entitylist-search .input-group-btn .btn-secondary {
  height: 45px;
  width: 40px;
  padding-left: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hprg-core .input-group.float-start.view-search.entitylist-search .input-group-btn .btn-tertiary {
  border-radius: 0;
  height: 36px;
}
.hprg-core .view-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hprg-core .view-toolbar .toolbar-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hprg-core .view-toolbar .toolbar-actions .filter-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hprg-core .view-toolbar .input-group.float-start.view-search.entitylist-search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 240px;
  width: 100% !important;
}
.hprg-core .view-toolbar.grid-actions {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 20px;
}
.hprg-core .view-toolbar.grid-actions.clearfix::after {
  content: none;
}
.hprg-core .view-toolbar.grid-actions > .toolbar-actions > div.input-group:nth-of-type(2) a {
  border-color: #49417c !important;
  background: #fff !important;
  background-color: #fff !important;
  color: #49417c !important;
}
@media (max-width: 650px) {
  .hprg-core .view-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
  }
  .hprg-core .view-toolbar .toolbar-actions {
    max-width: none;
    width: 100%;
    margin-bottom: 16px !important;
  }
  .hprg-core .view-toolbar .view-action-wrapper {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-top: 0 !important;
  }
  .hprg-core .view-toolbar .input-group.float-start.view-search.entitylist-search {
    min-width: unset;
    width: 100%;
  }
  .hprg-core .view-toolbar.grid-actions.clearfix {
    margin-top: 52px !important;
  }
  .hprg-core .view-toolbar .input-group.view-search.entitylist-search {
    max-width: none !important;
  }
}
.hprg-core #organisation-addresss-inactive-view .view-toolbar.grid-actions,
.hprg-core #organisation-addresss-active-view .view-toolbar.grid-actions,
.hprg-core #organisation-contact-tab-inactive .view-toolbar.grid-actions,
.hprg-core #organisation-contact-tab-active .view-toolbar.grid-actions,
.hprg-core #organisation-connection-agent-tab .view-toolbar.grid-actions,
.hprg-core #organisation-connection-manufacturer-tab .view-toolbar.grid-actions,
.hprg-core #organisation-connection-sponsor-tab .view-toolbar.grid-actions {
  margin: 20px 0 !important;
  border-bottom: none !important;
}
.hprg-core .grid-col-3 {
  display: grid;
  grid-template-columns: auto;
  row-gap: 16px;
}
@media screen and (min-width: 576px) {
  .hprg-core .grid-col-3 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media screen and (min-width: 992px) {
  .hprg-core .grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 32px;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
@media screen and (max-width: 1439px) {
  .hprg-core html[dir=rtl] .table-fluid td {
    padding-right: 13rem !important;
  }
  .hprg-core html[dir=ltr] .table-fluid td {
    padding-left: 13rem !important;
  }
  .hprg-core .table-fluid thead {
    display: none;
  }
  .hprg-core .table-fluid td,
  .hprg-core .table-fluid tr {
    display: block;
    width: 100% !important;
  }
  .hprg-core .table-fluid tr {
    overflow: hidden;
    border-top: solid #ddd 0.3rem !important;
  }
  .hprg-core .table-fluid td {
    vertical-align: top;
    word-break: break-all;
    padding-left: 13rem !important;
  }
  .hprg-core .table-fluid td:before {
    content: attr(data-th);
    font-weight: 700;
    display: inline-block;
    width: 12rem;
    margin-left: -12rem;
    float: left;
    padding-right: 1rem;
    word-break: normal;
  }
  .hprg-core .table-fluid td:after {
    content: "";
    display: table;
    clear: both;
  }
  .hprg-core .table-fluid .dropdown.action > a {
    width: 10rem;
  }
}
.hprg-core .entitylist-root {
  position: relative;
}
.hprg-core .entitylist-root .entitylist-headbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
}
.hprg-core .entitylist-root .entitylist-headbar:has(.summary-info) {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #6B717A;
}
.hprg-core .entitylist-root .filter-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hprg-core .entitylist-root .filter-control select {
  max-width: 350px;
}
.hprg-core .entitylist-root .list-spinner-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.hprg-core .table-striped thead th a {
  white-space: nowrap;
}
.hprg-core .table-striped tbody td.record-action-container a {
  border: none;
  line-height: 0.5;
  padding: 0;
  height: 16px;
}
.hprg-core .table-striped tbody td.record-action-container:focus {
  outline: 3px solid #d87513 !important;
  outline-offset: 3px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.hprg-core .forms-library-container .table-striped tbody td .btn.btn-default,
.hprg-core .organisation-address-container .table-striped tbody td .btn.btn-default,
.hprg-core .organisation-contact-container .table-striped tbody td .btn.btn-default,
.hprg-core .organisation-connections-container .table-striped tbody td .btn.btn-default {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  line-height: 0.5 !important;
}
.hprg-core .dropdown-toggle.chevron-toggle {
  color: #49417c;
}
.hprg-core .dropdown-toggle.chevron-toggle::after {
  content: unset;
}
.hprg-core .dropdown.chevron-dropdown {
  position: absolute;
}
.hprg-core .content-container {
  margin: 28px 40px;
  margin: 16px 8px;
  padding: 12px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.hprg-core .menu-icon {
  width: 16px;
  display: inline-block;
  height: 16px;
  margin-right: 8px;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}
.hprg-core .menu-icon.menu-icon-home {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 16 18' fill='none'%3E%3Cpath d='M0 18V6L8 0L16 6V18H14V7L8 2.5L2 7V18H0ZM5 16H11V14H5V16ZM5 12H11V10H5V12ZM3 18V8H13V18H3Z' fill='%2349417C'/%3E%3C/svg%3E");
}
.hprg-core .menu-icon.menu-icon-form-library {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M8.3 6.9C8.7 6.2 9 5.4 9 4.5C9 2 7 0 4.5 0C2 0 0 2 0 4.5C0 7 2 9 4.5 9C5.4 9 6.2 8.7 6.9 8.3L9.6 11L11 9.6L8.3 6.9ZM4.5 7C3.1 7 2 5.9 2 4.5C2 3.1 3.1 2 4.5 2C5.9 2 7 3.1 7 4.5C7 5.9 5.9 7 4.5 7Z' fill='%2349417C'/%3E%3C/svg%3E");
}
.hprg-core .menu-icon.menu-icon-draft {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M2 20C1.45 20 0.979333 19.8043 0.588 19.413C0.196 19.021 0 18.55 0 18V2C0 1.45 0.196 0.979 0.588 0.587C0.979333 0.195667 1.45 0 2 0H10L16 6V10H14V7H9V2H2V18H8V20H2ZM14.3 12.525L15.375 13.6L11.5 17.45V18.5H12.55L16.425 14.65L17.475 15.7L13.175 20H10V16.825L14.3 12.525ZM17.475 15.7L14.3 12.525L15.75 11.075C15.9333 10.8917 16.1667 10.8 16.45 10.8C16.7333 10.8 16.9667 10.8917 17.15 11.075L18.925 12.85C19.1083 13.0333 19.2 13.2667 19.2 13.55C19.2 13.8333 19.1083 14.0667 18.925 14.25L17.475 15.7Z' fill='%2349417C'/%3E%3C/svg%3E");
}
.hprg-core .menu-icon.menu-icon-submission {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' viewBox='0 0 22 20' fill='none'%3E%3Cpath d='M2 17.5H19V19.5H2C0.9 19.5 0 18.6 0 17.5V4.5H2V17.5ZM22 4.5V13.5C22 14.6 21.1 15.5 20 15.5H6C4.9 15.5 4 14.6 4 13.5L4.01 2.5C4.01 1.4 4.9 0.5 6 0.5H11L13 2.5H20C21.1 2.5 22 3.4 22 4.5ZM6 13.5H20V4.5H12.17L10.17 2.5H6V13.5Z' fill='%2349417C'/%3E%3C/svg%3E");
}
.hprg-core .menu-icon.menu-icon-provide-document {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' viewBox='0 0 22 18' fill='none'%3E%3Cpath d='M20 0.5H2C0.9 0.5 0 1.4 0 2.5V15.5C0 16.6 0.9 17.5 2 17.5H20C21.1 17.5 22 16.6 22 15.5V2.5C22 1.4 21.1 0.5 20 0.5ZM2 15.5V2.5H10V15.5H2ZM20 15.5H12V2.5H20V15.5ZM13 6H19V7.5H13V6ZM13 8.5H19V10H13V8.5ZM13 11H19V12.5H13V11Z' fill='%2349417C'/%3E%3C/svg%3E");
}
.hprg-core .menu-icon.menu-icon-message {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath d='M0 3C0 1.61929 1.11929 0.5 2.5 0.5H17.5C18.8807 0.5 20 1.61929 20 3V13C20 14.3807 18.8807 15.5 17.5 15.5H2.5C1.11929 15.5 0 14.3807 0 13V3ZM2.5 1.75C1.80964 1.75 1.25 2.30964 1.25 3V3.27113L10 8.52113L18.75 3.27113V3C18.75 2.30964 18.1904 1.75 17.5 1.75H2.5ZM18.75 4.72887L12.8649 8.25993L18.75 11.8815V4.72887ZM18.7078 13.3233L11.6573 8.9845L10 9.97887L8.34272 8.9845L1.29221 13.3233C1.43468 13.8569 1.92144 14.25 2.5 14.25H17.5C18.0786 14.25 18.5653 13.8569 18.7078 13.3233ZM1.25 11.8815L7.1351 8.25993L1.25 4.72887V11.8815Z' fill='%2349417C'/%3E%3C/svg%3E");
}
.hprg-core .menu-icon.menu-icon-bell {
  margin-right: 0;
  margin-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='24' viewBox='0 0 22 24' fill='none'%3E%3Cpath d='M11 24C11.7956 24 12.5587 23.6839 13.1213 23.1213C13.6839 22.5587 14 21.7956 14 21H8C8 21.7956 8.31607 22.5587 8.87868 23.1213C9.44129 23.6839 10.2044 24 11 24ZM11 2.87697L9.8045 3.11847C8.44844 3.39477 7.2295 4.13112 6.35398 5.2029C5.47846 6.27468 5.00015 7.61605 5 8.99997C5 9.94197 4.799 12.2955 4.3115 14.613C4.0715 15.7635 3.7475 16.962 3.317 18H18.683C18.2525 16.962 17.93 15.765 17.6885 14.613C17.201 12.2955 17 9.94197 17 8.99997C16.9995 7.61631 16.521 6.27529 15.6455 5.20382C14.7701 4.13235 13.5513 3.39622 12.1955 3.11997L11 2.87697ZM20.33 18C20.6645 18.6705 21.0515 19.2015 21.5 19.5H0.5C0.9485 19.2015 1.3355 18.6705 1.67 18C3.02 15.3 3.5 10.32 3.5 8.99997C3.5 5.36997 6.08 2.33997 9.5075 1.64847C9.48656 1.4399 9.50958 1.22926 9.57505 1.03013C9.64052 0.831 9.74701 0.647804 9.88763 0.492357C10.0283 0.336909 10.1999 0.212661 10.3915 0.127626C10.5831 0.0425914 10.7904 -0.00134277 11 -0.00134277C11.2096 -0.00134277 11.4169 0.0425914 11.6085 0.127626C11.8001 0.212661 11.9717 0.336909 12.1124 0.492357C12.253 0.647804 12.3595 0.831 12.4249 1.03013C12.4904 1.22926 12.5134 1.4399 12.4925 1.64847C14.1879 1.99332 15.7121 2.91351 16.8069 4.25322C17.9016 5.59293 18.4998 7.26983 18.5 8.99997C18.5 10.32 18.98 15.3 20.33 18Z' fill='%2349417C'/%3E%3C/svg%3E");
}
.hprg-core .menu-icon.menu-icon-my-tga {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' viewBox='0 0 19 20' fill='none'%3E%3Cpath d='M4.5 9H2.5V16H4.5V9ZM10.5 9H8.5V16H10.5V9ZM19 18H0V20H19V18ZM16.5 9H14.5V16H16.5V9ZM9.5 2.26L14.71 5H4.29L9.5 2.26ZM9.5 0L0 5V7H19V5L9.5 0Z' fill='%2349417C'/%3E%3C/svg%3E");
}
.hprg-core .menu-icon.menu-icon-invoice-payment {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M9.17 2L14 6.83V18H2V2H9.17ZM10 0H2C0.9 0 0 0.9 0 2V18C0 19.1 0.9 20 2 20H14C15.1 20 16 19.1 16 18V6L10 0ZM11 9H7V10H10C10.55 10 11 10.45 11 11V14C11 14.55 10.55 15 10 15H9V16H7V15H5V13H9V12H6C5.45 12 5 11.55 5 11V8C5 7.45 5.45 7 6 7H7V6H9V7H11V9Z' fill='%2349417C'/%3E%3C/svg%3E");
}
.hprg-core .menu-icon.menu-icon-organisation {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 20 18' fill='none'%3E%3Cpath d='M14.5455 6.27272H16.3636V4.45454H14.5455V6.27272ZM14.5455 9.90909H16.3636V8.0909H14.5455V9.90909ZM14.5455 13.5454H16.3636V11.7273H14.5455V13.5454ZM14.5455 17.1818V15.3636H18.1818V2.63636H10V3.90909L8.18182 2.5909V0.818176H20V17.1818H14.5455ZM0 17.1818V8.0909L6.36364 3.54545L12.7273 8.0909V17.1818H7.27273V12.6364H5.45455V17.1818H0ZM1.81818 15.3636H3.63636V10.8182H9.09091V15.3636H10.9091V8.99999L6.36364 5.77272L1.81818 8.99999V15.3636Z' fill='%2349417C'/%3E%3C/svg%3E");
}
.hprg-core .menu-icon.menu-icon-public-info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' viewBox='0 0 19 20' fill='none'%3E%3Cpath d='M4 12H7.675C7.85833 11.6167 8.07083 11.2583 8.3125 10.925C8.55417 10.5917 8.825 10.2833 9.125 10H4V12ZM4 16H7.075C7.025 15.6667 7 15.3333 7 15C7 14.6667 7.025 14.3333 7.075 14H4V16ZM2 20C1.45 20 0.979167 19.8042 0.5875 19.4125C0.195833 19.0208 0 18.55 0 18V2C0 1.45 0.195833 0.979167 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0H10L16 6V8.3C15.6833 8.2 15.3583 8.125 15.025 8.075C14.6917 8.025 14.35 8 14 8V7H9V2H2V18H7.675C7.85833 18.3833 8.07083 18.7417 8.3125 19.075C8.55417 19.4083 8.825 19.7167 9.125 20H2ZM14 10C15.3833 10 16.5625 10.4875 17.5375 11.4625C18.5125 12.4375 19 13.6167 19 15C19 16.3833 18.5125 17.5625 17.5375 18.5375C16.5625 19.5125 15.3833 20 14 20C12.6167 20 11.4375 19.5125 10.4625 18.5375C9.4875 17.5625 9 16.3833 9 15C9 13.6167 9.4875 12.4375 10.4625 11.4625C11.4375 10.4875 12.6167 10 14 10ZM14 18C14.1833 18 14.3375 17.9375 14.4625 17.8125C14.5875 17.6875 14.65 17.5333 14.65 17.35C14.65 17.1667 14.5875 17.0125 14.4625 16.8875C14.3375 16.7625 14.1833 16.7 14 16.7C13.8167 16.7 13.6625 16.7625 13.5375 16.8875C13.4125 17.0125 13.35 17.1667 13.35 17.35C13.35 17.5333 13.4125 17.6875 13.5375 17.8125C13.6625 17.9375 13.8167 18 14 18ZM13.55 16.1H14.45V15.85C14.45 15.6667 14.5 15.5042 14.6 15.3625C14.7 15.2208 14.8167 15.0833 14.95 14.95C15.1833 14.75 15.3667 14.5583 15.5 14.375C15.6333 14.1917 15.7 13.9333 15.7 13.6C15.7 13.1167 15.5417 12.7292 15.225 12.4375C14.9083 12.1458 14.5 12 14 12C13.6167 12 13.2708 12.1125 12.9625 12.3375C12.6542 12.5625 12.4333 12.8667 12.3 13.25L13.1 13.6C13.15 13.4 13.2542 13.225 13.4125 13.075C13.5708 12.925 13.7667 12.85 14 12.85C14.25 12.85 14.4458 12.9125 14.5875 13.0375C14.7292 13.1625 14.8 13.35 14.8 13.6C14.8 13.7833 14.75 13.9375 14.65 14.0625C14.55 14.1875 14.4333 14.3167 14.3 14.45C14.2 14.55 14.0958 14.65 13.9875 14.75C13.8792 14.85 13.7833 14.9667 13.7 15.1C13.65 15.2 13.6125 15.3 13.5875 15.4C13.5625 15.5 13.55 15.6167 13.55 15.75V16.1Z' fill='%2349417C'/%3E%3C/svg%3E");
}
.hprg-core .menu-icon.menu-icon-training-document {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M2.22222 17.7778H17.7778V7.58333L12.4167 2.22222H2.22222V17.7778ZM2.22222 20C1.61111 20 1.08778 19.7826 0.652222 19.3478C0.217407 18.9122 0 18.3889 0 17.7778V2.22222C0 1.61111 0.217407 1.08778 0.652222 0.652222C1.08778 0.217407 1.61111 0 2.22222 0H13.3333L20 6.66667V17.7778C20 18.3889 19.7826 18.9122 19.3478 19.3478C18.9122 19.7826 18.3889 20 17.7778 20H2.22222ZM4.44444 15.5556H15.5556V13.3333H4.44444V15.5556ZM4.44444 11.1111H15.5556V8.88889H4.44444V11.1111ZM4.44444 6.66667H12.2222V4.44444H4.44444V6.66667Z' fill='%2349417C'/%3E%3C/svg%3E");
}
.hprg-core .menu-icon.menu-icon-service-support {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24' viewBox='0 0 20 24' fill='none'%3E%3Cpath d='M9.47368 23.295V19.695C4.2 19.435 0 15.275 0 10.205C0 4.96502 4.48421 0.705017 10 0.705017C15.5158 0.705017 20 4.96502 20 10.205C20 15.155 16.3789 20.135 10.9789 22.605L9.47368 23.295ZM10 2.70502C5.64211 2.70502 2.10526 6.06502 2.10526 10.205C2.10526 14.345 5.64211 17.705 10 17.705H11.5789V20.005C15.4105 17.705 17.8947 13.925 17.8947 10.205C17.8947 6.06502 14.3579 2.70502 10 2.70502ZM8.94737 14.205H11.0526V16.205H8.94737V14.205ZM11.0526 12.705H8.94737C8.94737 9.45502 12.1053 9.70502 12.1053 7.70502C12.1053 6.60502 11.1579 5.70502 10 5.70502C8.84211 5.70502 7.89474 6.60502 7.89474 7.70502H5.78947C5.78947 5.49502 7.67368 3.70502 10 3.70502C12.3263 3.70502 14.2105 5.49502 14.2105 7.70502C14.2105 10.205 11.0526 10.455 11.0526 12.705Z' fill='%2349417C'/%3E%3C/svg%3E");
}
.hprg-core .with-side-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hprg-core .side-menu-container {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  width: 100%;
  background: #ffffff;
  display: block;
  position: absolute;
  top: -175px;
  background: transparent;
}
.hprg-core .navbar {
  min-height: unset;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.hprg-core .navbar .navbar-toggle {
  background-color: unset;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 42C0 40.8954 0.89543 40 2 40H46C47.1046 40 48 40.8954 48 42C48 43.1046 47.1046 44 46 44H2C0.89543 44 0 43.1046 0 42Z' fill='%2349417C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 30C0 28.8954 0.89543 28 2 28H46C47.1046 28 48 28.8954 48 30C48 31.1046 47.1046 32 46 32H2C0.89543 32 0 31.1046 0 30Z' fill='%2349417C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 18C0 16.8954 0.89543 16 2 16H46C47.1046 16 48 16.8954 48 18C48 19.1046 47.1046 20 46 20H2C0.89543 20 0 19.1046 0 18Z' fill='%2349417C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6C0 4.89543 0.89543 4 2 4H46C47.1046 4 48 4.89543 48 6C48 7.10457 47.1046 8 46 8H2C0.89543 8 0 7.10457 0 6Z' fill='%2349417C'/%3E%3C/svg%3E");
  -webkit-background-size: contain;
          background-size: contain;
  width: 24px;
  height: 24px;
  border: 1px solid #d6d6d6;
  margin-right: 20px;
}
.hprg-core .navbar .nav {
  clear: right;
}
.hprg-core .navbar .nav > li {
  width: 100%;
}
.hprg-core .navbar .nav > li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 40px;
  border-left-width: 4px;
  margin-left: 1px;
  font-size: 18px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 28px;
}
.hprg-core .navbar .nav > li a.border-top {
  border-top: 1px solid #d6d6d6;
}
.hprg-core .navbar .nav > li a:hover, .hprg-core .navbar .nav > li a:active, .hprg-core .navbar .nav > li a:focus {
  border-left-color: #49417c;
}
.hprg-core .navbar .nav > li.current a {
  border-left-color: #49417c;
}
.hprg-core .navbar .nav.navbar-collapse {
  position: absolute;
  z-index: 998;
  opacity: 1;
  background: #ffffff;
  top: 35px;
  left: 20px;
  border: 1px solid #d6d6d6;
  right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 8px;
}
.hprg-core .without-side-menu {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .hprg-core .content-container {
    margin: 28px 40px;
    padding: 28px;
  }
  .hprg-core .with-side-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hprg-core .side-menu-container {
    display: block;
    position: relative;
    top: 0;
    width: 310px;
    background: #ffffff;
    border-right: 1px solid #f5f5f5;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-right: 1px;
  }
  .hprg-core .navbar {
    min-height: 64px;
    width: 310px;
  }
  .hprg-core .navbar .navbar-toggle {
    display: none;
  }
  .hprg-core .navbar .nav.navbar-collapse {
    position: inherit;
    top: 0;
    left: 0;
    border: none;
    right: 0;
    padding-right: 0;
    padding-left: 0;
    padding: 0;
  }
  .hprg-core .navbar .nav.collapse {
    display: block;
  }
}
.hprg-core .milestone {
  --milestone-line-color: #00C698;
  --milestone-line-width: 3px;
  --milestone-border-line-width: 1px;
  --milestone-border-line-color: #cfcfcf;
  --milestone-border-line: var(--milestone-border-line-width) solid var(--milestone-border-line-color);
  --milestone-padding-offset: 42px;
  --milestone-stage-path-height: 22px;
  --milestone-stage-icon-width: 42px;
  --milestone-stage-icon-height: 42px;
  --milestone-stage-path-thickness: 42px;
  --milestone-stage-borderless-text-side-margin: 10px;
  --stage-body-padding: 18px;
  --milestone-arrow-width: 28px;
  --milestone-arrow-offset: 40px;
  --milestone-arrow-position-adjustment: -14px;
  --milestone-body-margin: 21px;
  --milestone-body-position-offset: 21px;
  --marker-align-start-top-padding-adjustment: 8px;
  --marker-align-start-arrow-top-margin-adjustment: 5px;
  padding-top: var(--milestone-padding-offset);
  padding-bottom: var(--milestone-padding-offset);
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.hprg-core .milestone h1,
.hprg-core .milestone h2,
.hprg-core .milestone h3,
.hprg-core .milestone h4 {
  margin: 0;
  padding: 0;
}
.hprg-core .milestone .milestone-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.hprg-core .milestone .milestone-stage .stage-path {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--milestone-stage-path-thickness);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hprg-core .milestone .milestone-stage .stage-path .stage-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--milestone-line-width);
  background-color: var(--milestone-line-color);
  left: 0;
  right: 0;
  margin: auto;
}
.hprg-core .milestone .milestone-stage .stage-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: var(--milestone-stage-icon-width);
  height: var(--milestone-stage-icon-height);
  border-radius: 50%;
  background-color: white;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
.hprg-core .milestone .milestone-stage .stage-body {
  border: var(--milestone-border-line);
  padding: var(--stage-body-padding);
  margin-left: var(--milestone-arrow-offset);
  margin-right: var(--milestone-body-margin);
  margin-top: var(--milestone-body-margin);
  margin-bottom: var(--milestone-body-margin);
  left: var(--milestone-body-position-offset);
  position: relative;
}
.hprg-core .milestone .milestone-stage .stage-body::before {
  border-left: var(--milestone-border-line);
  border-bottom: var(--milestone-border-line);
  position: absolute;
  content: "";
  width: var(--milestone-arrow-width);
  height: var(--milestone-arrow-width);
  top: 0;
  bottom: 0;
  left: var(--milestone-arrow-position-adjustment);
  margin-top: auto;
  margin-bottom: auto;
  rotate: 45deg;
  background: white;
}
.hprg-core .milestone.marker-align-start .milestone-stage .stage-icon {
  bottom: unset;
}
.hprg-core .milestone.marker-align-start .milestone-stage:last-child {
  border-left: none;
}
.hprg-core .milestone.marker-align-start .milestone-stage:last-child .stage-line {
  background-color: transparent;
}
.hprg-core .milestone.marker-align-start .milestone-stage .stage-body {
  margin-top: 0;
  padding-top: var(--marker-align-start-top-padding-adjustment);
}
.hprg-core .milestone.marker-align-start .milestone-stage .stage-body::before {
  margin-top: var(--marker-align-start-arrow-top-margin-adjustment);
}
.hprg-core .milestone.horizontal .stage-path {
  height: unset;
  width: var(--milestone-stage-path-thickness);
}
.hprg-core .milestone.horizontal .stage-path .stage-line {
  height: unset;
  width: var(--milestone-line-width);
}
.hprg-core .milestone.horizontal.top {
  padding-top: var(--milestone-padding-offset);
  padding-bottom: var(--milestone-padding-offset);
}
.hprg-core .milestone.horizontal.top .milestone-stage {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.hprg-core .milestone.horizontal.top .milestone-stage .stage-path {
  left: unset;
  right: 0;
  top: 0;
  bottom: 0;
}
.hprg-core .milestone.horizontal.top .milestone-stage .stage-body {
  margin-right: var(--milestone-arrow-offset);
  margin-top: var(--milestone-body-margin);
  margin-left: var(--milestone-body-margin);
  left: unset;
  right: var(--milestone-body-position-offset);
}
.hprg-core .milestone.horizontal.top .milestone-stage .stage-body::before {
  border-top: var(--milestone-border-line);
  border-right: var(--milestone-border-line);
  border-bottom: none;
  border-left: none;
  top: 0;
  right: var(--milestone-arrow-position-adjustment);
  left: unset;
  margin-top: auto;
  margin-bottom: auto;
}
.hprg-core .milestone.horizontal.marker-align-start .milestone-stage .stage-icon {
  left: 0;
  margin-left: unset;
  margin-right: unset;
}
.hprg-core .milestone.horizontal.marker-align-start .milestone-stage:last-child {
  border-right: none;
}
.hprg-core .milestone.horizontal.marker-align-start .milestone-stage:last-child .stage-path .stage-line {
  background-color: transparent;
}
.hprg-core .milestone.horizontal.marker-align-start .milestone-stage .stage-body {
  margin-top: 0;
  padding-top: var(--marker-align-start-top-padding-adjustment);
}
.hprg-core .milestone.horizontal.marker-align-start .milestone-stage .stage-body::before {
  margin-top: var(--marker-align-start-arrow-top-margin-adjustment);
}
.hprg-core .milestone.vertical.left {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.hprg-core .milestone.vertical.left .milestone-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hprg-core .milestone.vertical.left .milestone-stage .stage-path {
  left: unset;
}
.hprg-core .milestone.vertical.left .milestone-stage .stage-body {
  margin-right: var(--milestone-arrow-offset);
  margin-top: var(--milestone-body-margin);
  margin-left: var(--milestone-body-margin);
  left: unset;
  right: var(--milestone-body-position-offset);
  text-align: right;
}
.hprg-core .milestone.vertical.left .milestone-stage .stage-body::before {
  border-top: var(--milestone-border-line);
  border-right: var(--milestone-border-line);
  border-bottom: none;
  border-left: none;
  top: 0;
  left: unset;
  bottom: 0;
  right: var(--milestone-arrow-position-adjustment);
  margin-right: unset;
  margin-top: auto;
  margin-bottom: auto;
}
.hprg-core .milestone.vertical.left.marker-align-start .milestone-stage:last-child {
  border-right: none;
}
.hprg-core .milestone.vertical.left.marker-align-start .milestone-stage:last-child .stage-path .stage-line {
  background-color: transparent;
}
.hprg-core .milestone.vertical.marker-align-start .milestone-stage .stage-icon {
  top: 0;
  margin-top: unset;
  margin-bottom: unset;
}
.hprg-core .milestone.vertical.marker-align-start .milestone-stage:last-child {
  border-left: none;
}
.hprg-core .milestone.vertical.marker-align-start .milestone-stage:last-child .stage-path .stage-line {
  background-color: transparent;
}
.hprg-core .milestone.vertical.marker-align-start .milestone-stage .stage-body {
  margin-top: 0;
  padding-top: var(--marker-align-start-top-padding-adjustment);
}
.hprg-core .milestone.vertical.marker-align-start .milestone-stage .stage-body::before {
  margin-top: var(--marker-align-start-arrow-top-margin-adjustment);
}
.hprg-core .milestone.vertical.borderless.left .milestone-stage .stage-body {
  margin-left: var(--milestone-body-margin);
}
.hprg-core .milestone.borderless .milestone-stage .stage-body {
  border: none;
}
.hprg-core .milestone.borderless .milestone-stage .stage-body::before {
  content: unset;
}
@media only screen and (min-width: 768px) {
  .hprg-core .milestone.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hprg-core .milestone.horizontal .milestone-stage .stage-path {
    height: var(--milestone-stage-path-height);
    width: unset;
  }
  .hprg-core .milestone.horizontal .milestone-stage .stage-path .stage-line {
    height: var(--milestone-line-width);
    width: unset;
  }
  .hprg-core .milestone.horizontal .milestone-stage .stage-icon {
    bottom: 0;
  }
  .hprg-core .milestone.horizontal .milestone-stage .stage-body {
    margin-right: var(--milestone-body-margin);
    margin-left: var(--milestone-body-margin);
    margin-top: var(--milestone-arrow-width);
    top: var(--milestone-body-position-offset);
    left: unset;
    right: unset;
  }
  .hprg-core .milestone.horizontal .milestone-stage .stage-body::before {
    border-top: var(--milestone-border-line);
    border-left: var(--milestone-border-line);
    border-right: none;
    border-bottom: none;
    top: var(--milestone-arrow-position-adjustment);
    left: 0;
    bottom: unset;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
  }
  .hprg-core .milestone.horizontal.top .milestone-stage .stage-path {
    height: var(--milestone-stage-path-height);
    width: unset;
    bottom: 0;
    top: unset;
    left: 0;
    right: 0;
  }
  .hprg-core .milestone.horizontal.top .milestone-stage .stage-path .stage-line {
    height: var(--milestone-line-width);
    width: unset;
  }
  .hprg-core .milestone.horizontal.top .milestone-stage .stage-body {
    margin-bottom: var(--milestone-arrow-width);
    margin-top: var(--milestone-body-margin);
    margin-right: var(--milestone-body-margin);
    margin-left: var(--milestone-body-margin);
    top: unset;
    bottom: var(--milestone-body-position-offset);
    left: 0;
    right: 0;
  }
  .hprg-core .milestone.horizontal.top .milestone-stage .stage-body::before {
    border-right: var(--milestone-border-line);
    border-bottom: var(--milestone-border-line);
    border-top: none;
    border-left: none;
    top: unset;
    bottom: var(--milestone-arrow-position-adjustment);
    left: 0;
    right: 0;
  }
  .hprg-core .milestone.horizontal.top.marker-align-start .milestone-stage:last-child {
    border-bottom: none;
  }
  .hprg-core .milestone.horizontal.marker-align-start .milestone-stage .stage-icon {
    left: 0;
    right: unset;
    margin-left: unset;
    margin-right: unset;
  }
  .hprg-core .milestone.horizontal.marker-align-start .milestone-stage:last-child {
    border-top: none;
  }
  .hprg-core .milestone.horizontal.marker-align-start .milestone-stage .stage-body {
    margin-top: var(--milestone-arrow-width);
    margin-left: 0;
    padding-left: var(--marker-align-start-top-padding-adjustment);
  }
  .hprg-core .milestone.horizontal.marker-align-start .milestone-stage .stage-body::before {
    margin-left: var(--marker-align-start-arrow-top-margin-adjustment);
    margin-top: 0;
  }
  .hprg-core .milestone.horizontal.marker-align-start.top .milestone-stage .stage-icon {
    right: 0;
    right: unset;
    margin-left: unset;
    margin-right: unset;
  }
  .hprg-core .milestone.borderless .milestone-stage .stage-body {
    margin-top: var(--milestone-stage-borderless-text-side-margin);
  }
  .hprg-core .milestone.borderless.top .milestone-stage .stage-body {
    margin-bottom: var(--milestone-stage-borderless-text-side-margin);
    margin-top: 0;
  }
}
.hprg-core .card-container.form-library.height-h-270 .card {
  height: 270px;
}
.hprg-core .card-container.form-library .card {
  padding: 16px;
  height: 100%;
}
.hprg-core .card-container.form-library .card .card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  border-bottom: none;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hprg-core .card-container.form-library .card .card-header .as-h3 {
  font-size: 20px;
  font-weight: 600;
}
.hprg-core .card-container.form-library .card .card-body {
  margin-bottom: 50px;
}
.hprg-core .card-container.form-library .card .card-body h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.hprg-core .card-container.form-library .card .card-action {
  left: 10px;
  right: 10px;
}
.hprg-core .card-container.form-library .card .card-action > a {
  position: absolute;
  bottom: 0;
}
.hprg-core .card-container.form-library .card .card-action > a .link-title {
  text-align: left;
}
.hprg-core .card-container .icon-bookmark {
  width: 18px;
  height: 24px;
  background-color: transparent;
  border-radius: 0;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='24' viewBox='0 0 18 24' fill='none'%3E%3Cpath d='M0 3C0 1.34315 1.34315 0 3 0H15C16.6569 0 18 1.34315 18 3V23.25C18 23.5266 17.8478 23.7807 17.6039 23.9113C17.36 24.0418 17.0641 24.0275 16.834 23.874L9 19.6514L1.16603 23.874C0.935883 24.0275 0.639975 24.0418 0.396107 23.9113C0.152238 23.7807 0 23.5266 0 23.25V3ZM3 1.5C2.17157 1.5 1.5 2.17157 1.5 3V21.8486L8.58397 18.126C8.8359 17.958 9.1641 17.958 9.41603 18.126L16.5 21.8486V3C16.5 2.17157 15.8284 1.5 15 1.5H3Z' fill='%2349417C'/%3E%3C/svg%3E");
}
.hprg-core .card-container .icon-bookmark.booked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='24' viewBox='0 0 18 24' fill='none'%3E%3Cpath d='M0 3V23.25C0 23.5147 0.139534 23.7598 0.367152 23.8949C0.594769 24.03 0.876758 24.0352 1.10914 23.9084L9 19.6043L16.8909 23.9084C17.1232 24.0352 17.4052 24.03 17.6328 23.8949C17.8605 23.7598 18 23.5147 18 23.25V3C18 1.34315 16.6569 0 15 0H3C1.34315 0 0 1.34315 0 3Z' fill='%23313131'/%3E%3C/svg%3E");
}
.hprg-core .draft-application-container .grid-actions,
.hprg-core .sumitted-application-container .grid-actions {
  border-bottom: none;
}
.hprg-core .draft-application-container .toolbar-actions,
.hprg-core .sumitted-application-container .toolbar-actions {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1500px) {
  .hprg-core .draft-application-container .toolbar-actions,
  .hprg-core .sumitted-application-container .toolbar-actions {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
  }
  .hprg-core .draft-application-container .toolbar-actions .filter-group,
  .hprg-core .sumitted-application-container .toolbar-actions .filter-group {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
  }
  .hprg-core .draft-application-container .toolbar-actions .filter-group .filter-control,
  .hprg-core .sumitted-application-container .toolbar-actions .filter-group .filter-control {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.hprg-core .draft-application-container .filter-group,
.hprg-core .sumitted-application-container .filter-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
}
.hprg-core .draft-application-container .filter-group .filter-control,
.hprg-core .sumitted-application-container .filter-group .filter-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: none;
}
.hprg-core .draft-application-container .filter-group .filter-control label,
.hprg-core .sumitted-application-container .filter-group .filter-control label {
  white-space: nowrap;
}
.hprg-core .draft-application-container .filter-group .filter-control select,
.hprg-core .sumitted-application-container .filter-group .filter-control select {
  min-width: 0;
  width: 100%;
  max-width: none;
}
.hprg-core .forms-library-container .view-action-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 52px 0;
}
.hprg-core .forms-library-container .view-action-wrapper .c_search__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hprg-core .forms-library-container .view-action-wrapper.hidden {
  display: none !important;
}
.hprg-core .forms-library-container .view-action-wrapper .action-controls-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
}
@media (max-width: 1500px) {
  .hprg-core .forms-library-container .view-action-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
  }
  .hprg-core .forms-library-container .view-action-wrapper .c_search {
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 16px;
  }
  .hprg-core .forms-library-container .view-action-wrapper .action-controls-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .hprg-core .forms-library-container .view-action-wrapper .action-controls-wrapper .action-sort {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 300px;
  }
  .hprg-core .forms-library-container .view-action-wrapper .action-controls-wrapper .c_layout-switch {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.hprg-core .forms-library-container .view-action-wrapper .action-search {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.hprg-core .forms-library-container .view-action-wrapper .action-search .filter-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hprg-core .forms-library-container .view-action-wrapper .action-search .filter-control .input-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #313131;
  border-radius: 6px;
}
.hprg-core .forms-library-container .view-action-wrapper .action-search .filter-control .input-control > input {
  border: none;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 6px;
}
.hprg-core .forms-library-container .view-action-wrapper .action-search .filter-control .input-control .btn-filter {
  width: 44px;
  height: 44px;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hprg-core .forms-library-container .view-action-wrapper .action-search .filter-control .input-control .btn-filter .icon-magnifier {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: transparent;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.8756 5.68667C11.8756 6.94156 11.4681 8.10077 10.7818 9.04125L14.2436 12.5052C14.5855 12.8469 14.5855 13.4019 14.2436 13.7437C13.9018 14.0854 13.3467 14.0854 13.0049 13.7437L9.54302 10.2797C8.60235 10.9687 7.44292 11.3733 6.18778 11.3733C3.04583 11.3733 0.5 8.828 0.5 5.68667C0.5 2.54533 3.04583 0 6.18778 0C9.32973 0 11.8756 2.54533 11.8756 5.68667ZM6.18778 9.62359C6.70488 9.62359 7.21692 9.52176 7.69467 9.32391C8.17241 9.12606 8.6065 8.83607 8.97215 8.47049C9.3378 8.10491 9.62784 7.67091 9.82573 7.19326C10.0236 6.71561 10.1255 6.20367 10.1255 5.68667C10.1255 5.16966 10.0236 4.65772 9.82573 4.18007C9.62784 3.70242 9.3378 3.26842 8.97215 2.90284C8.6065 2.53726 8.17241 2.24727 7.69467 2.04942C7.21692 1.85158 6.70488 1.74974 6.18778 1.74974C5.67067 1.74974 5.15863 1.85158 4.68089 2.04942C4.20315 2.24727 3.76906 2.53726 3.40341 2.90284C3.03776 3.26842 2.74771 3.70242 2.54982 4.18007C2.35194 4.65772 2.25009 5.16966 2.25009 5.68667C2.25009 6.20367 2.35194 6.71561 2.54982 7.19326C2.74771 7.67091 3.03776 8.10491 3.40341 8.47049C3.76906 8.83607 4.20315 9.12606 4.68089 9.32391C5.15863 9.52176 5.67067 9.62359 6.18778 9.62359Z' fill='%23F5F5F5'/%3E%3C/svg%3E");
}
.hprg-core .forms-library-container .view-action-wrapper .action-sort .sort-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hprg-core .forms-library-container .view-action-wrapper .action-sort .sort-control .sort-option {
  margin-left: 16px;
  padding: 4px;
}
.hprg-core .forms-library-container .view-action-wrapper .action-view-toggle {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 2px 8px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hprg-core .forms-library-container .view-action-wrapper .action-view-toggle .action-label {
  margin-right: 10px;
}
.hprg-core .forms-library-container .view-action-wrapper .action-view-toggle .toggle-button-wrapper {
  width: 44px;
  height: 44px;
  padding: 8px;
  border-bottom: 2px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  outline-offset: 4px;
  outline: 2px solid transparent;
}
.hprg-core .forms-library-container .view-action-wrapper .action-view-toggle .toggle-button-wrapper:hover {
  outline-offset: 4px;
  outline-color: #ea9c50;
}
.hprg-core .forms-library-container .view-action-wrapper .action-view-toggle .toggle-button-wrapper:not(:first-child) {
  margin-right: 12px;
}
.hprg-core .forms-library-container .view-action-wrapper .action-view-toggle .toggle-button-wrapper.active {
  border-bottom-color: #807aa4;
  background-color: #edecf2;
  pointer-events: none;
}
.hprg-core .forms-library-container .view-action-wrapper .action-view-toggle .toggle-button-wrapper.active:hover {
  outline-color: transparent;
}
.hprg-core .forms-library-container .view-action-wrapper .action-view-toggle .toggle-button-wrapper .icon {
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  border-radius: 0;
  margin-left: 0;
}
.hprg-core .forms-library-container .view-action-wrapper .action-view-toggle .toggle-button-wrapper .icon.icon-grid-view {
  background-image: url("/hprg-grid-view.svg");
}
.hprg-core .forms-library-container .view-action-wrapper .action-view-toggle .toggle-button-wrapper .icon.icon-list-view {
  background-image: url("/hprg-list-view.svg");
}
.hprg-core .choice-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hprg-core .choice-group div.select-option {
  display: block;
}
.hprg-core .choice-group label {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.hprg-core .choice-group label::before, .hprg-core .choice-group label::after {
  position: absolute;
  content: "";
  display: inline-block;
}
.hprg-core .choice-group label::before {
  height: 16px;
  width: 16px;
  border: 1px solid #313131;
  left: 0;
}
.hprg-core .choice-group label.disabled::before {
  border-color: lightgrey;
}
.hprg-core .choice-group .select-option:has(input[type=checkbox]) input[type=checkbox] {
  position: absolute;
  margin-left: 0;
  padding-left: 0;
  opacity: 0;
}
.hprg-core .choice-group .select-option:has(input[type=checkbox]) input[type=checkbox] + label::after {
  content: none;
}
.hprg-core .choice-group .select-option:has(input[type=checkbox]) input[type=checkbox]:checked + label::after {
  content: "";
}
.hprg-core .choice-group .select-option:has(input[type=checkbox]) input[type=checkbox]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}
.hprg-core .choice-group .select-option:has(input[type=checkbox]) label:after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 4px;
  top: 7px;
}
.hprg-core .choice-group .select-option:has(input[type=radio]) input[type=radio] {
  position: absolute;
  margin-left: 0;
  padding-left: 0;
  opacity: 0;
}
.hprg-core .choice-group .select-option:has(input[type=radio]) input[type=radio] + label::after {
  content: none;
}
.hprg-core .choice-group .select-option:has(input[type=radio]) input[type=radio]:checked + label::after {
  content: "";
}
.hprg-core .choice-group .select-option:has(input[type=radio]) input[type=radio]:disabled {
  pointer-events: none;
}
.hprg-core .choice-group .select-option:has(input[type=radio]) label::before {
  border-radius: 50%;
}
.hprg-core .choice-group .select-option:has(input[type=radio]) label.disabled::after {
  border-color: lightgrey;
}
.hprg-core .choice-group .select-option:has(input[type=radio]) label::after {
  height: 8px;
  width: 8px;
  border: 4px solid #7e7e7e;
  border-radius: 50%;
  left: 4px;
  top: 8px;
}
.hprg-core div > input[type=checkbox]:first-child + label {
  /* This targets the label immediately following a checkbox input as the first child of a div */
  vertical-align: top;
  overflow-wrap: break-word;
  word-break: break-word;
}
.hprg-core div:has(> input[type=checkbox]:first-child + label) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
}
.hprg-core .page {
  position: relative;
}
.hprg-core .icon {
  width: 1rem;
  height: 0.8rem;
  display: inline-block;
  margin-left: 8px;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}
.hprg-core .icon.icon-right-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11' fill='none'%3E%3Cpath d='M0 5.85714C0 5.54155 0.223858 5.28571 0.5 5.28571L12.2929 5.28571L9.14645 1.68978C8.95118 1.46662 8.95118 1.10481 9.14645 0.881654C9.34171 0.658497 9.65829 0.658497 9.85355 0.881654L13.8536 5.45308C14.0488 5.67624 14.0488 6.03805 13.8536 6.2612L9.85355 10.8326C9.65829 11.0558 9.34171 11.0558 9.14645 10.8326C8.95118 10.6095 8.95118 10.2477 9.14645 10.0245L12.2929 6.42857L0.5 6.42857C0.223858 6.42857 0 6.17273 0 5.85714Z' fill='%2349417C'/%3E%3C/svg%3E");
}
.hprg-core .page-heading {
  display: none;
}
.hprg-core .page-title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 0;
}
.hprg-core .page-header {
  padding: 40px 28px;
  background-color: #edecf2;
  border-radius: 8px;
  margin: 0;
  color: #313131;
}
.hprg-core .page-header h1 {
  margin: 0;
  color: #313131;
}
.hprg-core .page-header p {
  margin: 0;
  line-height: 26px;
  padding-top: 12px;
}
.hprg-core .page-header > h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.hprg-core .page-header a.link,
.hprg-core .page-header a.external-link {
  text-decoration: underline;
}
.hprg-core .one-column {
  width: 60%;
}
.hprg-core .content-container .page-section .section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.hprg-core .content-container.coming-soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hprg-core .content-container.coming-soon .coming-soon-wrapper {
  text-align: center !important;
}
.hprg-core .content-container.coming-soon .coming-soon-wrapper .coming-soon-title {
  font-size: 36px;
  letter-spacing: 12px;
  word-spacing: 16px;
  font-weight: 600;
}
.hprg-core .content-container.coming-soon .coming-soon-wrapper .coming-soon-detail {
  font-size: 16px;
}
.hprg-core .content-container.coming-soon .coming-soon-wrapper .c_link--secondary {
  border: 1px solid #313131;
  margin-top: 16px;
  padding: 6px 10px !important;
  border-radius: 6px;
}
.hprg-core .page-container {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.hprg-core .page-container h1 {
  margin-left: 0;
}
.hprg-core .page-container .page-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.hprg-core .page-container .page-section.info-block p,
.hprg-core .page-container .page-section.info-block ul,
.hprg-core .page-container .page-section .info-block p,
.hprg-core .page-container .page-section .info-block ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.hprg-core .page-container .page-section .section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hprg-core .page-container .page-section .section-header .icon {
  width: 28px;
  height: 28px;
  margin-left: 0;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}
.hprg-core .page-container .page-section .section-header .icon.org-section-header-icon {
  background-image: url("/org-section-header-icon.svg");
}
.hprg-core .page-container .page-section .section-header .icon.contact-section-header-icon {
  background-image: url("/contact-section-header-icon.svg");
}
.hprg-core .page-container .page-section .section-header .icon.submission-detail-section-header-icon {
  background-image: url("/submission-detail-section-header-icon.svg");
}
.hprg-core .page-container .page-section .section-header .icon.progress-section-header-icon {
  background-image: url("/progress-section-header-icon.svg");
}
.hprg-core .page-container .page-section .section-header .icon.message-section-header-icon {
  background-image: url("/message-section-header-icon.svg");
}
.hprg-core .page-container .page-section .section-header .icon.application-section-header-icon {
  background-image: url("/application-section-header-icon.svg");
}
.hprg-core .page-container .page-section .section-header > h2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1rem;
  color: #49417c;
}
.hprg-core .page-container .page-section .c_roc__links.c_roc__links--in-body {
  float: right;
}
.hprg-core .page-container .page-section .c_roc.readonly-card {
  background: #f5f5f5;
  padding: 20px 18px;
  margin-top: 1em;
  border-radius: 8px;
}
.hprg-core .page-container .page-section .c_roc__fields.grid-col-3 {
  row-gap: 8px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.hprg-core .page-container .page-section .c_cards {
  padding-left: 0;
}
.hprg-core .page-container .page-section .c_card__inner.grid-col-3 {
  grid-template-columns: 1fr 3fr 2fr;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.hprg-core .page-container .page-section .icon {
  width: 64px;
  height: 64px;
  margin-left: 0;
  border-radius: 8px;
  background-position: center;
  -webkit-background-size: 50% 50%;
          background-size: 50%;
  background-repeat: no-repeat;
}
.hprg-core .page-container .page-section .icon.manage-contact-icon {
  background-color: #d5fcec;
  background-image: url("/manage-contact-icon.svg");
}
.hprg-core .page-container .page-section .icon.manage-address-icon {
  background-color: #f5f5f5;
  background-image: url("/manage-address-icon.svg");
}
.hprg-core .page-container .page-section .icon.manage-connection-icon {
  background-color: #fff2e3;
  background-image: url("/manage-connection-icon.svg");
}

#submit-agreement {
  line-height: 1.5;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  background-color: #49417c !important;
  cursor: pointer;
  vertical-align: middle;
  outline: 2px solid transparent;
  outline-offset: 4px;
  border: 3px solid #49417c;
  margin-top: 20px;
}

#submit-agreement:active:not(:disabled),
#submit-agreement:focus:not(:disabled),
#submit-agreement:hover:not(:disabled) {
  border: 3px solid #49417c;
  outline: 2px solid #ea9c50 !important;
  text-decoration: none !important;
}

#terms-and-conditions-section h1 {
  margin-left: 0;
}

label[for=terms-conditions-confirmation] {
  width: 100% !important;
  display: inline-block !important;
  height: 42px !important;
}

html[dir=ltr] div.message.success {
  padding: 9px 9px 9px 9px;
}

.my-user-profile-mygovid .entity-form-container .table-info.required:has(#telephone1_label) {
  margin-top: 22px;
}

.my-user-profile .entity-form-container .table-info.required:has(#telephone1_label) {
  margin-top: 16px;
}

html[dir=ltr] .crmEntityFormView .cell .picklist input[type=radio] {
  margin-top: 4px;
}

/********** PCF component styles - START **********/
/* Multiselect dropdown styles */
.msos-caret-button .msos-glyph:after {
  font-size: 14px !important;
  font-weight: bolder;
}

.msos-glyph {
  height: 24px !important;
  width: 24px !important;
}

/********** PCF componet styles - END **********/
/********** Sharepoint Grid Formatting - START **********/
.sp-item .dropdown > button {
  display: none;
}

.sp-item .dropup > button {
  display: none;
}

.sp-item .dropdown .dropdown-menu {
  display: block;
  position: relative;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
}

.sp-item .dropup .dropdown-menu {
  display: block;
  position: relative;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
}

/********** Sharepoint Grid Formatting - End **********/
/********** Form control element Mandatory text **********/
.hbsp-required::after {
  content: "(mandatory)";
  color: #d60000 !important;
  font-weight: bold;
}

/********** Form control element Mandatory text - End **********/
/********** label elements  **********/
label {
  font-weight: normal !important;
}

/********** label elements - End **********/
.modalDialogBookmark {
  display: none;
}

.hprg-core .forms-library-container .view-grid .dropdown.action > .btn {
  display: none;
}

.hprg-core .forms-library-container .view-grid .dropdown.action .dropdown-menu {
  display: block;
  position: static !important;
  position: initial !important;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  max-width: 95px;
  min-width: 95px;
  width: 95px;
  left: auto !important;
  top: auto !important;
}

.hprg-core .forms-library-container .view-grid .dropdown.action .dropdown-menu li {
  display: inline-block;
  text-align: top;
  margin: 0;
}

.hprg-core .forms-library-container .view-grid .dropdown.action .dropdown-menu li a {
  font-size: 0;
  margin: 0;
  background: url(/hprg-forms-library/hprg-bookmark-active.svg) no-repeat center center;
  height: 40px;
  width: 40px;
  border-left: 0;
  vertical-align: top;
}

.hprg-core .forms-library-container .view-grid .dropdown.action .dropdown-menu li a > span {
  font-size: 18px;
}

.hprg-core .forms-library-container .view-grid .dropdown.action .dropdown-menu li a:hover {
  background: url(/hprg-forms-library/hprg-bookmark-active.svg) no-repeat center center;
  border-left: 0;
}

.hprg-core .forms-library-container .btn.btn-default {
  color: #49417c;
  background-color: #f7f8f9;
  border: 0.5px solid #49417c;
  margin-bottom: 4px;
  width: 44px;
  height: 40px;
  background-color: #49417c;
  border-color: #49417c;
}

.hprg-core .organisation-address-container .btn.btn-default {
  color: #49417c;
  background-color: #f7f8f9;
  border: 0.5px solid #49417c;
  margin-bottom: 4px;
  width: 44px;
  height: 40px;
  background-color: #49417c;
  border-color: #49417c;
}

.hprg-core .organisation-contact-container .btn.btn-default {
  color: #49417c;
  background-color: #f7f8f9;
  border: 0.5px solid #49417c;
  margin-bottom: 4px;
  width: 44px;
  height: 40px;
  background-color: #49417c;
  border-color: #49417c;
}

.hprg-core .organisation-connections-container .btn.btn-default {
  color: #49417c;
  background-color: #f7f8f9;
  border: 0.5px solid #49417c;
  margin-bottom: 4px;
  width: 44px;
  height: 40px;
  background-color: #49417c;
  border-color: #49417c;
}

.hprg-core .organisation-address-container .nav-tabs, .hprg-core .organisation-contact-container .nav-tabs, .hprg-core .organisation-connections-container .nav-tabs {
  margin-top: 20px;
}

.hprg-core .btn.btn-default .fa.fa-search {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: transparent;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.8756 5.68667C11.8756 6.94156 11.4681 8.10077 10.7818 9.04125L14.2436 12.5052C14.5855 12.8469 14.5855 13.4019 14.2436 13.7437C13.9018 14.0854 13.3467 14.0854 13.0049 13.7437L9.54302 10.2797C8.60235 10.9687 7.44292 11.3733 6.18778 11.3733C3.04583 11.3733 0.5 8.828 0.5 5.68667C0.5 2.54533 3.04583 0 6.18778 0C9.32973 0 11.8756 2.54533 11.8756 5.68667ZM6.18778 9.62359C6.70488 9.62359 7.21692 9.52176 7.69467 9.32391C8.17241 9.12606 8.6065 8.83607 8.97215 8.47049C9.3378 8.10491 9.62784 7.67091 9.82573 7.19326C10.0236 6.71561 10.1255 6.20367 10.1255 5.68667C10.1255 5.16966 10.0236 4.65772 9.82573 4.18007C9.62784 3.70242 9.3378 3.26842 8.97215 2.90284C8.6065 2.53726 8.17241 2.24727 7.69467 2.04942C7.21692 1.85158 6.70488 1.74974 6.18778 1.74974C5.67067 1.74974 5.15863 1.85158 4.68089 2.04942C4.20315 2.24727 3.76906 2.53726 3.40341 2.90284C3.03776 3.26842 2.74771 3.70242 2.54982 4.18007C2.35194 4.65772 2.25009 5.16966 2.25009 5.68667C2.25009 6.20367 2.35194 6.71561 2.54982 7.19326C2.74771 7.67091 3.03776 8.10491 3.40341 8.47049C3.76906 8.83607 4.20315 9.12606 4.68089 9.32391C5.15863 9.52176 5.67067 9.62359 6.18778 9.62359Z' fill='%23F5F5F5'/%3E%3C/svg%3E");
}

.hprg-core .fa.fa-spinner.fa-spin {
  font-size: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: mulShdSpin 1.1s infinite ease;
  -o-animation: mulShdSpin 1.1s infinite ease;
  animation: mulShdSpin 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hprg-core .view-loading.message.text-center {
  color: white;
}

.hprg-core .view-action-wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hprg-core .toolbar-actions {
  float: left !important;
  padding-top: 16px;
}

.hprg-core .input-group.float-start.view-search.entitylist-search .query.form-control {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  border-color: black;
}

.hprg-core .forms-library-container .entitylist-filter {
  display: none;
}

@-webkit-keyframes mulShdSpin {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.5), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.7);
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.5), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.5);
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.5), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.5), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.5), 2.5em 0em 0 0em rgba(73, 65, 124, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.5), 2.5em 0em 0 0em rgba(73, 65, 124, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.5), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.5), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.5), 0em 2.5em 0 0em rgba(73, 65, 124, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.5), 0em 2.5em 0 0em rgba(73, 65, 124, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.5), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.5), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.5), -2.6em 0em 0 0em rgba(73, 65, 124, 0.7), -1.8em -1.8em 0 0em #ffffff;
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.5), -2.6em 0em 0 0em rgba(73, 65, 124, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@-o-keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.5), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.5), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.5), 2.5em 0em 0 0em rgba(73, 65, 124, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.5), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.5), 0em 2.5em 0 0em rgba(73, 65, 124, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.5), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.5), -2.6em 0em 0 0em rgba(73, 65, 124, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes mulShdSpin {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.5), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.7);
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.5), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.5);
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.5), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.5), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.5), 2.5em 0em 0 0em rgba(73, 65, 124, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.5), 2.5em 0em 0 0em rgba(73, 65, 124, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.5), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.5), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.2), -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.5), 0em 2.5em 0 0em rgba(73, 65, 124, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.5), 0em 2.5em 0 0em rgba(73, 65, 124, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(73, 65, 124, 0.2), -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.5), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.5), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.5), -2.6em 0em 0 0em rgba(73, 65, 124, 0.7), -1.8em -1.8em 0 0em #ffffff;
    box-shadow: 0em -2.6em 0em 0em rgba(73, 65, 124, 0.2), 1.8em -1.8em 0 0em rgba(73, 65, 124, 0.2), 2.5em 0em 0 0em rgba(73, 65, 124, 0.2), 1.75em 1.75em 0 0em rgba(73, 65, 124, 0.2), 0em 2.5em 0 0em rgba(73, 65, 124, 0.2), -1.8em 1.8em 0 0em rgba(73, 65, 124, 0.5), -2.6em 0em 0 0em rgba(73, 65, 124, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}