.table-container .ant-pagination .ant-pagination-item a {
  font-weight: 600;
}

.ant-dropdown .ant-dropdown-menu.table-actions-dropdown {
  margin-right: 8px;
  padding: 10px 20px !important;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.password-field input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.form-wrapper.form-wrapper-square .form-group.percent-group {
  max-width: 140px;
}

.task-progress svg {
  flex-grow: 0;
  flex-shrink: 0;
}

.balance-sheet-tables table td .cell-with-edit .edit-icon {
  padding-left: 6px;
}

.insurer-edit-icon {
  position: absolute;
  top: 8px;
  right: 16px;
}

.table-loader {
  width: 60px;
  aspect-ratio: 5;
  --_g: no-repeat radial-gradient(circle closest-side, #00ba8d 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 100%;
  animation: l7 1.5s infinite linear;
  margin: 10px auto;
}

@keyframes l7 {
  33% {
    background-size: 33.3333333333% 0%, 33.3333333333% 100%, 33.3333333333% 100%;
  }
  50% {
    background-size: 33.3333333333% 100%, 33.3333333333% 0%, 33.3333333333% 100%;
  }
  66% {
    background-size: 33.3333333333% 100%, 33.3333333333% 100%, 33.3333333333% 0%;
  }
}
uppercase {
  text-transform: uppercase !important;
}/*# sourceMappingURL=custom.css.map */