@charset "UTF-8";
/*To be used while developing new components to ensure styling is self contained 
   and not relying on old style sheet from themes folder*/
@font-face {
  font-family: "sora";
  font-weight: normal;
  font-style: normal;
  src: url("./Sora-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Regular";
  font-weight: normal;
  font-style: normal;
  src: url("./Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Medium";
  font-weight: normal;
  font-style: normal;
  src: url("./Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "inter";
  font-weight: 100 900;
  font-style: normal;
  src: url("./Inter-VariableFont_slnt_wght.ttf") format("truetype");
}
/*To be used while developing new components to ensure styling is self contained 
   and not relying on old style sheet from themes folder*/
/* Basic_Status */
.aiq-status {
  display: none;
  margin-left: 20px;
  display: inline-flex;
  height: 30px;
  width: auto;
  border-radius: 40px;
}
.aiq-status .aiq-status-label {
  font-size: 10px !important;
  color: #676767 !important;
  text-align: center;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  line-height: 13px !important;
  padding-top: 8px;
  padding-left: 24px;
  padding-right: 24px;
}

.aiq-status.gray {
  background-color: #eeeeee;
}

.aiq-status.orange {
  background-color: #f9e6cf;
}

.aiq-status.red {
  background-color: #f2bfbf;
}

.aiq-status.green {
  background-color: #c2efe2;
}

.aiq-status.blue {
  background-color: #bfe4ef;
}

.aiq-status.black {
  background-color: #bbbbbb;
}

.theming-active {
  /*
  this should be scoped, as its impact other screens like new customer
  td > label, td > label.dxeBase_Glass {
      width: 100%;
      margin: 0 !important;
      text-align: right;
      font-family: var(--font-primary) !important;
      font-size: var(--text-xs-font-weight) !important;
      font-weight: var(--text-xs-font-weight) !important;
      line-height: var(--space-3) !important;
      color: var(--clr-black-500) !important;
  }*/
}
.theming-active #ChangePword_TPCHm1_aiqHeader_linkDiv {
  display: none;
}
.theming-active #ChangePword_TPCHm1_aiqHeader_headerDiv {
  height: var(--space-14) !important;
  line-height: var(--space-6);
  border-bottom: 1px solid #e4e4e7 !important;
  background: #fff !important;
}
.theming-active #ChangePword_passwordChange_rpPasswordChange_RPC {
  margin: 0 !important;
  padding: 0 !important;
  padding-top: var(--space-1) !important;
}
.theming-active #ChangePword_PWH-1.dxpcHeader_Glass > span {
  height: var(--space-12) !important;
}
.theming-active #ChangePword_TPCHm1_aiqHeader_titleDiv {
  margin-left: 0 !important;
  padding-left: var(--space-6) !important;
  font-family: var(--clr-black-500) !important;
  font-weight: var(--text-sm-font-size) !important;
  color: var(--clr-black-500) !important;
}
.theming-active #ChangePword_rpChangePasswordTips {
  display: none;
}
.theming-active #ChangePword_passwordChange_rpPasswordChange {
  padding: 0 !important;
  margin: 0 !important;
}
.theming-active .cp-ui-uplift {
  margin-top: var(--space-6);
}
.theming-active .cp-ui-uplift .cp-content-left {
  float: left;
  width: 40%;
  padding: var(--space-4) var(--space-4);
}
.theming-active .cp-ui-uplift .cp-content-right {
  float: right;
  width: calc(60% - var(--space-12)) !important;
  margin-top: var(--space-2) !important;
}
.theming-active .cp-ui-uplift .cp-content-title {
  margin-bottom: var(--space-2-5);
  font-family: var(--font-primary);
  font-size: var(--text-sm-font-size);
  font-weight: var(--text-sm-font-weight);
  color: var(--clr-black-500);
}
.theming-active .cp-ui-uplift .cp-content-item {
  margin-bottom: var(--space-2);
  font-family: var(--clr-black-500);
  font-size: var(--text-xs-font-size);
  font-weight: var(--text-xs-font-weight);
  color: var(--clr-black-500);
}
.theming-active .cp-ui-uplift .cp-content-item svg {
  transform: translateY(6px);
  margin-right: var(--space-2);
}
.theming-active .cp-ui-uplift .line-trough-blue {
  text-decoration: line-through;
  text-decoration-color: #426eff;
}
.theming-active .cp-ui-uplift .dxic {
  margin: 0 !important;
  padding: 0 !important;
}
.theming-active #uName,
.theming-active #oldPword,
.theming-active #newPword,
.theming-active #confirmPword {
  font-family: var(--font-primary) !important;
  font-size: var(--text-xs-font-size) !important;
  font-weight: var(--text-xs-font-weight) !important;
}
.theming-active #uName {
  margin-top: -5px !important;
  padding-top: var(--space-2) !important;
}
.theming-active #oldPword,
.theming-active #newPword,
.theming-active #confirmPword {
  margin-top: -12px !important;
  padding-top: var(--space-1) !important;
}
.theming-active #no_password {
  display: none !important;
}
.theming-active #ChangePword_passwordChange_rpPasswordChange_usrname_I,
.theming-active #ChangePword_passwordChange_rpPasswordChange_oldpwd_I,
.theming-active #ChangePword_passwordChange_rpPasswordChange_newpwd_I,
.theming-active #ChangePword_passwordChange_rpPasswordChange_confirmpwd_I {
  width: 230px !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: var(--space-2) !important;
}
.theming-active #ChangePword_passwordChange_rpPasswordChange_usrname,
.theming-active #ChangePword_passwordChange_rpPasswordChange_oldpwd,
.theming-active #ChangePword_passwordChange_rpPasswordChange_newpwd,
.theming-active #ChangePword_passwordChange_rpPasswordChange_confirmpwd {
  margin-top: 4px !important;
  border: 1px solid #c7c6c9 !important;
  /* border-radius: var(--space-1) !important; */
}
.theming-active #ChangePword_rpChangePasswordFooter {
  margin: 0 !important;
  margin-top: -1px !important;
  padding: 0 !important;
}
.theming-active #ChangePword_rpChangePasswordFooter_RPC td:nth-child(1) {
  float: right !important;
}
.theming-active #ChangePword_rpChangePasswordFooter_RPC td:nth-child(2) {
  float: left !important;
}
.theming-active #ChangePword_rpChangePasswordFooter_RPC table:nth-child(1) {
  width: 100% !important;
}
.theming-active #ChangePword_rpChangePasswordFooter_btnUpdatePwd_B {
  width: 77px !important;
  height: var(--space-8) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-weight: var(--text-xs-font-weight) !important;
  line-height: var(--space-6);
  border-radius: 4px !important;
  border: 1px solid var(--clr-primary-600) !important;
  background: var(--clr-primary-600) !important;
}
.theming-active #ChangePword_rpChangePasswordFooter_btnUpdatePwdClose_B {
  background: transparent !important;
}
.theming-active #ChangePword_rpChangePasswordFooter_btnUpdatePwdClose_CD {
  width: 77px !important;
  height: 27px !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-xs-font-size) !important;
  font-weight: var(--text-sm-font-weight) !important;
  line-height: var(--space-6);
  border-radius: 4px !important;
  border: 1px solid #c7c6c9 !important;
  background: var(--clr-white-900) !important;
  color: var(--clr-black-500) !important;
}
.theming-active #ChangePword_rpChangePasswordFooter {
  padding-top: var(--space-6) !important;
  background: #fff;
}

/* InputDropDown */
/** Buttons */
/*This mixin is shared with two css base files with different depths.
The boolean isAiqStyle is to account for the folder difference*/
/* [FeatureSwitch("Top_Navigation_v2", "merge into modal.scss once fs is retired")]*/
.theming-active .advance_filter_current_filters span {
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .aiq-modal-header,
.theming-active .modal-header {
  background-color: var(--clr-canvas-secondary) !important;
  border-bottom-color: var(--clr-canvas-border, #DDE1E6) !important;
}
.theming-active .aiq-modal-header h3,
.theming-active .modal-header h3 {
  color: var(--clr-text-primary, #222222);
}
.theming-active .aiq-modal-header .close-icon::before,
.theming-active .aiq-modal-header .icon_close::before,
.theming-active .modal-header .close-icon::before,
.theming-active .modal-header .icon_close::before {
  color: var(--clr-icon-primary-default);
}
.theming-active .aiq-modal-header .close-icon::before:hover,
.theming-active .aiq-modal-header .icon_close::before:hover,
.theming-active .modal-header .close-icon::before:hover,
.theming-active .modal-header .icon_close::before:hover {
  color: var(--clr-icon-primary-hover);
}
.theming-active .aiq-modal-header .close-icon::before:active,
.theming-active .aiq-modal-header .icon_close::before:active,
.theming-active .modal-header .close-icon::before:active,
.theming-active .modal-header .icon_close::before:active {
  color: var(--clr-icon-primary-active);
}
.theming-active .aiq-modal-body,
.theming-active .modal-body {
  background-color: var(--clr-canvas-secondary) !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active .aiq-modal-body a:not(.aiq-mark-as-completed-close-icon),
.theming-active .modal-body a:not(.aiq-mark-as-completed-close-icon) {
  color: var(--clr-buttons-link-default) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .aiq-modal-body a:not(.aiq-mark-as-completed-close-icon):visited,
.theming-active .modal-body a:not(.aiq-mark-as-completed-close-icon):visited {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active .aiq-modal-body a:not(.aiq-mark-as-completed-close-icon):hover,
.theming-active .modal-body a:not(.aiq-mark-as-completed-close-icon):hover {
  color: var(--clr-buttons-link-hover) !important;
  text-decoration: none !important;
}
.theming-active .aiq-modal-body a:not(.aiq-mark-as-completed-close-icon):active,
.theming-active .modal-body a:not(.aiq-mark-as-completed-close-icon):active {
  color: var(--clr-buttons-link-active) !important;
}
.theming-active .aiq-modal-body a.aiq-mark-as-completed-close-icon,
.theming-active .modal-body a.aiq-mark-as-completed-close-icon {
  color: var(--clr-icon-primary-default) !important;
}
.theming-active .aiq-modal-body a.aiq-mark-as-completed-close-icon:hover,
.theming-active .modal-body a.aiq-mark-as-completed-close-icon:hover {
  color: var(--clr-icon-primary-hover) !important;
}
.theming-active .aiq-modal-body a.aiq-mark-as-completed-close-icon:active,
.theming-active .modal-body a.aiq-mark-as-completed-close-icon:active {
  color: var(--clr-icon-primary-active) !important;
}
.theming-active .aiq-modal-body a.aiq-mark-as-completed-close-icon:disabled,
.theming-active .modal-body a.aiq-mark-as-completed-close-icon:disabled {
  color: var(--clr-icon-primary-disabled) !important;
}
.theming-active .aiq-modal-body TABLE.aiqGrid thead tr.headers th a,
.theming-active .modal-body TABLE.aiqGrid thead tr.headers th a {
  color: var(--clr-text-primary) !important;
}
.theming-active .aiq-modal-body TABLE.aiqGrid thead tr.headers th a:hover,
.theming-active .modal-body TABLE.aiqGrid thead tr.headers th a:hover {
  text-decoration: underline !important;
  color: var(--clr-text-primary) !important;
}
.theming-active .aiq-modal-footer,
.theming-active .modal-footer {
  background-color: var(--clr-canvas-secondary) !important;
  border-top-color: var(--clr-canvas-border) !important;
}
.theming-active .aiq-modal-footer .dxbButton_Glass.primary, .theming-active .aiq-modal-footer .dxbButton_Glass#save,
.theming-active .modal-footer .dxbButton_Glass.primary,
.theming-active .modal-footer .dxbButton_Glass#save {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active .aiq-modal-footer .dxbButton_Glass.primary:hover, .theming-active .aiq-modal-footer .dxbButton_Glass#save:hover,
.theming-active .modal-footer .dxbButton_Glass.primary:hover,
.theming-active .modal-footer .dxbButton_Glass#save:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active .aiq-modal-footer .dxbButton_Glass.primary div.dxb, .theming-active .aiq-modal-footer .dxbButton_Glass#save div.dxb,
.theming-active .modal-footer .dxbButton_Glass.primary div.dxb,
.theming-active .modal-footer .dxbButton_Glass#save div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active .aiq-modal-footer .dxbButton_Glass.primary:disabled, .theming-active .aiq-modal-footer .dxbButton_Glass#save:disabled,
.theming-active .modal-footer .dxbButton_Glass.primary:disabled,
.theming-active .modal-footer .dxbButton_Glass#save:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active .aiq-modal-footer .dxbButton_Glass.cancel#close, .theming-active .aiq-modal-footer .dxbButton_Glass.clear, .theming-active .aiq-modal-footer .dxbButton_Glass#close, .theming-active .aiq-modal-footer .dxbButton_Glass#reset,
.theming-active .modal-footer .dxbButton_Glass.cancel#close,
.theming-active .modal-footer .dxbButton_Glass.clear,
.theming-active .modal-footer .dxbButton_Glass#close,
.theming-active .modal-footer .dxbButton_Glass#reset {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active .aiq-modal-footer .dxbButton_Glass.cancel#close:hover, .theming-active .aiq-modal-footer .dxbButton_Glass.clear:hover, .theming-active .aiq-modal-footer .dxbButton_Glass#close:hover, .theming-active .aiq-modal-footer .dxbButton_Glass#reset:hover,
.theming-active .modal-footer .dxbButton_Glass.cancel#close:hover,
.theming-active .modal-footer .dxbButton_Glass.clear:hover,
.theming-active .modal-footer .dxbButton_Glass#close:hover,
.theming-active .modal-footer .dxbButton_Glass#reset:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .aiq-modal-footer .dxbButton_Glass.cancel#close:active, .theming-active .aiq-modal-footer .dxbButton_Glass.clear:active, .theming-active .aiq-modal-footer .dxbButton_Glass#close:active, .theming-active .aiq-modal-footer .dxbButton_Glass#reset:active,
.theming-active .modal-footer .dxbButton_Glass.cancel#close:active,
.theming-active .modal-footer .dxbButton_Glass.clear:active,
.theming-active .modal-footer .dxbButton_Glass#close:active,
.theming-active .modal-footer .dxbButton_Glass#reset:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .purchases_apinbox p,
.theming-active .purchases_apinbox span,
.theming-active .purchases_apinbox .step p,
.theming-active .purchases_apinbox_edit p,
.theming-active .purchases_apinbox_edit span,
.theming-active .purchases_apinbox_edit .step p {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active .purchases_apinbox .close,
.theming-active .purchases_apinbox_edit .close {
  margin-top: 2px !important;
}
.theming-active .purchases_apinbox .close span,
.theming-active .purchases_apinbox_edit .close span {
  font-size: 20px !important;
  color: var(--clr-icon-primary-default) !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body .apinbox_content .form-group .input-text,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .apinbox_content .form-group .input-text,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .apinbox_content .form-group .input-text,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .apinbox_content .form-group .input-text {
  width: auto !important;
  min-width: 18.75rem !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body .apinboxContent,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .apinboxContent,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .apinboxContent,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .apinboxContent {
  border-bottom: none !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body .step-wizard,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .step-wizard,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .step-wizard,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .step-wizard {
  margin-top: 1.5rem;
}
.theming-active .purchases_apinbox #purchases_apinbox_body .step-wizard .step-footer,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .step-wizard .step-footer,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .step-wizard .step-footer,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .step-wizard .step-footer {
  margin: 0px 0.75rem;
  margin-bottom: 0.75rem !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body #purchases_apinbox_email_stepper > div > div.step-wizard > div:nth-child(1),
.theming-active .purchases_apinbox #purchases_apinbox_edit_body #purchases_apinbox_email_stepper > div > div.step-wizard > div:nth-child(1),
.theming-active .purchases_apinbox_edit #purchases_apinbox_body #purchases_apinbox_email_stepper > div > div.step-wizard > div:nth-child(1),
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body #purchases_apinbox_email_stepper > div > div.step-wizard > div:nth-child(1) {
  border-bottom: none !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body .fallBackEmailMessage,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .fallBackEmailMessage,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .fallBackEmailMessage,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .fallBackEmailMessage {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: 1.25rem !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body .bread-crumbs,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .bread-crumbs,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .bread-crumbs,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .bread-crumbs {
  border: none !important;
  height: 3.56rem !important;
  margin-bottom: 0.625rem !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body .bread-crumbs .bread-crumb-step,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .bread-crumbs .bread-crumb-step,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .bread-crumbs .bread-crumb-step,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .bread-crumbs .bread-crumb-step {
  flex-direction: column !important;
  height: 3.75rem !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body .bread-crumbs .bread-crumb-step.completed-step .abbreviation,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .bread-crumbs .bread-crumb-step.completed-step .abbreviation,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .bread-crumbs .bread-crumb-step.completed-step .abbreviation,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .bread-crumbs .bread-crumb-step.completed-step .abbreviation {
  background-position-x: 0.55rem;
  background-position-y: 0.7rem;
  background-color: var(--clr-indicator-match);
}
.theming-active .purchases_apinbox #purchases_apinbox_body .bread-crumbs .bread-crumb-horizontal-line,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .bread-crumbs .bread-crumb-horizontal-line,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .bread-crumbs .bread-crumb-horizontal-line,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .bread-crumbs .bread-crumb-horizontal-line {
  margin: 0 -2.5rem;
  margin-left: -3.75rem;
  border-bottom: 4px solid var(--clr-canvas-border);
  border-top: none !important;
  height: 0.93rem;
}
.theming-active .purchases_apinbox #purchases_apinbox_body .bread-crumbs .abbreviation,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .bread-crumbs .abbreviation,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .bread-crumbs .abbreviation,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .bread-crumbs .abbreviation {
  order: 2;
  height: 2rem;
  width: 2rem;
  margin-top: 0.625rem;
  background-color: var(--clr-buttons-primary-default);
}
.theming-active .purchases_apinbox #purchases_apinbox_body .text,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .text,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .text,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .text {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body .step-wizard .bread-crumb-step.inactive-step .abbreviation,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .step-wizard .bread-crumb-step.inactive-step .abbreviation,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .step-wizard .bread-crumb-step.inactive-step .abbreviation,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .step-wizard .bread-crumb-step.inactive-step .abbreviation {
  background-color: var(--clr-buttons-primary-disabled) !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body .ap_mail_generation_successful,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .ap_mail_generation_successful,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .ap_mail_generation_successful,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .ap_mail_generation_successful {
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body #ConfirmationCodeContainer,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body #ConfirmationCodeContainer,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body #ConfirmationCodeContainer,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body #ConfirmationCodeContainer {
  background-color: var(--clr-canvas-primary);
  border: 1px solid var(--clr-canvas-border);
  width: 100%;
  box-sizing: border-box;
}
.theming-active .purchases_apinbox #purchases_apinbox_body #ConfirmationCodeContainer .correct-code-message,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body #ConfirmationCodeContainer .correct-code-message,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body #ConfirmationCodeContainer .correct-code-message,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body #ConfirmationCodeContainer .correct-code-message {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  color: var(--clr-status-icon-success) !important;
  margin-left: 0px !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body #ConfirmationCodeContainer .incorrect-code-message,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body #ConfirmationCodeContainer .incorrect-code-message,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body #ConfirmationCodeContainer .incorrect-code-message,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body #ConfirmationCodeContainer .incorrect-code-message {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  color: var(--clr-text-error) !important;
  margin-left: 0.625rem;
}
.theming-active .purchases_apinbox #purchases_apinbox_body #ConfirmationCodeContainer .confirmationCode,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body #ConfirmationCodeContainer .confirmationCode,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body #ConfirmationCodeContainer .confirmationCode,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body #ConfirmationCodeContainer .confirmationCode {
  width: 95%;
}
.theming-active .purchases_apinbox #purchases_apinbox_body #apinboxEmailContainer .form-group,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body #apinboxEmailContainer .form-group,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body #apinboxEmailContainer .form-group,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body #apinboxEmailContainer .form-group {
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 0 !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body #apinboxEmail_label,
.theming-active .purchases_apinbox #purchases_apinbox_body #fallbackEmailLabel,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body #apinboxEmail_label,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body #fallbackEmailLabel,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body #apinboxEmail_label,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body #fallbackEmailLabel,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body #apinboxEmail_label,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body #fallbackEmailLabel {
  margin-right: 0px !important;
  min-width: 6rem !important;
  font-weight: var(--font-weight-bold) !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body .copyable:hover,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .copyable:hover,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .copyable:hover,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .copyable:hover {
  max-height: 1.125rem;
}
.theming-active .purchases_apinbox #purchases_apinbox_body .change-email-link,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .change-email-link,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .change-email-link,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .change-email-link {
  color: var(--clr-buttons-link-default) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body .change-email-link:visited,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .change-email-link:visited,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .change-email-link:visited,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .change-email-link:visited {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body .change-email-link:hover,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .change-email-link:hover,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .change-email-link:hover,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .change-email-link:hover {
  color: var(--clr-buttons-link-hover) !important;
  text-decoration: none !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body .change-email-link:active,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body .change-email-link:active,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body .change-email-link:active,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body .change-email-link:active {
  color: var(--clr-buttons-link-active) !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body #apinboxSave,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body #apinboxSave,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body #apinboxSave,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body #apinboxSave {
  padding: var(--space-2) var(--space-4) var(--space-2) var(--space-4) !important;
}
.theming-active .purchases_apinbox #purchases_apinbox_body #purchases_apinbox_email_stepper .apinbox_completion_content #apinboxEmail,
.theming-active .purchases_apinbox #purchases_apinbox_edit_body #purchases_apinbox_email_stepper .apinbox_completion_content #apinboxEmail,
.theming-active .purchases_apinbox_edit #purchases_apinbox_body #purchases_apinbox_email_stepper .apinbox_completion_content #apinboxEmail,
.theming-active .purchases_apinbox_edit #purchases_apinbox_edit_body #purchases_apinbox_email_stepper .apinbox_completion_content #apinboxEmail {
  width: 95% !important;
}

.aiq-modal-mask-background {
  background-color: rgba(0, 0, 0, 0.5);
}
.aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container {
  width: auto;
  height: auto;
  margin: 50px;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
}
.aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-modal-header {
  display: flex;
  flex-wrap: nowrap;
  padding: 24px 32px;
  min-height: 20px;
  border-bottom: 1px solid #d9d5dc;
  align-items: center;
}
.aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-modal-header h3 {
  margin: 0;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  align-items: center;
  text-align: left;
  color: #555555;
  float: left;
}
.aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-modal-header .div-close-icon {
  margin-left: auto;
}
.aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-modal-header .close-icon {
  margin-top: 0px;
  cursor: pointer !important;
  background: transparent !important;
  border: 0 !important;
  -webkit-appearance: none !important;
  -webkit-perspective-origin: 8.59375px 10.5px !important;
  -webkit-transform-origin: 8.59375px 10.5px !important;
  perspective-origin: 8.59375px 10.5px !important;
  transform-origin: 8.59375px 10.5px !important;
  font-family: Tahoma !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.6 !important;
  filter: alpha(opacity=20);
  text-align: right;
  float: right;
}
.aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-modal-header .close-icon:hover,
.aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-modal-header .close-icon:active {
  color: #000 !important;
  text-decoration: none !important;
  opacity: 1 !important;
  filter: alpha(opacity=40) !important;
  cursor: pointer;
}
.aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-modal-body {
  padding: 24px 32px;
}
.aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-modal-footer {
  min-height: 32px;
  padding: 0px 32px 32px 32px;
}
.aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-modal-footer .aiq-primary-button-container,
.aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-modal-footer .aiq-generic-button-container {
  float: right;
}
.aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-modal-footer .aiq-close-button-container {
  float: left;
}

.modal-default-button {
  display: block;
  margin-top: 1rem;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter-active,
.modal-leave-active {
  transition: opacity 0.3s ease;
}

.modal-enter-from,
.modal-leave-to {
  opacity: 0;
}

#modal-purchases_newbatchpayments.aiq-modal-container {
  overflow-y: auto;
  width: 1000px !important;
  margin: auto !important;
  height: auto !important;
}
#modal-purchases_newbatchpayments.aiq-modal-container.newBatchPaymentWindow {
  width: 95vw !important;
}
#modal-purchases_newbatchpayments.aiq-modal-container.newBatchPaymentWindow .aiq-modal-header .div-close-icon .close-icon {
  padding-right: 0;
}
#modal-purchases_newbatchpayments.aiq-modal-container.newBatchPaymentWindow .aiq-modal-header .div-close-icon .close-icon .icon_close {
  font-size: 18px;
  height: 22px;
  line-height: 16px;
}
#modal-purchases_newbatchpayments.aiq-modal-container.newBatchPaymentWindow .aiq-modal-body .gridOptions div:nth-child(2) {
  margin-right: 0;
}
#modal-purchases_newbatchpayments.aiq-modal-container.markCompletedWindow {
  width: 400px !important;
}

.purchases_newbatchpayments_aiqGrid_container,
.purchases_newbatchpayments_view_aiqGrid_container {
  height: 50vh !important;
}

@media screen and (max-height: 790px) {
  .purchases_newbatchpayments_aiqGrid_container,
  .purchases_newbatchpayments_view_aiqGrid_container {
    height: 45vh !important;
  }
  #modal-purchases_newbatchpayments.aiq-modal-container.newBatchPaymentWindow {
    height: 90vh !important;
  }
}
@media screen and (max-height: 700px) {
  .purchases_newbatchpayments_aiqGrid_container,
  .purchases_newbatchpayments_view_aiqGrid_container {
    height: 40vh !important;
  }
}
@media screen and (min-height: 900px) {
  .purchases_newbatchpayments_aiqGrid_container,
  .purchases_newbatchpayments_view_aiqGrid_container {
    height: 55vh !important;
  }
}
.icon_close::before {
  font-family: "Font Awesome 6 Pro";
  content: "\e59b";
  color: #999;
}

/* [FeatureSwitch("Top_Navigation_v2", "merge into buttons.scss once fs is retired")]*/
/* InputDropDown */
/** Buttons */
/*This mixin is shared with two css base files with different depths.
The boolean isAiqStyle is to account for the folder difference*/
.theming-active .aiq-link-button {
  color: var(--clr-buttons-link-default) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .aiq-link-button:visited {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active .aiq-link-button:hover {
  color: var(--clr-buttons-link-hover) !important;
  text-decoration: none !important;
}
.theming-active .aiq-link-button:active {
  color: var(--clr-buttons-link-active) !important;
}
.theming-active .aiq-button, .theming-active .generic.aiq-partner-primary-outline-button, .theming-active .generic.aiq-partner-primary-button, .theming-active .aiq-generic-button, .theming-active .generic.aiq-outlined-secondary-button, .theming-active .aiq-primary-button {
  border-radius: 0.5rem !important;
}
.theming-active .aiq-primary-button {
  border-radius: 0.5rem !important;
}
.theming-active .aiq-primary-button:hover {
  border-radius: 0.5rem !important;
}
.theming-active .aiq-generic-button, .theming-active .generic.aiq-outlined-secondary-button {
  border-radius: 0.5rem !important;
}
.theming-active .aiq-generic-button:hover, .theming-active .generic.aiq-outlined-secondary-button:hover {
  border-radius: 0.5rem !important;
}
.theming-active .aiq-primary-button:disabled {
  border-radius: 0.5rem !important;
}
.theming-active .aiq-primary-button:disabled:hover {
  border-radius: 0.5rem !important;
}

.aiq-button,
.aiq-generic-button.aiq-partner-primary-outline-button, .generic.aiq-partner-primary-outline-button, .generic.aiq-partner-primary-button, .aiq-generic-button, .generic.aiq-outlined-secondary-button, .aiq-generic-button:hover, .aiq-generic-button:focus, .aiq-generic-button:hover:disabled, .aiq-generic-button:disabled, .aiq-primary-button, .aiq-primary-button:hover, .aiq-primary-button:focus, .aiq-primary-button:hover:disabled, .aiq-primary-button:disabled, .aiq-button:disabled, .aiq-button:hover:disabled, .aiq-button:focus, .aiq-button:hover {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  padding: 8px 16px;
  height: 32px !important;
  min-width: 85px !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  margin-left: 10px;
  line-height: 15px;
  box-shadow: none;
}
.aiq-button:hover, .generic.aiq-partner-primary-outline-button:hover, .generic.aiq-partner-primary-button:hover, .aiq-generic-button:hover, .generic.aiq-outlined-secondary-button:hover, .aiq-generic-button:hover:disabled, .aiq-primary-button:hover, .aiq-primary-button:hover:disabled, .aiq-button:hover:disabled {
  cursor: pointer;
}
.aiq-button:focus, .generic.aiq-partner-primary-outline-button:focus, .generic.aiq-partner-primary-button:focus, .aiq-generic-button:focus, .generic.aiq-outlined-secondary-button:focus, .aiq-primary-button:focus, .aiq-button:focus:hover:disabled, .aiq-generic-button:focus:hover:disabled, .aiq-primary-button:focus:hover:disabled {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.aiq-button:hover:disabled, .generic.aiq-partner-primary-outline-button:hover:disabled, .generic.aiq-partner-primary-button:hover:disabled, .aiq-generic-button:hover:disabled, .generic.aiq-outlined-secondary-button:hover:disabled, .aiq-primary-button:hover:disabled {
  background: #cccccc !important;
  color: #888888 !important;
  border: 1px solid #cccccc !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: default;
}
.aiq-button:disabled, .generic.aiq-partner-primary-outline-button:disabled, .generic.aiq-partner-primary-button:disabled, .aiq-generic-button:disabled, .generic.aiq-outlined-secondary-button:disabled, .aiq-primary-button:disabled {
  background: #cccccc !important;
  color: #888888 !important;
  border: 1px solid #cccccc !important;
  box-shadow: none !important;
}

.aiq-primary-button {
  border: 1px solid #3b7296 !important;
  background-color: #3b7296 !important;
  background: #3b7296 !important;
  color: #fff;
}
.aiq-primary-button:hover {
  border-color: #5887a6 !important;
  background: #5887a6 !important;
}
.aiq-primary-button:focus:not(.ignore-focus) {
  background: #759cb5 !important;
  border: 1px solid #759cb5 !important;
}

.aiq-generic-button, .generic.aiq-outlined-secondary-button {
  background: #ffffff !important;
  border: 1px solid #3b7296 !important;
  box-sizing: border-box;
  color: #3b7296 !important;
  font-family: "Roboto-Medium", sans-serif;
}
.aiq-generic-button:hover, .generic.aiq-outlined-secondary-button:hover {
  font-family: "Roboto-Medium", sans-serif;
  background: #f5f5f5 !important;
  border: 1px solid #5887a6 !important;
}
.aiq-generic-button:focus:not(.ignore-focus), .generic.aiq-outlined-secondary-button:focus:not(.ignore-focus) {
  background: #f5f5f5 !important;
  border: 1px solid #759cb5 !important;
  font-family: "Roboto-Medium", sans-serif;
}
.aiq-generic-button:disabled, .generic.aiq-outlined-secondary-button:disabled {
  border: 1px solid #cacaca !important;
  color: #cacaca !important;
  background: #ffffff !important;
  font-family: "Roboto-Medium", sans-serif;
}
.aiq-generic-button:hover:disabled, .generic.aiq-outlined-secondary-button:hover:disabled {
  border: 1px solid #cacaca !important;
  color: #cacaca !important;
  background: #ffffff !important;
}

.generic.aiq-outlined-secondary-button {
  text-transform: inherit !important;
  height: 24px !important;
  font-size: 12px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.generic.aiq-partner-primary-button {
  background: #426eff !important;
  color: #ffffff !important;
  border: 1px solid #426eff !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}
.generic.aiq-partner-primary-button:hover {
  cursor: pointer;
  border: 1px solid #162c5e !important;
  background: #162c5e !important;
}
.generic.aiq-partner-primary-button:focus {
  border: 1px solid #162c5e !important;
  background: #162c5e !important;
}
.generic.aiq-partner-primary-button:disabled {
  border: 1px solid #cccccc;
  background: #888888;
}
.generic.aiq-partner-primary-button:hover:disabled {
  cursor: default;
}

.generic.aiq-partner-primary-outline-button {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #426eff !important;
  border: 1px solid #426eff !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25) !important;
  margin: 0;
}
.generic.aiq-partner-primary-outline-button:hover {
  cursor: pointer;
  border: 1px solid #162c5e !important;
  color: #162c5e !important;
}
.generic.aiq-partner-primary-outline-button:focus {
  border: 1px solid #162c5e !important;
  color: #162c5e !important;
}
.generic.aiq-partner-primary-outline-button:disabled {
  border: 1px solid #cacaca !important;
  color: #cacaca !important;
  background: #ffffff !important;
}
.generic.aiq-partner-primary-outline-button:hover:disabled {
  cursor: default;
  color: #cacaca !important;
  background: #ffffff !important;
}

.generic.aiq-partner-primary-button {
  background: #426eff;
  color: #ffffff;
  border: 1px solid #426eff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}
.generic.aiq-partner-primary-button:hover {
  cursor: pointer;
  border: 1px solid #162c5e !important;
  background-color: #162c5e !important;
  height: auto !important;
}
.generic.aiq-partner-primary-button:focus {
  border: 1px solid #162c5e !important;
  background: #162c5e !important;
}
.generic.aiq-partner-primary-button:disabled {
  border: 1px solid #cccccc !important;
  color: #888888 !important;
}
.generic.aiq-partner-primary-button:hover:disabled {
  cursor: default;
}

.generic.aiq-partner-primary-outline-button,
.aiq-generic-button.aiq-partner-primary-outline-button {
  background: #ffffff;
  color: #426eff !important;
  border: 1px solid #426eff !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25) !important;
  margin: 0;
}
.generic.aiq-partner-primary-outline-button:hover,
.aiq-generic-button.aiq-partner-primary-outline-button:hover {
  cursor: pointer;
  border: 1px solid #162c5e !important;
  color: #162c5e !important;
  height: auto !important;
}
.generic.aiq-partner-primary-outline-button:focus, .generic.aiq-partner-primary-outline-button:active,
.aiq-generic-button.aiq-partner-primary-outline-button:focus,
.aiq-generic-button.aiq-partner-primary-outline-button:active {
  border: 1px solid #162c5e !important;
  color: #162c5e !important;
}
.generic.aiq-partner-primary-outline-button:disabled,
.aiq-generic-button.aiq-partner-primary-outline-button:disabled {
  border: 1px solid #cacaca !important;
  color: #cacaca !important;
  background: #ffffff !important;
}
.generic.aiq-partner-primary-outline-button:hover:disabled,
.aiq-generic-button.aiq-partner-primary-outline-button:hover:disabled {
  cursor: default;
  color: #cacaca !important;
  background: #ffffff !important;
}

.partner-btn-link,
.aiq-generic-button.partner-btn-link,
.partner-btn-link.generic.aiq-outlined-secondary-button {
  color: #426eff !important;
  background: #ffffff !important;
  font-size: 12px !important;
  cursor: pointer !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.partner-btn-link:hover, .partner-btn-link:active, .partner-btn-link:focus,
.aiq-generic-button.partner-btn-link:hover,
.aiq-generic-button.partner-btn-link:active,
.aiq-generic-button.partner-btn-link:focus {
  cursor: default;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.partner-btn-link:hover,
.aiq-generic-button.partner-btn-link:hover {
  color: #162c5e !important;
  background: #ffffff !important;
}
.partner-btn-link:focus, .partner-btn-link:active, .partner-btn-link:focus:not(.ignore-focus),
.aiq-generic-button.partner-btn-link:focus,
.aiq-generic-button.partner-btn-link:active,
.aiq-generic-button.partner-btn-link:focus:not(.ignore-focus) {
  color: #162c5e !important;
  background: #ffffff !important;
}
.partner-btn-link:disabled,
.aiq-generic-button.partner-btn-link:disabled {
  color: #cacaca !important;
}

/* Bulk_Payment_Enhancements || Top_Navigation_v2
   Remove this block once theming is liveswitched 
*/
html:not(.theming-active) #modal-purchases_newbatchpayments .aiq-link-button {
  font-weight: 400 !important;
  color: #2e50d9 !important;
}
html:not(.theming-active) #modal-purchases_newbatchpayments .aiq-link-button:hover {
  color: #426eff !important;
  cursor: pointer !important;
}
html:not(.theming-active) #modal-purchases_newbatchpayments .aiq-link-button:focus {
  color: #426eff !important;
}
html:not(.theming-active) #modal-purchases_newbatchpayments .aiq-link-button:disabled {
  color: #999999 !important;
}

.aiq-icon-link {
  margin-right: 10px;
}
.aiq-icon-link i {
  font-size: 20px;
  vertical-align: middle;
  color: #615c66;
  margin-right: 4px;
}
.aiq-icon-link a {
  color: #999999 !important;
}

/* [FeatureSwitch("Top_Navigation_v2", "merge into label.scss once fs is retired")]*/
/* [FeatureSwitch("Top_Navigation_v2", "merge into label.scss once fs is retired")]*/
.theming-active .aiq-label, .theming-active .aiq-label-light, .theming-active input.aiq-input, .theming-active #modal-purchases_newbatchpayments .evodropdown input.hasDatepicker, #modal-purchases_newbatchpayments .evodropdown .theming-active input.hasDatepicker,
.theming-active .aiq-text,
.theming-active .aiq-text-small,
.theming-active .aiq-value {
  color: var(--clr-text-primary) !important;
}

.aiq-label, .aiq-label-light, input.aiq-input, #modal-purchases_newbatchpayments .evodropdown input.hasDatepicker {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 600;
  font-size: 12px !important;
  align-items: center;
  color: #615c66 !important;
}

.aiq-label-light, input.aiq-input, #modal-purchases_newbatchpayments .evodropdown input.hasDatepicker {
  font-weight: 400 !important;
}

.aiq-text, .aiq-text-small, .aiq-value {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #615c66 !important;
}

.aiq-value {
  font-size: 12px !important;
}

.aiq-text-small {
  font-size: 11px !important;
  line-height: 14px !important;
}

.label-partner {
  font-size: 12px;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: #555555;
}

#modal-purchases_newbatchpayments .dropdowninput input {
  font-family: var(--font-primary) !important;
}

#modal-purchases_newbatchpayments table.dropdowncontainer span.innerLabel {
  padding: 4px 0px 0px 0px !important;
  font-family: var(--font-primary) !important;
}

/* [FeatureSwitch("Top_Navigation_v2", "merge into dropdown.scss once fs is retired")]*/
/* [FeatureSwitch("Top_Navigation_v2", "merge into dropdown.scss once fs is retired")]*/
.theming-active .evodropdown .input-group-btn {
  background: var(--clr-canvas-primary) !important;
}
.theming-active .evodropdown .ddldate .dropdownbtn {
  color: var(--clr-text-primary) !important;
}
.theming-active .evodropdown .input-group input {
  color: var(--clr-text-primary) !important;
  background: var(--clr-canvas-primary) !important;
  border-color: var(--clr-canvas-border) !important;
}
.theming-active .contextual_menu,
.theming-active .dxmSubMenu_Glass.mabMenuDiv {
  border-radius: 0.25rem;
  border: 1px solid var(--clr-canvas-border) !important;
  box-shadow: var(--shadow-mhd);
  background-color: var(--clr-canvas-secondary) !important;
}
.theming-active .contextual_menu .contextual_menu_item,
.theming-active .contextual_menu .dxmSubMenuItem_Glass,
.theming-active .dxmSubMenu_Glass.mabMenuDiv .contextual_menu_item,
.theming-active .dxmSubMenu_Glass.mabMenuDiv .dxmSubMenuItem_Glass {
  background-color: var(--clr-dropdown-list-item-default) !important;
}
.theming-active .contextual_menu .contextual_menu_item:hover,
.theming-active .contextual_menu .dxmSubMenuItem_Glass:hover,
.theming-active .dxmSubMenu_Glass.mabMenuDiv .contextual_menu_item:hover,
.theming-active .dxmSubMenu_Glass.mabMenuDiv .dxmSubMenuItem_Glass:hover {
  background-color: var(--clr-dropdown-list-item-hover) !important;
}
.theming-active .contextual_menu .contextual_menu_item span,
.theming-active .contextual_menu .dxmSubMenuItem_Glass span,
.theming-active .dxmSubMenu_Glass.mabMenuDiv .contextual_menu_item span,
.theming-active .dxmSubMenu_Glass.mabMenuDiv .dxmSubMenuItem_Glass span {
  color: var(--clr-text-primary) !important;
}

.aiq-pendo-text, ._pendo-step-container ._pendo-text-paragraph p, ._pendo-step-container h3._pendo-text-subTitle p, ._pendo-step-container h2._pendo-text-title p {
  font-family: Verdana !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: var(--clr-text-primary, #000) !important;
}

._pendo-step-container h2._pendo-text-title p {
  font-size: 1.5rem !important;
}
._pendo-step-container h3._pendo-text-subTitle p {
  font-size: 1.125rem !important;
  font-weight: var(--font-weight-medium) !important;
}
._pendo-step-container ._pendo-text-paragraph p {
  font-size: 0.813rem !important;
  color: var(--clr-text-primary, #000) !important;
}

#pendo-resource-center-container {
  max-height: 80%;
}

#pendo-guide-container {
  font-family: var(--font-primary) !important;
  color: var(--clr-text-primary, #000) !important;
  display: flex;
  padding: 0rem 1rem 1rem 1rem !important;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  align-self: stretch;
  border-radius: 0.5rem !important;
  border: 0.063rem solid var(--clr-canvas-border, #e5e4e7) !important;
  background: var(--clr-canvas-secondary, #fdfdfd) !important;
  box-shadow: 0rem 0.75rem 1rem -0.25rem rgba(16, 24, 40, 0.08), 0rem 0.25rem 0.375rem -0.125rem rgba(16, 24, 40, 0.03) !important;
  /* icons on top level */
  /* icons on second level */
  /* styling for How To's section */
  /** Feedback textarea*/
  /** Feedback number scale text */
  /** Feedback number scale */
  /** Center feedback number scale */
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(1) ._pendo-resource-center-module-list-item-title-text {
  margin-left: 2.5rem !important;
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(1) ._pendo-resource-center-module-list-item-subtitle-text {
  margin-left: 2.5rem !important;
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(1)::before {
  color: #3653F5;
  font-family: "Font Awesome 6 Pro";
  content: "\f5da";
  font-size: 1.25rem;
  float: left;
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(2) ._pendo-resource-center-module-list-item-title-text {
  margin-left: 2.5rem !important;
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(2) ._pendo-resource-center-module-list-item-subtitle-text {
  margin-left: 2.5rem !important;
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(2)::before {
  color: #3653F5;
  font-family: "Font Awesome 6 Pro";
  content: "\f2fd";
  font-size: 1.25rem;
  float: left;
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(3) ._pendo-resource-center-module-list-item-title-text {
  margin-left: 2.5rem !important;
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(3) ._pendo-resource-center-module-list-item-subtitle-text {
  margin-left: 2.5rem !important;
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(3)::before {
  color: #3653F5;
  font-family: "Font Awesome 6 Pro";
  content: "\f1d8";
  font-size: 1.25rem;
  float: left;
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(4) ._pendo-resource-center-module-list-item-title-text {
  margin-left: 2.5rem !important;
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(4) ._pendo-resource-center-module-list-item-subtitle-text {
  margin-left: 2.5rem !important;
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(4)::before {
  color: #3653F5;
  font-family: "Font Awesome 6 Pro";
  content: "\f4a2";
  font-size: 1.25rem;
  float: left;
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(5) ._pendo-resource-center-module-list-item-title-text {
  margin-left: 2.5rem !important;
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(5) ._pendo-resource-center-module-list-item-subtitle-text {
  margin-left: 2.5rem !important;
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(5)::before {
  color: #3653F5;
  font-family: "Font Awesome 6 Pro";
  content: "\f4b4";
  font-size: 1.25rem;
  float: left;
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(6) ._pendo-resource-center-module-list-item-title-text {
  margin-left: 2.5rem !important;
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(6) ._pendo-resource-center-module-list-item-subtitle-text {
  margin-left: 2.5rem !important;
}
#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(6)::before {
  color: #3653F5;
  font-family: "Font Awesome 6 Pro";
  content: "\f590";
  font-size: 1.25rem;
  float: left;
}
#pendo-guide-container #pendo-resource-center-module-title-container {
  border-width: 0rem 0rem 0.063rem 0rem !important;
  border-color: rgba(154, 151, 151, 0.2509803922) !important;
}
#pendo-guide-container #pendo-resource-center-module-title-container button {
  padding-top: 0.688rem !important;
  padding-right: 1.125rem !important;
}
#pendo-guide-container #pendo-resource-center-module-title-container button:hover {
  cursor: pointer !important;
}
#pendo-guide-container h1 center {
  color: var(--clr-text-primary, #322f34) !important;
  font-family: var(--font-primary) !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: 1.25rem !important;
}
#pendo-guide-container .pendo-code-block h1 {
  margin: 0rem !important;
  padding: 1rem 0rem 0rem 0rem !important;
}
#pendo-guide-container .pendo-guide-container h1 center {
  color: var(--clr-text-primary, #322f34);
  font-family: var(--font-primary);
  font-size: 1rem;
  font-style: normal;
  font-weight: var(--font-weight-semibold);
  line-height: 1.25rem;
}
#pendo-guide-container .pendo-code-block h1,
#pendo-guide-container .pendo-code-block h1 center {
  color: var(--clr-text-primary, #322f34);
  font-family: var(--font-primary);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: var(--font-weight-semibold);
  line-height: 1.25rem !important;
  text-align: start;
}
#pendo-guide-container h2 {
  color: var(--clr-text-primary, #000) !important;
  font-family: var(--font-primary) !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: 1.25rem !important;
  padding: 0.5rem 0rem 0rem 0rem !important;
  margin: 0rem !important;
  align-self: start;
}
#pendo-guide-container h3 {
  padding: 0rem !important;
  margin-bottom: 0rem !important;
  color: var(--clr-text-primary, #000) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: 1.25rem !important;
}
#pendo-guide-container strong {
  font-weight: var(--font-weight-semibold) !important;
}
#pendo-guide-container a:hover,
#pendo-guide-container button:hover {
  text-decoration: none !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
}
#pendo-guide-container i {
  color: #3653F5 !important;
  font-size: 1.25rem;
  padding-right: 1.25rem;
}
#pendo-guide-container ol {
  padding: 0rem !important;
}
#pendo-guide-container li {
  font-weight: var(--font-weight-regular) !important;
  border: none !important;
  padding: 0rem !important;
}
#pendo-guide-container li:hover {
  background-color: #f2f2f2 !important;
  cursor: pointer !important;
}
#pendo-guide-container li:first-child {
  padding-top: 0rem !important;
}
#pendo-guide-container ._pendo-button {
  margin: 0rem !important;
  margin-top: 0.5rem !important;
  display: flex !important;
  padding: 0.5rem 1rem !important;
  align-items: center !important;
  gap: 0.5rem !important;
  border-radius: 0.5rem !important;
  text-align: center !important;
  font-feature-settings: "liga" off, "clig" off;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-medium) !important;
  line-height: 1rem !important;
  letter-spacing: 0rem !important;
}
#pendo-guide-container ._pendo-button-primaryButton:hover {
  border-radius: 0.5rem !important;
  font-weight: var(--font-weight-medium) !important;
}
#pendo-guide-container button._pendo-button-primaryButton:hover {
  background: var(--clr-buttons-primary-hover, #3558cc) !important;
  border: 0.063rem solid var(--clr-buttons-primary-hover, #3558cc) !important;
  color: var(--clr-text-alternative, #fff) !important;
}
#pendo-guide-container button._pendo-button-primaryButton:active {
  background: var(--clr-buttons-primary-active, #284299) !important;
  color: var(--clr-text-alternative, #fff) !important;
  border: 0.063rem solid var(--clr-buttons-primary-active, #284299) !important;
}
#pendo-guide-container ._pendo-button-secondaryButton:hover,
#pendo-guide-container ._pendo-button-tertiaryButton:hover {
  border-radius: 0.5rem !important;
  font-weight: var(--font-weight-medium) !important;
}
#pendo-guide-container button._pendo-button-secondaryButton:hover,
#pendo-guide-container button._pendo-button-tertiaryButton:hover {
  border: 0.063rem solid var(--clr-buttons-secondary-border-hover, #8EA8FF) !important;
  background: var(--clr-buttons-secondary-hover, #D9E2FF) !important;
  color: var(--clr-text-primary, #322F34) !important;
}
#pendo-guide-container button._pendo-button-secondaryButton:active,
#pendo-guide-container button._pendo-button-tertiaryButton:active {
  border: 0.063rem solid var(--clr-buttons-secondary-border-active, #8EA8FF) !important;
  background: var(--clr-buttons-secondary-active, #B3C5FF) !important;
}
#pendo-guide-container .pendo-mock-flexbox-element:has(._pendo-button-tertiaryButton) {
  order: -1 !important;
  margin-right: auto !important;
}
#pendo-guide-container .pendo-mock-flexbox-element:has(.pendo-video-wrapper) {
  padding-top: 8px !important;
}
#pendo-guide-container ._pendo-button-primaryButton {
  background: var(--clr-buttons-primary-default, #426eff) !important;
  border: 0.063rem solid var(--clr-buttons-primary-default, #426eff) !important;
  color: var(--clr-text-alternative, #fdfdfd) !important;
  text-align: center !important;
  font-feature-settings: "liga" off, "clig" off !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-medium);
  line-height: 1rem !important;
  letter-spacing: 0rem;
}
#pendo-guide-container ._pendo-button-tertiaryButton,
#pendo-guide-container ._pendo-button-secondaryButton {
  border: 0.063rem solid var(--clr-buttons-secondary-border, #b3c5ff) !important;
  background: var(--clr-buttons-secondary-default, #ecf1ff) !important;
  color: var(--clr-text-primary, #322f34) !important;
  align-self: self-start;
}
#pendo-guide-container ._pendo-resource-center-module-list-item-title-text {
  font-size: 0.875rem !important;
  text-transform: capitalize !important;
  color: var(--clr-text-primary, #000) !important;
  display: inline !important;
}
#pendo-guide-container ._pendo-resource-center-module-list-item-subtitle-text {
  font-size: 0.688rem !important;
  font-weight: var(--font-weight-regular) !important;
  color: var(--clr-text-primary, #000) !important;
}
#pendo-guide-container ._pendo-resource-center-right-caret:hover {
  cursor: pointer !important;
}
#pendo-guide-container ._pendo-resource-center-guidelist-module-list {
  overflow-x: hidden !important;
}
#pendo-guide-container ._pendo-resource-center-guidelist-module-list ._pendo-resource-center-guidelist-module-search-bar {
  margin: 0rem !important;
}
#pendo-guide-container ._pendo-resource-center-guidelist-module-list ._pendo-simple-text {
  font-family: var(--font-primary) !important;
  color: var(--clr-text-primary, #000) !important;
  font-size: 0.875rem !important;
  text-transform: capitalize !important;
  display: inline !important;
  line-height: 1.6 !important;
}
#pendo-guide-container ._pendo-resource-center-guidelist-module-list ._pendo-simple-text h2 {
  color: var(--clr-text-primary, #000) !important;
  font-family: var(--font-primary) !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: 1.25rem !important;
  padding: 0.5rem 0rem 0rem 0rem !important;
  margin: 0rem !important;
  align-self: start;
}
#pendo-guide-container ._pendo-text-link {
  color: var(--clr-buttons-link-default, #426EFF) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: 1rem !important;
}
#pendo-guide-container ._pendo-open-text-poll-input {
  margin: 0rem !important;
}
#pendo-guide-container ._pendo-number-scale-poll-5-description,
#pendo-guide-container ._pendo-number-scale-poll-4-description,
#pendo-guide-container ._pendo-number-scale-poll-3-description,
#pendo-guide-container ._pendo-number-scale-poll-2-description,
#pendo-guide-container ._pendo-number-scale-poll-1-description {
  margin: auto !important;
}
#pendo-guide-container .pendo-radio._pendo-number-scale-poll-5,
#pendo-guide-container .pendo-radio._pendo-number-scale-poll-4,
#pendo-guide-container .pendo-radio._pendo-number-scale-poll-3,
#pendo-guide-container .pendo-radio._pendo-number-scale-poll-2,
#pendo-guide-container .pendo-radio._pendo-number-scale-poll-1 {
  color: var(--clr-text-primary, #000) !important;
  font-family: var(--font-primary) !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: 1.25rem !important;
  text-align: center !important;
  display: flex !important;
  padding: 0.625rem 1rem !important;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  width: auto !important;
  height: auto !important;
  margin: 0.625rem !important;
  border-radius: 0.5rem !important;
}
#pendo-guide-container .pendo-mock-flexbox-row:has(._pendo-number-scale-poll-wrapper) {
  justify-content: center;
}
#pendo-guide-container .pendo-mock-flexbox-row {
  display: flex !important;
  position: static !important;
  gap: 0.5rem;
  justify-content: flex-end;
  flex-direction: row;
  min-height: 0rem;
  flex: 1;
  align-items: self-end;
  align-items: stretch;
  width: 100%;
}
#pendo-guide-container .pendo-mock-flexbox-element {
  position: static !important;
  display: block;
}
#pendo-guide-container .pendo-video-wrapper > iframe {
  border-radius: 0.5rem;
}
#pendo-guide-container ._pendo-row:nth-of-type(1) p {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: 1.5rem !important;
  border-left: 0.25rem solid var(--clr-primary-500) !important;
  padding-left: 0.313rem !important;
}
#pendo-guide-container ._pendo-row:nth-of-type(3) p {
  color: var(--clr-text-primary, #322f34) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: 1.25rem !important;
}
#pendo-guide-container ._pendo-row p {
  color: var(--clr-text-primary, #322f34) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: 1.25rem !important;
}
#pendo-guide-container ._pendo-row {
  display: flex !important;
  padding: 0.5rem 0rem 0rem 0rem !important;
  justify-content: stretch;
  margin: 0rem !important;
  flex: 1;
  flex-grow: 1;
  align-self: auto;
}
#pendo-guide-container ._pendo-row p {
  text-align: left !important;
}
#pendo-guide-container ._pendo-row:has(._pendo-text-plain) {
  padding-top: 0.5rem !important;
}
#pendo-guide-container ._pendo-row > ._pendo-text-custom p {
  margin: 0rem !important;
  color: var(--clr-text-primary, #000) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.875rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: 1.25rem !important;
  padding: 0.5rem 0rem 0rem 0rem !important;
}
#pendo-guide-container ._pendo-image-wrapper {
  padding-top: 0.5rem;
}
#pendo-guide-container ._pendo-image-wrapper > ._pendo-image {
  align-self: stretch;
  border-radius: 0.5rem;
  width: 29.25rem !important;
  height: 15rem !important;
}
#pendo-guide-container ._pendo-image-wrapper > ._pendo-image._pendo-image-csm {
  align-self: stretch;
  border-radius: 0.5rem;
  width: 8.188rem !important;
  height: 8.188rem !important;
}
#pendo-guide-container .pendo-mock-flexbox-row.pendo-mock-flexbox-row-cms-img {
  justify-content: center;
  padding: 1rem 0rem 0rem 0rem;
}
#pendo-guide-container .pendo-mock-flexbox-row-status-container {
  padding: 1rem 0rem 0rem 0rem;
  justify-content: flex-start !important;
}
#pendo-guide-container .status-badge {
  display: flex;
  width: 7rem;
  padding: 0.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  color: var(--clr-text-warning, #974800);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: var(--font-primary);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: var(--font-weight-semibold);
  line-height: 1rem;
  border-radius: 0.5rem;
  background: var(--clr-status-orange, #FFEEDE);
}
#pendo-guide-container ._pendo-text-title {
  margin: 0rem !important;
}
#pendo-guide-container ._pendo-text-paragraph {
  max-width: initial !important;
  margin: 0rem !important;
  color: var(--clr-text-primary, #000) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: 1.25rem !important;
}

/** Container Carets */
.pendo-tooltip-caret--bottom + .pendo-tooltip-caret-border {
  position: absolute !important;
  z-index: 10 !important;
  border-left: 0.563rem solid transparent !important;
  border-right: 0.563rem solid transparent !important;
  left: 28.625rem !important;
  border-bottom: 0.563rem solid var(--clr-canvas-border, #e5e4e7) !important;
  top: -0.5rem !important;
}

.pendo-tooltip-caret--bottom {
  position: absolute !important;
  z-index: 11 !important;
  border-left: 0.5rem solid transparent !important;
  border-right: 0.5rem solid transparent !important;
  left: 28.688rem !important;
  border-bottom: 0.5rem solid rgb(255, 255, 255) !important;
  top: -0.438rem !important;
}

.pendo-tooltip-caret--right + .pendo-tooltip-caret-border {
  position: absolute !important;
  z-index: 10 !important;
  border-top: 0.625rem solid transparent !important;
  border-bottom: 0.625rem solid transparent !important;
  top: 1.063rem !important;
  border-right: 0.625rem solid var(--clr-canvas-border, #e5e4e7) !important;
  left: -0.563rem !important;
}

.pendo-tooltip-caret--right {
  position: absolute !important;
  z-index: 11 !important;
  border-top: 0.563rem solid transparent !important;
  top: 1.125rem !important;
  border-right: 0.563rem solid rgb(255, 255, 255) !important;
  left: -0.5rem !important;
}

.pendo-tooltip-caret--left + .pendo-tooltip-caret-border {
  position: absolute !important;
  z-index: 10 !important;
  border-top: 0.625rem solid transparent !important;
  border-bottom: 0.625rem solid transparent !important;
  top: 1.063rem !important;
  border-left: 0.625rem solid var(--clr-canvas-border, #e5e4e7) !important;
  right: -0.625rem !important;
}

.pendo-tooltip-caret--left {
  position: absolute !important;
  z-index: 11 !important;
  border-top: 0.563rem solid transparent !important;
  border-bottom: 0.563rem solid transparent !important;
  top: 1.125rem !important;
  border-left: 0.563rem solid rgb(255, 255, 255) !important;
  right: -0.5rem !important;
}

/* Bell Badge */
button._pendo-badge._pendo-badge_ {
  z-index: 100 !important;
}

/* NPS Styling*/
#pendo-guide-container._pendo-step-container-styles h3.bb-text._pendo-text-subTitle._pendo-nps-poll-question {
  text-align: center !important;
}
#pendo-guide-container._pendo-step-container-styles h3.bb-text._pendo-text-subTitle._pendo-nps-poll-question p.bb-text._pendo-text-plain {
  font-family: var(--font-primary) !important;
}
#pendo-guide-container._pendo-step-container-styles ._pendo-nps-poll-wrapper .pendo-radio {
  line-height: 2.688rem !important;
  font-size: 1rem !important;
}

/* Qhub styles - temporary styles - New design needs to be dev'd*/
#pendo-guide-container ._pendo-resource-center-sandbox-module-code-container a {
  gap: 16px;
  display: flex !important;
  justify-content: start;
  padding: 26px 32px !important;
}

#pendo-guide-container ._pendo-resource-center-sandbox-module-code-container a > i {
  align-self: center;
  align-self: center;
  padding: 0px !important;
  padding-left: 5px !important;
  max-width: 50px;
  min-width: 25px;
}

#pendo-guide-container ._pendo-resource-center-sandbox-module-code-container ol {
  Margin: 0px !important;
}

#pendo-guide-container ._pendo-resource-center-sandbox-module-code-container #supportForm {
  box-shadow: none;
  margin: 0px !important;
  padding: 0px 32px !important;
  margin-bottom: 32px !important;
}

#pendo-guide-container ._pendo-text-list-item._pendo-resource-center-module-list-item {
  display: flex !important;
  gap: 24px;
  padding: 8px !important;
  padding: 26px 32px !important;
}

#pendo-guide-container ._pendo-text-list-item._pendo-resource-center-module-list-item::before {
  width: 20px !important;
  height: 20px;
  padding: 0px;
  max-width: 50px;
  min-width: 25px;
}

#pendo-guide-container ._pendo-text-list-item._pendo-resource-center-module-list-item > div:hover {
  text-decoration: none !important;
}

#pendo-guide-container ._pendo-text-list-item._pendo-resource-center-module-list-item ._pendo-row._pendo-resource-center-module-list-item-style {
  padding-top: 0px !important;
}

#pendo-guide-container ._pendo-resource-center-home-list li:nth-child(n) ._pendo-resource-center-module-list-item-title-text {
  margin-left: 0px !important;
  font-family: "inter" !important;
  padding: 0px !important;
}

#pendo-guide-container ._pendo-text-list-item._pendo-resource-center-module-list-item .pendo-mock-flexbox-row {
  justify-content: flex-start !important;
}

#pendo-guide-container ._pendo-resource-center-integration-module-title-container,
#pendo-guide-container ._pendo-resource-center-guidelist-module-title-container,
#pendo-guide-container ._pendo-resource-center-sandbox-module-title-container,
#pendo-guide-container ._pendo-resource-center-integration-module-title-container,
#pendo-guide-container ._pendo-resource-center-home-container ._pendo-resource-center-home-title-container {
  display: flex !important;
  justify-content: space-between;
  padding: 24px 32px !important;
}

#pendo-guide-container ._pendo-resource-center-sandbox-module-title-container h2,
#pendo-guide-container ._pendo-resource-center-integration-module-title-container h2,
#pendo-guide-container ._pendo-resource-center-home-container ._pendo-resource-center-home-title-container h2,
#pendo-guide-container ._pendo-resource-center-guidelist-module-title-container h2 {
  padding: 0px !important;
  white-space: normal !important;
}

#pendo-guide-container ._pendo-resource-center-integration-module-title-container h2,
#pendo-guide-container ._pendo-resource-center-sandbox-module-title-container h2,
#pendo-guide-container ._pendo-resource-center-guidelist-module-title-container h2 {
  margin-left: 24px !important;
}

#pendo-guide-container ._pendo-text-list-item._pendo-resource-center-guidelist-module-listed-guide > button > div {
  font-family: "inter" !important;
  padding: 16px 0px !important;
}

#pendo-guide-container {
  outline: none !important;
}

#pendo-guide-container:focus-visible {
  outline: none !important;
}

#pendo-guide-container ._pendo-resource-center-guidelist-module-title-container ._pendo-close-guide._pendo-resource-center-close-button,
#pendo-guide-container ._pendo-resource-center-home-container ._pendo-resource-center-home-title-container ._pendo-close-guide._pendo-resource-center-close-button {
  position: static !important;
  padding: 0px !important;
  top: 7px !important;
  left: 264px !important;
}

#pendo-guide-container ._pendo-resource-center-home-container ._pendo-text-list-ordered._pendo-resource-center-home-list ._pendo-resource-center-right-caret {
  right: 0px !important;
}

#pendo-guide-container ._pendo-text-input._pendo-resource-center-guidelist-module-search-bar {
  border-bottom: 1px solid rgb(218, 220, 229) !important;
  margin-top: 8px !important;
}

#pendo-guide-container ._pendo-resource-center-sandbox-module-code-container h3 {
  font-size: 0.9rem !important;
  text-align: left;
  padding: 8px 32px !important;
}

#pendo-resource-center-container {
  border-radius: 0.5rem !important;
}

#pendo-guide-container #pendo-resource-center-module-title-container ._pendo-resource-center-home-container ._pendo-resource-center-home-title-text h2 {
  padding: 0px !important;
  white-space: normal !important;
  margin-left: 32px !important;
  padding-top: 0px;
}

#pendo-resource-center-module-title-container ._pendo-resource-center-left-caret::before {
  right: 8px !important;
}

#pendo-resource-center-module-title-container ._pendo-resource-center-left-caret::after {
  right: 7px !important;
}

#pendo-resource-center-container ._pendo-step-container-size._pendo-resource-center-view-transitions ._pendo-resource-center-view-container {
  padding: 0px !important;
}

#pendo-guide-container #pendo-resource-center-module-title-container ._pendo-resource-center-left-caret {
  left: 27px !important;
  top: 24px !important;
}

.theming-active .aiq-checkbox-threestate[data-selectionstate=UNCHECKED]::before {
  outline: none !important;
}

#modal-purchases_newbatchpayments .headers input.buttoncheckbox {
  height: 16px;
  width: 16px;
}

#oauth-grid-assigned-entities .aiq-checkbox-threestate,
#oauth-edit-app-modal .aiq-checkbox-threestate,
.copy-details-page-wrapper .aiq-checkbox-threestate,
#intercompany-unprocessed-transactions .aiq-checkbox-threestate,
#modal-purchases_newbatchpayments .aiq-checkbox-threestate {
  font-weight: 100;
  padding: 5px;
  font-size: 17px;
  font-family: "Font Awesome 6 Pro" !important;
}
#oauth-grid-assigned-entities .aiq-checkbox-threestate:hover,
#oauth-edit-app-modal .aiq-checkbox-threestate:hover,
.copy-details-page-wrapper .aiq-checkbox-threestate:hover,
#intercompany-unprocessed-transactions .aiq-checkbox-threestate:hover,
#modal-purchases_newbatchpayments .aiq-checkbox-threestate:hover {
  cursor: pointer;
}
#oauth-grid-assigned-entities .aiq-checkbox-threestate[data-selectionstate=PARTIAL]::before,
#oauth-edit-app-modal .aiq-checkbox-threestate[data-selectionstate=PARTIAL]::before,
.copy-details-page-wrapper .aiq-checkbox-threestate[data-selectionstate=PARTIAL]::before,
#intercompany-unprocessed-transactions .aiq-checkbox-threestate[data-selectionstate=PARTIAL]::before,
#modal-purchases_newbatchpayments .aiq-checkbox-threestate[data-selectionstate=PARTIAL]::before {
  content: "\f146";
  color: #fff;
  font-weight: 900;
}
#oauth-grid-assigned-entities .aiq-checkbox-threestate[data-selectionstate=CHECKED]::before,
#oauth-edit-app-modal .aiq-checkbox-threestate[data-selectionstate=CHECKED]::before,
.copy-details-page-wrapper .aiq-checkbox-threestate[data-selectionstate=CHECKED]::before,
#intercompany-unprocessed-transactions .aiq-checkbox-threestate[data-selectionstate=CHECKED]::before,
#modal-purchases_newbatchpayments .aiq-checkbox-threestate[data-selectionstate=CHECKED]::before {
  content: "\f14a";
  color: #fff;
  font-weight: 900;
}
#oauth-grid-assigned-entities .aiq-checkbox-threestate[data-selectionstate=UNCHECKED]::before,
#oauth-edit-app-modal .aiq-checkbox-threestate[data-selectionstate=UNCHECKED]::before,
.copy-details-page-wrapper .aiq-checkbox-threestate[data-selectionstate=UNCHECKED]::before,
#intercompany-unprocessed-transactions .aiq-checkbox-threestate[data-selectionstate=UNCHECKED]::before,
#modal-purchases_newbatchpayments .aiq-checkbox-threestate[data-selectionstate=UNCHECKED]::before {
  content: "\f0c8";
  color: #fff;
}
#oauth-grid-assigned-entities .aiq-checkbox-threestate[data-selectionstate=DISABLED]:hover,
#oauth-edit-app-modal .aiq-checkbox-threestate[data-selectionstate=DISABLED]:hover,
.copy-details-page-wrapper .aiq-checkbox-threestate[data-selectionstate=DISABLED]:hover,
#intercompany-unprocessed-transactions .aiq-checkbox-threestate[data-selectionstate=DISABLED]:hover,
#modal-purchases_newbatchpayments .aiq-checkbox-threestate[data-selectionstate=DISABLED]:hover {
  pointer-events: none;
  cursor: default;
}
#oauth-grid-assigned-entities .aiq-checkbox-threestate[data-selectionstate=DISABLED]::before,
#oauth-edit-app-modal .aiq-checkbox-threestate[data-selectionstate=DISABLED]::before,
.copy-details-page-wrapper .aiq-checkbox-threestate[data-selectionstate=DISABLED]::before,
#intercompany-unprocessed-transactions .aiq-checkbox-threestate[data-selectionstate=DISABLED]::before,
#modal-purchases_newbatchpayments .aiq-checkbox-threestate[data-selectionstate=DISABLED]::before {
  content: "\f0c8";
  color: var(--clr-icon-primary-disabled, #b0b0b0) !important;
  font-weight: 900;
}
#oauth-grid-assigned-entities .groupHeader .aiq-checkbox-threestate,
#oauth-edit-app-modal .groupHeader .aiq-checkbox-threestate,
.copy-details-page-wrapper .groupHeader .aiq-checkbox-threestate,
#intercompany-unprocessed-transactions .groupHeader .aiq-checkbox-threestate,
#modal-purchases_newbatchpayments .groupHeader .aiq-checkbox-threestate {
  font-weight: 100;
  padding: 5px;
  font-size: 17px;
  font-family: "Font Awesome 6 Pro" !important;
}
#oauth-grid-assigned-entities .groupHeader .aiq-checkbox-threestate:hover,
#oauth-edit-app-modal .groupHeader .aiq-checkbox-threestate:hover,
.copy-details-page-wrapper .groupHeader .aiq-checkbox-threestate:hover,
#intercompany-unprocessed-transactions .groupHeader .aiq-checkbox-threestate:hover,
#modal-purchases_newbatchpayments .groupHeader .aiq-checkbox-threestate:hover {
  cursor: pointer;
}
#oauth-grid-assigned-entities .groupHeader .aiq-checkbox-threestate[data-selectionstate=PARTIAL]::before,
#oauth-edit-app-modal .groupHeader .aiq-checkbox-threestate[data-selectionstate=PARTIAL]::before,
.copy-details-page-wrapper .groupHeader .aiq-checkbox-threestate[data-selectionstate=PARTIAL]::before,
#intercompany-unprocessed-transactions .groupHeader .aiq-checkbox-threestate[data-selectionstate=PARTIAL]::before,
#modal-purchases_newbatchpayments .groupHeader .aiq-checkbox-threestate[data-selectionstate=PARTIAL]::before {
  color: #5887a6;
}
#oauth-grid-assigned-entities .groupHeader .aiq-checkbox-threestate[data-selectionstate=CHECKED]::before,
#oauth-edit-app-modal .groupHeader .aiq-checkbox-threestate[data-selectionstate=CHECKED]::before,
.copy-details-page-wrapper .groupHeader .aiq-checkbox-threestate[data-selectionstate=CHECKED]::before,
#intercompany-unprocessed-transactions .groupHeader .aiq-checkbox-threestate[data-selectionstate=CHECKED]::before,
#modal-purchases_newbatchpayments .groupHeader .aiq-checkbox-threestate[data-selectionstate=CHECKED]::before {
  color: #5887a6;
}
#oauth-grid-assigned-entities .groupHeader .aiq-checkbox-threestate[data-selectionstate=UNCHECKED]::before,
#oauth-edit-app-modal .groupHeader .aiq-checkbox-threestate[data-selectionstate=UNCHECKED]::before,
.copy-details-page-wrapper .groupHeader .aiq-checkbox-threestate[data-selectionstate=UNCHECKED]::before,
#intercompany-unprocessed-transactions .groupHeader .aiq-checkbox-threestate[data-selectionstate=UNCHECKED]::before,
#modal-purchases_newbatchpayments .groupHeader .aiq-checkbox-threestate[data-selectionstate=UNCHECKED]::before {
  color: #5887a6;
}
#oauth-grid-assigned-entities .aiq-checkbox-container,
#oauth-edit-app-modal .aiq-checkbox-container,
.copy-details-page-wrapper .aiq-checkbox-container,
#intercompany-unprocessed-transactions .aiq-checkbox-container,
#modal-purchases_newbatchpayments .aiq-checkbox-container {
  /* Hide the browser's default checkbox */
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*Default Checkbox*/
}
#oauth-grid-assigned-entities .aiq-checkbox-container .checkmark,
#oauth-edit-app-modal .aiq-checkbox-container .checkmark,
.copy-details-page-wrapper .aiq-checkbox-container .checkmark,
#intercompany-unprocessed-transactions .aiq-checkbox-container .checkmark,
#modal-purchases_newbatchpayments .aiq-checkbox-container .checkmark {
  font-weight: 100;
  font-size: 17px;
  font-family: "Font Awesome 6 Pro" !important;
  color: #5887a6;
}
#oauth-grid-assigned-entities .aiq-checkbox-container .checkmark::before,
#oauth-edit-app-modal .aiq-checkbox-container .checkmark::before,
.copy-details-page-wrapper .aiq-checkbox-container .checkmark::before,
#intercompany-unprocessed-transactions .aiq-checkbox-container .checkmark::before,
#modal-purchases_newbatchpayments .aiq-checkbox-container .checkmark::before {
  content: "\f0c8";
}
#oauth-grid-assigned-entities .aiq-checkbox-container .checkmark:hover,
#oauth-edit-app-modal .aiq-checkbox-container .checkmark:hover,
.copy-details-page-wrapper .aiq-checkbox-container .checkmark:hover,
#intercompany-unprocessed-transactions .aiq-checkbox-container .checkmark:hover,
#modal-purchases_newbatchpayments .aiq-checkbox-container .checkmark:hover {
  cursor: pointer;
}
#oauth-grid-assigned-entities .aiq-checkbox-container input,
#oauth-edit-app-modal .aiq-checkbox-container input,
.copy-details-page-wrapper .aiq-checkbox-container input,
#intercompany-unprocessed-transactions .aiq-checkbox-container input,
#modal-purchases_newbatchpayments .aiq-checkbox-container input {
  position: absolute;
  opacity: 0;
  height: 0 !important;
  width: 0;
  /* Checked checkbox */
  /* Checked Hover checkbox */
  /* Disabled Checkbox */
}
#oauth-grid-assigned-entities .aiq-checkbox-container input:checked ~ .checkmark:before,
#oauth-edit-app-modal .aiq-checkbox-container input:checked ~ .checkmark:before,
.copy-details-page-wrapper .aiq-checkbox-container input:checked ~ .checkmark:before,
#intercompany-unprocessed-transactions .aiq-checkbox-container input:checked ~ .checkmark:before,
#modal-purchases_newbatchpayments .aiq-checkbox-container input:checked ~ .checkmark:before {
  content: "\f14a";
  font-weight: 900;
  color: #5887a6;
}
#oauth-grid-assigned-entities .aiq-checkbox-container input:checked:hover ~ .checkmark:before,
#oauth-edit-app-modal .aiq-checkbox-container input:checked:hover ~ .checkmark:before,
.copy-details-page-wrapper .aiq-checkbox-container input:checked:hover ~ .checkmark:before,
#intercompany-unprocessed-transactions .aiq-checkbox-container input:checked:hover ~ .checkmark:before,
#modal-purchases_newbatchpayments .aiq-checkbox-container input:checked:hover ~ .checkmark:before {
  content: "\f14a";
  color: #628fad !important;
}
#oauth-grid-assigned-entities .aiq-checkbox-container input:disabled ~ .checkmark,
#oauth-edit-app-modal .aiq-checkbox-container input:disabled ~ .checkmark,
.copy-details-page-wrapper .aiq-checkbox-container input:disabled ~ .checkmark,
#intercompany-unprocessed-transactions .aiq-checkbox-container input:disabled ~ .checkmark,
#modal-purchases_newbatchpayments .aiq-checkbox-container input:disabled ~ .checkmark {
  content: "\f0c8";
  color: #b0b0b0;
  font-weight: 900;
}
#oauth-grid-assigned-entities .aiq-checkbox-container input:disabled ~ .checkmark:hover,
#oauth-edit-app-modal .aiq-checkbox-container input:disabled ~ .checkmark:hover,
.copy-details-page-wrapper .aiq-checkbox-container input:disabled ~ .checkmark:hover,
#intercompany-unprocessed-transactions .aiq-checkbox-container input:disabled ~ .checkmark:hover,
#modal-purchases_newbatchpayments .aiq-checkbox-container input:disabled ~ .checkmark:hover {
  pointer-events: none;
  cursor: default;
}

/* [FeatureSwitch("Top_Navigation_v2", "merge into bulkpayments.scss once fs is retired")]*/
.theming-active #modal-purchases_newbatchpayments .aiq-checkbox-threestate[data-selectionstate=PARTIAL]::before {
  color: var(--clr-icon-add-default) !important;
}
.theming-active #modal-purchases_newbatchpayments .aiq-checkbox-threestate[data-selectionstate=CHECKED]::before {
  color: var(--clr-icon-add-default) !important;
}
.theming-active #modal-purchases_newbatchpayments .aiq-checkbox-threestate[data-selectionstate=UNCHECKED]::before {
  color: var(--clr-icon-primary-default) !important;
}
.theming-active #modal-purchases_newbatchpayments .aiq-checkbox-threestate.groupHeader.header-span {
  padding: 0 !important;
}
.theming-active #modal-purchases_newbatchpayments .aiq-checkbox-container .checkmark {
  color: var(--clr-icon-primary-default) !important;
}
.theming-active #modal-purchases_newbatchpayments .aiq-checkbox-container input {
  /* Checked checkbox */
  /* Checked Hover checkbox */
  /* Disabled Checkbox */
}
.theming-active #modal-purchases_newbatchpayments .aiq-checkbox-container input:checked ~ .checkmark:before {
  color: var(--clr-icon-add-default) !important;
}
.theming-active #modal-purchases_newbatchpayments .aiq-checkbox-container input:checked:hover ~ .checkmark:before {
  color: var(--clr-icon-add-default) !important;
}
.theming-active #modal-purchases_newbatchpayments .aiq-checkbox-container input:disabled ~ .checkmark {
  color: var(--clr-icon-primary-disabled) !important;
}
.theming-active #modal-purchases_newbatchpayments .groupHeader .aiq-checkbox-threestate[data-selectionstate=PARTIAL]::before {
  color: var(--clr-icon-add-default) !important;
}
.theming-active #modal-purchases_newbatchpayments .groupHeader .aiq-checkbox-threestate[data-selectionstate=CHECKED]::before {
  color: var(--clr-icon-add-default) !important;
}
.theming-active #modal-purchases_newbatchpayments .groupHeader .aiq-checkbox-threestate[data-selectionstate=UNCHECKED]::before {
  color: var(--clr-icon-primary-default) !important;
}

/* Bulk_Payment_Enhancements || Top_Navigation_v2
    Merge with AIQ grid styling once live switched
*/
/* InputDropDown */
/** Buttons */
/*This mixin is shared with two css base files with different depths.
The boolean isAiqStyle is to account for the folder difference*/
/*Exclude Menu Profiles*/
html:not(.theming-active) .aiqGrid:not(.typegrid) {
  width: 100% !important;
}

html.theming-active {
  max-width: 100vw;
  max-height: 100vh;
  height: 100vh;
  overflow: hidden;
}

.theming-active .contextual_menu .contextual_menu_item span,
.theming-active .dxmSubMenu_Glass.mabMenuDiv .contextual_menu_item span {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-medium) !important;
}
.theming-active #divmain {
  background-color: var(--clr-canvas-primary);
  transition: padding 0.2s ease;
  padding-bottom: 1.75rem !important;
}
.theming-active #divmain #mainTab_bankTab_CC #mainTab_bankTab_C0,
.theming-active #divmain #mainTab_bankTab_CC #mainTab_bankTab_C1 {
  border: 1px solid var(--clr-tablerow-border);
  background-color: var(--clr-canvas-secondary);
  margin-block: calc(6.25rem + var(--space-6)) 0;
  margin-inline: var(--space-6);
  transition: all 0.2s ease;
}
.theming-active #divmain #mainTab_bankTab_CC #mainTab_bankTab_C0 .roundpanel,
.theming-active #divmain #mainTab_bankTab_CC #mainTab_bankTab_C1 .roundpanel {
  overflow: auto;
  top: 0rem;
  position: relative;
  transition: all 0.2s ease;
  scroll-behavior: smooth;
}
.theming-active #divmain .contextual_menu.parent.mabutton-dropdown {
  transform: translateY(0.3125rem);
}
.theming-active #divmain #aiq-tab-container-header.fixed .aiq-tab-container-header-top.import-bank-statement {
  align-items: center;
  height: 4.0675rem;
  position: relative;
}
.theming-active #divmain.bank-listing {
  padding-top: 4rem !important;
}
.theming-active #divmain.fixed {
  padding-top: 4rem !important;
}
.theming-active #divmain.fixed #mainTab_bankTab_CC #mainTab_bankTab_C0,
.theming-active #divmain.fixed #mainTab_bankTab_CC #mainTab_bankTab_C1 {
  margin-top: 0rem;
}
.theming-active #divmain.fixed.header-position-fixed {
  padding-top: 7.5rem !important;
}
.theming-active #divmain.fixed.header-position-fixed.bank-listing {
  padding-top: 4rem !important;
}
.theming-active #divmain.header-position-fixed.bank-listing {
  padding-top: 4rem !important;
}
.theming-active #divmain.change-tab-active #aiq-tab-container-header {
  z-index: 10 !important;
}
.theming-active TABLE.aiqGrid input.text,
.theming-active TABLE.aiqGrid input.text[type=number] {
  border-radius: 0.25rem;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active TABLE.aiqGrid input.text:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active TABLE.aiqGrid input.text[type=number]:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active TABLE.aiqGrid input.text:has(tbody tr td input:focus), .theming-active TABLE.aiqGrid input.text:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active TABLE.aiqGrid input.text[type=number]:has(tbody tr td input:focus),
.theming-active TABLE.aiqGrid input.text[type=number]:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active TABLE.aiqGrid input.text:has(tbody tr td input:focus) .innerLabelTD, .theming-active TABLE.aiqGrid input.text:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active TABLE.aiqGrid input.text[type=number]:has(tbody tr td input:focus) .innerLabelTD,
.theming-active TABLE.aiqGrid input.text[type=number]:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active TABLE.aiqGrid input.text:disabled, .theming-active TABLE.aiqGrid input.text.disabledDropDown,
.theming-active TABLE.aiqGrid input.text[type=number]:disabled,
.theming-active TABLE.aiqGrid input.text[type=number].disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active .aiqGrid .rightSeparator {
  border-right: solid 1px var(--clr-tablerow-border, #dddddd) !important;
}
.theming-active .aiqGrid td.rightSeparator + td {
  padding-left: 1em !important;
}
.theming-active .aiqGrid.bg-alt > tbody tr:nth-child(2n+1) {
  background-color: var(--clr-tablerow-primary, #fafafa) !important;
}
.theming-active .aiqGrid.bg-alt > tbody tr:nth-child(2n+1) td:not(.dropdownbtn) {
  background-color: var(--clr-tablerow-primary, #fafafa) !important;
}
.theming-active .aiqGrid.bg-alt > tbody tr:nth-child(2n) {
  background-color: var(--clr-tablerow-secondary, #ffffff) !important;
}
.theming-active .aiqGrid.bg-alt > tbody tr:nth-child(2n) td:not(.dropdownbtn) {
  background-color: var(--clr-tablerow-secondary, #ffffff) !important;
}
.theming-active .aiqGrid > tbody tr:hover:not(.filters) {
  background-color: var(--clr-tablerow-hover) !important;
}
.theming-active .aiqGrid > tbody tr:hover:not(.filters) td:not(.dropdownbtn) {
  background-color: var(--clr-tablerow-hover) !important;
}
.theming-active .aiqGrid > tbody tr:hover:not(.filters) td.aiq-grid-actions div.macontainer a.mabutton.aiqgridAction {
  background: var(--clr-buttons-actions-rowhover) url(../assets/icons/icon-action-dots.svg) no-repeat center !important;
}
.theming-active .aiqGrid > tbody tr:hover:not(.filters) td.aiq-grid-actions div.macontainer a.mabutton.aiqgridAction:hover {
  background: var(--clr-buttons-actions-hover) url(../assets/icons/icon-action-dots.svg) no-repeat center !important;
}
.theming-active .aiqGrid > tbody tr:hover:not(.filters) td.aiq-grid-actions div.macontainer a.mabutton.aiqgridAction.mabutton_pressed {
  background: var(--clr-buttons-actions-active, #c7c6c9) url(../assets/icons/icon-action-dots.svg) no-repeat center center !important;
}
.theming-active .contextual_menu .contextual_menu_item .menu_arrow {
  margin-top: 0px !important;
}
.theming-active .contextual_menu .contextual_menu_item .menu_arrow::before {
  content: "";
  background: url(../assets/icons/icon-arrow-right.svg) no-repeat center center !important;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container {
  overflow: auto;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container > div {
  transition: max-height 0.2s ease;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) {
  font-weight: var(--font-weight-medium) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid thead {
  position: sticky;
  top: 0;
  z-index: 2;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid thead tr.headers th {
  padding: 0rem !important;
  height: 2.5rem !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid thead tr.headers th a {
  padding: 0 0.3125rem !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid thead tr.headers th:not(:has(a)):not(.actions) {
  padding: 0 0.3125rem !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) {
  border: none !important;
  width: 100%;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions):not(.intercompany_accounts) {
  table-layout: fixed;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions).intercompany_accounts thead tr.group-header th {
  text-align: center !important;
  height: 2.5rem !important;
  border-bottom: none !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) {
  background-color: var(--clr-tablerow-secondary) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters):has(td .buttoncheckbox:checked) {
  background-color: var(--clr-tablerow-selection) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters):hover:not(.filters) {
  background-color: var(--clr-tablerow-hover) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) {
  padding: 0.625rem 0.1rem !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print):not(:has(*)), .theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print).bankfeed_status {
  padding: 0.625rem 0.5rem !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print):hover:has(.icon_note_attached) {
  background: var(--clr-buttons-actions-active, #c7c6c9) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print):has(input.mabutton[value=Generate]) {
  padding: 0.25rem 0.5rem !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) a.icon {
  height: 1.25rem !important;
  width: 1.25rem !important;
  background-size: contain;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) a.icon:hover {
  text-decoration: none;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .text-red {
  color: var(--clr-text-credit) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) a.icon.icon_doc_attached.icon_new_navigation {
  background: url(../assets/icons/icon-attachment-attached.svg) no-repeat !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) a.icon.icon_attach_doc.icon_new_navigation {
  background: url(../assets/icons/icon-attachment-empty.svg) no-repeat !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) a.icon.icon_note_attached {
  background: url(../assets/icons/icon-note-attached.svg) no-repeat !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) a.icon.icon_attach_note {
  background: url(../assets/icons/icon-add-note.svg) no-repeat !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) a.icon.icon_email {
  background: url(../assets/icons/icon-email.svg) no-repeat !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters).grid-row td.checkbox:not(.grid-column-sticky) input.buttoncheckbox {
  width: 100% !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) {
  padding: 0.5rem !important;
  /** No stlying */
  /* Grey */
  /* Red */
  /* Green */
  /* Orange */
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container {
  position: relative;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container .aiq-link-button {
  display: block;
  width: 100%;
  height: 100%;
  color: unset !important;
  text-decoration: none;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .due_status_v2_container,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container {
  margin: auto;
  max-width: 9.25rem;
  padding: 0.25rem 0.5rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.5rem;
  text-align: center !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  font-weight: var(--font-weight-semibold) !important;
  border-radius: var(--radius-md, 0.5rem) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .due_status_v2_container-NotDue {
  font-weight: var(--font-weight-medium) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-ApprovalNotRequired,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Cancelled,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-New,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-NotSent,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_grey_container {
  background: var(--clr-status-gray, #f5f5f5) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-ApprovalNotRequired:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Cancelled:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-New:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-NotSent:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_grey_container:hover {
  background: var(--clr-status-gray-hover, #e5e4e7) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-ApprovalNotRequired:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Cancelled:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-New:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-NotSent:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_grey_container:active {
  background: var(--clr-status-gray-active, #c8c5cb) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .due_status_v2_container-Due,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Rejected,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-AdminRequired,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-Failed,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-Revoked {
  background: var(--clr-status-red, #f9dcda) !important;
  color: var(--clr-text-error, #86211c) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .due_status_v2_container-Due:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Rejected:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-AdminRequired:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-Failed:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-Revoked:hover {
  background: var(--clr-status-red-hover, #f3b8b5) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .due_status_v2_container-Due:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Rejected:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-AdminRequired:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-Failed:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-Revoked:active {
  background: var(--clr-status-red-active, #ec938f) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Approved,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Completed,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-AutoApproved,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-Sent,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-Active {
  background: var(--clr-status-green, #ddf6ef) !important;
  color: var(--clr-text-approved, #195f4c) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Approved:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Completed:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-AutoApproved:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-Sent:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-Active:hover {
  background: var(--clr-status-green-hover, #bbeddf) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Approved:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Completed:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-AutoApproved:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-Sent:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-Active:active {
  background: var(--clr-status-green-active, #71d9bc) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-Sending,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-ActionRequired,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Please,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-PendingYourApproval,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Pending,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-AwaitingApproval,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-PendingApproval {
  background: var(--clr-status-orange, #ffeede) !important;
  color: var(--clr-text-warning, #974800) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-Sending:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-ActionRequired:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Please:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-PendingYourApproval:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Pending:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-AwaitingApproval:hover,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-PendingApproval:hover {
  background: var(--clr-status-orange-hover, #ffdcbd) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_container-Sending:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-ActionRequired:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Please:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-PendingYourApproval:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-Pending:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-AwaitingApproval:active,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .approval_status_v2_container-PendingApproval:active {
  background: var(--clr-status-orange-active, #ffb876) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_image {
  width: 0.5rem;
  height: 0.5rem;
  background-repeat: no-repeat;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_image-Active {
  background-image: url("../Images/statusicon/dotgreen.svg");
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td.cell_status_badge:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) .email_status_v2_image-Revoked {
  background-image: url("../Images/statusicon/dotred.svg");
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters {
  background-color: var(--clr-tablerow-secondary) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) {
  padding: 0.25rem 0.3rem !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) input.filter,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) select.filter {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left !important;
  background-color: var(--clr-placeholder-bg, #fff) !important;
  border-radius: 0.25rem;
  color: var(--clr-text-primary, #222222) !important;
  height: 2rem !important;
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) input.filter:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) select.filter:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) input.filter:has(tbody tr td input:focus), .theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) input.filter:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) select.filter:has(tbody tr td input:focus),
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) select.filter:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) input.filter:has(tbody tr td input:focus) .innerLabelTD, .theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) input.filter:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) select.filter:has(tbody tr td input:focus) .innerLabelTD,
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) select.filter:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) input[type=button].mabutton {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) input[type=button].mabutton:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) input[type=button].mabutton div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr.filters td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) input[type=button].mabutton:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active TABLE.aiqGrid > tbody > tr {
  background-color: var(--clr-tablerow-primary, #fafafa) !important;
}
.theming-active TABLE.aiqGrid > tbody > tr.no_data td {
  color: var(--clr-text-primary, #222222) !important;
}
.theming-active TABLE.aiqGrid > tbody > tr td input.filter {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.6688rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active .theme-modern TABLE.aiqGrid > tbody > tr td input.filter:focus {
  background-color: var(--clr-placeholder-bg, #fdfdfd) !important;
}
.theming-active TABLE.aiqGrid > tbody > tr:nth-child(2n):not(.filters):hover {
  background-color: var(--clr-tablerow-hover) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td,
.theming-active .aiq-grid-listing div.grid_container.footer tr td,
.theming-active .aiq-grid-listing .grid_container.roundpanel-header tr td,
.theming-active .aiq-grid-listing fieldset.grid_container tr td,
.theming-active TABLE.aiqGrid tbody tr td {
  border-color: var(--clr-canvas-border, #d4d4d8) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td > span,
.theming-active .aiq-grid-listing div.grid_container.footer tr td > span,
.theming-active .aiq-grid-listing .grid_container.roundpanel-header tr td > span,
.theming-active .aiq-grid-listing fieldset.grid_container tr td > span {
  padding: 0.188rem 0.5rem !important;
  letter-spacing: 0.2px;
  color: var(--clr-text-primary, #b0b0b0) !important;
  height: 0.875rem !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td > span a,
.theming-active .aiq-grid-listing div.grid_container.footer tr td > span a,
.theming-active .aiq-grid-listing .grid_container.roundpanel-header tr td > span a,
.theming-active .aiq-grid-listing fieldset.grid_container tr td > span a {
  color: var(--clr-buttons-link-default) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td > span a:visited,
.theming-active .aiq-grid-listing div.grid_container.footer tr td > span a:visited,
.theming-active .aiq-grid-listing .grid_container.roundpanel-header tr td > span a:visited,
.theming-active .aiq-grid-listing fieldset.grid_container tr td > span a:visited {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td > span a:hover,
.theming-active .aiq-grid-listing div.grid_container.footer tr td > span a:hover,
.theming-active .aiq-grid-listing .grid_container.roundpanel-header tr td > span a:hover,
.theming-active .aiq-grid-listing fieldset.grid_container tr td > span a:hover {
  color: var(--clr-buttons-link-hover) !important;
  text-decoration: none !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td > span a:active,
.theming-active .aiq-grid-listing div.grid_container.footer tr td > span a:active,
.theming-active .aiq-grid-listing .grid_container.roundpanel-header tr td > span a:active,
.theming-active .aiq-grid-listing fieldset.grid_container tr td > span a:active {
  color: var(--clr-buttons-link-active) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td > span.aiq-grid-span-wrap.aiq-link-button,
.theming-active .aiq-grid-listing div.grid_container.footer tr td > span.aiq-grid-span-wrap.aiq-link-button,
.theming-active .aiq-grid-listing .grid_container.roundpanel-header tr td > span.aiq-grid-span-wrap.aiq-link-button,
.theming-active .aiq-grid-listing fieldset.grid_container tr td > span.aiq-grid-span-wrap.aiq-link-button {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active .aiqGrid tr.grid-row td a.aiq-link-button {
  color: var(--clr-buttons-link-default) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .aiqGrid tr.grid-row td a.aiq-link-button:visited {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active .aiqGrid tr.grid-row td a.aiq-link-button:hover {
  color: var(--clr-buttons-link-hover) !important;
  text-decoration: none !important;
}
.theming-active .aiqGrid tr.grid-row td a.aiq-link-button:active {
  color: var(--clr-buttons-link-active) !important;
}
.theming-active .aiq-grid-listing * {
  font: unset !important;
  font-family: var(--font-primary) !important;
}
.theming-active TABLE.aiqGrid thead tr.headers th a,
.theming-active TABLE.advanced_filter thead tr.headers th a {
  color: var(--clr-text-primary, #b0b0b0) !important;
  background: none !important;
}
.theming-active TABLE.aiqGrid thead tr.headers th a {
  display: flex !important;
  align-items: center;
}
.theming-active a.icon_sorting_asc::after,
.theming-active a.icon_sorting_desc::after {
  content: "";
  margin-left: 0.25rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.theming-active a.icon_sorting_asc::after {
  background-image: url(".../../../assets/icons/icon-sorting-arrow-up.svg") !important;
}
.theming-active a.icon_sorting_desc::after {
  background-image: url(".../../../assets/icons/icon-sorting-arrow-down.svg") !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container thead tr th {
  font-weight: 600 !important;
}
.theming-active TABLE.aiqGrid thead tr th,
.theming-active TABLE.advanced_filter thead tr th,
.theming-active TABLE.aiqGrid tbody tr td.subheading,
.theming-active TABLE.aiqGrid tbody tr td.subheadingr {
  background-color: var(--clr-tablerow-secondary) !important;
  color: var(--clr-text-primary, #b0b0b0) !important;
  border-bottom: 1px solid var(--clr-canvas-border, #b0b0b0) !important;
  border-top: 1px solid var(--clr-canvas-border, #b0b0b0) !important;
  font-weight: 600 !important;
  padding: 0.625rem 0.5rem !important;
}
.theming-active TABLE.aiqGrid thead tr th:first-child,
.theming-active TABLE.advanced_filter thead tr th:first-child,
.theming-active TABLE.aiqGrid tbody tr td.subheading:first-child,
.theming-active TABLE.aiqGrid tbody tr td.subheadingr:first-child {
  border-left: none !important;
}
.theming-active TABLE.aiqGrid thead tr th:last-child,
.theming-active TABLE.advanced_filter thead tr th:last-child,
.theming-active TABLE.aiqGrid tbody tr td.subheading:last-child,
.theming-active TABLE.aiqGrid tbody tr td.subheadingr:last-child {
  border-right: none !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td:last-child {
  padding-right: 0 !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td {
  border-left: none !important;
  border-right: none !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td.rightSeparator {
  border-right: solid 1px var(--clr-tablerow-border, #dddddd) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td.aiqgrid-print {
  padding: 0.25rem 0.5rem 0.25rem 0.5rem !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td.aiqgrid-print a.mabutton.icon.icon_print {
  height: 2rem !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td div.macontainer {
  height: 100%;
  background-color: transparent;
  width: 2.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td div.macontainer > a.mabutton {
  color: var(--clr-buttons-primary-default) !important;
  align-items: center !important;
  border: none !important;
  border-radius: 0 !important;
  box-sizing: inherit !important;
  justify-content: center !important;
  min-width: auto !important;
  height: 100% !important;
  font-size: 1.125rem !important;
  text-decoration: none !important;
  line-height: 1px !important;
  border-bottom: none !important;
  border-bottom-color: transparent !important;
  width: 100%;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td div.macontainer > a.mabutton.aiqgridAction {
  background: url(../assets/icons/icon-action-dots.svg) no-repeat center !important;
  height: 2.5rem !important;
  width: 2.5rem !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td div.macontainer > a.mabutton.aiqgridAction:hover {
  background: var(--clr-buttons-actions-hover, #c7c6c9) url(../assets/icons/icon-action-dots.svg) no-repeat center center !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
  border-bottom-color: transparent !important;
  outline: none !important;
  cursor: pointer;
  transition: background-color 0.1s ease;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td div.macontainer > a.mabutton.aiqgridAction.mabutton_pressed {
  background: var(--clr-buttons-actions-active, #c7c6c9) url(../assets/icons/icon-action-dots.svg) no-repeat center center !important;
  border: none !important;
  box-shadow: none !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td div.macontainer > a.mabutton.aiqgridAction.madisabled {
  display: none;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td div.macontainer:not(:has(a.madisabled)):hover .mabutton-tooltip {
  visibility: visible;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td div.macontainer .mabutton-tooltip {
  left: 50%;
  bottom: calc(100% + 0.5rem);
  margin-left: -1.875rem;
  visibility: hidden;
  background-color: var(--clr-tooltip-default, #615c66);
  color: var(--clr-text-alternative, #fff) !important;
  text-align: center;
  padding: var(--space-1-5) var(--space-2);
  border-radius: 0.25rem;
  position: absolute;
  z-index: 1;
  font-family: var(--font-primary);
  font-size: 0.75rem;
  font-weight: 400;
  white-space: nowrap;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td div.macontainer .mabutton-tooltip::after {
  content: " ";
  position: absolute;
  border-width: 0.3125rem;
  border-style: solid;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td div.macontainer .mabutton-tooltip::after {
  top: 100%;
  left: 50%;
  margin-left: -0.3125rem;
  border-color: var(--clr-tooltip-default, #615c66) transparent transparent transparent;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr:not(.filters) td.checkbox:not(.grid-column-sticky) input {
  margin: 0;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr.filters td input[value="Post Selected"] {
  margin: auto;
}
.theming-active.aiq-grid-listing .grid_listing_panel .sub_tab_options .sub_tab_actions {
  background-color: var(--clr-primary-500) !important;
}
.theming-active .roundpanel.grid_container td.approval_status a {
  margin-top: 2px;
  margin-right: 10%;
}
.theming-active .roundpanel.grid_container td.due_status_due a {
  margin-right: 10%;
  margin-top: 2px;
  cursor: auto !important;
}
.theming-active .aiq-grid-span-wrap {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theming-active .bankfeed_linkedaccounts .aiq-grid-span-wrap {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.theming-active span.aiq-grid-span-wrap.redirect-link {
  display: flex;
  align-items: center;
}
.theming-active span.aiq-grid-span-wrap.redirect-link .icon_company_identifier {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 10px;
}
.theming-active span.aiq-grid-span-wrap.redirect-link .icon_company_identifier:hover {
  cursor: pointer;
}
.theming-active .roundpanel.grid_container .aiqGrid .grid-column-header-sticky,
.theming-active .roundpanel.grid_container .aiqGrid .grid-column-sticky {
  position: sticky;
  background-color: inherit;
}
.theming-active .roundpanel.grid_container .aiqGrid .grid-column-header-sticky:nth-of-type(1),
.theming-active .roundpanel.grid_container .aiqGrid td.grid-column-sticky:nth-of-type(1) {
  left: 0;
}
.theming-active .roundpanel.grid_container .aiqGrid .grid-column-header-sticky:nth-of-type(2),
.theming-active .roundpanel.grid_container .aiqGrid td.grid-column-sticky:nth-of-type(2) {
  left: 8rem;
}
.theming-active .roundpanel.grid_container .aiqGrid .grid-column-header-sticky:nth-of-type(2) div.macontainer,
.theming-active .roundpanel.grid_container .aiqGrid td.grid-column-sticky:nth-of-type(2) div.macontainer {
  float: unset;
}
.theming-active .roundpanel.grid_container .aiqGrid:has(tbody tr.filters:first-child):has(tbody tr.no_data:last-child):not(:has(tbody tr.grid-row)) .grid-column-header-sticky:nth-of-type(2),
.theming-active .roundpanel.grid_container .aiqGrid:has(tbody tr.filters:first-child):has(tbody tr.no_data:last-child):not(:has(tbody tr.grid-row)) td.grid-column-sticky:nth-of-type(2) {
  left: 8rem;
}
.theming-active .roundpanel.grid_container .aiqGrid.purchases_batchpayments .grid-column-header-sticky:nth-of-type(2),
.theming-active .roundpanel.grid_container .aiqGrid.purchases_batchpayments td.grid-column-sticky:nth-of-type(2) {
  left: 10rem;
}
.theming-active .roundpanel.grid_container .aiqGrid:has(thead tr th.checkbox.grid-column-header-sticky) .grid-column-header-sticky:nth-of-type(1),
.theming-active .roundpanel.grid_container .aiqGrid:has(thead tr th.checkbox.grid-column-header-sticky) td.grid-column-sticky:nth-of-type(1) {
  left: 0;
}
.theming-active .roundpanel.grid_container .aiqGrid:has(thead tr th.checkbox.grid-column-header-sticky) .grid-column-header-sticky:nth-of-type(2),
.theming-active .roundpanel.grid_container .aiqGrid:has(thead tr th.checkbox.grid-column-header-sticky) td.grid-column-sticky:nth-of-type(2) {
  left: 2.5rem;
}
.theming-active .roundpanel.grid_container .aiqGrid:has(thead tr th.checkbox.grid-column-header-sticky) .grid-column-header-sticky:nth-of-type(3),
.theming-active .roundpanel.grid_container .aiqGrid:has(thead tr th.checkbox.grid-column-header-sticky) td.grid-column-sticky:nth-of-type(3) {
  left: 10.5rem;
}
.theming-active .roundpanel.grid_container .aiqGrid:has(thead tr th.checkbox.grid-column-header-sticky) .grid-column-header-sticky:nth-of-type(3) div.macontainer,
.theming-active .roundpanel.grid_container .aiqGrid:has(thead tr th.checkbox.grid-column-header-sticky) td.grid-column-sticky:nth-of-type(3) div.macontainer {
  float: unset;
}
.theming-active .roundpanel.grid_container .aiqGrid:has(thead tr th.checkbox.grid-column-header-sticky):has(tbody tr.filters:first-child):has(tbody tr.no_data:last-child):not(:has(tbody tr.grid-row)) .grid-column-header-sticky:nth-of-type(2),
.theming-active .roundpanel.grid_container .aiqGrid:has(thead tr th.checkbox.grid-column-header-sticky):has(tbody tr.filters:first-child):has(tbody tr.no_data:last-child):not(:has(tbody tr.grid-row)) td.grid-column-sticky:nth-of-type(2) {
  left: 2.5rem;
}
.theming-active .roundpanel.grid_container .aiqGrid:has(thead tr th.checkbox.grid-column-header-sticky):has(tbody tr.filters:first-child):has(tbody tr.no_data:last-child):not(:has(tbody tr.grid-row)) .grid-column-header-sticky:nth-of-type(3),
.theming-active .roundpanel.grid_container .aiqGrid:has(thead tr th.checkbox.grid-column-header-sticky):has(tbody tr.filters:first-child):has(tbody tr.no_data:last-child):not(:has(tbody tr.grid-row)) td.grid-column-sticky:nth-of-type(3) {
  left: 10.5rem;
}
html:not([data-scroll="0"]):is(.theming-active) .roundpanel.grid_container .grid-column-header-sticky:not(:has(~ .grid-column-header-sticky)),
html:not([data-scroll="0"]):is(.theming-active) .roundpanel.grid_container td.grid-column-sticky:not(:has(~ td.grid-column-sticky)) {
  border-right: 1px solid var(--clr-tabs-border-default, #c7c6c9) !important;
}

.theming-active .menuprofilescontent .aiqGrid .sticky-header tr th {
  border-left: 0.0625rem solid var(--clr-tablerow-border) !important;
}
.theming-active .menuprofilescontent .aiqGrid .sticky-header tr th:not(:last-of-type) {
  border-right: none !important;
}

html.theming-active[data-mode=dark] .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) a.icon.icon_email {
  background: url(../assets/icons/icon-email-attached-dark.svg) no-repeat !important;
}
html.theming-active[data-mode=dark] .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) a.icon.icon_attach_doc.icon_new_navigation {
  background: url(../assets/icons/icon-add-attachment-dark.svg) no-repeat !important;
}
html.theming-active[data-mode=dark] .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) a.icon.icon_note_attached {
  background: url(../assets/icons/icon-note-attached-dark.svg) no-repeat !important;
}
html.theming-active[data-mode=dark] .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) a.icon.icon_attach_note {
  background: url(../assets/icons/icon-add-note-dark.svg) no-repeat !important;
}
html.theming-active[data-mode=dark] .aiq-grid-listing .roundpanel.grid_container TABLE.aiqGrid:not(.spread_transactions) tbody tr:not(.filters) td:not(.aiq-grid-actions):not(.checkbox):not(.aiqgrid-print) a.icon.icon_doc_attached.icon_new_navigation {
  background: url(../assets/icons/icon-attachment-attached-dark.svg) no-repeat !important;
}

/* InputDropDown */
/** Buttons */
/*This mixin is shared with two css base files with different depths.
The boolean isAiqStyle is to account for the folder difference*/
.theming-active .aiqGrid * {
  scrollbar-color: var(--clr-scrollbar-thumb) var(--clr-scrollbar-track);
}
.theming-active .aiqGrid th.searchable:hover * {
  text-decoration: none !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) .resizing-active-cell, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid .resizing-active-cell {
  border-right: 1px solid var(--clr-tablerow-divider-hover) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead {
  position: sticky;
  top: 0;
  z-index: 2;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers {
  padding: 0 !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers.resizing-active th .resizer.dragging::after, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers.resizing-active th .resizer.dragging::after {
  opacity: 1 !important;
  transition: opacity 0.3s linear, left 0.5s ease;
  background-color: var(--clr-tablerow-divider-hover) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers.resizing-active th .resizableContainer:hover, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers.resizing-active th .resizableContainer:hover {
  background-color: var(--clr-tablerow-secondary) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th {
  padding: 0 !important;
  height: 2.5rem !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th:hover, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th:hover {
  text-decoration: none !important;
  cursor: pointer !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th:hover:hover, .theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th:hover:active, .theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th:hover:visited, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th:hover:hover, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th:hover:active, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th:hover:visited {
  text-decoration: none !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th:hover a, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th:hover a {
  text-decoration: none !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th:hover a:hover, .theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th:hover a:active, .theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th:hover a:visited, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th:hover a:hover, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th:hover a:active, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th:hover a:visited {
  text-decoration: none !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th a, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th a {
  text-decoration: none !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th a:hover, .theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th a:active, .theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th a:visited, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th a:hover, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th a:active, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th a:visited {
  text-decoration: none !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th a:first-child, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th a:first-child {
  display: block !important;
  align-items: center;
  justify-content: flex-start;
  text-align: start;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100%;
  width: 100%;
  line-height: 2.5rem !important;
  padding-right: 0 !important;
  padding-left: 0.313rem !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th a:first-child::after, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th a:first-child::after {
  display: block !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th a:last-child::after, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th a:last-child::after {
  height: 1rem !important;
  width: 1rem !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th .resizableContainer, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th .resizableContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th .resizableContainer:hover, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th .resizableContainer:hover {
  background-color: var(--clr-tablerow-headercell-hover) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th .resizableContainer:active, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th .resizableContainer:active {
  background-color: var(--clr-tablerow-headercell-pressed) !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th.grid-column-header-sticky, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th.grid-column-header-sticky {
  z-index: 1;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th.grid-column-header-sticky.actions .resizableContainer, .theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th.grid-column-header-sticky.checkbox .resizableContainer, .theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th.unsupportedTransaction .resizableContainer, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th.grid-column-header-sticky.actions .resizableContainer, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th.grid-column-header-sticky.checkbox .resizableContainer, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th.unsupportedTransaction .resizableContainer {
  cursor: default;
  background-color: transparent !important;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th.resizable:not(.grid-column-header-sticky):not(.unsupportedTransaction), .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th.resizable:not(.grid-column-header-sticky):not(.unsupportedTransaction) {
  position: relative;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th.resizable:not(.grid-column-header-sticky):not(.unsupportedTransaction) .filterContainer, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th.resizable:not(.grid-column-header-sticky):not(.unsupportedTransaction) .filterContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th.resizable:not(.grid-column-header-sticky):not(.unsupportedTransaction):not(.aiq-grid-actions) .resizer, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th.resizable:not(.grid-column-header-sticky):not(.unsupportedTransaction):not(.aiq-grid-actions) .resizer {
  opacity: 1;
  width: 1rem;
  height: calc(100% - 0.625rem);
  position: absolute;
  top: 0.375rem;
  right: -0.438rem;
  cursor: ew-resize;
  z-index: 10;
  pointer-events: all;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th.resizable:not(.grid-column-header-sticky):not(.unsupportedTransaction):not(.aiq-grid-actions) .resizer::after, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th.resizable:not(.grid-column-header-sticky):not(.unsupportedTransaction):not(.aiq-grid-actions) .resizer::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--clr-tablerow-divider) !important;
  opacity: 0;
  left: 50%;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th.resizable:not(.grid-column-header-sticky):not(.unsupportedTransaction):not(.aiq-grid-actions) .resizer:hover::after, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th.resizable:not(.grid-column-header-sticky):not(.unsupportedTransaction):not(.aiq-grid-actions) .resizer:hover::after {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th.resizable:not(.grid-column-header-sticky):not(.unsupportedTransaction):not(.aiq-grid-actions) .resizer:hover ~ th, .theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) thead tr.headers th.resizable:not(.grid-column-header-sticky):not(.unsupportedTransaction):not(.aiq-grid-actions) .resizer:hover ~ a, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th.resizable:not(.grid-column-header-sticky):not(.unsupportedTransaction):not(.aiq-grid-actions) .resizer:hover ~ th, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid thead tr.headers th.resizable:not(.grid-column-header-sticky):not(.unsupportedTransaction):not(.aiq-grid-actions) .resizer:hover ~ a {
  pointer-events: none;
}
.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled:not(.intercompany_accounts_aiqGrid_container) TABLE.aiqGrid:not(.spread_transactions) tbody tr.grid-row:last-of-type td, .theming-active #modal-purchases_newbatchpayments .roundpanel.grid_container .resizable_columns_enabled TABLE.aiqGrid tbody tr.grid-row:last-of-type td {
  border-bottom: none !important;
}
.theming-active .aiq-content-container.aiq-grid-listing.theming-active {
  background: var(--clr-entity-menu-tabs-content-bg);
}

/*Theme Sepcific*/
html.theming-active {
  /*Apply partial stying for intercomopany listing as that does not allow resizing but requires the remaining styling*/
}
html.theming-active[data-mode=dark] {
  /* 40% opacity */
  --clr-shadow-strong: #00000066;
  /* 32% opacity */
  --clr-shadow-weak: #00000052;
}
html.theming-active[data-mode=dark] .aiq-grid-listing .roundpanel.grid_container tr td div.macontainer > a.mabutton.aiqgridAction {
  background: transparent url(../assets/icons/icon-action-dots-dark.svg) no-repeat center !important;
}
html.theming-active[data-mode=dark] .aiqGrid > tbody tr:hover:not(.filters) td.aiq-grid-actions div.macontainer a.mabutton.aiqgridAction {
  background: var(--clr-buttons-actions-rowhover) url(../assets/icons/icon-action-dots-dark.svg) no-repeat center !important;
}
html.theming-active[data-mode=dark] .aiqGrid > tbody tr:hover:not(.filters) td.aiq-grid-actions div.macontainer a.mabutton.aiqgridAction:hover {
  background: var(--clr-buttons-actions-hover) url(../assets/icons/icon-action-dots-dark.svg) no-repeat center !important;
}
html.theming-active[data-mode=dark] .aiqGrid > tbody tr:hover:not(.filters) td.aiq-grid-actions div.macontainer a.mabutton.aiqgridAction.mabutton_pressed {
  background: var(--clr-buttons-actions-active, #c7c6c9) url(../assets/icons/icon-action-dots-dark.svg) no-repeat center center !important;
}
html.theming-active[data-mode=dark] .aiq-tab-container-content {
  box-shadow: 0 0.1rem 0.25rem 0 var(--clr-shadow-weak), 0 0.025rem 0.075rem 0 var(--clr-shadow-weak);
}
html.theming-active[data-mode=dark] .aiq-navigation-submenu {
  box-shadow: 0.7rem 0 1.5rem -0.25rem var(--clr-shadow-strong), 0.35rem 0 0.8rem -0.125rem var(--clr-shadow-weak);
}
html.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled.intercompany_accounts_aiqGrid_container TABLE.aiqGrid thead tr.headers {
  padding: 0 !important;
}
html.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled.intercompany_accounts_aiqGrid_container TABLE.aiqGrid thead tr.headers th {
  padding: 0 !important;
  height: 2.5rem !important;
}
html.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled.intercompany_accounts_aiqGrid_container TABLE.aiqGrid thead tr.headers th:hover {
  text-decoration: none !important;
  cursor: pointer !important;
}
html.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled.intercompany_accounts_aiqGrid_container TABLE.aiqGrid thead tr.headers th:hover:hover, html.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled.intercompany_accounts_aiqGrid_container TABLE.aiqGrid thead tr.headers th:hover:active, html.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled.intercompany_accounts_aiqGrid_container TABLE.aiqGrid thead tr.headers th:hover:visited {
  text-decoration: none !important;
}
html.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled.intercompany_accounts_aiqGrid_container TABLE.aiqGrid thead tr.headers th a {
  text-decoration: none !important;
}
html.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled.intercompany_accounts_aiqGrid_container TABLE.aiqGrid thead tr.headers th a:hover, html.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled.intercompany_accounts_aiqGrid_container TABLE.aiqGrid thead tr.headers th a:active, html.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled.intercompany_accounts_aiqGrid_container TABLE.aiqGrid thead tr.headers th a:visited {
  text-decoration: none !important;
}
html.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled.intercompany_accounts_aiqGrid_container TABLE.aiqGrid thead tr.headers th a:first-child {
  display: block !important;
  align-items: center;
  justify-content: flex-start;
  text-align: start;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100%;
  width: 100%;
  line-height: 2.5rem !important;
  padding-right: 0 !important;
  padding-left: 0.313rem !important;
}
html.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled.intercompany_accounts_aiqGrid_container TABLE.aiqGrid thead tr.headers th a:first-child::after {
  display: block !important;
}
html.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled.intercompany_accounts_aiqGrid_container TABLE.aiqGrid thead tr.headers th a:last-child::after {
  height: 1rem !important;
  width: 1rem !important;
}
html.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled.intercompany_accounts_aiqGrid_container TABLE.aiqGrid thead tr.headers th .resizableContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem !important;
}
html.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled.intercompany_accounts_aiqGrid_container TABLE.aiqGrid thead tr.headers th .resizableContainer:hover {
  background-color: var(--clr-tablerow-headercell-hover) !important;
}
html.theming-active .aiq-grid-listing .roundpanel.grid_container .resizable_columns_enabled.intercompany_accounts_aiqGrid_container TABLE.aiqGrid thead tr.headers th .resizableContainer:active {
  background-color: var(--clr-tablerow-headercell-pressed) !important;
}

/* InputDropDown */
/** Buttons */
/*This mixin is shared with two css base files with different depths.
The boolean isAiqStyle is to account for the folder difference*/
.theming-active table#bnklist tr td .macontainer {
  height: 100%;
  background-color: transparent;
  width: 40px !important;
  display: flex;
  align-items: center; /* Vertical alignment */
  justify-content: center; /* Horizontal alignment if needed */
  height: 100%; /* Full height of the td */
}
.theming-active table#bnklist tr td.aiq-bank-action-column {
  width: 40px !important;
}
.theming-active table#bnklist tr td .macontainer a.mabutton {
  color: var(--clr-buttons-primary-default) !important;
  align-items: center !important;
  border: none !important;
  border-radius: 0 !important;
  box-sizing: inherit !important;
  justify-content: center !important;
  min-width: auto !important;
  height: 100% !important;
  font-size: 1.125rem !important;
  text-decoration: none !important;
  line-height: 1px !important;
  border-bottom: none !important;
  border-bottom-color: transparent !important;
  width: 100%;
}
.theming-active table#bnklist tr td .macontainer a.mabutton.aiqgridAction {
  background: url(../assets/icons/icon-action-dots.svg) no-repeat center !important;
  height: 2.5rem !important;
  width: 2.5rem !important;
}
.theming-active table#bnklist tr td .macontainer a.mabutton.aiqgridAction:hover {
  background: var(--clr-buttons-actions-hover, #c7c6c9) url(../assets/icons/icon-action-dots.svg) no-repeat center center !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
  border-bottom-color: transparent !important;
  outline: none !important;
  cursor: pointer;
  transition: background-color 0.1s ease;
}
.theming-active table#bnklist tr td .macontainer a.mabutton.aiqgridAction.mabutton_pressed {
  background: var(--clr-buttons-actions-active, #c7c6c9) url(../assets/icons/icon-action-dots.svg) no-repeat center center !important;
  border: none !important;
  box-shadow: none !important;
}
.theming-active table#bnklist tr td .macontainer a.mabutton.aiqgridAction.madisabled {
  display: none;
}
.theming-active .headbg,
.theming-active TD.subheading,
.theming-active TD.subheadingr {
  background-color: var(--clr-canvas-primary) !important;
  color: var(--clr-text-primary) !important;
}
.theming-active .dx-grid * {
  font-family: var(--font-primary) !important;
}
.theming-active #bnklist tr.dxgvDataRow_Glass > td.dxgv {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-medium) !important;
  border-bottom: 1px solid var(--clr-canvas-border) !important;
  border-right: 1px solid var(--clr-canvas-border) !important;
}
.theming-active #bnklist tr.dxgvDataRow_Glass > td.dxgv:first-child {
  border-left: none !important;
}
.theming-active #bnklist tr.dxgvDataRow_Glass > td.dxgv:last-child {
  border-right: none !important;
}
.theming-active #bnklist .dxgvHeader_Glass {
  background-color: var(--clr-tablerow-header) !important;
}
.theming-active #bnklist table.dxtcControl_Glass a {
  color: var(--clr-primary-500) !important;
}
.theming-active #bnklist table.dxtcControl_Glass a:hover {
  color: var(--clr-primary-700) !important;
  text-decoration: none;
}
.theming-active #bnklist .dxgvFilterRow_Glass td.dxgv {
  background-color: var(--clr-canvas-secondary);
}
.theming-active #bnklist .dxgvFilterRow_Glass td.dxic {
  background-color: var(--clr-canvas-secondary);
  padding: 0 !important;
}
.theming-active #bnklist .dxgvFilterRow_Glass td.dxic input.dxeEditArea_Glass.dxeEditAreaSys {
  padding-left: 0.25rem !important;
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active #bnklist .dxgvFilterRow_Glass td.dxic input.dxeEditArea_Glass.dxeEditAreaSys:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active #bnklist .dxgvFilterRow_Glass td.dxic input.dxeEditArea_Glass.dxeEditAreaSys:has(tbody tr td input:focus), .theming-active #bnklist .dxgvFilterRow_Glass td.dxic input.dxeEditArea_Glass.dxeEditAreaSys:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active #bnklist .dxgvFilterRow_Glass td.dxic input.dxeEditArea_Glass.dxeEditAreaSys:has(tbody tr td input:focus) .innerLabelTD, .theming-active #bnklist .dxgvFilterRow_Glass td.dxic input.dxeEditArea_Glass.dxeEditAreaSys:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active #bnklist .dxgvFilterRow_Glass td.dxic input.dxeEditArea_Glass.dxeEditAreaSys:disabled, .theming-active #bnklist .dxgvFilterRow_Glass td.dxic input.dxeEditArea_Glass.dxeEditAreaSys.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active #bnklist .dxgvFilterRow_Glass .dxgv table.dxeButtonEdit_Glass,
.theming-active #bnklist .dxgvFilterRow_Glass .dxgv .dxeTextBox_Glass {
  border: none !important;
  background-color: var(--clr-canvas-secondary) !important;
}
.theming-active #bnklist .dxgvFilterRow_Glass .dxgv input.dxeTextBoxSys.dxeTextBox_Glass {
  padding-left: 0.25rem !important;
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active #bnklist .dxgvFilterRow_Glass .dxgv input.dxeTextBoxSys.dxeTextBox_Glass:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active #bnklist .dxgvFilterRow_Glass .dxgv input.dxeTextBoxSys.dxeTextBox_Glass:has(tbody tr td input:focus), .theming-active #bnklist .dxgvFilterRow_Glass .dxgv input.dxeTextBoxSys.dxeTextBox_Glass:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active #bnklist .dxgvFilterRow_Glass .dxgv input.dxeTextBoxSys.dxeTextBox_Glass:has(tbody tr td input:focus) .innerLabelTD, .theming-active #bnklist .dxgvFilterRow_Glass .dxgv input.dxeTextBoxSys.dxeTextBox_Glass:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active #bnklist .dxgvFilterRow_Glass .dxgv input.dxeTextBoxSys.dxeTextBox_Glass:disabled, .theming-active #bnklist .dxgvFilterRow_Glass .dxgv input.dxeTextBoxSys.dxeTextBox_Glass.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active #bnklist tr.dxgvDataRow_Glass.dx-grid__row:nth-child(even),
.theming-active #bnklist tr.dxgvDataRow_Glass:nth-child(even) {
  background-color: var(--clr-canvas-secondary);
}
.theming-active #bnklist tr.dxgvDataRow_Glass.dx-grid__row:nth-child(odd),
.theming-active #bnklist tr.dxgvDataRow_Glass:nth-child(odd) {
  background-color: var(--clr-tablerow-primary, #fafafa);
}
.theming-active #bnklist .HomePageLinksAndSeparators,
.theming-active #bnklist .replacearrow,
.theming-active #bnklist td.HomePageLinksAndSeparators.buttonLink + td,
.theming-active #bnklist .dxeHyperlink_Glass,
.theming-active #bnklist .bankfeed_status a {
  color: var(--clr-buttons-link-default) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active #bnklist .HomePageLinksAndSeparators:visited,
.theming-active #bnklist .replacearrow:visited,
.theming-active #bnklist td.HomePageLinksAndSeparators.buttonLink + td:visited,
.theming-active #bnklist .dxeHyperlink_Glass:visited,
.theming-active #bnklist .bankfeed_status a:visited {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active #bnklist .HomePageLinksAndSeparators:hover,
.theming-active #bnklist .replacearrow:hover,
.theming-active #bnklist td.HomePageLinksAndSeparators.buttonLink + td:hover,
.theming-active #bnklist .dxeHyperlink_Glass:hover,
.theming-active #bnklist .bankfeed_status a:hover {
  color: var(--clr-buttons-link-hover) !important;
  text-decoration: none !important;
}
.theming-active #bnklist .HomePageLinksAndSeparators:active,
.theming-active #bnklist .replacearrow:active,
.theming-active #bnklist td.HomePageLinksAndSeparators.buttonLink + td:active,
.theming-active #bnklist .dxeHyperlink_Glass:active,
.theming-active #bnklist .bankfeed_status a:active {
  color: var(--clr-buttons-link-active) !important;
}
.theming-active #bnklist td.dxgvHeader_Glass.viewColumnHeaderLarge.dx-grid__cell,
.theming-active #bnklist td.dxgvHeader_Glass.viewColumnHeaderNotSortableLarge.dx-grid__cell,
.theming-active #bnklist td.dxgvHeader_Glass.viewColumnHeader,
.theming-active #bnklist td.dxgvHeader_Glass.viewColumnHeaderNotSortable {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  border-top: 1px solid var(--clr-canvas-border) !important;
  border-bottom: 1px solid var(--clr-canvas-border) !important;
}
.theming-active #bnklist td.dxgvHeader_Glass.viewColumnHeaderLarge.dx-grid__cell td,
.theming-active #bnklist td.dxgvHeader_Glass.viewColumnHeaderNotSortableLarge.dx-grid__cell td,
.theming-active #bnklist td.dxgvHeader_Glass.viewColumnHeader td,
.theming-active #bnklist td.dxgvHeader_Glass.viewColumnHeaderNotSortable td {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active #bnklist #mainTab_bankrecdetails_cbp_bmc_btAddNewRec_B,
.theming-active #bnklist #mainTab_bankrecdetails_cbp_bmc_btAddNewRec {
  background: none !important;
  border: none !important;
}
.theming-active #bnklist #mainTab_bankrecdetails_cbp_bmc_btAddNewRec_CD {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active #bnklist #mainTab_bankrecdetails_cbp_bmc_btAddNewRec_CD:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active #bnklist #mainTab_bankrecdetails_cbp_bmc_btAddNewRec_CD div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active #bnklist #mainTab_bankrecdetails_cbp_bmc_btAddNewRec_CD:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active #bnklist .dxgvPagerBottomPanel_Glass {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-canvas-secondary) !important;
  color: var(--clr-text-primary) !important;
  padding: 0px 0px;
  /* wip */
}
.theming-active #bnklist .dxgvPagerBottomPanel_Glass .dxpSummary_Glass,
.theming-active #bnklist .dxgvPagerBottomPanel_Glass td {
  font-family: var(--font-primary) !important;
  color: var(--clr-text-primary) !important;
}
.theming-active #bnklist .dxgvPagerBottomPanel_Glass .dxpPageNumber_Glass {
  background-color: var(--clr-canvas-secondary) !important;
  border: unset !important;
  min-width: 1.5rem;
  padding-inline: calc(0.5rem - 4px);
}
.theming-active #bnklist .dxgvPagerBottomPanel_Glass .dxpCurrentPageNumber_Glass,
.theming-active #bnklist .dxgvPagerBottomPanel_Glass selectedPageNumber {
  background-color: unset !important;
  border-radius: 50%;
  color: var(--clr-text-alternative) !important;
  height: 1.5rem;
  padding-inline: calc(0.5rem - 4px);
  position: relative;
  width: 1.5rem;
  z-index: 1;
}
.theming-active #bnklist .dxgvPagerBottomPanel_Glass .dxpCurrentPageNumber_Glass::after,
.theming-active #bnklist .dxgvPagerBottomPanel_Glass selectedPageNumber::after {
  background-color: var(--clr-datepicker-date-bg-selected) !important;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 1.5rem;
  left: 0.25rem;
  position: absolute;
  top: 0.25rem;
  width: 1.5rem;
  z-index: -1;
}
.theming-active #bnklist .dxgvPagerBottomPanel_Glass .previousPagebtn:before,
.theming-active #bnklist .dxgvPagerBottomPanel_Glass td.dxpSummary_Glass + td:not(.dxpPageNumber_Glass) + td.dxpButton_Glass::before {
  display: block !important;
  content: "";
  background: url(../assets/icons/icon-arrow-left-pagination.svg) no-repeat center !important;
  height: 1.56rem;
  width: 1.56rem;
}
.theming-active #bnklist .dxgvPagerBottomPanel_Glass .nextPagebtn:before,
.theming-active #bnklist .dxgvPagerBottomPanel_Glass td.dxpPageNumber_Glass + td:not(.dxpPageNumber_Glass) + td.dxpButton_Glass::before {
  display: block !important;
  content: "";
  background: url(../assets/icons/icon-arrow-right-pagination.svg) no-repeat center !important;
  height: 1.56rem;
  width: 1.56rem;
}
.theming-active #bnklist .dxgvPagerBottomPanel_Glass .dxic {
  box-sizing: border-box;
  height: var(--space-6) !important;
  padding-inline: 0.5rem !important;
}
.theming-active #bnklist .dxgvPagerBottomPanel_Glass .dxic input {
  padding: 0 0 0 5% !important;
  width: 95% !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  text-align: left !important;
  min-width: 1.25rem;
}
.theming-active #bnklist .dxgvPagerBottomPanel_Glass .dxeTextBoxSys.dxeTextBox_Glass {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.theming-active #bnklist .dxgvPagerBottomPanel_Glass .pagerInput {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-medium) !important;
  background-color: var(--clr-canvas-secondary) !important;
  width: 2.313rem !important;
  height: 2rem !important;
  border-radius: 0.5rem;
  border: 1px solid var(--clr-placeholder-border-default, #c8c5cb);
  text-align: left;
  padding-left: 0.375rem;
}
.theming-active #bnklist .dxgvPagerBottomPanel_Glass .pageNumber {
  display: contents;
}
.theming-active #bnklist .dxgvPagerBottomPanel_Glass .pageNumber .selectedPageNumber {
  background-color: var(--clr-datepicker-date-bg-selected, #426eff) !important;
  color: var(--clr-text-alternative) !important;
  border-radius: 50% !important;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  border: none !important;
}
.theming-active #bnklist .dxgvPagerBottomPanel_Glass .pageNumber .hypertext {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-medium) !important;
}
.theming-active #bnklist .dxgvPagerBottomPanel_Glass .dxeTextBoxSys.dxeTextBox_Glass {
  border: none !important;
}
.theming-active#mainTab_bankTab_C0 .fake_inline_block,
.theming-active#mainTab_bankTab_C0 span.HomePageLinksAndSeparators {
  color: var(--clr-primary-500) !important;
}
.theming-active#mainTab_bankTab_C0 .fake_inline_block:hover,
.theming-active#mainTab_bankTab_C0 span.HomePageLinksAndSeparators:hover {
  color: var(--clr-primary-700) !important;
}
.theming-active .dx-grid__header {
  position: sticky;
  inset: 0;
  z-index: 2;
}
.theming-active #bnklist {
  overflow: unset;
}
.theming-active .menubody.aiq-top-navigation-v2-body {
  margin: 0 !important;
}
.theming-active .aiq-tab-container.bank:not(:has(.bank-feed)) .aiq-tab-container-content {
  display: none;
}
.theming-active .aiq-tab-container.bank:has(.bank-feed) .aiq-tab-container-content {
  top: 5.5rem;
}
.theming-active #AIQ-Main-Table > td {
  padding: 0 !important;
}
.theming-active #AIQ-Main-Table {
  width: 100%;
  margin-top: 0 !important;
  border-collapse: collapse !important;
}
.theming-active #AIQ-Main-Table .icon_cell .icon_attach_doc {
  background: url(../assets/icons/icon-attachment-empty.svg) no-repeat !important;
  height: 20px !important;
  width: 20px !important;
}
.theming-active #AIQ-Main-Table .icon_cell .icon_doc_attached {
  background: url(../assets/icons/icon-attachment-attached.svg) no-repeat !important;
  height: 20px !important;
  width: 20px !important;
}
.theming-active #AIQ-Main-Table .dxgv.icon_cell.dx-grid__cell a {
  vertical-align: middle;
}
.theming-active #AIQ-Main-Table .tdmenu {
  padding: 0;
  background-color: var(--clr-canvas-primary);
}
.theming-active #AIQ-Main-Table .tableMain {
  margin: 0;
  border-collapse: collapse !important;
}
.theming-active #AIQ-Main-Table .tableMain .tableMainInner {
  padding: 0 !important;
}
.theming-active #AIQ-Main-Table #mainTab_bankTab {
  padding-top: 0px !important;
  border-radius: 2px;
  border: 1px solid var(--clr-canvas-border);
  border-top: none !important;
  background-color: var(--clr-canvas-secondary);
}
.theming-active #AIQ-Main-Table #mainTab_CC,
.theming-active #AIQ-Main-Table #bottomnav,
.theming-active #AIQ-Main-Table #mainTab_bankTab {
  border: none !important;
}
.theming-active #AIQ-Main-Table #mainTab_CC {
  background-color: var(--clr-canvas-primary);
}
.theming-active #AIQ-Main-Table #mainTab_bankTab_CC {
  background-color: var(--clr-canvas-primary) !important;
  padding: 0 !important;
  border-top: none !important;
}
.theming-active #AIQ-Main-Table #mainTab_bankTab_C0 .roundpanel.no-header {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.theming-active #AIQ-Main-Table .dxgvHeader_Glass.viewColumnHeaderLarge.dx-grid__cell,
.theming-active #AIQ-Main-Table .dxgvHeader_Glass.viewColumnHeaderNotSortableLarge.dx-grid__cell {
  border-right: none !important;
  border-left: none;
}

.vat-return-container .dev-express-grid td,
.taxReturn_pageContent .dev-express-grid td {
  font-family: var(--font-primary) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}
.vat-return-container .dev-express-grid tr.dxgvDataRow_Glass > td.dxgv,
.vat-return-container .dev-express-grid tr.dxgvFooter_Glass > td.dxgv,
.taxReturn_pageContent .dev-express-grid tr.dxgvDataRow_Glass > td.dxgv,
.taxReturn_pageContent .dev-express-grid tr.dxgvFooter_Glass > td.dxgv {
  color: #615c66 !important;
}
.vat-return-container .dev-express-grid tr.dxgvFooter_Glass > td.dxgv,
.taxReturn_pageContent .dev-express-grid tr.dxgvFooter_Glass > td.dxgv {
  font-weight: 600 !important;
}
.vat-return-container .dev-express-grid .viewColumnHeader *,
.vat-return-container .dev-express-grid .dxgvHeader_Glass * tr td,
.taxReturn_pageContent .dev-express-grid .viewColumnHeader *,
.taxReturn_pageContent .dev-express-grid .dxgvHeader_Glass * tr td {
  font-family: var(--font-primary) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

/*nonstock items screen specific stylings
    TODO check why this is needed and cleanup
*/
.aiqGrid.inventory_nonstockitems .mabutton.dxb.disabled_link {
  opacity: 0.5;
  pointer-events: none;
}

.aiqGrid .rightSeparator {
  border-right: solid 2px #dddddd !important;
}
.aiqGrid td.rightSeparator + td {
  padding-left: 1em !important;
}
.aiqGrid td.number-in-span span,
.aiqGrid td.text-in-span span {
  padding: 0.1875rem 0.375rem !important;
}
.aiqGrid td.number-in-span.text-orange > span, .aiqGrid td.number-in-span.number-orange > span,
.aiqGrid td.text-in-span.text-orange > span,
.aiqGrid td.text-in-span.number-orange > span {
  background: var(--clr-warning-50) !important;
  color: var(--clr-warning-700) !important;
  border-radius: 0.125rem;
}
.aiqGrid input[type=checkbox] {
  cursor: pointer;
}
.aiqGrid thead tr.group-header th,
.aiqGrid tbody tr.group-header th {
  /* Grouping header for Intercompany Accounts listing grid */
  background-color: var(--clr-primary-500, #5887a6) !important;
  padding: 0.5rem !important;
  font-weight: var(--font-weight-bold, bold) !important;
  font-size: 0.8rem !important;
}
.aiqGrid thead td.aiq-grid-actions,
.aiqGrid thead td.aiq-grid-actions.grid-column-sticky,
.aiqGrid tbody td.aiq-grid-actions,
.aiqGrid tbody td.aiq-grid-actions.grid-column-sticky {
  width: 2.5rem !important;
  padding: 0 !important;
}
.aiqGrid thead th.actions.grid-column-header-sticky.aiq-grid-cell-width-0-2,
.aiqGrid thead th.actions.grid-column-header-sticky.aiq-grid-cell-width-0-3,
.aiqGrid thead th.actions.grid-column-header-sticky.aiq-grid-cell-width-0-4,
.aiqGrid thead th.actions.grid-column-header-sticky.aiq-grid-cell-width-0-8,
.aiqGrid tbody th.actions.grid-column-header-sticky.aiq-grid-cell-width-0-2,
.aiqGrid tbody th.actions.grid-column-header-sticky.aiq-grid-cell-width-0-3,
.aiqGrid tbody th.actions.grid-column-header-sticky.aiq-grid-cell-width-0-4,
.aiqGrid tbody th.actions.grid-column-header-sticky.aiq-grid-cell-width-0-8 {
  width: 2.5rem !important;
  padding: 0 !important;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-0-1, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-0-1,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-0-1,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-0-1 {
  width: 1rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-0-15, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-0-15,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-0-15,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-0-15 {
  width: 1.5rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-0-2, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-0-2,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-0-2,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-0-2 {
  width: 2rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-0-25, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-0-25,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-0-25,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-0-25 {
  width: 2.5rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-0-3, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-0-3,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-0-3,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-0-3 {
  width: 3rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-0-35, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-0-35,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-0-35,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-0-35 {
  width: 3.5rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-0-4, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-0-4,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-0-4,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-0-4 {
  width: 4rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-0-425, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-0-425,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-0-425,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-0-425 {
  width: 4.25rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-0-45, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-0-45,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-0-45,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-0-45 {
  width: 4.5rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-0-5, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-0-5,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-0-5,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-0-5 {
  width: 5rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-0-55, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-0-55,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-0-55,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-0-55 {
  width: 5.5rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-0-6, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-0-6,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-0-6,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-0-6 {
  width: 6rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-0-65, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-0-65,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-0-65,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-0-65 {
  width: 6.5rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-0-7, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-0-7,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-0-7,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-0-7 {
  width: 7rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-0-75, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-0-75,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-0-75,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-0-75 {
  width: 7.5rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-1, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-1,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-1,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-1 {
  width: 8rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-1-25, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-1-25,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-1-25,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-1-25 {
  width: 10rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-1-5, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-1-5,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-1-5,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-1-5 {
  width: 12rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-1-75, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-1-75,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-1-75,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-1-75 {
  width: 14rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-2, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-2,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-2,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-2 {
  width: 16rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-3, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-3,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-3,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-3 {
  width: 24rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-4, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-4,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-4,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-4 {
  width: 32rem;
}
.aiqGrid:not(.spread_transactions) thead tr.headers th.aiq-grid-cell-width-5, .aiqGrid:not(.spread_transactions) thead tr.grid-row td.aiq-grid-cell-width-5,
.aiqGrid:not(.spread_transactions) tbody tr.headers th.aiq-grid-cell-width-5,
.aiqGrid:not(.spread_transactions) tbody tr.grid-row td.aiq-grid-cell-width-5 {
  width: 40rem;
}

.aiq-grid-listing .roundpanel.grid_container {
  /* FILTER ICONS */
}
.aiq-grid-listing .roundpanel.grid_container tr td:last-of-type .cell_status_tooltip {
  right: 0;
}
.aiq-grid-listing .roundpanel.grid_container tr td:last-of-type .cell_status_tooltip_arrow {
  left: unset;
  right: 20px;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_badge {
  display: flex;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_badge > span {
  position: relative;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0rem 0.5rem;
  border-radius: 0.5rem;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_badge > span.badge_active {
  background: var(--clr-status-green) !important;
  color: var(--clr-text-approved) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_badge > span.badge_active:hover {
  background: var(--clr-status-green-hover) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_badge > span.badge_active:active {
  background: var(--clr-status-green-active) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_badge > span.badge_not_active {
  background: var(--clr-status-red) !important;
  color: var(--clr-text-error) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_badge > span.badge_not_active:hover {
  background: var(--clr-status-red-hover) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_badge > span.badge_not_active:active {
  background: var(--clr-status-red-active) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_badge > span.badge_budgetary {
  background: var(--clr-status-blue) !important;
  color: var(--clr-text-progress) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_badge > span.badge_budgetary:hover {
  background: var(--clr-status-blue-hover) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_badge > span.badge_budgetary:active {
  background: var(--clr-status-blue-active) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_badge > span.badge_non_budgetary {
  background: var(--clr-status-gray) !important;
  color: var(--clr-text-primary) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_badge > span.badge_non_budgetary:hover {
  background: var(--clr-status-gray-hover) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_badge > span.badge_non_budgetary:active {
  background: var(--clr-status-gray-active) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_status {
  position: relative;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0rem 0.25rem;
  border-radius: 0.5rem;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_status > span {
  font-family: var(--font-primary) !important;
  font-size: var(--text-xs-font-size) !important;
  font-weight: 600 !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_status.status_active {
  background: var(--clr-status-green, #ddf6ef) !important;
  color: var(--clr-text-approved, #195f4c) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_status.status_active:hover {
  background: var(--clr-status-green-hover, #bbeddf) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_status.status_active:active {
  background: var(--clr-status-green-active, #71d9bc) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_status.status_not_active {
  background: var(--clr-status-red, #f9dcda) !important;
  color: var(--clr-text-error, #86211c) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_status.status_not_active:hover {
  background: var(--clr-status-red-hover, #f3b8b5) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_status.status_not_active:active {
  background: var(--clr-status-red-active, #ec938f) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_status.status_draft {
  background: var(--clr-status-gray, #f5f5f5) !important;
  color: var(--clr-text-primary, #000000) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_status.status_draft:hover {
  background: var(--clr-status-gray-hover, #e5e4e7) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_status.status_draft:active {
  background: var(--clr-status-gray-active, #c8c5cb) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_status_tooltip {
  z-index: 10;
  display: none;
  position: absolute;
  top: -30px;
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--clr-gray-500);
  color: var(--clr-white-900);
  font-size: 12px !important;
  font-weight: 400 !important;
  font-family: var(--font-primary) !important;
  white-space: nowrap;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_status_tooltip_arrow {
  position: absolute;
  bottom: -3px;
  left: calc(50% - 3px);
  height: 6px;
  width: 6px;
  transform: rotate(45deg);
  background: var(--clr-gray-500);
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_status:hover .cell_status_tooltip {
  display: block;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_warning {
  position: relative;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_warning_icon {
  height: 22px;
  width: 22px;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_warning_icon svg {
  height: 100%;
  width: 100%;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_warning_tooltip {
  z-index: 10;
  display: none;
  position: absolute;
  top: -30px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #615C66;
  color: var(--clr-text-alternative, #FDFDFD);
  font-size: 12px !important;
  font-weight: 400 !important;
  font-family: var(--font-primary) !important;
  white-space: nowrap;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_warning_tooltip_arrow {
  position: absolute;
  bottom: -3px;
  left: calc(50% - 3px);
  height: 6px;
  width: 6px;
  transform: rotate(45deg);
  background: #615C66;
}
.aiq-grid-listing .roundpanel.grid_container tr td .cell_warning:hover .cell_warning_tooltip {
  display: block;
}
.aiq-grid-listing .roundpanel.grid_container tr td.cell_disabled_actions.cell_disabled_actions.cell_disabled_actions.cell_disabled_actions.cell_disabled_actions .cell_disabled_actions_container {
  background-color: var(--clr-buttons-primary-disabled) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td.cell_disabled_actions.cell_disabled_actions.cell_disabled_actions.cell_disabled_actions.cell_disabled_actions .disabled_actions_tooltip_right {
  top: 20%;
  margin-top: -0.5rem;
  margin-left: 30px !important;
  height: fit-content !important;
  white-space: pre-line !important;
  width: max-content;
  text-align: left !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td.cell_disabled_actions.cell_disabled_actions.cell_disabled_actions.cell_disabled_actions.cell_disabled_actions .disabled_actions_tooltip_right::after {
  border-color: transparent var(--clr-tooltip-default) transparent transparent !important;
  top: 35% !important;
  left: -0.3125rem !important;
}
.aiq-grid-listing .roundpanel.grid_container tr td.cell_disabled_actions.cell_disabled_actions.cell_disabled_actions.cell_disabled_actions.cell_disabled_actions .disabled_actions_button:hover {
  background-color: var(--clr-buttons-primary-disabled) !important;
}
.aiq-grid-listing .roundpanel.grid_container tr.filters td select.filter {
  background-color: #f9f9fa !important;
  border: 1px solid #c0bec2 !important;
  border-radius: 0.25rem;
  padding: 0 0 0 0.5rem !important;
}
.aiq-grid-listing .roundpanel.grid_container tr.filters td.icon {
  position: relative;
}
.aiq-grid-listing .roundpanel.grid_container tr.filters td.icon:after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 7px;
  right: 12px;
  background-repeat: no-repeat;
}
.aiq-grid-listing .roundpanel.grid_container tr.filters td.icon-calendar:after {
  background-image: url("../assets/icons/icon-calendar.svg");
}
.aiq-grid-listing .roundpanel.grid_container tr.headers th a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent !important;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-00::before {
  content: "\e467";
}

.fa-360-degrees::before {
  content: "\e2dc";
}

.fa-a::before {
  content: "A";
}

.fa-abacus::before {
  content: "\f640";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-acorn::before {
  content: "\f6ae";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-air-conditioner::before {
  content: "\f8f4";
}

.fa-airplay::before {
  content: "\e089";
}

.fa-alarm-clock::before {
  content: "\f34e";
}

.fa-alarm-exclamation::before {
  content: "\f843";
}

.fa-alarm-plus::before {
  content: "\f844";
}

.fa-alarm-snooze::before {
  content: "\f845";
}

.fa-album::before {
  content: "\f89f";
}

.fa-album-circle-plus::before {
  content: "\e48c";
}

.fa-album-circle-user::before {
  content: "\e48d";
}

.fa-album-collection::before {
  content: "\f8a0";
}

.fa-album-collection-circle-plus::before {
  content: "\e48e";
}

.fa-album-collection-circle-user::before {
  content: "\e48f";
}

.fa-alicorn::before {
  content: "\f6b0";
}

.fa-alien::before {
  content: "\f8f5";
}

.fa-alien-8bit::before {
  content: "\f8f6";
}

.fa-alien-monster::before {
  content: "\f8f6";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-align-slash::before {
  content: "\f846";
}

.fa-alt::before {
  content: "\e08a";
}

.fa-amp-guitar::before {
  content: "\f8a1";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-angel::before {
  content: "\f779";
}

.fa-angle::before {
  content: "\e08c";
}

.fa-angle-90::before {
  content: "\e08d";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-apartment::before {
  content: "\e468";
}

.fa-aperture::before {
  content: "\e2df";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-apple-core::before {
  content: "\e08f";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-archway::before {
  content: "\f557";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-arrow-down-arrow-up::before {
  content: "\f883";
}

.fa-sort-alt::before {
  content: "\f883";
}

.fa-arrow-down-big-small::before {
  content: "\f88c";
}

.fa-sort-size-down::before {
  content: "\f88c";
}

.fa-arrow-down-from-dotted-line::before {
  content: "\e090";
}

.fa-arrow-down-from-line::before {
  content: "\f345";
}

.fa-arrow-from-top::before {
  content: "\f345";
}

.fa-arrow-down-left::before {
  content: "\e091";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "\e092";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-arrow-down-right::before {
  content: "\e093";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-arrow-down-small-big::before {
  content: "\f88d";
}

.fa-sort-size-down-alt::before {
  content: "\f88d";
}

.fa-arrow-down-square-triangle::before {
  content: "\f889";
}

.fa-sort-shapes-down-alt::before {
  content: "\f889";
}

.fa-arrow-down-to-arc::before {
  content: "\e4ae";
}

.fa-arrow-down-to-bracket::before {
  content: "\e094";
}

.fa-arrow-down-to-dotted-line::before {
  content: "\e095";
}

.fa-arrow-down-to-line::before {
  content: "\f33d";
}

.fa-arrow-to-bottom::before {
  content: "\f33d";
}

.fa-arrow-down-to-square::before {
  content: "\e096";
}

.fa-arrow-down-triangle-square::before {
  content: "\f888";
}

.fa-sort-shapes-down::before {
  content: "\f888";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-left-from-line::before {
  content: "\f344";
}

.fa-arrow-from-right::before {
  content: "\f344";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-arrow-left-long-to-line::before {
  content: "\e3d4";
}

.fa-arrow-left-to-line::before {
  content: "\f33e";
}

.fa-arrow-to-left::before {
  content: "\f33e";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-arrow-right-from-arc::before {
  content: "\e4b1";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-arrow-right-from-line::before {
  content: "\f343";
}

.fa-arrow-from-left::before {
  content: "\f343";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-arrow-right-long-to-line::before {
  content: "\e3d5";
}

.fa-arrow-right-to-arc::before {
  content: "\e4b2";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-arrow-right-to-line::before {
  content: "\f340";
}

.fa-arrow-to-right::before {
  content: "\f340";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-arrow-turn-down-left::before {
  content: "\e2e1";
}

.fa-arrow-turn-down-right::before {
  content: "\e3d6";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-arrow-up-arrow-down::before {
  content: "\e099";
}

.fa-sort-up-down::before {
  content: "\e099";
}

.fa-arrow-up-big-small::before {
  content: "\f88e";
}

.fa-sort-size-up::before {
  content: "\f88e";
}

.fa-arrow-up-from-arc::before {
  content: "\e4b4";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-arrow-up-from-dotted-line::before {
  content: "\e09b";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-arrow-up-from-line::before {
  content: "\f342";
}

.fa-arrow-from-bottom::before {
  content: "\f342";
}

.fa-arrow-up-from-square::before {
  content: "\e09c";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-arrow-up-left::before {
  content: "\e09d";
}

.fa-arrow-up-left-from-circle::before {
  content: "\e09e";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-arrow-up-right::before {
  content: "\e09f";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "\e0a0";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-arrow-up-small-big::before {
  content: "\f88f";
}

.fa-sort-size-up-alt::before {
  content: "\f88f";
}

.fa-arrow-up-square-triangle::before {
  content: "\f88b";
}

.fa-sort-shapes-up-alt::before {
  content: "\f88b";
}

.fa-arrow-up-to-dotted-line::before {
  content: "\e0a1";
}

.fa-arrow-up-to-line::before {
  content: "\f341";
}

.fa-arrow-to-top::before {
  content: "\f341";
}

.fa-arrow-up-triangle-square::before {
  content: "\f88a";
}

.fa-sort-shapes-up::before {
  content: "\f88a";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-arrows-cross::before {
  content: "\e0a2";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-arrows-from-dotted-line::before {
  content: "\e0a3";
}

.fa-arrows-from-line::before {
  content: "\e0a4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-arrows-maximize::before {
  content: "\f31d";
}

.fa-expand-arrows::before {
  content: "\f31d";
}

.fa-arrows-minimize::before {
  content: "\e0a5";
}

.fa-compress-arrows::before {
  content: "\e0a5";
}

.fa-arrows-repeat::before {
  content: "\f364";
}

.fa-repeat-alt::before {
  content: "\f364";
}

.fa-arrows-repeat-1::before {
  content: "\f366";
}

.fa-repeat-1-alt::before {
  content: "\f366";
}

.fa-arrows-retweet::before {
  content: "\f361";
}

.fa-retweet-alt::before {
  content: "\f361";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-arrows-to-dotted-line::before {
  content: "\e0a6";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-arrows-to-line::before {
  content: "\e0a7";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-at::before {
  content: "\@";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-atom-simple::before {
  content: "\f5d3";
}

.fa-atom-alt::before {
  content: "\f5d3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-audio-description-slash::before {
  content: "\e0a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-avocado::before {
  content: "\e0aa";
}

.fa-award::before {
  content: "\f559";
}

.fa-award-simple::before {
  content: "\e0ab";
}

.fa-axe::before {
  content: "\f6b2";
}

.fa-axe-battle::before {
  content: "\f6b3";
}

.fa-b::before {
  content: "B";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-backpack::before {
  content: "\f5d4";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-badge::before {
  content: "\f335";
}

.fa-badge-check::before {
  content: "\f336";
}

.fa-badge-dollar::before {
  content: "\f645";
}

.fa-badge-percent::before {
  content: "\f646";
}

.fa-badge-sheriff::before {
  content: "\f8a2";
}

.fa-badger-honey::before {
  content: "\f6b4";
}

.fa-badminton::before {
  content: "\e33a";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-bagel::before {
  content: "\e3d7";
}

.fa-bags-shopping::before {
  content: "\f847";
}

.fa-baguette::before {
  content: "\e3d8";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-ball-pile::before {
  content: "\f77e";
}

.fa-balloon::before {
  content: "\e2e3";
}

.fa-balloons::before {
  content: "\e2e4";
}

.fa-ballot::before {
  content: "\f732";
}

.fa-ballot-check::before {
  content: "\f733";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-ban-bug::before {
  content: "\f7f9";
}

.fa-debug::before {
  content: "\f7f9";
}

.fa-ban-parking::before {
  content: "\f616";
}

.fa-parking-circle-slash::before {
  content: "\f616";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-banana::before {
  content: "\e2e5";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-banjo::before {
  content: "\f8a3";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-barcode-read::before {
  content: "\f464";
}

.fa-barcode-scan::before {
  content: "\f465";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-bars-filter::before {
  content: "\e0ad";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-bars-sort::before {
  content: "\e0ae";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-basket-shopping-simple::before {
  content: "\e0af";
}

.fa-shopping-basket-alt::before {
  content: "\e0af";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-basketball-hoop::before {
  content: "\f435";
}

.fa-bat::before {
  content: "\f6b5";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-battery-bolt::before {
  content: "\f376";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-battery-exclamation::before {
  content: "\e0b0";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-battery-low::before {
  content: "\e0b1";
}

.fa-battery-1::before {
  content: "\e0b1";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-battery-slash::before {
  content: "\f377";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-bed::before {
  content: "\f236";
}

.fa-bed-bunk::before {
  content: "\f8f8";
}

.fa-bed-empty::before {
  content: "\f8f9";
}

.fa-bed-front::before {
  content: "\f8f7";
}

.fa-bed-alt::before {
  content: "\f8f7";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-bee::before {
  content: "\e0b2";
}

.fa-beer-mug::before {
  content: "\e0b3";
}

.fa-beer-foam::before {
  content: "\e0b3";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-bell-exclamation::before {
  content: "\f848";
}

.fa-bell-on::before {
  content: "\f8fa";
}

.fa-bell-plus::before {
  content: "\f849";
}

.fa-bell-school::before {
  content: "\f5d5";
}

.fa-bell-school-slash::before {
  content: "\f5d6";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-bells::before {
  content: "\f77f";
}

.fa-bench-tree::before {
  content: "\e2e7";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-binary::before {
  content: "\e33b";
}

.fa-binary-circle-check::before {
  content: "\e33c";
}

.fa-binary-lock::before {
  content: "\e33d";
}

.fa-binary-slash::before {
  content: "\e33e";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-bird::before {
  content: "\e469";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-blanket::before {
  content: "\f498";
}

.fa-blanket-fire::before {
  content: "\e3da";
}

.fa-blender::before {
  content: "\f517";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-blinds::before {
  content: "\f8fb";
}

.fa-blinds-open::before {
  content: "\f8fc";
}

.fa-blinds-raised::before {
  content: "\f8fd";
}

.fa-block::before {
  content: "\e46a";
}

.fa-block-brick::before {
  content: "\e3db";
}

.fa-wall-brick::before {
  content: "\e3db";
}

.fa-block-brick-fire::before {
  content: "\e3dc";
}

.fa-firewall::before {
  content: "\e3dc";
}

.fa-block-question::before {
  content: "\e3dd";
}

.fa-block-quote::before {
  content: "\e0b5";
}

.fa-blog::before {
  content: "\f781";
}

.fa-blueberries::before {
  content: "\e2e8";
}

.fa-bold::before {
  content: "\f032";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-bolt-auto::before {
  content: "\e0b6";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-bolt-slash::before {
  content: "\e0b8";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-bone-break::before {
  content: "\f5d8";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-book::before {
  content: "\f02d";
}

.fa-book-arrow-right::before {
  content: "\e0b9";
}

.fa-book-arrow-up::before {
  content: "\e0ba";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-book-blank::before {
  content: "\f5d9";
}

.fa-book-alt::before {
  content: "\f5d9";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-book-circle-arrow-right::before {
  content: "\e0bc";
}

.fa-book-circle-arrow-up::before {
  content: "\e0bd";
}

.fa-book-copy::before {
  content: "\e0be";
}

.fa-book-font::before {
  content: "\e0bf";
}

.fa-book-heart::before {
  content: "\f499";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-open-cover::before {
  content: "\e0c0";
}

.fa-book-open-alt::before {
  content: "\e0c0";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-book-section::before {
  content: "\e0c1";
}

.fa-book-law::before {
  content: "\e0c1";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-book-sparkles::before {
  content: "\f6b8";
}

.fa-book-spells::before {
  content: "\f6b8";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-book-user::before {
  content: "\f7e7";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-bookmark-slash::before {
  content: "\e0c2";
}

.fa-books::before {
  content: "\f5db";
}

.fa-books-medical::before {
  content: "\f7e8";
}

.fa-boombox::before {
  content: "\f8a5";
}

.fa-boot::before {
  content: "\f782";
}

.fa-boot-heeled::before {
  content: "\e33f";
}

.fa-booth-curtain::before {
  content: "\f734";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-border-bottom::before {
  content: "\f84d";
}

.fa-border-bottom-right::before {
  content: "\f854";
}

.fa-border-style-alt::before {
  content: "\f854";
}

.fa-border-center-h::before {
  content: "\f89c";
}

.fa-border-center-v::before {
  content: "\f89d";
}

.fa-border-inner::before {
  content: "\f84e";
}

.fa-border-left::before {
  content: "\f84f";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-border-outer::before {
  content: "\f851";
}

.fa-border-right::before {
  content: "\f852";
}

.fa-border-top::before {
  content: "\f855";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-bow-arrow::before {
  content: "\f6b9";
}

.fa-bowl-chopsticks::before {
  content: "\e2e9";
}

.fa-bowl-chopsticks-noodles::before {
  content: "\e2ea";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-bowl-hot::before {
  content: "\f823";
}

.fa-soup::before {
  content: "\f823";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-bowl-scoop::before {
  content: "\e3de";
}

.fa-bowl-shaved-ice::before {
  content: "\e3de";
}

.fa-bowl-scoops::before {
  content: "\e3df";
}

.fa-bowl-soft-serve::before {
  content: "\e46b";
}

.fa-bowl-spoon::before {
  content: "\e3e0";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-bowling-ball-pin::before {
  content: "\e0c3";
}

.fa-bowling-pins::before {
  content: "\f437";
}

.fa-box::before {
  content: "\f466";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-box-ballot::before {
  content: "\f735";
}

.fa-box-check::before {
  content: "\f467";
}

.fa-box-circle-check::before {
  content: "\e0c4";
}

.fa-box-dollar::before {
  content: "\f4a0";
}

.fa-box-usd::before {
  content: "\f4a0";
}

.fa-box-heart::before {
  content: "\f49d";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-box-open-full::before {
  content: "\f49c";
}

.fa-box-full::before {
  content: "\f49c";
}

.fa-box-taped::before {
  content: "\f49a";
}

.fa-box-alt::before {
  content: "\f49a";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-boxing-glove::before {
  content: "\f438";
}

.fa-glove-boxing::before {
  content: "\f438";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-brackets-curly::before {
  content: "\f7ea";
}

.fa-brackets-round::before {
  content: "\e0c5";
}

.fa-parentheses::before {
  content: "\e0c5";
}

.fa-brackets-square::before {
  content: "\f7e9";
}

.fa-brackets::before {
  content: "\f7e9";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-brain-arrow-curved-right::before {
  content: "\f677";
}

.fa-mind-share::before {
  content: "\f677";
}

.fa-brain-circuit::before {
  content: "\e0c6";
}

.fa-brake-warning::before {
  content: "\e0c7";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-bread-loaf::before {
  content: "\f7eb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-bread-slice-butter::before {
  content: "\e3e1";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-bridge-suspension::before {
  content: "\e4cd";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-briefcase-arrow-right::before {
  content: "\e2f2";
}

.fa-briefcase-blank::before {
  content: "\e0c8";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-brightness::before {
  content: "\e0c9";
}

.fa-brightness-low::before {
  content: "\e0ca";
}

.fa-bring-forward::before {
  content: "\f856";
}

.fa-bring-front::before {
  content: "\f857";
}

.fa-broccoli::before {
  content: "\e3e2";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-browser::before {
  content: "\f37e";
}

.fa-browsers::before {
  content: "\e0cb";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-bug::before {
  content: "\f188";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-buildings::before {
  content: "\e0cc";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bullseye-arrow::before {
  content: "\f648";
}

.fa-bullseye-pointer::before {
  content: "\f649";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-burger-cheese::before {
  content: "\f7f1";
}

.fa-cheeseburger::before {
  content: "\f7f1";
}

.fa-burger-fries::before {
  content: "\e0cd";
}

.fa-burger-glass::before {
  content: "\e0ce";
}

.fa-burger-lettuce::before {
  content: "\e3e3";
}

.fa-burger-soda::before {
  content: "\f858";
}

.fa-burrito::before {
  content: "\f7ed";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-bus::before {
  content: "\f207";
}

.fa-bus-school::before {
  content: "\f5dd";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-butter::before {
  content: "\e3e4";
}

.fa-c::before {
  content: "C";
}

.fa-cabin::before {
  content: "\e46d";
}

.fa-cabinet-filing::before {
  content: "\f64b";
}

.fa-cable-car::before {
  content: "\e0cf";
}

.fa-cactus::before {
  content: "\f8a7";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-cake-slice::before {
  content: "\e3e5";
}

.fa-shortcake::before {
  content: "\e3e5";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-calculator-simple::before {
  content: "\f64c";
}

.fa-calculator-alt::before {
  content: "\f64c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-calendar-arrow-down::before {
  content: "\e0d0";
}

.fa-calendar-download::before {
  content: "\e0d0";
}

.fa-calendar-arrow-up::before {
  content: "\e0d1";
}

.fa-calendar-upload::before {
  content: "\e0d1";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-calendar-circle-exclamation::before {
  content: "\e46e";
}

.fa-calendar-circle-minus::before {
  content: "\e46f";
}

.fa-calendar-circle-plus::before {
  content: "\e470";
}

.fa-calendar-circle-user::before {
  content: "\e471";
}

.fa-calendar-clock::before {
  content: "\e0d2";
}

.fa-calendar-time::before {
  content: "\e0d2";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-calendar-exclamation::before {
  content: "\f334";
}

.fa-calendar-heart::before {
  content: "\e0d3";
}

.fa-calendar-image::before {
  content: "\e0d4";
}

.fa-calendar-lines::before {
  content: "\e0d5";
}

.fa-calendar-note::before {
  content: "\e0d5";
}

.fa-calendar-lines-pen::before {
  content: "\e472";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-calendar-pen::before {
  content: "\f333";
}

.fa-calendar-edit::before {
  content: "\f333";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-calendar-range::before {
  content: "\e0d6";
}

.fa-calendar-star::before {
  content: "\f736";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-calendars::before {
  content: "\e0d7";
}

.fa-camcorder::before {
  content: "\f8a8";
}

.fa-video-handheld::before {
  content: "\f8a8";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-camera-cctv::before {
  content: "\f8ac";
}

.fa-cctv::before {
  content: "\f8ac";
}

.fa-camera-movie::before {
  content: "\f8a9";
}

.fa-camera-polaroid::before {
  content: "\f8aa";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-camera-security::before {
  content: "\f8fe";
}

.fa-camera-home::before {
  content: "\f8fe";
}

.fa-camera-slash::before {
  content: "\e0d9";
}

.fa-camera-viewfinder::before {
  content: "\e0da";
}

.fa-screenshot::before {
  content: "\e0da";
}

.fa-camera-web::before {
  content: "\f832";
}

.fa-webcam::before {
  content: "\f832";
}

.fa-camera-web-slash::before {
  content: "\f833";
}

.fa-webcam-slash::before {
  content: "\f833";
}

.fa-campfire::before {
  content: "\f6ba";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-can-food::before {
  content: "\e3e6";
}

.fa-candle-holder::before {
  content: "\f6bc";
}

.fa-candy::before {
  content: "\e3e7";
}

.fa-candy-bar::before {
  content: "\e3e8";
}

.fa-chocolate-bar::before {
  content: "\e3e8";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-candy-corn::before {
  content: "\f6bd";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-car-bolt::before {
  content: "\e341";
}

.fa-car-building::before {
  content: "\f859";
}

.fa-car-bump::before {
  content: "\f5e0";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-car-bus::before {
  content: "\f85a";
}

.fa-car-circle-bolt::before {
  content: "\e342";
}

.fa-car-garage::before {
  content: "\f5e2";
}

.fa-car-mirrors::before {
  content: "\e343";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-car-side-bolt::before {
  content: "\e344";
}

.fa-car-tilt::before {
  content: "\f5e5";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-car-wash::before {
  content: "\f5e6";
}

.fa-car-wrench::before {
  content: "\f5e3";
}

.fa-car-mechanic::before {
  content: "\f5e3";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-caravan-simple::before {
  content: "\e000";
}

.fa-caravan-alt::before {
  content: "\e000";
}

.fa-card-club::before {
  content: "\e3e9";
}

.fa-card-diamond::before {
  content: "\e3ea";
}

.fa-card-heart::before {
  content: "\e3eb";
}

.fa-card-spade::before {
  content: "\e3ec";
}

.fa-cards::before {
  content: "\e3ed";
}

.fa-cards-blank::before {
  content: "\e4df";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-cars::before {
  content: "\f85b";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-cart-arrow-up::before {
  content: "\e3ee";
}

.fa-cart-circle-arrow-down::before {
  content: "\e3ef";
}

.fa-cart-circle-arrow-up::before {
  content: "\e3f0";
}

.fa-cart-circle-check::before {
  content: "\e3f1";
}

.fa-cart-circle-exclamation::before {
  content: "\e3f2";
}

.fa-cart-circle-plus::before {
  content: "\e3f3";
}

.fa-cart-circle-xmark::before {
  content: "\e3f4";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-cart-flatbed-boxes::before {
  content: "\f475";
}

.fa-dolly-flatbed-alt::before {
  content: "\f475";
}

.fa-cart-flatbed-empty::before {
  content: "\f476";
}

.fa-dolly-flatbed-empty::before {
  content: "\f476";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-cart-minus::before {
  content: "\e0db";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-cart-shopping-fast::before {
  content: "\e0dc";
}

.fa-cart-xmark::before {
  content: "\e0dd";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-cassette-betamax::before {
  content: "\f8a4";
}

.fa-betamax::before {
  content: "\f8a4";
}

.fa-cassette-tape::before {
  content: "\f8ab";
}

.fa-cassette-vhs::before {
  content: "\f8ec";
}

.fa-vhs::before {
  content: "\f8ec";
}

.fa-castle::before {
  content: "\e0de";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-cat-space::before {
  content: "\e001";
}

.fa-cauldron::before {
  content: "\f6bf";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-chair-office::before {
  content: "\f6c1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-champagne-glass::before {
  content: "\f79e";
}

.fa-glass-champagne::before {
  content: "\f79e";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-chart-bullet::before {
  content: "\e0e1";
}

.fa-chart-candlestick::before {
  content: "\e0e2";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-chart-line-down::before {
  content: "\f64d";
}

.fa-chart-line-up::before {
  content: "\e0e5";
}

.fa-chart-mixed::before {
  content: "\f643";
}

.fa-analytics::before {
  content: "\f643";
}

.fa-chart-network::before {
  content: "\f78a";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-chart-pie-simple::before {
  content: "\f64e";
}

.fa-chart-pie-alt::before {
  content: "\f64e";
}

.fa-chart-pyramid::before {
  content: "\e0e6";
}

.fa-chart-radar::before {
  content: "\e0e7";
}

.fa-chart-scatter::before {
  content: "\f7ee";
}

.fa-chart-scatter-3d::before {
  content: "\e0e8";
}

.fa-chart-scatter-bubble::before {
  content: "\e0e9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-chart-simple-horizontal::before {
  content: "\e474";
}

.fa-chart-tree-map::before {
  content: "\e0ea";
}

.fa-chart-user::before {
  content: "\f6a3";
}

.fa-user-chart::before {
  content: "\f6a3";
}

.fa-chart-waterfall::before {
  content: "\e0eb";
}

.fa-check::before {
  content: "\f00c";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-cheese-swiss::before {
  content: "\f7f0";
}

.fa-cherries::before {
  content: "\e0ec";
}

.fa-chess::before {
  content: "\f439";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-chess-bishop-piece::before {
  content: "\f43b";
}

.fa-chess-bishop-alt::before {
  content: "\f43b";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-chess-clock::before {
  content: "\f43d";
}

.fa-chess-clock-flip::before {
  content: "\f43e";
}

.fa-chess-clock-alt::before {
  content: "\f43e";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-chess-king-piece::before {
  content: "\f440";
}

.fa-chess-king-alt::before {
  content: "\f440";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-chess-knight-piece::before {
  content: "\f442";
}

.fa-chess-knight-alt::before {
  content: "\f442";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-chess-pawn-piece::before {
  content: "\f444";
}

.fa-chess-pawn-alt::before {
  content: "\f444";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-chess-queen-piece::before {
  content: "\f446";
}

.fa-chess-queen-alt::before {
  content: "\f446";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-chess-rook-piece::before {
  content: "\f448";
}

.fa-chess-rook-alt::before {
  content: "\f448";
}

.fa-chestnut::before {
  content: "\e3f6";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-chevrons-down::before {
  content: "\f322";
}

.fa-chevron-double-down::before {
  content: "\f322";
}

.fa-chevrons-left::before {
  content: "\f323";
}

.fa-chevron-double-left::before {
  content: "\f323";
}

.fa-chevrons-right::before {
  content: "\f324";
}

.fa-chevron-double-right::before {
  content: "\f324";
}

.fa-chevrons-up::before {
  content: "\f325";
}

.fa-chevron-double-up::before {
  content: "\f325";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chimney::before {
  content: "\f78b";
}

.fa-chopsticks::before {
  content: "\e3f7";
}

.fa-church::before {
  content: "\f51d";
}

.fa-circle::before {
  content: "\f111";
}

.fa-circle-0::before {
  content: "\e0ed";
}

.fa-circle-1::before {
  content: "\e0ee";
}

.fa-circle-2::before {
  content: "\e0ef";
}

.fa-circle-3::before {
  content: "\e0f0";
}

.fa-circle-4::before {
  content: "\e0f1";
}

.fa-circle-5::before {
  content: "\e0f2";
}

.fa-circle-6::before {
  content: "\e0f3";
}

.fa-circle-7::before {
  content: "\e0f4";
}

.fa-circle-8::before {
  content: "\e0f5";
}

.fa-circle-9::before {
  content: "\e0f6";
}

.fa-circle-a::before {
  content: "\e0f7";
}

.fa-circle-ampersand::before {
  content: "\e0f8";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-circle-arrow-down-left::before {
  content: "\e0f9";
}

.fa-circle-arrow-down-right::before {
  content: "\e0fa";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-circle-arrow-up-left::before {
  content: "\e0fb";
}

.fa-circle-arrow-up-right::before {
  content: "\e0fc";
}

.fa-circle-b::before {
  content: "\e0fd";
}

.fa-circle-bolt::before {
  content: "\e0fe";
}

.fa-circle-book-open::before {
  content: "\e0ff";
}

.fa-book-circle::before {
  content: "\e0ff";
}

.fa-circle-bookmark::before {
  content: "\e100";
}

.fa-bookmark-circle::before {
  content: "\e100";
}

.fa-circle-c::before {
  content: "\e101";
}

.fa-circle-calendar::before {
  content: "\e102";
}

.fa-calendar-circle::before {
  content: "\e102";
}

.fa-circle-camera::before {
  content: "\e103";
}

.fa-camera-circle::before {
  content: "\e103";
}

.fa-circle-caret-down::before {
  content: "\f32d";
}

.fa-caret-circle-down::before {
  content: "\f32d";
}

.fa-circle-caret-left::before {
  content: "\f32e";
}

.fa-caret-circle-left::before {
  content: "\f32e";
}

.fa-circle-caret-right::before {
  content: "\f330";
}

.fa-caret-circle-right::before {
  content: "\f330";
}

.fa-circle-caret-up::before {
  content: "\f331";
}

.fa-caret-circle-up::before {
  content: "\f331";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-circle-d::before {
  content: "\e104";
}

.fa-circle-dashed::before {
  content: "\e105";
}

.fa-circle-divide::before {
  content: "\e106";
}

.fa-circle-dollar::before {
  content: "\f2e8";
}

.fa-dollar-circle::before {
  content: "\f2e8";
}

.fa-usd-circle::before {
  content: "\f2e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-circle-down-left::before {
  content: "\e107";
}

.fa-circle-down-right::before {
  content: "\e108";
}

.fa-circle-e::before {
  content: "\e109";
}

.fa-circle-ellipsis::before {
  content: "\e10a";
}

.fa-circle-ellipsis-vertical::before {
  content: "\e10b";
}

.fa-circle-envelope::before {
  content: "\e10c";
}

.fa-envelope-circle::before {
  content: "\e10c";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-circle-exclamation-check::before {
  content: "\e10d";
}

.fa-circle-f::before {
  content: "\e10e";
}

.fa-circle-g::before {
  content: "\e10f";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-circle-half::before {
  content: "\e110";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-circle-heart::before {
  content: "\f4c7";
}

.fa-heart-circle::before {
  content: "\f4c7";
}

.fa-circle-i::before {
  content: "\e111";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-circle-j::before {
  content: "\e112";
}

.fa-circle-k::before {
  content: "\e113";
}

.fa-circle-l::before {
  content: "\e114";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-circle-location-arrow::before {
  content: "\f602";
}

.fa-location-circle::before {
  content: "\f602";
}

.fa-circle-m::before {
  content: "\e115";
}

.fa-circle-microphone::before {
  content: "\e116";
}

.fa-microphone-circle::before {
  content: "\e116";
}

.fa-circle-microphone-lines::before {
  content: "\e117";
}

.fa-microphone-circle-alt::before {
  content: "\e117";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-circle-n::before {
  content: "\e118";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-circle-o::before {
  content: "\e119";
}

.fa-circle-p::before {
  content: "\e11a";
}

.fa-circle-parking::before {
  content: "\f615";
}

.fa-parking-circle::before {
  content: "\f615";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-circle-phone::before {
  content: "\e11b";
}

.fa-phone-circle::before {
  content: "\e11b";
}

.fa-circle-phone-flip::before {
  content: "\e11c";
}

.fa-phone-circle-alt::before {
  content: "\e11c";
}

.fa-circle-phone-hangup::before {
  content: "\e11d";
}

.fa-phone-circle-down::before {
  content: "\e11d";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-circle-q::before {
  content: "\e11e";
}

.fa-circle-quarter::before {
  content: "\e11f";
}

.fa-circle-quarters::before {
  content: "\e3f8";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-circle-r::before {
  content: "\e120";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-circle-s::before {
  content: "\e121";
}

.fa-circle-small::before {
  content: "\e122";
}

.fa-circle-sort::before {
  content: "\e030";
}

.fa-sort-circle::before {
  content: "\e030";
}

.fa-circle-sort-down::before {
  content: "\e031";
}

.fa-sort-circle-down::before {
  content: "\e031";
}

.fa-circle-sort-up::before {
  content: "\e032";
}

.fa-sort-circle-up::before {
  content: "\e032";
}

.fa-circle-star::before {
  content: "\e123";
}

.fa-star-circle::before {
  content: "\e123";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-circle-t::before {
  content: "\e124";
}

.fa-circle-three-quarters::before {
  content: "\e125";
}

.fa-circle-trash::before {
  content: "\e126";
}

.fa-trash-circle::before {
  content: "\e126";
}

.fa-circle-u::before {
  content: "\e127";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-circle-up-left::before {
  content: "\e128";
}

.fa-circle-up-right::before {
  content: "\e129";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-circle-v::before {
  content: "\e12a";
}

.fa-circle-video::before {
  content: "\e12b";
}

.fa-video-circle::before {
  content: "\e12b";
}

.fa-circle-w::before {
  content: "\e12c";
}

.fa-circle-waveform-lines::before {
  content: "\e12d";
}

.fa-waveform-circle::before {
  content: "\e12d";
}

.fa-circle-x::before {
  content: "\e12e";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-circle-y::before {
  content: "\e12f";
}

.fa-circle-z::before {
  content: "\e130";
}

.fa-citrus::before {
  content: "\e2f4";
}

.fa-citrus-slice::before {
  content: "\e2f5";
}

.fa-city::before {
  content: "\f64f";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-clapperboard-play::before {
  content: "\e132";
}

.fa-clarinet::before {
  content: "\f8ad";
}

.fa-claw-marks::before {
  content: "\f6c2";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-clipboard-list-check::before {
  content: "\f737";
}

.fa-clipboard-medical::before {
  content: "\e133";
}

.fa-clipboard-prescription::before {
  content: "\f5e8";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-clock-desk::before {
  content: "\e134";
}

.fa-clock-eight::before {
  content: "\e345";
}

.fa-clock-eight-thirty::before {
  content: "\e346";
}

.fa-clock-eleven::before {
  content: "\e347";
}

.fa-clock-eleven-thirty::before {
  content: "\e348";
}

.fa-clock-five::before {
  content: "\e349";
}

.fa-clock-five-thirty::before {
  content: "\e34a";
}

.fa-clock-four-thirty::before {
  content: "\e34b";
}

.fa-clock-nine::before {
  content: "\e34c";
}

.fa-clock-nine-thirty::before {
  content: "\e34d";
}

.fa-clock-one::before {
  content: "\e34e";
}

.fa-clock-one-thirty::before {
  content: "\e34f";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-clock-seven::before {
  content: "\e350";
}

.fa-clock-seven-thirty::before {
  content: "\e351";
}

.fa-clock-six::before {
  content: "\e352";
}

.fa-clock-six-thirty::before {
  content: "\e353";
}

.fa-clock-ten::before {
  content: "\e354";
}

.fa-clock-ten-thirty::before {
  content: "\e355";
}

.fa-clock-three::before {
  content: "\e356";
}

.fa-clock-three-thirty::before {
  content: "\e357";
}

.fa-clock-twelve::before {
  content: "\e358";
}

.fa-clock-twelve-thirty::before {
  content: "\e359";
}

.fa-clock-two::before {
  content: "\e35a";
}

.fa-clock-two-thirty::before {
  content: "\e35b";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-closed-captioning-slash::before {
  content: "\e135";
}

.fa-clothes-hanger::before {
  content: "\e136";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-cloud-bolt-moon::before {
  content: "\f76d";
}

.fa-thunderstorm-moon::before {
  content: "\f76d";
}

.fa-cloud-bolt-sun::before {
  content: "\f76e";
}

.fa-thunderstorm-sun::before {
  content: "\f76e";
}

.fa-cloud-check::before {
  content: "\e35c";
}

.fa-cloud-drizzle::before {
  content: "\f738";
}

.fa-cloud-exclamation::before {
  content: "\e491";
}

.fa-cloud-fog::before {
  content: "\f74e";
}

.fa-fog::before {
  content: "\f74e";
}

.fa-cloud-hail::before {
  content: "\f739";
}

.fa-cloud-hail-mixed::before {
  content: "\f73a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-cloud-minus::before {
  content: "\e35d";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-cloud-music::before {
  content: "\f8ae";
}

.fa-cloud-plus::before {
  content: "\e35e";
}

.fa-cloud-question::before {
  content: "\e492";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-cloud-rainbow::before {
  content: "\f73e";
}

.fa-cloud-showers::before {
  content: "\f73f";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-cloud-slash::before {
  content: "\e137";
}

.fa-cloud-sleet::before {
  content: "\f741";
}

.fa-cloud-snow::before {
  content: "\f742";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-cloud-word::before {
  content: "\e138";
}

.fa-cloud-xmark::before {
  content: "\e35f";
}

.fa-clouds::before {
  content: "\f744";
}

.fa-clouds-moon::before {
  content: "\f745";
}

.fa-clouds-sun::before {
  content: "\f746";
}

.fa-clover::before {
  content: "\e139";
}

.fa-club::before {
  content: "\f327";
}

.fa-coconut::before {
  content: "\e2f6";
}

.fa-code::before {
  content: "\f121";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-code-pull-request-closed::before {
  content: "\e3f9";
}

.fa-code-pull-request-draft::before {
  content: "\e3fa";
}

.fa-code-simple::before {
  content: "\e13d";
}

.fa-coffee-bean::before {
  content: "\e13e";
}

.fa-coffee-beans::before {
  content: "\e13f";
}

.fa-coffee-pot::before {
  content: "\e002";
}

.fa-coffin::before {
  content: "\f6c6";
}

.fa-coffin-cross::before {
  content: "\e051";
}

.fa-coin::before {
  content: "\f85c";
}

.fa-coin-blank::before {
  content: "\e3fb";
}

.fa-coin-front::before {
  content: "\e3fc";
}

.fa-coin-vertical::before {
  content: "\e3fd";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-colon::before {
  content: "\:";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-columns-3::before {
  content: "\e361";
}

.fa-comet::before {
  content: "\e003";
}

.fa-comma::before {
  content: "\,";
}

.fa-command::before {
  content: "\e142";
}

.fa-comment::before {
  content: "\f075";
}

.fa-comment-arrow-down::before {
  content: "\e143";
}

.fa-comment-arrow-up::before {
  content: "\e144";
}

.fa-comment-arrow-up-right::before {
  content: "\e145";
}

.fa-comment-captions::before {
  content: "\e146";
}

.fa-comment-check::before {
  content: "\f4ac";
}

.fa-comment-code::before {
  content: "\e147";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-comment-exclamation::before {
  content: "\f4af";
}

.fa-comment-image::before {
  content: "\e148";
}

.fa-comment-lines::before {
  content: "\f4b0";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-comment-middle::before {
  content: "\e149";
}

.fa-comment-middle-top::before {
  content: "\e14a";
}

.fa-comment-minus::before {
  content: "\f4b1";
}

.fa-comment-music::before {
  content: "\f8b0";
}

.fa-comment-pen::before {
  content: "\f4ae";
}

.fa-comment-edit::before {
  content: "\f4ae";
}

.fa-comment-plus::before {
  content: "\f4b2";
}

.fa-comment-question::before {
  content: "\e14b";
}

.fa-comment-quote::before {
  content: "\e14c";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-comment-smile::before {
  content: "\f4b4";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-comment-text::before {
  content: "\e14d";
}

.fa-comment-xmark::before {
  content: "\f4b5";
}

.fa-comment-times::before {
  content: "\f4b5";
}

.fa-comments::before {
  content: "\f086";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-comments-question::before {
  content: "\e14e";
}

.fa-comments-question-check::before {
  content: "\e14f";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-compass-slash::before {
  content: "\f5e9";
}

.fa-compress::before {
  content: "\f066";
}

.fa-compress-wide::before {
  content: "\f326";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-computer-classic::before {
  content: "\f8b1";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-computer-mouse-scrollwheel::before {
  content: "\f8cd";
}

.fa-mouse-alt::before {
  content: "\f8cd";
}

.fa-computer-speaker::before {
  content: "\f8b2";
}

.fa-container-storage::before {
  content: "\f4b7";
}

.fa-conveyor-belt::before {
  content: "\f46e";
}

.fa-conveyor-belt-boxes::before {
  content: "\f46f";
}

.fa-conveyor-belt-alt::before {
  content: "\f46f";
}

.fa-conveyor-belt-empty::before {
  content: "\e150";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-corn::before {
  content: "\f6c7";
}

.fa-corner::before {
  content: "\e3fe";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-cowbell::before {
  content: "\f8b3";
}

.fa-cowbell-circle-plus::before {
  content: "\f8b4";
}

.fa-cowbell-more::before {
  content: "\f8b4";
}

.fa-crab::before {
  content: "\e3ff";
}

.fa-crate-apple::before {
  content: "\f6b1";
}

.fa-apple-crate::before {
  content: "\f6b1";
}

.fa-crate-empty::before {
  content: "\e151";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-credit-card-blank::before {
  content: "\f389";
}

.fa-credit-card-front::before {
  content: "\f38a";
}

.fa-cricket-bat-ball::before {
  content: "\f449";
}

.fa-cricket::before {
  content: "\f449";
}

.fa-croissant::before {
  content: "\f7f6";
}

.fa-crop::before {
  content: "\f125";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-cross::before {
  content: "\f654";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-crow::before {
  content: "\f520";
}

.fa-crown::before {
  content: "\f521";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-crutches::before {
  content: "\f7f8";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-crystal-ball::before {
  content: "\e362";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-cucumber::before {
  content: "\e401";
}

.fa-cup-straw::before {
  content: "\e363";
}

.fa-cup-straw-swoosh::before {
  content: "\e364";
}

.fa-cup-togo::before {
  content: "\f6c5";
}

.fa-coffee-togo::before {
  content: "\f6c5";
}

.fa-cupcake::before {
  content: "\e402";
}

.fa-curling-stone::before {
  content: "\f44a";
}

.fa-curling::before {
  content: "\f44a";
}

.fa-custard::before {
  content: "\e403";
}

.fa-d::before {
  content: "D";
}

.fa-dagger::before {
  content: "\f6cb";
}

.fa-dash::before {
  content: "\e404";
}

.fa-minus-large::before {
  content: "\e404";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-deer::before {
  content: "\f78e";
}

.fa-deer-rudolph::before {
  content: "\f78f";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-delete-right::before {
  content: "\e154";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-desktop-arrow-down::before {
  content: "\e155";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-diagram-cells::before {
  content: "\e475";
}

.fa-diagram-lean-canvas::before {
  content: "\e156";
}

.fa-diagram-nested::before {
  content: "\e157";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-diagram-previous::before {
  content: "\e478";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-diagram-sankey::before {
  content: "\e158";
}

.fa-diagram-subtask::before {
  content: "\e479";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-diagram-venn::before {
  content: "\e15a";
}

.fa-dial::before {
  content: "\e15b";
}

.fa-dial-med-high::before {
  content: "\e15b";
}

.fa-dial-high::before {
  content: "\e15c";
}

.fa-dial-low::before {
  content: "\e15d";
}

.fa-dial-max::before {
  content: "\e15e";
}

.fa-dial-med::before {
  content: "\e15f";
}

.fa-dial-med-low::before {
  content: "\e160";
}

.fa-dial-min::before {
  content: "\e161";
}

.fa-dial-off::before {
  content: "\e162";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-diamond-exclamation::before {
  content: "\e405";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-dice::before {
  content: "\f522";
}

.fa-dice-d10::before {
  content: "\f6cd";
}

.fa-dice-d12::before {
  content: "\f6ce";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-dice-d4::before {
  content: "\f6d0";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-dice-d8::before {
  content: "\f6d2";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-diploma::before {
  content: "\f5ea";
}

.fa-scroll-ribbon::before {
  content: "\f5ea";
}

.fa-disc-drive::before {
  content: "\f8b5";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-display::before {
  content: "\e163";
}

.fa-display-arrow-down::before {
  content: "\e164";
}

.fa-display-code::before {
  content: "\e165";
}

.fa-desktop-code::before {
  content: "\e165";
}

.fa-display-medical::before {
  content: "\e166";
}

.fa-desktop-medical::before {
  content: "\e166";
}

.fa-display-slash::before {
  content: "\e2fa";
}

.fa-desktop-slash::before {
  content: "\e2fa";
}

.fa-distribute-spacing-horizontal::before {
  content: "\e365";
}

.fa-distribute-spacing-vertical::before {
  content: "\e366";
}

.fa-ditto::before {
  content: "\"";
}

.fa-divide::before {
  content: "\f529";
}

.fa-dna::before {
  content: "\f471";
}

.fa-do-not-enter::before {
  content: "\f5ec";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-dog-leashed::before {
  content: "\f6d4";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-dolly-empty::before {
  content: "\f473";
}

.fa-dolphin::before {
  content: "\e168";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-donut::before {
  content: "\e406";
}

.fa-doughnut::before {
  content: "\e406";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-down::before {
  content: "\f354";
}

.fa-arrow-alt-down::before {
  content: "\f354";
}

.fa-down-from-dotted-line::before {
  content: "\e407";
}

.fa-down-from-line::before {
  content: "\f349";
}

.fa-arrow-alt-from-top::before {
  content: "\f349";
}

.fa-down-left::before {
  content: "\e16a";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-down-right::before {
  content: "\e16b";
}

.fa-down-to-bracket::before {
  content: "\e4e7";
}

.fa-down-to-dotted-line::before {
  content: "\e408";
}

.fa-down-to-line::before {
  content: "\f34a";
}

.fa-arrow-alt-to-bottom::before {
  content: "\f34a";
}

.fa-download::before {
  content: "\f019";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-draw-circle::before {
  content: "\f5ed";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-draw-square::before {
  content: "\f5ef";
}

.fa-dreidel::before {
  content: "\f792";
}

.fa-drone::before {
  content: "\f85f";
}

.fa-drone-front::before {
  content: "\f860";
}

.fa-drone-alt::before {
  content: "\f860";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-droplet-degree::before {
  content: "\f748";
}

.fa-dewpoint::before {
  content: "\f748";
}

.fa-droplet-percent::before {
  content: "\f750";
}

.fa-humidity::before {
  content: "\f750";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-drum::before {
  content: "\f569";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-drumstick::before {
  content: "\f6d6";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-dryer::before {
  content: "\f861";
}

.fa-dryer-heat::before {
  content: "\f862";
}

.fa-dryer-alt::before {
  content: "\f862";
}

.fa-duck::before {
  content: "\f6d8";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-e::before {
  content: "E";
}

.fa-ear::before {
  content: "\f5f0";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-ear-muffs::before {
  content: "\f795";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-eclipse::before {
  content: "\f749";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-egg-fried::before {
  content: "\f7fc";
}

.fa-eggplant::before {
  content: "\e16c";
}

.fa-eject::before {
  content: "\f052";
}

.fa-elephant::before {
  content: "\f6da";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-ellipsis-stroke::before {
  content: "\f39b";
}

.fa-ellipsis-h-alt::before {
  content: "\f39b";
}

.fa-ellipsis-stroke-vertical::before {
  content: "\f39c";
}

.fa-ellipsis-v-alt::before {
  content: "\f39c";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-empty-set::before {
  content: "\f656";
}

.fa-engine::before {
  content: "\e16e";
}

.fa-engine-warning::before {
  content: "\f5f2";
}

.fa-engine-exclamation::before {
  content: "\f5f2";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-envelope-dot::before {
  content: "\e16f";
}

.fa-envelope-badge::before {
  content: "\e16f";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-envelope-open-dollar::before {
  content: "\f657";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-envelopes::before {
  content: "\e170";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-equals::before {
  content: "\=";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-escalator::before {
  content: "\e171";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-expand::before {
  content: "\f065";
}

.fa-expand-wide::before {
  content: "\f320";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-full::before {
  content: "\e172";
}

.fa-eye-dropper-half::before {
  content: "\e173";
}

.fa-eye-evil::before {
  content: "\f6db";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-eyes::before {
  content: "\e367";
}

.fa-f::before {
  content: "F";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-face-angry-horns::before {
  content: "\e368";
}

.fa-face-anguished::before {
  content: "\e369";
}

.fa-face-anxious-sweat::before {
  content: "\e36a";
}

.fa-face-astonished::before {
  content: "\e36b";
}

.fa-face-awesome::before {
  content: "\e409";
}

.fa-gave-dandy::before {
  content: "\e409";
}

.fa-face-beam-hand-over-mouth::before {
  content: "\e47c";
}

.fa-face-clouds::before {
  content: "\e47d";
}

.fa-face-confounded::before {
  content: "\e36c";
}

.fa-face-confused::before {
  content: "\e36d";
}

.fa-face-cowboy-hat::before {
  content: "\e36e";
}

.fa-face-diagonal-mouth::before {
  content: "\e47e";
}

.fa-face-disappointed::before {
  content: "\e36f";
}

.fa-face-disguise::before {
  content: "\e370";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-face-dotted::before {
  content: "\e47f";
}

.fa-face-downcast-sweat::before {
  content: "\e371";
}

.fa-face-drooling::before {
  content: "\e372";
}

.fa-face-exhaling::before {
  content: "\e480";
}

.fa-face-explode::before {
  content: "\e2fe";
}

.fa-exploding-head::before {
  content: "\e2fe";
}

.fa-face-expressionless::before {
  content: "\e373";
}

.fa-face-eyes-xmarks::before {
  content: "\e374";
}

.fa-face-fearful::before {
  content: "\e375";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-face-frown-slight::before {
  content: "\e376";
}

.fa-face-glasses::before {
  content: "\e377";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-face-hand-over-mouth::before {
  content: "\e378";
}

.fa-face-hand-peeking::before {
  content: "\e481";
}

.fa-face-hand-yawn::before {
  content: "\e379";
}

.fa-face-head-bandage::before {
  content: "\e37a";
}

.fa-face-holding-back-tears::before {
  content: "\e482";
}

.fa-face-hushed::before {
  content: "\e37b";
}

.fa-face-icicles::before {
  content: "\e37c";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-face-kiss-closed-eyes::before {
  content: "\e37d";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-face-lying::before {
  content: "\e37e";
}

.fa-face-mask::before {
  content: "\e37f";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-face-melting::before {
  content: "\e483";
}

.fa-face-monocle::before {
  content: "\e380";
}

.fa-face-nauseated::before {
  content: "\e381";
}

.fa-face-nose-steam::before {
  content: "\e382";
}

.fa-face-party::before {
  content: "\e383";
}

.fa-face-pensive::before {
  content: "\e384";
}

.fa-face-persevering::before {
  content: "\e385";
}

.fa-face-pleading::before {
  content: "\e386";
}

.fa-face-pouting::before {
  content: "\e387";
}

.fa-face-raised-eyebrow::before {
  content: "\e388";
}

.fa-face-relieved::before {
  content: "\e389";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-face-sad-sweat::before {
  content: "\e38a";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-face-saluting::before {
  content: "\e484";
}

.fa-face-scream::before {
  content: "\e38b";
}

.fa-face-shush::before {
  content: "\e38c";
}

.fa-face-sleeping::before {
  content: "\e38d";
}

.fa-face-sleepy::before {
  content: "\e38e";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-face-smile-halo::before {
  content: "\e38f";
}

.fa-face-smile-hearts::before {
  content: "\e390";
}

.fa-face-smile-horns::before {
  content: "\e391";
}

.fa-face-smile-plus::before {
  content: "\f5b9";
}

.fa-smile-plus::before {
  content: "\f5b9";
}

.fa-face-smile-relaxed::before {
  content: "\e392";
}

.fa-face-smile-tear::before {
  content: "\e393";
}

.fa-face-smile-tongue::before {
  content: "\e394";
}

.fa-face-smile-upside-down::before {
  content: "\e395";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-face-smiling-hands::before {
  content: "\e396";
}

.fa-face-smirking::before {
  content: "\e397";
}

.fa-face-spiral-eyes::before {
  content: "\e485";
}

.fa-face-sunglasses::before {
  content: "\e398";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-face-swear::before {
  content: "\e399";
}

.fa-face-thermometer::before {
  content: "\e39a";
}

.fa-face-thinking::before {
  content: "\e39b";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-face-tissue::before {
  content: "\e39c";
}

.fa-face-tongue-money::before {
  content: "\e39d";
}

.fa-face-tongue-sweat::before {
  content: "\e39e";
}

.fa-face-unamused::before {
  content: "\e39f";
}

.fa-face-viewfinder::before {
  content: "\e2ff";
}

.fa-face-vomit::before {
  content: "\e3a0";
}

.fa-face-weary::before {
  content: "\e3a1";
}

.fa-face-woozy::before {
  content: "\e3a2";
}

.fa-face-worried::before {
  content: "\e3a3";
}

.fa-face-zany::before {
  content: "\e3a4";
}

.fa-face-zipper::before {
  content: "\e3a5";
}

.fa-falafel::before {
  content: "\e40a";
}

.fa-family::before {
  content: "\e300";
}

.fa-family-dress::before {
  content: "\e301";
}

.fa-family-pants::before {
  content: "\e302";
}

.fa-fan::before {
  content: "\f863";
}

.fa-fan-table::before {
  content: "\e004";
}

.fa-farm::before {
  content: "\f864";
}

.fa-barn-silo::before {
  content: "\f864";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-fence::before {
  content: "\e303";
}

.fa-ferris-wheel::before {
  content: "\e174";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-field-hockey-stick-ball::before {
  content: "\f44c";
}

.fa-field-hockey::before {
  content: "\f44c";
}

.fa-file::before {
  content: "\f15b";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-file-binary::before {
  content: "\e175";
}

.fa-file-certificate::before {
  content: "\f5f3";
}

.fa-file-award::before {
  content: "\f5f3";
}

.fa-file-chart-column::before {
  content: "\f659";
}

.fa-file-chart-line::before {
  content: "\f659";
}

.fa-file-chart-pie::before {
  content: "\f65a";
}

.fa-file-check::before {
  content: "\f316";
}

.fa-file-circle-check::before {
  content: "\e493";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-file-circle-info::before {
  content: "\e4ec";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-file-circle-plus::before {
  content: "\e4ee";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-file-circle-xmark::before {
  content: "\e494";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-file-dashed-line::before {
  content: "\f877";
}

.fa-page-break::before {
  content: "\f877";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-exclamation::before {
  content: "\f31a";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-file-heart::before {
  content: "\e176";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-file-lock::before {
  content: "\e3a6";
}

.fa-file-magnifying-glass::before {
  content: "\f865";
}

.fa-file-search::before {
  content: "\f865";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-file-minus::before {
  content: "\f318";
}

.fa-file-music::before {
  content: "\f8b6";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-file-plus::before {
  content: "\f319";
}

.fa-file-plus-minus::before {
  content: "\e177";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-file-slash::before {
  content: "\e3a7";
}

.fa-file-spreadsheet::before {
  content: "\f65b";
}

.fa-file-user::before {
  content: "\f65c";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-xmark::before {
  content: "\f317";
}

.fa-file-times::before {
  content: "\f317";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-files::before {
  content: "\e178";
}

.fa-files-medical::before {
  content: "\f7fd";
}

.fa-fill::before {
  content: "\f575";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-film::before {
  content: "\f008";
}

.fa-film-canister::before {
  content: "\f8b7";
}

.fa-film-simple::before {
  content: "\f3a0";
}

.fa-film-alt::before {
  content: "\f3a0";
}

.fa-film-slash::before {
  content: "\e179";
}

.fa-films::before {
  content: "\e17a";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-filter-list::before {
  content: "\e17c";
}

.fa-filter-slash::before {
  content: "\e17d";
}

.fa-filters::before {
  content: "\e17e";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-fire-flame::before {
  content: "\f6df";
}

.fa-flame::before {
  content: "\f6df";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-fire-hydrant::before {
  content: "\e17f";
}

.fa-fire-smoke::before {
  content: "\f74b";
}

.fa-fireplace::before {
  content: "\f79a";
}

.fa-fish::before {
  content: "\f578";
}

.fa-fish-bones::before {
  content: "\e304";
}

.fa-fish-cooked::before {
  content: "\f7fe";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-fishing-rod::before {
  content: "\e3a8";
}

.fa-flag::before {
  content: "\f024";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-flag-pennant::before {
  content: "\f456";
}

.fa-pennant::before {
  content: "\f456";
}

.fa-flag-swallowtail::before {
  content: "\f74c";
}

.fa-flag-alt::before {
  content: "\f74c";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-flashlight::before {
  content: "\f8b8";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-flask-round-poison::before {
  content: "\f6e0";
}

.fa-flask-poison::before {
  content: "\f6e0";
}

.fa-flask-round-potion::before {
  content: "\f6e1";
}

.fa-flask-potion::before {
  content: "\f6e1";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-flatbread::before {
  content: "\e40b";
}

.fa-flatbread-stuffed::before {
  content: "\e40c";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "\e180";
}

.fa-save-circle-arrow-right::before {
  content: "\e180";
}

.fa-floppy-disk-circle-xmark::before {
  content: "\e181";
}

.fa-floppy-disk-times::before {
  content: "\e181";
}

.fa-save-circle-xmark::before {
  content: "\e181";
}

.fa-save-times::before {
  content: "\e181";
}

.fa-floppy-disk-pen::before {
  content: "\e182";
}

.fa-floppy-disks::before {
  content: "\e183";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-flower::before {
  content: "\f7ff";
}

.fa-flower-daffodil::before {
  content: "\f800";
}

.fa-flower-tulip::before {
  content: "\f801";
}

.fa-flute::before {
  content: "\f8b9";
}

.fa-flux-capacitor::before {
  content: "\f8ba";
}

.fa-flying-disc::before {
  content: "\e3a9";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-folder-arrow-down::before {
  content: "\e053";
}

.fa-folder-download::before {
  content: "\e053";
}

.fa-folder-arrow-up::before {
  content: "\e054";
}

.fa-folder-upload::before {
  content: "\e054";
}

.fa-folder-bookmark::before {
  content: "\e186";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-folder-gear::before {
  content: "\e187";
}

.fa-folder-cog::before {
  content: "\e187";
}

.fa-folder-grid::before {
  content: "\e188";
}

.fa-folder-heart::before {
  content: "\e189";
}

.fa-folder-image::before {
  content: "\e18a";
}

.fa-folder-magnifying-glass::before {
  content: "\e18b";
}

.fa-folder-search::before {
  content: "\e18b";
}

.fa-folder-medical::before {
  content: "\e18c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-folder-music::before {
  content: "\e18d";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-folder-user::before {
  content: "\e18e";
}

.fa-folder-xmark::before {
  content: "\f65f";
}

.fa-folder-times::before {
  content: "\f65f";
}

.fa-folders::before {
  content: "\f660";
}

.fa-fondue-pot::before {
  content: "\e40d";
}

.fa-font::before {
  content: "\f031";
}

.fa-font-case::before {
  content: "\f866";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-football-helmet::before {
  content: "\f44f";
}

.fa-fork::before {
  content: "\f2e3";
}

.fa-utensil-fork::before {
  content: "\f2e3";
}

.fa-fork-knife::before {
  content: "\f2e6";
}

.fa-utensils-alt::before {
  content: "\f2e6";
}

.fa-forklift::before {
  content: "\f47a";
}

.fa-fort::before {
  content: "\e486";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-frame::before {
  content: "\e495";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-french-fries::before {
  content: "\f803";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-function::before {
  content: "\f661";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-g::before {
  content: "G";
}

.fa-galaxy::before {
  content: "\e008";
}

.fa-gallery-thumbnails::before {
  content: "\e3aa";
}

.fa-game-board::before {
  content: "\f867";
}

.fa-game-board-simple::before {
  content: "\f868";
}

.fa-game-board-alt::before {
  content: "\f868";
}

.fa-game-console-handheld::before {
  content: "\f8bb";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-gamepad-modern::before {
  content: "\f8bc";
}

.fa-gamepad-alt::before {
  content: "\f8bc";
}

.fa-garage::before {
  content: "\e009";
}

.fa-garage-car::before {
  content: "\e00a";
}

.fa-garage-open::before {
  content: "\e00b";
}

.fa-garlic::before {
  content: "\e40e";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-gas-pump-slash::before {
  content: "\f5f4";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-gauge-circle-bolt::before {
  content: "\e496";
}

.fa-gauge-circle-minus::before {
  content: "\e497";
}

.fa-gauge-circle-plus::before {
  content: "\e498";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-gauge-low::before {
  content: "\f627";
}

.fa-tachometer-alt-slow::before {
  content: "\f627";
}

.fa-gauge-max::before {
  content: "\f626";
}

.fa-tachometer-alt-fastest::before {
  content: "\f626";
}

.fa-gauge-min::before {
  content: "\f628";
}

.fa-tachometer-alt-slowest::before {
  content: "\f628";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-gauge-simple-low::before {
  content: "\f62c";
}

.fa-tachometer-slow::before {
  content: "\f62c";
}

.fa-gauge-simple-max::before {
  content: "\f62b";
}

.fa-tachometer-fastest::before {
  content: "\f62b";
}

.fa-gauge-simple-min::before {
  content: "\f62d";
}

.fa-tachometer-slowest::before {
  content: "\f62d";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-gif::before {
  content: "\e190";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-gift-card::before {
  content: "\f663";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-gingerbread-man::before {
  content: "\f79d";
}

.fa-glass::before {
  content: "\f804";
}

.fa-glass-citrus::before {
  content: "\f869";
}

.fa-glass-empty::before {
  content: "\e191";
}

.fa-glass-half::before {
  content: "\e192";
}

.fa-glass-half-empty::before {
  content: "\e192";
}

.fa-glass-half-full::before {
  content: "\e192";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-glasses-round::before {
  content: "\f5f5";
}

.fa-glasses-alt::before {
  content: "\f5f5";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-globe-snow::before {
  content: "\f7a3";
}

.fa-globe-stand::before {
  content: "\f5f6";
}

.fa-goal-net::before {
  content: "\e3ab";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-golf-club::before {
  content: "\f451";
}

.fa-golf-flag-hole::before {
  content: "\e3ac";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-gramophone::before {
  content: "\f8bd";
}

.fa-grapes::before {
  content: "\e306";
}

.fa-grate::before {
  content: "\e193";
}

.fa-grate-droplet::before {
  content: "\e194";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-grid::before {
  content: "\e195";
}

.fa-grid-3::before {
  content: "\e195";
}

.fa-grid-2::before {
  content: "\e196";
}

.fa-grid-2-plus::before {
  content: "\e197";
}

.fa-grid-4::before {
  content: "\e198";
}

.fa-grid-5::before {
  content: "\e199";
}

.fa-grid-dividers::before {
  content: "\e3ad";
}

.fa-grid-horizontal::before {
  content: "\e307";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-grip-dots::before {
  content: "\e410";
}

.fa-grip-dots-vertical::before {
  content: "\e411";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-guitar-electric::before {
  content: "\f8be";
}

.fa-guitars::before {
  content: "\f8bf";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-gun-slash::before {
  content: "\e19c";
}

.fa-gun-squirt::before {
  content: "\e19d";
}

.fa-h::before {
  content: "H";
}

.fa-h1::before {
  content: "\f313";
}

.fa-h2::before {
  content: "\f314";
}

.fa-h3::before {
  content: "\f315";
}

.fa-h4::before {
  content: "\f86a";
}

.fa-h5::before {
  content: "\e412";
}

.fa-h6::before {
  content: "\e413";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hammer-crash::before {
  content: "\e414";
}

.fa-hammer-war::before {
  content: "\f6e4";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-hand-back-point-down::before {
  content: "\e19e";
}

.fa-hand-back-point-left::before {
  content: "\e19f";
}

.fa-hand-back-point-ribbon::before {
  content: "\e1a0";
}

.fa-hand-back-point-right::before {
  content: "\e1a1";
}

.fa-hand-back-point-up::before {
  content: "\e1a2";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-hand-fingers-crossed::before {
  content: "\e1a3";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-hand-heart::before {
  content: "\f4bc";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-hand-holding-box::before {
  content: "\f47b";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-hand-holding-magic::before {
  content: "\f6e5";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-hand-holding-seedling::before {
  content: "\f4bf";
}

.fa-hand-holding-skull::before {
  content: "\e1a4";
}

.fa-hand-horns::before {
  content: "\e1a9";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-hand-love::before {
  content: "\e1a5";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-hand-point-ribbon::before {
  content: "\e1a6";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-hand-wave::before {
  content: "\e1a7";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-hands-holding-diamond::before {
  content: "\f47c";
}

.fa-hand-receiving::before {
  content: "\f47c";
}

.fa-hands-holding-dollar::before {
  content: "\f4c5";
}

.fa-hands-usd::before {
  content: "\f4c5";
}

.fa-hands-holding-heart::before {
  content: "\f4c3";
}

.fa-hands-heart::before {
  content: "\f4c3";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-hashtag-lock::before {
  content: "\e415";
}

.fa-hat-chef::before {
  content: "\f86b";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-hat-santa::before {
  content: "\f7a7";
}

.fa-hat-winter::before {
  content: "\f7a8";
}

.fa-hat-witch::before {
  content: "\f6e7";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-head-side::before {
  content: "\f6e9";
}

.fa-head-side-brain::before {
  content: "\f808";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-head-side-goggles::before {
  content: "\f6ea";
}

.fa-head-vr::before {
  content: "\f6ea";
}

.fa-head-side-headphones::before {
  content: "\f8c2";
}

.fa-head-side-heart::before {
  content: "\e1aa";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-head-side-medical::before {
  content: "\f809";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-headset::before {
  content: "\f590";
}

.fa-heart::before {
  content: "\f004";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-heart-half::before {
  content: "\e1ab";
}

.fa-heart-half-stroke::before {
  content: "\e1ac";
}

.fa-heart-half-alt::before {
  content: "\e1ac";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-heat::before {
  content: "\e00c";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-helmet-battle::before {
  content: "\f6eb";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-hexagon::before {
  content: "\f312";
}

.fa-hexagon-check::before {
  content: "\e416";
}

.fa-hexagon-divide::before {
  content: "\e1ad";
}

.fa-hexagon-exclamation::before {
  content: "\e417";
}

.fa-hexagon-image::before {
  content: "\e504";
}

.fa-hexagon-minus::before {
  content: "\f307";
}

.fa-minus-hexagon::before {
  content: "\f307";
}

.fa-hexagon-plus::before {
  content: "\f300";
}

.fa-plus-hexagon::before {
  content: "\f300";
}

.fa-hexagon-vertical-nft::before {
  content: "\e505";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "\e506";
}

.fa-hexagon-xmark::before {
  content: "\f2ee";
}

.fa-times-hexagon::before {
  content: "\f2ee";
}

.fa-xmark-hexagon::before {
  content: "\f2ee";
}

.fa-high-definition::before {
  content: "\e1ae";
}

.fa-rectangle-hd::before {
  content: "\e1ae";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-highlighter-line::before {
  content: "\e1af";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-hockey-mask::before {
  content: "\f6ee";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-hockey-stick-puck::before {
  content: "\e3ae";
}

.fa-hockey-sticks::before {
  content: "\f454";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-honey-pot::before {
  content: "\e418";
}

.fa-hood-cloak::before {
  content: "\f6ef";
}

.fa-horizontal-rule::before {
  content: "\f86c";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-horse-saddle::before {
  content: "\f8c3";
}

.fa-hose::before {
  content: "\e419";
}

.fa-hose-reel::before {
  content: "\e41a";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-hospitals::before {
  content: "\f80e";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-2::before {
  content: "\f254";
}

.fa-hourglass-half::before {
  content: "\f254";
}

.fa-hourglass-clock::before {
  content: "\e41b";
}

.fa-hourglass-empty::before {
  content: "\f252";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-house-blank::before {
  content: "\e487";
}

.fa-home-blank::before {
  content: "\e487";
}

.fa-house-building::before {
  content: "\e1b1";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-house-chimney-blank::before {
  content: "\e3b0";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-house-chimney-heart::before {
  content: "\e1b2";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-house-day::before {
  content: "\e00e";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-house-heart::before {
  content: "\f4c9";
}

.fa-home-heart::before {
  content: "\f4c9";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-house-night::before {
  content: "\e010";
}

.fa-house-person-leave::before {
  content: "\e00f";
}

.fa-house-leave::before {
  content: "\e00f";
}

.fa-house-person-depart::before {
  content: "\e00f";
}

.fa-house-person-return::before {
  content: "\e011";
}

.fa-house-person-arrive::before {
  content: "\e011";
}

.fa-house-return::before {
  content: "\e011";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-house-tree::before {
  content: "\e1b3";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-house-turret::before {
  content: "\e1b4";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-house-water::before {
  content: "\f74f";
}

.fa-house-flood::before {
  content: "\f74f";
}

.fa-house-window::before {
  content: "\e3b3";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-hundred-points::before {
  content: "\e41c";
}

.fa-100::before {
  content: "\e41c";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-i::before {
  content: "I";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-ice-skate::before {
  content: "\f7ac";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-image::before {
  content: "\f03e";
}

.fa-image-landscape::before {
  content: "\e1b5";
}

.fa-landscape::before {
  content: "\e1b5";
}

.fa-image-polaroid::before {
  content: "\f8c4";
}

.fa-image-polaroid-user::before {
  content: "\e1b6";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-image-slash::before {
  content: "\e1b7";
}

.fa-image-user::before {
  content: "\e1b8";
}

.fa-images::before {
  content: "\f302";
}

.fa-images-user::before {
  content: "\e1b9";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-inbox-full::before {
  content: "\e1ba";
}

.fa-inbox-in::before {
  content: "\f310";
}

.fa-inbox-arrow-down::before {
  content: "\f310";
}

.fa-inbox-out::before {
  content: "\f311";
}

.fa-inbox-arrow-up::before {
  content: "\f311";
}

.fa-inboxes::before {
  content: "\e1bb";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-industry::before {
  content: "\f275";
}

.fa-industry-windows::before {
  content: "\f3b3";
}

.fa-industry-alt::before {
  content: "\f3b3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-info::before {
  content: "\f129";
}

.fa-inhaler::before {
  content: "\f5f9";
}

.fa-input-numeric::before {
  content: "\e1bd";
}

.fa-input-pipe::before {
  content: "\e1be";
}

.fa-input-text::before {
  content: "\e1bf";
}

.fa-integral::before {
  content: "\f667";
}

.fa-intersection::before {
  content: "\f668";
}

.fa-island-tropical::before {
  content: "\f811";
}

.fa-island-tree-palm::before {
  content: "\f811";
}

.fa-italic::before {
  content: "\f033";
}

.fa-j::before {
  content: "J";
}

.fa-jack-o-lantern::before {
  content: "\f30e";
}

.fa-jar::before {
  content: "\e516";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-joint::before {
  content: "\f595";
}

.fa-joystick::before {
  content: "\f8c5";
}

.fa-jug::before {
  content: "\f8c6";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-k::before {
  content: "K";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-kazoo::before {
  content: "\f8c7";
}

.fa-kerning::before {
  content: "\f86f";
}

.fa-key::before {
  content: "\f084";
}

.fa-key-skeleton::before {
  content: "\f6f3";
}

.fa-key-skeleton-left-right::before {
  content: "\e3b4";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-keyboard-brightness::before {
  content: "\e1c0";
}

.fa-keyboard-brightness-low::before {
  content: "\e1c1";
}

.fa-keyboard-down::before {
  content: "\e1c2";
}

.fa-keyboard-left::before {
  content: "\e1c3";
}

.fa-keynote::before {
  content: "\f66c";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-kidneys::before {
  content: "\f5fb";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-kite::before {
  content: "\f6f4";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-kiwi-fruit::before {
  content: "\e30c";
}

.fa-knife::before {
  content: "\f2e4";
}

.fa-utensil-knife::before {
  content: "\f2e4";
}

.fa-knife-kitchen::before {
  content: "\f6f5";
}

.fa-l::before {
  content: "L";
}

.fa-lacrosse-stick::before {
  content: "\e3b5";
}

.fa-lacrosse-stick-ball::before {
  content: "\e3b6";
}

.fa-lambda::before {
  content: "\f66e";
}

.fa-lamp::before {
  content: "\f4ca";
}

.fa-lamp-desk::before {
  content: "\e014";
}

.fa-lamp-floor::before {
  content: "\e015";
}

.fa-lamp-street::before {
  content: "\e1c5";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-laptop-arrow-down::before {
  content: "\e1c6";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-laptop-mobile::before {
  content: "\f87a";
}

.fa-phone-laptop::before {
  content: "\f87a";
}

.fa-laptop-slash::before {
  content: "\e1c7";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-lasso::before {
  content: "\f8c8";
}

.fa-lasso-sparkles::before {
  content: "\e1c9";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-layer-minus::before {
  content: "\f5fe";
}

.fa-layer-group-minus::before {
  content: "\f5fe";
}

.fa-layer-plus::before {
  content: "\f5ff";
}

.fa-layer-group-plus::before {
  content: "\f5ff";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-leaf-heart::before {
  content: "\f4cb";
}

.fa-leaf-maple::before {
  content: "\f6f6";
}

.fa-leaf-oak::before {
  content: "\f6f7";
}

.fa-leafy-green::before {
  content: "\e41d";
}

.fa-left::before {
  content: "\f355";
}

.fa-arrow-alt-left::before {
  content: "\f355";
}

.fa-left-from-line::before {
  content: "\f348";
}

.fa-arrow-alt-from-right::before {
  content: "\f348";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-left-long-to-line::before {
  content: "\e41e";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-left-to-line::before {
  content: "\f34b";
}

.fa-arrow-alt-to-left::before {
  content: "\f34b";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-less-than::before {
  content: "\<";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-light-ceiling::before {
  content: "\e016";
}

.fa-light-emergency::before {
  content: "\e41f";
}

.fa-light-emergency-on::before {
  content: "\e420";
}

.fa-light-switch::before {
  content: "\e017";
}

.fa-light-switch-off::before {
  content: "\e018";
}

.fa-light-switch-on::before {
  content: "\e019";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-lightbulb-dollar::before {
  content: "\f670";
}

.fa-lightbulb-exclamation::before {
  content: "\f671";
}

.fa-lightbulb-exclamation-on::before {
  content: "\e1ca";
}

.fa-lightbulb-on::before {
  content: "\f672";
}

.fa-lightbulb-slash::before {
  content: "\f673";
}

.fa-lights-holiday::before {
  content: "\f7b2";
}

.fa-line-columns::before {
  content: "\f870";
}

.fa-line-height::before {
  content: "\f871";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-link-horizontal::before {
  content: "\e1cb";
}

.fa-chain-horizontal::before {
  content: "\e1cb";
}

.fa-link-horizontal-slash::before {
  content: "\e1cc";
}

.fa-chain-horizontal-slash::before {
  content: "\e1cc";
}

.fa-link-simple::before {
  content: "\e1cd";
}

.fa-link-simple-slash::before {
  content: "\e1ce";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-lips::before {
  content: "\f600";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-list-dropdown::before {
  content: "\e1cf";
}

.fa-list-music::before {
  content: "\f8c9";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-list-radio::before {
  content: "\e1d0";
}

.fa-list-timeline::before {
  content: "\e1d1";
}

.fa-list-tree::before {
  content: "\e1d2";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-loader::before {
  content: "\e1d4";
}

.fa-lobster::before {
  content: "\e421";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-location-check::before {
  content: "\f606";
}

.fa-map-marker-check::before {
  content: "\f606";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-location-crosshairs-slash::before {
  content: "\f603";
}

.fa-location-slash::before {
  content: "\f603";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-location-dot-slash::before {
  content: "\f605";
}

.fa-map-marker-alt-slash::before {
  content: "\f605";
}

.fa-location-exclamation::before {
  content: "\f608";
}

.fa-map-marker-exclamation::before {
  content: "\f608";
}

.fa-location-minus::before {
  content: "\f609";
}

.fa-map-marker-minus::before {
  content: "\f609";
}

.fa-location-pen::before {
  content: "\f607";
}

.fa-map-marker-edit::before {
  content: "\f607";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-location-pin-slash::before {
  content: "\f60c";
}

.fa-map-marker-slash::before {
  content: "\f60c";
}

.fa-location-plus::before {
  content: "\f60a";
}

.fa-map-marker-plus::before {
  content: "\f60a";
}

.fa-location-question::before {
  content: "\f60b";
}

.fa-map-marker-question::before {
  content: "\f60b";
}

.fa-location-smile::before {
  content: "\f60d";
}

.fa-map-marker-smile::before {
  content: "\f60d";
}

.fa-location-xmark::before {
  content: "\f60e";
}

.fa-map-marker-times::before {
  content: "\f60e";
}

.fa-map-marker-xmark::before {
  content: "\f60e";
}

.fa-lock::before {
  content: "\f023";
}

.fa-lock-a::before {
  content: "\e422";
}

.fa-lock-hashtag::before {
  content: "\e423";
}

.fa-lock-keyhole::before {
  content: "\f30d";
}

.fa-lock-alt::before {
  content: "\f30d";
}

.fa-lock-keyhole-open::before {
  content: "\f3c2";
}

.fa-lock-open-alt::before {
  content: "\f3c2";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-locust::before {
  content: "\e520";
}

.fa-lollipop::before {
  content: "\e424";
}

.fa-lollypop::before {
  content: "\e424";
}

.fa-loveseat::before {
  content: "\f4cc";
}

.fa-couch-small::before {
  content: "\f4cc";
}

.fa-luchador-mask::before {
  content: "\f455";
}

.fa-luchador::before {
  content: "\f455";
}

.fa-mask-luchador::before {
  content: "\f455";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-m::before {
  content: "M";
}

.fa-mace::before {
  content: "\f6f8";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-mailbox::before {
  content: "\f813";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-mandolin::before {
  content: "\f6f9";
}

.fa-mango::before {
  content: "\e30f";
}

.fa-manhole::before {
  content: "\e1d6";
}

.fa-map::before {
  content: "\f279";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-mars::before {
  content: "\f222";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-mask-snorkel::before {
  content: "\e3b7";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-meat::before {
  content: "\f814";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-megaphone::before {
  content: "\f675";
}

.fa-melon::before {
  content: "\e310";
}

.fa-melon-slice::before {
  content: "\e311";
}

.fa-memo::before {
  content: "\e1d8";
}

.fa-memo-circle-check::before {
  content: "\e1d9";
}

.fa-memo-circle-info::before {
  content: "\e49a";
}

.fa-memo-pad::before {
  content: "\e1da";
}

.fa-memory::before {
  content: "\f538";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-merge::before {
  content: "\e526";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-message-arrow-down::before {
  content: "\e1db";
}

.fa-comment-alt-arrow-down::before {
  content: "\e1db";
}

.fa-message-arrow-up::before {
  content: "\e1dc";
}

.fa-comment-alt-arrow-up::before {
  content: "\e1dc";
}

.fa-message-arrow-up-right::before {
  content: "\e1dd";
}

.fa-message-bot::before {
  content: "\e3b8";
}

.fa-message-captions::before {
  content: "\e1de";
}

.fa-comment-alt-captions::before {
  content: "\e1de";
}

.fa-message-check::before {
  content: "\f4a2";
}

.fa-comment-alt-check::before {
  content: "\f4a2";
}

.fa-message-code::before {
  content: "\e1df";
}

.fa-message-dollar::before {
  content: "\f650";
}

.fa-comment-alt-dollar::before {
  content: "\f650";
}

.fa-message-dots::before {
  content: "\f4a3";
}

.fa-comment-alt-dots::before {
  content: "\f4a3";
}

.fa-messaging::before {
  content: "\f4a3";
}

.fa-message-exclamation::before {
  content: "\f4a5";
}

.fa-comment-alt-exclamation::before {
  content: "\f4a5";
}

.fa-message-image::before {
  content: "\e1e0";
}

.fa-comment-alt-image::before {
  content: "\e1e0";
}

.fa-message-lines::before {
  content: "\f4a6";
}

.fa-comment-alt-lines::before {
  content: "\f4a6";
}

.fa-message-medical::before {
  content: "\f7f4";
}

.fa-comment-alt-medical::before {
  content: "\f7f4";
}

.fa-message-middle::before {
  content: "\e1e1";
}

.fa-comment-middle-alt::before {
  content: "\e1e1";
}

.fa-message-middle-top::before {
  content: "\e1e2";
}

.fa-comment-middle-top-alt::before {
  content: "\e1e2";
}

.fa-message-minus::before {
  content: "\f4a7";
}

.fa-comment-alt-minus::before {
  content: "\f4a7";
}

.fa-message-music::before {
  content: "\f8af";
}

.fa-comment-alt-music::before {
  content: "\f8af";
}

.fa-message-pen::before {
  content: "\f4a4";
}

.fa-comment-alt-edit::before {
  content: "\f4a4";
}

.fa-message-edit::before {
  content: "\f4a4";
}

.fa-message-plus::before {
  content: "\f4a8";
}

.fa-comment-alt-plus::before {
  content: "\f4a8";
}

.fa-message-question::before {
  content: "\e1e3";
}

.fa-message-quote::before {
  content: "\e1e4";
}

.fa-comment-alt-quote::before {
  content: "\e1e4";
}

.fa-message-slash::before {
  content: "\f4a9";
}

.fa-comment-alt-slash::before {
  content: "\f4a9";
}

.fa-message-smile::before {
  content: "\f4aa";
}

.fa-comment-alt-smile::before {
  content: "\f4aa";
}

.fa-message-sms::before {
  content: "\e1e5";
}

.fa-message-text::before {
  content: "\e1e6";
}

.fa-comment-alt-text::before {
  content: "\e1e6";
}

.fa-message-xmark::before {
  content: "\f4ab";
}

.fa-comment-alt-times::before {
  content: "\f4ab";
}

.fa-message-times::before {
  content: "\f4ab";
}

.fa-messages::before {
  content: "\f4b6";
}

.fa-comments-alt::before {
  content: "\f4b6";
}

.fa-messages-dollar::before {
  content: "\f652";
}

.fa-comments-alt-dollar::before {
  content: "\f652";
}

.fa-messages-question::before {
  content: "\e1e7";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-meter::before {
  content: "\e1e8";
}

.fa-meter-bolt::before {
  content: "\e1e9";
}

.fa-meter-droplet::before {
  content: "\e1ea";
}

.fa-meter-fire::before {
  content: "\e1eb";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-microchip-ai::before {
  content: "\e1ec";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-microphone-stand::before {
  content: "\f8cb";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-microwave::before {
  content: "\e01b";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-mistletoe::before {
  content: "\f7b4";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-mobile-notch::before {
  content: "\e1ee";
}

.fa-mobile-iphone::before {
  content: "\e1ee";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-mobile-signal::before {
  content: "\e1ef";
}

.fa-mobile-signal-out::before {
  content: "\e1f0";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-money-bill-simple::before {
  content: "\e1f1";
}

.fa-money-bill-simple-wave::before {
  content: "\e1f2";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-money-bills-simple::before {
  content: "\e1f4";
}

.fa-money-bills-alt::before {
  content: "\e1f4";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-money-check-dollar-pen::before {
  content: "\f873";
}

.fa-money-check-edit-alt::before {
  content: "\f873";
}

.fa-money-check-pen::before {
  content: "\f872";
}

.fa-money-check-edit::before {
  content: "\f872";
}

.fa-money-from-bracket::before {
  content: "\e312";
}

.fa-money-simple-from-bracket::before {
  content: "\e313";
}

.fa-monitor-waveform::before {
  content: "\f611";
}

.fa-monitor-heart-rate::before {
  content: "\f611";
}

.fa-monkey::before {
  content: "\f6fb";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-moon::before {
  content: "\f186";
}

.fa-moon-cloud::before {
  content: "\f754";
}

.fa-moon-over-sun::before {
  content: "\f74a";
}

.fa-eclipse-alt::before {
  content: "\f74a";
}

.fa-moon-stars::before {
  content: "\f755";
}

.fa-moped::before {
  content: "\e3b9";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-mountains::before {
  content: "\f6fd";
}

.fa-mp3-player::before {
  content: "\f8ce";
}

.fa-mug::before {
  content: "\f874";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-mug-marshmallows::before {
  content: "\f7b7";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-mug-tea::before {
  content: "\f875";
}

.fa-mug-tea-saucer::before {
  content: "\e1f5";
}

.fa-mushroom::before {
  content: "\e425";
}

.fa-music::before {
  content: "\f001";
}

.fa-music-note::before {
  content: "\f8cf";
}

.fa-music-alt::before {
  content: "\f8cf";
}

.fa-music-note-slash::before {
  content: "\f8d0";
}

.fa-music-alt-slash::before {
  content: "\f8d0";
}

.fa-music-slash::before {
  content: "\f8d1";
}

.fa-n::before {
  content: "N";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-narwhal::before {
  content: "\f6fe";
}

.fa-nesting-dolls::before {
  content: "\e3ba";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-nfc::before {
  content: "\e1f7";
}

.fa-nfc-lock::before {
  content: "\e1f8";
}

.fa-nfc-magnifying-glass::before {
  content: "\e1f9";
}

.fa-nfc-pen::before {
  content: "\e1fa";
}

.fa-nfc-signal::before {
  content: "\e1fb";
}

.fa-nfc-slash::before {
  content: "\e1fc";
}

.fa-nfc-trash::before {
  content: "\e1fd";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-note::before {
  content: "\e1ff";
}

.fa-note-medical::before {
  content: "\e200";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-notebook::before {
  content: "\e201";
}

.fa-notes::before {
  content: "\e202";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-o::before {
  content: "O";
}

.fa-object-exclude::before {
  content: "\e49c";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-object-intersect::before {
  content: "\e49d";
}

.fa-object-subtract::before {
  content: "\e49e";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-object-union::before {
  content: "\e49f";
}

.fa-objects-align-bottom::before {
  content: "\e3bb";
}

.fa-objects-align-center-horizontal::before {
  content: "\e3bc";
}

.fa-objects-align-center-vertical::before {
  content: "\e3bd";
}

.fa-objects-align-left::before {
  content: "\e3be";
}

.fa-objects-align-right::before {
  content: "\e3bf";
}

.fa-objects-align-top::before {
  content: "\e3c0";
}

.fa-objects-column::before {
  content: "\e3c1";
}

.fa-octagon::before {
  content: "\f306";
}

.fa-octagon-check::before {
  content: "\e426";
}

.fa-octagon-divide::before {
  content: "\e203";
}

.fa-octagon-exclamation::before {
  content: "\e204";
}

.fa-octagon-minus::before {
  content: "\f308";
}

.fa-minus-octagon::before {
  content: "\f308";
}

.fa-octagon-plus::before {
  content: "\f301";
}

.fa-plus-octagon::before {
  content: "\f301";
}

.fa-octagon-xmark::before {
  content: "\f2f0";
}

.fa-times-octagon::before {
  content: "\f2f0";
}

.fa-xmark-octagon::before {
  content: "\f2f0";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-oil-can-drip::before {
  content: "\e205";
}

.fa-oil-temperature::before {
  content: "\f614";
}

.fa-oil-temp::before {
  content: "\f614";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-olive::before {
  content: "\e316";
}

.fa-olive-branch::before {
  content: "\e317";
}

.fa-om::before {
  content: "\f679";
}

.fa-omega::before {
  content: "\f67a";
}

.fa-onion::before {
  content: "\e427";
}

.fa-option::before {
  content: "\e318";
}

.fa-ornament::before {
  content: "\f7b8";
}

.fa-otter::before {
  content: "\f700";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-outlet::before {
  content: "\e01c";
}

.fa-oven::before {
  content: "\e01d";
}

.fa-overline::before {
  content: "\f876";
}

.fa-p::before {
  content: "P";
}

.fa-page::before {
  content: "\e428";
}

.fa-page-caret-down::before {
  content: "\e429";
}

.fa-file-caret-down::before {
  content: "\e429";
}

.fa-page-caret-up::before {
  content: "\e42a";
}

.fa-file-caret-up::before {
  content: "\e42a";
}

.fa-pager::before {
  content: "\f815";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-paintbrush-fine::before {
  content: "\f5a9";
}

.fa-paint-brush-alt::before {
  content: "\f5a9";
}

.fa-paint-brush-fine::before {
  content: "\f5a9";
}

.fa-paintbrush-alt::before {
  content: "\f5a9";
}

.fa-paintbrush-pencil::before {
  content: "\e206";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-pallet-box::before {
  content: "\e208";
}

.fa-pallet-boxes::before {
  content: "\f483";
}

.fa-palette-boxes::before {
  content: "\f483";
}

.fa-pallet-alt::before {
  content: "\f483";
}

.fa-pan-food::before {
  content: "\e42b";
}

.fa-pan-frying::before {
  content: "\e42c";
}

.fa-pancakes::before {
  content: "\e42d";
}

.fa-panel-ews::before {
  content: "\e42e";
}

.fa-panel-fire::before {
  content: "\e42f";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-paper-plane-top::before {
  content: "\e20a";
}

.fa-paper-plane-alt::before {
  content: "\e20a";
}

.fa-send::before {
  content: "\e20a";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-paperclip-vertical::before {
  content: "\e3c2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-paragraph-left::before {
  content: "\f878";
}

.fa-paragraph-rtl::before {
  content: "\f878";
}

.fa-party-bell::before {
  content: "\e31a";
}

.fa-party-horn::before {
  content: "\e31b";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-paw-claws::before {
  content: "\f702";
}

.fa-paw-simple::before {
  content: "\f701";
}

.fa-paw-alt::before {
  content: "\f701";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-peach::before {
  content: "\e20b";
}

.fa-peanut::before {
  content: "\e430";
}

.fa-peanuts::before {
  content: "\e431";
}

.fa-peapod::before {
  content: "\e31c";
}

.fa-pear::before {
  content: "\e20c";
}

.fa-pedestal::before {
  content: "\e20d";
}

.fa-pegasus::before {
  content: "\f703";
}

.fa-pen::before {
  content: "\f304";
}

.fa-pen-circle::before {
  content: "\e20e";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-pen-clip-slash::before {
  content: "\e20f";
}

.fa-pen-alt-slash::before {
  content: "\e20f";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-pen-fancy-slash::before {
  content: "\e210";
}

.fa-pen-field::before {
  content: "\e211";
}

.fa-pen-line::before {
  content: "\e212";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-pen-nib-slash::before {
  content: "\e4a1";
}

.fa-pen-paintbrush::before {
  content: "\f618";
}

.fa-pencil-paintbrush::before {
  content: "\f618";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-pen-slash::before {
  content: "\e213";
}

.fa-pen-swirl::before {
  content: "\e214";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-pencil-slash::before {
  content: "\e215";
}

.fa-people::before {
  content: "\e216";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-people-dress::before {
  content: "\e217";
}

.fa-people-dress-simple::before {
  content: "\e218";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-people-pants::before {
  content: "\e219";
}

.fa-people-pants-simple::before {
  content: "\e21a";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-simple::before {
  content: "\e21b";
}

.fa-pepper::before {
  content: "\e432";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-period::before {
  content: "\.";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-person-biking-mountain::before {
  content: "\f84b";
}

.fa-biking-mountain::before {
  content: "\f84b";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-person-carry-box::before {
  content: "\f4cf";
}

.fa-person-carry::before {
  content: "\f4cf";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-person-dolly::before {
  content: "\f4d0";
}

.fa-person-dolly-empty::before {
  content: "\f4d1";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-person-dress-simple::before {
  content: "\e21c";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-person-from-portal::before {
  content: "\e023";
}

.fa-portal-exit::before {
  content: "\e023";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-person-pinball::before {
  content: "\e21d";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-person-seat::before {
  content: "\e21e";
}

.fa-person-seat-reclined::before {
  content: "\e21f";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-person-sign::before {
  content: "\f757";
}

.fa-person-simple::before {
  content: "\e220";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-person-ski-jumping::before {
  content: "\f7c7";
}

.fa-ski-jump::before {
  content: "\f7c7";
}

.fa-person-ski-lift::before {
  content: "\f7c8";
}

.fa-ski-lift::before {
  content: "\f7c8";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-person-sledding::before {
  content: "\f7cb";
}

.fa-sledding::before {
  content: "\f7cb";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-person-snowmobiling::before {
  content: "\f7d1";
}

.fa-snowmobile::before {
  content: "\f7d1";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-person-through-window::before {
  content: "\e433";
}

.fa-person-to-door::before {
  content: "\e550";
}

.fa-person-to-portal::before {
  content: "\e022";
}

.fa-portal-enter::before {
  content: "\e022";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-phone::before {
  content: "\f095";
}

.fa-phone-arrow-down-left::before {
  content: "\e223";
}

.fa-phone-arrow-down::before {
  content: "\e223";
}

.fa-phone-incoming::before {
  content: "\e223";
}

.fa-phone-arrow-up-right::before {
  content: "\e224";
}

.fa-phone-arrow-up::before {
  content: "\e224";
}

.fa-phone-outgoing::before {
  content: "\e224";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-phone-hangup::before {
  content: "\e225";
}

.fa-phone-intercom::before {
  content: "\e434";
}

.fa-phone-missed::before {
  content: "\e226";
}

.fa-phone-office::before {
  content: "\f67d";
}

.fa-phone-plus::before {
  content: "\f4d2";
}

.fa-phone-rotary::before {
  content: "\f8d3";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-phone-xmark::before {
  content: "\e227";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-photo-film-music::before {
  content: "\e228";
}

.fa-pi::before {
  content: "\f67e";
}

.fa-piano::before {
  content: "\f8d4";
}

.fa-piano-keyboard::before {
  content: "\f8d5";
}

.fa-pickleball::before {
  content: "\e435";
}

.fa-pie::before {
  content: "\f705";
}

.fa-pig::before {
  content: "\f706";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-pills::before {
  content: "\f484";
}

.fa-pinata::before {
  content: "\e3c3";
}

.fa-pinball::before {
  content: "\e229";
}

.fa-pineapple::before {
  content: "\e31f";
}

.fa-pipe::before {
  content: "\|";
}

.fa-pipe-circle-check::before {
  content: "\e436";
}

.fa-pipe-collar::before {
  content: "\e437";
}

.fa-pipe-section::before {
  content: "\e438";
}

.fa-pipe-smoking::before {
  content: "\e3c4";
}

.fa-pipe-valve::before {
  content: "\e439";
}

.fa-pizza::before {
  content: "\f817";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-plane::before {
  content: "\f072";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-plane-engines::before {
  content: "\f3de";
}

.fa-plane-alt::before {
  content: "\f3de";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-plane-prop::before {
  content: "\e22b";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-plane-tail::before {
  content: "\e22c";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-plane-up-slash::before {
  content: "\e22e";
}

.fa-planet-moon::before {
  content: "\e01f";
}

.fa-planet-ringed::before {
  content: "\e020";
}

.fa-plant-wilt::before {
  content: "\e43b";
}

.fa-plate-utensils::before {
  content: "\e559";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-play::before {
  content: "\f04b";
}

.fa-play-pause::before {
  content: "\e22f";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-plus-large::before {
  content: "\e59e";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-podium::before {
  content: "\f680";
}

.fa-podium-star::before {
  content: "\f758";
}

.fa-police-box::before {
  content: "\e021";
}

.fa-poll-people::before {
  content: "\f759";
}

.fa-pompebled::before {
  content: "\e43d";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-pool-8-ball::before {
  content: "\e3c5";
}

.fa-poop::before {
  content: "\f619";
}

.fa-popcorn::before {
  content: "\f819";
}

.fa-popsicle::before {
  content: "\e43e";
}

.fa-pot-food::before {
  content: "\e43f";
}

.fa-potato::before {
  content: "\e440";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-presentation-screen::before {
  content: "\f685";
}

.fa-presentation::before {
  content: "\f685";
}

.fa-pretzel::before {
  content: "\e441";
}

.fa-print::before {
  content: "\f02f";
}

.fa-print-magnifying-glass::before {
  content: "\f81a";
}

.fa-print-search::before {
  content: "\f81a";
}

.fa-print-slash::before {
  content: "\f686";
}

.fa-projector::before {
  content: "\f8d6";
}

.fa-pump::before {
  content: "\e442";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-pumpkin::before {
  content: "\f707";
}

.fa-puzzle::before {
  content: "\e443";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-puzzle-piece-simple::before {
  content: "\e231";
}

.fa-puzzle-piece-alt::before {
  content: "\e231";
}

.fa-q::before {
  content: "Q";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-question::before {
  content: "\?";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-quotes::before {
  content: "\e234";
}

.fa-r::before {
  content: "R";
}

.fa-rabbit::before {
  content: "\f708";
}

.fa-rabbit-running::before {
  content: "\f709";
}

.fa-rabbit-fast::before {
  content: "\f709";
}

.fa-racquet::before {
  content: "\f45a";
}

.fa-radar::before {
  content: "\e024";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-radio-tuner::before {
  content: "\f8d8";
}

.fa-radio-alt::before {
  content: "\f8d8";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-raindrops::before {
  content: "\f75c";
}

.fa-ram::before {
  content: "\f70a";
}

.fa-ramp-loading::before {
  content: "\f4d4";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-raygun::before {
  content: "\e025";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-rectangle::before {
  content: "\f2fa";
}

.fa-rectangle-landscape::before {
  content: "\f2fa";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-rectangle-barcode::before {
  content: "\f463";
}

.fa-barcode-alt::before {
  content: "\f463";
}

.fa-rectangle-code::before {
  content: "\e322";
}

.fa-rectangle-history::before {
  content: "\e4a2";
}

.fa-rectangle-history-circle-plus::before {
  content: "\e4a3";
}

.fa-rectangle-history-circle-user::before {
  content: "\e4a4";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-rectangle-pro::before {
  content: "\e235";
}

.fa-pro::before {
  content: "\e235";
}

.fa-rectangle-terminal::before {
  content: "\e236";
}

.fa-rectangle-vertical::before {
  content: "\f2fb";
}

.fa-rectangle-portrait::before {
  content: "\f2fb";
}

.fa-rectangle-vertical-history::before {
  content: "\e237";
}

.fa-rectangle-wide::before {
  content: "\f2fc";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-rectangles-mixed::before {
  content: "\e323";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-reel::before {
  content: "\e238";
}

.fa-refrigerator::before {
  content: "\e026";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-repeat-1::before {
  content: "\f365";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-reply-clock::before {
  content: "\e239";
}

.fa-reply-time::before {
  content: "\e239";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-restroom-simple::before {
  content: "\e23a";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-rhombus::before {
  content: "\e23b";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-right::before {
  content: "\f356";
}

.fa-arrow-alt-right::before {
  content: "\f356";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-right-from-line::before {
  content: "\f347";
}

.fa-arrow-alt-from-left::before {
  content: "\f347";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-right-long-to-line::before {
  content: "\e444";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-right-to-line::before {
  content: "\f34c";
}

.fa-arrow-alt-to-right::before {
  content: "\f34c";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-rings-wedding::before {
  content: "\f81b";
}

.fa-road::before {
  content: "\f018";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-robot::before {
  content: "\f544";
}

.fa-robot-astromech::before {
  content: "\e2d2";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-rocket-launch::before {
  content: "\e027";
}

.fa-roller-coaster::before {
  content: "\e324";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-rotate-exclamation::before {
  content: "\e23c";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-route-highway::before {
  content: "\f61a";
}

.fa-route-interstate::before {
  content: "\f61b";
}

.fa-router::before {
  content: "\f8da";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-rug::before {
  content: "\e569";
}

.fa-rugby-ball::before {
  content: "\e3c6";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-ruler-triangle::before {
  content: "\f61c";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-rv::before {
  content: "\f7be";
}

.fa-s::before {
  content: "S";
}

.fa-sack::before {
  content: "\f81c";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-salad::before {
  content: "\f81e";
}

.fa-bowl-salad::before {
  content: "\f81e";
}

.fa-salt-shaker::before {
  content: "\e446";
}

.fa-sandwich::before {
  content: "\f81f";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-sausage::before {
  content: "\f820";
}

.fa-saxophone::before {
  content: "\f8dc";
}

.fa-saxophone-fire::before {
  content: "\f8db";
}

.fa-sax-hot::before {
  content: "\f8db";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-scalpel::before {
  content: "\f61d";
}

.fa-scalpel-line-dashed::before {
  content: "\f61e";
}

.fa-scalpel-path::before {
  content: "\f61e";
}

.fa-scanner::before {
  content: "\f8f3";
}

.fa-scanner-image::before {
  content: "\f8f3";
}

.fa-scanner-gun::before {
  content: "\f488";
}

.fa-scanner-keyboard::before {
  content: "\f489";
}

.fa-scanner-touchscreen::before {
  content: "\f48a";
}

.fa-scarecrow::before {
  content: "\f70d";
}

.fa-scarf::before {
  content: "\f7c1";
}

.fa-school::before {
  content: "\f549";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-screen-users::before {
  content: "\f63d";
}

.fa-users-class::before {
  content: "\f63d";
}

.fa-screencast::before {
  content: "\e23e";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-scribble::before {
  content: "\e23f";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-scroll-old::before {
  content: "\f70f";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-scrubber::before {
  content: "\f2f8";
}

.fa-scythe::before {
  content: "\f710";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-sd-cards::before {
  content: "\e240";
}

.fa-seal::before {
  content: "\e241";
}

.fa-seal-exclamation::before {
  content: "\e242";
}

.fa-seal-question::before {
  content: "\e243";
}

.fa-seat-airline::before {
  content: "\e244";
}

.fa-section::before {
  content: "\e447";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-send-back::before {
  content: "\f87e";
}

.fa-send-backward::before {
  content: "\f87f";
}

.fa-sensor::before {
  content: "\e028";
}

.fa-sensor-cloud::before {
  content: "\e02c";
}

.fa-sensor-smoke::before {
  content: "\e02c";
}

.fa-sensor-fire::before {
  content: "\e02a";
}

.fa-sensor-on::before {
  content: "\e02b";
}

.fa-sensor-triangle-exclamation::before {
  content: "\e029";
}

.fa-sensor-alert::before {
  content: "\e029";
}

.fa-server::before {
  content: "\f233";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-share-all::before {
  content: "\f367";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-sheep::before {
  content: "\f711";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-shelves::before {
  content: "\f480";
}

.fa-inventory::before {
  content: "\f480";
}

.fa-shelves-empty::before {
  content: "\e246";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-shield-check::before {
  content: "\f2f7";
}

.fa-shield-cross::before {
  content: "\f712";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-shield-exclamation::before {
  content: "\e247";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-shield-keyhole::before {
  content: "\e248";
}

.fa-shield-minus::before {
  content: "\e249";
}

.fa-shield-plus::before {
  content: "\e24a";
}

.fa-shield-quartered::before {
  content: "\e575";
}

.fa-shield-slash::before {
  content: "\e24b";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-shield-xmark::before {
  content: "\e24c";
}

.fa-shield-times::before {
  content: "\e24c";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-shirt-long-sleeve::before {
  content: "\e3c7";
}

.fa-shirt-running::before {
  content: "\e3c8";
}

.fa-shirt-tank-top::before {
  content: "\e3c9";
}

.fa-shish-kebab::before {
  content: "\f821";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-shovel::before {
  content: "\f713";
}

.fa-shovel-snow::before {
  content: "\f7c3";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-shower-down::before {
  content: "\e24d";
}

.fa-shower-alt::before {
  content: "\e24d";
}

.fa-shredder::before {
  content: "\f68a";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-shutters::before {
  content: "\e449";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-shuttlecock::before {
  content: "\f45b";
}

.fa-sickle::before {
  content: "\f822";
}

.fa-sidebar::before {
  content: "\e24e";
}

.fa-sidebar-flip::before {
  content: "\e24f";
}

.fa-sigma::before {
  content: "\f68b";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-signal-bars::before {
  content: "\f690";
}

.fa-signal-alt::before {
  content: "\f690";
}

.fa-signal-alt-4::before {
  content: "\f690";
}

.fa-signal-bars-strong::before {
  content: "\f690";
}

.fa-signal-bars-fair::before {
  content: "\f692";
}

.fa-signal-alt-2::before {
  content: "\f692";
}

.fa-signal-bars-good::before {
  content: "\f693";
}

.fa-signal-alt-3::before {
  content: "\f693";
}

.fa-signal-bars-slash::before {
  content: "\f694";
}

.fa-signal-alt-slash::before {
  content: "\f694";
}

.fa-signal-bars-weak::before {
  content: "\f691";
}

.fa-signal-alt-1::before {
  content: "\f691";
}

.fa-signal-fair::before {
  content: "\f68d";
}

.fa-signal-2::before {
  content: "\f68d";
}

.fa-signal-good::before {
  content: "\f68e";
}

.fa-signal-3::before {
  content: "\f68e";
}

.fa-signal-slash::before {
  content: "\f695";
}

.fa-signal-stream::before {
  content: "\f8dd";
}

.fa-signal-stream-slash::before {
  content: "\e250";
}

.fa-signal-strong::before {
  content: "\f68f";
}

.fa-signal-4::before {
  content: "\f68f";
}

.fa-signal-weak::before {
  content: "\f68c";
}

.fa-signal-1::before {
  content: "\f68c";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-signature-lock::before {
  content: "\e3ca";
}

.fa-signature-slash::before {
  content: "\e3cb";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-sim-cards::before {
  content: "\e251";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-siren::before {
  content: "\e02d";
}

.fa-siren-on::before {
  content: "\e02e";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-skeleton::before {
  content: "\f620";
}

.fa-ski-boot::before {
  content: "\e3cc";
}

.fa-ski-boot-ski::before {
  content: "\e3cd";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-skull-cow::before {
  content: "\f8de";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-slash::before {
  content: "\f715";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-slider::before {
  content: "\e252";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-sliders-simple::before {
  content: "\e253";
}

.fa-sliders-up::before {
  content: "\f3f1";
}

.fa-sliders-v::before {
  content: "\f3f1";
}

.fa-slot-machine::before {
  content: "\e3ce";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-smoke::before {
  content: "\f760";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-snake::before {
  content: "\f716";
}

.fa-snooze::before {
  content: "\f880";
}

.fa-zzz::before {
  content: "\f880";
}

.fa-snow-blowing::before {
  content: "\f761";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-snowflakes::before {
  content: "\f7cf";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-snowman-head::before {
  content: "\f79b";
}

.fa-frosty-head::before {
  content: "\f79b";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-socks::before {
  content: "\f696";
}

.fa-soft-serve::before {
  content: "\e400";
}

.fa-creemee::before {
  content: "\e400";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-solar-system::before {
  content: "\e02f";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-space-station-moon::before {
  content: "\e033";
}

.fa-space-station-moon-construction::before {
  content: "\e034";
}

.fa-space-station-moon-alt::before {
  content: "\e034";
}

.fa-spade::before {
  content: "\f2f4";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-sparkles::before {
  content: "\f890";
}

.fa-speaker::before {
  content: "\f8df";
}

.fa-speakers::before {
  content: "\f8e0";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-spider::before {
  content: "\f717";
}

.fa-spider-black-widow::before {
  content: "\f718";
}

.fa-spider-web::before {
  content: "\f719";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-spinner-third::before {
  content: "\f3f4";
}

.fa-split::before {
  content: "\e254";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-sportsball::before {
  content: "\e44b";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-sprinkler::before {
  content: "\e035";
}

.fa-sprinkler-ceiling::before {
  content: "\e44c";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-square-0::before {
  content: "\e255";
}

.fa-square-1::before {
  content: "\e256";
}

.fa-square-2::before {
  content: "\e257";
}

.fa-square-3::before {
  content: "\e258";
}

.fa-square-4::before {
  content: "\e259";
}

.fa-square-5::before {
  content: "\e25a";
}

.fa-square-6::before {
  content: "\e25b";
}

.fa-square-7::before {
  content: "\e25c";
}

.fa-square-8::before {
  content: "\e25d";
}

.fa-square-9::before {
  content: "\e25e";
}

.fa-square-a::before {
  content: "\e25f";
}

.fa-square-a-lock::before {
  content: "\e44d";
}

.fa-square-ampersand::before {
  content: "\e260";
}

.fa-square-arrow-down::before {
  content: "\f339";
}

.fa-arrow-square-down::before {
  content: "\f339";
}

.fa-square-arrow-down-left::before {
  content: "\e261";
}

.fa-square-arrow-down-right::before {
  content: "\e262";
}

.fa-square-arrow-left::before {
  content: "\f33a";
}

.fa-arrow-square-left::before {
  content: "\f33a";
}

.fa-square-arrow-right::before {
  content: "\f33b";
}

.fa-arrow-square-right::before {
  content: "\f33b";
}

.fa-square-arrow-up::before {
  content: "\f33c";
}

.fa-arrow-square-up::before {
  content: "\f33c";
}

.fa-square-arrow-up-left::before {
  content: "\e263";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-square-b::before {
  content: "\e264";
}

.fa-square-bolt::before {
  content: "\e265";
}

.fa-square-c::before {
  content: "\e266";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-square-chevron-down::before {
  content: "\f329";
}

.fa-chevron-square-down::before {
  content: "\f329";
}

.fa-square-chevron-left::before {
  content: "\f32a";
}

.fa-chevron-square-left::before {
  content: "\f32a";
}

.fa-square-chevron-right::before {
  content: "\f32b";
}

.fa-chevron-square-right::before {
  content: "\f32b";
}

.fa-square-chevron-up::before {
  content: "\f32c";
}

.fa-chevron-square-up::before {
  content: "\f32c";
}

.fa-square-code::before {
  content: "\e267";
}

.fa-square-d::before {
  content: "\e268";
}

.fa-square-dashed::before {
  content: "\e269";
}

.fa-square-divide::before {
  content: "\e26a";
}

.fa-square-dollar::before {
  content: "\f2e9";
}

.fa-dollar-square::before {
  content: "\f2e9";
}

.fa-usd-square::before {
  content: "\f2e9";
}

.fa-square-down::before {
  content: "\f350";
}

.fa-arrow-alt-square-down::before {
  content: "\f350";
}

.fa-square-down-left::before {
  content: "\e26b";
}

.fa-square-down-right::before {
  content: "\e26c";
}

.fa-square-e::before {
  content: "\e26d";
}

.fa-square-ellipsis::before {
  content: "\e26e";
}

.fa-square-ellipsis-vertical::before {
  content: "\e26f";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-square-exclamation::before {
  content: "\f321";
}

.fa-exclamation-square::before {
  content: "\f321";
}

.fa-square-f::before {
  content: "\e270";
}

.fa-square-fragile::before {
  content: "\f49b";
}

.fa-box-fragile::before {
  content: "\f49b";
}

.fa-square-wine-glass-crack::before {
  content: "\f49b";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-square-g::before {
  content: "\e271";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-square-heart::before {
  content: "\f4c8";
}

.fa-heart-square::before {
  content: "\f4c8";
}

.fa-square-i::before {
  content: "\e272";
}

.fa-square-info::before {
  content: "\f30f";
}

.fa-info-square::before {
  content: "\f30f";
}

.fa-square-j::before {
  content: "\e273";
}

.fa-square-k::before {
  content: "\e274";
}

.fa-square-kanban::before {
  content: "\e488";
}

.fa-square-l::before {
  content: "\e275";
}

.fa-square-left::before {
  content: "\f351";
}

.fa-arrow-alt-square-left::before {
  content: "\f351";
}

.fa-square-list::before {
  content: "\e489";
}

.fa-square-m::before {
  content: "\e276";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-square-n::before {
  content: "\e277";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-square-o::before {
  content: "\e278";
}

.fa-square-p::before {
  content: "\e279";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-square-parking-slash::before {
  content: "\f617";
}

.fa-parking-slash::before {
  content: "\f617";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-square-phone-hangup::before {
  content: "\e27a";
}

.fa-phone-square-down::before {
  content: "\e27a";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-square-q::before {
  content: "\e27b";
}

.fa-square-quarters::before {
  content: "\e44e";
}

.fa-square-question::before {
  content: "\f2fd";
}

.fa-question-square::before {
  content: "\f2fd";
}

.fa-square-quote::before {
  content: "\e329";
}

.fa-square-r::before {
  content: "\e27c";
}

.fa-square-right::before {
  content: "\f352";
}

.fa-arrow-alt-square-right::before {
  content: "\f352";
}

.fa-square-ring::before {
  content: "\e44f";
}

.fa-square-root::before {
  content: "\f697";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-square-s::before {
  content: "\e27d";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-square-sliders::before {
  content: "\f3f0";
}

.fa-sliders-h-square::before {
  content: "\f3f0";
}

.fa-square-sliders-vertical::before {
  content: "\f3f2";
}

.fa-sliders-v-square::before {
  content: "\f3f2";
}

.fa-square-small::before {
  content: "\e27e";
}

.fa-square-star::before {
  content: "\e27f";
}

.fa-square-t::before {
  content: "\e280";
}

.fa-square-terminal::before {
  content: "\e32a";
}

.fa-square-this-way-up::before {
  content: "\f49f";
}

.fa-box-up::before {
  content: "\f49f";
}

.fa-square-u::before {
  content: "\e281";
}

.fa-square-up::before {
  content: "\f353";
}

.fa-arrow-alt-square-up::before {
  content: "\f353";
}

.fa-square-up-left::before {
  content: "\e282";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-square-user::before {
  content: "\e283";
}

.fa-square-v::before {
  content: "\e284";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-square-w::before {
  content: "\e285";
}

.fa-square-x::before {
  content: "\e286";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-square-y::before {
  content: "\e287";
}

.fa-square-z::before {
  content: "\e288";
}

.fa-squid::before {
  content: "\e450";
}

.fa-squirrel::before {
  content: "\f71a";
}

.fa-staff::before {
  content: "\f71b";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-standard-definition::before {
  content: "\e28a";
}

.fa-rectangle-sd::before {
  content: "\e28a";
}

.fa-star::before {
  content: "\f005";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-star-christmas::before {
  content: "\f7d4";
}

.fa-star-exclamation::before {
  content: "\f2f3";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-star-sharp::before {
  content: "\e28b";
}

.fa-star-sharp-half::before {
  content: "\e28c";
}

.fa-star-sharp-half-stroke::before {
  content: "\e28d";
}

.fa-star-sharp-half-alt::before {
  content: "\e28d";
}

.fa-star-shooting::before {
  content: "\e036";
}

.fa-starfighter::before {
  content: "\e037";
}

.fa-starfighter-twin-ion-engine::before {
  content: "\e038";
}

.fa-starfighter-alt::before {
  content: "\e038";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "\e28e";
}

.fa-starfighter-alt-advanced::before {
  content: "\e28e";
}

.fa-stars::before {
  content: "\f762";
}

.fa-starship::before {
  content: "\e039";
}

.fa-starship-freighter::before {
  content: "\e03a";
}

.fa-steak::before {
  content: "\f824";
}

.fa-steering-wheel::before {
  content: "\f622";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-stocking::before {
  content: "\f7d5";
}

.fa-stomach::before {
  content: "\f623";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-store::before {
  content: "\f54e";
}

.fa-store-lock::before {
  content: "\e4a6";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-strawberry::before {
  content: "\e32b";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-stretcher::before {
  content: "\f825";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-sun::before {
  content: "\f185";
}

.fa-sun-bright::before {
  content: "\e28f";
}

.fa-sun-alt::before {
  content: "\e28f";
}

.fa-sun-cloud::before {
  content: "\f763";
}

.fa-sun-dust::before {
  content: "\f764";
}

.fa-sun-haze::before {
  content: "\f765";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-sunglasses::before {
  content: "\f892";
}

.fa-sunrise::before {
  content: "\f766";
}

.fa-sunset::before {
  content: "\f767";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-sushi::before {
  content: "\e48a";
}

.fa-nigiri::before {
  content: "\e48a";
}

.fa-sushi-roll::before {
  content: "\e48b";
}

.fa-maki-roll::before {
  content: "\e48b";
}

.fa-makizushi::before {
  content: "\e48b";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-sword::before {
  content: "\f71c";
}

.fa-sword-laser::before {
  content: "\e03b";
}

.fa-sword-laser-alt::before {
  content: "\e03c";
}

.fa-swords::before {
  content: "\f71d";
}

.fa-swords-laser::before {
  content: "\e03d";
}

.fa-symbols::before {
  content: "\f86e";
}

.fa-icons-alt::before {
  content: "\f86e";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-t::before {
  content: "T";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-table-layout::before {
  content: "\e290";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-table-picnic::before {
  content: "\e32d";
}

.fa-table-pivot::before {
  content: "\e291";
}

.fa-table-rows::before {
  content: "\e292";
}

.fa-rows::before {
  content: "\e292";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-table-tree::before {
  content: "\e293";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-tablet-rugged::before {
  content: "\f48f";
}

.fa-tablet-screen::before {
  content: "\f3fc";
}

.fa-tablet-android-alt::before {
  content: "\f3fc";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-taco::before {
  content: "\f826";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-tally::before {
  content: "\f69c";
}

.fa-tally-5::before {
  content: "\f69c";
}

.fa-tally-1::before {
  content: "\e294";
}

.fa-tally-2::before {
  content: "\e295";
}

.fa-tally-3::before {
  content: "\e296";
}

.fa-tally-4::before {
  content: "\e297";
}

.fa-tamale::before {
  content: "\e451";
}

.fa-tank-water::before {
  content: "\e452";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-taxi-bus::before {
  content: "\e298";
}

.fa-teddy-bear::before {
  content: "\e3cf";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-telescope::before {
  content: "\e03e";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-temperature-list::before {
  content: "\e299";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-temperature-snow::before {
  content: "\f768";
}

.fa-temperature-frigid::before {
  content: "\f768";
}

.fa-temperature-sun::before {
  content: "\f76a";
}

.fa-temperature-hot::before {
  content: "\f76a";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-tennis-ball::before {
  content: "\f45e";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-tents::before {
  content: "\e582";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-text::before {
  content: "\f893";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-text-size::before {
  content: "\f894";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-theta::before {
  content: "\f69e";
}

.fa-thought-bubble::before {
  content: "\e32e";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-tick::before {
  content: "\e32f";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-ticket-airline::before {
  content: "\e29a";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-tickets-airline::before {
  content: "\e29b";
}

.fa-tilde::before {
  content: "\~";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-timeline-arrow::before {
  content: "\e29d";
}

.fa-timer::before {
  content: "\e29e";
}

.fa-tire::before {
  content: "\f631";
}

.fa-tire-flat::before {
  content: "\f632";
}

.fa-tire-pressure-warning::before {
  content: "\f633";
}

.fa-tire-rugged::before {
  content: "\f634";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-toilet-paper-blank::before {
  content: "\f71f";
}

.fa-toilet-paper-alt::before {
  content: "\f71f";
}

.fa-toilet-paper-blank-under::before {
  content: "\e29f";
}

.fa-toilet-paper-reverse-alt::before {
  content: "\e29f";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-toilet-paper-under::before {
  content: "\e2a0";
}

.fa-toilet-paper-reverse::before {
  content: "\e2a0";
}

.fa-toilet-paper-under-slash::before {
  content: "\e2a1";
}

.fa-toilet-paper-reverse-slash::before {
  content: "\e2a1";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-tomato::before {
  content: "\e330";
}

.fa-tombstone::before {
  content: "\f720";
}

.fa-tombstone-blank::before {
  content: "\f721";
}

.fa-tombstone-alt::before {
  content: "\f721";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-toothbrush::before {
  content: "\f635";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-tower-control::before {
  content: "\e2a2";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-traffic-cone::before {
  content: "\f636";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-traffic-light-go::before {
  content: "\f638";
}

.fa-traffic-light-slow::before {
  content: "\f639";
}

.fa-traffic-light-stop::before {
  content: "\f63a";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-train::before {
  content: "\f238";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-train-subway-tunnel::before {
  content: "\e2a3";
}

.fa-subway-tunnel::before {
  content: "\e2a3";
}

.fa-train-track::before {
  content: "\e453";
}

.fa-train-tram::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-train-tunnel::before {
  content: "\e454";
}

.fa-transformer-bolt::before {
  content: "\e2a4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-transporter::before {
  content: "\e042";
}

.fa-transporter-1::before {
  content: "\e043";
}

.fa-transporter-2::before {
  content: "\e044";
}

.fa-transporter-3::before {
  content: "\e045";
}

.fa-transporter-4::before {
  content: "\e2a5";
}

.fa-transporter-5::before {
  content: "\e2a6";
}

.fa-transporter-6::before {
  content: "\e2a7";
}

.fa-transporter-7::before {
  content: "\e2a8";
}

.fa-transporter-empty::before {
  content: "\e046";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-trash-can-check::before {
  content: "\e2a9";
}

.fa-trash-can-clock::before {
  content: "\e2aa";
}

.fa-trash-can-list::before {
  content: "\e2ab";
}

.fa-trash-can-plus::before {
  content: "\e2ac";
}

.fa-trash-can-slash::before {
  content: "\e2ad";
}

.fa-trash-alt-slash::before {
  content: "\e2ad";
}

.fa-trash-can-undo::before {
  content: "\f896";
}

.fa-trash-can-arrow-turn-left::before {
  content: "\f896";
}

.fa-trash-undo-alt::before {
  content: "\f896";
}

.fa-trash-can-xmark::before {
  content: "\e2ae";
}

.fa-trash-check::before {
  content: "\e2af";
}

.fa-trash-clock::before {
  content: "\e2b0";
}

.fa-trash-list::before {
  content: "\e2b1";
}

.fa-trash-plus::before {
  content: "\e2b2";
}

.fa-trash-slash::before {
  content: "\e2b3";
}

.fa-trash-undo::before {
  content: "\f895";
}

.fa-trash-arrow-turn-left::before {
  content: "\f895";
}

.fa-trash-xmark::before {
  content: "\e2b4";
}

.fa-treasure-chest::before {
  content: "\f723";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-tree-christmas::before {
  content: "\f7db";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-tree-deciduous::before {
  content: "\f400";
}

.fa-tree-alt::before {
  content: "\f400";
}

.fa-tree-decorated::before {
  content: "\f7dc";
}

.fa-tree-large::before {
  content: "\f7dd";
}

.fa-tree-palm::before {
  content: "\f82b";
}

.fa-trees::before {
  content: "\f724";
}

.fa-triangle::before {
  content: "\f2ec";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-triangle-instrument::before {
  content: "\f8e2";
}

.fa-triangle-music::before {
  content: "\f8e2";
}

.fa-triangle-person-digging::before {
  content: "\f85d";
}

.fa-construction::before {
  content: "\f85d";
}

.fa-trillium::before {
  content: "\e588";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-trophy-star::before {
  content: "\f2eb";
}

.fa-trophy-alt::before {
  content: "\f2eb";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-truck-bolt::before {
  content: "\e3d0";
}

.fa-truck-clock::before {
  content: "\f48c";
}

.fa-shipping-timed::before {
  content: "\f48c";
}

.fa-truck-container::before {
  content: "\f4dc";
}

.fa-truck-container-empty::before {
  content: "\e2b5";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-truck-flatbed::before {
  content: "\e2b6";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-truck-plow::before {
  content: "\f7de";
}

.fa-truck-ramp::before {
  content: "\f4e0";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-truck-ramp-couch::before {
  content: "\f4dd";
}

.fa-truck-couch::before {
  content: "\f4dd";
}

.fa-truck-tow::before {
  content: "\e2b8";
}

.fa-trumpet::before {
  content: "\f8e3";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-tty-answer::before {
  content: "\e2b9";
}

.fa-teletype-answer::before {
  content: "\e2b9";
}

.fa-tugrik-sign::before {
  content: "\e2ba";
}

.fa-turkey::before {
  content: "\f725";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-turn-down-left::before {
  content: "\e331";
}

.fa-turn-down-right::before {
  content: "\e455";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.fa-turntable::before {
  content: "\f8e4";
}

.fa-turtle::before {
  content: "\f726";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-tv-music::before {
  content: "\f8e6";
}

.fa-tv-retro::before {
  content: "\f401";
}

.fa-typewriter::before {
  content: "\f8e7";
}

.fa-u::before {
  content: "U";
}

.fa-ufo::before {
  content: "\e047";
}

.fa-ufo-beam::before {
  content: "\e048";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-umbrella-simple::before {
  content: "\e2bc";
}

.fa-umbrella-alt::before {
  content: "\e2bc";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-unicorn::before {
  content: "\f727";
}

.fa-uniform-martial-arts::before {
  content: "\e3d1";
}

.fa-union::before {
  content: "\f6a2";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-up::before {
  content: "\f357";
}

.fa-arrow-alt-up::before {
  content: "\f357";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-up-from-bracket::before {
  content: "\e590";
}

.fa-up-from-dotted-line::before {
  content: "\e456";
}

.fa-up-from-line::before {
  content: "\f346";
}

.fa-arrow-alt-from-bottom::before {
  content: "\f346";
}

.fa-up-left::before {
  content: "\e2bd";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-up-right::before {
  content: "\e2be";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-up-to-dotted-line::before {
  content: "\e457";
}

.fa-up-to-line::before {
  content: "\f34d";
}

.fa-arrow-alt-to-top::before {
  content: "\f34d";
}

.fa-upload::before {
  content: "\f093";
}

.fa-usb-drive::before {
  content: "\f8e9";
}

.fa-user::before {
  content: "\f007";
}

.fa-user-alien::before {
  content: "\e04a";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-user-bounty-hunter::before {
  content: "\e2bf";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-user-chef::before {
  content: "\e3d2";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-user-cowboy::before {
  content: "\f8ea";
}

.fa-user-crown::before {
  content: "\f6a4";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-user-doctor-hair::before {
  content: "\e458";
}

.fa-user-doctor-hair-long::before {
  content: "\e459";
}

.fa-user-doctor-message::before {
  content: "\f82e";
}

.fa-user-md-chat::before {
  content: "\f82e";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-user-group-crown::before {
  content: "\f6a5";
}

.fa-users-crown::before {
  content: "\f6a5";
}

.fa-user-hair::before {
  content: "\e45a";
}

.fa-user-hair-buns::before {
  content: "\e3d3";
}

.fa-user-hair-long::before {
  content: "\e45b";
}

.fa-user-hair-mullet::before {
  content: "\e45c";
}

.fa-business-front::before {
  content: "\e45c";
}

.fa-party-back::before {
  content: "\e45c";
}

.fa-trian-balbot::before {
  content: "\e45c";
}

.fa-user-headset::before {
  content: "\f82d";
}

.fa-user-helmet-safety::before {
  content: "\f82c";
}

.fa-user-construction::before {
  content: "\f82c";
}

.fa-user-hard-hat::before {
  content: "\f82c";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-user-music::before {
  content: "\f8eb";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-user-nurse-hair::before {
  content: "\e45d";
}

.fa-user-nurse-hair-long::before {
  content: "\e45e";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-user-pilot::before {
  content: "\e2c0";
}

.fa-user-pilot-tie::before {
  content: "\e2c1";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-user-police::before {
  content: "\e333";
}

.fa-user-police-tie::before {
  content: "\e334";
}

.fa-user-robot::before {
  content: "\e04b";
}

.fa-user-robot-xmarks::before {
  content: "\e4a7";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-user-shakespeare::before {
  content: "\e2c2";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-user-tie-hair::before {
  content: "\e45f";
}

.fa-user-tie-hair-long::before {
  content: "\e460";
}

.fa-user-unlock::before {
  content: "\e058";
}

.fa-user-visor::before {
  content: "\e04c";
}

.fa-user-vneck::before {
  content: "\e461";
}

.fa-user-vneck-hair::before {
  content: "\e462";
}

.fa-user-vneck-hair-long::before {
  content: "\e463";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-users-medical::before {
  content: "\f830";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-utensils-slash::before {
  content: "\e464";
}

.fa-utility-pole::before {
  content: "\e2c3";
}

.fa-utility-pole-double::before {
  content: "\e2c4";
}

.fa-v::before {
  content: "V";
}

.fa-vacuum::before {
  content: "\e04d";
}

.fa-vacuum-robot::before {
  content: "\e04e";
}

.fa-value-absolute::before {
  content: "\f6a6";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-vector-circle::before {
  content: "\e2c6";
}

.fa-vector-polygon::before {
  content: "\e2c7";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-vent-damper::before {
  content: "\e465";
}

.fa-venus::before {
  content: "\f221";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-vest::before {
  content: "\e085";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-vial::before {
  content: "\f492";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-vials::before {
  content: "\f493";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-video-arrow-down-left::before {
  content: "\e2c8";
}

.fa-video-arrow-up-right::before {
  content: "\e2c9";
}

.fa-video-plus::before {
  content: "\f4e1";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-violin::before {
  content: "\f8ed";
}

.fa-virus::before {
  content: "\e074";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-volume::before {
  content: "\f6a8";
}

.fa-volume-medium::before {
  content: "\f6a8";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-volume-slash::before {
  content: "\f2e2";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-w::before {
  content: "W";
}

.fa-waffle::before {
  content: "\e466";
}

.fa-wagon-covered::before {
  content: "\f8ee";
}

.fa-walker::before {
  content: "\f831";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-wand::before {
  content: "\f72a";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-warehouse-full::before {
  content: "\f495";
}

.fa-warehouse-alt::before {
  content: "\f495";
}

.fa-washing-machine::before {
  content: "\f898";
}

.fa-washer::before {
  content: "\f898";
}

.fa-watch::before {
  content: "\f2e1";
}

.fa-watch-apple::before {
  content: "\e2cb";
}

.fa-watch-calculator::before {
  content: "\f8f0";
}

.fa-watch-fitness::before {
  content: "\f63e";
}

.fa-watch-smart::before {
  content: "\e2cc";
}

.fa-water::before {
  content: "\f773";
}

.fa-water-arrow-down::before {
  content: "\f774";
}

.fa-water-lower::before {
  content: "\f774";
}

.fa-water-arrow-up::before {
  content: "\f775";
}

.fa-water-rise::before {
  content: "\f775";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-watermelon-slice::before {
  content: "\e337";
}

.fa-wave-pulse::before {
  content: "\f5f8";
}

.fa-heart-rate::before {
  content: "\f5f8";
}

.fa-wave-sine::before {
  content: "\f899";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-wave-triangle::before {
  content: "\f89a";
}

.fa-waveform::before {
  content: "\f8f1";
}

.fa-waveform-lines::before {
  content: "\f8f2";
}

.fa-waveform-path::before {
  content: "\f8f2";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-whale::before {
  content: "\f72c";
}

.fa-wheat::before {
  content: "\f72d";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-wheat-awn-slash::before {
  content: "\e338";
}

.fa-wheat-slash::before {
  content: "\e339";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-whiskey-glass-ice::before {
  content: "\f7a1";
}

.fa-glass-whiskey-rocks::before {
  content: "\f7a1";
}

.fa-whistle::before {
  content: "\f460";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-wifi-exclamation::before {
  content: "\e2cf";
}

.fa-wifi-fair::before {
  content: "\f6ab";
}

.fa-wifi-2::before {
  content: "\f6ab";
}

.fa-wifi-slash::before {
  content: "\f6ac";
}

.fa-wifi-weak::before {
  content: "\f6aa";
}

.fa-wifi-1::before {
  content: "\f6aa";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-wind-turbine::before {
  content: "\f89b";
}

.fa-wind-warning::before {
  content: "\f776";
}

.fa-wind-circle-exclamation::before {
  content: "\f776";
}

.fa-window::before {
  content: "\f40e";
}

.fa-window-flip::before {
  content: "\f40f";
}

.fa-window-alt::before {
  content: "\f40f";
}

.fa-window-frame::before {
  content: "\e04f";
}

.fa-window-frame-open::before {
  content: "\e050";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-windsock::before {
  content: "\f777";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-wine-glass-crack::before {
  content: "\f4bb";
}

.fa-fragile::before {
  content: "\f4bb";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-worm::before {
  content: "\e599";
}

.fa-wreath::before {
  content: "\f7e2";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-wrench-simple::before {
  content: "\e2d1";
}

.fa-x::before {
  content: "X";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-xmark-large::before {
  content: "\e59b";
}

.fa-xmark-to-slot::before {
  content: "\f771";
}

.fa-times-to-slot::before {
  content: "\f771";
}

.fa-vote-nay::before {
  content: "\f771";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-y::before {
  content: "Y";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-z::before {
  content: "Z";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("./fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("./fontawesome/webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.theming-active .icon_cell .icon_notification:hover::before {
  color: var(--clr-icon-primary-hover, #49454D);
}
.theming-active .icon_cell .icon_notification::before {
  display: inline-block;
  width: 1.5rem;
  mask: url(../assets/icons/icon-warning-sign.svg) no-repeat center;
  mask-size: auto;
  background-color: var(--clr-icon-primary-default, #615C66);
  padding: 5px;
}

.icon_cell .icon_unsupported::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f071";
  font-size: 12px;
  color: #999999;
  font-weight: 900;
  padding: 5px;
}
.icon_cell .icon_notification:hover::before {
  color: #615c66;
}
.icon_cell .icon_notification::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f071";
  font-size: 12px;
  color: var(--clr-gray-1000);
  font-weight: 900;
  padding: 5px;
}

.icon_exclamation_mark {
  color: #ffaf3b;
}

.icon_error::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f057";
  color: #dc362e;
}

.icon_warning::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f071";
  color: #ffaf3b;
}

.intercompany_accounts i {
  font-style: normal !important;
}

/* [FeatureSwitch("Top_Navigation_v2", "merge into input.scss once fs is retired")]*/
/* InputDropDown */
/** Buttons */
/*This mixin is shared with two css base files with different depths.
The boolean isAiqStyle is to account for the folder difference*/
/* [FeatureSwitch("Top_Navigation_v2", "merge into label.scss once fs is retired")]*/
.theming-active input.aiq-input,
.theming-active div.dropdowncontainer-base table.dropdowncontainer:has(.dropdowninput input.aiq-input) {
  border-color: var(--clr-placeholder-border-default) !important;
  width: 100% !important;
  text-align: left !important;
  border-radius: 0.25rem;
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active input.aiq-input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active div.dropdowncontainer-base table.dropdowncontainer:has(.dropdowninput input.aiq-input):hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active input.aiq-input:has(tbody tr td input:focus), .theming-active input.aiq-input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active div.dropdowncontainer-base table.dropdowncontainer:has(.dropdowninput input.aiq-input):has(tbody tr td input:focus),
.theming-active div.dropdowncontainer-base table.dropdowncontainer:has(.dropdowninput input.aiq-input):focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active input.aiq-input:has(tbody tr td input:focus) .innerLabelTD, .theming-active input.aiq-input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active div.dropdowncontainer-base table.dropdowncontainer:has(.dropdowninput input.aiq-input):has(tbody tr td input:focus) .innerLabelTD,
.theming-active div.dropdowncontainer-base table.dropdowncontainer:has(.dropdowninput input.aiq-input):focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active input.aiq-input:disabled, .theming-active input.aiq-input.disabledDropDown,
.theming-active div.dropdowncontainer-base table.dropdowncontainer:has(.dropdowninput input.aiq-input):disabled,
.theming-active div.dropdowncontainer-base table.dropdowncontainer:has(.dropdowninput input.aiq-input).disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active .dropdowncontainer .dropdowninput input.aiq-input {
  border: none !important;
}

input.aiq-input {
  border-color: #b0b0b0 !important;
  border-radius: 2px !important;
  padding: 0 8px !important;
  height: 30px !important;
}

input.aiq-input.null-text {
  color: #bbbbbb !important;
  font-style: italic;
}

.aiq-label + .evodropdown .aiq-group, .aiq-label-light + .evodropdown .aiq-group, #modal-purchases_newbatchpayments .evodropdown input.hasDatepicker + .evodropdown .aiq-group, input.aiq-input + .evodropdown .aiq-group,
.aiq-label + div.dropdowncontainer-base.aiq-group > table.dropdowncontainer,
.aiq-label-light + div.dropdowncontainer-base.aiq-group > table.dropdowncontainer,
#modal-purchases_newbatchpayments .evodropdown input.hasDatepicker + div.dropdowncontainer-base.aiq-group > table.dropdowncontainer,
input.aiq-input + div.dropdowncontainer-base.aiq-group > table.dropdowncontainer {
  border-color: #b0b0b0 !important;
  border-radius: 2px !important;
  height: auto !important;
  border-collapse: separate !important;
}

.aiq-label + .evodropdown .aiq-group > input.aiq-input, .aiq-label-light + .evodropdown .aiq-group > input.aiq-input, #modal-purchases_newbatchpayments .evodropdown input.hasDatepicker + .evodropdown .aiq-group > input.aiq-input, input.aiq-input + .evodropdown .aiq-group > input.aiq-input,
.aiq-label + div.dropdowncontainer-base.aiq-group > table.dropdowncontainer input.aiq-input,
.aiq-label-light + div.dropdowncontainer-base.aiq-group > table.dropdowncontainer input.aiq-input,
#modal-purchases_newbatchpayments .evodropdown input.hasDatepicker + div.dropdowncontainer-base.aiq-group > table.dropdowncontainer input.aiq-input,
input.aiq-input + div.dropdowncontainer-base.aiq-group > table.dropdowncontainer input.aiq-input {
  height: 28px !important;
  width: 100% !important;
}

/* code (yellow) area of dropdown value */
.aiq-label + div.dropdowncontainer-base.aiq-group > table.dropdowncontainer td.innerLabelTD, .aiq-label-light + div.dropdowncontainer-base.aiq-group > table.dropdowncontainer td.innerLabelTD, #modal-purchases_newbatchpayments .evodropdown input.hasDatepicker + div.dropdowncontainer-base.aiq-group > table.dropdowncontainer td.innerLabelTD, input.aiq-input + div.dropdowncontainer-base.aiq-group > table.dropdowncontainer td.innerLabelTD {
  padding: 0 3px !important;
  width: 40px;
  max-width: 40px;
}

.aiq-label + div.dropdowncontainer-base.aiq-group > table.dropdowncontainer span.innerLabel, .aiq-label-light + div.dropdowncontainer-base.aiq-group > table.dropdowncontainer span.innerLabel, #modal-purchases_newbatchpayments .evodropdown input.hasDatepicker + div.dropdowncontainer-base.aiq-group > table.dropdowncontainer span.innerLabel, input.aiq-input + div.dropdowncontainer-base.aiq-group > table.dropdowncontainer span.innerLabel {
  padding: 0 !important;
  position: relative;
  top: -1px;
}

input.aiq-input:disabled {
  background: #f8f8f8;
  opacity: 0.6;
}

.batch-payment-unique {
  width: 13% !important;
  min-width: 200px !important;
}

.aiq-pagination {
  display: flex;
  align-items: center;
}
.aiq-pagination span {
  font-size: 11px;
  margin-right: 5px;
}
.aiq-pagination input {
  width: 32px;
  margin-right: 5px;
  text-align: left !important;
}
.aiq-pagination .fa-solid {
  font-size: 15px;
  background: none;
  border: none;
  color: #999999 !important;
}
.aiq-pagination .fa-solid:hover {
  color: #615c66 !important;
  cursor: pointer;
}
.aiq-pagination .fa-solid:active {
  color: #615c66 !important;
}
.aiq-pagination .fa-solid:disabled {
  color: #c8cac9 !important;
  cursor: default;
}

.aiq-pagination .fa-solid:disabled:hover {
  color: #c8cac9 !important;
  cursor: default;
}

#aiq-alert-modal .aiq-alert-message,
#aiq-alert-modal .aiq-alert-title {
  font-family: var(--font-primary);
  color: #615c66 !important;
}

.aiq-confirmation .aiq-confirmation-title {
  color: #615c66 !important;
}
.aiq-confirmation .aiq-confirmation-content .label {
  font-family: var(--font-primary);
}

:root {
  --font-sora: "Sora", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  --font-roboto-medium: "Roboto-Medium", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-primary: "Inter", sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 800;
  --clr-white: #fff;
  --clr-text-light: var(--clr-white);
  --clr-text-dark: var(--clr-black-500);
  --clr-input-border: #999;
  --clr-white-900: #ffffff;
  --clr-black-50: #e9e9e9;
  --clr-black-100: #d3d3d3;
  --clr-black-200: #a7a7a7;
  --clr-black-300: #7a7a7a;
  --clr-black-400: #4e4e4e;
  --clr-black-500: #222222;
  --clr-black-600: #191b1e;
  --clr-primary-100: #e7eef2;
  --clr-primary-200: #c4d5e0;
  --clr-primary-300: #9db9cb;
  --clr-primary-400: #7596ac;
  --clr-primary-500: #5887a6;
  --clr-primary-600: #3b7296;
  --clr-primary-700: #265070;
  --clr-primary-800: #15314a;
  --clr-primary-900: #0b2740;
  --clr-primary-1000: #0c171e;
  --clr-navy-50: #e8eaef;
  --clr-navy-100: #d0d5df;
  --clr-navy-200: #a2abbf;
  --clr-navy-300: #73809e;
  --clr-navy-400: #45567e;
  --clr-navy-500: #162c5e;
  --clr-navy-600: #12234b;
  --clr-navy-700: #0d1a38;
  --clr-navy-800: #091226;
  --clr-navy-900: #040913;
  --clr-gray-25: #f9f9fa;
  --clr-gray-50: #efeff0;
  --clr-gray-100: #dfdee0;
  --clr-gray-200: #c0bec2;
  --clr-gray-300: #a09da3;
  --clr-gray-400: #817d85;
  --clr-gray-500: #615c66;
  --clr-gray-600: #4e4a52;
  --clr-gray-700: #3a373d;
  --clr-gray-800: #272529;
  --clr-gray-900: #1d1c1f;
  --clr-gray-1000: #b0b0b0;
  --clr-gray-1100: #222222;
  --clr-error-50: #fcebea;
  --clr-error-100: #f8d7d5;
  --clr-error-200: #f1afab;
  --clr-error-300: #ea8682;
  --clr-error-400: #e35e58;
  --clr-error-500: #dc362e;
  --clr-error-600: #b02b25;
  --clr-error-700: #84201c;
  --clr-error-800: #581612;
  --clr-error-900: #2c0b09;
  --clr-warning-50: #fff7eb;
  --clr-warning-100: #ffefd8;
  --clr-warning-200: #ffdfb1;
  --clr-warning-300: #ffcf89;
  --clr-warning-400: #ffbf62;
  --clr-warning-500: #ffaf3b;
  --clr-warning-600: #cc8c2f;
  --clr-warning-700: #996923;
  --clr-warning-800: #664618;
  --clr-warning-900: #33230c;
  --clr-success-50: #e7f9f4;
  --clr-success-100: #cef2e8;
  --clr-success-200: #9ee5d1;
  --clr-success-300: #6dd8ba;
  --clr-success-400: #3dcba3;
  --clr-success-500: #0cbe8c;
  --clr-success-600: #0a9870;
  --clr-success-700: #077254;
  --clr-success-800: #054c38;
  --clr-success-900: #02261c;
  --clr-informative-50: #eafafb;
  --clr-informative-100: #d6f5f6;
  --clr-informative-200: #adebee;
  --clr-informative-300: #83e2e5;
  --clr-informative-400: #5ad8dd;
  --clr-informative-500: #31ced4;
  --clr-informative-600: #27a5aa;
  --clr-informative-700: #1d7c7f;
  --clr-informative-800: #145255;
  --clr-informative-900: #0a292a;
  --clr-menu-900: #0b2740;
  --clr-menu-700: #265070;
  --heading-xl-font-size: 3.75rem;
  --heading-xl-line-height: 4.625rem;
  --heading-xl-letter-spacing: -0.32rem;
  --heading-xl-font-weight: 400;
  --heading-lg-font-size: 3rem;
  --heading-lg-line-height: 3.75rem;
  --heading-lg-font-weight: 400;
  --heading-md-font-size: 2.25rem;
  --heading-md-line-height: 2.75rem;
  --heading-md-letter-spacing: 0.32rem;
  --heading-md-font-weight: 400;
  --heading-sm-font-size: 1.875rem;
  --heading-sm-line-height: 2.375rem;
  --heading-sm-font-weight: 400;
  --heading-xs-font-size: 1.5rem;
  --heading-xs-line-height: 2rem;
  --heading-xs-font-weight: 400;
  --heading-xxs-font-size: 1.25rem;
  --heading-xxs-line-height: 1.5rem;
  --heading-xxs-font-weight: 400;
  --heading-xxxs-font-size: 1.125rem;
  --heading-xxxs-line-height: 1.25rem;
  --heading-xxxs-font-weight: 400;
  --heading-xxxxs-font-size: 1rem;
  --heading-xxxxs-line-height: 1.25rem;
  --heading-xxxxs-font-weight: 600;
  --text-xl-font-size: 1.25rem;
  --text-xl-line-height: 1.875rem;
  --text-xl-font-weight: 400;
  --text-lg-font-size: 1.125rem;
  --text-lg-line-height: 1.75rem;
  --text-lg-font-weight: 400;
  --text-md-font-size: 1rem;
  --text-md-line-height: 1.5rem;
  --text-md-font-weight: 400;
  --text-sm-font-size: 0.875rem;
  --text-sm-line-height: 1.25rem;
  --text-sm-font-weight: 400;
  --text-xs-font-size: 0.75rem;
  --text-xs-line-height: 1.125rem;
  --text-xs-font-weight: 400;
  --button-sm-font-size: 0.875rem;
  --button-sm-line-height: 1.25rem;
  --button-sm-font-weight: 500;
  --button-xs-font-size: 0.75rem;
  --button-xs-line-height: 1.125rem;
  --button-xs-font-weight: 400;
  --label-sm-font-size: 0.75rem;
  --label-sm-line-height: 1.125rem;
  --label-sm-font-weight: 400;
  --label-mm-font-size: 0.75rem;
  --label-mm-line-height: 1rem;
  --label-mm-font-weight: 600;
  --link-sm-font-size: 0.875rem;
  --link-sm-line-height: 1.25rem;
  --link-sm-font-weight: 500;
  --link-xs-font-size: 0.75rem;
  --link-xs-line-height: 1rem;
  --link-xs-font-weight: 500;
  --link-xxs-font-size: 0.675rem;
  --link-xxs-line-height: 0.75rem;
  --link-xxs-font-weight: 500;
  --link-xxxs-font-size: 0.5rem;
  --link-xxxs-line-height: 0.625rem;
  --link-xxxs-font-weight: 600;
  --hint-sm-font-size: 0.675rem;
  --hint-sm-line-height: 1rem;
  --hint-sm-font-weight: 500;
  --space-0-25: 0.0625rem;
  --space-25-50: 0.125rem;
  --space-1: 0.25rem;
  --space-1-25: 0.3125rem;
  --space-1-5: 0.375rem;
  --space-2: 0.5rem;
  --space-2-5: 0.625rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-4-5: 1.125rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-6-5: 1.625rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-18: 4.5rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;
  --space-40: 10rem;
  --space-48: 12rem;
  --space-56: 14rem;
  --space-64: 16rem;
  --container-sm: 40rem;
  --container-md: 48rem;
  --container-lg: 64rem;
  --container-xl: 80rem;
  --shadow-xs: 0px 1px 2px rgba(34, 34, 34, 0.05);
  --shadow-sm: 0px 1px 3px rgba(34, 34, 34, 0.1), 0px 1px 2px rgba(34, 34, 34, 0.06);
  --shadow-md: 0px 4px 8px -2px rgba(34, 34, 34, 0.1), 0px 2px 4px -2px rgba(34, 34, 34, 0.06);
  --shadow-mhd: 0px 4px 8px 0px rgba(34, 34, 34, 0.12);
  --shadow-hd: 0px 8px 16px 0px rgba(34, 34, 34, 0.16);
  --shadow-lg: 0px 12px 16px -4px rgba(34, 34, 34, 0.1), 0px 4px 6px -2px rgba(34, 34, 34, 0.05);
  --shadow-xl: 0px 20px 24px -4px rgba(34, 34, 34, 0.1), 0px 8px 8px -4px rgba(34, 34, 34, 0.04);
  --shadow-2xl: 0px 24px 48px -12px rgba(34, 34, 34, 0.25);
  --shadow-3xl: 0px 32px 64px -12px rgba(34, 34, 34, 0.2);
  --shadow-4xl: 0px 28px 60px -4px rgba(34, 34, 34, 0.1);
}
:root[data-theme=burgundy] {
  --clr-menu-900: #A32020;
  --clr-menu-700: #DB536A;
}
:root[data-theme=aiq] {
  --clr-gray-50: #f6f6f8;
  --clr-gray-100: #fafafa;
  --clr-gray-200: #f5f5f5;
  --clr-gray-300: #e5e4e7;
  --clr-gray-400: #c8c5cb;
  --clr-gray-500: #ada8b2;
  --clr-gray-600: #938d99;
  --clr-gray-700: #797380;
  --clr-gray-800: #615c66;
  --clr-gray-900: #49454d;
  --clr-gray-1000: #322f34;
  --clr-white-900: #fdfdfd;
  --clr-black-50: #e9e9e9;
  --clr-black-100: #d3d3d3;
  --clr-black-200: #a7a7a7;
  --clr-black-300: #7a7a7a;
  --clr-black-400: #4e4e4e;
  --clr-black-900: #000000;
  --clr-black-400-2: #222222;
  --clr-primary-50: #ecf5ff;
  --clr-primary-100: #ddecff;
  --clr-primary-200: #c2dcff;
  --clr-primary-300: #9cc3ff;
  --clr-primary-400: #688bff;
  --clr-primary-500: #426eff;
  --clr-primary-600: #3653f5;
  --clr-primary-700: #2a42d8;
  --clr-primary-800: #253aae;
  --clr-primary-900: #162c5e;
  --clr-primary-1000: #161e50;
  --clr-navy-50: #e8eaef;
  --clr-navy-100: #f1f3f7;
  --clr-navy-200: #e1e4eb;
  --clr-navy-300: #d0d5df;
  --clr-navy-400: #c0c8d9;
  --clr-navy-500: #a2abbf;
  --clr-navy-600: #73809e;
  --clr-navy-700: #45567e;
  --clr-navy-800: #162c5e;
  --clr-navy-900: #161e50;
  --clr-charcoal-50: #f4f4f5;
  --clr-charcoal-100: #e4e4e7;
  --clr-charcoal-200: #d4d4d8;
  --clr-charcoal-300: #a1a1aa;
  --clr-charcoal-400: #71717a;
  --clr-charcoal-500: #52525b;
  --clr-charcoal-600: #3f3f46;
  --clr-charcoal-700: #27272a;
  --clr-charcoal-800: #1a1a1e;
  --clr-charcoal-900: #18181b;
  --clr-charcoal-1000: #0e0e11;
  --clr-burgundy-700: #ec4747;
  --clr-burgundy-800: #d82a2a;
  --clr-burgundy-900: #a32020;
  --clr-success-50: #ecfdf6;
  --clr-success-100: #d0fbe7;
  --clr-success-200: #a5f5d4;
  --clr-success-300: #6beabe;
  --clr-success-400: #30d7a2;
  --clr-success-500: #0cbe8c;
  --clr-success-600: #029972;
  --clr-success-700: #017b5e;
  --clr-success-800: #04614c;
  --clr-success-900: #045040;
  --clr-success-1000: #012d25;
  --clr-warning-50: #fff8eb;
  --clr-warning-100: #ffeac6;
  --clr-warning-200: #ffd288;
  --clr-warning-300: #ffaf3b;
  --clr-warning-400: #ff9a20;
  --clr-warning-500: #f97507;
  --clr-warning-600: #dd5102;
  --clr-warning-700: #b73406;
  --clr-warning-800: #94270c;
  --clr-warning-900: #7a220d;
  --clr-warning-1000: #460e02;
  --clr-error-50: #fef3f2;
  --clr-error-100: #fee3e2;
  --clr-error-200: #feccca;
  --clr-error-300: #fbaaa6;
  --clr-error-400: #f77872;
  --clr-error-500: #ee4d45;
  --clr-error-600: #dc362e;
  --clr-error-700: #b8241d;
  --clr-error-800: #98221c;
  --clr-error-900: #7e221e;
  --clr-error-1000: #450d0a;
  --clr-informative-50: #eefdfd;
  --clr-informative-100: #d5f8f8;
  --clr-informative-200: #aff1f2;
  --clr-informative-300: #78e6e8;
  --clr-informative-400: #31ced4;
  --clr-informative-500: #1eb4bc;
  --clr-informative-600: #1c919e;
  --clr-informative-700: #1d7581;
  --clr-informative-800: #205f6a;
  --clr-informative-900: #1f505a;
  --clr-informative-1000: #0f343d;
  --clr-yellow-50: #fefbe8;
  --clr-yellow-100: #fef6c3;
  --clr-yellow-200: #feeb8a;
  --clr-yellow-300: #fdd847;
  --clr-yellow-400: #fac215;
  --clr-yellow-500: #eaa908;
  --clr-yellow-600: #ca8104;
  --clr-yellow-700: #a15b07;
  --clr-yellow-800: #85480e;
  --clr-yellow-900: #713b12;
  --clr-yellow-1000: #421d06;
  --clr-purple-50: #fdf6fd;
  --clr-purple-100: #faecfb;
  --clr-purple-200: #f5d7f7;
  --clr-purple-300: #edb8ef;
  --clr-purple-400: #e38de5;
  --clr-purple-500: #d261d4;
  --clr-purple-600: #ad3ead;
  --clr-purple-700: #973494;
  --clr-purple-800: #7c2c79;
  --clr-purple-900: #662962;
  --clr-purple-1000: #421040;
  --clr-violet-100: #eeecfb;
  --clr-violet-200: #e0dcf8;
  --clr-violet-300: #c8bff3;
  --clr-violet-400: #ac9aeb;
  --clr-violet-500: #8f71e1;
  --clr-violet-600: #7e53d4;
  --clr-violet-700: #6f42c1;
  --clr-violet-800: #5c36a1;
  --clr-violet-900: #4d2e84;
  --clr-violet-1000: #2f1c59;
  --clr-green-50: #f3faeb;
  --clr-green-100: #e6f4d7;
  --clr-green-200: #cbe8ae;
  --clr-green-300: #a9d87e;
  --clr-green-400: #89c655;
  --clr-green-500: #6bab37;
  --clr-green-600: #518828;
  --clr-green-700: #3f6823;
  --clr-green-800: #355420;
  --clr-green-900: #2f481f;
  --clr-green-1000: #16270c;
  --clr-noir-100: #201f1e;
  --clr-noir-200: #252423;
  --clr-noir-300: #292827;
  --clr-noir-400: #323130;
  --clr-noir-500: #3b3a39;
  --clr-noir-600: #484644;
  --clr-noir-700: #605e5c;
  --clr-noir-800: #797775;
  --clr-noir-900: #a19f9d;
  --clr-noir-1000: #bebbb8;
  --clr-noir-1100: #e1dfdd;
  --clr-noir-1200: #ffffff;
  --clr-noir-1200-alpha-8: rgba(255, 255, 255, 0.08);
  --clr-noir-100-alpha-8: rgba(0, 0, 0, 0.08);
  --clr-sky-100: #5ea2ff;
  --clr-sky-200: #7bb8ff;
  --clr-sky-300: #4a90e2;
}
:root[data-mode=light] {
  --clr-canvas-primary: var(--clr-gray-200);
  --clr-canvas-secondary: var(--clr-white-900);
  --clr-canvas-border: var(--clr-gray-300);
  --clr-canvas-modal-bg: var(--clr-gray-300);
  --clr-canvas-accent: var(--clr-primary-600);
  --clr-canvas-skeleton-grid: var(--clr-gray-300);
  --clr-canvas-skeleton-sidebar: var(--clr-navy-400);
  --clr-snackbar-success-bg: var(--clr-success-50);
  --clr-snackbar-success-border: var(--clr-success-300);
  --clr-snackbar-success-content: var(--clr-success-800);
  --clr-snackbar-warning-bg: var(--clr-warning-50);
  --clr-snackbar-warning-border: var(--clr-warning-300);
  --clr-snackbar-warning-content: var(--clr-warning-700);
  --clr-snackbar-error-bg: var(--clr-error-50);
  --clr-snackbar-error-border: var(--clr-error-300);
  --clr-snackbar-error-content: var(--clr-error-800);
  --clr-snackbar-info-bg: var(--clr-primary-50);
  --clr-snackbar-info-border: var(--clr-primary-300);
  --clr-snackbar-info-content: var(--clr-primary-800);
  --clr-tablerow-border: var(--clr-gray-300);
  --clr-tablerow-divider: var(--clr-gray-400);
  --clr-tablerow-divider-hover: var(--clr-gray-400);
  --clr-tablerow-border-selected: var(--clr-primary-300);
  --clr-tablerow-primary: var(--clr-gray-200);
  --clr-tablerow-secondary: var(--clr-white-900);
  --clr-tablerow-hover: var(--clr-navy-100);
  --clr-tablerow-headercell-hover: var(--clr-gray-200);
  --clr-tablerow-headercell-pressed: var(--clr-gray-300);
  --clr-tablerow-selection: var(--clr-primary-100);
  --clr-tablerow-disabled: var(--clr-gray-200);
  --clr-tablerow-header: var(--clr-white-900);
  --clr-tablerow-selection-important: var(--clr-error-200);
  --clr-topbar-bg: var(--clr-white-900);
  --clr-topbar-border: var(--clr-gray-400);
  --clr-topbar-section-header: var(--clr-gray-300);
  --clr-topbar-header-bg: var(--clr-white-900);
  --clr-topbar-header-border: var(--clr-noir-100-alpha-8);
  --clr-sidebar-bg: var(--clr-primary-900);
  --clr-sidebar-item-default: var(--clr-primary-900);
  --clr-sidebar-item-hover: var(--clr-primary-800);
  --clr-sidebar-item-active: var(--clr-primary-600);
  --clr-sidebar-item-icon: var(--clr-white-900);
  --clr-sidebar-dropdown: var(--clr-primary-100);
  --clr-sidebar-list-item: var(--clr-primary-100);
  --clr-sidebar-list-item-hover: var(--clr-primary-200);
  --clr-sidebar-submenu-bg: var(--clr-primary-100);
  --clr-text-primary: var(--clr-black-900);
  --clr-text-secondary: var(--clr-gray-800);
  --clr-text-placeholder: var(--clr-gray-600);
  --clr-text-alternative: var(--clr-white-900);
  --clr-text-disabled: var(--clr-gray-600);
  --clr-text-draft-disabled: var(--clr-gray-600);
  --clr-text-approved: var(--clr-success-800);
  --clr-text-approved-disabled: var(--clr-success-300);
  --clr-text-progress: var(--clr-primary-800);
  --clr-text-progress-disabled: var(--clr-primary-300);
  --clr-text-error: var(--clr-error-800);
  --clr-text-error-disabled: var(--clr-error-300);
  --clr-text-warning: var(--clr-warning-700);
  --clr-text-warning-disabled: var(--clr-warning-300);
  --clr-text-credit: var(--clr-error-700);
  --clr-text-tab-active: var(--clr-primary-600);
  --clr-text-value: var(--clr-navy-900);
  --clr-buttons-approve-default: var(--clr-success-600);
  --clr-buttons-approve-hover: var(--clr-success-700);
  --clr-buttons-approve-active: var(--clr-success-800);
  --clr-buttons-approve-disabled: var(--clr-gray-200);
  --clr-buttons-reject-default: var(--clr-error-600);
  --clr-buttons-reject-hover: var(--clr-error-700);
  --clr-buttons-reject-active: var(--clr-error-800);
  --clr-buttons-reject-disabled: var(--clr-gray-200);
  --clr-buttons-primary-default: var(--clr-primary-600);
  --clr-buttons-primary-hover: var(--clr-primary-700);
  --clr-buttons-primary-active: var(--clr-primary-800);
  --clr-buttons-primary-disabled: var(--clr-gray-200);
  --clr-buttons-secondary-default: var(--clr-primary-100);
  --clr-buttons-secondary-hover: var(--clr-primary-200);
  --clr-buttons-secondary-active: var(--clr-primary-300);
  --clr-buttons-secondary-disabled: var(--clr-gray-200);
  --clr-buttons-secondary-border: var(--clr-primary-300);
  --clr-buttons-secondary-border-hover: var(--clr-primary-400);
  --clr-buttons-secondary-border-active: var(--clr-primary-400);
  --clr-buttons-border-disabled: var(--clr-gray-300);
  --clr-buttons-actions-default: var(--clr-white-900);
  --clr-buttons-actions-rowhover: var(--clr-navy-200);
  --clr-buttons-actions-hover: var(--clr-navy-300);
  --clr-buttons-actions-active: var(--clr-navy-400);
  --clr-buttons-link-default: var(--clr-primary-600);
  --clr-buttons-link-hover: var(--clr-primary-700);
  --clr-buttons-link-active: var(--clr-primary-800);
  --clr-buttons-link-disabled: var(--clr-gray-600);
  --clr-icon-primary-default: var(--clr-gray-800);
  --clr-icon-primary-hover: var(--clr-gray-900);
  --clr-icon-primary-active: var(--clr-gray-1000);
  --clr-icon-primary-disabled: var(--clr-gray-400);
  --clr-icon-toggled: var(--clr-primary-600);
  --clr-icon-add-default: var(--clr-primary-600);
  --clr-icon-add-bg-default: var(--clr-primary-200);
  --clr-icon-add-bg-hover: var(--clr-primary-300);
  --clr-icon-add-bg-active: var(--clr-primary-300);
  --clr-icon-fav-default: var(--clr-gray-800);
  --clr-icon-fav-bg-default: var(--clr-primary-200);
  --clr-icon-fav-bg-hover: var(--clr-primary-300);
  --clr-icon-fav-bg-active: var(--clr-primary-300);
  --clr-icon-fav-active: var(--clr-warning-500);
  --clr-icon-sidebar-default: var(--clr-white-900);
  --clr-icon-alternative: var(--clr-white-900);
  --clr-icon-bg: var(--clr-white-900);
  --clr-icon-bg-alternative: var(--clr-gray-200);
  --clr-icon-bg-hover: var(--clr-gray-300);
  --clr-icon-bg-active: var(--clr-gray-300);
  --clr-icon-bg-disabled: var(--clr-gray-200);
  --clr-tabs-bg-default: var(--clr-white-900);
  --clr-tabs-bg-dropdown-default: var(--clr-primary-100);
  --clr-tabs-bg-hover: var(--clr-gray-100);
  --clr-tabs-bg-active: var(--clr-white-900);
  --clr-tabs-bg-active-hover: var(--clr-primary-100);
  --clr-tabs-border-active: var(--clr-primary-600);
  --clr-tabs-border-default: var(--clr-gray-300);
  --clr-profile-default: var(--clr-primary-900);
  --clr-profile-hover: var(--clr-primary-800);
  --clr-profile-active: var(--clr-primary-700);
  --clr-placeholder-bg: var(--clr-white-900);
  --clr-placeholder-bg-alternative: var(--clr-gray-200);
  --clr-placeholder-bg-disabled: var(--clr-gray-200);
  --clr-placeholder-border-default: var(--clr-gray-400);
  --clr-placeholder-border-hover: var(--clr-gray-500);
  --clr-placeholder-border-active: var(--clr-primary-400);
  --clr-placeholder-border-error-default: var(--clr-error-400);
  --clr-placeholder-border-error-hover: var(--clr-error-500);
  --clr-placeholder-border-error-active: var(--clr-error-600);
  --clr-tooltip-default: var(--clr-gray-800);
  --clr-datepicker-date-bg-default: var(--clr-white-900);
  --clr-datepicker-date-bg-today: var(--clr-primary-200);
  --clr-datepicker-date-bg-hover: var(--clr-primary-300);
  --clr-datepicker-date-bg-selected: var(--clr-primary-600);
  --clr-datepicker-date-bg-disabled: var(--clr-white-900);
  --clr-checkbox-radio-selected-default: var(--clr-primary-600);
  --clr-checkbox-radio-selected-hover: var(--clr-primary-700);
  --clr-checkbox-radio-selected-active: var(--clr-primary-600);
  --clr-checkbox-radio-selected-disabled: var(--clr-gray-300);
  --clr-dropdown-list-item-default: var(--clr-white-900);
  --clr-dropdown-list-item-hover: var(--clr-gray-200);
  --clr-dropdown-list-item-active: var(--clr-primary-200);
  --clr-dropdown-list-item-disabled: var(--clr-gray-200);
  --clr-status-gray: var(--clr-gray-200);
  --clr-status-gray-hover: var(--clr-gray-300);
  --clr-status-gray-active: var(--clr-gray-400);
  --clr-status-gray-disabled: var(--clr-gray-200);
  --clr-status-green: var(--clr-success-100);
  --clr-status-green-hover: var(--clr-success-200);
  --clr-status-green-active: var(--clr-success-300);
  --clr-status-green-disabled: var(--clr-success-100);
  --clr-status-lightgreen: var(--clr-green-100);
  --clr-status-lightgreen-hover: var(--clr-green-200);
  --clr-status-lightgreen-active: var(--clr-green-300);
  --clr-status-yellow: var(--clr-yellow-50);
  --clr-status-yellow-hover: var(--clr-yellow-100);
  --clr-status-yellow-active: var(--clr-yellow-200);
  --clr-status-orange: var(--clr-warning-100);
  --clr-status-orange-hover: var(--clr-warning-200);
  --clr-status-orange-active: var(--clr-warning-300);
  --clr-status-orange-disabled: var(--clr-warning-100);
  --clr-status-red: var(--clr-error-200);
  --clr-status-red-hover: var(--clr-error-300);
  --clr-status-red-active: var(--clr-error-400);
  --clr-status-red-disabled: var(--clr-error-100);
  --clr-status-blue: var(--clr-primary-200);
  --clr-status-blue-hover: var(--clr-primary-300);
  --clr-status-blue-active: var(--clr-primary-400);
  --clr-status-blue-disabled: var(--clr-primary-100);
  --clr-status-icon-success: var(--clr-success-600);
  --clr-status-icon-warn: var(--clr-warning-500);
  --clr-status-icon-error: var(--clr-error-600);
  --clr-status-icon-info: var(--clr-primary-600);
  --clr-status-border-alternative: var(--clr-white-900);
  --clr-indicator-match: var(--clr-success-600);
  --clr-indicator-matched-hover: var(--clr-success-400);
  --clr-indicator-multiply: var(--clr-yellow-600);
  --clr-indicator-multiply-hover: var(--clr-yellow-500);
  --clr-indicator-suggested: var(--clr-warning-500);
  --clr-indicator-suggested-hover: var(--clr-warning-400);
  --clr-indicator-nomatch: var(--clr-error-600);
  --clr-indicator-nomatch-hover: var(--clr-error-500);
  --clr-cards-bg: var(--clr-white-900);
  --clr-cards-bg-hover: var(--clr-gray-200);
  --clr-cards-bg-selected: var(--clr-primary-100);
  --clr-cards-bg-disabled: var(--clr-gray-200);
  --clr-cards-border-default: var(--clr-gray-300);
  --clr-cards-border-hover: var(--clr-gray-400);
  --clr-cards-border-selected: var(--clr-primary-600);
  --clr-toggle-off-default: var(--clr-gray-400);
  --clr-toggle-off-hover: var(--clr-gray-500);
  --clr-toggle-off-pressed: var(--clr-gray-600);
  --clr-toggle-off-disabled: var(--clr-gray-300);
  --clr-toggle-on-default: var(--clr-success-600);
  --clr-toggle-on-hover: var(--clr-success-700);
  --clr-toggle-on-pressed: var(--clr-success-800);
  --clr-toggle-on-disabled: var(--clr-gray-300);
  --clr-entity-menu-tabs-header-bg: var(--clr-white-900);
  --clr-entity-menu-tabs-content-bg: var(--clr-white-900);
  --clr-scrollbar-thumb: var(--clr-gray-300);
  --clr-scrollbar-track: var(--clr-white-900);
}
:root[data-mode=dark] {
  --clr-canvas-primary: var(--clr-noir-100);
  --clr-canvas-secondary: var(--clr-noir-200);
  --clr-canvas-border: var(--clr-noir-500);
  --clr-canvas-modal-bg: var(--clr-noir-500);
  --clr-canvas-accent: var(--clr-primary-600);
  --clr-canvas-skeleton-grid: var(--clr-noir-500);
  --clr-canvas-skeleton-sidebar: var(--clr-noir-400);
  --clr-snackbar-success-bg: var(--clr-success-50);
  --clr-snackbar-success-border: var(--clr-success-300);
  --clr-snackbar-success-content: var(--clr-success-800);
  --clr-snackbar-warning-bg: var(--clr-warning-50);
  --clr-snackbar-warning-border: var(--clr-warning-300);
  --clr-snackbar-warning-content: var(--clr-warning-700);
  --clr-snackbar-error-bg: var(--clr-error-50);
  --clr-snackbar-error-border: var(--clr-error-300);
  --clr-snackbar-error-content: var(--clr-error-800);
  --clr-snackbar-info-bg: #ffffff;
  --clr-snackbar-info-border: var(--clr-primary-300);
  --clr-snackbar-info-content: var(--clr-primary-800);
  --clr-tablerow-border: var(--clr-noir-500);
  --clr-tablerow-divider: var(--clr-noir-800);
  --clr-tablerow-divider-hover: var(--clr-noir-800);
  --clr-tablerow-border-selected: var(--clr-primary-900);
  --clr-tablerow-primary: var(--clr-noir-400);
  --clr-tablerow-secondary: var(--clr-noir-400);
  --clr-tablerow-hover: var(--clr-noir-500);
  --clr-tablerow-headercell-hover: var(--clr-noir-500);
  --clr-tablerow-headercell-pressed: var(--clr-noir-600);
  --clr-tablerow-selection: var(--clr-primary-1000);
  --clr-tablerow-disabled: var(--clr-noir-600);
  --clr-tablerow-header: var(--clr-noir-200);
  --clr-tablerow-selection-important: var(--clr-error-900);
  --clr-topbar-bg: var(--clr-noir-200);
  --clr-topbar-border: var(--clr-noir-500);
  --clr-topbar-section-header: var(--clr-noir-500);
  --clr-topbar-header-bg: var(--clr-noir-100);
  --clr-topbar-header-border: var(--clr-noir-1200-alpha-8);
  --clr-sidebar-bg: var(--clr-primary-900);
  --clr-sidebar-item-default: var(--clr-primary-900);
  --clr-sidebar-item-hover: var(--clr-primary-800);
  --clr-sidebar-item-active: var(--clr-primary-600);
  --clr-sidebar-item-icon: var(--clr-white-900);
  --clr-sidebar-dropdown: var(--clr-noir-200);
  --clr-sidebar-list-item: var(--clr-noir-200);
  --clr-sidebar-list-item-hover: var(--clr-noir-500);
  --clr-sidebar-submenu-bg: var(--clr-noir-400);
  --clr-text-primary: var(--clr-noir-1100);
  --clr-text-secondary: var(--clr-noir-1100);
  --clr-text-placeholder: var(--clr-noir-900);
  --clr-text-alternative: var(--clr-white-900);
  --clr-text-disabled: var(--clr-noir-800);
  --clr-text-draft-disabled: var(--clr-gray-500);
  --clr-text-approved: var(--clr-white-900);
  --clr-text-approved-disabled: var(--clr-gray-500);
  --clr-text-progress: var(--clr-white-900);
  --clr-text-progress-disabled: var(--clr-gray-500);
  --clr-text-error: var(--clr-white-900);
  --clr-text-error-disabled: var(--clr-gray-500);
  --clr-text-warning: var(--clr-white-900);
  --clr-text-warning-disabled: var(--clr-gray-500);
  --clr-text-credit: var(--clr-error-500);
  --clr-text-tab-active: var(--clr-white-900);
  --clr-text-value: var(--clr-white-900);
  --clr-buttons-approve-default: var(--clr-success-600);
  --clr-buttons-approve-hover: var(--clr-success-700);
  --clr-buttons-approve-active: var(--clr-success-800);
  --clr-buttons-approve-disabled: var(--clr-noir-600);
  --clr-buttons-reject-default: var(--clr-error-600);
  --clr-buttons-reject-hover: var(--clr-error-700);
  --clr-buttons-reject-active: var(--clr-error-800);
  --clr-buttons-reject-disabled: var(--clr-noir-600);
  --clr-buttons-primary-default: var(--clr-primary-600);
  --clr-buttons-primary-hover: var(--clr-primary-700);
  --clr-buttons-primary-active: var(--clr-primary-800);
  --clr-buttons-primary-disabled: var(--clr-noir-600);
  --clr-buttons-secondary-default: var(--clr-primary-900);
  --clr-buttons-secondary-hover: var(--clr-primary-800);
  --clr-buttons-secondary-active: var(--clr-primary-700);
  --clr-buttons-secondary-disabled: var(--clr-noir-600);
  --clr-buttons-secondary-border: var(--clr-primary-800);
  --clr-buttons-secondary-border-hover: var(--clr-primary-700);
  --clr-buttons-secondary-border-active: var(--clr-primary-600);
  --clr-buttons-border-disabled: var(--clr-charcoal-700);
  --clr-buttons-actions-default: var(--clr-noir-400);
  --clr-buttons-actions-rowhover: var(--clr-noir-300);
  --clr-buttons-actions-hover: var(--clr-noir-300);
  --clr-buttons-actions-active: var(--clr-noir-300);
  --clr-buttons-link-default: var(--clr-sky-100);
  --clr-buttons-link-hover: var(--clr-sky-200);
  --clr-buttons-link-active: var(--clr-sky-300);
  --clr-buttons-link-disabled: var(--clr-noir-800);
  --clr-icon-primary-default: var(--clr-noir-1100);
  --clr-icon-primary-hover: var(--clr-noir-1200);
  --clr-icon-primary-active: var(--clr-noir-1200);
  --clr-icon-primary-disabled: var(--clr-noir-700);
  --clr-icon-toggled: var(--clr-white-900);
  --clr-icon-add-default: var(--clr-primary-600);
  --clr-icon-add-bg-default: var(--clr-noir-300);
  --clr-icon-add-bg-hover: var(--clr-noir-400);
  --clr-icon-add-bg-active: var(--clr-noir-400);
  --clr-icon-fav-default: var(--clr-noir-500);
  --clr-icon-fav-bg-default: var(--clr-noir-300);
  --clr-icon-fav-bg-hover: var(--clr-noir-300);
  --clr-icon-fav-bg-active: var(--clr-noir-300);
  --clr-icon-fav-active: var(--clr-warning-500);
  --clr-icon-sidebar-default: var(--clr-white-900);
  --clr-icon-alternative: var(--clr-white-900);
  --clr-icon-bg: var(--clr-noir-400);
  --clr-icon-bg-alternative: var(--clr-noir-500);
  --clr-icon-bg-hover: var(--clr-noir-500);
  --clr-icon-bg-active: var(--clr-noir-600);
  --clr-icon-bg-disabled: var(--clr-noir-500);
  --clr-tabs-bg-default: var(--clr-noir-200);
  --clr-tabs-bg-dropdown-default: var(--clr-noir-400);
  --clr-tabs-bg-hover: var(--clr-noir-500);
  --clr-tabs-bg-active: var(--clr-primary-900);
  --clr-tabs-bg-active-hover: var(--clr-primary-800);
  --clr-tabs-border-active: var(--clr-primary-700);
  --clr-tabs-border-default: var(--clr-noir-500);
  --clr-profile-default: var(--clr-primary-900);
  --clr-profile-hover: var(--clr-primary-800);
  --clr-profile-active: var(--clr-primary-700);
  --clr-placeholder-bg: var(--clr-noir-300);
  --clr-placeholder-bg-alternative: var(--clr-noir-300);
  --clr-placeholder-bg-disabled: var(--clr-noir-500);
  --clr-placeholder-border-default: var(--clr-noir-500);
  --clr-placeholder-border-hover: var(--clr-noir-600);
  --clr-placeholder-border-active: var(--clr-noir-700);
  --clr-placeholder-border-error-default: var(--clr-error-400);
  --clr-placeholder-border-error-hover: var(--clr-error-500);
  --clr-placeholder-border-error-active: var(--clr-error-600);
  --clr-tooltip-default: var(--clr-charcoal-500);
  --clr-datepicker-date-bg-default: var(--clr-noir-200);
  --clr-datepicker-date-bg-today: var(--clr-primary-900);
  --clr-datepicker-date-bg-hover: var(--clr-primary-800);
  --clr-datepicker-date-bg-selected: var(--clr-primary-600);
  --clr-datepicker-date-bg-disabled: var(--clr-noir-200);
  --clr-checkbox-radio-selected-default: var(--clr-primary-600);
  --clr-checkbox-radio-selected-hover: var(--clr-primary-700);
  --clr-checkbox-radio-selected-active: var(--clr-primary-800);
  --clr-checkbox-radio-selected-disabled: var(--clr-noir-300);
  --clr-dropdown-list-item-default: var(--clr-noir-200);
  --clr-dropdown-list-item-hover: var(--clr-noir-300);
  --clr-dropdown-list-item-active: var(--clr-primary-900);
  --clr-dropdown-list-item-disabled: var(--clr-noir-600);
  --clr-status-gray: var(--clr-gray-800);
  --clr-status-gray-hover: var(--clr-gray-700);
  --clr-status-gray-active: var(--clr-gray-600);
  --clr-status-gray-disabled: var(--clr-gray-800);
  --clr-status-green: var(--clr-success-800);
  --clr-status-green-hover: var(--clr-success-700);
  --clr-status-green-active: var(--clr-success-600);
  --clr-status-green-disabled: var(--clr-success-800);
  --clr-status-lightgreen: var(--clr-success-800);
  --clr-status-lightgreen-hover: var(--clr-success-800);
  --clr-status-lightgreen-active: var(--clr-success-800);
  --clr-status-yellow: var(--clr-success-800);
  --clr-status-yellow-hover: var(--clr-success-800);
  --clr-status-yellow-active: var(--clr-success-800);
  --clr-status-orange: var(--clr-warning-600);
  --clr-status-orange-hover: var(--clr-warning-500);
  --clr-status-orange-active: var(--clr-warning-400);
  --clr-status-orange-disabled: var(--clr-warning-800);
  --clr-status-red: var(--clr-error-800);
  --clr-status-red-hover: var(--clr-error-700);
  --clr-status-red-active: var(--clr-error-600);
  --clr-status-red-disabled: var(--clr-error-800);
  --clr-status-blue: var(--clr-primary-800);
  --clr-status-blue-hover: var(--clr-primary-700);
  --clr-status-blue-active: var(--clr-primary-600);
  --clr-status-blue-disabled: var(--clr-primary-800);
  --clr-status-icon-success: var(--clr-success-600);
  --clr-status-icon-warn: var(--clr-warning-600);
  --clr-status-icon-error: var(--clr-error-600);
  --clr-status-icon-info: var(--clr-primary-600);
  --clr-status-border-alternative: var(--clr-white-900);
  --clr-indicator-match: var(--clr-success-600);
  --clr-indicator-matched-hover: var(--clr-success-500);
  --clr-indicator-multiply: var(--clr-yellow-600);
  --clr-indicator-multiply-hover: var(--clr-yellow-500);
  --clr-indicator-suggested: var(--clr-warning-600);
  --clr-indicator-suggested-hover: var(--clr-warning-500);
  --clr-indicator-nomatch: var(--clr-error-600);
  --clr-indicator-nomatch-hover: var(--clr-error-500);
  --clr-cards-bg: var(--clr-noir-200);
  --clr-cards-bg-hover: var(--clr-noir-300);
  --clr-cards-bg-selected: var(--clr-primary-900);
  --clr-cards-bg-disabled: var(--clr-noir-400);
  --clr-cards-border-default: var(--clr-noir-500);
  --clr-cards-border-hover: var(--clr-noir-600);
  --clr-cards-border-selected: var(--clr-primary-600);
  --clr-toggle-off-default: var(--clr-charcoal-400);
  --clr-toggle-off-hover: var(--clr-charcoal-300);
  --clr-toggle-off-pressed: var(--clr-charcoal-200);
  --clr-toggle-off-disabled: var(--clr-charcoal-500);
  --clr-toggle-on-default: var(--clr-success-600);
  --clr-toggle-on-hover: var(--clr-success-700);
  --clr-toggle-on-pressed: var(--clr-success-800);
  --clr-toggle-on-disabled: var(--clr-charcoal-500);
  --clr-entity-menu-tabs-header-bg: var(--clr-noir-200);
  --clr-entity-menu-tabs-content-bg: var(--clr-noir-400);
  --clr-scrollbar-thumb: var(--clr-noir-600);
  --clr-scrollbar-track: var(--clr-noir-200);
}
:root[data-mode=burgundy] {
  --clr-canvas-primary: var(--clr-gray-100);
  --clr-canvas-secondary: var(--clr-white-900);
  --clr-canvas-border: var(--clr-gray-300);
  --clr-canvas-modal-bg: var(--clr-gray-300);
  --clr-canvas-accent: var(--clr-primary-600);
  --clr-canvas-skeleton-grid: var(--clr-gray-300);
  --clr-canvas-skeleton-sidebar: var(--clr-navy-400);
  --clr-snackbar-success-bg: var(--clr-success-50);
  --clr-snackbar-success-border: var(--clr-success-300);
  --clr-snackbar-success-content: var(--clr-success-800);
  --clr-snackbar-warning-bg: var(--clr-warning-50);
  --clr-snackbar-warning-border: var(--clr-warning-300);
  --clr-snackbar-warning-content: var(--clr-warning-700);
  --clr-snackbar-error-bg: var(--clr-error-50);
  --clr-snackbar-error-border: var(--clr-error-300);
  --clr-snackbar-error-content: var(--clr-error-800);
  --clr-snackbar-info-bg: var(--clr-primary-50);
  --clr-snackbar-info-border: var(--clr-primary-300);
  --clr-snackbar-info-content: var(--clr-primary-800);
  --clr-tablerow-border: var(--clr-gray-200);
  --clr-tablerow-divider: var(--clr-gray-200);
  --clr-tablerow-divider-hover: var(--clr-gray-400);
  --clr-tablerow-border-selected: var(--clr-primary-300);
  --clr-tablerow-primary: var(--clr-gray-200);
  --clr-tablerow-secondary: var(--clr-white-900);
  --clr-tablerow-hover: var(--clr-navy-100);
  --clr-tablerow-headercell-hover: var(--clr-gray-200);
  --clr-tablerow-headercell-pressed: var(--clr-gray-300);
  --clr-tablerow-selection: var(--clr-burgundy-100);
  --clr-tablerow-disabled: var(--clr-gray-200);
  --clr-tablerow-header: var(--clr-white-900);
  --clr-tablerow-selection-important: var(--clr-error-200);
  --clr-topbar-bg: var(--clr-white-900);
  --clr-topbar-border: var(--clr-gray-400);
  --clr-topbar-section-header: var(--clr-gray-300);
  --clr-topbar-header-bg: var(--clr-white-900);
  --clr-topbar-header-border: var(--clr-noir-1200-alpha-8);
  --clr-sidebar-bg: var(--clr-burgundy-900);
  --clr-sidebar-item-default: var(--clr-burgundy-900);
  --clr-sidebar-item-hover: var(--clr-burgundy-800);
  --clr-sidebar-item-active: var(--clr-burgundy-700);
  --clr-sidebar-item-icon: var(--clr-white-900);
  --clr-sidebar-dropdown: var(--clr-primary-100);
  --clr-sidebar-list-item: var(--clr-primary-100);
  --clr-sidebar-list-item-hover: var(--clr-primary-200);
  --clr-sidebar-submenu-bg: var(--clr-white-900);
  --clr-text-primary: var(--clr-black-900);
  --clr-text-secondary: var(--clr-gray-800);
  --clr-text-placeholder: var(--clr-gray-600);
  --clr-text-alternative: var(--clr-white-900);
  --clr-text-disabled: var(--clr-gray-600);
  --clr-text-draft-disabled: var(--clr-gray-600);
  --clr-text-approved: var(--clr-success-800);
  --clr-text-approved-disabled: var(--clr-success-800);
  --clr-text-progress: var(--clr-primary-600);
  --clr-text-progress-disabled: var(--clr-primary-300);
  --clr-text-error: var(--clr-error-700);
  --clr-text-error-disabled: var(--clr-error-700);
  --clr-text-warning: var(--clr-warning-800);
  --clr-text-warning-disabled: var(--clr-warning-800);
  --clr-text-credit: var(--clr-error-700);
  --clr-text-tab-active: var(--clr-primary-600);
  --clr-text-value: var(--clr-primary-600);
  --clr-buttons-approve-default: var(--clr-success-600);
  --clr-buttons-approve-hover: var(--clr-success-700);
  --clr-buttons-approve-active: var(--clr-success-800);
  --clr-buttons-approve-disabled: var(--clr-gray-200);
  --clr-buttons-reject-default: var(--clr-error-600);
  --clr-buttons-reject-hover: var(--clr-error-700);
  --clr-buttons-reject-active: var(--clr-error-800);
  --clr-buttons-reject-disabled: var(--clr-gray-200);
  --clr-buttons-primary-default: var(--clr-primary-600);
  --clr-buttons-primary-hover: var(--clr-primary-700);
  --clr-buttons-primary-active: var(--clr-primary-800);
  --clr-buttons-primary-disabled: var(--clr-gray-200);
  --clr-buttons-secondary-default: var(--clr-white-900);
  --clr-buttons-secondary-hover: var(--clr-gray-200);
  --clr-buttons-secondary-active: var(--clr-gray-300);
  --clr-buttons-secondary-disabled: var(--clr-gray-200);
  --clr-buttons-secondary-border: var(--clr-gray-300);
  --clr-buttons-secondary-border-hover: var(--clr-gray-400);
  --clr-buttons-secondary-border-active: var(--clr-gray-500);
  --clr-buttons-border-disabled: var(--clr-gray-300);
  --clr-buttons-actions-default: var(--clr-white-900);
  --clr-buttons-actions-rowhover: var(--clr-navy-200);
  --clr-buttons-actions-hover: var(--clr-navy-300);
  --clr-buttons-actions-active: var(--clr-navy-400);
  --clr-buttons-link-default: var(--clr-primary-600);
  --clr-buttons-link-hover: var(--clr-primary-700);
  --clr-buttons-link-active: var(--clr-primary-800);
  --clr-buttons-link-disabled: var(--clr-gray-600);
  --clr-icon-primary-default: var(--clr-gray-800);
  --clr-icon-primary-hover: var(--clr-gray-900);
  --clr-icon-primary-active: var(--clr-gray-1000);
  --clr-icon-primary-disabled: var(--clr-gray-400);
  --clr-icon-toggled: var(--clr-white-900);
  --clr-icon-add-default: var(--clr-primary-600);
  --clr-icon-add-bg-default: var(--clr-primary-200);
  --clr-icon-add-bg-hover: var(--clr-primary-300);
  --clr-icon-add-bg-active: var(--clr-primary-300);
  --clr-icon-fav-default: var(--clr-gray-800);
  --clr-icon-fav-bg-default: var(--clr-primary-200);
  --clr-icon-fav-bg-hover: var(--clr-primary-300);
  --clr-icon-fav-bg-active: var(--clr-primary-300);
  --clr-icon-fav-active: var(--clr-warning-500);
  --clr-icon-sidebar-default: var(--clr-white-900);
  --clr-icon-alternative: var(--clr-white-900);
  --clr-icon-bg: var(--clr-white-900);
  --clr-icon-bg-alternative: var(--clr-gray-200);
  --clr-icon-bg-hover: var(--clr-navy-200);
  --clr-icon-bg-active: var(--clr-navy-300);
  --clr-icon-bg-disabled: var(--clr-navy-200);
  --clr-tabs-bg-default: var(--clr-white-900);
  --clr-tabs-bg-dropdown-default: var(--clr-primary-100);
  --clr-tabs-bg-hover: var(--clr-gray-100);
  --clr-tabs-bg-active: var(--clr-white-900);
  --clr-tabs-bg-active-hover: var(--clr-primary-100);
  --clr-tabs-border-active: var(--clr-primary-600);
  --clr-tabs-border-default: var(--clr-gray-300);
  --clr-profile-default: var(--clr-primary-900);
  --clr-profile-hover: var(--clr-primary-800);
  --clr-profile-active: var(--clr-primary-700);
  --clr-placeholder-bg: var(--clr-white-900);
  --clr-placeholder-bg-alternative: var(--clr-gray-200);
  --clr-placeholder-bg-disabled: var(--clr-gray-200);
  --clr-placeholder-border-default: var(--clr-gray-300);
  --clr-placeholder-border-hover: var(--clr-gray-400);
  --clr-placeholder-border-active: var(--clr-gray-500);
  --clr-placeholder-border-error-default: var(--clr-error-400);
  --clr-placeholder-border-error-hover: var(--clr-error-500);
  --clr-placeholder-border-error-active: var(--clr-error-600);
  --clr-tooltip-default: var(--clr-gray-800);
  --clr-datepicker-date-bg-default: var(--clr-white-900);
  --clr-datepicker-date-bg-today: var(--clr-primary-200);
  --clr-datepicker-date-bg-hover: var(--clr-primary-300);
  --clr-datepicker-date-bg-selected: var(--clr-primary-600);
  --clr-datepicker-date-bg-disabled: var(--clr-white-900);
  --clr-checkbox-radio-selected-default: var(--clr-primary-600);
  --clr-checkbox-radio-selected-hover: var(--clr-primary-700);
  --clr-checkbox-radio-selected-active: var(--clr-primary-600);
  --clr-checkbox-radio-selected-disabled: var(--clr-gray-300);
  --clr-dropdown-list-item-default: var(--clr-white-900);
  --clr-dropdown-list-item-hover: var(--clr-gray-200);
  --clr-dropdown-list-item-active: var(--clr-primary-200);
  --clr-dropdown-list-item-disabled: var(--clr-gray-200);
  --clr-status-gray: var(--clr-gray-200);
  --clr-status-gray-hover: var(--clr-gray-300);
  --clr-status-gray-active: var(--clr-gray-400);
  --clr-status-gray-disabled: var(--clr-gray-400);
  --clr-status-green: var(--clr-success-100);
  --clr-status-green-hover: var(--clr-success-200);
  --clr-status-green-active: var(--clr-success-300);
  --clr-status-green-disabled: var(--clr-success-300);
  --clr-status-lightgreen: var(--clr-success-100);
  --clr-status-lightgreen-hover: var(--clr-success-100);
  --clr-status-lightgreen-active: var(--clr-success-100);
  --clr-status-yellow: var(--clr-success-100);
  --clr-status-yellow-hover: var(--clr-success-100);
  --clr-status-yellow-active: var(--clr-success-100);
  --clr-status-orange: var(--clr-warning-100);
  --clr-status-orange-hover: var(--clr-warning-200);
  --clr-status-orange-active: var(--clr-warning-300);
  --clr-status-orange-disabled: var(--clr-warning-300);
  --clr-status-red: var(--clr-error-200);
  --clr-status-red-hover: var(--clr-error-300);
  --clr-status-red-active: var(--clr-error-400);
  --clr-status-red-disabled: var(--clr-error-100);
  --clr-status-blue: var(--clr-primary-200);
  --clr-status-blue-hover: var(--clr-primary-300);
  --clr-status-blue-active: var(--clr-primary-400);
  --clr-status-blue-disabled: var(--clr-primary-100);
  --clr-status-icon-success: var(--clr-success-600);
  --clr-status-icon-warn: var(--clr-warning-600);
  --clr-status-icon-error: var(--clr-error-600);
  --clr-status-icon-info: var(--clr-primary-600);
  --clr-status-border-alternative: var(--clr-white-900);
  --clr-indicator-match: var(--clr-success-600);
  --clr-indicator-matched-hover: var(--clr-success-500);
  --clr-indicator-multiply: var(--clr-yellow-600);
  --clr-indicator-multiply-hover: var(--clr-yellow-500);
  --clr-indicator-suggested: var(--clr-warning-600);
  --clr-indicator-suggested-hover: var(--clr-warning-500);
  --clr-indicator-nomatch: var(--clr-error-600);
  --clr-indicator-nomatch-hover: var(--clr-error-500);
  --clr-cards-bg: var(--clr-white-900);
  --clr-cards-bg-hover: var(--clr-gray-100);
  --clr-cards-bg-selected: var(--clr-primary-100);
  --clr-cards-bg-disabled: var(--clr-gray-200);
  --clr-cards-border-default: var(--clr-gray-300);
  --clr-cards-border-hover: var(--clr-gray-400);
  --clr-cards-border-selected: var(--clr-primary-600);
  --clr-toggle-off-default: var(--clr-gray-400);
  --clr-toggle-off-hover: var(--clr-gray-500);
  --clr-toggle-off-pressed: var(--clr-gray-600);
  --clr-toggle-off-disabled: var(--clr-gray-300);
  --clr-toggle-on-default: var(--clr-success-600);
  --clr-toggle-on-hover: var(--clr-success-700);
  --clr-toggle-on-pressed: var(--clr-success-800);
  --clr-toggle-on-disabled: var(--clr-gray-300);
  --clr-entity-menu-tabs-header-bg: var(--clr-white-900);
  --clr-entity-menu-tabs-content-bg: var(--clr-white-900);
  --clr-scrollbar-thumb: var(--clr-noir-600);
  --clr-scrollbar-track: var(--clr-white-900);
}

/* InputDropDown */
/** Buttons */
/*This mixin is shared with two css base files with different depths.
The boolean isAiqStyle is to account for the folder difference*/
/* InputDropDown */
/** Buttons */
/*This mixin is shared with two css base files with different depths.
The boolean isAiqStyle is to account for the folder difference*/
/* InputDropDown */
/** Buttons */
/*This mixin is shared with two css base files with different depths.
The boolean isAiqStyle is to account for the folder difference*/
.theming-active {
  /* Custom checkbox styling */
  /***************************/
  /** DEVEXPRESS checkboxes **/
  /***************************/
  /***************************/
  /** ASPxCheckBox **/
  /***************************/
}
.theming-active input.aiqcheckbox[type=checkbox] {
  display: none; /* Hide the default checkbox */
}
.theming-active .aiq-checkbox-container input {
  /* Unchecked */
  /* Checked */
}
.theming-active .aiq-checkbox-container input:not(:disabled) ~ .checkmark:before {
  color: var(--clr-icon-primary-default) !important;
}
.theming-active .aiq-checkbox-container input:hover:not(:disabled) ~ .checkmark:before {
  color: var(--clr-icon-primary-hover) !important;
}
.theming-active .aiq-checkbox-container input:disabled ~ .checkmark {
  color: var(--clr-icon-primary-disabled, #ada8b2) !important;
}
.theming-active .aiq-checkbox-container input:disabled ~ .checkmark:hover {
  pointer-events: none;
  cursor: default;
}
.theming-active .aiq-checkbox-container input:checked ~ .checkmark:before {
  content: "\f14a";
  font-weight: 900;
  color: var(--clr-checkbox-radio-selected-default) !important;
}
.theming-active .aiq-checkbox-container input:checked:hover ~ .checkmark:before {
  content: "\f14a";
  color: var(--clr-checkbox-radio-selected-hover) !important;
}
.theming-active .aiq-checkbox-container input:checked:disabled ~ .checkmark {
  content: "\f0c8";
  color: var(--clr-checkbox-radio-selected-disabled, #e5e4e7) !important;
  font-weight: 900;
}
.theming-active .aiq-checkbox-container input:checked:disabled ~ .checkmark:hover {
  pointer-events: none;
  cursor: default;
}
.theming-active input.aiqcheckbox[type=checkbox] ~ label:first-of-type {
  font-weight: 500 !important;
  font-size: 0.85rem !important;
  text-decoration: none !important;
  color: transparent !important;
}
.theming-active input.aiqcheckbox[type=checkbox] ~ label.has-text:first-of-type {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  display: flex;
  gap: 0.25rem;
  max-width: fit-content;
}
.theming-active input.aiqcheckbox[type=checkbox] ~ label:first-of-type {
  position: relative;
  line-height: 1rem !important;
  margin-bottom: 1.25rem !important;
}
.theming-active input.aiqcheckbox[type=checkbox] ~ label:first-of-type:hover {
  cursor: pointer;
}
.theming-active input.aiqcheckbox[type=checkbox] ~ label:first-of-type:hover::before {
  border: solid 1px var(--clr-icon-primary-hover);
}
.theming-active input.aiqcheckbox[type=checkbox] ~ label:first-of-type:active::before {
  border: solid 1px var(--clr-icon-primary-active);
}
.theming-active input.aiqcheckbox[type=checkbox] ~ label:first-of-type::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  background-color: var(--clr-canvas-secondary) !important;
  border-radius: 0.1875rem;
  vertical-align: middle;
  border: solid 1px var(--clr-icon-primary-default);
  color: var(--clr-text-alternative) !important;
  text-align: center;
  box-sizing: border-box;
}
.theming-active input.aiqcheckbox[type=checkbox]:disabled ~ label:first-of-type::before, .theming-active input.aiqcheckbox[type=checkbox].dxeDisabled_Glass ~ label:first-of-type::before {
  background-color: var(--clr-icon-primary-disabled) !important;
  border: solid 1px var(--clr-icon-primary-disabled);
}
.theming-active input.aiqcheckbox[type=checkbox]:disabled ~ label:first-of-type:hover, .theming-active input.aiqcheckbox[type=checkbox].dxeDisabled_Glass ~ label:first-of-type:hover {
  cursor: default;
}
.theming-active input.aiqcheckbox.no-margin[type=checkbox] ~ label:first-of-type {
  position: relative;
  line-height: 1rem !important;
  margin-bottom: 0px !important;
}
.theming-active input.aiqcheckbox.no-margin[type=checkbox] ~ label:first-of-type:hover {
  cursor: pointer;
}
.theming-active input.aiqcheckbox.no-margin[type=checkbox] ~ label:first-of-type:hover::before {
  border: solid 1px var(--clr-icon-primary-hover);
}
.theming-active input.aiqcheckbox.no-margin[type=checkbox] ~ label:first-of-type:active::before {
  border: solid 1px var(--clr-icon-primary-active);
}
.theming-active input.aiqcheckbox.no-margin[type=checkbox] ~ label:first-of-type::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  background-color: var(--clr-canvas-secondary) !important;
  border-radius: 0.1875rem;
  vertical-align: middle;
  border: solid 1px var(--clr-icon-primary-default);
  color: var(--clr-text-alternative) !important;
  text-align: center;
  box-sizing: border-box;
}
.theming-active input.aiqcheckbox.no-margin[type=checkbox]:disabled ~ label:first-of-type::before, .theming-active input.aiqcheckbox.no-margin[type=checkbox].dxeDisabled_Glass ~ label:first-of-type::before {
  background-color: var(--clr-icon-primary-disabled) !important;
  border: solid 1px var(--clr-icon-primary-disabled);
}
.theming-active input.aiqcheckbox.no-margin[type=checkbox]:disabled ~ label:first-of-type:hover, .theming-active input.aiqcheckbox.no-margin[type=checkbox].dxeDisabled_Glass ~ label:first-of-type:hover {
  cursor: default;
}
.theming-active input.aiqcheckbox[type=checkbox]:checked ~ label:first-of-type:hover::before {
  background-color: var(--clr-checkbox-radio-selected-hover, #265070) !important;
  border: none !important;
}
.theming-active input.aiqcheckbox[type=checkbox]:checked ~ label:first-of-type:active::before {
  background-color: var(--clr-checkbox-radio-selected-active, #15314a) !important;
  border: none !important;
}
.theming-active input.aiqcheckbox[type=checkbox]:checked ~ label:first-of-type::before {
  content: "✔"; /* Unicode checkmark */
  color: var(--clr-text-alternative) !important;
  background-color: var(--clr-checkbox-radio-selected-default, #3b7296) !important;
  border: solid 1px var(--clr-buttons-primary-default) !important;
  border: none !important;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  box-sizing: border-box;
}
.theming-active input.aiqcheckbox[type=checkbox]:checked:disabled ~ label:first-of-type::before {
  background-color: var(--clr-checkbox-radio-selected-disabled) !important;
}
.theming-active div.aiqcheckbox tr td:nth-child(2) .dxeBase_Glass,
.theming-active span.aiqcheckbox .dxICheckBox_Glass {
  display: none !important; /* Hide the default checkbox */
}
.theming-active div.aiqcheckbox,
.theming-active span.aiqcheckbox {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.3125rem !important;
}
.theming-active div.aiqcheckbox ~ label:first-of-type,
.theming-active span.aiqcheckbox ~ label:first-of-type {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  vertical-align: middle;
  display: inline-block;
}
.theming-active div.aiqcheckbox ~ label:first-of-type,
.theming-active span.aiqcheckbox ~ label:first-of-type {
  position: relative;
  line-height: 1rem !important;
  margin-bottom: 0.3125rem !important;
}
.theming-active div.aiqcheckbox ~ label:first-of-type:hover,
.theming-active span.aiqcheckbox ~ label:first-of-type:hover {
  cursor: pointer;
}
.theming-active div.aiqcheckbox ~ label:first-of-type:hover::before,
.theming-active span.aiqcheckbox ~ label:first-of-type:hover::before {
  border: solid 1px var(--clr-icon-primary-hover);
}
.theming-active div.aiqcheckbox ~ label:first-of-type:active::before,
.theming-active span.aiqcheckbox ~ label:first-of-type:active::before {
  border: solid 1px var(--clr-icon-primary-active);
}
.theming-active div.aiqcheckbox ~ label:first-of-type::before,
.theming-active span.aiqcheckbox ~ label:first-of-type::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  background-color: var(--clr-canvas-secondary) !important;
  border-radius: 0.1875rem;
  vertical-align: middle;
  border: solid 1px var(--clr-icon-primary-default);
  color: var(--clr-text-alternative) !important;
  text-align: center;
  box-sizing: border-box;
}
.theming-active div.aiqcheckbox:disabled ~ label:first-of-type::before, .theming-active div.aiqcheckbox.dxeDisabled_Glass ~ label:first-of-type::before,
.theming-active span.aiqcheckbox:disabled ~ label:first-of-type::before,
.theming-active span.aiqcheckbox.dxeDisabled_Glass ~ label:first-of-type::before {
  background-color: var(--clr-icon-primary-disabled) !important;
  border: solid 1px var(--clr-icon-primary-disabled);
}
.theming-active div.aiqcheckbox:disabled ~ label:first-of-type:hover, .theming-active div.aiqcheckbox.dxeDisabled_Glass ~ label:first-of-type:hover,
.theming-active span.aiqcheckbox:disabled ~ label:first-of-type:hover,
.theming-active span.aiqcheckbox.dxeDisabled_Glass ~ label:first-of-type:hover {
  cursor: default;
}
.theming-active div.aiqcheckbox:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type:hover::before,
.theming-active span.aiqcheckbox:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type:hover::before {
  background-color: var(--clr-checkbox-radio-selected-hover, #265070) !important;
  border: none !important;
}
.theming-active div.aiqcheckbox:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type:active::before,
.theming-active span.aiqcheckbox:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type:active::before {
  background-color: var(--clr-checkbox-radio-selected-active, #15314a) !important;
  border: none !important;
}
.theming-active div.aiqcheckbox:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type::before,
.theming-active span.aiqcheckbox:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type::before {
  content: "✔"; /* Unicode checkmark */
  color: var(--clr-text-alternative) !important;
  background-color: var(--clr-checkbox-radio-selected-default, #3b7296) !important;
  border: solid 1px var(--clr-buttons-primary-default) !important;
  border: none !important;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  box-sizing: border-box;
}
.theming-active div.aiqcheckbox:has(.dxWeb_edtCheckBoxChecked_Glass):disabled ~ label:first-of-type::before,
.theming-active span.aiqcheckbox:has(.dxWeb_edtCheckBoxChecked_Glass):disabled ~ label:first-of-type::before {
  background-color: var(--clr-checkbox-radio-selected-disabled) !important;
}
.theming-active table table.aiqcheckbox.dxeBase_Glass {
  display: none !important; /* Hide the default checkbox */
}
.theming-active #ctl00_cphMain_pCompony_cbpCompanySetup_tabCombany_rpUpload_cbMenuBanner.aiqcheckbox.dxeBase_Glass,
.theming-active #ctl00_cphMain_arpTempCopy_RPC table.aiqcheckbox.dxeBase_Glass,
.theming-active span.aiqcheckbox.dxeBase_Glass,
.theming-active table.aiqcheckbox.dxeBase_Glass {
  display: none !important; /* Hide the default checkbox */
}
.theming-active #ctl00_cphMain_pCompony_cbpCompanySetup_tabCombany_rpUpload_cbMenuBanner.aiqcheckbox.dxeBase_Glass ~ label:first-of-type,
.theming-active #ctl00_cphMain_arpTempCopy_RPC table.aiqcheckbox.dxeBase_Glass ~ label:first-of-type,
.theming-active span.aiqcheckbox.dxeBase_Glass ~ label:first-of-type,
.theming-active table.aiqcheckbox.dxeBase_Glass ~ label:first-of-type {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  vertical-align: middle;
  display: flex !important;
  gap: 0.25rem;
  text-align: left;
}
.theming-active #ctl00_cphMain_pCompony_cbpCompanySetup_tabCombany_rpUpload_cbMenuBanner.aiqcheckbox.dxeBase_Glass ~ label:first-of-type,
.theming-active #ctl00_cphMain_arpTempCopy_RPC table.aiqcheckbox.dxeBase_Glass ~ label:first-of-type,
.theming-active span.aiqcheckbox.dxeBase_Glass ~ label:first-of-type,
.theming-active table.aiqcheckbox.dxeBase_Glass ~ label:first-of-type {
  position: relative;
  line-height: 1rem !important;
  margin-bottom: 0px !important;
}
.theming-active #ctl00_cphMain_pCompony_cbpCompanySetup_tabCombany_rpUpload_cbMenuBanner.aiqcheckbox.dxeBase_Glass ~ label:first-of-type:hover,
.theming-active #ctl00_cphMain_arpTempCopy_RPC table.aiqcheckbox.dxeBase_Glass ~ label:first-of-type:hover,
.theming-active span.aiqcheckbox.dxeBase_Glass ~ label:first-of-type:hover,
.theming-active table.aiqcheckbox.dxeBase_Glass ~ label:first-of-type:hover {
  cursor: pointer;
}
.theming-active #ctl00_cphMain_pCompony_cbpCompanySetup_tabCombany_rpUpload_cbMenuBanner.aiqcheckbox.dxeBase_Glass ~ label:first-of-type:hover::before,
.theming-active #ctl00_cphMain_arpTempCopy_RPC table.aiqcheckbox.dxeBase_Glass ~ label:first-of-type:hover::before,
.theming-active span.aiqcheckbox.dxeBase_Glass ~ label:first-of-type:hover::before,
.theming-active table.aiqcheckbox.dxeBase_Glass ~ label:first-of-type:hover::before {
  border: solid 1px var(--clr-icon-primary-hover);
}
.theming-active #ctl00_cphMain_pCompony_cbpCompanySetup_tabCombany_rpUpload_cbMenuBanner.aiqcheckbox.dxeBase_Glass ~ label:first-of-type:active::before,
.theming-active #ctl00_cphMain_arpTempCopy_RPC table.aiqcheckbox.dxeBase_Glass ~ label:first-of-type:active::before,
.theming-active span.aiqcheckbox.dxeBase_Glass ~ label:first-of-type:active::before,
.theming-active table.aiqcheckbox.dxeBase_Glass ~ label:first-of-type:active::before {
  border: solid 1px var(--clr-icon-primary-active);
}
.theming-active #ctl00_cphMain_pCompony_cbpCompanySetup_tabCombany_rpUpload_cbMenuBanner.aiqcheckbox.dxeBase_Glass ~ label:first-of-type::before,
.theming-active #ctl00_cphMain_arpTempCopy_RPC table.aiqcheckbox.dxeBase_Glass ~ label:first-of-type::before,
.theming-active span.aiqcheckbox.dxeBase_Glass ~ label:first-of-type::before,
.theming-active table.aiqcheckbox.dxeBase_Glass ~ label:first-of-type::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  background-color: var(--clr-canvas-secondary) !important;
  border-radius: 0.1875rem;
  vertical-align: middle;
  border: solid 1px var(--clr-icon-primary-default);
  color: var(--clr-text-alternative) !important;
  text-align: center;
  box-sizing: border-box;
}
.theming-active #ctl00_cphMain_pCompony_cbpCompanySetup_tabCombany_rpUpload_cbMenuBanner.aiqcheckbox.dxeBase_Glass:disabled ~ label:first-of-type::before, .theming-active #ctl00_cphMain_pCompony_cbpCompanySetup_tabCombany_rpUpload_cbMenuBanner.aiqcheckbox.dxeBase_Glass.dxeDisabled_Glass ~ label:first-of-type::before,
.theming-active #ctl00_cphMain_arpTempCopy_RPC table.aiqcheckbox.dxeBase_Glass:disabled ~ label:first-of-type::before,
.theming-active #ctl00_cphMain_arpTempCopy_RPC table.aiqcheckbox.dxeBase_Glass.dxeDisabled_Glass ~ label:first-of-type::before,
.theming-active span.aiqcheckbox.dxeBase_Glass:disabled ~ label:first-of-type::before,
.theming-active span.aiqcheckbox.dxeBase_Glass.dxeDisabled_Glass ~ label:first-of-type::before,
.theming-active table.aiqcheckbox.dxeBase_Glass:disabled ~ label:first-of-type::before,
.theming-active table.aiqcheckbox.dxeBase_Glass.dxeDisabled_Glass ~ label:first-of-type::before {
  background-color: var(--clr-icon-primary-disabled) !important;
  border: solid 1px var(--clr-icon-primary-disabled);
}
.theming-active #ctl00_cphMain_pCompony_cbpCompanySetup_tabCombany_rpUpload_cbMenuBanner.aiqcheckbox.dxeBase_Glass:disabled ~ label:first-of-type:hover, .theming-active #ctl00_cphMain_pCompony_cbpCompanySetup_tabCombany_rpUpload_cbMenuBanner.aiqcheckbox.dxeBase_Glass.dxeDisabled_Glass ~ label:first-of-type:hover,
.theming-active #ctl00_cphMain_arpTempCopy_RPC table.aiqcheckbox.dxeBase_Glass:disabled ~ label:first-of-type:hover,
.theming-active #ctl00_cphMain_arpTempCopy_RPC table.aiqcheckbox.dxeBase_Glass.dxeDisabled_Glass ~ label:first-of-type:hover,
.theming-active span.aiqcheckbox.dxeBase_Glass:disabled ~ label:first-of-type:hover,
.theming-active span.aiqcheckbox.dxeBase_Glass.dxeDisabled_Glass ~ label:first-of-type:hover,
.theming-active table.aiqcheckbox.dxeBase_Glass:disabled ~ label:first-of-type:hover,
.theming-active table.aiqcheckbox.dxeBase_Glass.dxeDisabled_Glass ~ label:first-of-type:hover {
  cursor: default;
}
.theming-active #ctl00_cphMain_pCompony_cbpCompanySetup_tabCombany_rpUpload_cbMenuBanner.aiqcheckbox.dxeBase_Glass:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type:hover::before,
.theming-active #ctl00_cphMain_arpTempCopy_RPC table.aiqcheckbox.dxeBase_Glass:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type:hover::before,
.theming-active span.aiqcheckbox.dxeBase_Glass:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type:hover::before,
.theming-active table.aiqcheckbox.dxeBase_Glass:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type:hover::before {
  background-color: var(--clr-checkbox-radio-selected-hover, #265070) !important;
  border: none !important;
}
.theming-active #ctl00_cphMain_pCompony_cbpCompanySetup_tabCombany_rpUpload_cbMenuBanner.aiqcheckbox.dxeBase_Glass:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type:active::before,
.theming-active #ctl00_cphMain_arpTempCopy_RPC table.aiqcheckbox.dxeBase_Glass:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type:active::before,
.theming-active span.aiqcheckbox.dxeBase_Glass:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type:active::before,
.theming-active table.aiqcheckbox.dxeBase_Glass:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type:active::before {
  background-color: var(--clr-checkbox-radio-selected-active, #15314a) !important;
  border: none !important;
}
.theming-active #ctl00_cphMain_pCompony_cbpCompanySetup_tabCombany_rpUpload_cbMenuBanner.aiqcheckbox.dxeBase_Glass:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type::before,
.theming-active #ctl00_cphMain_arpTempCopy_RPC table.aiqcheckbox.dxeBase_Glass:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type::before,
.theming-active span.aiqcheckbox.dxeBase_Glass:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type::before,
.theming-active table.aiqcheckbox.dxeBase_Glass:has(.dxWeb_edtCheckBoxChecked_Glass) ~ label:first-of-type::before {
  content: "✔"; /* Unicode checkmark */
  color: var(--clr-text-alternative) !important;
  background-color: var(--clr-checkbox-radio-selected-default, #3b7296) !important;
  border: solid 1px var(--clr-buttons-primary-default) !important;
  border: none !important;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  box-sizing: border-box;
}
.theming-active #ctl00_cphMain_pCompony_cbpCompanySetup_tabCombany_rpUpload_cbMenuBanner.aiqcheckbox.dxeBase_Glass:has(.dxWeb_edtCheckBoxChecked_Glass):disabled ~ label:first-of-type::before,
.theming-active #ctl00_cphMain_arpTempCopy_RPC table.aiqcheckbox.dxeBase_Glass:has(.dxWeb_edtCheckBoxChecked_Glass):disabled ~ label:first-of-type::before,
.theming-active span.aiqcheckbox.dxeBase_Glass:has(.dxWeb_edtCheckBoxChecked_Glass):disabled ~ label:first-of-type::before,
.theming-active table.aiqcheckbox.dxeBase_Glass:has(.dxWeb_edtCheckBoxChecked_Glass):disabled ~ label:first-of-type::before {
  background-color: var(--clr-checkbox-radio-selected-disabled) !important;
}

.theming-active tr:has(> td > .dxWeb_rpHeaderTopLeftCorner_Glass) {
  height: 5px;
}
.theming-active tr:has(> td > .dxWeb_rpBottomRightCorner_Glass) {
  height: 5px;
}
.theming-active div:has(> table > tbody > tr > td.BankModuleControlPopup) {
  max-height: 100vh;
  overflow: auto;
}
.theming-active .BankModuleControlPopup {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  /*Dropdown Panel*/
}
.theming-active .BankModuleControlPopup .aiq-datepicker {
  border-radius: 0.25rem;
  border: 1px solid var(--clr-placeholder-border-default, #c7c6c9) !important;
  background: var(--clr-placeholder-bg, #fff) !important;
}
.theming-active .BankModuleControlPopup .aiq-datepicker .dxeButtonEditButton_Glass {
  background: var(--clr-placeholder-bg, #fff) !important;
  padding-right: var(--space-1-5) !important;
}
.theming-active .BankModuleControlPopup .aiq-datepicker .dxEditors_edtDropDown_Glass {
  background-image: url("../assets/icons/icon-calendar.svg") !important;
  background-position: initial !important;
  height: 1rem;
  width: 1rem;
}
.theming-active .BankModuleControlPopup .aiq-datepicker input {
  color: var(--clr-text-primary, #222);
  background: var(--clr-placeholder-bg, #fff);
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:nth-child(5):before,
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:last-child:before,
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:first-child:before,
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:nth-child(3):before {
  content: none !important;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:nth-child(5) img.dxEditors_edtCalendarNextMonth_Glass {
  background-image: url(../assets/icons/icon-arrow-calendar-right.svg) !important;
  display: block !important;
  background-position: center;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:nth-child(3) img.dxEditors_edtCalendarPrevMonth_Glass {
  background-image: url(../assets/icons/icon-arrow-calendar-left.svg) !important;
  display: block !important;
  background-position: center;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:first-child img.dxEditors_edtCalendarPrevYear_Glass {
  background-image: url(../assets/icons/icon-arrow-left-double.svg) !important;
  display: block !important;
  background-position: center;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:last-child img.dxEditors_edtCalendarNextYear_Glass {
  background-image: url(../assets/icons/icon-arrow-right-double.svg) !important;
  display: block !important;
  background-position: center;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass {
  border: none !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass td.dxeCalendarHeader_Glass {
  padding: 1rem 0 0.5rem 0;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
  color: var(--clr-text-primary, #222) !important;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass td.dxeCalendarHeader_Glass .dxEditors_edtCalendarNextMonth_Glass {
  background-image: url(../assets/icons/icon-calendar.svg) !important;
  display: block !important;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass td.dxeCalendarHeader_Glass span {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass .dxeCalendarDayHeader_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  border: none !important;
  font-size: 0.75rem !important;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass .dxeCalendarDay_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  width: 1.875rem;
  min-width: 1.875rem;
  height: 1.875rem;
  color: var(--clr-text-primary, #222) !important;
  background-color: var(--clr-datepicker-date-bg-default, #b3c5ff) !important;
  font-size: 0.75rem !important;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass .dxeCalendarDay_Glass:hover {
  background-color: var(--clr-datepicker-date-bg-hover, #b3c5ff) !important;
  color: var(--clr-text-primary, #222) !important;
  border-radius: 50%;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass .dxeCalendarSelected_Glass {
  background-color: var(--clr-datepicker-date-bg-selected, #b3c5ff) !important;
  border-radius: 50%;
  color: var(--clr-text-alternative, #222) !important;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass .dxeCalendarSelected_Glass:hover {
  background-color: var(--clr-datepicker-date-bg-selected, #b3c5ff) !important;
  color: var(--clr-text-alternative, #222) !important;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass .dxeCalendarOtherMonth_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  color: var(--clr-text-placeholder, #938f96) !important;
  font-size: 0.75rem !important;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass .dxeCalendarWeekNumber_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  font-size: 0.75rem !important;
  width: 1.875rem;
  height: 1.875rem;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass .dxeCalendarFooter_Glass {
  border: none !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
  width: 1.875rem;
  height: 1.875rem;
  padding-bottom: 1.5rem !important;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass .dxeCalendarFooter_Glass .dxeCalendarButton_Glass {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass .dxeCalendarFooter_Glass .dxeCalendarButton_Glass:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass .dxeCalendarFooter_Glass .dxeCalendarButton_Glass:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .BankModuleControlPopup table.dxeCalendar_Glass .dxeCalendarFooter_Glass .dxeCalendarButton_Glass td.dx {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active .BankModuleControlPopup .dxrp > span {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-bold) !important;
}
.theming-active .BankModuleControlPopup table[id$=btSave] td.dxbButton_Glass {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active .BankModuleControlPopup table[id$=btSave] td.dxbButton_Glass:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active .BankModuleControlPopup table[id$=btSave] td.dxbButton_Glass div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active .BankModuleControlPopup table[id$=btSave] td.dxbButton_Glass:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active .BankModuleControlPopup table.primary:hover {
  background: transparent !important;
  border-color: transparent !important;
}
.theming-active .BankModuleControlPopup table[id$=_btClose] {
  float: left;
  margin-left: 0;
}
.theming-active .BankModuleControlPopup table[id$=_btClose] .dxbButton_Glass {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active .BankModuleControlPopup table[id$=_btClose] .dxbButton_Glass:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .BankModuleControlPopup table[id$=_btClose] .dxbButton_Glass:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .BankModuleControlPopup table[id$=_btDelete] {
  margin-right: 0.375rem;
}
.theming-active .BankModuleControlPopup table[id$=_btDelete] .dxbButton_Glass {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active .BankModuleControlPopup table[id$=_btDelete] .dxbButton_Glass:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .BankModuleControlPopup table[id$=_btDelete] .dxbButton_Glass:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .BankModuleControlPopup td.dxtcPageContent_Glass {
  border: 1px solid var(--clr-canvas-border) !important;
  border-top: none !important;
  background-color: var(--clr-canvas-secondary) !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-bold) !important;
}
.theming-active .BankModuleControlPopup .headerMargin_1 {
  background-color: var(--clr-topbar-bg, #fff) !important;
  border-bottom: 0.0625rem solid var(--clr-topbar-border, #e4e4e7);
  display: flex;
}
.theming-active .BankModuleControlPopup .headerMargin_1 .headerMargin_2 {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.875rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: 0.86669rem;
  margin-top: 0 !important;
  border-left: 0.25rem solid var(--clr-canvas-accent);
  margin-left: 0;
  padding-left: 0.625rem;
  padding-top: 0.55rem;
  text-transform: uppercase;
}
.theming-active .BankModuleControlPopup .dxpcHeader_Glass {
  background-color: var(--clr-canvas-modal-bg) !important;
}
.theming-active .BankModuleControlPopup .dxpcContent_Glass,
.theming-active .BankModuleControlPopup .dxpcContentPaddings_Glass {
  background-color: var(--clr-canvas-modal-bg) !important;
}
.theming-active .BankModuleControlPopup .dxpcContent_Glass table:first-child .dxpcControl_Glass .dxpcContent_Glass td,
.theming-active .BankModuleControlPopup .dxpcContentPaddings_Glass table:first-child .dxpcControl_Glass .dxpcContent_Glass td {
  text-align: right;
}
.theming-active .BankModuleControlPopup table.dxrpControl_Glass td.dxrp.dxrpcontent label.dxeBase_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  text-align: right;
}
.theming-active .BankModuleControlPopup table.dxeTextBoxSys.dxeTextBox_Glass {
  border: none !important;
}
.theming-active .BankModuleControlPopup table.dxeTextBoxSys.dxeTextBox_Glass input {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active .BankModuleControlPopup table.dxeTextBoxSys.dxeTextBox_Glass input:read-only {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active .BankModuleControlPopup table.dxeTextBoxSys.dxeTextBox_Glass.dxeDisabled_Glass {
  background: var(--clr-placeholder-bg-disabled) !important;
  color: var(--clr-text-disabled, #7a757e);
  cursor: default !important;
}
.theming-active .BankModuleControlPopup .dxeButtonEdit_Glass {
  background: var(--clr-placeholder-bg, #fff);
  border-radius: var(--space-1) !important;
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: 1.875rem !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active .BankModuleControlPopup .dxeButtonEdit_Glass:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active .BankModuleControlPopup .dxeButtonEdit_Glass:has(tbody tr td input:focus), .theming-active .BankModuleControlPopup .dxeButtonEdit_Glass:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active .BankModuleControlPopup .dxeButtonEdit_Glass:has(tbody tr td input:focus) .innerLabelTD, .theming-active .BankModuleControlPopup .dxeButtonEdit_Glass:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active .BankModuleControlPopup .dxeButtonEdit_Glass:disabled, .theming-active .BankModuleControlPopup .dxeButtonEdit_Glass.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active .BankModuleControlPopup .dxeButtonEdit_Glass .dxeEditArea_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-xs-font-size) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-medium) !important;
}
.theming-active .BankModuleControlPopup .dxeButtonEdit_Glass .dxeNullText_Glass input.dxeEditArea_Glass {
  color: var(--clr-text-placeholder) !important;
}
.theming-active .BankModuleControlPopup .dxeButtonEdit_Glass.dxeDisabled_Glass {
  background-color: var(--clr-placeholder-bg-disabled) !important;
  color: var(--clr-text-disabled, #7a757e) !important;
  cursor: default !important;
}
.theming-active .BankModuleControlPopup .dxeTextBox_Glass .dxic {
  border-radius: var(--space-1) !important;
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: 1.875rem !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active .BankModuleControlPopup .dxeTextBox_Glass .dxic:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active .BankModuleControlPopup .dxeTextBox_Glass .dxic:has(tbody tr td input:focus), .theming-active .BankModuleControlPopup .dxeTextBox_Glass .dxic:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active .BankModuleControlPopup .dxeTextBox_Glass .dxic:has(tbody tr td input:focus) .innerLabelTD, .theming-active .BankModuleControlPopup .dxeTextBox_Glass .dxic:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active .BankModuleControlPopup .dxeTextBox_Glass .dxic:disabled, .theming-active .BankModuleControlPopup .dxeTextBox_Glass .dxic.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active .BankModuleControlPopup .dxeTextBox_Glass .dxic:has(input:read-only) {
  background: var(--clr-placeholder-bg-disabled) !important;
  color: var(--clr-text-disabled, #7a757e);
}
.theming-active .BankModuleControlPopup .dxeBase_Glass[id*=bicFromAmt][id*=cur],
.theming-active .BankModuleControlPopup .dxeBase_Glass[id*=bicToAmt][id*=cur] {
  display: none !important;
}
.theming-active .BankModuleControlPopup .dxeHyperlink_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-xs-font-size) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  color: var(--clr-buttons-link-default) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .BankModuleControlPopup .dxeHyperlink_Glass:visited {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active .BankModuleControlPopup .dxeHyperlink_Glass:hover {
  color: var(--clr-buttons-link-hover) !important;
  text-decoration: none !important;
}
.theming-active .BankModuleControlPopup .dxeHyperlink_Glass:active {
  color: var(--clr-buttons-link-active) !important;
}
.theming-active .BankModuleControlPopup .dxrpHLE,
.theming-active .BankModuleControlPopup .dxrpLE,
.theming-active .BankModuleControlPopup .dxrpRE,
.theming-active .BankModuleControlPopup .dxrpNHTE,
.theming-active .BankModuleControlPopup .dxrpcontent,
.theming-active .BankModuleControlPopup .dxrpHeader_Glass,
.theming-active .BankModuleControlPopup .dxrpBE,
.theming-active .BankModuleControlPopup .dxrpTE,
.theming-active .BankModuleControlPopup .dxeEditArea_Glass,
.theming-active .BankModuleControlPopup .dxeButtonEditButton_Glass,
.theming-active .BankModuleControlPopup .dxrpHRE {
  background: var(--clr-placeholder-bg, #fff) !important;
}
.theming-active .BankModuleControlPopup .dxrpHLE.dxeDisabled_Glass,
.theming-active .BankModuleControlPopup .dxrpLE.dxeDisabled_Glass,
.theming-active .BankModuleControlPopup .dxrpRE.dxeDisabled_Glass,
.theming-active .BankModuleControlPopup .dxrpNHTE.dxeDisabled_Glass,
.theming-active .BankModuleControlPopup .dxrpcontent.dxeDisabled_Glass,
.theming-active .BankModuleControlPopup .dxrpHeader_Glass.dxeDisabled_Glass,
.theming-active .BankModuleControlPopup .dxrpBE.dxeDisabled_Glass,
.theming-active .BankModuleControlPopup .dxrpTE.dxeDisabled_Glass,
.theming-active .BankModuleControlPopup .dxeEditArea_Glass.dxeDisabled_Glass,
.theming-active .BankModuleControlPopup .dxeButtonEditButton_Glass.dxeDisabled_Glass,
.theming-active .BankModuleControlPopup .dxrpHRE.dxeDisabled_Glass {
  background-color: var(--clr-placeholder-bg-disabled) !important;
  color: var(--clr-text-disabled, #7a757e) !important;
  cursor: default !important;
}
.theming-active .BankModuleControlPopup .dxWeb_rpHeaderTopLeftCorner_Glass,
.theming-active .BankModuleControlPopup .dxWeb_rpHeaderTopRightCorner_Glass,
.theming-active .BankModuleControlPopup .dxWeb_rpBottomLeftCorner_Glass,
.theming-active .BankModuleControlPopup .dxWeb_rpBottomRightCorner_Glass,
.theming-active .BankModuleControlPopup .dxWeb_rpTopLeftCorner_Glass,
.theming-active .BankModuleControlPopup .dxWeb_rpTopRightCorner_Glass,
.theming-active .BankModuleControlPopup .dxeTextBoxSys.dxeTextBox_Glass {
  background: var(--clr-placeholder-bg, #fff) !important;
  border-color: var(--clr-placeholder-border-default, #e5e4e7) !important;
}
.theming-active .BankModuleControlPopup .itemContent {
  display: none !important;
}
.theming-active .BankModuleControlPopup .dxrpTE,
.theming-active .BankModuleControlPopup .dxrpNHTE {
  border-top-color: var(--clr-placeholder-border-default, #e5e4e7) !important;
}
.theming-active .BankModuleControlPopup .dxrpHLE,
.theming-active .BankModuleControlPopup .dxrpHRE,
.theming-active .BankModuleControlPopup .dxrpHeader_Glass,
.theming-active .BankModuleControlPopup .dxrpBE {
  border-bottom-color: var(--clr-placeholder-border-default, #e5e4e7) !important;
}
.theming-active .BankModuleControlPopup .dxrpRE,
.theming-active .BankModuleControlPopup .dxrpHRE {
  border-right-color: var(--clr-placeholder-border-default, #e5e4e7) !important;
}
.theming-active .BankModuleControlPopup .dxrpLE,
.theming-active .BankModuleControlPopup .dxrpHLE {
  border-left-color: var(--clr-placeholder-border-default, #e5e4e7) !important;
}
.theming-active .BankModuleControlPopup div:has(> span.aiqcheckbox),
.theming-active .BankModuleControlPopup label:has(> span.aiqcheckbox) {
  display: flex;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .BankModuleControlPopup .aiqcheckbox ~ label:first-of-type {
  padding-right: 0.375rem !important;
}
.theming-active .BankModuleControlPopup .aiqcheckbox ~ label:first-of-type {
  position: relative;
  line-height: 1rem !important;
  margin-bottom: 0.25rem !important;
}
.theming-active .BankModuleControlPopup .aiqcheckbox ~ label:first-of-type:hover {
  cursor: pointer;
}
.theming-active .BankModuleControlPopup .aiqcheckbox ~ label:first-of-type:hover::before {
  border: solid 1px var(--clr-icon-primary-hover);
}
.theming-active .BankModuleControlPopup .aiqcheckbox ~ label:first-of-type:active::before {
  border: solid 1px var(--clr-icon-primary-active);
}
.theming-active .BankModuleControlPopup .aiqcheckbox ~ label:first-of-type::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  background-color: var(--clr-canvas-secondary) !important;
  border-radius: 0.1875rem;
  vertical-align: middle;
  border: solid 1px var(--clr-icon-primary-default);
  color: var(--clr-text-alternative) !important;
  text-align: center;
  box-sizing: border-box;
}
.theming-active .BankModuleControlPopup .aiqcheckbox:disabled ~ label:first-of-type::before, .theming-active .BankModuleControlPopup .aiqcheckbox.dxeDisabled_Glass ~ label:first-of-type::before {
  background-color: var(--clr-icon-primary-disabled) !important;
  border: solid 1px var(--clr-icon-primary-disabled);
}
.theming-active .BankModuleControlPopup .aiqcheckbox:disabled ~ label:first-of-type:hover, .theming-active .BankModuleControlPopup .aiqcheckbox.dxeDisabled_Glass ~ label:first-of-type:hover {
  cursor: default;
}
.theming-active .BankModuleControlPopup .dxrpHeader_Glass .dxrp > span {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--link-sm-font-size) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .BankModuleControlPopup input.dxeEditArea_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--label-mm-font-size) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-medium) !important;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass table[id*=btNew] .dxbButton_Glass div.dxb {
  padding: 0 !important;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass table[id*=btNew] .dxbButton_Glass div.dxb img {
  float: right;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass {
  background: var(--clr-placeholder-bg, #fff) !important;
  border: 1px solid var(--clr-placeholder-border-default, #e5e4e7) !important;
  background-color: var(--clr-placeholder-bg);
  /* Devexpress */
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass * {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: 1rem !important;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dropdownbtn.dropdownbtn.dropdownbtn {
  background-color: transparent !important;
  box-sizing: content-box;
  padding-inline: 0.5rem !important;
  transition: all 0.3s ease;
  width: 1.25rem;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dropdownbtn.dropdownbtn.dropdownbtn span,
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dropdownbtn.dropdownbtn.dropdownbtn .dropdownbtn,
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dropdownbtn.dropdownbtn.dropdownbtn .dxbebt {
  display: none;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dropdownbtn.dropdownbtn.dropdownbtn::after {
  background-image: url(../assets/icons/icon-carousel-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  min-height: 1rem;
  min-width: 1rem;
  position: relative;
  width: 100%;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .innerLabelTD,
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .innerLabel {
  background: var(--clr-placeholder-bg-disabled, #f5f5f5);
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .innerLabelTD {
  border-right: 1px solid var(--clr-placeholder-border-default, #e5e4e7);
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .innerLabel {
  align-items: center;
  color: var(--clr-text-disabled, #938d99) !important;
  display: flex !important;
  justify-content: center;
  padding: 0;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dropdowninput {
  color: var(--clr-black-500, #222);
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dropdowninput input {
  height: unset !important;
  min-height: 1.5rem;
  box-sizing: border-box;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  background-color: var(--clr-placeholder-bg, #fdfdfd);
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dropdowninput:has(input:focus) ~ .dropdownbtn {
  transform: rotate(180deg);
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dropdownloader {
  background-color: transparent;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dxic {
  color: var(--clr-black-500, #222);
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dxic input {
  height: unset !important;
  min-height: 1.5rem;
  box-sizing: border-box;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  background-color: var(--clr-placeholder-bg, #fdfdfd);
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dxeButtonEditButton_Glass {
  background-color: transparent !important;
  box-sizing: content-box;
  padding-inline: 0.5rem !important;
  transition: all 0.3s ease;
  width: 1.25rem;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dxeButtonEditButton_Glass span,
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dxeButtonEditButton_Glass .dropdownbtn,
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dxeButtonEditButton_Glass .dxbebt {
  display: none;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dxeButtonEditButton_Glass::after {
  background-image: url(../assets/icons/icon-carousel-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  min-height: 1rem;
  min-width: 1rem;
  position: relative;
  width: 100%;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass select,
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass input {
  background-color: var(--clr-canvas-secondary) !important;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dxgvHeader_Glass {
  background-color: var(--clr-tablerow-header, #fdfdfd) !important;
  padding: 0.5rem !important;
  border-left: none !important;
  border-top: 1px solid var(--clr-tablerow-border) !important;
  border-right: 1px solid var(--clr-tablerow-border) !important;
  border-bottom: 1px solid var(--clr-tablerow-border) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dxgvDataRow_Glass {
  background-color: var(--clr-tablerow-secondary, #fafafa) !important;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dxgvDataRow_Glass:hover {
  background-color: var(--clr-tablerow-hover, #f1f3f7) !important;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass .dxgvDataRow_Glass td {
  padding: 0.5rem !important;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-canvas-secondary) !important;
  color: var(--clr-text-primary) !important;
  padding: 0px 0px;
  /* wip */
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) .dxpSummary_Glass,
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) td {
  font-family: var(--font-primary) !important;
  color: var(--clr-text-primary) !important;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) .dxpPageNumber_Glass {
  background-color: var(--clr-canvas-secondary) !important;
  border: unset !important;
  min-width: 1.5rem;
  padding-inline: calc(0.5rem - 4px);
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) .dxpCurrentPageNumber_Glass,
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) selectedPageNumber {
  background-color: unset !important;
  border-radius: 50%;
  color: var(--clr-text-alternative) !important;
  height: 1.5rem;
  padding-inline: calc(0.5rem - 4px);
  position: relative;
  width: 1.5rem;
  z-index: 1;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) .dxpCurrentPageNumber_Glass::after,
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) selectedPageNumber::after {
  background-color: var(--clr-datepicker-date-bg-selected) !important;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 1.5rem;
  left: 0.25rem;
  position: absolute;
  top: 0.25rem;
  width: 1.5rem;
  z-index: -1;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) .previousPagebtn:before,
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) td.dxpSummary_Glass + td:not(.dxpPageNumber_Glass) + td.dxpButton_Glass::before {
  display: block !important;
  content: "";
  background: url(../assets/icons/icon-arrow-left-pagination.svg) no-repeat center !important;
  height: 1.56rem;
  width: 1.56rem;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) .nextPagebtn:before,
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) td.dxpPageNumber_Glass + td:not(.dxpPageNumber_Glass) + td.dxpButton_Glass::before {
  display: block !important;
  content: "";
  background: url(../assets/icons/icon-arrow-right-pagination.svg) no-repeat center !important;
  height: 1.56rem;
  width: 1.56rem;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) .dxic {
  box-sizing: border-box;
  height: var(--space-6) !important;
  padding-inline: 0.5rem !important;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) .dxic input {
  padding: 0 0 0 5% !important;
  width: 95% !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  text-align: left !important;
  min-width: 1.25rem;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) .dxeTextBoxSys.dxeTextBox_Glass {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) .pagerInput {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-medium) !important;
  background-color: var(--clr-canvas-secondary) !important;
  width: 2.313rem !important;
  height: 2rem !important;
  border-radius: 0.5rem;
  border: 1px solid var(--clr-placeholder-border-default, #c8c5cb);
  text-align: left;
  padding-left: 0.375rem;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) .pageNumber {
  display: contents;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) .pageNumber .selectedPageNumber {
  background-color: var(--clr-datepicker-date-bg-selected, #426eff) !important;
  color: var(--clr-text-alternative) !important;
  border-radius: 50% !important;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  border: none !important;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) .pageNumber .hypertext {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-medium) !important;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) .dxpPageNumber_Glass {
  padding: 0 !important;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) .dxpCurrentPageNumber_Glass {
  padding-left: 0.25rem !important;
}
.theming-active .BankModuleControlPopup .dxeDropDownWindow_Glass tr:has(td.dxpSummary_Glass) .dxpCurrentPageNumber_Glass::after {
  top: 0rem !important;
}
.theming-active .BankModuleControlPopup td.dxeListBoxItem_Glass {
  background-color: var(--clr-tablerow-secondary, #fdfdfd) !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  padding: 0.5rem !important;
}
.theming-active .BankModuleControlPopup td.dxeListBoxItem_Glass.dxeListBoxItemHover_Glass {
  background-color: var(--clr-tablerow-hover, #d0d5df) !important;
}
.theming-active .BankModuleControlPopup td.dxeListBoxItem_Glass.dxeListBoxItemSelected_Glass {
  background-color: var(--clr-dropdown-list-item-active, #c4d5e0) !important;
}
.theming-active .BankModuleControlPopup .pnl_transfer_tofrom > tbody > tr > td > table {
  min-height: 11.875rem;
}
.theming-active .TransferMateBankLinking .multiselect {
  min-height: 1.75rem;
  border-radius: 0.5rem;
  border: 1px solid var(--clr-placeholder-border-default, #e5e4e7) !important;
  background-color: var(--clr-placeholder-bg);
  /* Devexpress */
}
.theming-active .TransferMateBankLinking .multiselect * {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: 1rem !important;
}
.theming-active .TransferMateBankLinking .multiselect .dropdownbtn.dropdownbtn.dropdownbtn {
  background-color: transparent !important;
  box-sizing: content-box;
  padding-inline: 0.5rem !important;
  transition: all 0.3s ease;
  width: 1.25rem;
}
.theming-active .TransferMateBankLinking .multiselect .dropdownbtn.dropdownbtn.dropdownbtn span,
.theming-active .TransferMateBankLinking .multiselect .dropdownbtn.dropdownbtn.dropdownbtn .dropdownbtn,
.theming-active .TransferMateBankLinking .multiselect .dropdownbtn.dropdownbtn.dropdownbtn .dxbebt {
  display: none;
}
.theming-active .TransferMateBankLinking .multiselect .dropdownbtn.dropdownbtn.dropdownbtn::after {
  background-image: url(../assets/icons/icon-carousel-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  min-height: 1rem;
  min-width: 1rem;
  position: relative;
  width: 100%;
}
.theming-active .TransferMateBankLinking .multiselect .innerLabelTD,
.theming-active .TransferMateBankLinking .multiselect .innerLabel {
  background: var(--clr-placeholder-bg-disabled, #f5f5f5);
}
.theming-active .TransferMateBankLinking .multiselect .innerLabelTD {
  border-right: 1px solid var(--clr-placeholder-border-default, #e5e4e7);
}
.theming-active .TransferMateBankLinking .multiselect .innerLabel {
  align-items: center;
  color: var(--clr-text-disabled, #938d99) !important;
  display: flex !important;
  justify-content: center;
  padding: 0;
}
.theming-active .TransferMateBankLinking .multiselect .dropdowninput {
  color: var(--clr-black-500, #222);
}
.theming-active .TransferMateBankLinking .multiselect .dropdowninput input {
  height: unset !important;
  min-height: 1.5rem;
  box-sizing: border-box;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  background-color: var(--clr-placeholder-bg, #fdfdfd);
}
.theming-active .TransferMateBankLinking .multiselect .dropdowninput:has(input:focus) ~ .dropdownbtn {
  transform: rotate(180deg);
}
.theming-active .TransferMateBankLinking .multiselect .dropdownloader {
  background-color: transparent;
}
.theming-active .TransferMateBankLinking .multiselect .dxic {
  color: var(--clr-black-500, #222);
}
.theming-active .TransferMateBankLinking .multiselect .dxic input {
  height: unset !important;
  min-height: 1.5rem;
  box-sizing: border-box;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  background-color: var(--clr-placeholder-bg, #fdfdfd);
}
.theming-active .TransferMateBankLinking .multiselect .dxeButtonEditButton_Glass {
  background-color: transparent !important;
  box-sizing: content-box;
  padding-inline: 0.5rem !important;
  transition: all 0.3s ease;
  width: 1.25rem;
}
.theming-active .TransferMateBankLinking .multiselect .dxeButtonEditButton_Glass span,
.theming-active .TransferMateBankLinking .multiselect .dxeButtonEditButton_Glass .dropdownbtn,
.theming-active .TransferMateBankLinking .multiselect .dxeButtonEditButton_Glass .dxbebt {
  display: none;
}
.theming-active .TransferMateBankLinking .multiselect .dxeButtonEditButton_Glass::after {
  background-image: url(../assets/icons/icon-carousel-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  min-height: 1rem;
  min-width: 1rem;
  position: relative;
  width: 100%;
}
.theming-active .TransferMateBankLinking .multiselect .dropdownbtn {
  content: "" !important;
}
.theming-active .TransferMateBankLinking .multiselect .multiselect__tags,
.theming-active .TransferMateBankLinking .multiselect .multiselect__input {
  border: none;
  background: transparent;
}
.theming-active .TransferMateBankLinking .multiselect .multiselect__placeholder,
.theming-active .TransferMateBankLinking .multiselect .multiselect__single {
  padding-top: 0.438rem;
  padding-left: 0.313rem;
  background: transparent;
}
.theming-active .TransferMateBankLinking .multiselect .multiselect__content-wrapper {
  top: 1.875rem;
  border-radius: 0.25rem;
  border: 1px solid var(--clr-canvas-border, #e5e4e7);
  background: var(--clr-canvas-secondary, #fdfdfd);
  /* Dropdown Shadow */
  box-shadow: 0px 4px 8px 0px rgba(34, 34, 34, 0.12);
}
.theming-active .TransferMateBankLinking .multiselect .multiselect__option--selected {
  background: var(--clr-dropdown-list-item-active, #d9e2ff);
}
.theming-active .TransferMateBankLinking .multiselect .multiselect__select {
  background-image: url(../assets/icons/icon-carousel-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  min-height: 1rem;
  min-width: 1rem;
  position: relative;
  width: 100%;
  width: 2.5rem;
  position: absolute;
}
.theming-active .TransferMateBankLinking .multiselect .multiselect__select::before {
  display: none;
}
.theming-active #ctl00_cphMain_contactTabs_CC.dxtcPageContent_Glass #ctl00_cphMain_contactTabs_C0 label.dxeBase_Glass,
.theming-active #ctl00_cphMain_contactTabs_CC.dxtcPageContent_Glass #ctl00_cphMain_contactTabs_C0 label.dropdownLabel,
.theming-active #ctl00_cphMain_contactTabs_CC.dxtcPageContent_Glass #ctl00_cphMain_contactTabs_C0 td.dropdownLabel > input {
  width: 8.6275rem !important;
}
.theming-active #ctl00_cphMain_contactTabs_CC.dxtcPageContent_Glass #ctl00_cphMain_contactTabs_C2 label.dxeBase_Glass,
.theming-active #ctl00_cphMain_contactTabs_CC.dxtcPageContent_Glass #ctl00_cphMain_contactTabs_C2 label.dropdownLabel,
.theming-active #ctl00_cphMain_contactTabs_CC.dxtcPageContent_Glass #ctl00_cphMain_contactTabs_C2 td.dropdownLabel > input {
  width: 7.8125rem !important;
}
.theming-active td.dxpcControl_Glass,
.theming-active td.dxpcHeader_Glass,
.theming-active td.dxpcContent_Glass {
  background: var(--clr-canvas-secondary, #fdfdfd) !important;
  font-family: var(--font-primary) !important;
}
.theming-active .dxpcHeader_Glass {
  border-bottom: none;
}
.theming-active .dxpcHeader_Glass td.dxpc {
  background-color: unset !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--Font-size-text-md, 1rem) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold, 600) !important;
  line-height: var(--Line-height-text-md, 1.25rem) !important;
}
.theming-active .dxpcContent_Glass {
  color: var(--clr-text-primary, #222);
  font-family: var(--font-primary) !important;
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right {
  border: 1px solid var(--clr-placeholder-border-default, #e5e4e7) !important;
  background-color: var(--clr-placeholder-bg);
  /* Devexpress */
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right * {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: 1rem !important;
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .dropdownbtn.dropdownbtn.dropdownbtn {
  background-color: transparent !important;
  box-sizing: content-box;
  padding-inline: 0.5rem !important;
  transition: all 0.3s ease;
  width: 1.25rem;
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .dropdownbtn.dropdownbtn.dropdownbtn span,
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .dropdownbtn.dropdownbtn.dropdownbtn .dropdownbtn,
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .dropdownbtn.dropdownbtn.dropdownbtn .dxbebt {
  display: none;
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .dropdownbtn.dropdownbtn.dropdownbtn::after {
  background-image: url(../assets/icons/icon-carousel-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  min-height: 1rem;
  min-width: 1rem;
  position: relative;
  width: 100%;
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .innerLabelTD,
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .innerLabel {
  background: var(--clr-placeholder-bg-disabled, #f5f5f5);
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .innerLabelTD {
  border-right: 1px solid var(--clr-placeholder-border-default, #e5e4e7);
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .innerLabel {
  align-items: center;
  color: var(--clr-text-disabled, #938d99) !important;
  display: flex !important;
  justify-content: center;
  padding: 0;
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .dropdowninput {
  color: var(--clr-black-500, #222);
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .dropdowninput input {
  height: unset !important;
  min-height: 1.5rem;
  box-sizing: border-box;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  background-color: var(--clr-placeholder-bg, #fdfdfd);
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .dropdowninput:has(input:focus) ~ .dropdownbtn {
  transform: rotate(180deg);
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .dropdownloader {
  background-color: transparent;
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .dxic {
  color: var(--clr-black-500, #222);
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .dxic input {
  height: unset !important;
  min-height: 1.5rem;
  box-sizing: border-box;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  background-color: var(--clr-placeholder-bg, #fdfdfd);
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .dxeButtonEditButton_Glass {
  background-color: transparent !important;
  box-sizing: content-box;
  padding-inline: 0.5rem !important;
  transition: all 0.3s ease;
  width: 1.25rem;
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .dxeButtonEditButton_Glass span,
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .dxeButtonEditButton_Glass .dropdownbtn,
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .dxeButtonEditButton_Glass .dxbebt {
  display: none;
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .dxeButtonEditButton_Glass::after {
  background-image: url(../assets/icons/icon-carousel-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  min-height: 1rem;
  min-width: 1rem;
  position: relative;
  width: 100%;
}
.theming-active .dxpcContent_Glass .dxeButtonEdit_Glass.right .dxic > input {
  min-width: 4rem;
}

.theming-active .dxeProgressBar_Glass {
  background-color: var(--clr-canvas-primary) !important;
  border: 1px solid var(--clr-canvas-accent, #426eff);
}
.theming-active .dxeProgressBar_Glass td {
  background-image: unset !important;
}
.theming-active .dxeProgressBar_Glass .dxePBMainCell .dxeProgressBarIndicator_Glass {
  background: var(--clr-canvas-accent, #426eff) !important;
}
.theming-active .dxeProgressBar_Glass .dxePBMainCell table > tbody td {
  background-color: unset !important;
}

/* InputDropDown */
/** Buttons */
/*This mixin is shared with two css base files with different depths.
The boolean isAiqStyle is to account for the folder difference*/
.theming-active {
  /* custom styling for pruchase approver screen */
}
.theming-active .approversetup_purchaseapprover {
  /* InputDropDown component */
}
.theming-active .approversetup_purchaseapprover .contactinfo div label:not(#existinguseryes_label, #existinguserno_label, .validation) {
  min-width: 5.938rem;
  margin-right: 0 !important;
  float: left;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-xs-font-size) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: var(--text-xs-line-height) !important;
}
.theming-active .approversetup_purchaseapprover #existinguseryes_label {
  margin-left: 0.625rem;
}
.theming-active .approversetup_purchaseapprover .approversetup_purchaseapprover table.dropdowncontainer {
  width: auto !important;
}
.theming-active .approversetup_purchaseapprover #purchaseapprover_job,
.theming-active .approversetup_purchaseapprover #purchaseapprover_email,
.theming-active .approversetup_purchaseapprover #purchaseapprover_limit_number {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active .approversetup_purchaseapprover #purchaseapprover_job:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active .approversetup_purchaseapprover #purchaseapprover_email:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active .approversetup_purchaseapprover #purchaseapprover_limit_number:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active .approversetup_purchaseapprover #purchaseapprover_job:has(tbody tr td input:focus), .theming-active .approversetup_purchaseapprover #purchaseapprover_job:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active .approversetup_purchaseapprover #purchaseapprover_email:has(tbody tr td input:focus),
.theming-active .approversetup_purchaseapprover #purchaseapprover_email:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active .approversetup_purchaseapprover #purchaseapprover_limit_number:has(tbody tr td input:focus),
.theming-active .approversetup_purchaseapprover #purchaseapprover_limit_number:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active .approversetup_purchaseapprover #purchaseapprover_job:has(tbody tr td input:focus) .innerLabelTD, .theming-active .approversetup_purchaseapprover #purchaseapprover_job:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active .approversetup_purchaseapprover #purchaseapprover_email:has(tbody tr td input:focus) .innerLabelTD,
.theming-active .approversetup_purchaseapprover #purchaseapprover_email:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active .approversetup_purchaseapprover #purchaseapprover_limit_number:has(tbody tr td input:focus) .innerLabelTD,
.theming-active .approversetup_purchaseapprover #purchaseapprover_limit_number:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active .approversetup_purchaseapprover #purchaseapprover_job:disabled, .theming-active .approversetup_purchaseapprover #purchaseapprover_job.disabledDropDown,
.theming-active .approversetup_purchaseapprover #purchaseapprover_email:disabled,
.theming-active .approversetup_purchaseapprover #purchaseapprover_email.disabledDropDown,
.theming-active .approversetup_purchaseapprover #purchaseapprover_limit_number:disabled,
.theming-active .approversetup_purchaseapprover #purchaseapprover_limit_number.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active .approversetup_purchaseapprover #purchaseapprover_systemuser * {
  vertical-align: top !important;
}
.theming-active .approversetup_purchaseapprover #ddlUser_dd_container .dropdowncontainer,
.theming-active .approversetup_purchaseapprover #ddlExternalApprover_dd_container .dropdowncontainer {
  margin-left: 0;
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer {
  border: 1px solid var(--clr-placeholder-border-default, #e5e4e7) !important;
  background-color: var(--clr-placeholder-bg);
  /* Devexpress */
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer * {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: 1rem !important;
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer .dropdownbtn.dropdownbtn.dropdownbtn {
  background-color: transparent !important;
  box-sizing: content-box;
  padding-inline: 0.5rem !important;
  transition: all 0.3s ease;
  width: 1.25rem;
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer .dropdownbtn.dropdownbtn.dropdownbtn span,
.theming-active .approversetup_purchaseapprover .dropdowncontainer .dropdownbtn.dropdownbtn.dropdownbtn .dropdownbtn,
.theming-active .approversetup_purchaseapprover .dropdowncontainer .dropdownbtn.dropdownbtn.dropdownbtn .dxbebt {
  display: none;
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer .dropdownbtn.dropdownbtn.dropdownbtn::after {
  background-image: url(../assets/icons/icon-carousel-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  min-height: 1rem;
  min-width: 1rem;
  position: relative;
  width: 100%;
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer .innerLabelTD,
.theming-active .approversetup_purchaseapprover .dropdowncontainer .innerLabel {
  background: var(--clr-placeholder-bg-disabled, #f5f5f5);
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer .innerLabelTD {
  border-right: 1px solid var(--clr-placeholder-border-default, #e5e4e7);
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer .innerLabel {
  align-items: center;
  color: var(--clr-text-disabled, #938d99) !important;
  display: flex !important;
  justify-content: center;
  padding: 0;
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer .dropdowninput {
  color: var(--clr-black-500, #222);
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer .dropdowninput input {
  height: unset !important;
  min-height: 1.5rem;
  box-sizing: border-box;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  background-color: var(--clr-placeholder-bg, #fdfdfd);
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer .dropdowninput:has(input:focus) ~ .dropdownbtn {
  transform: rotate(180deg);
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer .dropdownloader {
  background-color: transparent;
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer .dxic {
  color: var(--clr-black-500, #222);
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer .dxic input {
  height: unset !important;
  min-height: 1.5rem;
  box-sizing: border-box;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  background-color: var(--clr-placeholder-bg, #fdfdfd);
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer .dxeButtonEditButton_Glass {
  background-color: transparent !important;
  box-sizing: content-box;
  padding-inline: 0.5rem !important;
  transition: all 0.3s ease;
  width: 1.25rem;
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer .dxeButtonEditButton_Glass span,
.theming-active .approversetup_purchaseapprover .dropdowncontainer .dxeButtonEditButton_Glass .dropdownbtn,
.theming-active .approversetup_purchaseapprover .dropdowncontainer .dxeButtonEditButton_Glass .dxbebt {
  display: none;
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer .dxeButtonEditButton_Glass::after {
  background-image: url(../assets/icons/icon-carousel-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  min-height: 1rem;
  min-width: 1rem;
  position: relative;
  width: 100%;
}
.theming-active .approversetup_purchaseapprover .settings div label {
  min-width: 12.188rem;
  margin-right: 0 !important;
  float: left;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-xs-font-size) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: var(--text-xs-line-height) !important;
}
.theming-active .approversetup_purchaseapprover #ddlExternalApprover_dd_container .dropdownbtn {
  position: absolute;
  right: 0.313rem;
  top: 0.625rem;
}
.theming-active .approversetup_purchaseapprover .dropdowncontainer .dropdowninput input {
  background-color: var(--clr-canvas-secondary, #fff) !important;
}
.theming-active .approversetup_purchaseapprover #purchaseapprover_settings {
  width: 48%;
  margin-right: 0;
  margin-left: 0;
}
.theming-active .approversetup_purchaseapprovers ~ div.dropdownlist {
  background-color: var(--clr-canvas-secondary) !important;
}

/* InputDropDown */
/** Buttons */
/*This mixin is shared with two css base files with different depths.
The boolean isAiqStyle is to account for the folder difference*/
.theming-active .priceListScreen table.grid,
.theming-active .priceListScreen .divList > table {
  border-spacing: 0 !important;
}
.theming-active .priceListScreen .aspbtnWidth,
.theming-active .priceListScreen .asp_cancellation,
.theming-active .priceListScreen .bntNewPList {
  width: unset !important;
  padding: calc(var(--space-2) - 1px) var(--space-4) calc(var(--space-2) - 1px) var(--space-4) !important;
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active .priceListScreen .aspbtnWidth:hover,
.theming-active .priceListScreen .asp_cancellation:hover,
.theming-active .priceListScreen .bntNewPList:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .priceListScreen .aspbtnWidth:active,
.theming-active .priceListScreen .asp_cancellation:active,
.theming-active .priceListScreen .bntNewPList:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .priceListScreen #divFooter {
  background-color: var(--clr-canvas-secondary, #fff) !important;
  width: calc(100% - 0.625rem) !important;
  box-sizing: border-box;
  height: 3.4rem;
}
.theming-active .priceListScreen input[name=txtFilter] {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active .priceListScreen input[name=txtFilter]:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active .priceListScreen input[name=txtFilter]:has(tbody tr td input:focus), .theming-active .priceListScreen input[name=txtFilter]:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active .priceListScreen input[name=txtFilter]:has(tbody tr td input:focus) .innerLabelTD, .theming-active .priceListScreen input[name=txtFilter]:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active .priceListScreen input[name=txtFilter]:disabled, .theming-active .priceListScreen input[name=txtFilter].disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active .priceListScreen .hdg_1 > table {
  background-color: var(--clr-tablerow-header, #fafafa) !important;
  padding: 0 !important;
  border-color: var(--clr-tablerow-border, #e5e4e7) !important;
}
.theming-active .priceListScreen table.aiqGrid > thead .btnth, .theming-active .priceListScreen table.aiqGrid > tbody .btnth {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .priceListScreen table.aiqGrid tr th:first-child {
  border-left: 1px solid var(--clr-canvas-border, #d4d4d8) !important;
}
.theming-active .priceListScreen table.aiqGrid tr td {
  border-right: 1px solid var(--clr-canvas-border, #d4d4d8) !important;
  padding: 0.625rem 0.5rem !important;
}
.theming-active .priceListScreen table.aiqGrid tr:nth-of-type(2n) td {
  background-color: var(--clr-tablerow-primary) !important;
}
.theming-active .priceListScreen table.aiqGrid .linehypbtn {
  border-right: 1px solid var(--clr-canvas-border, #d4d4d8) !important;
  border-bottom: 1px solid var(--clr-canvas-border, #d4d4d8) !important;
}
.theming-active .priceListScreen table.aiqGrid .thEdit,
.theming-active .priceListScreen table.aiqGrid .tdEdit {
  width: 10% !important;
}
.theming-active .priceListScreen table.aiqGrid .thCode,
.theming-active .priceListScreen table.aiqGrid .tdCode {
  width: 20% !important;
}
.theming-active .priceListScreen table.aiqGrid .thPriceList,
.theming-active .priceListScreen table.aiqGrid .tdPriceList {
  width: 40% !important;
}
.theming-active .priceListScreen table.aiqGrid .thLock,
.theming-active .priceListScreen table.aiqGrid .tdLock {
  width: 30% !important;
}
.theming-active .priceListScreen .divList > table tr td:last-child {
  border-right: none !important;
}
.theming-active .priceListScreen .filter_1 {
  background-color: var(--clr-canvas-secondary, #fff) !important;
}
.theming-active .priceListScreen .divList {
  border-color: var(--clr-tablerow-border, #e5e4e7) !important;
  border-top: none;
}
.theming-active.priceListScreenBody .modal > .modal-dialog > .modal-content > .modal-body p {
  font-size: 0.75rem !important;
}
.theming-active.newPriceListScreen .modal > .modal-dialog > .modal-content > .modal-body p {
  font-size: 0.75rem !important;
}
.theming-active.newPriceListScreen #help_button {
  display: none !important;
}
.theming-active.newPriceListScreen .btmnu_single {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.875rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active.newPriceListScreen .rTH {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  padding: 0 0.5rem;
}
.theming-active.newPriceListScreen .pageof {
  display: none;
}
.theming-active.newPriceListScreen .rTHInput {
  width: 15rem;
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active.newPriceListScreen .rTHInput:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active.newPriceListScreen .rTHInput:has(tbody tr td input:focus), .theming-active.newPriceListScreen .rTHInput:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active.newPriceListScreen .rTHInput:has(tbody tr td input:focus) .innerLabelTD, .theming-active.newPriceListScreen .rTHInput:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active.newPriceListScreen .rTHInput:disabled, .theming-active.newPriceListScreen .rTHInput.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active.newPriceListScreen .tabhp > table {
  border-collapse: separate !important;
  border-spacing: 0 0.5rem;
}
.theming-active.newPriceListScreen .tabhp {
  width: 98.3%;
  height: 24.313rem;
}
.theming-active.newPriceListScreen #divfooter {
  width: 98.3%;
  height: 3rem;
  background-color: var(--clr-canvas-secondary, #fff) !important;
  border-color: var(--clr-tablerow-border, #e5e4e7) !important;
}
.theming-active.newPriceListScreen #divfooter .asp_cancellation {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: calc(var(--space-2) - 1px) var(--space-4) calc(var(--space-2) - 1px) var(--space-4) !important;
}
.theming-active.newPriceListScreen .asp_primary {
  width: auto;
  left: 51.125rem !important;
  top: 27.375rem !important;
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  padding: var(--padding-block) var(--padding-inline) !important;
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.newPriceListScreen .asp_primary:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.newPriceListScreen .asp_primary div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active.newPriceListScreen .asp_primary:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active.newPriceListScreen .tabhb,
.theming-active.newPriceListScreen .tabhp,
.theming-active.newPriceListScreen .btmnu_single {
  background-color: var(--clr-canvas-secondary, #fff) !important;
  z-index: 5 !important;
  border-color: var(--clr-tablerow-border, #e5e4e7) !important;
}
.theming-active.newPriceListScreen .tabhb {
  left: 0.5rem;
  top: 0.5rem;
}
.theming-active.newPriceListScreen .tabhp,
.theming-active.newPriceListScreen #divfooter {
  left: 0.5rem;
}
.theming-active.newPriceListScreen .footer_abs {
  top: 26.813rem;
}
.theming-active.customPriceSetupScreen .modal > .modal-dialog > .modal-content > .modal-body p {
  font-size: 0.75rem !important;
}
.theming-active.customPriceSetupScreen #help_button {
  display: none !important;
}
.theming-active.customPriceSetupScreen .rTH {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  padding: 0 0.5rem;
}
.theming-active.customPriceSetupScreen .rTHInput {
  width: 15rem;
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active.customPriceSetupScreen .rTHInput:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active.customPriceSetupScreen .rTHInput:has(tbody tr td input:focus), .theming-active.customPriceSetupScreen .rTHInput:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active.customPriceSetupScreen .rTHInput:has(tbody tr td input:focus) .innerLabelTD, .theming-active.customPriceSetupScreen .rTHInput:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active.customPriceSetupScreen .rTHInput:disabled, .theming-active.customPriceSetupScreen .rTHInput.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active.customPriceSetupScreen .tabhp {
  padding-top: 0.5rem;
  height: 4.375rem;
}
.theming-active.customPriceSetupScreen .tabhb {
  left: 0.5rem;
  top: 0.5rem;
}
.theming-active.customPriceSetupScreen .tabhb > button {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.875rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  border: none !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
}
.theming-active.customPriceSetupScreen .tdNote {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.675rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active.customPriceSetupScreen .aspbtnHover:not(.asp_primary) {
  width: unset !important;
  padding: calc(var(--space-2) - 1px) var(--space-4) calc(var(--space-2) - 1px) var(--space-4) !important;
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active.customPriceSetupScreen .aspbtnHover:not(.asp_primary):hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active.customPriceSetupScreen .aspbtnHover:not(.asp_primary):active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active.customPriceSetupScreen .asp_primary {
  width: auto;
  left: 38.813rem !important;
  top: 28.438rem !important;
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  padding: var(--padding-block) var(--padding-inline) !important;
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.customPriceSetupScreen .asp_primary:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.customPriceSetupScreen .asp_primary div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active.customPriceSetupScreen .asp_primary:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active.customPriceSetupScreen .pageof {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.675rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active.customPriceSetupScreen .footer_abs {
  height: 2.875rem;
}
.theming-active.customPriceSetupScreen .footer_abs .asp_cancellation {
  position: absolute;
  left: 43.438rem;
  top: 0.563rem;
}
.theming-active.customPriceSetupScreen .footer_abs > table {
  line-height: 2.75rem;
  background-color: var(--clr-canvas-secondary, #fff) !important;
  width: 100% !important;
}
.theming-active.customPriceSetupScreen .hdg_2 {
  background-color: var(--clr-canvas-secondary, #fff) !important;
}
.theming-active.customPriceSetupScreen .hdg_2 table.aiqGrid > tbody th, .theming-active.customPriceSetupScreen .hdg_2 table.aiqGrid > tbody tr {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
}
.theming-active.customPriceSetupScreen .hdg_2 table.aiqGrid tr td {
  border-right: 1px solid var(--clr-canvas-border, #d4d4d8) !important;
  padding: 0.625rem 0.5rem !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
}
.theming-active.customPriceSetupScreen #tbld > tbody > tr > td > input {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active.customPriceSetupScreen #tbld > tbody > tr > td > input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active.customPriceSetupScreen #tbld > tbody > tr > td > input:has(tbody tr td input:focus), .theming-active.customPriceSetupScreen #tbld > tbody > tr > td > input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active.customPriceSetupScreen #tbld > tbody > tr > td > input:has(tbody tr td input:focus) .innerLabelTD, .theming-active.customPriceSetupScreen #tbld > tbody > tr > td > input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active.customPriceSetupScreen #tbld > tbody > tr > td > input:disabled, .theming-active.customPriceSetupScreen #tbld > tbody > tr > td > input.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active.customPriceSetupScreen .list_2 {
  top: 12.813rem;
  left: 0.5rem !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
  border-color: var(--clr-canvas-border, #d4d4d8) !important;
}
.theming-active.customPriceSetupScreen #tabhb1 {
  background-color: var(--clr-canvas-secondary, #fff) !important;
  border-color: var(--clr-canvas-border, #d4d4d8) !important;
}
.theming-active.customPriceSetupScreen .tabhp,
.theming-active.customPriceSetupScreen .footer_abs,
.theming-active.customPriceSetupScreen .hdg_2 {
  left: 0.5rem !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
  border-color: var(--clr-canvas-border, #d4d4d8) !important;
}
.theming-active.customPriceSetupScreen .navigation {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.675rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
}

body:has(.theming-active) #bottomnav,
body:has(.theming-active) #mainTab_CC {
  border: none !important;
}
body:has(.theming-active) .tdmenu {
  background-color: var(--clr-canvas-primary) !important;
}

.aiq-content-container.aiq-grid-listing .roundpanel.grid_listing_panel {
  display: none;
}

#divmain:has(.theming-active) {
  background-color: var(--clr-canvas-primary) !important;
}

.aiq-main-tab-content-container {
  display: flex;
}

.aiq-top-navigation-v2-body {
  background-color: var(--clr-canvas-primary) !important;
}

html:has(.theming-active) {
  background-color: var(--clr-canvas-primary) !important;
}

body.theming-active {
  font-family: var(--font-primary) !important;
}

.theming-active {
  /* menuprofiles.aspx */
  /* menuprofiles.aspx end */
  /* Consolidation manager */
  /* Consolidation manager - Add New Entity to Group */
  /* Override the Entity return vat screen - vat reporting tab */
  /* Override the global stdfont classes. Font sizes are WIP */
  /* Help icons */
  /* InputDropDown component */
  /* Buttons */
  /* Bank screens overrides - start */
  /* Bank screens overrides - end */
  /* Buttons */
  /* Cashflow.aspx start */
  /* Cashflow.aspx end */
  /* Reassign users to clients - start*/
  /* edit.asp - start */
  /* edit.asp - end */
  /* edit.asp & datcologo.asp - start */
  /* edit.asp & datcologo.asp - end */
  /* Reassign users to clients - end*/
  /* File upload input. Manually add screens or sections which should use this style. */
  /* Overrides for modal typography - start*/
  /* title */
  /* content */
  /* Overrides for modal typography - end*/
  /* overrides for data exporter */
  /* Hides the context help buttons*/
  /* it removes the box shadow on .modal_background */
  /* Overides for Budget Area Manage screen */
  /* TODO: remove these styles when global scss is fixed (_headerasp.scss, _panelDotNet.scss) */
}
.theming-active .modal > .modal-dialog > .modal-content {
  background-color: var(--clr-canvas-secondary) !important;
  color: var(--clr-text-primary) !important;
}
.theming-active .modal > .modal-dialog > .modal-content .modal-title,
.theming-active .modal > .modal-dialog > .modal-content .modal-sub-title {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-bold) !important;
}
.theming-active .modal > .modal-dialog > .modal-content > .modal-header {
  border-bottom: var(--space-0-25) solid var(--clr-topbar-border, #e4e4e7) !important;
}
.theming-active .modal > .modal-dialog > .modal-content > .modal-body table tr > td {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .modal > .modal-dialog .modal-footer input[type=button]:not(.primary) {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  padding: var(--padding-block) var(--padding-inline) !important;
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active .modal > .modal-dialog .modal-footer input[type=button]:not(.primary):hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .modal > .modal-dialog .modal-footer input[type=button]:not(.primary):active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .modal > .modal-dialog .modal-footer input[type=button].primary {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  padding: var(--padding-block) var(--padding-inline) !important;
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active .modal > .modal-dialog .modal-footer input[type=button].primary:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active .modal > .modal-dialog .modal-footer input[type=button].primary div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active .modal > .modal-dialog .modal-footer input[type=button].primary:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-body input[type=text] {
  border-radius: var(--space-2);
  min-width: var(--space-40);
  min-height: var(--space-8);
  padding: var(--space-2);
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-body input[type=text]:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-body input[type=text]:has(tbody tr td input:focus), .theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-body input[type=text]:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-body input[type=text]:has(tbody tr td input:focus) .innerLabelTD, .theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-body input[type=text]:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-body input[type=text]:disabled, .theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-body input[type=text].disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-body .spinedit-up-arrow {
  background-image: url("../assets/icons/icon-arrow-up-black.svg") !important;
  background-repeat: no-repeat !important;
  background-position: -0.125rem -0.125rem !important;
  width: 1rem !important;
  height: 1rem !important;
  border-radius: 0.2rem;
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-body .spinedit-up-arrow:hover {
  background: var(--clr-buttons-secondary-hover) !important;
  background-image: url("../assets/icons/icon-arrow-up-black.svg") !important;
  background-repeat: no-repeat !important;
  background-position: -0.125rem -0.125rem !important;
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-body .spinedit-down-arrow {
  background-image: url("../assets/icons/icon-arrow-up-black.svg") !important;
  background-repeat: no-repeat !important;
  background-position: -0.125rem -0.125rem !important;
  width: 1rem !important;
  height: 1rem !important;
  border-radius: 0.2rem;
  transform: rotate(180deg);
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-body .spinedit-down-arrow:hover {
  background: var(--clr-buttons-secondary-hover) !important;
  background-repeat: no-repeat !important;
  background-image: url("../assets/icons/icon-arrow-up-black.svg") !important;
  background-position: -0.125rem -0.125rem !important;
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-footer {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-footer .save {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-footer .save:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-footer .save div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-footer .save:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-footer .cancel {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-footer .cancel:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-footer .cancel:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-footer .dxbButton_Glass {
  display: flex;
  justify-content: center;
  min-width: var(--space-18) !important;
  min-height: var(--space-8) !important;
  padding: 0 !important;
  text-align: -moz-center;
  text-align: -webkit-center;
}
.theming-active #BankMatchingSettingsPanel .modal > .modal-dialog > .modal-content > .modal-footer .dxb {
  padding: 0 !important;
}
.theming-active .roundpanel {
  background-color: var(--clr-canvas-secondary) !important;
}
.theming-active #divfooter {
  background-color: var(--clr-canvas-primary) !important;
}
.theming-active .aiq-primary-button:not(:disabled) {
  border-color: var(--clr-primary-500) !important;
  background: var(--clr-primary-500) !important;
}
.theming-active .aiq-primary-button:not(:disabled):hover {
  border-color: var(--clr-primary-700) !important;
  background: var(--clr-primary-700) !important;
}
.theming-active .header-menuprofiles *:not(.dropdowninput) > input {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active .header-menuprofiles *:not(.dropdowninput) > input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active .header-menuprofiles *:not(.dropdowninput) > input:has(tbody tr td input:focus), .theming-active .header-menuprofiles *:not(.dropdowninput) > input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active .header-menuprofiles *:not(.dropdowninput) > input:has(tbody tr td input:focus) .innerLabelTD, .theming-active .header-menuprofiles *:not(.dropdowninput) > input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active .header-menuprofiles *:not(.dropdowninput) > input:disabled, .theming-active .header-menuprofiles *:not(.dropdowninput) > input.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active table.aiqGrid > thead > tr > th > input {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active table.aiqGrid > thead > tr > th > input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active table.aiqGrid > thead > tr > th > input:has(tbody tr td input:focus), .theming-active table.aiqGrid > thead > tr > th > input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active table.aiqGrid > thead > tr > th > input:has(tbody tr td input:focus) .innerLabelTD, .theming-active table.aiqGrid > thead > tr > th > input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active table.aiqGrid > thead > tr > th > input:disabled, .theming-active table.aiqGrid > thead > tr > th > input.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active table.aiqGrid .sticky-header {
  position: sticky;
  top: 0px;
  z-index: 100;
}
.theming-active .banner_pract,
.theming-active .aiqnav {
  background-color: var(--clr-topbar-bg, #fff) !important;
  border-bottom: 0.0625rem solid var(--clr-topbar-border, #e4e4e7);
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.875rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: 0.86669rem;
  margin-top: 0 !important;
}
.theming-active .roundpanel_header_pract {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-sm-font-size) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: var(--text-sm-line-height) !important;
  border-bottom: none;
}
.theming-active form[name=frmpractusradd] .user-active-checkbox {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  margin-top: 0.5rem;
}
.theming-active form[name=frmpractusradd] .user-active-checkbox input {
  margin: 0px;
}
.theming-active form[name=frmpractusradd] .select-container {
  margin-left: 0px;
  width: 91.5% !important;
}
.theming-active form[name=frmpractusradd] .roundpanel_header_pract {
  padding-inline: 0;
}
.theming-active form[name=frmpractusradd] .checkbox-table tbody {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr 1fr;
  max-width: 90%;
}
.theming-active form[name=frmpractusradd] .checkbox-table tbody td {
  align-items: flex-start;
  display: flex;
  gap: 0.25rem;
  width: 100%;
}
.theming-active form[name=frmpractusradd] .checkbox-table tbody td input[type=checkbox] {
  margin-block: 0;
}
.theming-active form[name=frmpractusradd] .checkbox-table tbody td[colspan="2"],
.theming-active form[name=frmpractusradd] .checkbox-table tbody td:has(td[colspan="2"]) {
  grid-column: span 2;
}
.theming-active form[name=frmpractusradd] .checkbox-table tbody td[width="10%"],
.theming-active form[name=frmpractusradd] .checkbox-table tbody td[style="vertical-align:text"] {
  display: none;
}
.theming-active form[name=frmpractusradd] .checkbox-table tbody tr,
.theming-active form[name=frmpractusradd] .checkbox-table tbody table,
.theming-active form[name=frmpractusradd] .checkbox-table tbody table tbody,
.theming-active form[name=frmpractusradd] .checkbox-table tbody table tbody tr td {
  display: contents;
}
.theming-active form[name=frmpractusradd] .footer_pract {
  margin-bottom: 0.125rem;
}
.theming-active form[name=frmpractusradd] .custom-select_newNav {
  width: 91%;
}
.theming-active form:not(form[name=frmpractusradd]) #UserDetail .select-container {
  width: 90.5% !important;
}
.theming-active .custom-select_newNav {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active .custom-select_newNav:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active .custom-select_newNav:has(tbody tr td input:focus), .theming-active .custom-select_newNav:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active .custom-select_newNav:has(tbody tr td input:focus) .innerLabelTD, .theming-active .custom-select_newNav:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active .custom-select_newNav:disabled, .theming-active .custom-select_newNav.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active td:has(> .custom-select_newNav) {
  align-items: center;
  display: flex;
  position: relative;
}
.theming-active td:has(> .custom-select_newNav)::after {
  background: var(--clr-placeholder-bg) url("../assets/icons/icon-carousel-down.svg") no-repeat right center !important;
  content: " ";
  display: block;
  height: 1rem;
  pointer-events: none;
  position: absolute;
  right: calc(9% + 0.25rem);
  width: 1rem;
  z-index: 1;
}
.theming-active td:has(> .custom-select_newNav.w80)::after {
  right: calc(20% + 0.25rem);
}
.theming-active td:has(> .custom-select_newNav.w80.lg)::after {
  right: calc(20% + 0.5rem);
}
.theming-active td:has(> .custom-select_newNav.sm)::after {
  right: 20%;
}
.theming-active .company-logo-left-section tbody {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 4rem;
}
.theming-active form[name=frmpractusredit] td,
.theming-active #UserDetail td,
.theming-active .addProfileModal td {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-xs-font-size) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active form[name=frmpractusredit] .text,
.theming-active #UserDetail .text,
.theming-active .addProfileModal .text {
  padding-right: 7px !important;
}
.theming-active form[name=frmpractusredit] .select-wrapper,
.theming-active #UserDetail .select-wrapper,
.theming-active .addProfileModal .select-wrapper {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active form[name=frmpractusredit] .select-wrapper:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active #UserDetail .select-wrapper:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active .addProfileModal .select-wrapper:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active form[name=frmpractusredit] .select-wrapper:has(tbody tr td input:focus), .theming-active form[name=frmpractusredit] .select-wrapper:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active #UserDetail .select-wrapper:has(tbody tr td input:focus),
.theming-active #UserDetail .select-wrapper:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active .addProfileModal .select-wrapper:has(tbody tr td input:focus),
.theming-active .addProfileModal .select-wrapper:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active form[name=frmpractusredit] .select-wrapper:has(tbody tr td input:focus) .innerLabelTD, .theming-active form[name=frmpractusredit] .select-wrapper:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active #UserDetail .select-wrapper:has(tbody tr td input:focus) .innerLabelTD,
.theming-active #UserDetail .select-wrapper:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active .addProfileModal .select-wrapper:has(tbody tr td input:focus) .innerLabelTD,
.theming-active .addProfileModal .select-wrapper:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active form[name=frmpractusredit] .select-wrapper:disabled, .theming-active form[name=frmpractusredit] .select-wrapper.disabledDropDown,
.theming-active #UserDetail .select-wrapper:disabled,
.theming-active #UserDetail .select-wrapper.disabledDropDown,
.theming-active .addProfileModal .select-wrapper:disabled,
.theming-active .addProfileModal .select-wrapper.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active form[name=frmpractusredit] input.input,
.theming-active #UserDetail input.input,
.theming-active .addProfileModal input.input {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active form[name=frmpractusredit] input.input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active #UserDetail input.input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active .addProfileModal input.input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active form[name=frmpractusredit] input.input:has(tbody tr td input:focus), .theming-active form[name=frmpractusredit] input.input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active #UserDetail input.input:has(tbody tr td input:focus),
.theming-active #UserDetail input.input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active .addProfileModal input.input:has(tbody tr td input:focus),
.theming-active .addProfileModal input.input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active form[name=frmpractusredit] input.input:has(tbody tr td input:focus) .innerLabelTD, .theming-active form[name=frmpractusredit] input.input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active #UserDetail input.input:has(tbody tr td input:focus) .innerLabelTD,
.theming-active #UserDetail input.input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active .addProfileModal input.input:has(tbody tr td input:focus) .innerLabelTD,
.theming-active .addProfileModal input.input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active form[name=frmpractusredit] input.input:disabled, .theming-active form[name=frmpractusredit] input.input.disabledDropDown,
.theming-active #UserDetail input.input:disabled,
.theming-active #UserDetail input.input.disabledDropDown,
.theming-active .addProfileModal input.input:disabled,
.theming-active .addProfileModal input.input.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active form[name=frmpractusredit] input.input.disabled,
.theming-active #UserDetail input.input.disabled,
.theming-active .addProfileModal input.input.disabled {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active .select-wrapper {
  background: url("../assets/icons/icon-carousel-down.svg") no-repeat right center !important;
}
.theming-active .dxeTextBox_Glass .dxeEditArea_Glass {
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
}
.theming-active #Modules_General_GLAccounts .infoRibbon,
.theming-active #Modules_Intercompany_Accounts .infoRibbon,
.theming-active #Modules_DimensionsSetup_Dimensions .infoRibbon {
  color: var(--clr-text-primary) !important;
  border-radius: 8px;
  background: var(--clr-status-blue, #C7D9FF) !important;
  margin: 12px 16px 16px 16px;
  padding: 10px 12px;
  font-family: var(--font-primary) !important;
  font-weight: var(--text-xs-font-weight) !important;
  font-size: var(--text-sm-font-size) !important;
}
.theming-active #Modules_General_GLAccounts .infoRibbon .refreshData,
.theming-active #Modules_Intercompany_Accounts .infoRibbon .refreshData,
.theming-active #Modules_DimensionsSetup_Dimensions .infoRibbon .refreshData {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-sm-font-size) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active #Modules_General_GLAccounts .infoRibbon .refreshData strong,
.theming-active #Modules_Intercompany_Accounts .infoRibbon .refreshData strong,
.theming-active #Modules_DimensionsSetup_Dimensions .infoRibbon .refreshData strong {
  font-weight: var(--font-weight-bold) !important;
}
.theming-active #Modules_General_GLAccounts .infoRibbon .refreshData::before,
.theming-active #Modules_Intercompany_Accounts .infoRibbon .refreshData::before,
.theming-active #Modules_DimensionsSetup_Dimensions .infoRibbon .refreshData::before {
  content: "";
  background-image: url(../assets/icons/icon-warning.svg);
  background-repeat: no-repeat;
  padding-left: 26px;
  background-position: left center;
}
.theming-active #Modules_General_GLAccounts .infoRibbon .closebtn,
.theming-active #Modules_Intercompany_Accounts .infoRibbon .closebtn,
.theming-active #Modules_DimensionsSetup_Dimensions .infoRibbon .closebtn {
  text-indent: -1000em;
  background-image: url(../assets/icons/icon-close.svg);
  background-repeat: no-repeat;
  padding-right: 15px;
}
.theming-active #Modules_DimensionsSetup_Dimensions .closebtn {
  float: right;
}
.theming-active #btAllocate_B,
.theming-active #ctl00_cphMain_btnReturn_B {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  padding: var(--padding-block) var(--padding-inline) !important;
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
}
.theming-active #btAllocate_B div.dxb,
.theming-active #ctl00_cphMain_btnReturn_B div.dxb {
  gap: var(--space-2-5);
  font-family: var(--font-primary) !important;
  color: var(--clr-text-primary) !important;
  padding: unset !important;
  /*Excluding Export button from Stock Check - Sales Item Invoice.*/
}
.theming-active #btAllocate_B div.dxb:has(img):not(#ctl00_cphFooter_btnExport_CD,
#ctl00_cphMain_rp4_btAlloc__0_CD,
#ctl00_cphMain_rp4_btAction__0_CD,
#ctl00_cphMain_rp4_btProcess__0_CD,
#ctl00_cphMain_BtnExport__0_CD,
#ctl00_cphMain_rp4_btPay__0_CD,
#ctl00_cphMain_btCreate__0_CD,
#ctl00_cphMain_btMatchAll__0_CD,
#btExport_CD,
#ctl00_cphFooter_ctl00__0_CD,
#ctl00_cphMain_btExport__0_CD,
#ctl00_cphMain_rpFooter_cbpCashFlowSettings_btExport__0_CD,
#ctl00_cphMain_rpFooter_cbpCashFlowSettings_btGenerateCashflow__0_CD),
.theming-active #ctl00_cphMain_btnReturn_B div.dxb:has(img):not(#ctl00_cphFooter_btnExport_CD,
#ctl00_cphMain_rp4_btAlloc__0_CD,
#ctl00_cphMain_rp4_btAction__0_CD,
#ctl00_cphMain_rp4_btProcess__0_CD,
#ctl00_cphMain_BtnExport__0_CD,
#ctl00_cphMain_rp4_btPay__0_CD,
#ctl00_cphMain_btCreate__0_CD,
#ctl00_cphMain_btMatchAll__0_CD,
#btExport_CD,
#ctl00_cphFooter_ctl00__0_CD,
#ctl00_cphMain_btExport__0_CD,
#ctl00_cphMain_rpFooter_cbpCashFlowSettings_btExport__0_CD,
#ctl00_cphMain_rpFooter_cbpCashFlowSettings_btGenerateCashflow__0_CD) {
  padding: var(--space-1-25) var(--space-4);
}
.theming-active #btAllocate_B div.dxb td:before,
.theming-active #ctl00_cphMain_btnReturn_B div.dxb td:before {
  color: var(--clr-text-primary) !important;
}
.theming-active #btAllocate_B div.dxb span,
.theming-active #ctl00_cphMain_btnReturn_B div.dxb span {
  font-family: var(--font-primary) !important;
}
.theming-active #btAllocate_B a,
.theming-active #btAllocate_B span,
.theming-active #ctl00_cphMain_btnReturn_B a,
.theming-active #ctl00_cphMain_btnReturn_B span {
  color: var(--clr-text-primary) !important;
  font-family: var(--font-primary) !important;
}
.theming-active #btAllocate_B,
.theming-active #ctl00_cphMain_btnReturn_B {
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  border-radius: 0.5rem !important;
}
.theming-active #btAllocate_B:hover,
.theming-active #ctl00_cphMain_btnReturn_B:hover {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  padding: var(--padding-block) var(--padding-inline) !important;
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
}
.theming-active #btAllocate_B:hover div.dxb,
.theming-active #ctl00_cphMain_btnReturn_B:hover div.dxb {
  gap: var(--space-2-5);
  font-family: var(--font-primary) !important;
  color: var(--clr-text-primary) !important;
  padding: unset !important;
  /*Excluding Export button from Stock Check - Sales Item Invoice.*/
}
.theming-active #btAllocate_B:hover div.dxb:has(img):not(#ctl00_cphFooter_btnExport_CD,
#ctl00_cphMain_rp4_btAlloc__0_CD,
#ctl00_cphMain_rp4_btAction__0_CD,
#ctl00_cphMain_rp4_btProcess__0_CD,
#ctl00_cphMain_BtnExport__0_CD,
#ctl00_cphMain_rp4_btPay__0_CD,
#ctl00_cphMain_btCreate__0_CD,
#ctl00_cphMain_btMatchAll__0_CD,
#btExport_CD,
#ctl00_cphFooter_ctl00__0_CD,
#ctl00_cphMain_btExport__0_CD,
#ctl00_cphMain_rpFooter_cbpCashFlowSettings_btExport__0_CD,
#ctl00_cphMain_rpFooter_cbpCashFlowSettings_btGenerateCashflow__0_CD),
.theming-active #ctl00_cphMain_btnReturn_B:hover div.dxb:has(img):not(#ctl00_cphFooter_btnExport_CD,
#ctl00_cphMain_rp4_btAlloc__0_CD,
#ctl00_cphMain_rp4_btAction__0_CD,
#ctl00_cphMain_rp4_btProcess__0_CD,
#ctl00_cphMain_BtnExport__0_CD,
#ctl00_cphMain_rp4_btPay__0_CD,
#ctl00_cphMain_btCreate__0_CD,
#ctl00_cphMain_btMatchAll__0_CD,
#btExport_CD,
#ctl00_cphFooter_ctl00__0_CD,
#ctl00_cphMain_btExport__0_CD,
#ctl00_cphMain_rpFooter_cbpCashFlowSettings_btExport__0_CD,
#ctl00_cphMain_rpFooter_cbpCashFlowSettings_btGenerateCashflow__0_CD) {
  padding: var(--space-1-25) var(--space-4);
}
.theming-active #btAllocate_B:hover div.dxb td:before,
.theming-active #ctl00_cphMain_btnReturn_B:hover div.dxb td:before {
  color: var(--clr-text-primary) !important;
}
.theming-active #btAllocate_B:hover div.dxb span,
.theming-active #ctl00_cphMain_btnReturn_B:hover div.dxb span {
  font-family: var(--font-primary) !important;
}
.theming-active #btAllocate_B:hover a,
.theming-active #btAllocate_B:hover span,
.theming-active #ctl00_cphMain_btnReturn_B:hover a,
.theming-active #ctl00_cphMain_btnReturn_B:hover span {
  color: var(--clr-text-primary) !important;
  font-family: var(--font-primary) !important;
}
.theming-active #btAllocate_B:hover a,
.theming-active #btAllocate_B:hover span,
.theming-active #ctl00_cphMain_btnReturn_B:hover a,
.theming-active #ctl00_cphMain_btnReturn_B:hover span {
  color: var(--clr-text-alternative) !important;
}
.theming-active #btAllocate_B div.dxb,
.theming-active #ctl00_cphMain_btnReturn_B div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active #btAllocate_B div.dxb a,
.theming-active #btAllocate_B div.dxb span,
.theming-active #ctl00_cphMain_btnReturn_B div.dxb a,
.theming-active #ctl00_cphMain_btnReturn_B div.dxb span {
  color: var(--clr-text-alternative) !important;
}
.theming-active #btAllocate_B div.dxb td:before,
.theming-active #ctl00_cphMain_btnReturn_B div.dxb td:before {
  color: var(--clr-text-alternative) !important;
}
.theming-active #btAllocate_B a,
.theming-active #btAllocate_B span,
.theming-active #ctl00_cphMain_btnReturn_B a,
.theming-active #ctl00_cphMain_btnReturn_B span {
  color: var(--clr-text-alternative) !important;
}
.theming-active #btAllocate_B:hover,
.theming-active #ctl00_cphMain_btnReturn_B:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
}
.theming-active #btAllocate_B:hover div.dxb td:before,
.theming-active #ctl00_cphMain_btnReturn_B:hover div.dxb td:before {
  color: var(--clr-text-alternative) !important;
}
.theming-active #btAllocate_B:has(.dxbButtonPressed_Glass), .theming-active #btAllocate_B:has(.dxbButtonPressed_Glass:active),
.theming-active #ctl00_cphMain_btnReturn_B:has(.dxbButtonPressed_Glass),
.theming-active #ctl00_cphMain_btnReturn_B:has(.dxbButtonPressed_Glass:active) {
  background-color: var(--clr-buttons-primary-active, #284299) !important;
}
.theming-active #btAllocate_B.dxbDisabled_Glass,
.theming-active #ctl00_cphMain_btnReturn_B.dxbDisabled_Glass {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active #btAllocate_B.dxbDisabled_Glass div.dxb span,
.theming-active #ctl00_cphMain_btnReturn_B.dxbDisabled_Glass div.dxb span {
  color: var(--clr-text-disabled) !important;
}
.theming-active div.typetab.selected {
  background-color: var(--clr-tabs-bg-active) !important;
  border-color: var(--clr-tabs-bg-active) !important;
  box-shadow: inset 0px -2px 0px 0px var(--clr-tabs-border-active, #426eff);
  color: var(--clr-text-tab-active, #426eff);
}
.theming-active div.typetab {
  background-color: var(--clr-tabs-bg-default) !important;
  border-bottom-width: 0px !important;
  border-color: var(--clr-tabs-border-default) !important;
  border-inline: none !important;
  border-top: none !important;
}
.theming-active .tablecontainer {
  border: 0px;
}
.theming-active .tablecontainer thead > tr th {
  border-inline: var(--space-0-25) solid var(--clr-tablerow-border, #e5e4e7) !important;
}
.theming-active .tablecontainer tbody > tr td {
  border-left: var(--space-0-25) solid var(--clr-tablerow-border, #e5e4e7) !important;
}
.theming-active .tablecontainer thead tr:first-of-type th {
  border-bottom: none !important;
}
.theming-active #menuprofilescontent .group td:first-child,
.theming-active #menuprofilescontent .subgroup td:first-child {
  border-top: none;
  font-weight: 600 !important;
}
.theming-active .purchases_apinbox_edit .help-group,
.theming-active .purchases_apinbox .help-group,
.theming-active .step-wizard .help-group {
  display: none;
}
.theming-active .purchases_apinbox_edit input.dxbButton_Glass[type=button],
.theming-active .purchases_apinbox input.dxbButton_Glass[type=button],
.theming-active .step-wizard input.dxbButton_Glass[type=button] {
  text-align: center !important;
}
.theming-active .purchases_apinbox_edit .dxbButton_Glass.cancellation,
.theming-active .purchases_apinbox_edit .generic.dxbButton_Glass,
.theming-active .purchases_apinbox .dxbButton_Glass.cancellation,
.theming-active .purchases_apinbox .generic.dxbButton_Glass,
.theming-active .step-wizard .dxbButton_Glass.cancellation,
.theming-active .step-wizard .generic.dxbButton_Glass {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active .purchases_apinbox_edit .dxbButton_Glass.cancellation:hover,
.theming-active .purchases_apinbox_edit .generic.dxbButton_Glass:hover,
.theming-active .purchases_apinbox .dxbButton_Glass.cancellation:hover,
.theming-active .purchases_apinbox .generic.dxbButton_Glass:hover,
.theming-active .step-wizard .dxbButton_Glass.cancellation:hover,
.theming-active .step-wizard .generic.dxbButton_Glass:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .purchases_apinbox_edit .dxbButton_Glass.cancellation:active,
.theming-active .purchases_apinbox_edit .generic.dxbButton_Glass:active,
.theming-active .purchases_apinbox .dxbButton_Glass.cancellation:active,
.theming-active .purchases_apinbox .generic.dxbButton_Glass:active,
.theming-active .step-wizard .dxbButton_Glass.cancellation:active,
.theming-active .step-wizard .generic.dxbButton_Glass:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .purchases_apinbox_edit .primary.dxbButton_Glass,
.theming-active .purchases_apinbox .primary.dxbButton_Glass,
.theming-active .step-wizard .primary.dxbButton_Glass {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active .purchases_apinbox_edit .primary.dxbButton_Glass:hover,
.theming-active .purchases_apinbox .primary.dxbButton_Glass:hover,
.theming-active .step-wizard .primary.dxbButton_Glass:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active .purchases_apinbox_edit .primary.dxbButton_Glass div.dxb,
.theming-active .purchases_apinbox .primary.dxbButton_Glass div.dxb,
.theming-active .step-wizard .primary.dxbButton_Glass div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active .purchases_apinbox_edit .primary.dxbButton_Glass:disabled,
.theming-active .purchases_apinbox .primary.dxbButton_Glass:disabled,
.theming-active .step-wizard .primary.dxbButton_Glass:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active .purchases_apinbox_edit input,
.theming-active .purchases_apinbox input,
.theming-active .step-wizard input {
  padding: 0.5rem !important;
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: auto !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active .purchases_apinbox_edit input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active .purchases_apinbox input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active .step-wizard input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active .purchases_apinbox_edit input:has(tbody tr td input:focus), .theming-active .purchases_apinbox_edit input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active .purchases_apinbox input:has(tbody tr td input:focus),
.theming-active .purchases_apinbox input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active .step-wizard input:has(tbody tr td input:focus),
.theming-active .step-wizard input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active .purchases_apinbox_edit input:has(tbody tr td input:focus) .innerLabelTD, .theming-active .purchases_apinbox_edit input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active .purchases_apinbox input:has(tbody tr td input:focus) .innerLabelTD,
.theming-active .purchases_apinbox input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active .step-wizard input:has(tbody tr td input:focus) .innerLabelTD,
.theming-active .step-wizard input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active .purchases_apinbox_edit input:disabled, .theming-active .purchases_apinbox_edit input.disabledDropDown,
.theming-active .purchases_apinbox input:disabled,
.theming-active .purchases_apinbox input.disabledDropDown,
.theming-active .step-wizard input:disabled,
.theming-active .step-wizard input.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active .purchases_apinbox_edit label:not(.alwaysShow),
.theming-active .purchases_apinbox_edit a,
.theming-active .purchases_apinbox_edit p,
.theming-active .purchases_apinbox_edit span,
.theming-active .purchases_apinbox_edit b,
.theming-active .purchases_apinbox label:not(.alwaysShow),
.theming-active .purchases_apinbox a,
.theming-active .purchases_apinbox p,
.theming-active .purchases_apinbox span,
.theming-active .purchases_apinbox b,
.theming-active .step-wizard label:not(.alwaysShow),
.theming-active .step-wizard a,
.theming-active .step-wizard p,
.theming-active .step-wizard span,
.theming-active .step-wizard b {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active .purchases_apinbox_edit a,
.theming-active .purchases_apinbox a,
.theming-active .step-wizard a {
  color: var(--clr-buttons-link-default) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .purchases_apinbox_edit a:visited,
.theming-active .purchases_apinbox a:visited,
.theming-active .step-wizard a:visited {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active .purchases_apinbox_edit a:hover,
.theming-active .purchases_apinbox a:hover,
.theming-active .step-wizard a:hover {
  color: var(--clr-buttons-link-hover) !important;
  text-decoration: none !important;
}
.theming-active .purchases_apinbox_edit a:active,
.theming-active .purchases_apinbox a:active,
.theming-active .step-wizard a:active {
  color: var(--clr-buttons-link-active) !important;
}
.theming-active .purchases_apinbox_edit #fallbackEmailBtn,
.theming-active .purchases_apinbox #fallbackEmailBtn,
.theming-active .step-wizard #fallbackEmailBtn {
  width: auto !important;
}
.theming-active .custom-select_newNav[data-chosen="0"]:not(:focus),
.theming-active select[data-chosen="0"] ~ .holder,
.theming-active select[data-chosen=""] ~ .holder,
.theming-active select[data-chosen=ZZZZ] ~ .holder {
  color: var(--clr-text-placeholder) !important;
}
.theming-active #ctl00_cphMain_Callback_rpEntityGroups_RPC {
  padding: 3px 0px !important;
}
.theming-active .entityGroupGrid .dxpclW {
  width: 21.625rem !important;
}
.theming-active .entityGroupGrid .dxpclW .dxpc-header {
  padding-bottom: 0.375rem !important;
}
.theming-active .entityGroupGrid .dxpclW #ctl00_cphMain_Callback_EntGroupDetails_EntityGroupTabs_gvsetup_DXPEForm_efnew_tb {
  margin-left: 0.5rem !important;
}
.theming-active .entityGroupGrid .dxpclW #ctl00_cphMain_Callback_EntGroupDetails_EntityGroupTabs_gvsetup_DXPEForm_efnew_btCancel_B {
  margin-right: 0 !important;
}
.theming-active .entityGroupGrid .dxpclW .dxKBSW {
  display: none !important;
}
.theming-active #tbl_consolidation_entity_ddl {
  width: 100.5% !important;
}
.theming-active .dxpcLite_Glass img.hidech {
  display: none !important;
}
.theming-active #ctl00_cphMain_Callback_EntGroupDetails_EntityGroupTabs_gvsetup_DXPEForm_tcefnew {
  height: 10.875rem !important;
}
.theming-active #ctl00_cphMain_Callback_EntGroupDetails_EntityGroupTabs_gvsetup_DXPEForm_efnew_ownershipRate__s {
  width: 11.875rem !important;
}
.theming-active #ctl00_cphMain_Callback_pnlOptions_EntityGroupConsolidationLastRun {
  font-size: var(--space-3) !important;
}
.theming-active #ctl00_cphPopups_pucOwnerShipHistory_gvOwnerShipHistory_DXPEForm_PWC-1 .dxgvPopupEditForm_Glass {
  height: 8.125rem !important;
}
.theming-active .dxeControlsCell_Glass table.fake_inline_block {
  width: 8.5rem !important;
}
.theming-active .dxeControlsCell_Glass table.fake_inline_block#ctl00_cphMain_Callback_EntGroupDetails_EntityGroupTabs_gvsetup_DXPEForm_efnew_ownershipPeriod {
  width: 11.75rem !important;
  height: 1.875rem !important;
}
.theming-active form[action="datpractadd.asp"] .modal_header {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-xl-font-size) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: var(--text-xl-line-height) !important;
  color: var(--clr-gray-1000);
  margin-block: 1.5rem;
}
.theming-active .vat-return-container .dev-express-grid tr.dxgvFooter_Glass > td.dxgv {
  color: var(--clr-text-primary) !important;
  font-weight: var(--font-weight-bold) !important;
}
.theming-active .vat-return-container .dev-express-grid tr.vr_summaryTotals td.dxgv:last-child {
  border-right: none !important;
}
.theming-active .vat-return-container tr .dxgvDataRow_Glass {
  height: 2rem !important;
}
.theming-active .reportingDivContent_td_rowspan {
  width: 46%;
  text-align: right;
}
.theming-active .reportingDivContent_td_rowspan .dxeRadioButtonList_Glass td.dxe {
  padding: 0.4px 0.3rem 0.4rem 0;
}
.theming-active .reportingDivContent_td_rowspan input {
  text-align: right !important;
}
.theming-active .stdfont {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
}
.theming-active #ctl00_cphMain_tabPages_totalsCbPanel_ASPxRoundPanel1_noteBox_I {
  height: 3.75rem !important;
}
.theming-active .stdfont * {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
}
.theming-active #ctl00_cphMain_tabPages_totalsCbPanel_ASPxRoundPanel1 {
  margin-bottom: 2.625rem !important;
}
.theming-active #ctl00_cphMain_tabPages_totalsCbPanel_reportingPanel {
  padding-right: 0.625rem !important;
}
.theming-active .stdfontmedium {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-4) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active .stdfontlarge {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-5) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active .stdfontbold.stdfontbold {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: 600 !important;
}
.theming-active .stdfontbold.stdfontbold * {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: 600 !important;
}
.theming-active .hidech,
.theming-active img[src*="context_help.png"] {
  display: none !important;
}
.theming-active .dropdowncontainer {
  border: 1px solid var(--clr-placeholder-border-default, #e5e4e7) !important;
  background-color: var(--clr-placeholder-bg);
  /* Devexpress */
}
.theming-active .dropdowncontainer * {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: 1rem !important;
}
.theming-active .dropdowncontainer .dropdownbtn.dropdownbtn.dropdownbtn {
  background-color: transparent !important;
  box-sizing: content-box;
  padding-inline: 0.5rem !important;
  transition: all 0.3s ease;
  width: 1.25rem;
}
.theming-active .dropdowncontainer .dropdownbtn.dropdownbtn.dropdownbtn span,
.theming-active .dropdowncontainer .dropdownbtn.dropdownbtn.dropdownbtn .dropdownbtn,
.theming-active .dropdowncontainer .dropdownbtn.dropdownbtn.dropdownbtn .dxbebt {
  display: none;
}
.theming-active .dropdowncontainer .dropdownbtn.dropdownbtn.dropdownbtn::after {
  background-image: url(../assets/icons/icon-carousel-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  min-height: 1rem;
  min-width: 1rem;
  position: relative;
  width: 100%;
}
.theming-active .dropdowncontainer .innerLabelTD,
.theming-active .dropdowncontainer .innerLabel {
  background: var(--clr-placeholder-bg-disabled, #f5f5f5);
}
.theming-active .dropdowncontainer .innerLabelTD {
  border-right: 1px solid var(--clr-placeholder-border-default, #e5e4e7);
}
.theming-active .dropdowncontainer .innerLabel {
  align-items: center;
  color: var(--clr-text-disabled, #938d99) !important;
  display: flex !important;
  justify-content: center;
  padding: 0;
}
.theming-active .dropdowncontainer .dropdowninput {
  color: var(--clr-black-500, #222);
}
.theming-active .dropdowncontainer .dropdowninput input {
  height: unset !important;
  min-height: 1.5rem;
  box-sizing: border-box;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  background-color: var(--clr-placeholder-bg, #fdfdfd);
}
.theming-active .dropdowncontainer .dropdowninput:has(input:focus) ~ .dropdownbtn {
  transform: rotate(180deg);
}
.theming-active .dropdowncontainer .dropdownloader {
  background-color: transparent;
}
.theming-active .dropdowncontainer .dxic {
  color: var(--clr-black-500, #222);
}
.theming-active .dropdowncontainer .dxic input {
  height: unset !important;
  min-height: 1.5rem;
  box-sizing: border-box;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  background-color: var(--clr-placeholder-bg, #fdfdfd);
}
.theming-active .dropdowncontainer .dxeButtonEditButton_Glass {
  background-color: transparent !important;
  box-sizing: content-box;
  padding-inline: 0.5rem !important;
  transition: all 0.3s ease;
  width: 1.25rem;
}
.theming-active .dropdowncontainer .dxeButtonEditButton_Glass span,
.theming-active .dropdowncontainer .dxeButtonEditButton_Glass .dropdownbtn,
.theming-active .dropdowncontainer .dxeButtonEditButton_Glass .dxbebt {
  display: none;
}
.theming-active .dropdowncontainer .dxeButtonEditButton_Glass::after {
  background-image: url(../assets/icons/icon-carousel-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  min-height: 1rem;
  min-width: 1rem;
  position: relative;
  width: 100%;
}
.theming-active .dropdownlist {
  margin-top: 0.125rem;
}
.theming-active .dropdownlist .advanceFilters {
  background: var(--clr-tablerow-primary, #fafafa) !important;
  border-top: none;
}
.theming-active .EditableFieldIcon:has(.dropdownbtn) {
  background-color: transparent !important;
  box-sizing: content-box;
  padding-inline: 0.5rem !important;
  transition: all 0.3s ease;
  width: 1.25rem;
}
.theming-active .EditableFieldIcon:has(.dropdownbtn) span,
.theming-active .EditableFieldIcon:has(.dropdownbtn) .dropdownbtn,
.theming-active .EditableFieldIcon:has(.dropdownbtn) .dxbebt {
  display: none;
}
.theming-active .EditableFieldIcon:has(.dropdownbtn)::after {
  background-image: url(../assets/icons/icon-carousel-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  min-height: 1rem;
  min-width: 1rem;
  position: relative;
  width: 100%;
}
.theming-active.theming-active table:not(.primary) > tbody > tr > .dxbButton_Glass {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active.theming-active table:not(.primary) > tbody > tr > .dxbButton_Glass:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active.theming-active table:not(.primary) > tbody > tr > .dxbButton_Glass:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active.theming-active table:not(.primary) > tbody > tr > .dxbButton_Glass div.dxb {
  padding: unset;
  border: none;
}
.theming-active.theming-active table:not(.primary) > tbody > tr > .dxbButton_Glass td:has(> img) {
  background: transparent !important;
}
.theming-active.theming-active table:not(.primary) .dxbButton_Glass.dxbDisabled_Glass {
  border: 1px var(--clr-buttons-border-disabled) solid !important;
  background-color: var(--clr-buttons-secondary-disabled) !important;
  background: var(--clr-buttons-secondary-disabled) !important;
  font-family: var(--font-primary) !important;
  border-radius: 0.5rem !important;
  cursor: default;
}
.theming-active.theming-active table:not(.primary) .dxbButton_Glass.dxbDisabled_Glass:hover {
  background: var(--clr-buttons-secondary-disabled) !important;
  font-family: var(--font-primary) !important;
  border-color: var(--clr-buttons-border-disabled) !important;
}
.theming-active.theming-active table:not(.primary) .dxbButton_Glass.dxbDisabled_Glass span,
.theming-active.theming-active table:not(.primary) .dxbButton_Glass.dxbDisabled_Glass div.dxb span {
  color: var(--clr-text-disabled) !important;
}
.theming-active.theming-active table:not(.primary) .dxbButton_Glass,
.theming-active.theming-active table:not(.primary) .dxbButton_Glass:hover {
  height: unset !important;
}
.theming-active.theming-active .dxbButton_Glass.primary {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.theming-active .dxbButton_Glass.primary:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.theming-active .dxbButton_Glass.primary div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active.theming-active .dxbButton_Glass.primary:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active.theming-active .dxbButton_Glass.primary div.dxb {
  padding: unset;
}
.theming-active.theming-active .dxbButton_Glass.primary:has(.dxbButtonPressed_Glass) {
  background-color: var(--clr-buttons-primary-active, #284299) !important;
}
.theming-active div#BankImportPanel {
  background-color: var(--clr-canvas-secondary) !important;
}
.theming-active div#BankImportPanel * {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active #documentUploadIframe {
  height: 2rem;
}
.theming-active body#BankImportPanel {
  background-color: var(--clr-canvas-secondary) !important;
  height: 100%;
}
.theming-active body#BankImportPanel label[for=fileUpload] {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active body#BankImportPanel .fileupload #fakeinput {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: 1.625rem !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active body#BankImportPanel .fileupload #fakeinput:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active body#BankImportPanel .fileupload #fakeinput:has(tbody tr td input:focus), .theming-active body#BankImportPanel .fileupload #fakeinput:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active body#BankImportPanel .fileupload #fakeinput:has(tbody tr td input:focus) .innerLabelTD, .theming-active body#BankImportPanel .fileupload #fakeinput:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active body#BankImportPanel .fileupload #fakeinput:disabled, .theming-active body#BankImportPanel .fileupload #fakeinput.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active body#BankImportPanel .fileupload #browserBtn,
.theming-active body#BankImportPanel .fileupload .btn-import {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  padding: var(--padding-block) var(--padding-inline) !important;
  --padding-inline: var(--space-2);
  --padding-block: calc(var(--space-1) - 1px);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active body#BankImportPanel .fileupload #browserBtn:hover,
.theming-active body#BankImportPanel .fileupload .btn-import:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active body#BankImportPanel .fileupload #browserBtn:active,
.theming-active body#BankImportPanel .fileupload .btn-import:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active body#BankImportPanel .fileupload #browserBtn,
.theming-active body#BankImportPanel .fileupload .btn-import {
  padding: 0 !important;
}
.theming-active body#BankImportPanel .fileupload #fakeinput {
  width: 24.3125rem;
}
.theming-active .bar-number {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active .editpostBut {
  padding: none;
}
.theming-active #bankimportheader {
  align-items: center;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  height: unset;
}
.theming-active .btn-new-posting {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1rem !important;
  color: var(--clr-buttons-link-default) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .btn-new-posting:visited {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active .btn-new-posting:hover {
  color: var(--clr-buttons-link-hover) !important;
  text-decoration: none !important;
}
.theming-active .btn-new-posting:active {
  color: var(--clr-buttons-link-active) !important;
}
.theming-active .seriesLink,
.theming-active .BankImportHelpLink {
  background-color: transparent !important;
  margin: 0;
  padding: 0.625rem 0.5rem;
  width: max-content;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: 1rem !important;
  color: var(--clr-buttons-link-default) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .seriesLink:visited,
.theming-active .BankImportHelpLink:visited {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active .seriesLink:hover,
.theming-active .BankImportHelpLink:hover {
  color: var(--clr-buttons-link-hover) !important;
  text-decoration: none !important;
}
.theming-active .seriesLink:active,
.theming-active .BankImportHelpLink:active {
  color: var(--clr-buttons-link-active) !important;
}
.theming-active .seriesLink.boldLink,
.theming-active .BankImportHelpLink.boldLink {
  font-weight: 600 !important;
  text-decoration: underline !important;
}
.theming-active .SundryPaymentsReceiptsLink a,
.theming-active .srecLink a {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1rem !important;
  color: var(--clr-buttons-link-default) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .SundryPaymentsReceiptsLink a:visited,
.theming-active .srecLink a:visited {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active .SundryPaymentsReceiptsLink a:hover,
.theming-active .srecLink a:hover {
  color: var(--clr-buttons-link-hover) !important;
  text-decoration: none !important;
}
.theming-active .SundryPaymentsReceiptsLink a:active,
.theming-active .srecLink a:active {
  color: var(--clr-buttons-link-active) !important;
}
.theming-active .BankImportHelpLink {
  font-weight: 600 !important;
}
.theming-active .bankdropdowncontainer .dropdowninput > input {
  min-height: 1.5rem;
}
.theming-active .bankdropdowncompositediv {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.theming-active .bankdropdowncompositediv label {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: 1rem !important;
  padding: 0;
}
.theming-active #bankUploadTopRow {
  margin: 0px !important;
  overflow: hidden auto;
}
.theming-active #bankUploadTopRow a.btn-view {
  color: var(--clr-buttons-link-default) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active #bankUploadTopRow a.btn-view:visited {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active #bankUploadTopRow a.btn-view:hover {
  color: var(--clr-buttons-link-hover) !important;
  text-decoration: none !important;
}
.theming-active #bankUploadTopRow a.btn-view:active {
  color: var(--clr-buttons-link-active) !important;
}
.theming-active .bankimportcontainer .autopostforget,
.theming-active .bankimportcontainer .autopost,
.theming-active .bankimportcontainer .autopostforget > table,
.theming-active .bankimportcontainer .autopost > table,
.theming-active .bankimportcontainer .autopostforget > table td,
.theming-active .bankimportcontainer .autopost > table td {
  width: unset !important;
  min-width: 5.5rem !important;
}
.theming-active .bankimportcontainer .posting-details-container .numerical {
  height: 3.5rem !important;
}
.theming-active .bankimportcontainer .AdvancedPostingContainer hr {
  border: 1px solid var(--clr-canvas-border, #e5e4e7);
  color: var(--clr-canvas-border, #e5e4e7);
}
.theming-active #mainTab_bankTab_CC,
.theming-active #mainTab_bankTab_C1 {
  border: none !important;
}
.theming-active #mainTab_bankTab_C1 .roundpanel {
  border-color: var(--clr-tablerow-border, #e5e4e7) !important;
  margin: 0px !important;
}
.theming-active .chart {
  border-color: var(--clr-tablerow-border, #e5e4e7) !important;
  border-inline: none !important;
  border-top: none !important;
}
.theming-active .chart .action {
  float: unset;
  height: unset;
  width: unset;
}
.theming-active .chart .actions {
  padding-block: 0.375rem;
  padding-inline: 0.5rem;
}
.theming-active .chart .barBackground {
  background: var(--clr-canvas-primary, #fafafa);
  border-radius: 0.25rem;
  height: 1.75rem;
  top: 0px;
}
.theming-active .chart .bar {
  border-radius: 0.875rem;
  border: none;
  box-shadow: none;
  position: absolute;
  transition: background 0.3s;
  height: 0.75rem;
  top: calc(50% - 0.75rem);
}
.theming-active .chart .bar,
.theming-active .chart .barBackground {
  margin-block: 0.375rem;
}
.theming-active .chart .summary {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: 1rem !important;
  height: unset !important;
}
.theming-active .chart .summary label {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: 1rem !important;
  margin-top: 0px;
}
.theming-active .chart td {
  font-family: var(--font-primary) !important;
  border-right: none !important;
}
.theming-active .chart tr td {
  background: var(--clr-tablerow-secondary, #fff) !important;
  border-color: var(--clr-tablerow-border, #e5e4e7) !important;
}
.theming-active .chart tr td:first-child {
  border-left-width: 1px !important;
  border-left-style: solid;
}
.theming-active .chart tr td:last-child {
  border-right-width: 1px !important;
  border-right-style: solid;
}
.theming-active .chart tr td:nth-child(3) {
  padding: 0.625rem 0.5rem;
}
.theming-active .chart tr td:nth-child(3) div {
  margin: 0px !important;
}
.theming-active .chart td:has(.barBackground) {
  position: relative;
}
.theming-active .chart .chartBtn {
  margin: 0px !important;
}
.theming-active .chart .chartBtn[value=Export],
.theming-active .chart .chartBtn[value="Post All"] {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active .chart .chartBtn[value=Export]:hover,
.theming-active .chart .chartBtn[value="Post All"]:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .chart .chartBtn[value=Export]:active,
.theming-active .chart .chartBtn[value="Post All"]:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .chart .chartBtn[value="Match All"] {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active .chart .chartBtn[value="Match All"]:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active .chart .chartBtn[value="Match All"] div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active .chart .chartBtn[value="Match All"]:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active .bar.matched,
.theming-active .matchCell.perfect-match::after {
  background: var(--clr-indicator-match, #098764) !important;
}
.theming-active .bar.matched:hover,
.theming-active .matchCell.perfect-match:hover::after {
  background: var(--clr-indicator-matched-hover, #0aa479) !important;
}
.theming-active .bar.multipleMatches,
.theming-active .matchCell.multi-match::after {
  background: var(--clr-indicator-multiply, #ecd206) !important;
}
.theming-active .bar.multipleMatches:hover,
.theming-active .matchCell.multi-match:hover::after {
  background: var(--clr-indicator-multiply-hover, #fdec12) !important;
}
.theming-active .bar.noMatch,
.theming-active .matchCell.no-match::after {
  background: var(--clr-indicator-nomatch, #dc3931) !important;
}
.theming-active .bar.noMatch:hover,
.theming-active .matchCell.no-match:hover::after {
  background: var(--clr-indicator-nomatch-hover, #e56b65) !important;
}
.theming-active .bar.suggestedAP,
.theming-active .matchCell.suggested-match::after {
  background: var(--clr-indicator-suggested, #be5b00) !important;
}
.theming-active .bar.suggestedAP:hover,
.theming-active .matchCell.suggested-match:hover::after {
  background: var(--clr-indicator-suggested-hover, #e66e00) !important;
}
.theming-active #matchingsettings,
.theming-active #refreshbankupload {
  color: transparent;
  font-size: 0px;
  padding: 0px;
  top: 1.375rem;
}
.theming-active #matchingsettings {
  right: 5.5rem;
}
.theming-active #refreshbankupload {
  right: 3rem;
}
.theming-active #matchingsettings:before,
.theming-active #refreshbankupload:before {
  background-position-x: 50%;
  background-position-y: 50%;
  height: 1.25rem;
  stroke: var(--clr-icon-primary-default);
  width: 1.25rem;
}
.theming-active #matchingsettings:before {
  background-image: url(../assets/icons/icon-settings.svg);
  filter: brightness(0.375);
}
.theming-active #refreshbankupload:before {
  background-image: url(../assets/icons/icon-refresh.svg);
}
.theming-active #bankupload {
  border-collapse: collapse !important;
  border-top: none !important;
  /* links / <a> */
}
.theming-active #bankupload * {
  font-family: var(--font-primary) !important;
}
.theming-active #bankupload td:has(> img[src="./Images/Loading.gif"]) {
  background-color: var(--clr-tablerow-secondary, #ffffff) !important;
}
.theming-active #bankupload .autopostsave,
.theming-active #bankupload .autopostforget {
  width: unset !important;
}
.theming-active #bankupload .autopostsave table tr td,
.theming-active #bankupload .autopostforget table tr td {
  padding-left: 0 !important;
}
.theming-active #bankupload .matchBut {
  padding-left: 0 !important;
}
.theming-active #bankupload label.Payment, .theming-active #bankupload label.Receipt {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1rem !important;
  align-items: center;
  display: inline-flex;
  font-style: normal;
  gap: 0.25rem;
}
.theming-active #bankupload tr.spacer,
.theming-active #bankupload th .separator {
  display: none !important;
}
.theming-active #bankupload td {
  font-size: 0.75rem;
  line-height: 1rem;
}
.theming-active #bankupload td:not(.autopost-btn-text) {
  color: var(--clr-text-primary, #222);
}
.theming-active #bankupload #importedbankstatement#importedbankstatement {
  padding-block: 1.375rem;
  padding-left: 1rem;
  text-align: left !important;
  border-radius: 0;
}
.theming-active #bankupload > thead {
  position: sticky;
  top: -1px;
  z-index: 1;
}
.theming-active #bankupload > thead > tr:last-of-type th {
  box-shadow: inset 0px 1px 0px 0px var(--clr-tablerow-border, #e5e4e7);
}
.theming-active #bankupload thead tr {
  background: none !important;
}
.theming-active #bankupload thead tr th {
  background: var(--clr-tablerow-secondary, #fff) !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-inter);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.015rem;
}
.theming-active #bankupload > tbody td.posting-details {
  background: var(--clr-tablerow-selection) !important;
  border: 1px solid var(--clr-tablerow-border-selected, #b3c5ff) !important;
  padding-inline: 1rem;
}
.theming-active #bankupload > tbody td.posting-details p {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active #bankupload .matchCell {
  height: 2.5rem;
  width: 4rem;
  padding: 0.5rem;
  box-sizing: border-box;
  background-color: transparent !important;
}
.theming-active #bankupload .matchCell::after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 1rem;
  margin: auto;
  transition: background-color 0.3s;
  width: 1rem;
}
.theming-active #bankupload .posting-details-container h3 {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1rem !important;
}
.theming-active #bankupload .posting-details-container .autopost.btn-match {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active #bankupload .posting-details-container .autopost.btn-match:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active #bankupload .posting-details-container .autopost.btn-match div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active #bankupload .posting-details-container .autopost.btn-match:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active #bankupload #bankuploadfilter {
  background: var(--clr-tablerow-secondary, #fff) !important;
  border-top: 1px solid var(--clr-tablerow-border, #e5e4e7);
  border-inline: 1px solid var(--clr-tablerow-border, #e5e4e7);
}
.theming-active #bankupload #bankuploadfilter th {
  border-left: none !important;
}
.theming-active #bankupload #systemMatch {
  border: none !important;
  border-radius: 0;
}
.theming-active #bankupload #systemMatch > div:first-of-type {
  left: 0.5rem !important;
  bottom: 1rem !important;
  border-top: 1px solid var(--clr-tablerow-border, #e5e4e7);
  padding-top: calc(1rem + 1px);
  margin-left: -0.5rem;
  padding-left: 0.5rem;
  width: 100%;
  text-align: left;
}
.theming-active #bankupload #bankuploadheadings {
  box-shadow: 0px 1px 0px 0px var(--clr-tablerow-border, #e5e4e7);
  border-bottom: none !important;
  border-inline: 1px solid var(--clr-tablerow-border, #e5e4e7);
  height: 3.125rem !important;
}
.theming-active #bankupload #bankuploadheadings th {
  border-bottom: none !important;
}
.theming-active #bankupload #bankuploadheadings th#matchLegendCol {
  border-left: var(--clr-tablerow-border, #e5e4e7) !important;
}
.theming-active #bankupload .transactiondate td:not(.dropdowninput) > input,
.theming-active #bankupload .transRef td:not(.dropdowninput) > input,
.theming-active #bankupload .desc td:not(.dropdowninput) > input,
.theming-active #bankupload tr:has(.postingDetailsInput) td:not(.dropdowninput) > input {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active #bankupload .transactiondate td:not(.dropdowninput) > input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active #bankupload .transRef td:not(.dropdowninput) > input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active #bankupload .desc td:not(.dropdowninput) > input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active #bankupload tr:has(.postingDetailsInput) td:not(.dropdowninput) > input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active #bankupload .transactiondate td:not(.dropdowninput) > input:has(tbody tr td input:focus), .theming-active #bankupload .transactiondate td:not(.dropdowninput) > input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active #bankupload .transRef td:not(.dropdowninput) > input:has(tbody tr td input:focus),
.theming-active #bankupload .transRef td:not(.dropdowninput) > input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active #bankupload .desc td:not(.dropdowninput) > input:has(tbody tr td input:focus),
.theming-active #bankupload .desc td:not(.dropdowninput) > input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active #bankupload tr:has(.postingDetailsInput) td:not(.dropdowninput) > input:has(tbody tr td input:focus),
.theming-active #bankupload tr:has(.postingDetailsInput) td:not(.dropdowninput) > input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active #bankupload .transactiondate td:not(.dropdowninput) > input:has(tbody tr td input:focus) .innerLabelTD, .theming-active #bankupload .transactiondate td:not(.dropdowninput) > input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active #bankupload .transRef td:not(.dropdowninput) > input:has(tbody tr td input:focus) .innerLabelTD,
.theming-active #bankupload .transRef td:not(.dropdowninput) > input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active #bankupload .desc td:not(.dropdowninput) > input:has(tbody tr td input:focus) .innerLabelTD,
.theming-active #bankupload .desc td:not(.dropdowninput) > input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active #bankupload tr:has(.postingDetailsInput) td:not(.dropdowninput) > input:has(tbody tr td input:focus) .innerLabelTD,
.theming-active #bankupload tr:has(.postingDetailsInput) td:not(.dropdowninput) > input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active #bankupload .transactiondate td:not(.dropdowninput) > input:disabled, .theming-active #bankupload .transactiondate td:not(.dropdowninput) > input.disabledDropDown,
.theming-active #bankupload .transRef td:not(.dropdowninput) > input:disabled,
.theming-active #bankupload .transRef td:not(.dropdowninput) > input.disabledDropDown,
.theming-active #bankupload .desc td:not(.dropdowninput) > input:disabled,
.theming-active #bankupload .desc td:not(.dropdowninput) > input.disabledDropDown,
.theming-active #bankupload tr:has(.postingDetailsInput) td:not(.dropdowninput) > input:disabled,
.theming-active #bankupload tr:has(.postingDetailsInput) td:not(.dropdowninput) > input.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active #bankupload .btn-match {
  font-weight: 400;
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active #bankupload .btn-match:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active #bankupload .btn-match:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active #bankupload .Refunds a,
.theming-active #bankupload .btn-hide a,
.theming-active #bankupload .btn-createAdvancedPosting * {
  color: var(--clr-buttons-link-default) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active #bankupload .Refunds a:visited,
.theming-active #bankupload .btn-hide a:visited,
.theming-active #bankupload .btn-createAdvancedPosting *:visited {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active #bankupload .Refunds a:hover,
.theming-active #bankupload .btn-hide a:hover,
.theming-active #bankupload .btn-createAdvancedPosting *:hover {
  color: var(--clr-buttons-link-hover) !important;
  text-decoration: none !important;
}
.theming-active #bankupload .Refunds a:active,
.theming-active #bankupload .btn-hide a:active,
.theming-active #bankupload .btn-createAdvancedPosting *:active {
  color: var(--clr-buttons-link-active) !important;
}
.theming-active #bankupload .btn-createAdvancedPosting {
  align-items: baseline;
  display: flex;
}
.theming-active #bankupload .RecogniseFutureMatchContainer hr {
  display: none;
}
.theming-active #bankupload td.posting {
  min-width: 42rem;
  padding-inline: 0.5rem;
}
.theming-active #bankupload td.posting > table > thead > tr > th {
  background: transparent !important;
}
.theming-active #mainTab_bankTab_CC {
  display: block;
  margin-left: -1px;
}
.theming-active #mainTab_bankTab {
  background-color: var(--clr-canvas-primary) !important;
}
.theming-active .clearTransactionsPopup .dxpcContentPaddings_Glass > table {
  display: flex;
  flex-direction: column;
}
.theming-active .clearTransactionsPopup .dxpcContentPaddings_Glass > table > tbody {
  display: contents;
}
.theming-active .clearTransactionsPopup .dxpcContentPaddings_Glass > table > tbody > tr {
  display: flex;
}
.theming-active .clearTransactionsPopup .dxpcContentPaddings_Glass > table > tbody > tr > td {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--spacing-312-px, 0.75rem) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular, 400) !important;
  line-height: var(--Line-height-text-md, 1.25rem) !important;
}
.theming-active .clearTransactionsPopup .dxpcContentPaddings_Glass > table > tbody > tr:nth-of-type(2) {
  justify-content: space-between;
}
.theming-active .clearTransactionsPopup .dxpcContentPaddings_Glass > table > tbody > tr:nth-of-type(2) > td {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
}
.theming-active .clearTransactionsPopup .dxpcContentPaddings_Glass > table > tbody > tr:last-of-type {
  justify-content: flex-end;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] {
  /*Dropdown Panel*/
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] .aiq-datepicker {
  border-radius: 0.25rem;
  border: 1px solid var(--clr-placeholder-border-default, #c7c6c9) !important;
  background: var(--clr-placeholder-bg, #fff) !important;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] .aiq-datepicker .dxeButtonEditButton_Glass {
  background: var(--clr-placeholder-bg, #fff) !important;
  padding-right: var(--space-1-5) !important;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] .aiq-datepicker .dxEditors_edtDropDown_Glass {
  background-image: url("../assets/icons/icon-calendar.svg") !important;
  background-position: initial !important;
  height: 1rem;
  width: 1rem;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] .aiq-datepicker input {
  color: var(--clr-text-primary, #222);
  background: var(--clr-placeholder-bg, #fff);
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:nth-child(5):before,
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:last-child:before,
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:first-child:before,
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:nth-child(3):before {
  content: none !important;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:nth-child(5) img.dxEditors_edtCalendarNextMonth_Glass {
  background-image: url(../assets/icons/icon-arrow-calendar-right.svg) !important;
  display: block !important;
  background-position: center;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:nth-child(3) img.dxEditors_edtCalendarPrevMonth_Glass {
  background-image: url(../assets/icons/icon-arrow-calendar-left.svg) !important;
  display: block !important;
  background-position: center;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:first-child img.dxEditors_edtCalendarPrevYear_Glass {
  background-image: url(../assets/icons/icon-arrow-left-double.svg) !important;
  display: block !important;
  background-position: center;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:last-child img.dxEditors_edtCalendarNextYear_Glass {
  background-image: url(../assets/icons/icon-arrow-right-double.svg) !important;
  display: block !important;
  background-position: center;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass {
  border: none !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass td.dxeCalendarHeader_Glass {
  padding: 1rem 0 0.5rem 0;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
  color: var(--clr-text-primary, #222) !important;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass td.dxeCalendarHeader_Glass .dxEditors_edtCalendarNextMonth_Glass {
  background-image: url(../assets/icons/icon-calendar.svg) !important;
  display: block !important;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass td.dxeCalendarHeader_Glass span {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass .dxeCalendarDayHeader_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  border: none !important;
  font-size: 0.75rem !important;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass .dxeCalendarDay_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  width: 1.875rem;
  min-width: 1.875rem;
  height: 1.875rem;
  color: var(--clr-text-primary, #222) !important;
  background-color: var(--clr-datepicker-date-bg-default, #b3c5ff) !important;
  font-size: 0.75rem !important;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass .dxeCalendarDay_Glass:hover {
  background-color: var(--clr-datepicker-date-bg-hover, #b3c5ff) !important;
  color: var(--clr-text-primary, #222) !important;
  border-radius: 50%;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass .dxeCalendarSelected_Glass {
  background-color: var(--clr-datepicker-date-bg-selected, #b3c5ff) !important;
  border-radius: 50%;
  color: var(--clr-text-alternative, #222) !important;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass .dxeCalendarSelected_Glass:hover {
  background-color: var(--clr-datepicker-date-bg-selected, #b3c5ff) !important;
  color: var(--clr-text-alternative, #222) !important;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass .dxeCalendarOtherMonth_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  color: var(--clr-text-placeholder, #938f96) !important;
  font-size: 0.75rem !important;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass .dxeCalendarWeekNumber_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  font-size: 0.75rem !important;
  width: 1.875rem;
  height: 1.875rem;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass .dxeCalendarFooter_Glass {
  border: none !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
  width: 1.875rem;
  height: 1.875rem;
  padding-bottom: 1.5rem !important;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass .dxeCalendarFooter_Glass .dxeCalendarButton_Glass {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass .dxeCalendarFooter_Glass .dxeCalendarButton_Glass:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass .dxeCalendarFooter_Glass .dxeCalendarButton_Glass:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .datePickerDxe ~ div[id*=dateLimitTo] table.dxeCalendar_Glass .dxeCalendarFooter_Glass .dxeCalendarButton_Glass td.dx {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active .tableMain:has(#mainTab_bankTab) ~ #bottomnav {
  position: fixed;
}
.theming-active .dxeMemo_Glass {
  border: none !important;
  background-color: var(--clr-canvas-secondary) !important;
}
.theming-active .dxeMemo_Glass td {
  padding: 0;
}
.theming-active .dxeMemo_Glass .dxeMemoEditArea_Glass {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: unset !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active .dxeMemo_Glass .dxeMemoEditArea_Glass:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active .dxeMemo_Glass .dxeMemoEditArea_Glass:has(tbody tr td input:focus), .theming-active .dxeMemo_Glass .dxeMemoEditArea_Glass:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active .dxeMemo_Glass .dxeMemoEditArea_Glass:has(tbody tr td input:focus) .innerLabelTD, .theming-active .dxeMemo_Glass .dxeMemoEditArea_Glass:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active .dxeMemo_Glass .dxeMemoEditArea_Glass:disabled, .theming-active .dxeMemo_Glass .dxeMemoEditArea_Glass.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active .tblEntityGrpDetail textarea.dxeMemoEditArea_Glass {
  border: none !important;
}
.theming-active .tblEntityGrpDetail .dxeListBoxItem_Glass {
  max-width: 21.875rem !important;
}
.theming-active #group-vatreturn-details {
  width: 47% !important;
}
.theming-active #group-vatreturn-details div[gridcontainerid=aiqGridContainer_groupvatreturnentities] {
  margin-bottom: 0 !important;
}
.theming-active #group-vatreturn-details .group_company_status_label {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-sm-font-size) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  padding-left: 8px !important;
}
.theming-active #group-report {
  width: 46% !important;
}
.theming-active #ret_totalsDiv {
  margin-bottom: 0 !important;
}
.theming-active #ret_reportingDivContent .ret_reportingDivContent_table {
  width: 53% !important;
  padding-bottom: 1.3rem;
}
.theming-active #ret_reportingDivContent #reportingDivGroup {
  margin-top: 3.125rem;
  margin-bottom: 0 !important;
}
.theming-active #ret_reportingDivContent table {
  background-color: var(--clr-canvas-secondary) !important;
}
.theming-active #vatretHeader {
  text-align: right;
}
.theming-active .group_company_status_label {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-sm-font-size) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  margin-top: 0.9rem !important;
}
.theming-active .gridWrapper.twoTableContainer .number-input:not(.h-32, .h-24) {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active .gridWrapper.twoTableContainer .number-input:not(.h-32, .h-24):hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active .gridWrapper.twoTableContainer .number-input:not(.h-32, .h-24):has(tbody tr td input:focus), .theming-active .gridWrapper.twoTableContainer .number-input:not(.h-32, .h-24):focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active .gridWrapper.twoTableContainer .number-input:not(.h-32, .h-24):has(tbody tr td input:focus) .innerLabelTD, .theming-active .gridWrapper.twoTableContainer .number-input:not(.h-32, .h-24):focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active .gridWrapper.twoTableContainer .number-input:not(.h-32, .h-24):disabled, .theming-active .gridWrapper.twoTableContainer .number-input:not(.h-32, .h-24).disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active .taxReturn_pageContent {
  background-color: var(--clr-canvas-modal-bg) !important;
}
.theming-active .taxReturn_pageContent .dev-express-grid td {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-xs-font-size) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-medium) !important;
}
.theming-active .taxReturn_pageContent .dev-express-grid td.dxpCurrentPageNumber_Glass {
  color: var(--clr-text-alternative, #fff) !important;
}
.theming-active .taxReturn_pageContent .dxgvSelectedRow_Glass td.dxgv {
  padding: 0.125rem 0.25rem 0.25rem;
}
.theming-active .taxReturn_pageContent #screenfooterContent table[id$=_btnSave] .dxbButton_Glass {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active .taxReturn_pageContent #screenfooterContent table[id$=_btnSave] .dxbButton_Glass:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .taxReturn_pageContent #screenfooterContent table[id$=_btnSave] .dxbButton_Glass:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .taxReturn_pageContent #screenfooterContent table[id$=_btnSave] .dxbButton_Glass div.dxb span {
  color: var(--clr-text-primary) !important;
}
.theming-active .taxReturn_pageContent #screenfooterContent table[id$=_btnSave] .dxbButton_Glass.dxbDisabled_Glass {
  border: 1px var(--clr-buttons-border-disabled) solid !important;
  background-color: var(--clr-buttons-secondary-disabled) !important;
  background: var(--clr-buttons-secondary-disabled) !important;
  font-family: var(--font-primary) !important;
  border-radius: 0.5rem !important;
  cursor: default;
}
.theming-active .taxReturn_pageContent #screenfooterContent table[id$=_btnSave] .dxbButton_Glass.dxbDisabled_Glass:hover {
  background: var(--clr-buttons-secondary-disabled) !important;
  font-family: var(--font-primary) !important;
  border-color: var(--clr-buttons-border-disabled) !important;
}
.theming-active .taxReturn_pageContent #screenfooterContent table[id$=_btnSave] .dxbButton_Glass.dxbDisabled_Glass span,
.theming-active .taxReturn_pageContent #screenfooterContent table[id$=_btnSave] .dxbButton_Glass.dxbDisabled_Glass div.dxb span {
  color: var(--clr-text-disabled) !important;
}
.theming-active .taxReturn_pageContent #screenfooterContent .primary:not(.aiq-badge, .dxbDisabled_Glass):hover {
  background: var(--clr-buttons-secondary-default) !important;
}
.theming-active .taxReturn_pageContent #screenfooterContent .primary:not(.aiq-badge, .dxbDisabled_Glass):hover {
  border-radius: 0.5rem !important;
}
.theming-active .taxReturn_pageContent #ctl00_cphMain_tabPages_C4 {
  min-height: 28.125rem;
}
.theming-active .taxReturn_pageContent table.primary td.dxbButton_Glass.dxbDisabled_Glass,
.theming-active .taxReturn_pageContent table.primary td.dxbButton_Glass.dxbDisabled_Glass:hover {
  border: 1px solid var(--clr-buttons-secondary-disabled) !important;
}
.theming-active .taxReturn_pageContent .returnableLbl {
  margin-right: 5px;
}
.theming-active td.use-tooltip-bottom {
  position: relative;
}
.theming-active td.use-tooltip-bottom:hover::before {
  content: " ";
  position: absolute;
  z-index: 2;
  left: var(--space-3);
  margin-top: -0.3125rem;
  border-width: 0.3125rem;
  border-style: solid;
}
.theming-active td.use-tooltip-bottom:hover::after {
  content: attr(data-title);
  position: absolute;
  left: 0;
  z-index: 1;
  background: var(--clr-tooltip-default, #615c66);
  border-radius: 0.25rem;
  padding: var(--space-1-5) var(--space-2);
  font-family: var(--font-primary);
  font-size: var(--font-size-tooltip);
  color: var(--clr-text-alternative, #fff);
  line-height: var(--line-height-tooltip);
  max-height: calc(2 * var(--line-height-tooltip));
  max-width: 50vw;
  width: max-content;
}
.theming-active td.use-tooltip-bottom:hover::before {
  top: calc(100% - 0.3125rem + 0.25rem);
  border-color: transparent transparent var(--clr-tooltip-default, #615c66) transparent;
}
.theming-active td.use-tooltip-bottom:hover::after {
  top: calc(100% + 0.25rem);
}
.theming-active.theming-active .btnActionPrimary .dxbButton_Glass:not(.primary) {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.theming-active .btnActionPrimary .dxbButton_Glass:not(.primary):hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.theming-active .btnActionPrimary .dxbButton_Glass:not(.primary) div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active.theming-active .btnActionPrimary .dxbButton_Glass:not(.primary):disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active.theming-active .btnActionPrimary .dxbButton_Glass:not(.primary) div.dxb {
  padding: unset;
}
.theming-active .cashflow-page .dxgvCommandColumn_Glass.dxgv {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.theming-active .cashflow-page .dxgvCommandColumn_Glass.dxgv .dxgvCommandColumnItem_Glass.dxgv__cci {
  margin: 0 !important;
  padding: 0 !important;
}
.theming-active .cashflowsummarytable .summarytablecell,
.theming-active .cashflowsummarytable .summarytablecell label.dxeBase_Glass.dxeBase_Glass.dxeBase_Glass.dxeBase_Glass.dxeBase_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--label-mm-font-size, 0.75rem) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-medium) !important;
  line-height: var(--label-mm-line-height, 1rem) !important;
}
.theming-active .dxgvGroupPanel_Glass {
  background: var(--clr-canvas-secondary) !important;
  border-color: var(--clr-canvas-border) !important;
  color: var(--clr-text-primary) !important;
}
.theming-active .cashflow-page .rpFooter td {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
}
.theming-active #EntityAssignments tr:nth-of-type(n + 9) td.use-tooltip-bottom {
  position: relative;
}
.theming-active #EntityAssignments tr:nth-of-type(n + 9) td.use-tooltip-bottom:hover::before {
  content: " ";
  position: absolute;
  z-index: 2;
  left: var(--space-3);
  margin-top: -0.3125rem;
  border-width: 0.3125rem;
  border-style: solid;
}
.theming-active #EntityAssignments tr:nth-of-type(n + 9) td.use-tooltip-bottom:hover::after {
  content: attr(data-title);
  position: absolute;
  left: 0;
  z-index: 1;
  background: var(--clr-tooltip-default, #615c66);
  border-radius: 0.25rem;
  padding: var(--space-1-5) var(--space-2);
  font-family: var(--font-primary);
  font-size: var(--font-size-tooltip);
  color: var(--clr-text-alternative, #fff);
  line-height: var(--line-height-tooltip);
  max-height: calc(2 * var(--line-height-tooltip));
  max-width: 50vw;
  width: max-content;
}
.theming-active #EntityAssignments tr:nth-of-type(n + 9) td.use-tooltip-bottom:hover::before {
  top: 0;
  border-color: var(--clr-tooltip-default, #615c66) transparent transparent transparent;
}
.theming-active #EntityAssignments tr:nth-of-type(n + 9) td.use-tooltip-bottom:hover::after {
  top: calc((100% + 0.3125rem + 0.25rem) * -1);
}
.theming-active .user_control_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.theming-active .user_control_wrapper .btn {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  padding: var(--padding-block) var(--padding-inline) !important;
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active .user_control_wrapper .btn:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .user_control_wrapper .btn:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .user_inner_wrapper {
  display: flex;
  justify-content: space-between;
}
.theming-active .user_inner_wrapper > div:first-of-type {
  min-width: 26.25rem;
  width: 100%;
}
.theming-active .user_inner_wrapper > div:last-of-type {
  min-width: 26.25rem;
  width: 100%;
}
.theming-active .user_inner_wrapper:first-of-type > div:last-of-type > span {
  margin-left: 2.75rem;
}
.theming-active .display-contents {
  display: contents;
}
.theming-active .headerMargin_2 {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-md-font-size, 1rem) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active .display-none {
  display: none;
}
.theming-active form[action="datreassignuser.asp"],
.theming-active form[action="datassignuser.asp"] {
  overflow-y: auto;
  /* Warning message box adjustments for when (re)assigning users to entities */
}
.theming-active form[action="datreassignuser.asp"] > .roundpanel,
.theming-active form[action="datassignuser.asp"] > .roundpanel {
  margin-bottom: 4rem !important;
}
.theming-active form[action="datreassignuser.asp"] .aiqnav,
.theming-active form[action="datassignuser.asp"] .aiqnav {
  display: flex !important;
}
.theming-active form[action="datreassignuser.asp"] #footer_pract .footer_pract .buttons_pract button:not(.asp_primary, .DisableAspPrimary),
.theming-active form[action="datassignuser.asp"] #footer_pract .footer_pract .buttons_pract button:not(.asp_primary, .DisableAspPrimary) {
  margin-left: 0 !important;
}
.theming-active form[action="datreassignuser.asp"] .headerMargin_2,
.theming-active form[action="datassignuser.asp"] .headerMargin_2 {
  float: none;
}
.theming-active form[action="datreassignuser.asp"] .warn-assign-modal-mask .warn-assign-modal-header,
.theming-active form[action="datassignuser.asp"] .warn-assign-modal-mask .warn-assign-modal-header {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1.25rem !important;
}
.theming-active form[action="datreassignuser.asp"] .warn-assign-modal-mask .warn-assign-modal-text-container,
.theming-active form[action="datassignuser.asp"] .warn-assign-modal-mask .warn-assign-modal-text-container {
  padding-inline: var(--spacing-2xl, 1.25rem);
  padding-block: var(--spacing-28-px, 0.5rem) var(--spacing-520-px, 1.25rem);
}
.theming-active form[action="datreassignuser.asp"] .warn-assign-modal-mask .warn-assign-modal-text-container .aiq-text, .theming-active form[action="datreassignuser.asp"] .warn-assign-modal-mask .warn-assign-modal-text-container .aiq-value, .theming-active form[action="datreassignuser.asp"] .warn-assign-modal-mask .warn-assign-modal-text-container .aiq-text-small,
.theming-active form[action="datassignuser.asp"] .warn-assign-modal-mask .warn-assign-modal-text-container .aiq-text,
.theming-active form[action="datassignuser.asp"] .warn-assign-modal-mask .warn-assign-modal-text-container .aiq-value,
.theming-active form[action="datassignuser.asp"] .warn-assign-modal-mask .warn-assign-modal-text-container .aiq-text-small {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--spacing-312-px, 0.75rem) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: var(--Line-height-text-md, 1.25rem) !important;
  margin: 0;
  color: var(--clr-text-secondary, #615c66) !important;
}
.theming-active form[action="datreassignuser.asp"] .warn-assign-modal-mask .warn-assign-modal-header,
.theming-active form[action="datassignuser.asp"] .warn-assign-modal-mask .warn-assign-modal-header {
  width: unset !important;
}
.theming-active form[action="datreassignuser.asp"] #lblmsg,
.theming-active form[action="datreassignuser.asp"] #lblmsg *:not(a),
.theming-active form[action="datassignuser.asp"] #lblmsg,
.theming-active form[action="datassignuser.asp"] #lblmsg *:not(a),
.theming-active form[name=frmco] #lblmsg,
.theming-active form[name=frmco] #lblmsg *:not(a) {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active form[action="datreassignuser.asp"] .error_msg_wrapper,
.theming-active form[action="datreassignuser.asp"] * > #lblmsg,
.theming-active form[action="datassignuser.asp"] .error_msg_wrapper,
.theming-active form[action="datassignuser.asp"] * > #lblmsg,
.theming-active form[name=frmco] .error_msg_wrapper,
.theming-active form[name=frmco] * > #lblmsg {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  height: 2rem;
  justify-content: center;
}
.theming-active form[action="datreassignuser.asp"] #lblmsg a,
.theming-active form[action="datassignuser.asp"] #lblmsg a,
.theming-active form[name=frmco] #lblmsg a {
  padding: 0.5rem;
}
.theming-active .aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container {
  background: var(--clr-canvas-secondary, #fdfdfd);
}
.theming-active .aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-popup-title {
  --padding-aiq-popup-title: var(--spacing-2xl, 1.25rem);
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--Font-size-text-md, 1rem) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold, 600) !important;
  line-height: var(--Line-height-text-md, 1.25rem) !important;
  color: var(--clr-text-primary, #322f34) !important;
  display: flex;
  justify-content: space-between;
  padding-inline: var(--padding-aiq-popup-title);
  padding-top: var(--padding-aiq-popup-title);
  width: calc(100% - 2 * var(--padding-aiq-popup-title)) !important;
}
.theming-active .aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-modal-separator {
  display: none;
}
.theming-active .aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-primary-button-container button {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active .aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-primary-button-container button:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active .aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-primary-button-container button div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active .aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-primary-button-container button:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active .aiq-modal-mask .aiq-modal-wrapper .aiq-modal-container .aiq-modal-footer {
  padding-bottom: var(--spacing-2xl, 1.25rem);
  padding-inline: var(--spacing-2xl, 1.25rem);
}
.theming-active .inner_client_wrapper {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.theming-active form[action="datreassignuser.asp"] .custom-select_newNav {
  max-width: 17rem !important;
  width: 17rem;
}
.theming-active form[action="datassignuser.asp"] .custom-select_newNav {
  max-width: 19.25rem !important;
  width: 19.25rem;
}
.theming-active form[name=frmco] input[name=txtlogo] + .btn1 {
  background-color: var(--clr-icon-bg, #fdfdfd) !important;
  border: 1px solid var(--clr-icon-bg, #fdfdfd) !important;
  box-sizing: content-box;
  cursor: pointer;
  height: unset;
  margin-left: 0.25rem !important;
  max-height: 1.625rem;
  padding: var(--spacing-sm, 0.375rem) !important;
  width: 1rem !important;
  background-image: url("../assets/icons/icon-action.svg") !important;
  background-position: center center !important;
}
.theming-active form[name=frmco] input[name=txtlogo] + .btn1:hover {
  background-color: var(--clr-icon-bg-hover, #e5e4e7) !important;
  border: 1px solid var(--clr-icon-bg-hover, #e5e4e7) !important;
}
.theming-active form[name=frmco] tr[height="25"],
.theming-active form[name=frmco] tr[height="28"],
.theming-active form[name=frmlogo] tr[height="25"],
.theming-active form[name=frmlogo] tr[height="28"] {
  height: 2rem !important;
}
.theming-active form[name=frmco] tr[height="58"],
.theming-active form[name=frmlogo] tr[height="58"] {
  height: 3.5rem !important;
}
.theming-active form[name=frmco] tr[height="25"] td,
.theming-active form[name=frmco] tr[height="28"] td,
.theming-active form[name=frmco] tr[height="58"] td,
.theming-active form[name=frmlogo] tr[height="25"] td,
.theming-active form[name=frmlogo] tr[height="28"] td,
.theming-active form[name=frmlogo] tr[height="58"] td {
  height: inherit;
}
.theming-active form[name=frmco] tr[height="25"] > td,
.theming-active form[name=frmco] tr[height="28"] > td,
.theming-active form[name=frmco] tr[height="58"] > td,
.theming-active form[name=frmlogo] tr[height="25"] > td,
.theming-active form[name=frmlogo] tr[height="28"] > td,
.theming-active form[name=frmlogo] tr[height="58"] > td {
  padding-right: 0.25rem;
}
.theming-active form[name=frmco] .input,
.theming-active form[name=frmlogo] .input {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active form[name=frmco] .input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active form[name=frmlogo] .input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active form[name=frmco] .input:has(tbody tr td input:focus), .theming-active form[name=frmco] .input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active form[name=frmlogo] .input:has(tbody tr td input:focus),
.theming-active form[name=frmlogo] .input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active form[name=frmco] .input:has(tbody tr td input:focus) .innerLabelTD, .theming-active form[name=frmco] .input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active form[name=frmlogo] .input:has(tbody tr td input:focus) .innerLabelTD,
.theming-active form[name=frmlogo] .input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active form[name=frmco] .input:disabled, .theming-active form[name=frmco] .input.disabledDropDown,
.theming-active form[name=frmlogo] .input:disabled,
.theming-active form[name=frmlogo] .input.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active .fixed-footer {
  position: fixed !important;
  bottom: 0.25rem !important;
}
.theming-active .devexFooter {
  box-sizing: border-box;
  width: calc(100% - 10px);
}
.theming-active form[name=frmdat] input[type=file],
.theming-active form[name=frmlogo] input[type=file] {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: 1.625rem !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active form[name=frmdat] input[type=file]:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active form[name=frmlogo] input[type=file]:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active form[name=frmdat] input[type=file]:has(tbody tr td input:focus), .theming-active form[name=frmdat] input[type=file]:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active form[name=frmlogo] input[type=file]:has(tbody tr td input:focus),
.theming-active form[name=frmlogo] input[type=file]:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active form[name=frmdat] input[type=file]:has(tbody tr td input:focus) .innerLabelTD, .theming-active form[name=frmdat] input[type=file]:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active form[name=frmlogo] input[type=file]:has(tbody tr td input:focus) .innerLabelTD,
.theming-active form[name=frmlogo] input[type=file]:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active form[name=frmdat] input[type=file]:disabled, .theming-active form[name=frmdat] input[type=file].disabledDropDown,
.theming-active form[name=frmlogo] input[type=file]:disabled,
.theming-active form[name=frmlogo] input[type=file].disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active form[name=frmdat] input[type=file]::file-selector-button,
.theming-active form[name=frmlogo] input[type=file]::file-selector-button {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  padding: var(--padding-block) var(--padding-inline) !important;
  --padding-inline: var(--space-2);
  --padding-block: calc(var(--space-1) - 1px);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active form[name=frmdat] input[type=file]::file-selector-button:hover,
.theming-active form[name=frmlogo] input[type=file]::file-selector-button:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active form[name=frmdat] input[type=file]::file-selector-button:active,
.theming-active form[name=frmlogo] input[type=file]::file-selector-button:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active form[name=frmdat] .footer_pract,
.theming-active form[name=frmlogo] .footer_pract {
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center !important;
}
.theming-active form[name=frmdat] #lblmsg,
.theming-active form[name=frmlogo] #lblmsg {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
.theming-active form[name=frmdat] #lblmsg font,
.theming-active form[name=frmlogo] #lblmsg font {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active form[name=frmdat] #lblmsg:empty,
.theming-active form[name=frmlogo] #lblmsg:empty {
  display: none;
}
.theming-active #ctl00_cphMain_headerRoundPanel_ReferenceAmount {
  background-color: var(--clr-canvas-secondary) !important;
}
.theming-active div[id*=EntityGroupList].dxlbd {
  width: 16.44rem !important;
}
.theming-active .ConsManagerBtDelete {
  float: right;
}
.theming-active .aiq-checkbox-threestate {
  display: flex;
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 1rem;
  font-weight: 100;
  justify-content: center;
  padding: 0.25rem;
}
.theming-active .aiq-checkbox-threestate:hover {
  cursor: pointer;
}
.theming-active .aiq-checkbox-threestate::before {
  aspect-ratio: 1;
  display: flex;
  border-radius: 0.0625rem;
}
.theming-active .aiq-checkbox-threestate {
  font-size: 1.0625rem;
}
.theming-active .aiq-checkbox-threestate[data-selectionstate=PARTIAL]::before {
  color: var(--clr-checkbox-radio-selected-default) !important;
  content: "\f146";
  font-weight: 900;
}
.theming-active .aiq-checkbox-threestate[data-selectionstate=PARTIAL]:hover::before {
  color: var(--clr-checkbox-radio-selected-hover) !important;
}
.theming-active .aiq-checkbox-threestate[data-selectionstate=CHECKED]::before {
  color: var(--clr-checkbox-radio-selected-default) !important;
  content: "\f14a";
  font-weight: 900;
}
.theming-active .aiq-checkbox-threestate[data-selectionstate=CHECKED]:hover::before {
  color: var(--clr-checkbox-radio-selected-hover) !important;
}
.theming-active .aiq-checkbox-threestate[data-selectionstate=UNCHECKED]::before {
  color: var(--clr-icon-primary-default) !important;
  content: "\f0c8";
}
.theming-active .aiq-checkbox-threestate[data-selectionstate=UNCHECKED]:hover::before {
  color: var(--clr-icon-primary-hover) !important;
}
.theming-active .aiq-checkbox-threestate[data-selectionstate=DISABLED]:hover {
  pointer-events: none;
  cursor: default;
}
.theming-active .aiq-checkbox-threestate[data-selectionstate=DISABLED]::before {
  content: "\f0c8";
  color: var(--clr-icon-primary-disabled) !important;
  font-weight: 900;
}
.theming-active #ctl00_cphMain_pCompony_cbpCompanySetup_errpopup_PWH-1T {
  color: var(--clr-text-primary, #322f34) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--Font-size-text-md, 1rem) !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: var(--Line-height-text-md, 1.25rem) !important;
}
.theming-active #ctl00_cphMain_pCompony_cbpCompanySetup_errpopup_lblerrmessage {
  color: var(--clr-text-secondary, #615c66) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--spacing-312-px, 0.75rem) !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: var(--Line-height-text-md, 1.25rem) !important;
}
.theming-active .dataExporterPageContent .dxrpControl_Glass {
  background-color: var(--clr-canvas-secondary) !important;
}
.theming-active .dataExporterPageContent .dxWeb_rpBottomLeftCorner_Glass,
.theming-active .dataExporterPageContent .dxrpBE,
.theming-active .dataExporterPageContent .dxWeb_rpBottomRightCorner_Glass {
  display: none;
}
.theming-active .context_help_icon,
.theming-active .modal-sub-help {
  display: none !important;
}
.theming-active .modal .modal-dialog .modal-content {
  box-shadow: none !important;
}
.theming-active #budgetarea #assignleftgrid .description h2,
.theming-active #budgetarea #assignrightgrid .description h2 {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.875rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active #budgetarea #assignleftgrid .description h3,
.theming-active #budgetarea #assignrightgrid .description h3 {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active #budgetarea #assignleftgrid p,
.theming-active #budgetarea #assignrightgrid p {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active #budgetarea #assignleftgrid TABLE.aiqGrid thead tr th a,
.theming-active #budgetarea #assignrightgrid TABLE.aiqGrid thead tr th a {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active #budgetarea #assignleftgrid TABLE.aiqGrid > tbody tr,
.theming-active #budgetarea #assignrightgrid TABLE.aiqGrid > tbody tr {
  background-color: var(--clr-tablerow-secondary, #fafafa) !important;
}
.theming-active #budgetarea #assignleftgrid TABLE.aiqGrid > tbody tr input,
.theming-active #budgetarea #assignrightgrid TABLE.aiqGrid > tbody tr input {
  background-color: var(--clr-tablerow-secondary, #fafafa) !important;
}
.theming-active #budgetarea #assignleftgrid TABLE.aiqGrid > tbody tr:nth-child(2n),
.theming-active #budgetarea #assignrightgrid TABLE.aiqGrid > tbody tr:nth-child(2n) {
  background-color: var(--clr-tablerow-primary, #fafafa) !important;
}
.theming-active #budgetarea #assignleftgrid .approversetup_budgetarea_aiqGrid_container,
.theming-active #budgetarea #assignleftgrid #assignedApproversContainer,
.theming-active #budgetarea #assignrightgrid .approversetup_budgetarea_aiqGrid_container,
.theming-active #budgetarea #assignrightgrid #assignedApproversContainer {
  overflow-y: hidden;
  border-right: 1px solid var(--clr-canvas-border, #d4d4d8) !important;
}
.theming-active #budgetarea #assignleftgrid .approversetup_budgetarea_aiqGrid_container thead tr th:first-child,
.theming-active #budgetarea #assignleftgrid #assignedApproversContainer thead tr th:first-child,
.theming-active #budgetarea #assignrightgrid .approversetup_budgetarea_aiqGrid_container thead tr th:first-child,
.theming-active #budgetarea #assignrightgrid #assignedApproversContainer thead tr th:first-child {
  border-left: 1px solid var(--clr-canvas-border, #d4d4d8) !important;
}
.theming-active #budgetarea #assignleftgrid .approversetup_budgetarea thead tr th.aiq-grid-cell-width-2:first-child,
.theming-active #budgetarea #assignleftgrid .approversetup_budgetarea tbody tr.grid-row td:first-child,
.theming-active #budgetarea #assignrightgrid .approversetup_budgetarea thead tr th.aiq-grid-cell-width-2:first-child,
.theming-active #budgetarea #assignrightgrid .approversetup_budgetarea tbody tr.grid-row td:first-child {
  border-right: 1px solid var(--clr-canvas-border, #d4d4d8) !important;
  width: 35%;
}
.theming-active #budgetarea #assignleftgrid .approversetup_budgetarea thead tr th.aiq-grid-cell-width-2:nth-child(2),
.theming-active #budgetarea #assignleftgrid .approversetup_budgetarea tbody tr.grid-row td:nth-child(2),
.theming-active #budgetarea #assignrightgrid .approversetup_budgetarea thead tr th.aiq-grid-cell-width-2:nth-child(2),
.theming-active #budgetarea #assignrightgrid .approversetup_budgetarea tbody tr.grid-row td:nth-child(2) {
  border-right: 1px solid var(--clr-canvas-border, #d4d4d8) !important;
  width: 20%;
}
.theming-active #budgetarea #assignleftgrid .approversetup_budgetarea thead tr th.aiq-grid-cell-width-2:nth-child(3),
.theming-active #budgetarea #assignleftgrid .approversetup_budgetarea tbody tr.grid-row td:nth-child(3),
.theming-active #budgetarea #assignrightgrid .approversetup_budgetarea thead tr th.aiq-grid-cell-width-2:nth-child(3),
.theming-active #budgetarea #assignrightgrid .approversetup_budgetarea tbody tr.grid-row td:nth-child(3) {
  border-right: 1px solid var(--clr-canvas-border, #d4d4d8) !important;
  width: 36%;
}
.theming-active #budgetarea #assignleftgrid .approversetup_budgetarea thead tr th.aiq-grid-cell-width-2:nth-child(4),
.theming-active #budgetarea #assignleftgrid .approversetup_budgetarea tbody tr.grid-row td:nth-child(4),
.theming-active #budgetarea #assignrightgrid .approversetup_budgetarea thead tr th.aiq-grid-cell-width-2:nth-child(4),
.theming-active #budgetarea #assignrightgrid .approversetup_budgetarea tbody tr.grid-row td:nth-child(4) {
  width: 9%;
}
.theming-active #budgetarea #assignleftgrid .approversetup_budgetarea tbody tr.grid-row span,
.theming-active #budgetarea #assignrightgrid .approversetup_budgetarea tbody tr.grid-row span {
  width: auto;
  white-space: initial;
}
.theming-active #budgetarea #assignleftgrid #assignedApprovers td.name,
.theming-active #budgetarea #assignrightgrid #assignedApprovers td.name {
  border-left: 1px solid var(--clr-canvas-border, #d4d4d8) !important;
}
.theming-active #budgetarea #assignleftgrid #assignedApprovers td.name,
.theming-active #budgetarea #assignleftgrid #assignedApprovers td.job,
.theming-active #budgetarea #assignleftgrid #assignedApprovers td.email,
.theming-active #budgetarea #assignrightgrid #assignedApprovers td.name,
.theming-active #budgetarea #assignrightgrid #assignedApprovers td.job,
.theming-active #budgetarea #assignrightgrid #assignedApprovers td.email {
  border-right: 1px solid var(--clr-canvas-border, #d4d4d8) !important;
}
.theming-active #budgetarea .budgetapprover_contexthelp_position {
  visibility: hidden;
}
.theming-active.priceListScreenBody .modal > .modal-dialog > .modal-content > .modal-body p {
  font-size: 0.75rem !important;
}
.theming-active.priceListScreenBody #help_button {
  display: none !important;
}
.theming-active .DirectDebit .activityIndicatorSpinner {
  display: block;
}
.theming-active #intercompany_accounts_contextual_menu .contextualmenu_text,
.theming-active #sales_customers_contextual_menu .contextualmenu_text {
  margin-right: 1.75rem;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip),
.theming-active #sales_customers_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip) {
  cursor: default !important;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip):hover .mabutton-tooltip,
.theming-active #sales_customers_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip):hover .mabutton-tooltip {
  visibility: visible !important;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip) .contextualmenu_text,
.theming-active #sales_customers_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip) .contextualmenu_text {
  color: var(--clr-text-disabled, #938d99) !important;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip) .mabutton-tooltip,
.theming-active #sales_customers_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip) .mabutton-tooltip {
  bottom: 104% !important;
  margin-left: -5.0625rem !important;
  left: 50%;
  bottom: calc(100% + 0.5rem);
  margin-left: -1.875rem;
  visibility: hidden;
  background-color: var(--clr-tooltip-default, #615c66);
  color: var(--clr-text-alternative, #fff) !important;
  text-align: center;
  padding: var(--space-1-5) var(--space-2);
  border-radius: 0.25rem;
  position: absolute;
  z-index: 1;
  font-family: var(--font-primary);
  font-size: 0.75rem;
  font-weight: 400;
  white-space: nowrap;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip) .mabutton-tooltip::after,
.theming-active #sales_customers_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip) .mabutton-tooltip::after {
  content: " ";
  position: absolute;
  border-width: 0.3125rem;
  border-style: solid;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip) .mabutton-tooltip::after,
.theming-active #sales_customers_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip) .mabutton-tooltip::after {
  top: 100%;
  left: 50%;
  margin-left: -0.3125rem;
  border-color: var(--clr-tooltip-default, #615c66) transparent transparent transparent;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip) .mabutton-tooltip:after,
.theming-active #sales_customers_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip) .mabutton-tooltip:after {
  margin-left: -5.6rem !important;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip) .menu_arrow,
.theming-active #sales_customers_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip) .menu_arrow {
  display: none;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip) + .contextual_menu,
.theming-active #sales_customers_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip) + .contextual_menu {
  display: none !important;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip) .rechargeTooltip.mabutton-tooltip,
.theming-active #sales_customers_contextual_menu .contextual_menu_item:has(.rechargeTooltip.mabutton-tooltip) .rechargeTooltip.mabutton-tooltip {
  font-weight: var(--heading-md-font-weight) !important;
  color: var(--clr-white-900) !important;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.deleteConnectionTooltip.mabutton-tooltip) {
  cursor: default !important;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.deleteConnectionTooltip.mabutton-tooltip):hover .mabutton-tooltip {
  visibility: visible !important;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.deleteConnectionTooltip.mabutton-tooltip) .contextualmenu_text {
  color: var(--clr-text-disabled, #938d99) !important;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.deleteConnectionTooltip.mabutton-tooltip) .mabutton-tooltip {
  bottom: 32% !important;
  margin-left: -5.2rem !important;
  left: 50%;
  bottom: calc(100% + 0.5rem);
  margin-left: -1.875rem;
  visibility: hidden;
  background-color: var(--clr-tooltip-default, #615c66);
  color: var(--clr-text-alternative, #fff) !important;
  text-align: center;
  padding: var(--space-1-5) var(--space-2);
  border-radius: 0.25rem;
  position: absolute;
  z-index: 1;
  font-family: var(--font-primary);
  font-size: 0.75rem;
  font-weight: 400;
  white-space: nowrap;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.deleteConnectionTooltip.mabutton-tooltip) .mabutton-tooltip::after {
  content: " ";
  position: absolute;
  border-width: 0.3125rem;
  border-style: solid;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.deleteConnectionTooltip.mabutton-tooltip) .mabutton-tooltip::after {
  top: 100%;
  left: 50%;
  margin-left: -0.3125rem;
  border-color: var(--clr-tooltip-default, #615c66) transparent transparent transparent;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.deleteConnectionTooltip.mabutton-tooltip) .mabutton-tooltip:after {
  margin-left: -5.6rem !important;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.deleteConnectionTooltip.mabutton-tooltip) .menu_arrow {
  display: none;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.deleteConnectionTooltip.mabutton-tooltip) + .contextual_menu {
  display: none !important;
}
.theming-active #intercompany_accounts_contextual_menu .contextual_menu_item:has(.deleteConnectionTooltip.mabutton-tooltip) .deleteConnectionTooltip.mabutton-tooltip {
  font-weight: var(--heading-md-font-weight) !important;
  color: var(--clr-white-900) !important;
  pointer-events: none !important;
}
.theming-active .tooltiptext.width-to-content::after {
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid var(--clr-tooltip-default, #615c66);
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-25%) translateY(0%);
  width: 0;
}
.theming-active .tooltiptext.width-to-content {
  background: var(--clr-tooltip-default, #615c66);
  border-radius: 0.25rem;
  bottom: calc(100% + 0.5rem);
  display: flex;
  left: unset;
  padding: var(--space-1-5) var(--space-2);
  pointer-events: none;
  position: absolute;
  right: calc(50% + 0.25rem);
  transform: translateX(50%);
  z-index: 10010;
}
.theming-active #wrapper.apar-journal-wrapper.theme-modern .form-group input:not([id*=_AdvancedSearchInput]),
.theming-active #AccrualWrapper.theme-modern .form-group input:not([id*=_AdvancedSearchInput]),
.theming-active #pageContent.gl-journal.theme-modern .form-group input:not([id*=_AdvancedSearchInput]),
.theming-active #pageContent.deferred-revenue-page.theme-modern .form-group input:not([id*=_AdvancedSearchInput]) {
  border-radius: 0 !important;
}
.theming-active #wrapper.apar-journal-wrapper.theme-modern .label + div.dropdowncontainer-base table.dropdowncontainer,
.theming-active #AccrualWrapper.theme-modern .label + div.dropdowncontainer-base table.dropdowncontainer,
.theming-active #pageContent.gl-journal.theme-modern .label + div.dropdowncontainer-base table.dropdowncontainer,
.theming-active #pageContent.deferred-revenue-page.theme-modern .label + div.dropdowncontainer-base table.dropdowncontainer {
  width: unset;
}
.theming-active .aiq-grid-actions .macontainer {
  position: relative;
}

html.theming-active[data-mode=dark] #Modules_General_GLAccounts .refreshData::before,
#Modules_Intercompany_Accounts .refreshData::before, #Modules_DimensionsSetup_Dimensions .infoRibbon .refreshData::before {
  background-image: url(../assets/icons/icon-warning-dark.svg);
}

html.theming-active[data-mode=dark] #report-manager .report-manager-sidebar-heading,
html.theming-active[data-mode=dark] #report-manager .report-manager-reports-group-heading,
html.theming-active[data-mode=dark] #report-manager .report-manager-reports-sub-group-heading,
html.theming-active[data-mode=dark] #report-manager .aiq-tab-header.inactive {
  color: var(--clr-text-primary, #fff) !important;
}
html.theming-active[data-mode=dark] #report-manager .aiq-tab-header.inactive {
  background-color: var(--clr-tabs-bg-default) !important;
}

.aiq-report-viewer-wrapper-style {
  height: 100vh !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
  border: 0px !important;
  overflow: hidden !important;
}
.aiq-report-viewer-wrapper-style #btnDiv {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
}

.aiq-report-viewer-new-nav-style {
  height: calc(100vh - 0.5rem) !important;
}

.roundpanel.grid_listing_panel.sales_customers.listing-header-hidden, .roundpanel.grid_listing_panel.bank_feedsetup.listing-header-hidden, .roundpanel.grid_listing_panel.purchases_suppliers.listing-header-hidden {
  display: none !important;
}

.icon_notification {
  position: relative;
  display: block !important;
}

.icon_notification .tooltiptext {
  visibility: hidden;
  width: auto;
  word-wrap: normal;
  word-break: normal;
  white-space: pre-line;
  background-color: var(--clr-gray-500);
  color: var(--clr-white-900);
  text-align: left; /* For Edge */
  -moz-text-align-last: left; /* For Firefox prior 58.0 */
  text-align-last: left;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 4px 8px 4px 8px;
  font-family: var(--font-primary);
  font-size: var(--hint-sm-font-size);
  font-weight: var(--font-weight-regular);
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -9rem;
}

.icon_notification .tooltiptext.width-to-content {
  width: max-content;
}

.icon_notification:hover .tooltiptext {
  visibility: visible;
}

.aiq-action-panel .action-panel-title {
  font-size: 24px;
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: 30px;
  color: var(--clr-black-500);
  font-style: normal;
  margin-block-start: unset;
  margin-block-end: 16px;
}

#aiqTabContainer .aiq-action-panel .main-container {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#aiqTabContainer .aiq-tab-container-header .aiq-action-panel.aiq-router-view-padding .main-container {
  width: calc(100% - 3rem);
  position: relative;
}

#aiqTabContainer .aiq-tab-container-header .aiq-action-panel .main-container.bank-listing {
  width: calc(100% - 3rem);
  position: relative;
}

.aiq-action-panel .main-container.bank-listing {
  margin: 1rem !important;
}

.aiq-action-panel .main-container {
  margin: 2rem 0 0.75rem 0;
  display: flex;
  justify-content: space-between;
}
.aiq-action-panel .main-container .left-side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}
.aiq-action-panel .main-container .left-side .aiq-btn {
  margin-right: 8px;
  border-radius: 0.5rem !important;
}
.aiq-action-panel .main-container .left-side .button {
  height: 2rem !important;
  width: auto;
  min-width: 6.125rem;
  font-family: var(--font-primary);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  background: var(--clr-primary-600) !important;
  border-color: var(--clr-primary-600) !important;
  border-radius: 0.5rem;
  border-style: solid;
  color: var(--clr-white);
  text-align: center;
  cursor: pointer;
}
.aiq-action-panel .main-container .left-side .button:hover {
  background-color: var(--clr-primary-700) !important;
  border-color: var(--clr-primary-700) !important;
  cursor: pointer;
}
.aiq-action-panel .main-container .left-side .button:active {
  background-color: var(--clr-primary-800) !important;
  border-color: var(--clr-primary-800) !important;
  cursor: pointer;
}
.aiq-action-panel .main-container .right-side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}
.aiq-action-panel .main-container .right-side .select-label {
  color: var(--clr-text-primary);
  font-family: var(--font-primary);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.aiq-action-panel .main-container .right-side .button.refreshbank {
  background: url("../assets/icons/icon-refresh.svg?height=20") center no-repeat;
}
.aiq-action-panel .main-container .right-side button.refreshbank,
.aiq-action-panel .main-container .right-side .export-btn,
.aiq-action-panel .main-container .right-side .grid-action-btn {
  background-color: var(--clr-icon-bg);
  border: none;
  border-radius: 0.25rem;
  padding: var(--space-1-5);
  color: var(--clr-icon-primary-default);
  height: 2rem !important;
  width: 2rem;
}
.aiq-action-panel .main-container .right-side button.refreshbank:default,
.aiq-action-panel .main-container .right-side .export-btn:default,
.aiq-action-panel .main-container .right-side .grid-action-btn:default {
  background-color: var(--clr-icon-bg);
  color: var(--clr-icon-primary-default);
}
.aiq-action-panel .main-container .right-side button.refreshbank:hover,
.aiq-action-panel .main-container .right-side .export-btn:hover,
.aiq-action-panel .main-container .right-side .grid-action-btn:hover {
  background-color: var(--clr-icon-bg-hover);
  color: var(--clr-icon-primary-hover);
  cursor: pointer;
}
.aiq-action-panel .main-container .right-side button.refreshbank:target,
.aiq-action-panel .main-container .right-side .export-btn:target,
.aiq-action-panel .main-container .right-side .grid-action-btn:target {
  background-color: var(--clr-icon-bg-active);
  color: var(--clr-icon-primary-target);
}
.aiq-action-panel .main-container .right-side button.refreshbank:disabled,
.aiq-action-panel .main-container .right-side .export-btn:disabled,
.aiq-action-panel .main-container .right-side .grid-action-btn:disabled {
  background-color: var(--clr-icon-bg-disabled);
  color: var(--clr-icon-primary-disabled);
  cursor: not-allowed;
}

.aiq-navigation-submenu-body-tab-content-submenu-group-list-item-add-favorites svg.icon-star-solid:hover {
  filter: invert(39%) sepia(82%) saturate(1098%) hue-rotate(4deg) brightness(100%) contrast(101%);
}

.aiq-navigation-submenu-body-tab-content-submenu-group-list-item-add-favorites svg.icon-add-to-favorites:hover {
  filter: invert(35%) sepia(4%) saturate(813%) hue-rotate(227deg) brightness(98%) contrast(90%);
}

.aiq-navigation-submenu-body-tab-content-submenu-group-list-item svg.icon-add-new-item:hover {
  filter: brightness(0) saturate(100%) invert(26%) sepia(76%) saturate(1758%) hue-rotate(213deg) brightness(95%) contrast(91%);
}

@keyframes skeletonLoading {
  0% {
    opacity: 0.95;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.95;
  }
}
.aiq-grid-row-skeleton-item span {
  display: flex;
  height: 1rem;
  min-width: 0.5rem;
  margin: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  cursor: progress;
  background: var(--clr-canvas-skeleton-grid);
  animation: 3.5s skeletonLoading linear infinite;
}

table.aiqGrid.sales_invoices tbody tr.aiq-grid-row-skeleton > td.aiq-grid-row-skeleton-item:first-of-type,
table.aiqGrid.sales_batchinvoices tbody tr.aiq-grid-row-skeleton > td.aiq-grid-row-skeleton-item:first-of-type,
table.aiqGrid.sales_customers tbody tr.aiq-grid-row-skeleton > td.aiq-grid-row-skeleton-item:first-of-type {
  padding-left: 0.75rem;
  width: calc(100% - 0.5rem);
}
table.aiqGrid.sales_invoices tbody tr.aiq-grid-row-skeleton > td.aiq-grid-row-skeleton-item:first-of-type span,
table.aiqGrid.sales_batchinvoices tbody tr.aiq-grid-row-skeleton > td.aiq-grid-row-skeleton-item:first-of-type span,
table.aiqGrid.sales_customers tbody tr.aiq-grid-row-skeleton > td.aiq-grid-row-skeleton-item:first-of-type span {
  width: 1rem;
  margin: 0.5rem auto;
}

table.aiqGrid.sales_customers tbody tr.aiq-grid-row-skeleton > td.aiq-grid-row-skeleton-item:first-of-type {
  padding-left: 1.5rem;
  width: calc(100% - 0.75rem);
}

@keyframes circleFadeInOut {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(var(--space-2));
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-var(--space-2));
  }
  100% {
    transform: translateY(0);
  }
}
#aiq-module-vue-preloader-container,
#aiq-module-preloader-container,
#aiq-preloader-container {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-canvas-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
#aiq-module-vue-preloader-container .aiq-preloader-loader,
#aiq-module-preloader-container .aiq-preloader-loader,
#aiq-preloader-container .aiq-preloader-loader {
  display: flex;
  position: relative;
  margin: auto;
}
#aiq-module-vue-preloader-container .aiq-preloader-loader-circle,
#aiq-module-preloader-container .aiq-preloader-loader-circle,
#aiq-preloader-container .aiq-preloader-loader-circle {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--clr-primary-600);
  margin: var(--space-1);
}
#aiq-module-vue-preloader-container .aiq-preloader-loader-circle:nth-child(1),
#aiq-module-preloader-container .aiq-preloader-loader-circle:nth-child(1),
#aiq-preloader-container .aiq-preloader-loader-circle:nth-child(1) {
  animation: circleFadeInOut 1500ms linear 750ms infinite;
}
#aiq-module-vue-preloader-container .aiq-preloader-loader-circle:nth-child(2),
#aiq-module-preloader-container .aiq-preloader-loader-circle:nth-child(2),
#aiq-preloader-container .aiq-preloader-loader-circle:nth-child(2) {
  animation: circleFadeInOut 1500ms linear 500ms infinite;
}
#aiq-module-vue-preloader-container .aiq-preloader-loader-circle:nth-child(3),
#aiq-module-preloader-container .aiq-preloader-loader-circle:nth-child(3),
#aiq-preloader-container .aiq-preloader-loader-circle:nth-child(3) {
  animation: circleFadeInOut 1500ms linear 375ms infinite;
}

.aiq-module-preloader-outer-container,
table.tableMain {
  position: relative;
}

#aiq-module-vue-preloader-container {
  z-index: 10000;
  position: absolute;
  min-height: 300px;
  top: 110px;
  height: calc(100% - 110px);
}

#aiq-module-vue-preloader-container,
#aiq-module-preloader-container {
  z-index: 10000;
  position: absolute;
  min-height: 500px;
  top: 0;
  border: 1px solid var(--clr-canvas-border);
  background: var(--clr-canvas-secondary);
}

.aiq-tab-container-content:has(#aiq-module-vue-preloader-container) {
  border: none !important;
}

#aiq-preloader-container {
  z-index: 100000;
  position: fixed;
}

.aiq-module-preloader-outer-container > #aiq-module-vue-preloader-container ~ *,
#divmain > #aiq-module-preloader-container ~ *,
body > #aiq-preloader-container ~ *:not(.contextual_menu):not(.ui-datepicker):not(.dropdownlist):not(._pendo-step-container):not(button._pendo-badge._pendo-badge_):not(#beamerOverlay):not(.beamerAnnouncementBar):not(#beamerPushModal):not(#pendo-designer-container):not(.dxmSubMenu_Glass.mabMenuDiv):not([id^=plaid-link-iframe-]):not(:has(> .aiq_progress_container)) {
  z-index: 0 !important;
}

.spinner-loading-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 3rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--clr-canvas-modal-bg, #e5e4e7);
  border-radius: 0.5rem;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
}
.spinner-loading-container .spinner {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 4px solid var(--clr-canvas-modal-bg, #e5e4e7);
  border-top: 4px solid var(--clr-canvas-accent, #3653F5);
  animation: spin 1s linear infinite;
  margin-right: 0.375rem;
  box-sizing: border-box;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.theming-active .beamer_icon {
  /*Badge style*/
  top: 0.5rem !important;
  z-index: 100;
  left: 2rem !important;
  width: 1.25rem !important;
  height: 0.875rem !important;
  flex-shrink: 0;
  border-radius: 1rem !important;
  box-sizing: border-box;
  background: var(--clr-buttons-primary-default) !important;
  border: 0.063rem solid var(--clr-status-border-alternative) !important;
  color: var(--clr-text-alternative);
  padding-top: 0.125rem !important;
  /*Text style*/
  text-align: center;
  font-family: Sora !important;
  font-style: normal !important;
  font-size: var(--link-xxxs-font-size) !important;
  line-height: var(--link-xxxs-line-height) !important;
  font-weight: var(--link-xxxs-font-weight) !important;
}
.theming-active body.beamerAnnouncementBarTopActive {
  padding-top: 0 !important;
}

/* InputDropDown */
/** Buttons */
/*This mixin is shared with two css base files with different depths.
The boolean isAiqStyle is to account for the folder difference*/
.aiq-header-height {
  height: 3rem !important;
}

.theming-active.ui-uplift {
  background: var(--clr-canvas-secondary, #FFF) !important;
  /*Add, Edit modal screens for Currency*/
  /*Pagination*/
  /*dropdown table arrow*/
  /*Category Type dropdown table*/
  /*System Accounts Linked GL accounts dropdowntable*/
  /*System Accounts modal style*/
  /*style for unchecked checkbox*/
  /*style for GL categories modal*/
  /*style for GL Sub-categories modal*/
  /*style for taxes modal screen*/
  /*dropdown arrow*/
  /*Withholding GL account dropdown*/
  /*to style checkboxes in GL Sub-Categories grid view*/
}
.theming-active.ui-uplift .treeContainer {
  height: 37.188rem !important;
}
.theming-active.ui-uplift .treeContainer > table > tbody > tr > td > table > tbody > tr:has(.dxtlIndentWithButton_Glass) {
  display: flex !important;
}
.theming-active.ui-uplift .aiq-main-window-header,
.theming-active.ui-uplift .aiq-header-height {
  height: 3.25rem !important;
}
.theming-active.ui-uplift .aiq-main-window-header .vr_boxDiv > ul li:nth-child(4) > div > a,
.theming-active.ui-uplift .aiq-header-height .vr_boxDiv > ul li:nth-child(4) > div > a {
  display: inline-block;
  padding: 0;
  margin: 0;
  height: auto;
  padding-right: unset !important;
  padding-top: unset !important;
}
.theming-active.ui-uplift .aiq-main-window-header .vr_boxDiv > ul li:nth-child(4) > div > a div,
.theming-active.ui-uplift .aiq-header-height .vr_boxDiv > ul li:nth-child(4) > div > a div {
  padding-top: unset !important;
}
.theming-active.ui-uplift .aiq-main-content {
  display: flex !important;
  background-color: var(--clr-canvas-primary) !important;
}
.theming-active.ui-uplift .aiq-main-content > div {
  float: unset !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree {
  min-width: unset !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table {
  margin: 1.5rem 0rem 1.5rem 1.5rem !important;
  border: none !important;
  border-radius: 0 !important;
  border: 0.063rem solid var(--clr-canvas-border, #E5E4E7) !important;
  background: var(--clr-canvas-secondary, #FFF) !important;
  overflow: auto;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table > tbody {
  background: var(--clr-canvas-secondary, #FFF) !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table .treeContainer > table > tbody > tr > td > table#ctl00_rp1_tlCodes_D > tbody > tr:has(td.dxtlIndentWithButton_Glass):has(td > img.dxtl__Expand) {
  padding: 0.5rem !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: var(--clr-dropdown-list-item-default, #FFF) !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table .treeContainer > table > tbody > tr > td > table#ctl00_rp1_tlCodes_D > tbody > tr:has(td.dxtlIndentWithButton_Glass):has(td > img.dxtl__Expand) td:first-of-type {
  background: transparent !important;
  border: none !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table .treeContainer > table > tbody > tr > td > table#ctl00_rp1_tlCodes_D > tbody > tr:has(td.dxtlIndentWithButton_Glass):has(td > img.dxtl__Collapse) {
  padding: 0.5rem !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: var(--clr-dropdown-list-item-hover, #F5F5F5) !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table .treeContainer > table > tbody > tr > td > table#ctl00_rp1_tlCodes_D > tbody > tr:has(td.dxtlIndentWithButton_Glass):has(td > img.dxtl__Collapse) td:first-of-type {
  background: transparent !important;
  border: none !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table .treeContainer > table > tbody > tr > td > table#ctl00_rp1_tlCodes_D > tbody > tr:has(td.dxtlIndentWithButton_Glass) > td.dxtl.dxtl__B0 {
  font-family: var(--font-primary) !important;
  font-size: var(--link-xs-font-size) !important;
  font-style: normal;
  font-weight: 400;
  line-height: var(--link-xs-line-height) !important;
  color: var(--clr-text-primary) !important;
  text-decoration: none !important;
  padding: 0 !important;
  display: flex !important;
  border: none !important;
  background: transparent !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table .treeContainer > table > tbody > tr > td > table#ctl00_rp1_tlCodes_D > tbody > tr:has(td.dxtlIndentWithButton_Glass) > td.dxtl.dxtl__B0:hover {
  background: transparent !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table table#ctl00_rp1_tlCodes_D .dxtlFocusedNode_Glass:not(.dxtlNode_Glass),
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table table#ctl00_rp1_tlCodes_D .dxtlNode_Glass {
  background-color: transparent !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table table#ctl00_rp1_tlCodes_D .dxtlFocusedNode_Glass:not(.dxtlNode_Glass) > tr:not(:last-of-type),
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table table#ctl00_rp1_tlCodes_D .dxtlNode_Glass > tr:not(:last-of-type) {
  display: none !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table table#ctl00_rp1_tlCodes_D .dxtlFocusedNode_Glass:not(.dxtlNode_Glass):has(.dxtl.dxtl__B0):hover,
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table table#ctl00_rp1_tlCodes_D .dxtlNode_Glass:has(.dxtl.dxtl__B0):hover {
  background: var(--clr-dropdown-list-item-hover, #F5F5F5) !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table table#ctl00_rp1_tlCodes_D .dxtlFocusedNode_Glass:not(.dxtlNode_Glass) .dxtl.dxtl__B0,
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table table#ctl00_rp1_tlCodes_D .dxtlNode_Glass .dxtl.dxtl__B0 {
  padding: 0.5rem 2rem !important;
  background: transparent !important;
  border: none !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table table#ctl00_rp1_tlCodes_D .dxtlFocusedNode_Glass:not(.dxtlNode_Glass) .dxtl.dxtl__B0 span,
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table table#ctl00_rp1_tlCodes_D .dxtlNode_Glass .dxtl.dxtl__B0 span {
  font-family: var(--font-primary) !important;
  font-size: var(--link-xs-font-size) !important;
  font-style: normal;
  font-weight: 400;
  line-height: var(--link-xs-line-height) !important;
  color: var(--clr-text-primary) !important;
  text-decoration: none !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table table#ctl00_rp1_tlCodes_D .dxtlNode_Glass.dxtlSelectedNode_Glass.codeMaintenanceASPxTreeListSelectedNode {
  background: var(--clr-dropdown-list-item-active, #D9E2FF) !important;
  border: none !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table .dxtl__IM:not(.dxtlIndentWithButton_Glass) {
  display: none !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table .dxtl__IM.dxtlIndentWithButton_Glass {
  display: flex !important;
  max-width: 1rem !important;
  margin-right: 0.25rem !important;
  width: 0.75rem !important;
  position: relative;
  background: transparent !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table .dxtl__IM.dxtlIndentWithButton_Glass:after {
  content: "";
  -webkit-mask-image: url("../assets/icons/icon-arrow-right.svg");
  mask-image: url("../assets/icons/icon-arrow-right.svg");
  mask-size: contain;
  mask-position: center;
  transform: rotateZ(90deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: var(--clr-icon-primary-active);
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table .dxtl__IM.dxtlIndentWithButton_Glass:has(.dxtl__Expand)::after {
  transform: rotateZ(-90deg);
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table .dxtl__IM.dxtlIndentWithButton_Glass img {
  opacity: 0 !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table .dxtlNode_Glass.dxtlFocusedNode_Glass:has(.dxtl__Expand) {
  color: var(--clr-dropdown-list-item-hover);
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table .dxtlNode_Glass.dxtlFocusedNode_Glass:has(.dxtl__Expand) > td:first-of-type {
  color: var(--clr-text-primary);
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table .dxtlNode_Glass.dxtlFocusedNode_Glass:has(.dxtl__Expand) > td:last-of-type {
  font-family: var(--font-primary);
  font-size: var(--link-xs-font-size);
  font-style: normal;
  font-weight: 400;
  line-height: var(--link-xs-line-height);
  color: var(--clr-text-primary);
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table > tbody > tr > td > table > tbody > tr:first-of-type, .theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table > tbody > tr > td > table > tbody > tr:last-of-type {
  display: none !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table > tbody > tr > td > table > tbody > tr:nth-of-type(2), .theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table > tbody > tr > td > table > tbody > tr:nth-of-type(3) {
  border: none !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table > tbody > tr > td > table > tbody > tr:nth-of-type(2) > td:first-of-type, .theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table > tbody > tr > td > table > tbody > tr:nth-of-type(2) > td:last-of-type, .theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:first-of-type, .theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:last-of-type {
  display: none !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table > tbody > tr > td > table > tbody > tr:nth-of-type(2) > td:nth-of-type(2), .theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:nth-of-type(2) {
  border-bottom: none !important;
  background-color: var(--clr-canvas-secondary) !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceLeftTree > table > tbody > tr > td > table > tbody > tr:nth-of-type(2) span {
  padding: 0.5rem !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--label-sm-font-size) !important;
  font-style: normal;
  font-weight: 600;
  line-height: var(--label-sm-font-size) !important;
  display: block;
  text-transform: uppercase;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceRightTable > table {
  margin: 1.5rem 1.5rem 1.5rem 1rem !important;
  padding: 0 !important;
  height: 100% !important;
}
.theming-active.ui-uplift .aiq-main-content .CodeMaintenanceRightTable > table > tbody > tr > td > table > tbody > tr:first-of-type, .theming-active.ui-uplift .aiq-main-content .CodeMaintenanceRightTable > table > tbody > tr > td > table > tbody > tr:last-of-type {
  display: none !important;
}
.theming-active.ui-uplift .aiq-main-window-header > div.headerMargin_1#ctl00_aiqHeader_headerDiv {
  background-color: var(--clr-canvas-secondary, #FFF) !important;
  border-bottom: 0.063rem solid var(--clr-canvas-border, #E5E4E7) !important;
  align-items: center;
  height: 3.25rem !important;
  display: flex;
  justify-content: space-between;
}
.theming-active.ui-uplift .aiq-main-window-header > div.headerMargin_1#ctl00_aiqHeader_headerDiv .headerMargin_2 {
  color: var(--clr-text-primary, #222);
  font-family: var(--font-primary) !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1.25rem;
  margin: unset !important;
  padding: 1rem 1.5rem;
}
.theming-active.ui-uplift .aiq-main-window-header > div.headerMargin_1#ctl00_aiqHeader_headerDiv .vr_boxDiv > ul > li:nth-child(-n+3) {
  display: none;
}
.theming-active.ui-uplift .aiq-main-window-header > div.headerMargin_1#ctl00_aiqHeader_headerDiv .vr_boxDiv > ul > li:nth-child(4) {
  align-items: center;
  padding-top: 1rem !important;
  padding-right: 1.5rem !important;
  transform: scale(2);
  transform-origin: center;
}
.theming-active.ui-uplift tr:has(td > table.aiq-grid-view) > td:not([valign]):first-of-type,
.theming-active.ui-uplift tr:has(td > table.aiq-grid-view) > td:not([valign]):last-of-type {
  display: none !important;
}
.theming-active.ui-uplift td:has(> .aiq-grid-view) {
  padding: 0 !important;
  margin: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view {
  border: 0.063rem solid var(--clr-tablerow-border, #E5E4E7) !important;
  padding: 1.5rem 1rem 0rem 1rem;
  /*Add/Edit modal screens*/
}
.theming-active.ui-uplift .aiq-grid-view .dxgvEditFormDisplayRow_Glass {
  background: var(--clr-tablerow-selection);
}
.theming-active.ui-uplift .aiq-grid-view .dxgvEditFormDisplayRow_Glass > td:last-child {
  border-right-color: var(--clr-tablerow-border) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvEmptyDataRow_Glass {
  background-color: var(--clr-tablerow-primary) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvEmptyDataRow_Glass > td.dxgv {
  background-color: transparent !important;
  border: 0.063rem solid var(--clr-tablerow-border, #E5E4E7) !important;
  border-top: none !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvEmptyDataRow_Glass > td.dxgv div {
  padding: 0.25rem 0.5rem !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active.ui-uplift .aiq-grid-view div:has(> .dxgvTable_Glass),
.theming-active.ui-uplift .aiq-grid-view .dxgvTable_Glass {
  overflow: visible !important;
}
.theming-active.ui-uplift .aiq-grid-view div:has(> .dxgvTable_Glass) > tbody > tr.dxgvGroupRow_Glass > td,
.theming-active.ui-uplift .aiq-grid-view .dxgvTable_Glass > tbody > tr.dxgvGroupRow_Glass > td {
  background-color: var(--clr-canvas-secondary) !important;
  border-top: 0.063rem solid var(--clr-tablerow-border) !important;
  border-bottom: 0.063rem solid var(--clr-tablerow-border) !important;
}
.theming-active.ui-uplift .aiq-grid-view div:has(> .dxgvTable_Glass) > tbody > tr.dxgvGroupRow_Glass > td span,
.theming-active.ui-uplift .aiq-grid-view .dxgvTable_Glass > tbody > tr.dxgvGroupRow_Glass > td span {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active.ui-uplift .aiq-grid-view div:has(> .dxgvTable_Glass) > tbody td.dxgvIndentCell.dxgv,
.theming-active.ui-uplift .aiq-grid-view .dxgvTable_Glass > tbody td.dxgvIndentCell.dxgv {
  background-color: var(--clr-tablerow-secondary) !important;
  border-left-color: var(--clr-tablerow-border) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvIndentCell {
  border-right: none !important;
  border-bottom: 0.063rem solid var(--clr-tablerow-border) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input) > table > tbody > tr > td:first-of-type > table {
  border: none !important;
  display: flex;
  background-color: transparent !important;
  align-items: center;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input) > table > tbody > tr > td:first-of-type > table > tbody {
  width: 100%;
  position: relative;
  display: block;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input) > table > tbody > tr > td:first-of-type > table > tbody > tr {
  width: 100%;
  position: relative;
  display: block;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input) > table > tbody > tr > td:first-of-type > table > tbody > tr > td {
  width: 100%;
  position: relative;
  display: flex;
  padding: 0 !important;
  background-color: transparent !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input) > table > tbody > tr > td:first-of-type > table > tbody > tr > td input {
  border-radius: 0.5rem !important;
  padding: 0.25rem 0.5rem !important;
  position: relative;
  width: 100%;
  margin: 0 !important;
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: 2rem !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input) > table > tbody > tr > td:first-of-type > table > tbody > tr > td input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input) > table > tbody > tr > td:first-of-type > table > tbody > tr > td input:has(tbody tr td input:focus), .theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input) > table > tbody > tr > td:first-of-type > table > tbody > tr > td input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input) > table > tbody > tr > td:first-of-type > table > tbody > tr > td input:has(tbody tr td input:focus) .innerLabelTD, .theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input) > table > tbody > tr > td:first-of-type > table > tbody > tr > td input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input) > table > tbody > tr > td:first-of-type > table > tbody > tr > td input:disabled, .theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input) > table > tbody > tr > td:first-of-type > table > tbody > tr > td input.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input) > table > tbody > tr > td:first-of-type > table > tbody > tr > td input {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input) > table > tbody > tr > td:last-of-type:not(.dxeButtonEditButton_Glass) {
  display: none !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input) > table > tbody > tr > td:has(input:focus) ~ td.dxeButtonEditButton_Glass img {
  transform: rotateZ(-90deg);
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input) > table > tbody > tr > td.dxeButtonEditButton_Glass {
  position: relative;
  height: auto !important;
  width: 1.25rem !important;
  padding: 0px !important;
  border: none !important;
  background-color: transparent !important;
  display: flex;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input) > table > tbody > tr > td.dxeButtonEditButton_Glass img {
  content: url("../assets/icons/icon-arrow-right.svg");
  background-image: none !important;
  background-color: transparent !important;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotateZ(90deg);
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) {
  height: 2.5rem !important;
  position: relative;
  overflow: visible;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass {
  position: relative;
  background: transparent;
  border-radius: 0.5rem;
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: 2rem !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass:has(tbody tr td input:focus), .theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass:has(tbody tr td input:focus) .innerLabelTD, .theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass:disabled, .theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass > tbody {
  display: flex;
  position: relative;
  height: 100% !important;
  width: 100%;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass > tbody > tr {
  display: flex;
  position: relative;
  height: 100% !important;
  width: 100%;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass > tbody > tr > td:not(.dxeButtonEditButton_Glass) {
  display: flex;
  position: relative;
  height: auto !important;
  position: relative;
  padding: 0.125rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass > tbody > tr > td:not(.dxeButtonEditButton_Glass) > input.dxeEditArea_Glass {
  position: relative;
  width: 100%;
  margin: 0 !important;
  cursor: pointer !important;
  text-align: left !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  padding: 0px !important;
  height: 100% !important;
  background-color: var(--clr-placeholder-bg) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass > tbody > tr > td:not(.dxeButtonEditButton_Glass):focus-within {
  border-color: var(--clr-placeholder-border-active, #7A757E) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass > tbody > tr > td:not(.dxeButtonEditButton_Glass):focus-within::after, .theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass > tbody > tr > td:not(.dxeButtonEditButton_Glass):has(.dxh0)::after {
  transform: rotateZ(-90deg);
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass ~ div:first-of-type {
  left: unset !important;
  right: 0.5rem !important;
  top: 2.5rem !important;
  border: none !important;
  padding: 0.25rem 0 !important;
  height: 5rem !important;
  min-width: 7.5rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass ~ div:first-of-type div.dxlbd {
  width: 100% !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass ~ div:first-of-type tr.dxeListBoxItemRow_Glass td.dxeListBoxItem_Glass {
  padding: 0.25rem 0.5rem !important;
  background-color: var(--clr-dropdown-list-item-default) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass ~ div:first-of-type tr.dxeListBoxItemRow_Glass td.dxeListBoxItem_Glass.dxeListBoxItemSelected_Glass {
  background-color: var(--clr-dropdown-list-item-active) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv:not(.date-picker-input):has(> table.dxeButtonEdit_Glass) > table.dxeButtonEdit_Glass ~ div:first-of-type tr.dxeListBoxItemRow_Glass td.dxeListBoxItem_Glass.dxeListBoxItemHover_Glass {
  background-color: var(--clr-dropdown-list-item-hover) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input {
  height: 2.5rem !important;
  overflow: visible;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:last-of-type {
  display: none;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div {
  /*Dropdown Panel*/
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div .aiq-datepicker {
  border-radius: 0.25rem;
  border: 1px solid var(--clr-placeholder-border-default, #c7c6c9) !important;
  background: var(--clr-placeholder-bg, #fff) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div .aiq-datepicker .dxeButtonEditButton_Glass {
  background: var(--clr-placeholder-bg, #fff) !important;
  padding-right: var(--space-1-5) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div .aiq-datepicker .dxEditors_edtDropDown_Glass {
  background-image: url("../assets/icons/icon-calendar.svg") !important;
  background-position: initial !important;
  height: 1rem;
  width: 1rem;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div .aiq-datepicker input {
  color: var(--clr-text-primary, #222);
  background: var(--clr-placeholder-bg, #fff);
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:nth-child(5):before,
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:last-child:before,
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:first-child:before,
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:nth-child(3):before {
  content: none !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:nth-child(5) img.dxEditors_edtCalendarNextMonth_Glass {
  background-image: url(../assets/icons/icon-arrow-calendar-right.svg) !important;
  display: block !important;
  background-position: center;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:nth-child(3) img.dxEditors_edtCalendarPrevMonth_Glass {
  background-image: url(../assets/icons/icon-arrow-calendar-left.svg) !important;
  display: block !important;
  background-position: center;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:first-child img.dxEditors_edtCalendarPrevYear_Glass {
  background-image: url(../assets/icons/icon-arrow-left-double.svg) !important;
  display: block !important;
  background-position: center;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:last-child img.dxEditors_edtCalendarNextYear_Glass {
  background-image: url(../assets/icons/icon-arrow-right-double.svg) !important;
  display: block !important;
  background-position: center;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass {
  border: none !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass td.dxeCalendarHeader_Glass {
  padding: 1rem 0 0.5rem 0;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
  color: var(--clr-text-primary, #222) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass td.dxeCalendarHeader_Glass .dxEditors_edtCalendarNextMonth_Glass {
  background-image: url(../assets/icons/icon-calendar.svg) !important;
  display: block !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass td.dxeCalendarHeader_Glass span {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass .dxeCalendarDayHeader_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  border: none !important;
  font-size: 0.75rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass .dxeCalendarDay_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  width: 1.875rem;
  min-width: 1.875rem;
  height: 1.875rem;
  color: var(--clr-text-primary, #222) !important;
  background-color: var(--clr-datepicker-date-bg-default, #b3c5ff) !important;
  font-size: 0.75rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass .dxeCalendarDay_Glass:hover {
  background-color: var(--clr-datepicker-date-bg-hover, #b3c5ff) !important;
  color: var(--clr-text-primary, #222) !important;
  border-radius: 50%;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass .dxeCalendarSelected_Glass {
  background-color: var(--clr-datepicker-date-bg-selected, #b3c5ff) !important;
  border-radius: 50%;
  color: var(--clr-text-alternative, #222) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass .dxeCalendarSelected_Glass:hover {
  background-color: var(--clr-datepicker-date-bg-selected, #b3c5ff) !important;
  color: var(--clr-text-alternative, #222) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass .dxeCalendarOtherMonth_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  color: var(--clr-text-placeholder, #938f96) !important;
  font-size: 0.75rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass .dxeCalendarWeekNumber_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  font-size: 0.75rem !important;
  width: 1.875rem;
  height: 1.875rem;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass .dxeCalendarFooter_Glass {
  border: none !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
  width: 1.875rem;
  height: 1.875rem;
  padding-bottom: 1.5rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass .dxeCalendarFooter_Glass .dxeCalendarButton_Glass {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass .dxeCalendarFooter_Glass .dxeCalendarButton_Glass:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass .dxeCalendarFooter_Glass .dxeCalendarButton_Glass:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input > table > tbody > tr > td:first-of-type div table.dxeCalendar_Glass .dxeCalendarFooter_Glass .dxeCalendarButton_Glass td.dx {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input table.dxeButtonEdit_Glass {
  position: relative;
  background: transparent;
  border-radius: 0.5rem;
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: 2rem !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input table.dxeButtonEdit_Glass:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input table.dxeButtonEdit_Glass:has(tbody tr td input:focus), .theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input table.dxeButtonEdit_Glass:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input table.dxeButtonEdit_Glass:has(tbody tr td input:focus) .innerLabelTD, .theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input table.dxeButtonEdit_Glass:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input table.dxeButtonEdit_Glass:disabled, .theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input table.dxeButtonEdit_Glass.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input table.dxeButtonEdit_Glass > tbody {
  display: flex;
  position: relative;
  height: 100% !important;
  width: 100%;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input table.dxeButtonEdit_Glass > tbody > tr {
  display: flex;
  position: relative;
  height: 100% !important;
  width: 100%;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input table.dxeButtonEdit_Glass > tbody > tr > td:not(.dxeButtonEditButton_Glass) {
  display: flex;
  position: relative;
  height: auto !important;
  position: relative;
  padding: 0.125rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input table.dxeButtonEdit_Glass > tbody > tr > td:not(.dxeButtonEditButton_Glass) > input.dxeEditArea_Glass {
  position: relative;
  width: 100%;
  margin: 0 !important;
  cursor: pointer !important;
  text-align: left !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  padding: 0px !important;
  height: 100% !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input table.dxeButtonEdit_Glass > tbody > tr > td:not(.dxeButtonEditButton_Glass):focus-within {
  border-color: var(--clr-placeholder-border-active, #7A757E) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input table.dxeButtonEdit_Glass > tbody > tr > td.dxeButtonEditButton_Glass {
  position: relative;
  height: auto !important;
  width: 1.25rem !important;
  padding: 0px !important;
  border: none !important;
  background-color: transparent !important;
  display: flex;
  margin-right: 0.5rem;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvCommandColumn_Glass.aiq-cell-edit ~ td.dxgv.date-picker-input table.dxeButtonEdit_Glass > tbody > tr > td.dxeButtonEditButton_Glass img {
  content: url("../assets/icons/icon-calendar.svg");
  background-image: none !important;
  background-color: transparent !important;
  width: 1.25rem;
  height: 1.25rem;
}
.theming-active.ui-uplift .aiq-grid-view.dxgvControl_Glass {
  background-color: var(--clr-canvas-secondary) !important;
}
.theming-active.ui-uplift .aiq-grid-view.dxgvControl_Glass > tbody > tr {
  display: flex;
  flex-direction: column;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvDataRow_Glass,
.theming-active.ui-uplift .aiq-grid-view .dxgvFilterRow_Glass {
  background-color: var(--clr-tablerow-secondary);
}
.theming-active.ui-uplift .aiq-grid-view .dxgvDataRow_Glass > .aiq-cell-created-by,
.theming-active.ui-uplift .aiq-grid-view .dxgvFilterRow_Glass > .aiq-cell-created-by {
  border-right: 0.063rem solid var(--clr-tablerow-border, #E5E4E7) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvFilterRow_Glass td.dxgv {
  border-color: var(--clr-tablerow-border, #E5E4E7) !important;
  padding: 0.25rem 0.5rem !important;
  background-color: var(--clr-tablerow-header);
}
.theming-active.ui-uplift .aiq-grid-view .dxgvFilterRow_Glass td.dxgv:last-child {
  border-right: 0.063rem solid var(--clr-tablerow-border, #E5E4E7) !important;
}
.theming-active.ui-uplift .aiq-grid-view > tbody:first-of-type > tr:first-of-type > td:first-of-type > table:first-of-type {
  display: none !important;
}
.theming-active.ui-uplift .aiq-grid-view > tbody:first-of-type > tr:first-of-type > td:first-of-type > table:first-of-type ~ div:nth-of-type(2) {
  width: 100% !important;
  position: relative;
  background-color: var(--clr-tablerow-secondary) !important;
  overflow-x: auto !important;
  overflow-y: scroll !important;
  max-height: calc(100vh - 240px) !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-header-cell-edit, .theming-active.ui-uplift .aiq-grid-view .aiq-header-cell-name, .theming-active.ui-uplift .aiq-grid-view .aiq-header-cell-code, .theming-active.ui-uplift .aiq-grid-view .aiq-header-cell-email, .theming-active.ui-uplift .aiq-grid-view .aiq-header-cell-created-by {
  background-color: var(--clr-tablerow-header) !important;
  border-color: var(--clr-tablerow-border) !important;
  border-top: 0.063rem solid var(--clr-tablerow-border, #E5E4E7) !important;
  border-bottom: 0.063rem solid var(--clr-tablerow-border, #E5E4E7) !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-header-cell-edit table > tbody > tr > td, .theming-active.ui-uplift .aiq-grid-view .aiq-header-cell-name table > tbody > tr > td, .theming-active.ui-uplift .aiq-grid-view .aiq-header-cell-code table > tbody > tr > td, .theming-active.ui-uplift .aiq-grid-view .aiq-header-cell-email table > tbody > tr > td, .theming-active.ui-uplift .aiq-grid-view .aiq-header-cell-created-by table > tbody > tr > td {
  color: var(--clr-text-primary) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-xs-font-size) !important;
  font-style: normal;
  font-weight: 400;
  line-height: var(--label-mm-line-height) !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-header-cell-edit {
  border-left: 0.063rem solid var(--clr-tablerow-border, #E5E4E7) !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-header-cell-created-by {
  border-right: 0.063rem solid var(--clr-tablerow-border, #E5E4E7) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxgvHeader_Glass.viewColumnHeader {
  background-color: var(--clr-tablerow-header) !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit, .theming-active.ui-uplift .aiq-grid-view .aiq-cell-name, .theming-active.ui-uplift .aiq-grid-view .aiq-cell-code, .theming-active.ui-uplift .aiq-grid-view .aiq-cell-email {
  border-color: var(--clr-tablerow-border) !important;
  border-bottom: 0.063rem solid var(--clr-tablerow-border, #E5E4E7) !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  padding: 0.25rem 1rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-created-by {
  border-left: none !important;
  border-bottom: 1px solid var(--clr-tablerow-border, #E5E4E7) !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  padding: 0.25rem 1rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit {
  border-left: 1px solid var(--clr-tablerow-border, #E5E4E7) !important;
  padding: 0.25rem 1rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit.dxgvCommandColumn_Glass.dxgv {
  border-left-style: solid !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit > a {
  text-decoration: none;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  color: var(--clr-buttons-link-default) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit > a:visited {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit > a:hover {
  color: var(--clr-buttons-link-hover) !important;
  text-decoration: none !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit > a:active {
  color: var(--clr-buttons-link-active) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv div.dxpc-header {
  margin: 0;
  padding: 1rem 1.5rem;
  margin-bottom: 0.063rem solid var(--clr-tablerow-border);
  background-color: var(--clr-canvas-secondary) !important;
  border-bottom: 1px solid var(--clr-canvas-border) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv div.dxpc-header .dxpc-headerText {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-md-font-size) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: var(--line-height) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv div.dxpc-header .dxpc-closeBtn::after {
  content: "";
  background: url("../assets/icons/icon-close.svg");
  background-size: contain;
  background-position: center;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper {
  background: var(--clr-canvas-secondary) !important;
  padding: 1.5rem;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .dxpc-content > div {
  overflow: visible !important;
  background-color: var(--clr-canvas-secondary) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper div:has(> .aiq-edit-form-table, > .currencySourceMainContainer) {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px !important;
  height: auto !important;
  padding: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer {
  margin: 0 !important;
  display: flex;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-primary, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-primary {
  float: unset !important;
  margin: 1.5rem 0 0 auto !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-primary > tbody > tr, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-primary > tbody > tr {
  border: none !important;
  display: flex;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-primary > tbody > tr td, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-primary > tbody > tr td {
  border: none !important;
  display: flex;
  padding-right: unset !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-primary > tbody > tr .dxbButton_Glass, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-primary > tbody > tr .dxbButton_Glass {
  background: none !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-primary > tbody > tr .dxbButton_Glass div.dxb, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-primary > tbody > tr .dxbButton_Glass div.dxb {
  border-color: transparent !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-primary > tbody > tr .dxbButton_Glass div.dxb span, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-primary > tbody > tr .dxbButton_Glass div.dxb span {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-primary > tbody > tr .dxbButton_Glass div.dxb span:hover, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-primary > tbody > tr .dxbButton_Glass div.dxb span:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-primary > tbody > tr .dxbButton_Glass div.dxb span div.dxb, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-primary > tbody > tr .dxbButton_Glass div.dxb span div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-primary > tbody > tr .dxbButton_Glass div.dxb span:disabled, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-primary > tbody > tr .dxbButton_Glass div.dxb span:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-secondary, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-secondary {
  float: unset !important;
  margin: 1.5rem auto 0 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-secondary > tbody > tr, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-secondary > tbody > tr {
  border: none !important;
  display: flex;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-secondary > tbody > tr td, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-secondary > tbody > tr td {
  border: none !important;
  display: flex;
  padding-left: unset !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-secondary > tbody > tr .dxbButton_Glass, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-secondary > tbody > tr .dxbButton_Glass {
  background: none !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-secondary > tbody > tr .dxbButton_Glass div:first-of-type, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-secondary > tbody > tr .dxbButton_Glass div:first-of-type {
  display: none;
}
@-moz-document url-prefix() {
  .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-secondary > tbody > tr .dxbButton_Glass div:first-of-type, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-secondary > tbody > tr .dxbButton_Glass div:first-of-type {
    display: unset;
  }
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-secondary > tbody > tr .dxbButton_Glass div.dxb, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-secondary > tbody > tr .dxbButton_Glass div.dxb {
  border-color: transparent !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-secondary > tbody > tr .dxbButton_Glass div.dxb span, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-secondary > tbody > tr .dxbButton_Glass div.dxb span {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-secondary > tbody > tr .dxbButton_Glass div.dxb span:hover, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-secondary > tbody > tr .dxbButton_Glass div.dxb span:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table ~ .aiq-button-codes-secondary > tbody > tr .dxbButton_Glass div.dxb span:active, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer ~ .aiq-button-codes-secondary > tbody > tr .dxbButton_Glass div.dxb span:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  /*Fix for aligning elements in modal windows*/
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > td, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > td {
  display: block;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > td > tr:not([colspan]), .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > td > tr:not([colspan]) {
  display: none !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr > td > div.aiq-locations-code-margin-left > table > tbody > tr > td:first-of-type, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr > td > div.aiq-locations-code-margin-left > table > tbody > tr > td:first-of-type {
  margin-left: 3.125rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr > td > div.aiq-locations-created-by-margin-left > table > tbody > tr > td:first-of-type, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr > td > div.aiq-locations-created-by-margin-left > table > tbody > tr > td:first-of-type {
  margin-left: 0rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr > td > div.aiq-locations-description-margin-left, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr > td > div.aiq-locations-description-margin-left {
  margin-left: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr > td > div.aiq-locations-description-margin-left > table > tbody > tr > td:first-of-type, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr > td > div.aiq-locations-description-margin-left > table > tbody > tr > td:first-of-type {
  margin-left: 1.65rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr.aiq-update-text-row, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr.aiq-update-text-row {
  position: relative;
  width: 100%;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr.aiq-update-text-row > td > div.aiq-locations-update-margin-left, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr.aiq-update-text-row > td > div.aiq-locations-update-margin-left {
  width: 15.625rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr.aiq-update-text-row > td > div.aiq-locations-update-margin-left > table > tbody > tr, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr.aiq-update-text-row > td > div.aiq-locations-update-margin-left > table > tbody > tr {
  justify-content: center;
  align-items: center;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr.aiq-update-text-row > td > div.aiq-locations-update-margin-left > table > tbody > tr > td:first-of-type, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr.aiq-update-text-row > td > div.aiq-locations-update-margin-left > table > tbody > tr > td:first-of-type {
  margin-left: 0rem !important;
  order: 1;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr.aiq-update-text-row > td > div.aiq-locations-update-margin-left > table > tbody > tr > td:nth-of-type(2), .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr.aiq-update-text-row > td > div.aiq-locations-update-margin-left > table > tbody > tr > td:nth-of-type(2) {
  display: flex !important;
  align-items: center;
  justify-content: center;
  order: 0;
  margin-left: 2.25rem !important;
  margin-right: 0.5rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody .dxICheckBox_Glass, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody .dxICheckBox_Glass {
  @Include CheckboxModal();
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr {
  height: 2rem;
  width: 100%;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr > td, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr > td {
  height: 2rem;
  padding: unset !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]), .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) {
  height: 2rem;
  margin-top: unset !important;
  margin-left: unset !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table {
  height: 2rem;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody {
  height: 2rem;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr {
  height: 2rem;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr > td, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr > td {
  height: 2rem;
  padding: unset !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr > td > label, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr > td > label {
  padding-right: 0.5rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr > td > table, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr > td > table {
  height: 2rem;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr > td > table > tbody, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr > td > table > tbody {
  height: 2rem;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr > td > table > tbody > tr, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr > td > table > tbody > tr {
  height: 2rem;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr > td > table > tbody > tr > td, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr > td > div:not([id*=_ASPxRoundPanel1_gvCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr > td > table > tbody > tr > td {
  height: 2rem;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr:not(:first-of-type):not(:last-of-type) > td:nth-child(2) > div:not([id*=_ASPxRoundPanel1_gvSubCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr > td:first-of-type, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr:not(:first-of-type):not(:last-of-type) > td:nth-child(2) > div:not([id*=_ASPxRoundPanel1_gvSubCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr > td:first-of-type {
  display: none !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr:not(:first-of-type):not(:last-of-type) > td:nth-child(2) > div:not([id*=_ASPxRoundPanel1_gvSubCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr > td:nth-of-type(2), .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr:not(:first-of-type):not(:last-of-type) > td:nth-child(2) > div:not([id*=_ASPxRoundPanel1_gvSubCategories_]):not([id*=_ASPxRoundPanel1_gvCurrency_]) > table > tbody > tr > td:nth-of-type(2) {
  padding-left: 1rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr:last-of-type > td:nth-child(2) > div > table > tbody > tr > td:first-of-type label, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr:last-of-type > td:nth-child(2) > div > table > tbody > tr > td:first-of-type label {
  text-align: left;
  width: unset;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody > tr:last-of-type > td:nth-child(2) > div > table > tbody > tr > td:first-of-type label[id*=_ctl00_gvRequesters_], .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody > tr:last-of-type > td:nth-child(2) > div > table > tbody > tr > td:first-of-type label[id*=_ctl00_gvRequesters_] {
  padding-left: unset !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table > tbody [id*=_rp1_gvPaymentMethods_] table > tbody > tr:first-of-type > td:first-of-type > label, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer > tbody [id*=_rp1_gvPaymentMethods_] table > tbody > tr:first-of-type > td:first-of-type > label {
  padding-left: 0.5rem;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help.row-created-by-margin, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help.row-created-by-margin {
  margin-left: 2.1rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table {
  display: block;
  border: none !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody {
  display: block;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr {
  display: flex;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr > td,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr > td, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr > td,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr > td {
  display: flex;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr > td table,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr > td table, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr > td table,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr > td table {
  background: transparent !important;
  display: block;
  border: none !important;
  width: 10.375rem;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr > td table td,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr > td table td, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr > td table td,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr > td table td {
  padding: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr > td label,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr > td label, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr > td label,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr > td label {
  text-align: right;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  font-weight: 600 !important;
  display: block;
  margin: auto 0 auto auto;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2),
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2), .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2),
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) {
  display: inline-block;
  width: 10.375rem;
  padding: 0;
  border: none !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input {
  width: 10.375rem;
  border-radius: 0.25rem;
  padding: 0.5rem !important;
  background-color: var(--clr-placeholder-bg);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 2rem !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-medium) !important;
  line-height: var(--space-4) !important;
  outline: none;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input:not([id*=__chk_S]),
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input:not([id*=__chk_S]), .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input:not([id*=__chk_S]),
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input:not([id*=__chk_S]) {
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)),
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)), .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)),
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input:has(tbody tr td input:focus), .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input:focus,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input:has(tbody tr td input:focus),
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input:focus, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input:has(tbody tr td input:focus), .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input:focus,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input:has(tbody tr td input:focus),
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input:focus {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input:has(tbody tr td input:focus) .innerLabelTD, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input:focus .innerLabelTD,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input:has(tbody tr td input:focus) .innerLabelTD,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input:focus .innerLabelTD, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input:has(tbody tr td input:focus) .innerLabelTD, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input:focus .innerLabelTD,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input:has(tbody tr td input:focus) .innerLabelTD,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input:focus .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input:disabled, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input.disabledDropDown,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input:disabled,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input.disabledDropDown, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input:disabled, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) input.disabledDropDown,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input:disabled,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) input.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2):last-of-type,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2):last-of-type, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2):last-of-type,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2):last-of-type {
  display: none;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) .dxeReadOnly_Glass input,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) .dxeReadOnly_Glass input, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) .dxeReadOnly_Glass input,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) .dxeReadOnly_Glass input {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) .dxeReadOnly_Glass input:focus,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) .dxeReadOnly_Glass input:focus, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td > div > table > tbody > tr > td:nth-of-type(2) .dxeReadOnly_Glass input:focus,
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help + tr > td > div > table > tbody > tr > td:nth-of-type(2) .dxeReadOnly_Glass input:focus {
  border-color: initial !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td.aiq-locations-note, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td.aiq-locations-note {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: var(--clr-text-primary) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  font-weight: 600 !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .aiq-edit-form-table .aiq-hide-help > td.aiq-locations-note svg, .theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper .currencySourceMainContainer .aiq-hide-help > td.aiq-locations-note svg {
  margin-right: 1rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper [id$=_lblCreatedBy] > table > tbody > tr > td:first-child {
  align-items: center;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxpc-contentWrapper [id$=_lblCreatedBy] > table > tbody > tr > td:first-child label {
  margin: unset !important;
  padding-left: unset !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxic {
  width: auto !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv .dxic input {
  padding-right: 0.5rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxpcLite_Glass.dxpclW.dxpc-mainDiv [id*=rp1_gvRequiredAccounts] input {
  width: 14.875rem !important;
}
.theming-active.ui-uplift .footerContentDiv {
  z-index: unset !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  background-color: var(--clr-canvas-secondary, #FFF) !important;
}
.theming-active.ui-uplift .footerContentDiv > table#ctl00_rpFooter {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  margin: 0px !important;
  padding: 0 1.5rem 0.75rem;
  height: 3.75rem !important;
  position: relative !important;
  background-color: var(--clr-canvas-secondary, #FFF) !important;
}
.theming-active.ui-uplift .footerContentDiv > table#ctl00_rpFooter > tbody {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.theming-active.ui-uplift .footerContentDiv > table#ctl00_rpFooter > tbody > tr {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.theming-active.ui-uplift .footerContentDiv > table#ctl00_rpFooter > tbody > tr > td {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.theming-active.ui-uplift .footerContentDiv > table#ctl00_rpFooter > tbody > tr > td > table > tbody {
  display: flex;
  flex-wrap: wrap;
}
.theming-active.ui-uplift .footerContentDiv > table#ctl00_rpFooter > tbody > tr > td > table > tbody tr {
  display: flex;
  width: 100%;
}
.theming-active.ui-uplift .footerContentDiv > table#ctl00_rpFooter > tbody > tr > td > table > tbody tr td#ctl00_rpFooter_RPC {
  display: flex;
}
.theming-active.ui-uplift .footerContentDiv > table#ctl00_rpFooter > tbody > tr > td > table > tbody tr td#ctl00_rpFooter_RPC.dxrpcontent {
  background-color: var(--clr-canvas-secondary, #FFF) !important;
}
.theming-active.ui-uplift .footerContentDiv > table#ctl00_rpFooter > tbody > tr > td > table > tbody tr td.dxrpLE,
.theming-active.ui-uplift .footerContentDiv > table#ctl00_rpFooter > tbody > tr > td > table > tbody tr td.dxrpRE {
  display: none !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrp.dxrpcontent > div {
  position: relative;
  width: 100%;
  display: flex;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass td#ctl00_rpFooter_RPC, .theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .dxrpLE, .theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .dxrpRE {
  background-color: var(--clr-canvas-secondary, #FFF) !important;
  border-top: none !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass tbody > tr > td > table > tbody > tr > td {
  background-color: var(--clr-canvas-secondary, #FFF) !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-Add-button {
  float: unset !important;
  margin-left: auto !important;
  display: unset !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-Add-button > tbody > tr {
  border: none !important;
  display: flex;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-Add-button > tbody > tr td {
  border: none !important;
  display: flex;
  padding-right: unset !important;
  margin-right: 0.5rem !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-Add-button > tbody > tr .dxbButton_Glass {
  background: none !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-Add-button > tbody > tr .dxbButton_Glass div.dxb {
  border-color: transparent !important;
  padding: unset;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-Add-button > tbody > tr .dxbButton_Glass div.dxb span {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-Add-button > tbody > tr .dxbButton_Glass div.dxb span:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-Add-button > tbody > tr .dxbButton_Glass div.dxb span div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-Add-button > tbody > tr .dxbButton_Glass div.dxb span:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-Add-button > tbody > tr .dxbButton_Glass div.dxb span {
  border-radius: 0.25rem !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-Add-button > tbody > tr .dxbButton_Glass div.dxb span:hover {
  border-radius: 0.25rem !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-close-button {
  float: unset !important;
  margin-right: auto !important;
  margin-left: -0.25rem !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-close-button > tbody > tr {
  border: none !important;
  display: flex;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-close-button > tbody > tr td {
  border: none !important;
  display: flex;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-close-button > tbody > tr .dxbButton_Glass {
  background: none !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-close-button > tbody > tr .dxbButton_Glass div.dxb {
  border-color: transparent !important;
  padding: unset;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-close-button > tbody > tr .dxbButton_Glass div.dxb span {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-close-button > tbody > tr .dxbButton_Glass div.dxb span:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-close-button > tbody > tr .dxbButton_Glass div.dxb span:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-close-button > tbody > tr .dxbButton_Glass div.dxb span {
  border-radius: 0.25rem !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-update-tax {
  float: unset !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-update-tax > tbody > tr {
  border: none !important;
  display: flex;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-update-tax > tbody > tr td {
  border: none !important;
  display: flex;
  padding-left: unset !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-update-tax > tbody > tr .dxbButton_Glass {
  background: none !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-update-tax > tbody > tr .dxbButton_Glass div.dxb {
  border-color: transparent !important;
  padding: unset;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-update-tax > tbody > tr .dxbButton_Glass div.dxb span {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-update-tax > tbody > tr .dxbButton_Glass div.dxb span:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-update-tax > tbody > tr .dxbButton_Glass div.dxb span div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-update-tax > tbody > tr .dxbButton_Glass div.dxb span:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-update-tax > tbody > tr .dxbButton_Glass div.dxb span {
  border-radius: 0.25rem !important;
}
.theming-active.ui-uplift .footerContentDiv .dxrpControl_Glass .maintenance-update-tax > tbody > tr .dxbButton_Glass div.dxb span:hover {
  border-radius: 0.25rem !important;
}
.theming-active.ui-uplift .footerContentDiv #ctl00_rpFooter_btnAddSysAccount_B {
  border-radius: 0.25rem !important;
}
.theming-active.ui-uplift .footerContentDiv #ctl00_rpFooter_btnAddSysAccount_B:hover {
  border-radius: 0.25rem !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .dxeTextBoxSys.dxeTextBox_Glass, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .dxeTextBoxSys.dxeTextBox_Glass {
  border: none !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table label, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass label {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--label-mm-font-size) !important;
  font-style: normal !important;
  font-weight: var(--label-mm-font-weight) !important;
  line-height: var(--link-xxs-line-height) !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table input, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass input {
  border-radius: 0.5rem !important;
  padding: 0.25rem 0.5rem !important;
  margin: auto;
  position: relative;
  width: 10.375rem;
  background-color: var(--clr-placeholder-bg);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 2rem !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-medium) !important;
  line-height: var(--space-4) !important;
  outline: none;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table input:not([id*=__chk_S]), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass input:not([id*=__chk_S]) {
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table input:has(tbody tr td input:focus), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table input:focus, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass input:has(tbody tr td input:focus), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass input:focus {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table input:has(tbody tr td input:focus) .innerLabelTD, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table input:focus .innerLabelTD, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass input:has(tbody tr td input:focus) .innerLabelTD, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass input:focus .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table input:disabled, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table input.disabledDropDown, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass input:disabled, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass input.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table input, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass input {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table input:disabled, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table input.disabledDropDown, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass input:disabled, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass input.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .dropdownbtn, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .dxeButtonEdit_Glass.editPopuptxt, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .dropdowncontainer, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .dropdownbtn, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .dxeButtonEdit_Glass.editPopuptxt, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .dropdowncontainer {
  background-color: unset !important;
  border: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .dxic, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .dxic {
  background-color: var(--clr-placeholder-bg) !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody {
  gap: 1rem;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody > tr:nth-child(1), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody > tr:nth-child(1) {
  position: relative;
  display: flex;
  align-items: center;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(1), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(1) {
  width: 13.375rem !important;
  margin-right: 1rem;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(1) > div > table > tbody > tr > td:first-of-type, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(1) > div > table > tbody > tr > td:first-of-type {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(1) > div > table > tbody > tr > td:first-of-type > span, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(1) > div > table > tbody > tr > td:first-of-type > span {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--label-mm-font-size) !important;
  font-style: normal !important;
  font-weight: var(--label-mm-font-weight) !important;
  line-height: var(--link-xxs-line-height) !important;
  display: flex;
  width: 2.5rem;
  margin-right: 0.5rem;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(1) > div > table > tbody > tr > td:nth-child(2), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(1) > div > table > tbody > tr > td:nth-child(2) {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(1) > div > table > tbody > tr > td:nth-child(2) .outerContainer, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(1) > div > table > tbody > tr > td:nth-child(2) .outerContainer {
  margin-right: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(1) > div > table > tbody > tr > td:nth-child(2) .outerContainer .dropdownbtn, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(1) > div > table > tbody > tr > td:nth-child(2) .outerContainer .dropdownbtn {
  padding-inline: unset !important;
  position: relative !important;
  right: 1.5rem !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) {
  padding: unset !important;
  width: 19.625rem;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table {
  width: 100%;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(1), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(1) {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(1) > label, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(1) > label {
  padding-right: unset !important;
  width: 4.25rem !important;
  margin-right: 0.5rem;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2) {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2) > table, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2) > table {
  margin-right: unset !important;
  width: 100% !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td > input, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td > input {
  width: 14.875rem !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2) > table > td:last-child, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2) > table > td:last-child {
  display: none !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(3), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody > tr:nth-child(1) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(3) {
  display: none;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) {
  position: relative;
  display: flex;
  align-items: center;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:first-of-type, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:first-of-type {
  width: 13.375rem !important;
  padding: unset !important;
  margin-right: 1rem !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:first-of-type > div > table > tbody > tr > td:nth-child(1), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:first-of-type > div > table > tbody > tr > td:nth-child(1) {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:first-of-type > div > table > tbody > tr > td:nth-child(1) > label, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:first-of-type > div > table > tbody > tr > td:nth-child(1) > label {
  display: flex;
  width: 2.5rem;
  margin-right: 0.5rem;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:first-of-type > div > table > tbody > tr > td:nth-child(2), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:first-of-type > div > table > tbody > tr > td:nth-child(2) {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:first-of-type > div > table > tbody > tr > td:nth-child(2) > table, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:first-of-type > div > table > tbody > tr > td:nth-child(2) > table {
  width: 100% !important;
  margin-right: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:first-of-type > div > table > tbody > tr > td:nth-child(3), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:first-of-type > div > table > tbody > tr > td:nth-child(3) {
  display: none;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:first-of-type .dxic, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:first-of-type .dxic {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(2), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(2) {
  width: 15.125rem !important;
  margin-right: 1rem !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(2) > div > table > tbody > tr, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(2) > div > table > tbody > tr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(2) > div > table > tbody > tr > td:first-of-type, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(2) > div > table > tbody > tr > td:first-of-type {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(2) > div > table > tbody > tr > td:first-of-type > label, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(2) > div > table > tbody > tr > td:first-of-type > label {
  width: 4.25rem !important;
  padding-right: unset !important;
  margin-right: 0.5rem !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2) {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2) > table, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2) > table {
  margin-right: unset !important;
  width: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(2) > div > table > tbody > tr > td:last-child, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(2) > div > table > tbody > tr > td:last-child {
  display: none !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(3), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(3) {
  padding: unset !important;
  width: 3.25rem !important;
  display: flex;
  align-items: center;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(3) > div > table > tbody > tr > td:first-of-type, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(3) > div > table > tbody > tr > td:first-of-type {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(3) > div > table > tbody > tr > td:first-of-type > label, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(3) > div > table > tbody > tr > td:first-of-type > label {
  width: 2rem !important;
  padding-right: unset !important;
  margin-right: 0.25rem !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(3) > div > table > tbody > tr > td:nth-child(2), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(3) > div > table > tbody > tr > td:nth-child(2) {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(3) > div > table > tbody > tr > td:nth-child(2) > span, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(3) > div > table > tbody > tr > td:nth-child(2) > span {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(3) > div > table > tbody > tr > td:last-child, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(2) > td:nth-child(3) > div > table > tbody > tr > td:last-child {
  display: none;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(3), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(3) {
  position: relative;
  display: flex;
  align-items: center;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(3) > td:first-of-type, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(3) > td:first-of-type {
  padding: unset !important;
  width: 13.375rem !important;
  margin-right: 1rem !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(3) > td:first-of-type > div > table > tbody > tr > td:first-of-type, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(3) > td:first-of-type > div > table > tbody > tr > td:first-of-type {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(3) > td:first-of-type > div > table > tbody > tr > td:first-of-type > label, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(3) > td:first-of-type > div > table > tbody > tr > td:first-of-type > label {
  display: flex;
  width: 2.5rem;
  padding-right: unset !important;
  margin-right: 0.5rem !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(3) > td:first-of-type > div > table > tbody > tr > td:nth-child(2), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(3) > td:first-of-type > div > table > tbody > tr > td:nth-child(2) {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(3) > td:first-of-type > div > table > tbody > tr > td:nth-child(2) > table, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(3) > td:first-of-type > div > table > tbody > tr > td:nth-child(2) > table {
  width: 100% !important;
  margin-right: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(3) > td:first-of-type > div > table > tbody > tr > td:last-child, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(3) > td:first-of-type > div > table > tbody > tr > td:last-child {
  display: none !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(3) .dxic, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(3) .dxic {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(3) > td:last-child, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(3) > td:last-child {
  padding: unset !important;
  display: flex;
  align-items: center;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(3) > td:last-child > span, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(3) > td:last-child > span {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--label-mm-font-size) !important;
  font-style: normal !important;
  font-weight: var(--label-mm-font-weight) !important;
  line-height: var(--link-xxs-line-height) !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(4), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(4) {
  display: none;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) {
  display: flex;
  width: 100%;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(1), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(1) {
  order: 1;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(1) > tbody > tr > td, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(1) > tbody > tr > td {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(1) > tbody > tr > td:hover, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(1) > tbody > tr > td:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(1) > tbody > tr > td:active, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(1) > tbody > tr > td:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(1) > tbody > tr > td, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(1) > tbody > tr > td {
  padding: var(--space-2) var(--space-4) !important;
  min-width: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(1) > tbody > tr > td div, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(1) > tbody > tr > td div {
  padding: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(3), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(3) {
  order: 0;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(3) > tbody > tr > td, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(3) > tbody > tr > td {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(3) > tbody > tr > td:hover, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(3) > tbody > tr > td:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(3) > tbody > tr > td:active, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(3) > tbody > tr > td:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(3) > tbody > tr > td, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(3) > tbody > tr > td {
  padding: var(--space-2) var(--space-4) !important;
  min-width: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(3) > tbody > tr > td div, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:nth-child(3) > tbody > tr > td div {
  padding: unset !important;
  width: fit-content;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:last-of-type, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:last-of-type {
  order: 2;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:last-of-type > tbody > tr > td, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:last-of-type > tbody > tr > td {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:last-of-type > tbody > tr > td:hover, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:last-of-type > tbody > tr > td:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:last-of-type > tbody > tr > td div.dxb, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:last-of-type > tbody > tr > td div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:last-of-type > tbody > tr > td:disabled, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:last-of-type > tbody > tr > td:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:last-of-type > tbody > tr > td, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:last-of-type > tbody > tr > td {
  padding: var(--space-2) var(--space-4) !important;
  min-width: unset !important;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td table:last-of-type > tbody > tr > td div, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td table:last-of-type > tbody > tr > td div {
  padding: unset !important;
  width: fit-content;
}
.theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) > td .buttons.left, .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) > td .buttons.left {
  margin-left: auto !important;
}
@-moz-document url-prefix() {
  .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) .buttons.right > tbody > tr > td:nth-child(2),
  .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .aiq-edit-form-table .currencySourceMainContainer > tbody tr:nth-child(5) .buttons.left > tbody > tr > td:nth-child(2), .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) .buttons.right > tbody > tr > td:nth-child(2),
  .theming-active.ui-uplift [id*=ctl00_cphMain_ASPxRoundPanel1_gvCurrency] .dxgvPopupEditForm_Glass .currencySourceMainContainer > tbody tr:nth-child(5) .buttons.left > tbody > tr > td:nth-child(2) {
    display: none !important;
  }
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div {
  display: flex;
  border: none;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table {
  display: flex;
  border: none;
  width: 100%;
  position: relative;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody {
  display: flex;
  border: none;
  width: 100%;
  position: relative;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr {
  display: flex;
  border: none;
  width: 100%;
  position: relative;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td {
  display: flex;
  border: none;
  width: 100%;
  position: relative;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table {
  display: flex;
  border: none;
  width: 100%;
  position: relative;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody {
  display: flex;
  border: none;
  width: 100%;
  position: relative;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr {
  display: flex;
  border: none;
  width: 100%;
  position: relative;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td {
  display: flex;
  border: none;
  width: 100%;
  position: relative;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td > div {
  display: flex;
  border: none;
  width: 100%;
  position: relative;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td > div > table.dxeListBox_Glass {
  display: flex;
  border: none;
  width: 100%;
  position: relative;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody {
  display: flex;
  border: none;
  width: 100%;
  position: relative;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr {
  display: flex;
  border: none;
  width: 100%;
  position: relative;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td {
  display: flex;
  border: none;
  width: 100%;
  position: relative;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > table {
  display: flex;
  border: none;
  width: 100%;
  position: relative;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > table > tbody {
  display: flex;
  border: none;
  width: 100%;
  position: relative;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > table > tbody > tr.dxeListBoxItemRow_Glass {
  display: flex;
  border: none;
  width: 100%;
  position: relative;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > table > tbody > tr.dxeListBoxItemRow_Glass td {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div {
  display: flex;
  border: none !important;
  width: 100% !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left !important;
  background-color: var(--clr-placeholder-bg, #fff) !important;
  border: 0.0625rem solid var(--clr-placeholder-border-active, #7A757E) !important;
  border-radius: 0.25rem;
  color: var(--clr-text-primary, #222222) !important;
  box-shadow: var(--shadow-mhd);
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table {
  display: flex;
  border: none !important;
  width: 100% !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody {
  display: flex;
  border: none !important;
  width: 100% !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr {
  display: flex;
  border: none !important;
  width: 100% !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr:last-of-type {
  display: none !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td {
  display: flex;
  border: none !important;
  width: 100% !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td:last-of-type {
  display: none !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table {
  display: flex;
  border: none !important;
  width: 100% !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody {
  display: flex;
  border: none !important;
  width: 100% !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr {
  display: flex;
  border: none !important;
  width: 100% !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td {
  display: flex;
  border: none !important;
  width: 100% !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td > div {
  display: flex;
  border: none !important;
  width: 100% !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td > div > table.dxeListBox_Glass {
  display: flex;
  border: none !important;
  width: 100% !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody {
  display: flex;
  border: none !important;
  width: 100% !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr {
  display: flex;
  border: none !important;
  width: 100% !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td {
  display: flex;
  border: none !important;
  width: 100% !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > div > table {
  display: flex;
  border: none !important;
  width: 100% !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  flex-direction: column;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > div > table > tbody > tr.dxeListBoxItemRow_Glass {
  display: flex;
  border: none !important;
  width: 100% !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  flex-direction: column;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-cell-edit ~ .dxgv:has(.dxeListBox_Glass) > div > table > tbody > tr > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > div > table > tbody > tr.dxeListBoxItemRow_Glass td {
  position: relative;
  cursor: pointer;
  background-color: transparent !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxeBase_Glass.dxeDisabled_Glass {
  background: transparent !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxICheckBox_Glass {
  width: 0.75rem;
  height: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.15rem;
  user-select: none;
  background: none;
}
.theming-active.ui-uplift .aiq-grid-view .dxICheckBox_Glass > span {
  opacity: 0;
  pointer-events: all;
  width: 0.75rem !important;
  height: 0.75rem !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxICheckBox_Glass.dxWeb_edtCheckBoxUncheckedDisabled_Glass {
  background: transparent;
}
.theming-active.ui-uplift .aiq-grid-view .dxICheckBox_Glass.dxICBFocused_Glass.dxWeb_edtCheckBoxUnchecked_Glass {
  background: transparent !important;
}
.theming-active.ui-uplift .aiq-grid-view .dxICheckBox_Glass.dxICBFocused_Glass.dxWeb_edtCheckBoxChecked_Glass, .theming-active.ui-uplift .aiq-grid-view .dxICheckBox_Glass.dxWeb_edtCheckBoxCheckedDisabled_Glass {
  background: var(--clr-checkbox-radio-selected-default, #426EFF) !important;
  border: 0.125rem solid var(--clr-checkbox-radio-selected-default, #426EFF) !important;
  position: relative;
}
.theming-active.ui-uplift .aiq-grid-view .dxICheckBox_Glass.dxICBFocused_Glass.dxWeb_edtCheckBoxChecked_Glass::after, .theming-active.ui-uplift .aiq-grid-view .dxICheckBox_Glass.dxWeb_edtCheckBoxCheckedDisabled_Glass::after {
  background: url("../assets/icons/icon-checkbox-checked-new.svg");
  background-position: center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-edit-form-table .dxICheckBox_Glass {
  margin-left: 0.25rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-edit-form-table .dxICheckBox_Glass > span * {
  cursor: pointer !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-edit-form-table.aiq-codes-maintenance-gl-categories .aiq-hide-help > td > div, .theming-active.ui-uplift .aiq-grid-view .aiq-edit-form-table.aiq-codes-maintenance-gl-subcategories .aiq-hide-help > td > div {
  width: fit-content !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-edit-form-table.aiq-codes-maintenance-gl-categories .aiq-hide-help > td > div > table > tbody > tr > td:first-of-type label, .theming-active.ui-uplift .aiq-grid-view .aiq-edit-form-table.aiq-codes-maintenance-gl-subcategories .aiq-hide-help > td > div > table > tbody > tr > td:first-of-type label {
  width: fit-content !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-edit-form-table.aiq-codes-maintenance-gl-categories .aiq-hide-help.created-by > td > div > table > tbody > tr > td:first-of-type label, .theming-active.ui-uplift .aiq-grid-view .aiq-edit-form-table.aiq-codes-maintenance-gl-subcategories .aiq-hide-help.created-by > td > div > table > tbody > tr > td:first-of-type label {
  margin-left: 0.75rem !important;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-edit-form-table .aiq-hide-help:has(.aiq-sort-checkbox) {
  position: relative;
  display: block;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-edit-form-table .aiq-hide-help:has(.aiq-sort-checkbox) > td:has(.aiq-sort-checkbox) {
  position: relative;
  width: 100%;
  display: block;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-edit-form-table .aiq-hide-help:has(.aiq-sort-checkbox) > td:has(.aiq-sort-checkbox) .aiq-sort-checkbox {
  position: relative;
  width: 100%;
  display: block;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-edit-form-table .aiq-hide-help:has(.aiq-sort-checkbox) > td:has(.aiq-sort-checkbox) .aiq-sort-checkbox label {
  margin-left: 0.5rem;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-edit-form-table .aiq-hide-help:has(.aiq-sort-checkbox) > td:has(.aiq-sort-checkbox) .aiq-sort-checkbox.first label {
  margin-left: 1.25rem;
}
.theming-active.ui-uplift .aiq-grid-view .aiq-edit-form-table .aiq-hide-help:has(.aiq-sort-checkbox) > td:has(.aiq-sort-checkbox) .aiq-sort-checkbox.second label {
  margin-left: 1.5rem;
}
.theming-active.ui-uplift .dxgvPagerBottomPanel_Glass {
  padding: 0.5rem 0;
}
.theming-active.ui-uplift .dxgvPagerBottomPanel_Glass .previousPagebtn:before, .theming-active.ui-uplift .dxgvPagerBottomPanel_Glass td.dxpSummary_Glass + td:not(.dxpPageNumber_Glass) + td.dxpButton_Glass::before {
  display: block !important;
  content: "";
  background: url(../assets/icons/icon-arrow-left-pagination.svg) no-repeat center !important;
  height: 1.56rem;
  width: 1.56rem;
}
.theming-active.ui-uplift .dxgvPagerBottomPanel_Glass .nextPagebtn:before, .theming-active.ui-uplift .dxgvPagerBottomPanel_Glass td.dxpPageNumber_Glass + td:not(.dxpPageNumber_Glass) + td.dxpButton_Glass::before {
  display: block !important;
  content: "";
  background: url(../assets/icons/icon-arrow-right-pagination.svg) no-repeat center !important;
  height: 1.56rem;
  width: 1.56rem;
}
.theming-active.ui-uplift .dxgvPagerBottomPanel_Glass .dxpSummary_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.875rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1rem !important;
  background-color: var(--clr-canvas-secondary) !important;
  color: var(--clr-text-primary) !important;
  padding: 0px 0px;
}
.theming-active.ui-uplift .dxgvPagerBottomPanel_Glass .dxpPageNumber_Glass {
  background-color: transparent !important;
  border: unset !important;
  color: var(--clr-text-disabled) !important;
  font-weight: 500 !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.theming-active.ui-uplift .dxgvPagerBottomPanel_Glass .dxpPageNumber_Glass.dxpCurrentPageNumber_Glass {
  all: unset;
  display: flex;
  align-items: center !important;
  width: 2rem !important;
  height: 2rem !important;
  font-weight: 500 !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  border: 0.063rem solid var(--clr-placeholder-border-default) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
  color: var(--clr-text-disabled) !important;
  padding: unset !important;
  padding-left: 0.5rem !important;
  justify-content: left !important;
}
.theming-active.ui-uplift .aiq-grid-view #ctl00_cphMain_ASPxRoundPanel1_gvCurrency_DXHeaderTable .dxgvFilterRow_Glass > td {
  height: 2.25rem !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-currencies > tbody > tr > td > div {
  min-width: 60.625rem;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-currencies > tbody > tr > td > div:is(.dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow) {
  min-width: 37.5rem;
}
.theming-active.ui-uplift .CodeMaintenanceRightTable:has(.aiq-grid-currencies) {
  width: calc(100vw - 14.625rem) !important;
  position: relative;
}
.theming-active.ui-uplift .CodeMaintenanceRightTable:has(.aiq-grid-currencies) > table {
  width: calc(100% - 1.875rem) !important;
  position: relative;
}
.theming-active.ui-uplift .CodeMaintenanceRightTable:has(.aiq-grid-currencies) .dxrpcontent > table:last-of-type {
  background: var(--clr-canvas-primary);
}
.theming-active.ui-uplift .CodeMaintenanceRightTable:has(.aiq-grid-currencies) #ctl00_cphMain_ASPxRoundPanel1_lastUpdatedRateDate_lbl {
  font-family: var(--font-primary) !important;
  font-size: var(--link-xs-font-size) !important;
  font-style: normal;
  font-weight: 400;
  line-height: var(--link-xs-line-height) !important;
  color: var(--clr-text-primary) !important;
}
.theming-active.ui-uplift .CodeMaintenanceRightTable:has(.aiq-grid-currencies) #ctl00_cphMain_ASPxRoundPanel1_lastUpdatedRateDate > tbody > tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.theming-active.ui-uplift .CodeMaintenanceRightTable:has(.aiq-grid-currencies) #ctl00_cphMain_ASPxRoundPanel1_lastUpdatedRateDate > tbody > tr > td {
  display: flex;
  width: auto !important;
}
.theming-active.ui-uplift .CodeMaintenanceRightTable:has(.aiq-grid-currencies) #ctl00_cphMain_ASPxRoundPanel1_refreshButton {
  margin-right: 2rem !important;
}
.theming-active.ui-uplift .CodeMaintenanceRightTable:has(.aiq-grid-currencies) .dxeEditArea_Glass.dxeEditAreaSys {
  background-color: var(--clr-placeholder-bg) !important;
}
.theming-active.ui-uplift .CodeMaintenanceRightTable:has(.aiq-grid-currencies) .refreshButton {
  border-bottom-color: var(--clr-tablerow-border) !important;
  border-right-color: var(--clr-tablerow-border) !important;
}
.theming-active.ui-uplift .dropdownlist > .dropdown-popDiv-wrapper {
  display: none !important;
}
.theming-active.ui-uplift .dropdownlist > .dropdowntablewrapper {
  background: var(--clr-canvas-secondary) !important;
}
.theming-active.ui-uplift .dropdownlist > .dropdowntablewrapper > table > thead > tr > th {
  background: var(--clr-tablerow-header) !important;
}
.theming-active.ui-uplift .dropdownlist > .dropdowntablewrapper > table > thead > tr > th > div {
  border-bottom: unset !important;
  border-top: unset !important;
}
.theming-active.ui-uplift .dropdownlist > .dropdowntablewrapper > table > tbody .selected {
  border-top: 1px solid var(--clr-tablerow-border-selected) !important;
  border-right: 1px solid var(--clr-tablerow-border-selected) !important;
  border-bottom: 1px solid var(--clr-tablerow-border-selected) !important;
  background: var(--clr-tablerow-selection) !important;
}
.theming-active.ui-uplift:not([style=""]):is([style]):not([style="user-select: auto;"]) .CodeMaintenanceRightTable > table {
  overflow: visible !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes {
  /*Taxes > Updated > date picker style */
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes > tbody > tr > td > div:nth-of-type(2) > table > tbody > tr:not(:first-of-type) > td {
  height: 2.5rem !important;
  line-height: 0rem;
  padding: 0.5rem 1rem !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes #ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div:nth-of-type(2) > div > div > table > tbody > tr > td > div > table > tbody > tr > td > table {
  width: auto !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes #ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div:nth-of-type(2) > div > div > table > tbody > tr > td > div > table > tbody > tr > td > table:is([id*=lblDescription__t]) input {
  width: 23rem !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes #ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div:nth-of-type(2) > div > div > table > tbody > tr > td > div > table > tbody > tr > td :is([id*=cbWithholding__chk]) {
  margin-left: 0.5rem !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes #ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div:nth-of-type(2) > div > div > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > div > table > tbody > tr > td > table {
  width: auto !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings {
  width: calc(100% - 1.25rem) !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings .dxeRadioButtonList_Glass td.dxe {
  padding: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table {
  width: 100% !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:first-of-type {
  display: none !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(2) > td {
  background: var(--clr-topbar-section-header) !important;
  border: 0.063rem solid var(--clr-topbar-border) !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(2) > td:first-of-type {
  border-right: none !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(2) > td:last-of-type {
  border-left: none !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) {
  height: 2rem !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-left: none !important;
  border-right: none !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) span {
  font-family: var(--font-primary);
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  line-height: 1rem !important;
  text-align: left;
  color: var(--clr-text-primary) !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td {
  border: 0.063rem solid var(--clr-topbar-border) !important;
  border-top: none !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:first-of-type {
  border-right: none !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:last-of-type {
  border-left: none !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:nth-of-type(2) {
  border-left: none !important;
  border-right: none !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:nth-of-type(2) > table {
  width: 100% !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:nth-of-type(2) > table > tbody {
  display: flex;
  flex-direction: column;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:nth-of-type(2) > table > tbody > tr {
  display: flex;
  position: relative;
  width: 100%;
  height: 2.5rem !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:nth-of-type(2) > table > tbody > tr > td {
  display: flex;
  position: relative;
  width: 50%;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:nth-of-type(2) > table > tbody > tr > td > div {
  margin-left: 0 !important;
  display: flex;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:nth-of-type(2) > table > tbody > tr > td > div > table > tbody > tr > td:last-of-type {
  display: none !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:nth-of-type(2) > table > tbody > tr > td > div > table > tbody > tr > td > label {
  min-width: 11.25rem !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:nth-of-type(2) > table > tbody > tr:first-of-type {
  order: 0;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:nth-of-type(2) > table > tbody > tr:nth-of-type(2) {
  order: 2;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:nth-of-type(2) > table > tbody > tr:nth-of-type(3) {
  order: 3;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:nth-of-type(2) > table > tbody > tr:nth-of-type(3) > td > div > table > tbody > tr > td:nth-of-type(2) > table {
  border: none !important;
  background: transparent !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:nth-of-type(2) > table > tbody > tr:nth-of-type(3) > td > div > table > tbody > tr > td:nth-of-type(2) > table > tbody > tr > td {
  background: transparent !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-of-type(3) > td:nth-of-type(2) > table > tbody > tr:last-of-type {
  order: 1;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table.dxrpControl_Glass.rpTaxSettings > tbody > tr > td > table > tbody > tr:last-of-type {
  display: none !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes > tbody > tr > td > div > div.dxpc-contentWrapper > div > div {
  display: flex;
  flex-wrap: wrap;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes > tbody > tr > td > div > div.dxpc-contentWrapper > div > div > table:first-of-type {
  order: 0;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes > tbody > tr > td > div > div.dxpc-contentWrapper > div > div > table:nth-of-type(2) {
  float: unset !important;
  margin-right: 2rem !important;
  margin-top: 1rem !important;
  order: 3;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes > tbody > tr > td > div > div.dxpc-contentWrapper > div > div > table:nth-of-type(3) {
  float: unset !important;
  margin-right: 0.5rem !important;
  margin-top: 1rem !important;
  margin-left: auto !important;
  order: 1;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes > tbody > tr > td > div > div.dxpc-contentWrapper > div > div > table:nth-of-type(3) > tbody > tr > td {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes > tbody > tr > td > div > div.dxpc-contentWrapper > div > div > table:nth-of-type(3) > tbody > tr > td:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes > tbody > tr > td > div > div.dxpc-contentWrapper > div > div > table:nth-of-type(3) > tbody > tr > td div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes > tbody > tr > td > div > div.dxpc-contentWrapper > div > div > table:nth-of-type(3) > tbody > tr > td:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes > tbody > tr > td > div > div.dxpc-contentWrapper > div > div > table:nth-of-type(4) {
  float: unset !important;
  margin-right: 0.5rem !important;
  margin-top: 1rem !important;
  order: 2;
  background: transparent !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes > tbody > tr > td > div > div.dxpc-contentWrapper > div > div > table:last-of-type {
  order: 4;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] {
  /*Dropdown Panel*/
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table .dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:nth-child(5):before,
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:last-child:before,
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:first-child:before,
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:nth-child(3):before {
  content: none !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table .dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:nth-child(5) img.dxEditors_edtCalendarNextMonth_Glass {
  background-image: url(../assets/icons/icon-arrow-calendar-right.svg) !important;
  display: block !important;
  background-position: center;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table .dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:nth-child(3) img.dxEditors_edtCalendarPrevMonth_Glass {
  background-image: url(../assets/icons/icon-arrow-calendar-left.svg) !important;
  display: block !important;
  background-position: center;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table .dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:first-child img.dxEditors_edtCalendarPrevYear_Glass {
  background-image: url(../assets/icons/icon-arrow-left-double.svg) !important;
  display: block !important;
  background-position: center;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table .dxeCalendar_Glass td.dxeCalendarHeader_Glass > table tbody tr td:last-child img.dxEditors_edtCalendarNextYear_Glass {
  background-image: url(../assets/icons/icon-arrow-right-double.svg) !important;
  display: block !important;
  background-position: center;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass {
  border: none !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass td.dxeCalendarHeader_Glass {
  padding: 1rem 0 0.5rem 0;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
  color: var(--clr-text-primary, #222) !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass td.dxeCalendarHeader_Glass .dxEditors_edtCalendarNextMonth_Glass {
  background-image: url(../assets/icons/icon-calendar.svg) !important;
  display: block !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass td.dxeCalendarHeader_Glass span {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass .dxeCalendarDayHeader_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  border: none !important;
  font-size: 0.75rem !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass .dxeCalendarDay_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  width: 1.875rem;
  min-width: 1.875rem;
  height: 1.875rem;
  color: var(--clr-text-primary, #222) !important;
  background-color: var(--clr-datepicker-date-bg-default, #b3c5ff) !important;
  font-size: 0.75rem !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass .dxeCalendarDay_Glass:hover {
  background-color: var(--clr-datepicker-date-bg-hover, #b3c5ff) !important;
  color: var(--clr-text-primary, #222) !important;
  border-radius: 50%;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass .dxeCalendarSelected_Glass {
  background-color: var(--clr-datepicker-date-bg-selected, #b3c5ff) !important;
  border-radius: 50%;
  color: var(--clr-text-alternative, #222) !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass .dxeCalendarSelected_Glass:hover {
  background-color: var(--clr-datepicker-date-bg-selected, #b3c5ff) !important;
  color: var(--clr-text-alternative, #222) !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass .dxeCalendarOtherMonth_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  color: var(--clr-text-placeholder, #938f96) !important;
  font-size: 0.75rem !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass .dxeCalendarWeekNumber_Glass {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  font-size: 0.75rem !important;
  width: 1.875rem;
  height: 1.875rem;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass .dxeCalendarFooter_Glass {
  border: none !important;
  background-color: var(--clr-canvas-secondary, #fff) !important;
  width: 1.875rem;
  height: 1.875rem;
  padding-bottom: 1.5rem !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass .dxeCalendarFooter_Glass .dxeCalendarButton_Glass {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass .dxeCalendarFooter_Glass .dxeCalendarButton_Glass:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass .dxeCalendarFooter_Glass .dxeCalendarButton_Glass:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes div [id=ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXFREditorcol14_DDD_PW-1] table.dxeCalendar_Glass .dxeCalendarFooter_Glass .dxeCalendarButton_Glass td.dx {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXHeaderTable > tbody > tr > td,
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes table#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXMainTable > tbody > tr > td {
  min-width: 5.625rem !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes tr.dxgvFilterRow_Glass > td:last-of-type > table > tbody > tr > td:first-of-type > table > tbody > tr > td.dxeButtonEditButton_Glass {
  position: absolute !important;
  height: auto !important;
  width: 1.25rem !important;
  padding: 0px !important;
  border: none !important;
  background-color: transparent !important;
  display: flex;
  right: 0.1rem;
  top: 0.4rem;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes tr.dxgvFilterRow_Glass > td:last-of-type > table > tbody > tr > td:first-of-type > table > tbody > tr > td.dxeButtonEditButton_Glass img {
  content: url("../assets/icons/icon-arrow-right.svg");
  background-image: none !important;
  background-color: transparent !important;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotateZ(90deg);
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes tr.dxgvFilterRow_Glass > td:last-of-type > table > tbody > tr > td:first-of-type > table > tbody > tr > td.dxic:has(input:focus) ~ td.dxeButtonEditButton_Glass img {
  transform: rotateZ(-90deg);
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes tr.dxgvFilterRow_Glass > td:last-of-type > table > tbody > tr > td:first-of-type > table > tbody > tr > td.dxic > input {
  padding-right: 1.5rem !important;
}
.theming-active.ui-uplift .aiq-grid-view.aiq-grid-taxes .dxgvFilterRow_Glass td.dxgv:not(:last-of-type) {
  overflow: unset !important;
}
.theming-active.ui-uplift [id*=_lblCategoryType__c_B-1].dxeButtonEditButton_Glass,
.theming-active.ui-uplift [id*=_lblRequiredAccountType__c_B-1].dxeButtonEditButton_Glass,
.theming-active.ui-uplift [id*=_lblID__2_B-1].dxeButtonEditButton_Glass {
  position: relative;
  right: 1rem;
  background: transparent !important;
}
.theming-active.ui-uplift [id*=_lblCategoryType__c_B-1].dxeButtonEditButton_Glass .dxEditors_edtDropDown_Glass, .theming-active.ui-uplift [id*=_lblCategoryType__c_B-1].dxeButtonEditButton_Glass .dxEditors_edtDropDownDisabled_Glass,
.theming-active.ui-uplift [id*=_lblRequiredAccountType__c_B-1].dxeButtonEditButton_Glass .dxEditors_edtDropDown_Glass,
.theming-active.ui-uplift [id*=_lblRequiredAccountType__c_B-1].dxeButtonEditButton_Glass .dxEditors_edtDropDownDisabled_Glass,
.theming-active.ui-uplift [id*=_lblID__2_B-1].dxeButtonEditButton_Glass .dxEditors_edtDropDown_Glass,
.theming-active.ui-uplift [id*=_lblID__2_B-1].dxeButtonEditButton_Glass .dxEditors_edtDropDownDisabled_Glass {
  background: url(../assets/icons/icon-arrow-down-black.svg) no-repeat center !important;
}
.theming-active.ui-uplift [id*=_lblCategoryType__c_B-1].dxeButtonEditButton_Glass .dxEditors_edtDropDown_Glass:active:not(.dxEditors_edtDropDownDisabled_Glass), .theming-active.ui-uplift [id*=_lblCategoryType__c_B-1].dxeButtonEditButton_Glass .dxEditors_edtDropDownDisabled_Glass:active:not(.dxEditors_edtDropDownDisabled_Glass),
.theming-active.ui-uplift [id*=_lblRequiredAccountType__c_B-1].dxeButtonEditButton_Glass .dxEditors_edtDropDown_Glass:active:not(.dxEditors_edtDropDownDisabled_Glass),
.theming-active.ui-uplift [id*=_lblRequiredAccountType__c_B-1].dxeButtonEditButton_Glass .dxEditors_edtDropDownDisabled_Glass:active:not(.dxEditors_edtDropDownDisabled_Glass),
.theming-active.ui-uplift [id*=_lblID__2_B-1].dxeButtonEditButton_Glass .dxEditors_edtDropDown_Glass:active:not(.dxEditors_edtDropDownDisabled_Glass),
.theming-active.ui-uplift [id*=_lblID__2_B-1].dxeButtonEditButton_Glass .dxEditors_edtDropDownDisabled_Glass:active:not(.dxEditors_edtDropDownDisabled_Glass) {
  background: url(../assets/icons/icon-arrow-up-black.svg) no-repeat center !important;
}
.theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type {
  display: flex !important;
  flex-grow: 1 !important;
}
.theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table {
  display: flex !important;
  flex-grow: 1 !important;
}
.theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody {
  display: flex !important;
  flex-grow: 1 !important;
}
.theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type {
  display: flex !important;
  flex-grow: 1 !important;
}
.theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td {
  display: flex !important;
  flex-grow: 1 !important;
}
.theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table {
  display: flex !important;
  flex-grow: 1 !important;
}
.theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody {
  display: flex !important;
  flex-grow: 1 !important;
}
.theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr {
  display: flex !important;
  flex-grow: 1 !important;
}
.theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td {
  display: flex !important;
  flex-grow: 1 !important;
}
.theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div {
  display: flex !important;
  width: 100% !important;
  height: 13rem !important;
  border: 0.063rem solid var(--clr-canvas-border) !important;
  background-color: var(--clr-canvas-secondary) !important;
  box-shadow: var(--shadow-mhd);
  padding: 0.5rem 0rem 0.5rem 0rem;
  overflow-y: auto;
  overflow-x: hidden !important;
  border-radius: 0.25rem !important;
}
@-moz-document url-prefix() {
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody {
    display: flex !important;
    width: 100% !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr {
    display: flex !important;
    width: 100% !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxeHD[id*=lblCategoryType__c_DDD_L_H] {
    display: flex !important;
    flex-direction: row !important;
    height: 2rem !important;
    width: 100% !important;
    background: unset !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxeHD[id*=lblCategoryType__c_DDD_L_H] > table {
    display: flex !important;
    width: 100% !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxeHD[id*=lblCategoryType__c_DDD_L_H] > table > tbody {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    position: relative !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxeHD[id*=lblCategoryType__c_DDD_L_H] > table > tbody > tr {
    display: flex !important;
    width: 100% !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxeHD[id*=lblCategoryType__c_DDD_L_H] > table > tbody > tr td {
    padding: 0.5rem !important;
    background-color: var(--clr-tablerow-header) !important;
    color: var(--clr-text-primary, #222) !important;
    font-family: var(--font-primary) !important;
    font-size: var(--space-3) !important;
    font-style: normal !important;
    font-weight: var(--label-mm-font-weight) !important;
    line-height: var(--space-4) !important;
    border-right: 0.063rem solid var(--clr-canvas-border) !important;
    border-bottom: 0.063rem solid var(--clr-canvas-border) !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxeHD[id*=lblCategoryType__c_DDD_L_H] > table > tbody > tr > td:first-of-type {
    width: 16rem !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxeHD[id*=lblCategoryType__c_DDD_L_H] > table > tbody > tr > td:nth-child(2) {
    width: 10.375rem !important;
    border-left: unset !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd > table:last-of-type {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd > table:last-of-type > tbody {
    width: 100% !important;
    height: 100% !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd > table:last-of-type > tbody > tr {
    width: 100% !important;
    height: 100% !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd > table:last-of-type > tbody > tr > td {
    border-bottom: 0.063rem solid var(--clr-canvas-border) !important;
    border-right: 0.063rem solid var(--clr-canvas-border) !important;
    border-left: unset !important;
    background: var(--clr-tablerow-secondary) !important;
    padding: 0.5rem !important;
    color: var(--clr-text-primary, #222) !important;
    font-family: var(--font-primary) !important;
    font-size: var(--space-3) !important;
    font-style: normal !important;
    font-weight: var(--label-sm-font-weight) !important;
    line-height: var(--space-4) !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd > table:last-of-type > tbody > tr > td.dxeListBoxItemHover_Glass {
    background-color: var(--clr-tablerow-hover) !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd > table:last-of-type > tbody > tr:active td {
    background-color: var(--clr-tablerow-selection) !important;
    border-bottom: unset !important;
    border-right: unset !important;
    border-left: unset !important;
    border-top: 0.063rem solid var(--clr-tablerow-border-selected) !important;
    border-bottom: 0.063rem solid var(--clr-tablerow-border-selected) !important;
    border-right: 0.063rem solid var(--clr-tablerow-border-selected) !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd > table:last-of-type > tbody > tr td.dxeListBoxItemSelected_Glass {
    background-color: var(--clr-tablerow-selection) !important;
    border-bottom: unset !important;
    border-right: unset !important;
    border-left: unset !important;
    border-top: 0.063rem solid var(--clr-tablerow-border-selected) !important;
    border-bottom: 0.063rem solid var(--clr-tablerow-border-selected) !important;
    border-right: 0.063rem solid var(--clr-tablerow-border-selected) !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd > table:last-of-type > tbody > tr > td:first-of-type {
    width: 16rem !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd > table:last-of-type > tbody > tr > td:nth-child(2) {
    width: 10.375rem !important;
  }
}
@supports (-webkit-appearance: none) or (-ms-ime-align: auto) or (-ms-high-contrast: none) {
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass {
    width: 100% !important;
    height: 100% !important;
    display: table !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody {
    display: table !important;
    width: 100% !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr {
    display: table !important;
    width: 100% !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td {
    display: table !important;
    width: 100% !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxeHD[id*=lblCategoryType__c_DDD_L_H] {
    display: table-row !important;
    height: 2rem !important;
    width: 100% !important;
    background: unset !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxeHD[id*=lblCategoryType__c_DDD_L_H] > table {
    display: flex !important;
    width: 100% !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxeHD[id*=lblCategoryType__c_DDD_L_H] > table > tbody {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    position: relative !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxeHD[id*=lblCategoryType__c_DDD_L_H] > table > tbody > tr {
    display: flex !important;
    width: 100% !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxeHD[id*=lblCategoryType__c_DDD_L_H] > table > tbody > tr td {
    display: table-cell !important;
    padding: 0.5rem !important;
    background-color: var(--clr-tablerow-header) !important;
    color: var(--clr-text-primary, #222) !important;
    font-family: var(--font-primary) !important;
    font-size: var(--space-3) !important;
    font-style: normal !important;
    font-weight: var(--label-mm-font-weight) !important;
    line-height: var(--space-4) !important;
    border-right: 0.063rem solid var(--clr-canvas-border) !important;
    border-bottom: 0.063rem solid var(--clr-canvas-border) !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxeHD[id*=lblCategoryType__c_DDD_L_H] > table > tbody > tr > td:first-of-type {
    width: 16rem !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxeHD[id*=lblCategoryType__c_DDD_L_H] > table > tbody > tr > td:nth-child(2) {
    width: 10.375rem !important;
    border-left: unset !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd {
    display: table-row !important;
    height: 2rem !important;
    width: 100% !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd > table:last-of-type {
    display: flex;
    width: 100% !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd > table:last-of-type > tbody > tr {
    display: flex !important;
    width: 100% !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd > table:last-of-type > tbody > tr > td {
    border-bottom: 0.063rem solid var(--clr-canvas-border) !important;
    border-right: 0.063rem solid var(--clr-canvas-border) !important;
    border-left: unset !important;
    background: var(--clr-tablerow-secondary) !important;
    display: table-cell !important;
    padding: 0.5rem !important;
    color: var(--clr-text-primary, #222) !important;
    font-family: var(--font-primary) !important;
    font-size: var(--space-3) !important;
    font-style: normal !important;
    font-weight: var(--label-sm-font-weight) !important;
    line-height: var(--space-4) !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd > table:last-of-type > tbody > tr > td.dxeListBoxItemHover_Glass {
    background-color: var(--clr-tablerow-hover) !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd > table:last-of-type > tbody > tr:active td {
    background-color: var(--clr-tablerow-selection) !important;
    border-bottom: unset !important;
    border-right: unset !important;
    border-left: unset !important;
    border-top: 0.063rem solid var(--clr-tablerow-border-selected) !important;
    border-bottom: 0.063rem solid var(--clr-tablerow-border-selected) !important;
    border-right: 0.063rem solid var(--clr-tablerow-border-selected) !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd > table:last-of-type > tbody > tr td.dxeListBoxItemSelected_Glass {
    background-color: var(--clr-tablerow-selection) !important;
    border-bottom: unset !important;
    border-right: unset !important;
    border-left: unset !important;
    border-top: 0.063rem solid var(--clr-tablerow-border-selected) !important;
    border-bottom: 0.063rem solid var(--clr-tablerow-border-selected) !important;
    border-right: 0.063rem solid var(--clr-tablerow-border-selected) !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd > table:last-of-type > tbody > tr > td:first-of-type {
    width: 16rem !important;
  }
  .theming-active.ui-uplift .aiq-codes-maintenance-gl-categories > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2) > div:first-of-type > table > tbody > tr:first-of-type > td > table > tbody > tr > td > div > table.dxeListBox_Glass > tbody > tr > td > .dxlbd > table:last-of-type > tbody > tr > td:nth-child(2) {
    width: 10.375rem !important;
  }
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div {
  width: 30.875rem !important;
  height: auto !important;
  position: relative;
  display: flex !important;
  border-radius: 0.25rem !important;
  padding: 0.5rem 0 !important;
  background: var(--clr-canvas-secondary) !important;
  border: 0.063rem solid var(--clr-canvas-border) !important;
  left: unset !important;
  top: 10.5rem !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div .dxeDropDownWindow_Glass {
  background: var(--clr-canvas-secondary) !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:last-of-type {
  display: none !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
  flex-wrap: wrap;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:last-of-type {
  order: 0;
  position: relative;
  width: 6.75rem !important;
  height: 2.5rem !important;
  flex-grow: 0;
  flex-basis: 30%;
  margin: 0 !important;
  padding-top: 0.38rem !important;
  padding-left: 0.5rem !important;
  align-self: center !important;
  background: var(--clr-canvas-secondary) !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:last-of-type > tbody > tr > td {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:last-of-type > tbody > tr > td > div:last-of-type {
  padding: 0 !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:last-of-type > tbody > tr > td > div:last-of-type > table > tbody > tr > td:first-of-type img {
  display: none !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:last-of-type > tbody > tr > td > div:last-of-type > table > tbody > tr > td:last-of-type span {
  height: 2rem;
  display: flex;
  align-items: center;
  text-align: left;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--label-mm-font-size) !important;
  font-style: normal !important;
  font-weight: var(--label-mm-font-weight) !important;
  line-height: var(--label-mm-line-height) !important;
  color: var(--clr-buttons-link-default) !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:last-of-type > tbody > tr > td > div:last-of-type > table > tbody > tr > td:last-of-type span::before {
  content: "+";
  margin-right: 0.5rem;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:nth-of-type(2) {
  order: 2;
  position: relative;
  width: 100%;
  flex-grow: 1;
  flex-basis: 100%;
  border-top: 0.063rem solid var(--clr-canvas-border) !important;
  background: var(--clr-canvas-secondary) !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:nth-of-type(2) > tbody > tr {
  width: 30.875rem !important;
  height: 2rem !important;
  background: var(--clr-canvas-secondary) !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:nth-of-type(2) > tbody > tr td {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--label-sm-font-size) !important;
  font-style: normal !important;
  font-weight: var(--label-sm-font-weight) !important;
  line-height: var(--label-mm-line-height) !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:nth-of-type(2) > tbody > tr > td:first-of-type {
  width: 4.5rem !important;
  padding: 0.5rem !important;
  border-bottom: 0.063rem solid var(--clr-canvas-border) !important;
  border-right: 0.063rem solid var(--clr-canvas-border) !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:nth-of-type(2) > tbody > tr > td:nth-child(2) {
  width: 15rem !important;
  padding: 0.5rem !important;
  border-bottom: 0.063rem solid var(--clr-canvas-border) !important;
  border-right: 0.063rem solid var(--clr-canvas-border) !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:nth-of-type(2) > tbody > tr > td:last-of-type {
  width: 10.375rem !important;
  padding: 0.5rem !important;
  border-bottom: 0.063rem solid var(--clr-canvas-border) !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:nth-of-type(2) > tbody > tr:first-of-type > td {
  border-bottom: 0.063rem solid var(--clr-canvas-border) !important;
  background: transparent !important;
  font-weight: var(--label-mm-font-weight) !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:nth-of-type(2) > tbody > tr:first-of-type > td:not(:first-of-type) {
  text-align: left !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:nth-of-type(2) > tbody > tr:not(:first-of-type):hover {
  background-color: var(--clr-tablerow-hover) !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:nth-of-type(2) > tbody > tr:not(:first-of-type):active td {
  background-color: var(--clr-tablerow-selection) !important;
  border-bottom: unset !important;
  border-right: unset !important;
  border-left: unset !important;
  border-top: 0.063rem solid var(--clr-tablerow-border-selected) !important;
  border-bottom: 0.063rem solid var(--clr-tablerow-border-selected) !important;
  border-right: 0.063rem solid var(--clr-tablerow-border-selected) !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:first-of-type {
  order: 1;
  position: relative;
  width: 21.125rem !important;
  height: 2.5rem !important;
  flex-grow: 0;
  flex-basis: 69.5%;
  padding-top: 0.38rem !important;
  padding-right: 0.5rem !important;
  align-self: flex-start !important;
  background: var(--clr-canvas-secondary) !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:first-of-type > tbody > tr > td:first-of-type span {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--label-mm-font-size) !important;
  font-style: normal !important;
  font-weight: var(--label-mm-font-weight) !important;
  line-height: var(--label-mm-line-height) !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:first-of-type > tbody > tr > td:nth-of-type(2) select {
  padding: 0.25rem 0.5rem !important;
  border-radius: 0.5rem !important;
  border: 0.063rem solid var(--clr-placeholder-border-default) !important;
  width: 6rem !important;
  height: 1.75rem !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--link-xs-font-size) !important;
  font-style: normal !important;
  font-weight: var(--link-xs-font-weight) !important;
  line-height: var(--link-xs-line-height) !important;
  background: var(--clr-placeholder-bg) !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > table:first-of-type > tbody > tr > td:last-of-type input {
  padding: 0.25rem 0.5rem !important;
  border-radius: 0.5rem !important;
  border: 0.063rem solid var(--clr-placeholder-border-default) !important;
  width: 10.375rem !important;
  height: 1.75rem !important;
  margin-left: 0.5rem !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--link-xs-font-size) !important;
  font-style: normal !important;
  font-weight: var(--link-xs-font-weight) !important;
  line-height: var(--link-xs-line-height) !important;
  background: var(--clr-placeholder-bg) !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > div {
  order: 3;
  position: relative;
  width: 100%;
  flex-grow: 1;
  flex-basis: 100%;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem !important;
  border-bottom: 0.063rem solid var(--clr-canvas-border) !important;
  background: var(--clr-canvas-secondary) !important;
}
.theming-active.ui-uplift .gl-dropdown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr:first-of-type > td:first-of-type > div > div > div .dxpPageNumber_Glass {
  background: transparent !important;
  border: none !important;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow {
  width: 25.875rem !important;
  /*Account Type dropdown*/
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow .aiq-edit-form-table {
  display: flex !important;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow .aiq-edit-form-table label {
  width: 7.5rem !important;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow .aiq-edit-form-table .gl-dropdown > table > tbody > tr > td:first-of-type {
  align-items: center !important;
  height: 2.5rem !important;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] {
  width: 14.875rem !important;
  height: auto !important;
  max-height: 9rem !important;
  top: 7.125rem !important;
  border: 1px solid var(--clr-canvas-border) !important;
  background: var(--clr-canvas-secondary) !important;
  border-radius: 0.25rem !important;
  box-shadow: var(--shadow-mhd) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table {
  width: auto !important;
  height: auto !important;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody {
  height: auto !important;
  width: auto !important;
  display: block;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type {
  height: auto !important;
  width: auto !important;
  display: block;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type {
  height: auto !important;
  width: auto !important;
  display: block;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type > table {
  height: auto !important;
  width: auto !important;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type > table > tbody {
  height: auto !important;
  width: auto !important;
  display: block;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr {
  height: auto !important;
  width: auto !important;
  display: block;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td {
  height: auto !important;
  width: auto !important;
  display: block;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div {
  height: auto !important;
  width: auto !important;
  display: block;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > table {
  height: auto !important;
  width: auto !important;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > table > tbody {
  height: auto !important;
  width: auto !important;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > table > tbody > tr {
  height: auto !important;
  width: auto !important;
  display: block;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > table > tbody > tr > td {
  height: auto !important;
  width: auto !important;
  display: block;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > table > tbody > tr > td > div {
  height: auto !important;
  width: auto !important;
  display: block;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > table > tbody > tr > td > div > table {
  height: auto !important;
  width: auto !important;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > table > tbody > tr > td > div > table > tbody {
  height: auto !important;
  width: auto !important;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > table > tbody > tr > td > div > table > tbody > tr {
  height: 2rem !important;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > table > tbody > tr > td > div > table > tbody > tr > td {
  display: block;
  height: auto !important;
  width: 14.875rem !important;
  padding: 0.5rem !important;
  background: var(--clr-dropdown-list-item-default) !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--link-xs-font-size) !important;
  font-style: normal !important;
  font-weight: var(--link-xs-font-weight) !important;
  line-height: var(--link-xs-line-height) !important;
  align-items: center;
  box-sizing: border-box;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > table > tbody > tr > td > div > table > tbody > tr > td:hover {
  background: var(--clr-dropdown-list-item-hover) !important;
}
.theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > table > tbody > tr > td > div > table > tbody > tr > td:active, .theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > table > tbody > tr > td > div > table > tbody > tr > td.dxeListBoxItemSelected_Glass {
  background: var(--clr-dropdown-list-item-active) !important;
}
@supports (-webkit-appearance: none) or (-ms-ime-align: auto) or (-ms-high-contrast: none) {
  .theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow [id$=_lblRequiredAccountType__c_DDD_PW-1] > table > tbody > tr:last-of-type {
    display: none !important;
  }
}
@-moz-document url-prefix() {
  .theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow .aiq-button-codes-secondary > tbody > tr > td:nth-child(2),
  .theming-active.ui-uplift [id^=ctl00_cphMain_rp1_gvRequiredAccounts] .dxpcLite_Glass.dxpclW.dxpc-mainDiv.dxpc-shadow .aiq-button-codes-primary > tbody > tr > td:nth-child(2) {
    display: none !important;
  }
}
.theming-active.ui-uplift .dxWeb_edtCheckBoxUnchecked_Glass, .theming-active.ui-uplift .dxWeb_edtCheckBoxUncheckedDisabled_Glass {
  border: 0.063rem solid var(--clr-icon-primary-default) !important;
}
.theming-active.ui-uplift [id$=_gvCategories_DXPEForm_PW-1] {
  width: 37.5rem !important;
}
.theming-active.ui-uplift [id$=_gvCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-categories {
  display: flex !important;
}
.theming-active.ui-uplift [id$=_gvCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-categories > tbody > tr {
  display: flex !important;
  flex-wrap: nowrap !important;
}
.theming-active.ui-uplift [id$=_gvCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-categories > tbody > tr label {
  width: unset !important;
  padding-right: 0.5rem !important;
}
.theming-active.ui-uplift [id$=_gvCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-categories > tbody > tr:first-of-type > td:first-of-type > div > table > tbody > tr > td:first-of-type > label {
  width: 6.2rem !important;
}
.theming-active.ui-uplift [id$=_gvCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-categories > tbody > tr:first-of-type > td:last-of-type label {
  padding-left: 1rem !important;
}
.theming-active.ui-uplift [id$=_gvCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-categories > tbody > tr:nth-of-type(2) > td > div, .theming-active.ui-uplift [id$=_gvCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-categories > tbody > tr:nth-of-type(3) > td > div {
  margin-top: unset !important;
  height: 100% !important;
}
.theming-active.ui-uplift [id$=_gvCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-categories > tbody > tr:nth-of-type(2) > td > div *:not(label):not(span), .theming-active.ui-uplift [id$=_gvCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-categories > tbody > tr:nth-of-type(3) > td > div *:not(label):not(span) {
  height: auto !important;
}
.theming-active.ui-uplift [id$=_gvCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-categories > tbody > tr:nth-of-type(2) > td > div .dxeBase_Glass > tbody, .theming-active.ui-uplift [id$=_gvCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-categories > tbody > tr:nth-of-type(3) > td > div .dxeBase_Glass > tbody {
  height: 2rem !important;
}
.theming-active.ui-uplift [id$=_gvCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-categories > tbody > tr:nth-of-type(2) > td > div > table > tbody > tr > td:first-of-type > label, .theming-active.ui-uplift [id$=_gvCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-categories > tbody > tr:nth-of-type(4) > td > div > table > tbody > tr > td:first-of-type > label {
  width: 6.2rem !important;
  text-align: right !important;
}
.theming-active.ui-uplift [id$=_gvCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-categories > tbody > tr:nth-of-type(3) > td > div > table > tbody > tr > td:first-child > label {
  white-space: break-spaces !important;
  text-align: left;
  width: 6.2rem !important;
}
.theming-active.ui-uplift [id$=_gvCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-categories > tbody > tr [id$=DXPEForm_efnew_lblCreatedBy__1] {
  text-align: right !important;
}
.theming-active.ui-uplift [id$=_gvCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-categories .dxic > input {
  padding-left: 0.5rem !important;
}
.theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] {
  width: 37.5rem !important;
}
.theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-subcategories {
  display: flex !important;
}
.theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-subcategories > tbody > tr {
  display: flex !important;
  flex-wrap: nowrap !important;
}
.theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-subcategories > tbody > tr label {
  width: unset !important;
  padding-right: 0.5rem !important;
}
.theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-subcategories > tbody > tr:first-of-type > td:last-of-type label {
  padding-left: 1rem !important;
}
.theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-subcategories > tbody > tr:first-child > td:first-child > div > table > tbody > tr > td:first-child > label {
  width: 6.5rem !important;
  text-align: right;
}
.theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-subcategories > tbody > tr:nth-child(2) > td:first-child > div > table > tbody > tr > td:first-child > label {
  white-space: break-spaces !important;
  width: 6.5rem !important;
  text-align: left;
}
.theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-subcategories > tbody > tr:nth-child(2) > td:nth-child(2), .theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-subcategories > tbody > tr:nth-child(2) > td:nth-child(3) {
  margin-left: 1rem;
}
.theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-subcategories > tbody > tr:nth-child(2) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2), .theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-subcategories > tbody > tr:nth-child(2) > td:nth-child(3) > div > table > tbody > tr > td:nth-child(2) {
  display: flex !important;
  width: unset !important;
  align-items: center;
}
.theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-subcategories > tbody > tr:nth-child(2) > td:nth-child(2) > div > table > tbody > tr > td:nth-child(2) > span:first-of-type, .theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-subcategories > tbody > tr:nth-child(2) > td:nth-child(3) > div > table > tbody > tr > td:nth-child(2) > span:first-of-type {
  height: auto !important;
}
.theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-subcategories .aiq-hide-help.created-by > td:nth-child(2) > div > table > tbody > tr > td:first-child {
  align-items: center;
}
.theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] .aiq-edit-form-table.aiq-codes-maintenance-gl-subcategories .aiq-hide-help.created-by > td:nth-child(2) > div > table > tbody > tr > td:first-child label {
  margin: unset !important;
  padding-left: unset !important;
  width: 6.5rem !important;
  text-align: right !important;
}
.theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] [id$=_gvSubCategories_DXPEForm_efnew_tb] .aiq-sort-checkbox > table > tbody > tr > td:first-child {
  align-items: center;
}
.theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] [id$=_gvSubCategories_DXPEForm_efnew_tb] .aiq-sort-checkbox > table > tbody > tr > td:first-child label {
  margin: unset !important;
}
.theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] [id$=_gvSubCategories_DXPEForm_efnew_tb] .aiq-sort-checkbox > table > tbody > tr > td:nth-child(2) {
  display: flex !important;
  width: unset !important;
  align-items: center;
}
.theming-active.ui-uplift [id$=_gvSubCategories_DXPEForm_PW-1] [id$=_gvSubCategories_DXPEForm_efnew_tb] .aiq-sort-checkbox > table > tbody > tr > td:nth-child(2) > span:first-of-type {
  height: auto !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 label {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--label-mm-font-size) !important;
  font-style: normal !important;
  font-weight: var(--label-mm-font-weight) !important;
  line-height: var(--label-mm-line-height) !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 span.dxpc-headerText {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--heading-xxxxs-font-size) !important;
  font-style: normal !important;
  font-weight: var(--heading-xxxxs-font-weight) !important;
  line-height: var(--heading-xxxxs-line-height) !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 input {
  border-radius: 0.5rem !important;
  width: 10.375rem !important;
  padding: 0.5rem !important;
  background-color: var(--clr-placeholder-bg);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 2rem !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-medium) !important;
  line-height: var(--space-4) !important;
  outline: none;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 input:not([id*=__chk_S]) {
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 input:has(tbody tr td input:focus), .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 input:focus {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 input:has(tbody tr td input:focus) .innerLabelTD, .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 input:focus .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 input:disabled, .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 input.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 .editPopuptxt, .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 .dxeTextBox_Glass, .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 .dxeButtonEdit_Glass {
  border: none !important;
  background-color: transparent !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 .dxeReadOnly_Glass input {
  background-color: var(--clr-placeholder-bg-disabled) !important;
  color: var(--clr-text-disabled) !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 .dxeReadOnly_Glass input:focus {
  border-color: initial !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper {
  padding: 1rem !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass {
  justify-content: end;
  padding-bottom: 0rem !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table {
  margin: 0 !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table > tbody > tr:nth-child(2) > td:nth-child(3) > div > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > table > tbody > tr > td:first-of-type > input {
  width: 12.563rem !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent {
  padding: 1rem !important;
  background: var(--clr-canvas-secondary) !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:first-of-type {
  height: 1rem !important;
  align-items: flex-start !important;
  margin-bottom: 0.5rem !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:first-of-type > td:first-of-type > div {
  width: 100% !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:first-of-type > td:first-of-type > div > table {
  width: 100% !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:first-of-type > td:first-of-type > div > table > tbody {
  width: 100% !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:first-of-type > td:first-of-type > div > table > tbody > tr {
  display: flex !important;
  width: 100% !important;
  justify-content: space-between !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:first-of-type > td:first-of-type > div > table > tbody > tr > td:nth-child(2) {
  margin-right: 0.14rem;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(2), .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(3), .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(4), .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(5) {
  margin-bottom: 0.5rem !important;
  align-items: center !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(2) > td:first-of-type > div, .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(3) > td:first-of-type > div, .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(4) > td:first-of-type > div, .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(5) > td:first-of-type > div {
  width: 100% !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(2) > td:first-of-type > div > table, .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(3) > td:first-of-type > div > table, .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(4) > td:first-of-type > div > table, .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(5) > td:first-of-type > div > table {
  width: 100% !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(2) > td:first-of-type > div > table > tbody, .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(3) > td:first-of-type > div > table > tbody, .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(4) > td:first-of-type > div > table > tbody, .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(5) > td:first-of-type > div > table > tbody {
  width: 100% !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(2) > td:first-of-type > div > table > tbody > tr, .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(3) > td:first-of-type > div > table > tbody > tr, .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(4) > td:first-of-type > div > table > tbody > tr, .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody > tr:nth-child(5) > td:first-of-type > div > table > tbody > tr {
  display: flex !important;
  width: 100% !important;
  justify-content: space-between !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody tr:nth-child(4) {
  height: 2rem !important;
  align-items: flex-start !important;
  margin-bottom: 0.62rem !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody tr:nth-child(4) > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr {
  display: flex !important;
  align-items: center !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody tr:nth-child(4) > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr td:first-of-type {
  order: 2;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) td.dxrpcontent > table > tbody tr:nth-child(4) > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr td:nth-of-type(2) {
  order: 1;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) .dxrpLE,
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table table.rpTaxSettings > tbody > tr > td > table > tbody > tr:nth-child(3) .dxrpRE {
  background: transparent !important;
}
.theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 > div.dxpc-contentWrapper > div.dxpc-content > div.dxgvPopupEditForm_Glass > table:not(:first-of-type) {
  padding-left: 0.5rem !important;
}
@-moz-document url-prefix() {
  .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 [id*=_btSave] > tbody > tr > td:nth-child(2),
  .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 [id*=_btCancel] > tbody > tr > td:nth-child(2),
  .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 [id*=_btDelete] > tbody > tr > td:nth-child(2),
  .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 .dxeIRadioButton_Glass.dxEditors_edtRadioButtonChecked_Glass > input,
  .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 .dxeIRadioButton_Glass.dxEditors_edtRadioButtonUnchecked_Glass > input,
  .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 .dxICheckBox_Glass.dxWeb_edtCheckBoxUnchecked_Glass > input,
  .theming-active.ui-uplift div#ctl00_cphMain_ASPxRoundPanel1_gvTaxRate_DXPEForm_PW-1 .dxICheckBox_Glass.dxWeb_edtCheckBoxChecked_Glass > input {
    display: none !important;
  }
}
.theming-active.ui-uplift [id*=_gvVehicleTypes_DXPEForm_PW-1] .aiq-edit-form-table > tbody > tr:first-of-type > td:first-of-type > div > table > tbody > tr > td:first-of-type > label {
  width: 4.25rem !important;
}
.theming-active.ui-uplift [id*=_gvVehicleTypes_DXPEForm_PW-1] .aiq-edit-form-table > tbody div[id^=ctl00_cphMain_ASPxRoundPanel1_gvVehicleTypes_DXPEForm_][id*=_cbActive] > table > tbody > tr {
  position: relative;
  left: 14.3rem;
}
.theming-active.ui-uplift [id*=_gvVehicleTypes_DXPEForm_PW-1] .aiq-edit-form-table > tbody div[id^=ctl00_cphMain_ASPxRoundPanel1_gvVehicleTypes_DXPEForm_][id*=_cbActive] > table > tbody > tr td:nth-child(2) {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.theming-active.ui-uplift #ctl00_cphMain_rp1_gvRequiredAccounts_DXHeadersRow0 > td:first-of-type {
  border: 0.063rem solid var(--clr-tablerow-border) !important;
  border-right: unset !important;
}
.theming-active.ui-uplift [id*=_glddWTGL__2_B-1].dxeButtonEditButton_Glass,
.theming-active.ui-uplift [id*=_glddWTGL__2_B-1].dxeButtonEditButton_Glass.dxeDisabled_Glass {
  position: relative !important;
  background-color: transparent !important;
  right: 1.5rem !important;
}
.theming-active.ui-uplift [id*=_glddWTGL__2_B-1].dxeButtonEditButton_Glass .dxEditors_edtDropDown_Glass, .theming-active.ui-uplift [id*=_glddWTGL__2_B-1].dxeButtonEditButton_Glass .dxEditors_edtDropDownDisabled_Glass,
.theming-active.ui-uplift [id*=_glddWTGL__2_B-1].dxeButtonEditButton_Glass.dxeDisabled_Glass .dxEditors_edtDropDown_Glass,
.theming-active.ui-uplift [id*=_glddWTGL__2_B-1].dxeButtonEditButton_Glass.dxeDisabled_Glass .dxEditors_edtDropDownDisabled_Glass {
  background: url(../assets/icons/icon-arrow-down-black.svg) no-repeat center !important;
}
.theming-active.ui-uplift [id*=_glddWTGL__2_B-1].dxeButtonEditButton_Glass .dxEditors_edtDropDown_Glass:active:not(.dxEditors_edtDropDownDisabled_Glass), .theming-active.ui-uplift [id*=_glddWTGL__2_B-1].dxeButtonEditButton_Glass .dxEditors_edtDropDownDisabled_Glass:active:not(.dxEditors_edtDropDownDisabled_Glass),
.theming-active.ui-uplift [id*=_glddWTGL__2_B-1].dxeButtonEditButton_Glass.dxeDisabled_Glass .dxEditors_edtDropDown_Glass:active:not(.dxEditors_edtDropDownDisabled_Glass),
.theming-active.ui-uplift [id*=_glddWTGL__2_B-1].dxeButtonEditButton_Glass.dxeDisabled_Glass .dxEditors_edtDropDownDisabled_Glass:active:not(.dxEditors_edtDropDownDisabled_Glass) {
  background: url(../assets/icons/icon-arrow-up-black.svg) no-repeat center !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div {
  width: 30.875rem !important;
  height: auto !important;
  position: relative;
  display: flex !important;
  border-radius: 0.25rem !important;
  padding: 0.5rem 0 !important;
  background: var(--clr-canvas-secondary) !important;
  border: 0.063rem solid var(--clr-canvas-border) !important;
  box-shadow: var(--shadow-mhd) !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:last-of-type {
  display: none !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
  background: var(--clr-canvas-secondary) !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
  flex-wrap: wrap;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:last-of-type {
  order: 0;
  position: relative;
  height: 2.5rem !important;
  flex-grow: 0;
  flex-basis: 30%;
  margin: 0 !important;
  padding-top: 0.38rem !important;
  align-self: center !important;
  display: flex !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:last-of-type > tbody {
  display: flex !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:last-of-type > tbody > tr {
  display: flex !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:last-of-type > tbody > tr > td {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  display: flex !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:last-of-type > tbody > tr > td > div:last-of-type {
  display: flex !important;
  padding: 0 !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:last-of-type > tbody > tr > td > div:last-of-type > table > tbody > tr > td:first-of-type {
  display: none !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:last-of-type > tbody > tr > td > div:last-of-type > table > tbody > tr > td:first-of-type img {
  display: none !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:last-of-type > tbody > tr > td > div:last-of-type > table > tbody > tr > td:last-of-type span {
  height: 2rem;
  display: flex;
  align-items: center;
  text-align: left;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--label-mm-font-size) !important;
  font-style: normal !important;
  font-weight: var(--label-mm-font-weight) !important;
  line-height: var(--label-mm-line-height) !important;
  color: var(--clr-buttons-link-default) !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:last-of-type > tbody > tr > td > div:last-of-type > table > tbody > tr > td:last-of-type span::before {
  content: "+";
  margin-right: 0.5rem;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:nth-of-type(2) {
  order: 2;
  position: relative;
  width: 100%;
  flex-grow: 1;
  flex-basis: 100%;
  border-top: 0.063rem solid var(--clr-canvas-border) !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:nth-of-type(2) > tbody > tr {
  width: 30.875rem !important;
  height: 2rem !important;
  background: var(--clr-canvas-secondary) !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:nth-of-type(2) > tbody > tr > td:first-of-type {
  width: 4.5rem !important;
  padding: 0.5rem !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:nth-of-type(2) > tbody > tr > td:nth-child(2) {
  width: 15rem !important;
  padding: 0.5rem !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:nth-of-type(2) > tbody > tr > td:last-of-type {
  width: 10.375rem !important;
  padding: 0.5rem !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:nth-of-type(2) > tbody > tr:first-of-type > td {
  border-bottom: 0.063rem solid var(--clr-canvas-border) !important;
  background: transparent !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:nth-of-type(2) > tbody > tr:first-of-type > td:not(:first-of-type) {
  text-align: left !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:nth-of-type(2) > tbody > tr:not(:first-of-type):hover {
  background-color: var(--clr-tablerow-hover) !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:nth-of-type(2) > tbody > tr:not(:first-of-type):active td {
  background-color: var(--clr-tablerow-selection) !important;
  border-bottom: unset !important;
  border-right: unset !important;
  border-left: unset !important;
  border-top: 0.063rem solid var(--clr-tablerow-border-selected) !important;
  border-bottom: 0.063rem solid var(--clr-tablerow-border-selected) !important;
  border-right: 0.063rem solid var(--clr-tablerow-border-selected) !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:nth-of-type(2) .dxgvHeader_Glass,
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:nth-of-type(2) .dxgvDataRow_Glass > td {
  border-bottom-color: var(--clr-canvas-border) !important;
  border-right-color: var(--clr-canvas-border) !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:nth-of-type(2) .dxgvDataRow_Glass > td {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--label-sm-font-size) !important;
  font-style: normal !important;
  font-weight: var(--label-sm-font-weight) !important;
  line-height: var(--label-mm-line-height) !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:first-of-type {
  order: 1;
  position: relative;
  width: 21.125rem !important;
  height: 2.5rem !important;
  flex-grow: 0;
  flex-basis: 69.5%;
  padding-top: 0.38rem !important;
  align-self: flex-start !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:first-of-type > tbody > tr > td:first-of-type span {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--label-mm-font-size) !important;
  font-style: normal !important;
  font-weight: var(--label-mm-font-weight) !important;
  line-height: var(--label-mm-line-height) !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:first-of-type > tbody > tr > td:nth-of-type(2) select {
  padding: 0.25rem 0.5rem !important;
  border-radius: 0.5rem !important;
  border: 0.063rem solid var(--clr-placeholder-border-default) !important;
  width: 6rem !important;
  height: 1.75rem !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--link-xs-font-size) !important;
  font-style: normal !important;
  font-weight: var(--link-xs-font-weight) !important;
  line-height: var(--link-xs-line-height) !important;
  background: var(--clr-placeholder-bg) !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > table:first-of-type > tbody > tr > td:last-of-type input {
  padding: 0.25rem 0.5rem !important;
  border-radius: 0.5rem !important;
  border: 0.063rem solid var(--clr-placeholder-border-default) !important;
  width: 10.375rem !important;
  height: 1.75rem !important;
  margin-left: 0.5rem !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--link-xs-font-size) !important;
  font-style: normal !important;
  font-weight: var(--link-xs-font-weight) !important;
  line-height: var(--link-xs-line-height) !important;
  background: var(--clr-placeholder-bg) !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > div {
  order: 3;
  position: relative;
  width: 100%;
  flex-grow: 1;
  flex-basis: 100%;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem !important;
  border-bottom: 0.063rem solid var(--clr-canvas-border) !important;
}
.theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div > table > tbody > tr:first-of-type > td:first-of-type > table > tbody > tr > td > div > div > div .dxpPageNumber_Glass {
  background: transparent !important;
  border: none !important;
}
@-moz-document url-prefix() {
  .theming-active.ui-uplift .glAccountDropDown > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:first-of-type > div [id*=__2_DDD_DDTC_btNew] > tbody > tr > td:nth-child(2) > input {
    display: none !important;
  }
}
.theming-active.ui-uplift .aiq-update-header, .theming-active.ui-uplift .aiq-update-cell {
  min-width: 5.625rem !important;
}
.theming-active.ui-uplift .dxICheckBox_Glass {
  width: 0.75rem;
  height: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.125rem solid var(--clr-checkbox-radio-selected-default, #426EFF);
  border-radius: 0.25rem;
  user-select: none;
}
.theming-active.ui-uplift .dxICheckBox_Glass > span {
  opacity: 0;
  pointer-events: all;
  cursor: pointer;
  width: 0.75rem !important;
  height: 0.75rem !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  overflow: hidden;
}
.theming-active.ui-uplift .dxICheckBox_Glass.dxWeb_edtCheckBoxUnchecked_Glass {
  background: transparent;
}
.theming-active.ui-uplift .dxICheckBox_Glass.dxICBFocused_Glass {
  background-color: transparent !important;
}
.theming-active.ui-uplift .dxICheckBox_Glass.dxWeb_edtCheckBoxChecked_Glass {
  background: var(--clr-checkbox-radio-selected-default, #426EFF) !important;
  position: relative;
}
.theming-active.ui-uplift .dxICheckBox_Glass.dxWeb_edtCheckBoxChecked_Glass::after {
  background: url("../assets/icons/icon-checkbox-checked-new.svg");
  background-position: center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
}
.theming-active.ui-uplift .dxICheckBox_Glass > input {
  cursor: default;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

/* InputDropDown */
/** Buttons */
/*This mixin is shared with two css base files with different depths.
The boolean isAiqStyle is to account for the folder difference*/
.theming-active .ui-datepicker {
  background-color: var(--clr-datepicker-date-bg-default, #ffffff) !important;
  width: 23rem !important;
  height: auto;
  padding: 1.5rem;
  box-shadow: var(--shadow-mhd);
  box-sizing: border-box !important;
  border-radius: 0.25rem;
  border: none !important;
  z-index: 10001 !important;
  min-width: fit-content;
}
.theming-active .ui-datepicker * {
  box-sizing: border-box !important;
}
.theming-active .ui-datepicker .ui-datepicker-header {
  background-color: var(--clr-datepicker-date-bg-default, #ffffff);
  display: flex;
  height: auto !important;
  width: auto;
  align-items: center;
  justify-content: space-between;
}
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  left: 0;
  right: 0;
  top: 0;
  width: 1.5rem;
  position: relative;
}
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before,
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  content: "";
  background: var(--clr-datepicker-date-bg-default, #ffffff) url(../assets/icons/icon-arrow-calendar-left.svg) no-repeat center !important;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  top: 0;
  position: relative;
}
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  display: none;
}
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  order: 1;
}
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
  background: var(--clr-datepicker-date-bg-default, #ffffff) url(../assets/icons/icon-arrow-calendar-left.svg) no-repeat center !important;
  left: 0;
}
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover {
  border: none !important;
}
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  order: 3;
}
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  background: var(--clr-datepicker-date-bg-default, #ffffff) url(../assets/icons/icon-arrow-calendar-right.svg) no-repeat center !important;
  right: 0;
}
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover {
  border: none !important;
}
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 17rem;
  order: 2;
  margin: 0;
}
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  width: 7.75rem;
  height: 2rem !important;
  margin: 0 !important;
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9);
  background: var(--clr-placeholder-bg, #fff);
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  font-size: 0.75rem;
}
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month:hover:not([disabled]),
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year:hover:not([disabled]) {
  border: 0.0625rem solid var(--clr-placeholder-border-hover, #938f96);
}
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month:focus:not([disabled]),
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year:focus:not([disabled]) {
  border: 0.0625rem solid var(--clr-placeholder-border-active, #7a757e);
  outline: transparent;
}
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month:disabled,
.theming-active .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year:disabled {
  background-color: var(--clr-placeholder-bg-disabled, #fafafa);
  color: var(--clr-text-disabled, #938f96) !important;
}
.theming-active .ui-datepicker .ui-datepicker-calendar {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
}
.theming-active .ui-datepicker .ui-datepicker-calendar thead th {
  padding: 0;
  width: 2rem;
  height: 1.3125rem;
  font-weight: 600;
  font-size: 0.75rem;
}
.theming-active .ui-datepicker .ui-datepicker-calendar tbody tr td {
  padding: 1rem 1rem 0 0;
  width: 2rem;
  height: 2rem;
}
.theming-active .ui-datepicker .ui-datepicker-calendar tbody tr td:first-of-type {
  width: 2rem;
  padding-left: 0;
}
.theming-active .ui-datepicker .ui-datepicker-calendar tbody tr td:last-of-type {
  width: 2rem;
  padding-right: 0;
}
.theming-active .ui-datepicker .ui-datepicker-calendar tbody tr td a {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  font-size: 0.75rem;
  height: 2rem;
  width: 2rem;
  padding: 0.5rem;
  border-radius: 1.5625rem;
}
.theming-active .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-default {
  border-color: transparent !important;
}
.theming-active .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-default.ui-state-highlight {
  background-color: var(--clr-datepicker-date-bg-today, #d9e2ff) !important;
  color: var(--clr-text-primary, #222) !important;
}
.theming-active .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-default.ui-state-active {
  background-color: var(--clr-datepicker-date-bg-selected, #426eff) !important;
  color: var(--clr-text-alternative, #fff) !important;
}
.theming-active .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-default:hover {
  background-color: var(--clr-datepicker-date-bg-hover, #b3c5ff) !important;
  color: var(--clr-text-primary, #222) !important;
}
.theming-active .ui-datepicker .ui-datepicker-calendar tbody tr:last-of-type td {
  height: 2rem;
}

.theming-active #AdjustQuantityModal .aiq-modal-body input.aiq-input,
.theming-active #AdjustQuantityModal .aiq-modal-body .dropdowncontainer,
.theming-active #AdjustLocationModal .aiq-modal-body input.aiq-input,
.theming-active #AdjustLocationModal .aiq-modal-body .dropdowncontainer,
.theming-active #AdjustAverageCostModal .aiq-modal-body input.aiq-input,
.theming-active #AdjustAverageCostModal .aiq-modal-body .dropdowncontainer {
  padding: 0.375rem 0.5rem !important;
  height: 1.875rem !important;
  width: 15.625rem !important;
  box-sizing: border-box;
  border-radius: 0px !important;
}
.theming-active #AdjustQuantityModal .aiq-modal-body .dropdowncontainer,
.theming-active #AdjustLocationModal .aiq-modal-body .dropdowncontainer,
.theming-active #AdjustAverageCostModal .aiq-modal-body .dropdowncontainer {
  padding: 0 !important;
}
.theming-active #AdjustQuantityModal .aiq-modal-body .dropdowncontainer .dropdowninput input.aiq-input,
.theming-active #AdjustLocationModal .aiq-modal-body .dropdowncontainer .dropdowninput input.aiq-input,
.theming-active #AdjustAverageCostModal .aiq-modal-body .dropdowncontainer .dropdowninput input.aiq-input {
  width: 100% !important; /* for browsers that will ignore the 2 below */
  width: -webkit-fill-available !important; /* for WebKit-based browsers */
  width: -moz-available !important; /* for Mozilla-based browsers */
}
.theming-active #AdjustQuantityModal .aiq-modal-body .dropdowncontainer .innerLabelTD span.innerLabel,
.theming-active #AdjustLocationModal .aiq-modal-body .dropdowncontainer .innerLabelTD span.innerLabel,
.theming-active #AdjustAverageCostModal .aiq-modal-body .dropdowncontainer .innerLabelTD span.innerLabel {
  height: auto;
  border-right: none;
}
.theming-active #AdjustQuantityModal .aiq-modal-body input[type=number].aiq-input,
.theming-active #AdjustLocationModal .aiq-modal-body input[type=number].aiq-input,
.theming-active #AdjustAverageCostModal .aiq-modal-body input[type=number].aiq-input {
  text-align: left !important;
}
.theming-active #AdjustQuantityModal .aiq-modal-body .input-date-wrapper .input-group-btn,
.theming-active #AdjustLocationModal .aiq-modal-body .input-date-wrapper .input-group-btn,
.theming-active #AdjustAverageCostModal .aiq-modal-body .input-date-wrapper .input-group-btn {
  top: 0.1875rem;
}
.theming-active #AdjustQuantityModal .aiq-modal-body .layout-grid,
.theming-active #AdjustLocationModal .aiq-modal-body .layout-grid,
.theming-active #AdjustAverageCostModal .aiq-modal-body .layout-grid {
  overflow: hidden;
}

/* InputDropDown */
/** Buttons */
/*This mixin is shared with two css base files with different depths.
The boolean isAiqStyle is to account for the folder difference*/
.theming-active .modal-body table.advanced_filter {
  background-color: var(--clr-canvas-secondary) !important;
}
.theming-active .modal-body table.advanced_filter th {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  border-right: none !important;
}
.theming-active .modal-body table.advanced_filter th:first-of-type {
  border-left: 0.0625rem solid var(--clr-tablerow-border) !important;
}
.theming-active .modal-body table.advanced_filter th:last-of-type {
  border-right: 0.0625rem solid var(--clr-tablerow-border) !important;
}
.theming-active .modal-body table.advanced_filter select,
.theming-active .modal-body table.advanced_filter input {
  opacity: 1;
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active .modal-body table.advanced_filter select:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active .modal-body table.advanced_filter input:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active .modal-body table.advanced_filter select:has(tbody tr td input:focus), .theming-active .modal-body table.advanced_filter select:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active .modal-body table.advanced_filter input:has(tbody tr td input:focus),
.theming-active .modal-body table.advanced_filter input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active .modal-body table.advanced_filter select:has(tbody tr td input:focus) .innerLabelTD, .theming-active .modal-body table.advanced_filter select:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active .modal-body table.advanced_filter input:has(tbody tr td input:focus) .innerLabelTD,
.theming-active .modal-body table.advanced_filter input:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active .modal-body table.advanced_filter select:disabled, .theming-active .modal-body table.advanced_filter select.disabledDropDown,
.theming-active .modal-body table.advanced_filter input:disabled,
.theming-active .modal-body table.advanced_filter input.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active .modal-body table.advanced_filter tbody tr {
  background-color: var(--clr-tablerow-secondary) !important;
}
.theming-active .modal-body table.advanced_filter tbody tr td {
  border-bottom-color: var(--clr-tablerow-border);
}
.theming-active .modal-body table.advanced_filter tbody tr td:first-of-type {
  border-left-color: var(--clr-tablerow-border) !important;
}
.theming-active .modal-body table.advanced_filter tbody tr td:last-of-type {
  border-right: 0.0625rem solid var(--clr-tablerow-border);
}

/* InputDropDown */
/** Buttons */
/*This mixin is shared with two css base files with different depths.
The boolean isAiqStyle is to account for the folder difference*/
.theming-active .colomn_manager .column_arrows {
  display: none;
}
.theming-active .colomn_manager .sub_headings > p {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  color: var(--clr-text-secondary) !important;
}
.theming-active .colomn_manager .sub_headings > p:has(b) {
  color: var(--clr-text-primary, #322f34) !important;
  margin-left: 1.5rem;
}
.theming-active .colomn_manager ul.container li {
  border: 0;
  background-color: var(--clr-canvas-primary) !important;
}
.theming-active .colomn_manager ul.container li.grabbing, .theming-active .colomn_manager ul.container li:active {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23426EFFFF' stroke-width='2' stroke-dasharray='6%2c 12' stroke-dashoffset='10' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 0.25rem;
  background-color: var(--clr-canvas-modal-bg) !important;
}
.theming-active .colomn_manager ul.container li.grabbing:hover, .theming-active .colomn_manager ul.container li:active:hover {
  border: 0;
  background-image: none;
  background-color: var(--clr-canvas-modal-bg) !important;
}
.theming-active .colomn_manager .colomn_manager_heading h2 {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: 0 !important;
  color: var(--clr-text-primary) !important;
}
.theming-active .colomn_manager .colomn_manager_heading:first-child {
  margin-left: 1.5rem;
  margin-right: 1rem;
}
.theming-active .colomn_manager .colomn_manager_heading:last-child {
  margin-right: 1.5rem;
}
.theming-active .colomn_manager .colomn_manager_heading ul.container {
  background: var(--clr-canvas-modal-bg) !important;
  border: 0 !important;
  border-radius: 0;
}
.theming-active .colomn_manager .colomn_manager_heading ul.container li:not(.hideNotPositionSortableItem) {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
  display: flex;
  align-items: center;
}
.theming-active .colomn_manager .colomn_manager_heading ul.container li:not(.hideNotPositionSortableItem) label {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: 1.125rem !important;
  margin-bottom: 0 !important;
}
.theming-active .colomn_manager .colomn_manager_heading ul.container li .icon_draggable {
  background-image: url("../assets/icons/icon-group-label.svg");
  color: var(--clr-icon-primary-default);
}

/* InputDropDown */
/** Buttons */
/*This mixin is shared with two css base files with different depths.
The boolean isAiqStyle is to account for the folder difference*/
.theming-active .ds-background-wraper {
  width: 100%;
  height: 95.3vh;
}
.theming-active .ds-background-wraper, .theming-active .ds-info-section, .theming-active .ds-list-section, .theming-active .headerMargin_1 {
  background-color: var(--clr-canvas-secondary, #FDFDFD) !important;
}
.theming-active .ds-info-section {
  padding: 1.5rem;
}
.theming-active .ds-info-section .ds-info-icon {
  display: none !important;
}
.theming-active .ds-info-section .ds-info-message {
  padding: 0.625rem 0.75rem 0.625rem 0.75rem;
  overflow: auto;
  display: flex;
  box-sizing: border-box;
  justify-content: flex-start;
  border-radius: 0.5rem;
  width: 100%;
  background: var(--clr-status-inprogress-scheduled, #D9E2FF);
}
.theming-active .ds-info-section .ds-info-content {
  float: left;
  margin-left: 0.5rem;
  color: var(--clr-text-primary, #322F34);
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-sm-font-size) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
}
.theming-active .ds-info-section .ds-info-content::before {
  content: " ";
  height: 1.25rem;
  width: 1.25rem;
  background: url(../assets/icons/icon-warning.svg) no-repeat center !important;
  margin-right: 0.5rem;
}
.theming-active .ds-info-section .ds-info-close {
  display: none !important;
}
.theming-active .ds-list-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  padding-top: 0rem !important;
}
.theming-active .ds-list-section .ds-item {
  border-radius: 0.75rem;
  border: 1px solid var(--clr-cards-border-default, #E5E4E7);
  background: var(--clr-cards-bg, #FDFDFD);
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  align-items: flex-start;
  cursor: pointer;
  transition: 0.25s all;
  min-height: 5.63rem;
}
.theming-active .ds-list-section .ds-item:hover {
  border-radius: 0.75rem;
  border: 1px solid var(--clr-cards-border-hover, #C8C5CB);
  background: var(--clr-cards-bg-hover, #F5F5F5);
}
.theming-active .ds-list-section .ds-item-title {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-md-font-size, 1rem) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: 1.5rem !important;
}
.theming-active .ds-list-section .ds-item-text {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-xs-font-size, 0.75rem) !important;
  font-style: normal !important;
  color: var(--clr-text-secondary, #615C66) !important;
  line-height: 1.125rem !important;
  margin-top: 0.5rem;
}
.theming-active .dsuiuplift {
  height: 100vh;
  background: var(--clr-canvas-secondary, #FDFDFD) !important;
}
.theming-active .dsuiuplift .header {
  height: 3.25rem !important;
  margin: 0 !important;
}
.theming-active .dsuiuplift .aiq-main-window-header:has(.default-screen-header) {
  height: 3.25rem !important;
}
.theming-active .dsuiuplift #ctl00_aiqHeader_headerDiv .default-screen-header {
  height: 3.25rem;
  display: flex;
  padding: 0px;
  margin: 0px;
  margin-top: 0px !important;
  align-items: center;
  padding-left: 0.63rem;
}
.theming-active .dsuiuplift #ctl00_aiqHeader_headerDiv {
  height: 3.25rem !important;
}
.theming-active .dsuiuplift #ctl00_aiqHeader_linkDiv {
  display: none;
}
.theming-active .dsuiuplift .defaultsTable {
  background: var(--clr-canvas-secondary, #FDFDFD) !important;
  height: auto !important;
  border-bottom: none !important;
  margin: 0 !important;
  margin-top: -1px !important;
  padding: 1.5rem !important;
}
.theming-active .dsuiuplift .defaultsTable br {
  display: none !important;
}
.theming-active .dsuiuplift .defaultsTable .ds-info-section {
  padding: 0px !important;
}
.theming-active .dsuiuplift .defaultsTable .cd-table, .theming-active .dsuiuplift .defaultsTable .sd-table, .theming-active .dsuiuplift .defaultsTable .gldef, .theming-active .dsuiuplift .defaultsTable .itemtable, .theming-active .dsuiuplift .defaultsTable .gl {
  display: flex;
  padding: 1.5rem 0rem;
  height: auto !important;
}
.theming-active .dsuiuplift .defaultsTable .cd-table .inlineleft, .theming-active .dsuiuplift .defaultsTable .sd-table .inlineleft, .theming-active .dsuiuplift .defaultsTable .gldef .inlineleft, .theming-active .dsuiuplift .defaultsTable .itemtable .inlineleft, .theming-active .dsuiuplift .defaultsTable .gl .inlineleft {
  height: auto !important;
  max-width: 50% !important;
}
.theming-active .dsuiuplift .defaultsTable .cd-table .inlineleft .dropdowninput, .theming-active .dsuiuplift .defaultsTable .sd-table .inlineleft .dropdowninput, .theming-active .dsuiuplift .defaultsTable .gldef .inlineleft .dropdowninput, .theming-active .dsuiuplift .defaultsTable .itemtable .inlineleft .dropdowninput, .theming-active .dsuiuplift .defaultsTable .gl .inlineleft .dropdowninput {
  border-radius: 0.25rem;
}
.theming-active .dsuiuplift .defaultsTable .cd-table .inlineleft td .dropdowninput input, .theming-active .dsuiuplift .defaultsTable .sd-table .inlineleft td .dropdowninput input, .theming-active .dsuiuplift .defaultsTable .gldef .inlineleft td .dropdowninput input, .theming-active .dsuiuplift .defaultsTable .itemtable .inlineleft td .dropdowninput input, .theming-active .dsuiuplift .defaultsTable .gl .inlineleft td .dropdowninput input {
  box-shadow: none !important;
}
.theming-active .dsuiuplift .defaultsTable .cd-table .inlineleft .dropdowncontainer, .theming-active .dsuiuplift .defaultsTable .cd-table .inlineleft select.ds-select, .theming-active .dsuiuplift .defaultsTable .sd-table .inlineleft .dropdowncontainer, .theming-active .dsuiuplift .defaultsTable .sd-table .inlineleft select.ds-select, .theming-active .dsuiuplift .defaultsTable .gldef .inlineleft .dropdowncontainer, .theming-active .dsuiuplift .defaultsTable .gldef .inlineleft select.ds-select, .theming-active .dsuiuplift .defaultsTable .itemtable .inlineleft .dropdowncontainer, .theming-active .dsuiuplift .defaultsTable .itemtable .inlineleft select.ds-select, .theming-active .dsuiuplift .defaultsTable .gl .inlineleft .dropdowncontainer, .theming-active .dsuiuplift .defaultsTable .gl .inlineleft select.ds-select {
  height: 2rem !important;
  width: 16.56rem !important;
}
.theming-active .dsuiuplift .defaultsTable .cd-table .inlineleft .cd-item-title, .theming-active .dsuiuplift .defaultsTable .cd-table .inlineleft .rTH, .theming-active .dsuiuplift .defaultsTable .sd-table .inlineleft .cd-item-title, .theming-active .dsuiuplift .defaultsTable .sd-table .inlineleft .rTH, .theming-active .dsuiuplift .defaultsTable .gldef .inlineleft .cd-item-title, .theming-active .dsuiuplift .defaultsTable .gldef .inlineleft .rTH, .theming-active .dsuiuplift .defaultsTable .itemtable .inlineleft .cd-item-title, .theming-active .dsuiuplift .defaultsTable .itemtable .inlineleft .rTH, .theming-active .dsuiuplift .defaultsTable .gl .inlineleft .cd-item-title, .theming-active .dsuiuplift .defaultsTable .gl .inlineleft .rTH {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-xs-font-size) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  padding-left: 0.5rem;
  min-width: 7.18rem;
  padding-right: 0.25rem;
}
.theming-active .dsuiuplift .defaultsTable .ds-checkbox-text {
  position: relative;
  bottom: 0.125rem;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-xs-font-size) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .dsuiuplift .defaultsTable .ds-checkbox {
  text-align: left;
}
.theming-active .dsuiuplift .defaultsTable td.ds-checkbox {
  height: 2.19rem;
}
.theming-active .dsuiuplift .defaultsTable .checkbox-section-container {
  display: flex;
  padding-bottom: 0.625rem;
  flex-direction: row;
  width: 100%;
}
.theming-active .dsuiuplift .defaultsTable .ds-checkbox-section-wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.theming-active .dsuiuplift .defaultsTable #tabhp1 {
  height: auto !important;
}
.theming-active .dsuiuplift .defaultsTable .ds-checkbox-section {
  line-height: 2rem;
  gap: 1rem;
}
.theming-active .dsuiuplift .defaultsTable .ds-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0.438rem;
  width: 95%;
  position: fixed;
  bottom: 1.5rem;
  justify-content: space-between;
}
.theming-active .dsuiuplift .defaultsTable .ds-footer .ds-action-btn {
  order: 3;
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active .dsuiuplift .defaultsTable .ds-footer .ds-action-btn:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active .dsuiuplift .defaultsTable .ds-footer .ds-action-btn div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active .dsuiuplift .defaultsTable .ds-footer .ds-action-btn:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active .dsuiuplift .defaultsTable .ds-footer .ds-second-btn {
  margin-left: auto;
  order: 2 !important;
}
.theming-active .dsuiuplift .defaultsTable .ds-footer .ds-cancel-btn {
  order: 1;
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active .dsuiuplift .defaultsTable .ds-footer .ds-cancel-btn:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .dsuiuplift .defaultsTable .ds-footer .ds-cancel-btn:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active .dsuiuplift .defaultsTable .itemtable fieldset {
  border: none !important;
  background: var(--clr-canvas-secondary, #FDFDFD) !important;
}
.theming-active .dsuiuplift .defaultsTable .itemtable .ds-legend {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--text-md-font-size) !important;
  font-style: normal !important;
  border: none;
}
.theming-active .dsuiuplift .helpHeader, .theming-active .dsuiuplift .helpHeaderText {
  display: none !important;
}

/*Base styling is in legacy _dropdownclient.scss*/
.theming-active .filterlistcontainer .filteroptionlist .options a,
.theming-active .filterlistcontainer .filteroptionlist .options a:hover {
  background-color: transparent !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active .filterlistcontainer .filteroptionlist .options li {
  padding: 0.5rem !important;
  text-decoration: none !important;
}
.theming-active .filterlistcontainer .filteroptionlist .options li::before {
  content: unset !important;
}
.theming-active .filterlistcontainer .filteroptionlist .options li:hover {
  background-color: var(--clr-dropdown-list-item-hover) !important;
}
.theming-active .filterlistcontainer .filteroptionlist .options li.selected {
  background-color: var(--clr-dropdown-list-item-active) !important;
}
.theming-active .filterlistcontainer .filteroptionlist .options li.selected:hover {
  background-color: var(--clr-dropdown-list-item-active) !important;
}
.theming-active .dropdown-popDiv-wrapper {
  padding: 0 !important;
  display: flex;
}
.theming-active div.dropdownlist {
  border: none !important;
  box-shadow: 0px 0.25rem 0.5rem 0px rgba(34, 34, 34, 0.12) !important;
  -webkit-box-shadow: 0px 0.25rem 0.5rem 0px rgba(34, 34, 34, 0.12) !important;
  -moz-box-shadow: 0px 0.25rem 0.5rem 0px rgba(34, 34, 34, 0.12) !important;
}
.theming-active div.dropdownlist .filteroptions-wrapper.generic.mabutton.hidden {
  display: none !important;
}
.theming-active div.dropdownlist .dropdown-popDiv {
  background-color: transparent !important;
}
.theming-active div.dropdownlist .filteroptions-wrapper {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  margin-left: auto;
  margin-right: 1.5625rem;
}
.theming-active div.dropdownlist .filteroptions-wrapper.hidden {
  display: none !important;
}
.theming-active div.dropdownlist .filteroptions-wrapper.mabutton.generic {
  width: unset !important;
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  padding: var(--padding-block) var(--padding-inline) !important;
  --padding-inline: var(--space-2);
  --padding-block: calc(var(--space-1) - 1px);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  border: 1px solid var(--clr-buttons-secondary-border) !important;
  border-radius: 0.5rem !important;
  background-color: var(--clr-buttons-secondary-default) !important;
  padding: calc(var(--padding-block) - 1px) var(--padding-inline) calc(var(--padding-block) - 1px) var(--padding-inline);
}
.theming-active div.dropdownlist .filteroptions-wrapper.mabutton.generic:hover {
  background-color: var(--clr-buttons-secondary-hover) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active div.dropdownlist .filteroptions-wrapper.mabutton.generic:active {
  background-color: var(--clr-buttons-secondary-active) !important;
  border-color: var(--clr-buttons-secondary-border) !important;
}
.theming-active div.dropdownlist .filteroptions-wrapper.mabutton.generic {
  background-color: var(--clr-placeholder-bg) !important;
  border-color: var(--clr-placeholder-border-default) !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
}
.theming-active div.dropdownlist .filteroptions-wrapper.mabutton.generic.mabutton_pressed {
  margin-top: 0.4375rem !important;
  border-color: var(--clr-placeholder-border-active) !important;
  background-color: var(--clr-placeholder-bg) !important;
}
.theming-active div.dropdownlist .filteroptions-wrapper.mabutton.generic.mabutton_pressed .selectedoption {
  color: var(--clr-text-primary) !important;
}
.theming-active div.dropdownlist .filteroptions-wrapper.mabutton.generic.mabutton_pressed .caret {
  background: url(../assets/icons/icon-button-alt-arrow-up.svg) no-repeat center !important;
}
.theming-active div.dropdownlist .filteroptions-wrapper.mabutton.generic.mabutton_pressed:hover {
  border-color: var(--clr-placeholder-border-active) !important;
}
.theming-active div.dropdownlist .filteroptions-wrapper.mabutton.generic:hover {
  background-color: var(--clr-placeholder-bg) !important;
  border-color: var(--clr-placeholder-border-default) !important;
}
.theming-active div.dropdownlist .filteroptions-wrapper.mabutton.generic:hover .selectedoption {
  color: var(--clr-text-primary) !important;
}
.theming-active div.dropdownlist .filteroptions-wrapper.mabutton.generic .selectedoption {
  font-weight: 400;
  color: var(--clr-text-placeholder) !important;
}
.theming-active div.dropdownlist .filteroptions-wrapper.mabutton.generic .caret {
  background: url(../assets/icons/icon-button-alt-arrow-down.svg) no-repeat center !important;
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  border: none !important;
}
.theming-active div.dropdownlist .filteroptions-wrapper.mabutton.generic .filteroptions:after {
  content: unset !important;
}
.theming-active div.dropdownlist .filteroptions-wrapper.mabutton.generic .filteroptions {
  padding: 0 !important;
}
.theming-active div.dropdownlist div.addnew,
.theming-active div.dropdownlist div.none {
  display: flex;
  align-items: center;
  padding: 0.5rem !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active div.dropdownlist div.addnew a,
.theming-active div.dropdownlist div.none a {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  color: var(--clr-buttons-link-default) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active div.dropdownlist div.addnew a:visited,
.theming-active div.dropdownlist div.none a:visited {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active div.dropdownlist div.addnew a:hover,
.theming-active div.dropdownlist div.none a:hover {
  color: var(--clr-buttons-link-hover) !important;
  text-decoration: none !important;
}
.theming-active div.dropdownlist div.addnew a:active,
.theming-active div.dropdownlist div.none a:active {
  color: var(--clr-buttons-link-active) !important;
}
.theming-active div.dropdownlist div.none:hover {
  background: var(--clr-tablerow-hover, #f1f3f7) !important;
  cursor: pointer;
}
.theming-active div.dropdownlist div.none.selected {
  background: var(--clr-tablerow-secondary, #fdfdfd) !important;
}
.theming-active div.dropdownlist div.none.selected:hover {
  background: var(--clr-tablerow-hover) !important;
}
.theming-active div.dropdownlist div.none.selected a.dropdownaddnew {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  color: var(--clr-buttons-link-default) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active div.dropdownlist div.none.selected a.dropdownaddnew:visited {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active div.dropdownlist div.none.selected a.dropdownaddnew:hover {
  color: var(--clr-buttons-link-hover) !important;
  text-decoration: none !important;
}
.theming-active div.dropdownlist div.none.selected a.dropdownaddnew:active {
  color: var(--clr-buttons-link-active) !important;
}
.theming-active div.dropdownlist > div.dropdowntablewrapper,
.theming-active div.dropdownlist > div.advanceFilters {
  border-bottom: none !important;
  padding: 0 !important;
}
.theming-active div.dropdownlist > div.dropdowntablewrapper > label,
.theming-active div.dropdownlist > div.advanceFilters > label {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active div.dropdownlist > div.dropdowntablewrapper {
  padding: 0 !important;
  border: none !important;
}
.theming-active div.dropdownlist div.dropdowntablewrapper table thead tr th,
.theming-active div.dropdownlist div.advanceFilters table thead tr th {
  position: sticky;
  top: 0px;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-semibold) !important;
  background: var(--clr-tablerow-header, #fdfdfd);
  color: var(--clr-text-primary, #322f34);
  padding: 0.5rem !important;
  border-color: var(--clr-canvas-border) !important;
  border-bottom: var(--clr-canvas-border) solid 1px !important;
}
.theming-active div.dropdownlist div.dropdowntablewrapper table thead tr th .aiq-dropdown-column-title,
.theming-active div.dropdownlist div.advanceFilters table thead tr th .aiq-dropdown-column-title {
  text-align: left;
  white-space: nowrap; /* Prevents the text from wrapping onto a new line */
  overflow: hidden; /* Optional: Hides overflow if the text is too long */
  text-overflow: ellipsis; /* Optional: Adds "..." if the text overflows */
}
.theming-active div.dropdownlist div.dropdowntablewrapper table thead tr th .aiq-dropdown-header,
.theming-active div.dropdownlist div.advanceFilters table thead tr th .aiq-dropdown-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.theming-active div.dropdownlist div.dropdowntablewrapper table tbody tr td,
.theming-active div.dropdownlist div.advanceFilters table tbody tr td {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
  padding: 0.5rem !important;
  border-color: var(--clr-canvas-border);
}
.theming-active div.dropdownlist div.dropdowntablewrapper .aiq-enhancedfilter,
.theming-active div.dropdownlist div.advanceFilters .aiq-enhancedfilter {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active div.dropdownlist div.dropdowntablewrapper .aiq-enhancedfilter:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active div.dropdownlist div.advanceFilters .aiq-enhancedfilter:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active div.dropdownlist div.dropdowntablewrapper .aiq-enhancedfilter:has(tbody tr td input:focus), .theming-active div.dropdownlist div.dropdowntablewrapper .aiq-enhancedfilter:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input),
.theming-active div.dropdownlist div.advanceFilters .aiq-enhancedfilter:has(tbody tr td input:focus),
.theming-active div.dropdownlist div.advanceFilters .aiq-enhancedfilter:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active div.dropdownlist div.dropdowntablewrapper .aiq-enhancedfilter:has(tbody tr td input:focus) .innerLabelTD, .theming-active div.dropdownlist div.dropdowntablewrapper .aiq-enhancedfilter:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD,
.theming-active div.dropdownlist div.advanceFilters .aiq-enhancedfilter:has(tbody tr td input:focus) .innerLabelTD,
.theming-active div.dropdownlist div.advanceFilters .aiq-enhancedfilter:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active div.dropdownlist div.dropdowntablewrapper .aiq-enhancedfilter:disabled, .theming-active div.dropdownlist div.dropdowntablewrapper .aiq-enhancedfilter.disabledDropDown,
.theming-active div.dropdownlist div.advanceFilters .aiq-enhancedfilter:disabled,
.theming-active div.dropdownlist div.advanceFilters .aiq-enhancedfilter.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active div.dropdownlist div.none {
  background: var(--clr-dropdown-list-item-default, #fdfdfd) !important;
  border-color: var(--clr-tablerow-border-selected);
  cursor: pointer;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active div.dropdownlist div.none .selected {
  background: var(--clr-tablerow-selection, #b3c5ff) !important;
}
.theming-active div.dropdownlist div.none:hover {
  background: var(--clr-tablerow-hover, #f1f3f7);
}
.theming-active div.dropdownlist div.dropdowntablewrapper table tbody tr.hoverselect.selected-prev td {
  border-bottom-color: var(--clr-tablerow-border-selected) !important;
}
.theming-active div.dropdownlist div.dropdowntablewrapper table tbody tr.selected {
  background: var(--clr-tablerow-selection, #b3c5ff) !important;
}
.theming-active div.dropdownlist div.dropdowntablewrapper table tbody tr.selected td {
  border-color: var(--clr-tablerow-border-selected);
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active div.dropdownlist div.dropdowntablewrapper table tbody tr.selected td:hover {
  background: var(--clr-tablerow-selection, #b3c5ff) !important;
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--space-3) !important;
  font-style: normal !important;
  font-weight: var(--font-weight-regular) !important;
}
.theming-active div.dropdownlist div.dropdowntablewrapper table tbody tr.hoverselect:hover,
.theming-active div.dropdownlist div.dropdowntablewrapper table tbody .hoverselect td:hover {
  background: var(--clr-tablerow-hover, #f1f3f7);
  cursor: pointer;
}

/* InputDropDown */
/** Buttons */
/*This mixin is shared with two css base files with different depths.
The boolean isAiqStyle is to account for the folder difference*/
.theming-active .reportsPageContent .roundpanel-header {
  color: var(--clr-text-primary, #222) !important;
  font-family: var(--font-primary) !important;
  font-size: 0.8125rem !important;
  font-style: normal !important;
  font-weight: var(--font-weight-bold) !important;
  background-color: var(--clr-canvas-secondary) !important;
  border-color: var(--clr-canvas-border) !important;
}
.theming-active .reportsPageContent.groupList .dxeTextBox_Glass {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active .reportsPageContent.groupList .dxeTextBox_Glass:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active .reportsPageContent.groupList .dxeTextBox_Glass:has(tbody tr td input:focus), .theming-active .reportsPageContent.groupList .dxeTextBox_Glass:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active .reportsPageContent.groupList .dxeTextBox_Glass:has(tbody tr td input:focus) .innerLabelTD, .theming-active .reportsPageContent.groupList .dxeTextBox_Glass:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active .reportsPageContent.groupList .dxeTextBox_Glass:disabled, .theming-active .reportsPageContent.groupList .dxeTextBox_Glass.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active .reportsPageContent #right_td {
  background-color: var(--clr-modal-bg) !important;
}
.theming-active .reportsPageContent #right_td .dxlbd {
  width: 25rem !important;
}
.theming-active .reportsPageContent #right_td table[id$=_xListBox_footerTable] > tbody > tr:nth-child(2) > td > table > tbody > tr:has(td > table > tbody > tr > td.dxbButton_Glass) {
  display: flex;
  justify-content: end;
  gap: 0.5rem;
  padding-right: 0.5rem;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxmVerticalMenu_Glass {
  border-color: var(--clr-canvas-border) !important;
  background: none !important;
  background-color: var(--clr-canvas-primary) !important;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxmVerticalMenu_Glass .dxmMenuVerticalSeparator_Glass {
  background-color: var(--clr-canvas-border) !important;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxmVerticalMenu_Glass .dxmVerticalMenuItem_Glass {
  background-color: var(--clr-dropdown-list-item-default) !important;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxmVerticalMenu_Glass .dxmVerticalMenuItem_Glass.dxmVerticalMenuItemSelected_Glass {
  background-color: var(--clr-dropdown-list-item-active) !important;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxmVerticalMenu_Glass .dxmVerticalMenuItem_Glass:hover:not(.dxmVerticalMenuItemSelected_Glass) {
  background-color: var(--clr-dropdown-list-item-hover) !important;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxmVerticalMenu_Glass .dxmVerticalMenuItem_Glass:hover span {
  color: var(--clr-text-primary) !important;
}
.theming-active .reportsPageContent .roundpanel.no-header div {
  color: var(--clr-text-primary) !important;
}
.theming-active .reportsPageContent .roundpanel.no-header #reportList {
  border-color: var(--clr-canvas-border) !important;
  background-color: var(--clr-canvas-primary) !important;
}
.theming-active .reportsPageContent .roundpanel.no-header #reportList > div {
  border-color: var(--clr-canvas-border) !important;
}
.theming-active .reportsPageContent .roundpanel.no-header #paramsArea {
  background-color: var(--clr-canvas-secondary) !important;
  font-weight: normal;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxeButtonEdit_Glass.dxeInvalid_Glass {
  border: 1px solid var(--clr-placeholder-border-error-default) !important;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxeButtonEdit_Glass.dxeInvalid_Glass:hover {
  border-color: var(--clr-placeholder-border-error-default) !important;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxeButtonEdit_Glass {
  border: 1px solid var(--clr-placeholder-border-default) !important;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxeButtonEdit_Glass .dxeButtonEditButton_Glass {
  background-color: transparent !important;
  box-sizing: content-box;
  padding-inline: 0.5rem !important;
  transition: all 0.3s ease;
  width: 1.25rem;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxeButtonEdit_Glass .dxeButtonEditButton_Glass span,
.theming-active .reportsPageContent .roundpanel.no-header .dxeButtonEdit_Glass .dxeButtonEditButton_Glass .dropdownbtn,
.theming-active .reportsPageContent .roundpanel.no-header .dxeButtonEdit_Glass .dxeButtonEditButton_Glass .dxbebt {
  display: none;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxeButtonEdit_Glass .dxeButtonEditButton_Glass::after {
  background-image: url(../assets/icons/icon-carousel-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  min-height: 1rem;
  min-width: 1rem;
  position: relative;
  width: 100%;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxeButtonEdit_Glass:hover {
  border-color: var(--clr-placeholder-border-hover) !important;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxeButtonEdit_Glass.dxeFocused_Glass {
  border-color: var(--clr-placeholder-border-active) !important;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxeButtonEdit_Glass.dxeFocused_Glass .dxeButtonEditButton_Glass {
  transform: rotate(180deg);
}
.theming-active .reportsPageContent .roundpanel.no-header .dxeDropDownWindow_Glass {
  border-color: var(--clr-canvas-border) !important;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxeDropDownWindow_Glass #datetype_xListBox_footerTable,
.theming-active .reportsPageContent .roundpanel.no-header .dxeDropDownWindow_Glass #bankglaccno_xListBox_footerTable {
  border-top: 1px solid var(--clr-canvas-border) !important;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxeDropDownWindow_Glass #datetype_xListBox_footerTable > tbody > tr > td,
.theming-active .reportsPageContent .roundpanel.no-header .dxeDropDownWindow_Glass #bankglaccno_xListBox_footerTable > tbody > tr > td {
  border: none !important;
  background-color: var(--clr-canvas-secondary) !important;
}
.theming-active .reportsPageContent .roundpanel.no-header .dxeDropDownWindow_Glass .dxeListBox_Glass {
  border-radius: unset !important;
}

.new-report-manager .reportsPageContent {
  width: 100%;
}
.new-report-manager .reportsPageContent table.spacer {
  width: 100%;
}
.new-report-manager .reportsPageContent #ctl00_cphMain_reportTabs_CC {
  padding: 0 !important;
}
.new-report-manager .reportsPageContent #ctl00_cphMain_reportTabs_C0 {
  height: 100%;
}
.new-report-manager .reportsPageContent #ctl00_cphMain_reportTabs_C0 .roundpanel.no-header {
  height: 100%;
  border: 0 !important;
}

.theming-active #Support_mainCallback textarea {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: 110px !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active #Support_mainCallback textarea:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active #Support_mainCallback textarea:has(tbody tr td input:focus), .theming-active #Support_mainCallback textarea:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active #Support_mainCallback textarea:has(tbody tr td input:focus) .innerLabelTD, .theming-active #Support_mainCallback textarea:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active #Support_mainCallback textarea:disabled, .theming-active #Support_mainCallback textarea.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active #Support_mainCallback select {
  font-family: var(--font-primary) !important;
  background-color: var(--clr-placeholder-bg) !important;
  color: var(--clr-text-primary) !important;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*We can tackle the radius on a seperate feature*/
  height: var(--space-6) !important; /*default for grid inputs*/
  outline: none;
  border: 0.0625rem solid var(--clr-placeholder-border-default, #c7c6c9) !important;
}
.theming-active #Support_mainCallback select:hover:not([disabled]):not(:focus):not(:has(input:read-only)):not(:has(input:focus)):not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-hover, #938f96) !important;
}
.theming-active #Support_mainCallback select:has(tbody tr td input:focus), .theming-active #Support_mainCallback select:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) {
  border-color: var(--clr-placeholder-border-active, #7a757e) !important;
}
.theming-active #Support_mainCallback select:has(tbody tr td input:focus) .innerLabelTD, .theming-active #Support_mainCallback select:focus:not(.dxeDisabled_Glass):not(.dxeReadOnly_Glass):not(.dimension-tag-input) .innerLabelTD {
  border-right-color: var(--clr-placeholder-border-active) !important;
}
.theming-active #Support_mainCallback select:disabled, .theming-active #Support_mainCallback select.disabledDropDown {
  color: var(--clr-text-disabled) !important;
  background-color: var(--clr-placeholder-bg-disabled) !important;
}
.theming-active #Support_mainCallback .primary:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
}
.theming-active #Support_mainCallback .primary .dxbButton_Glass {
  --padding-inline: var(--space-4);
  --padding-block: var(--space-2);
  font-family: var(--font-primary) !important;
  background: none !important;
  font-size: var(--space-3) !important;
  line-height: var(--space-4);
  height: auto !important;
  border-radius: 0.5rem !important;
  border: none !important;
  color: var(--clr-text-primary) !important;
  padding: var(--padding-block) var(--padding-inline);
  gap: var(--space-2-5);
  white-space: nowrap;
  cursor: pointer;
  min-width: unset !important;
  background-color: var(--clr-buttons-primary-default) !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active #Support_mainCallback .primary .dxbButton_Glass:hover {
  background: none !important;
  background-color: var(--clr-buttons-primary-hover) !important;
  border: none !important;
  border-radius: 0.5rem !important;
  color: var(--clr-text-alternative) !important;
  height: unset !important;
}
.theming-active #Support_mainCallback .primary .dxbButton_Glass div.dxb {
  color: var(--clr-text-alternative) !important;
  padding: 0 !important;
}
.theming-active #Support_mainCallback .primary .dxbButton_Glass:disabled {
  background-color: var(--clr-buttons-primary-disabled) !important;
  color: var(--clr-text-disabled) !important;
  cursor: initial;
}
.theming-active #Support_mainCallback .dxRB.dxucButton_Glass a,
.theming-active #Support_mainCallback a.top_icon.support_help_link,
.theming-active #Support_mainCallback .dxucButton_Glass a {
  color: var(--clr-buttons-link-default) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-semibold) !important;
}
.theming-active #Support_mainCallback .dxRB.dxucButton_Glass a:visited,
.theming-active #Support_mainCallback a.top_icon.support_help_link:visited,
.theming-active #Support_mainCallback .dxucButton_Glass a:visited {
  color: var(--clr-buttons-link-default) !important;
}
.theming-active #Support_mainCallback .dxRB.dxucButton_Glass a:hover,
.theming-active #Support_mainCallback a.top_icon.support_help_link:hover,
.theming-active #Support_mainCallback .dxucButton_Glass a:hover {
  color: var(--clr-buttons-link-hover) !important;
  text-decoration: none !important;
}
.theming-active #Support_mainCallback .dxRB.dxucButton_Glass a:active,
.theming-active #Support_mainCallback a.top_icon.support_help_link:active,
.theming-active #Support_mainCallback .dxucButton_Glass a:active {
  color: var(--clr-buttons-link-active) !important;
}
.theming-active #Support_mainCallback td.dxpcCloseButton_Glass::after {
  color: var(--clr-icon-primary-default) !important;
  font-family: "Font Awesome 6 Pro";
  content: "\e59b" !important;
  font-size: 18px;
  line-height: 16px;
}
.theming-active #Support_mainCallback td.dxpcCloseButton_Glass:hover {
  text-decoration: none !important;
  opacity: 1 !important;
  filter: alpha(opacity=40) !important;
  cursor: pointer;
}
.theming-active #Support_mainCallback td.dxpcCloseButton_Glass:hover::after {
  color: #000 !important;
}

.theming-active .dxmLite_Glass {
  border-radius: 1rem;
  box-shadow: 0rem 0.25rem 0.5rem 0rem rgba(34, 34, 34, 0.12);
}
.theming-active .dxGridView_gvFilterRowButton_Glass {
  background-image: url(../assets/icons/icon-filter-mini.svg) !important;
  width: 0.8125rem;
  height: 0.8125rem;
  background-position: -0.0625rem -0.125rem !important;
}
.theming-active .dxGridView_gvFilterRowButton_Glass::before {
  content: "";
  background-image: url(../assets/icons/icon-filter-mini.svg) !important;
}
.theming-active .dxWeb_mSubMenuItem_Glass,
.theming-active .dxWeb_mSubMenuItemChecked_Glass {
  background-image: url(../assets/icons/icon-filter-check.svg) !important;
}
.theming-active .dxWeb_mSubMenuItemChecked_Glass {
  background-position: 0rem 0rem;
}
.theming-active .dxmLite_Glass ul.dx {
  color: var(--clr-text-primary, #000);
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
}
.theming-active .dxmLite_Glass .dxm-popup {
  border: 0 !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0.25rem;
  background: var(--clr-dropdown-list-item-default, #fdfdfd);
}
.theming-active .dxmLite_Glass .dxm-popup .dxm-item {
  background: var(--clr-dropdown-list-item-default, #fdfdfd);
  border: 0 !important;
}
.theming-active .dxmLite_Glass .dxm-popup .dxm-hovered {
  background: var(--clr-dropdown-list-item-active, #d9e2ff) !important;
  border: 0 !important;
}
.theming-active .dxmLite_Glass .dxm-popup .dxm-content {
  padding: 0.375rem 0.5rem;
}
.theming-active .dxmLite_Glass .dxm-popup .dxm-image {
  margin-right: 0 !important;
}
.theming-active .dxm-ltr .dxm-content {
  display: flex !important;
  float: none !important;
  align-items: center;
  justify-content: space-between;
}
.theming-active .dxm-ltr .dxm-content .dxWeb_mSubMenuItem_Glass {
  order: 2;
  margin-left: auto;
}
.theming-active .dxm-ltr .dxm-content .dxm-hasText {
  order: 1;
  flex-grow: 1;
}

.theming-active .aiq-account-layer-top-container-title {
  color: var(--clr-text-primary);
  font-family: var(--font-primary);
  font-size: var(--heading-xxs-font-size);
  line-height: var(--heading-xxs-line-height);
  font-weight: var(--font-weight-semibold);
  margin: 0;
  margin-left: var(--space-6);
  margin-bottom: var(--space-6);
  transition: all 0.15s ease;
}
.theming-active .aiq-header-top .practice-name {
  color: var(--clr-text-primary) !important;
}
.theming-active .export-btn path {
  fill: var(--clr-icon-primary-default);
}
.theming-active .aiq-grid-listing .roundpanel.grid_container tr td div.macontainer > a.mabutton.aiqgridAction > a.mabutton.aiqgridaction path {
  fill: var(--clr-icon-primary-default);
}

.toggletext {
  font-family: var(--font-primary);
  font-size: 11px !important;
  margin-top: 4px;
  margin-left: 5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider.round {
  border-radius: 24px;
}
.slider.round:before {
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #098764;
}
input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
input:focus + .slider {
  box-shadow: 0 0 1px #098764;
}
input:disabled + .slider, input:disabled:hover + .slider {
  background-color: #e0e0e0;
  cursor: not-allowed;
  opacity: 0.7;
}
input:disabled + .slider:before, input:disabled:hover + .slider:before {
  background-color: #f5f5f5;
}

.subgroup-container .subgroup.ShowMenuBadgeBeta::after,
.ShowMenuBadgeBeta > span::after,
.ShowMenuBadgeBeta td::after,
.fake_inline_block.ShowMenuBadgeBeta::after {
  --clr-primary-600: #426eff; /* Temporary override */
  background-color: var(--clr-primary-600, #426eff);
  border-radius: 16px;
  color: var(--clr-white, #ffffff);
  display: inline;
  font-family: var(--font-primary);
  font-size: 0.5rem;
  font-weight: 600;
  line-height: 0.625rem;
  margin-left: 0.625rem;
  padding: 2px 4px 2px 4px;
  text-align: center;
}

.subgroup-container .subgroup.ShowMenuBadgeBeta::after,
.ShowMenuBadgeBeta > span::after,
.ShowMenuBadgeBeta td::after,
.fake_inline_block.ShowMenuBadgeBeta::after {
  content: "Beta";
}

.subgroup-container .subgroup.ShowMenuBadgeBeta {
  align-items: center;
  display: flex;
}

.ShowMenuBadgeBeta > span::after {
  display: block;
}

.ShowMenuBadgeBeta td::after {
  vertical-align: middle;
}

/* NoteList.aspx */
.noteListContainer .dxeMemoSys.dxeMemo_Glass {
  padding-left: 0 !important;
  padding-top: 0 !important;
}
.noteListContainer .dxeMemoEditArea_Glass.dxeMemoEditAreaSys {
  height: 100% !important;
}

.sb-show-main {
  background-color: var(--clr-canvas-primary);
}

/*# sourceMappingURL=aiqstyle.css.map */
