@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Public Sans Font Face Declarations */
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Calisto MT";
  src: url("../fonts/Calisto-MT-Regular.eot");
  src: url("../fonts/Calisto-MT-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Calisto-MT-Regular.woff") format("woff"), url("../fonts/Calisto-MT-Regular.woff2") format("woff2"), url("../fonts/Calisto-MT-Regular.ttf") format("truetype"), url("../fonts/Calisto-MT-Regular.svg#Calisto MT") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "rcuh";
  src: url("../fonts/rcuh.eot?fcvt08");
  src: url("../fonts/rcuh.eot?fcvt08#iefix") format("embedded-opentype"), url("../fonts/rcuh.ttf?fcvt08") format("truetype"), url("../fonts/rcuh.woff?fcvt08") format("woff"), url("../fonts/rcuh.svg?fcvt08#rcuh") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
div[class^="dashicons dashicons-rcuh"],
div[class*="dashicons dashicons-rcuh"],
i[class^="dashicons dashicons-rcuh"],
i[class*="dashicons dashicons-rcuh"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "rcuh";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dashicons-rcuh-location_city:before {
  content: "\e90b";
}

.dashicons-rcuh-work_history:before {
  content: "\e90c";
}

.dashicons-rcuh-contacts:before {
  content: "\e90d";
}

.dashicons-rcuh-visibility:before {
  content: "\e908";
}

.dashicons-rcuh-target:before {
  content: "\e909";
}

.dashicons-rcuh-diamond:before {
  content: "\e90a";
}

.dashicons-rcuh-KeyboardArrowDown:before {
  content: "\e906";
}

.dashicons-rcuh-KeyboardArrowUp:before {
  content: "\e907";
}

.dashicons-rcuh-MdBusinessCenter:before {
  content: "\e900";
}

.dashicons-rcuh-MdShield:before {
  content: "\e901";
}

.dashicons-rcuh-MdMonetizationOn:before {
  content: "\e902";
}

.dashicons-rcuh-MdCardGiftcard:before {
  content: "\e903";
}

.dashicons-rcuh-MdCastConnected:before {
  content: "\e904";
}

.dashicons-rcuh-MdManageAccounts:before {
  content: "\e905";
}

/** Reference Bootstrap CSS AI.md in here */
.search, .template-primary, .post-template-default, .page-template-default {
  scroll-behavior: smooth;
  margin-top: 0;
}
.search:focus, .template-primary:focus, .post-template-default:focus, .page-template-default:focus {
  outline: none;
}
.search .container, .search .container-fluid, .template-primary .container, .template-primary .container-fluid, .post-template-default .container, .post-template-default .container-fluid, .page-template-default .container, .page-template-default .container-fluid {
  margin: 0 auto;
}
.search .container, .template-primary .container, .post-template-default .container, .page-template-default .container {
  max-width: 1200px;
}
.search .container-fluid, .template-primary .container-fluid, .post-template-default .container-fluid, .page-template-default .container-fluid {
  min-height: 100vh;
  padding: 30px;
}
.search .row, .template-primary .row, .post-template-default .row, .page-template-default .row {
  display: flex;
  flex-wrap: wrap;
}
.search .row::after, .template-primary .row::after, .post-template-default .row::after, .page-template-default .row::after {
  content: "";
  display: block;
  clear: both;
}
.search [class^=col-], .search [class*=" col-"], .template-primary [class^=col-], .template-primary [class*=" col-"], .post-template-default [class^=col-], .post-template-default [class*=" col-"], .page-template-default [class^=col-], .page-template-default [class*=" col-"] {
  box-sizing: border-box;
}
.search .col-1, .template-primary .col-1, .post-template-default .col-1, .page-template-default .col-1 {
  width: 8.33333%;
}
.search .col-2, .template-primary .col-2, .post-template-default .col-2, .page-template-default .col-2 {
  width: 16.66667%;
}
.search .col-3, .template-primary .col-3, .post-template-default .col-3, .page-template-default .col-3 {
  width: 25%;
}
.search .col-4, .template-primary .col-4, .post-template-default .col-4, .page-template-default .col-4 {
  width: 33.33333%;
}
.search .col-5, .template-primary .col-5, .post-template-default .col-5, .page-template-default .col-5 {
  width: 41.66667%;
}
.search .col-6, .template-primary .col-6, .post-template-default .col-6, .page-template-default .col-6 {
  width: 50%;
}
.search .col-7, .template-primary .col-7, .post-template-default .col-7, .page-template-default .col-7 {
  width: 58.33333%;
}
.search .col-8, .template-primary .col-8, .post-template-default .col-8, .page-template-default .col-8 {
  width: 66.66667%;
}
.search .col-9, .template-primary .col-9, .post-template-default .col-9, .page-template-default .col-9 {
  width: 75%;
}
.search .col-10, .template-primary .col-10, .post-template-default .col-10, .page-template-default .col-10 {
  width: 83.33333%;
}
.search .col-11, .template-primary .col-11, .post-template-default .col-11, .page-template-default .col-11 {
  width: 91.66667%;
}
.search .col-12, .template-primary .col-12, .post-template-default .col-12, .page-template-default .col-12 {
  width: 100%;
}

/**
 * Scroll Top Top
 */
.scroll-top-cmp {
  position: fixed;
  bottom: calc(20vh + 60px);
  right: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  border: none;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 995;
  background: #FFFFFF;
  transition: opacity 0.3s ease;
  box-shadow: 0 6px 24px 0 rgba(52, 52, 52, 0.0588235294);
  font-size: 24px;
}

.scroll-top-cmp:hover {
  background-color: white;
}

/* Move UserWay accessibility button below suggestion box */
.uwy.userway_p1 {
  position: fixed !important;
  top: auto !important;
  bottom: calc(20vh - 60px) !important;
  right: 30px !important;
  left: auto !important;
  z-index: 999 !important;
  transform: none !important;
}

/* Target the wrapper specifically */
.userway_buttons_wrapper {
  position: fixed !important;
  top: auto !important;
  bottom: calc(20vh - 60px) !important;
  right: 30px !important;
  left: auto !important;
  transform: none !important;
}

.userway_buttons_wrapper,
body .uwy .uai,
.uwy .uai img:not(.userway_check_on) {
  width: 48px !important;
  height: 48px !important;
}

.cmp__visually-hidden {
  display: none;
}

.policy-form-procedure-wrapper {
  background: #f8f8f9;
  padding: 60px 0;
}
@media (max-width: 480px) {
  .policy-form-procedure-wrapper {
    padding: 24px 16px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .policy-form-procedure-wrapper {
    padding: 24px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .policy-form-procedure-wrapper {
    padding: 24px 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .policy-form-procedure-wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .policy-form-procedure-wrapper:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .policy-form-procedure-wrapper:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .policy-form-procedure-wrapper:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .policy-form-procedure-wrapper:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.policy-form-procedure-cmp {
  padding: 60px;
  max-width: 960px;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid #dee1e5;
  border-radius: 4px;
  position: relative;
  /* --- Choices.js custom styles --- */
}
.policy-form-procedure-cmp :has(.loading) {
  min-height: 120px;
}
.policy-form-procedure-cmp tbody.loading {
  filter: blur(4px);
  opacity: 0.6;
  pointer-events: none;
}
.policy-form-procedure-cmp .loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 94, 153, 0.2);
  border-top: 5px solid #005e99;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}
.policy-form-procedure-cmp__title {
  color: #000000;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  letter-spacing: 0.5%;
}
@media (max-width: 480px) {
  .policy-form-procedure-cmp__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .policy-form-procedure-cmp__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    letter-spacing: 0.25%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .policy-form-procedure-cmp__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    letter-spacing: 0.25%;
  }
}
.policy-form-procedure-cmp__title {
  margin: 0 0 24px 0;
}
.policy-form-procedure-cmp table.dataTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid #edeff1;
  table-layout: fixed !important;
}
.policy-form-procedure-cmp table.dataTable.display > tbody > tr > * {
  box-shadow: none !important;
}
.policy-form-procedure-cmp table.dataTable.display > tbody > tr:hover > * {
  box-shadow: none !important;
}
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_length,
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_filter,
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_info,
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate {
  color: #1b1c1e;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate {
  display: flex;
  align-items: center;
  gap: 8px;
}
.policy-form-procedure-cmp .dataTables_wrapper .bottom-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 22px 0;
}
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_length {
  margin-right: 8px;
}
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_length select {
  padding: 4px 8px;
  border: 1px solid #dee1e5;
  border-radius: 4px;
  color: #1b1c1e;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_info {
  margin-right: auto;
  padding-top: 0;
}
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate span {
  display: flex;
  gap: 8px;
}
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate .paginate_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid #dee1e5;
  border-radius: 4px;
  background: #ffffff;
  color: #1b1c1e !important;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
@media (max-width: 480px) {
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
  }
}
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border-color: #005e99;
  color: #005e99 !important;
  background: #ffffff !important;
}
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #005e99 !important;
  border-color: #005e99;
  color: #ffffff !important;
  cursor: default;
}
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #005e99 !important;
  border-color: #005e99;
  color: #ffffff !important;
}
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  width: 32px;
  height: 32px;
  border: none;
  background: #ffffff;
  color: #91979e !important;
}
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover:not(:disabled), .policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover:not(:disabled) {
  border-color: #005e99;
  color: #005e99 !important;
}
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate .paginate_button.previous:disabled, .policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate .paginate_button.next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate span .paginate_button {
  margin: 0 2px;
}
.policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate .ellipsis {
  color: #b5bdc5;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
@media (max-width: 480px) {
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate .ellipsis {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate .ellipsis {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate .ellipsis {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
.policy-form-procedure-cmp .dataTables_scrollBody {
  border-bottom: 1px solid #edeff1 !important;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  scrollbar-width: thin;
}
.policy-form-procedure-cmp table.dataTable thead th {
  padding: 8px 16px;
  text-align: left;
  color: #1b1c1e;
  background: #f8f8f9;
  border-bottom: 1px solid #cfd4d9;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  padding-right: 30px;
}
.policy-form-procedure-cmp table.dataTable thead .sorting:before,
.policy-form-procedure-cmp table.dataTable thead .sorting_asc:before,
.policy-form-procedure-cmp table.dataTable thead .sorting_desc:before {
  display: none;
}
.policy-form-procedure-cmp table.dataTable thead .sorting:after,
.policy-form-procedure-cmp table.dataTable thead .sorting_asc:after,
.policy-form-procedure-cmp table.dataTable thead .sorting_desc:after {
  display: none;
}
.policy-form-procedure-cmp table.dataTable tbody td {
  padding: 10px 16px;
  color: #1b1c1e;
  border-top: 1px solid #edeff1 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.policy-form-procedure-cmp table.dataTable tbody td a,
.policy-form-procedure-cmp table.dataTable tbody td p {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.5 !important;
  max-height: calc(1.5em * 2) !important;
  word-break: break-word !important;
  hyphens: auto !important;
  white-space: normal !important;
}
.policy-form-procedure-cmp table.dataTable td.text-right {
  text-align: right !important;
}
.policy-form-procedure-cmp table.dataTable .col-name {
  width: 280px !important;
  max-width: 280px;
  min-width: 280px;
}
.policy-form-procedure-cmp table.dataTable .col-type {
  width: 140px !important;
  max-width: 140px;
  min-width: 140px;
}
.policy-form-procedure-cmp table.dataTable .col-updated {
  width: 120px !important;
  max-width: 120px;
  min-width: 120px;
}
.policy-form-procedure-cmp table.dataTable .col-department {
  width: 340px !important;
  max-width: 340px;
  min-width: 340px;
}
.policy-form-procedure-cmp table.dataTable .col-actions {
  width: 40px !important;
  max-width: 40px;
  min-width: 40px;
}
.policy-form-procedure-cmp table.dataTable tbody tr:hover {
  background: #fcfcfc;
}
.policy-form-procedure-cmp table.dataTable a {
  text-decoration: none;
  color: #2771e7;
  text-decoration: none;
  text-underline-offset: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.policy-form-procedure-cmp table.dataTable a:hover {
  text-decoration: underline;
}
.policy-form-procedure-cmp table.dataTable p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.policy-form-procedure-cmp__number {
  margin: 0 8px;
  padding: 8px 16px;
  border: 1px solid #dee1e5;
  border-radius: 4px;
  background: #ffffff;
  color: #6d7176;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .policy-form-procedure-cmp__number {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .policy-form-procedure-cmp__number {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .policy-form-procedure-cmp__number {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
.policy-form-procedure-cmp__number.active {
  background: #005e99;
  border-color: #005e99;
  color: #ffffff;
}
.policy-form-procedure-cmp__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid #dee1e5;
  border-radius: 4px;
  background: #ffffff;
}
.policy-form-procedure-cmp__button svg {
  stroke: #6d7176;
}
.policy-form-procedure-cmp__search__row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 30px;
}
.policy-form-procedure-cmp__filter__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 45px;
}
.policy-form-procedure-cmp__search__wrapper, .policy-form-procedure-cmp__select-wrapper {
  flex: 1 1 180px;
  max-width: 100%;
  position: relative;
}
.policy-form-procedure-cmp__select-control {
  position: relative;
  display: flex;
  align-items: center;
}
.policy-form-procedure-cmp__label {
  color: #484c4f;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
@media (max-width: 480px) {
  .policy-form-procedure-cmp__label {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .policy-form-procedure-cmp__label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .policy-form-procedure-cmp__label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
.policy-form-procedure-cmp__label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.policy-form-procedure-cmp__clear-btn {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #91979e;
  transition: all 0.2s ease;
}
.policy-form-procedure-cmp__clear-btn svg {
  pointer-events: none;
}
.policy-form-procedure-cmp__search__wrapper {
  position: relative;
  padding-left: 40px;
  border: 2px solid #dee1e5;
  border-radius: 4px;
  background-color: #ffffff;
}
.policy-form-procedure-cmp__search__bar {
  width: 100%;
  padding: 10px 16px 10px 0;
  outline: none;
  border: none;
  background-color: transparent;
  color: #1b1c1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .policy-form-procedure-cmp__search__bar {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .policy-form-procedure-cmp__search__bar {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .policy-form-procedure-cmp__search__bar {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
.policy-form-procedure-cmp__search__icon, .policy-form-procedure-cmp__search__wrapper__search {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.policy-form-procedure-cmp__empty-state {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.policy-form-procedure-cmp__empty-state__icon {
  width: 122px;
  height: 130px;
  flex-shrink: 0;
}
.policy-form-procedure-cmp__empty-state__title {
  color: #1b1c1e;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  letter-spacing: 0.25%;
}
@media (max-width: 480px) {
  .policy-form-procedure-cmp__empty-state__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .policy-form-procedure-cmp__empty-state__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .policy-form-procedure-cmp__empty-state__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0;
  }
}
.policy-form-procedure-cmp__empty-state__text {
  color: #6d7176;
  width: 523px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .policy-form-procedure-cmp__empty-state__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .policy-form-procedure-cmp__empty-state__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .policy-form-procedure-cmp__empty-state__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
.policy-form-procedure-cmp .choices {
  display: flex;
  margin-top: 4px;
  margin-bottom: 0;
  width: 100%;
}
.policy-form-procedure-cmp .choices::after {
  display: none;
}
.policy-form-procedure-cmp .choices__inner {
  flex: 1 1 auto;
  padding: 10px 32px 10px 16px !important;
  min-height: 1px;
  border: 2px solid #dee1e5;
  border-radius: 4px;
  background: #ffffff;
  color: #1b1c1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .policy-form-procedure-cmp .choices__inner {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .policy-form-procedure-cmp .choices__inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .policy-form-procedure-cmp .choices__inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
.policy-form-procedure-cmp .choices[data-type*=select-multiple] .choices__inner {
  padding: 10px 65px 10px 16px !important;
}
.policy-form-procedure-cmp .choices__placeholder {
  color: #91979e;
}
.policy-form-procedure-cmp .choices__list--dropdown,
.policy-form-procedure-cmp .choices__list[role=listbox],
.policy-form-procedure-cmp .choices__list--single {
  padding: 0;
}
.policy-form-procedure-cmp .choices__list--dropdown {
  top: 106%;
  border-radius: 4px;
  box-shadow: 0px 6px 24px 0px rgba(52, 52, 52, 0.0588235294);
}
.policy-form-procedure-cmp .choices__input {
  background: transparent;
  padding: 0;
  margin: 0;
}
.policy-form-procedure-cmp .choices__list--dropdown .choices__item {
  margin: 8px;
}
.policy-form-procedure-cmp .choices__item--selectable.is-highlighted {
  background: #f8f8f9;
  color: #1b1c1e;
  border-radius: 4px;
}
.policy-form-procedure-cmp .choices__list--multiple .choices__item {
  color: #1b1c1e;
  background: none;
  padding: 0;
  border: none;
  outline: none;
  vertical-align: unset;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .policy-form-procedure-cmp .choices__list--multiple .choices__item {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .policy-form-procedure-cmp .choices__list--multiple .choices__item {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .policy-form-procedure-cmp .choices__list--multiple .choices__item {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
.policy-form-procedure-cmp .choices__list--multiple .choices__item:not(:last-child)::after {
  content: "|";
  color: #007cc5;
  margin-right: 2px;
  margin-left: 2px;
}
.policy-form-procedure-cmp .choices__button {
  color: #ffffff;
}
.policy-form-procedure-cmp__select-arrow {
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 24px;
  transition: transform 0.2s ease;
}
.policy-form-procedure-cmp .choices.is-open ~ .policy-form-procedure-cmp__select-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.policy-form-procedure-cmp__select-wrapper--multiple .policy-form-procedure-cmp__select-arrow {
  pointer-events: auto;
  cursor: pointer;
}
@media (max-width: 480px) {
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_length,
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_filter,
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_info,
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate {
    text-align: center;
    float: none;
    margin-right: unset;
  }
  .policy-form-procedure-cmp .dataTables_wrapper .bottom-controls {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_length {
    margin-right: 0;
  }
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_length,
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_filter,
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_info,
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate {
    text-align: center;
    float: none;
    margin-right: unset;
  }
  .policy-form-procedure-cmp .dataTables_wrapper .bottom-controls {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_length {
    margin-right: 0;
  }
  .policy-form-procedure-cmp .dataTables_wrapper .dataTables_paginate {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .policy-form-procedure-cmp {
    padding: 30px;
  }
  .policy-form-procedure-cmp__search__row, .policy-form-procedure-cmp__filter__row {
    flex-direction: column;
    gap: 16px;
    display: flex;
    align-items: stretch;
  }
  .policy-form-procedure-cmp__search__wrapper, .policy-form-procedure-cmp__select-wrapper {
    flex: unset;
  }
  .policy-form-procedure-cmp__empty-state {
    flex-direction: column;
    text-align: center;
  }
  .policy-form-procedure-cmp__empty-state__text {
    width: 100%;
  }
  .policy-form-procedure-cmp table.dataTable .col-department {
    width: 300px !important;
    max-width: 300px;
    min-width: 300px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .policy-form-procedure-cmp {
    padding: 30px;
  }
  .policy-form-procedure-cmp__search__row, .policy-form-procedure-cmp__filter__row {
    flex-direction: column;
    gap: 16px;
    display: flex;
    align-items: stretch;
  }
  .policy-form-procedure-cmp__search__wrapper, .policy-form-procedure-cmp__select-wrapper {
    flex: unset;
  }
  .policy-form-procedure-cmp__empty-state {
    flex-direction: column;
    text-align: center;
  }
  .policy-form-procedure-cmp__empty-state__text {
    width: 100%;
  }
  .policy-form-procedure-cmp table.dataTable .col-department {
    width: 300px !important;
    max-width: 300px;
    min-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .policy-form-procedure-cmp__empty-state__text {
    width: 100%;
  }
  .policy-form-procedure-cmp table.dataTable .col-department {
    width: 300px !important;
    max-width: 300px;
    min-width: 300px;
  }
}

/* SVG Sort Icons */
.sort-icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 8px;
  vertical-align: sub;
  transition: all 0.3s ease;
}
.sorting_asc .sort-icon {
  transform: rotate(180deg);
}