@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,400i,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&display=swap);
.dl-badge {
  background-color: var(--dl-active-green);
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: var(--xh-font-size-small-px);
  line-height: 1em;
  max-height: 21px;
  padding: var(--xh-pad-half-px);
  text-align: center;
}
.dl-badge--inactive {
  background-color: var(--dl-inactive-color);
}
.dl-badge--compact {
  font-size: 0.8em;
  padding: 2px;
}
.dl-approval-status-text {
  align-items: center;
  color: var(--xh-text-color);
  font-weight: normal;
}
.dl-delete-pending-warning {
  color: var(--xh-intent-danger-darkest);
}
.dl-delete-pending-warning .xh-button {
  margin-top: var(--xh-pad-double-px);
}

.xh-dark .dl-delete-pending-warning {
  color: var(--xh-intent-danger-lightest);
}
.bp5-overlay-exit,
.bp5-overlay-exit-active {
  margin: 20px 0 !important;
}

.dl-drawer {
  margin: 20px;
  border-right: var(--xh-border-solid);
  border-top: var(--xh-border-solid);
  border-bottom: var(--xh-border-solid);
  box-shadow: var(--dl-box-shadow) !important;
}
.dl-section__heading .dl-edit-status-icon,
.xh-tab-switcher__tab .dl-edit-status-icon,
.xh-panel-header__title .dl-edit-status-icon {
  margin-left: 0.5em;
}
.dl-empty-text-box {
  color: var(--dl-inactive-color);
  padding: var(--xh-pad-px);
}
.dl-select-opt {
  height: 50px;
  border-bottom: var(--xh-border-solid);
  white-space: nowrap;
}
.dl-select-opt--oneline {
  height: 40px;
}
.dl-select-opt__icon {
  margin: auto 10px auto 0;
}
.dl-select-opt__text {
  width: 95%;
}
.dl-select-opt__text div:first-child {
  font-weight: 500;
  overflow: hidden;
}
.dl-select-opt__text div:nth-child(2) {
  font-size: var(--xh-font-size-small-px);
  color: var(--dl-secondary-color);
  padding-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xh-select__option--is-focused .dl-select-opt__icon {
  color: var(--dl-active-color);
}
.dl-compact-multi-select__popover {
  width: 100%;
  margin-right: 0.5rem;
}
.dl-compact-multi-select__popover > .bp5-popover-target {
  width: 100%;
}
.dl-compact-multi-select__content .xh-select__value-container--is-multi {
  height: 60px;
  overflow-y: scroll;
  align-items: flex-start;
}
.dl-compact-multi-select__content .xh-select__value-container {
  background-color: var(--xh-bg);
}
.dl-compact-multi-select__select-menu {
  position: static !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 350px;
}
.dl-compact-multi-select__select-menu__helper-tbar {
  background-color: var(--xh-bg);
  border-top: var(--xh-border-solid);
}
.dl-compact-multi-select__select-menu__helper-tbar label.xh-switch-input {
  color: var(--xh-text-color-muted);
}
.dl-compact-multi-select__select-option {
  display: flex;
  align-items: center;
}
.dl-compact-multi-select__select-option > .dl-select-opt {
  flex: 1 1;
}
.dl-compact-multi-select__select-option > .dl-select-opt > .dl-select-opt__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dl-compact-multi-select__button {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.dl-compact-multi-select__button__field-inactive.xh-button--intent-none {
  background-color: var(--xh-bg) !important;
  color: var(--xh-input-placeholder-text-color) !important;
}
.dl-compact-multi-select__button__field-active.xh-button--intent-none {
  background-color: var(--xh-bg) !important;
  color: var(--xh-input-text-color) !important;
}
.dl-compact-multi-select__button:hover {
  box-shadow: 1px 1px 8px -1px rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.dl-compact-multi-select__button > span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dl-ids-form-field {
  width: 33%;
}
.dl-ids-form-field > .xh-form-field-inner > .xh-input {
  width: 100%;
}
.dl-form-tab {
  overflow-y: auto;
  height: 100%;
  width: 100%;
}
.dl-form-tab > .xh-vframe {
  min-height: 100%;
}
.dl-form-tab__footer {
  align-items: center;
  background-color: var(--xh-bg-alt);
  border-top: var(--xh-border-solid);
  font-weight: bold;
  padding: var(--xh-pad-px);
  height: 41px;
}
.dl-form-tab__footer label {
  font-size: var(--xh-font-size-small-px);
  font-weight: normal;
  margin-right: var(--xh-pad-half-px);
}
.dl-form-tab__footer label:not(:first-child) {
  margin-left: var(--xh-pad-px);
}
.dl-form-tab .dl-section__body > .xh-hbox {
  align-items: flex-start;
}
.dl-form-tab .dl-section .dl-section__body > .xh-form-field:last-child {
  margin-bottom: 0;
}
.dl-form-tab .dl-section .dl-section__body > .xh-hbox:last-child .xh-form-field {
  margin-bottom: 0;
}
.dl-global-search-input {
  width: 600px;
  align-items: center;
  border: var(--xh-border-solid);
  border-radius: 5px;
  background-color: var(--xh-bg);
}
.dl-global-search-input:hover {
  box-shadow: 1px 1px 8px -1px rgba(0, 0, 0, 0.2);
}
.dl-global-search-input__select {
  flex: 1 1;
}
.dl-global-search-input__select .xh-select__control {
  border: none !important;
}
.dl-global-search-input__select .xh-select__control--is-focused svg {
  color: var(--dl-active-color);
}
.dl-global-search-input__select .xh-select__control--is-focused .xh-select__value-container .xh-select__placeholder {
  visibility: hidden;
}
.dl-global-search-input__select .xh-select__control--is-focused .xh-select__value-container .xh-select__placeholder::after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "Search for deals, transactions, instruments, customers, or documents...";
}

.xh-dark .dl-global-search-input:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: var(--dl-secondary-bg);
}
.dl-info-card {
  flex: 1 1;
  overflow-y: auto;
}
.dl-info-card > .dl-section:first-child {
  margin-top: 0 !important;
}
.dl-info-card .dl-section table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.dl-info-card .dl-section th {
  color: var(--dl-secondary-color);
  font-size: var(--xh-font-size-small-px);
  font-weight: 500;
  opacity: 0.8;
  padding: var(--xh-pad-half-px) var(--xh-pad-px);
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 140px;
}
.dl-info-card .dl-section td {
  width: 100%;
  padding: var(--xh-pad-half-px) var(--xh-pad-px);
}
.dl-info-card--popover {
  background-color: var(--xh-bg);
  padding-bottom: var(--xh-pad-px);
  min-width: 350px;
  max-height: 650px;
}
.dl-info-card--popover .dl-section__heading {
  border-bottom: var(--xh-border-solid);
}
.dl-info-card--popover .dl-section__body {
  padding-left: 0;
}
.dl-info-card--popover ul {
  margin: 0;
  padding: 0;
}
.dl-info-card--popover li:not(:last-child) {
  margin-bottom: var(--xh-pad-half-px);
}
.dl-section {
  flex: none;
  margin-top: var(--xh-pad-px);
  width: 100%;
}
.dl-section:first-child {
  margin-top: 0;
}
.dl-section:first-child .dl-section__heading {
  border-top: none;
}
.dl-section__heading {
  align-items: center;
  border-top: var(--xh-border-solid);
  color: var(--dl-secondary-color);
  flex: none;
  font-weight: 600;
  min-height: var(--xh-title-compact-height-px);
  overflow: hidden;
  padding: 0 var(--xh-pad-px);
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: var(--xh-bg-alt);
}
.dl-section__heading .xh-icon {
  margin-right: var(--xh-pad-half-px);
}
.dl-section__body {
  padding: var(--xh-pad-px) var(--xh-pad-px) 0 var(--xh-pad-px);
}
.dl-section__body .xh-hbox {
  align-items: center;
}
.dl-section--flex {
  display: flex;
  flex-direction: column;
  flex: auto;
}
.dl-external-object-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  background-color: var(--xh-intent-primary-trans1);
  border-top: 1px solid var(--dl-external-color);
  color: var(--dl-external-color);
  font-size: var(--xh-font-size-small-px);
}
.dl-external-object-banner--compact {
  height: 3em;
}
.dl-title {
  font-family: var(--xh-title-font-family);
  font-size: var(--xh-title-font-size-px);
  min-width: 170px;
  margin-left: 15px;
}
body.xh-app {
  --dl-active-color: hsl(211, 74%, 47%);
  --dl-active-color-trans: hsla(211, 74%, 47%, 0.05);
  --dl-active-green: rgb(68, 171, 36);
  --dl-child-row-bg: rgba(36, 63, 67, 0.08);
  --dl-inactive-bg: #f9f9f9;
  --dl-inactive-color: rgba(55, 71, 79, 0.6);
  --dl-secondary-color: rgba(55, 71, 79, 0.8);
  --dl-secondary-bg: rgb(250, 250, 250);
  --dl-blue-grey-bg: hsl(191, 23%, 53%);
  --dl-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  --dl-appbar-border: 1px solid rgba(95, 96, 98, 0.11);
  --dl-external-color: #4a90e2;
  --dl-widget-text-color: #5d5d5d;
  --dl-status-color-new: rgb(32, 118, 210);
  --dl-status-bg-new: rgba(32, 118, 210, 0.2);
  --dl-status-color-pending: rgb(232, 158, 3);
  --dl-status-bg-pending: rgba(232, 158, 3, 0.2);
  --dl-status-color-preview: rgb(234, 117, 17);
  --dl-status-bg-preview: rgba(234, 117, 17, 0.2);
  --dl-status-color-final: var(--dl-active-green);
  --dl-status-bg-final: rgba(68, 171, 36, 0.2);
  --dl-status-color-generated: var(--dl-inactive-color);
  --backdrop-bg: rgba(16, 22, 26, 0.7);
  --bg-highlight: rgba(32, 118, 210, 0.15);
  --bg-alt: var(--dl-secondary-bg);
  --border-color: rgb(223, 227, 230);
  --button-active-bg: var(--dl-active-color);
  --button-active-text-color: white;
  --font-family: "Open Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", sans-serif;
  --font-size-small-mult: 0.846153846;
  --form-field-box-shadow: none;
  --form-field-disabled-bg: transparent;
  --form-field-focused-box-shadow: none;
  --green: var(--dl-active-green);
  --grid-border-color: var(--xh-border-color);
  --grid-empty-text-color: var(--dl-inactive-color);
  --grid-filter-popover-height-px: 425px;
  --grid-filter-popover-width-px: 350px;
  --grid-font-family: nunito, -apple-system, "BlinkMacSystemFont", "Segoe UI", sans-serif;
  --grid-group-bg: var(--dl-blue-grey-bg);
  --grid-group-border-color: var(--xh-grid-border-color);
  --grid-header-bg: var(--xh-grid-bg);
  --grid-header-font-weight: 600;
  --grid-header-text-color: var(--dl-secondary-color);
  --grid-large-cell-lr-pad: 14;
  --grid-large-header-lr-pad: 14;
  --grid-large-font-size: var(--xh-grid-font-size);
  --grid-header-font-size: var(--xh-font-size-small);
  --grid-compact-header-font-size: var(--xh-font-size-small);
  --grid-large-header-font-size: var(--xh-font-size-small);
  --input-bg: transparent;
  --appbar-bg: var(--xh-bg-alt);
  --appbar-height: 64;
  --appbar-title-font-size: 20;
  --menu-border: none;
  --panel-bg: var(--xh-bg);
  --popup-bg: var(--xh-bg);
  --popup-border-color: var(--border-color);
  --resizable-border-width: 0;
  --resizable-button-icon-color: var(--dl-secondary-color);
  --scrollbar-bg: var(--xh-bg);
  --scrollbar-thumb: var(--xh-border-color);
  --tbar-bg: var(--xh-bg);
  --tbar-border-color: var(--border-color);
  --tbar-item-pad: 10;
  --tbar-min-size: 50;
  --text-color: rgb(55, 71, 79);
  --text-color-accent: var(--dl-active-color);
  --text-color-muted: var(--dl-secondary-color);
  --title-bg: var(--xh-bg);
  --title-font-size: 20;
  --title-height: 50;
  --title-pad: var(--xh-pad);
  --title-text-color: var(--text-color);
  --xh-intent-primary-h: 211;
  --xh-intent-primary-s: 74%;
  --xh-intent-primary-l1: 23%;
  --xh-intent-primary-l2: 35%;
  --xh-intent-primary-l3: 47%;
  --xh-intent-primary-l4: 85%;
}
body.xh-app.xh-dark {
  --border-color: rgb(41, 54, 61);
  --dl-child-row-bg: rgba(36, 63, 67, 0.78);
  --dl-inactive-bg: #1b2429;
  --dl-inactive-color: rgba(237, 245, 253, 0.4);
  --dl-secondary-bg: #1b2429;
  --dl-secondary-color: rgba(237, 245, 253, 0.6);
  --dl-blue-grey-bg: hsl(191, 23%, 33%);
  --dl-box-shadow:
    0 25.6px 57.6px rgba(0, 0, 0, 0.67), 0 25.6px 57.6px rgba(0, 0, 0, 0.22),
    0 4.8px 14.4px rgba(0, 0, 0, 0.53), 0 4.8px 14.4px rgba(0, 0, 0, 0.18);
  --dl-appbar-border: 1px solid rgb(41, 54, 61);
  --dl-widget-text-color: #acacac;
  --appbar-bg: rgb(12, 16, 18);
  --backdrop-bg: rgba(41, 54, 61, 0.6);
  --tbar-bg: var(--xh-bg-alt);
  --form-field-box-shadow: none;
  --form-field-focused-box-shadow: none;
  --grid-border-color: var(--xh-border-color);
  --mask-text-bg: var(--backdrop-bg);
  --mask-text-border: 1px solid var(--border-color);
  --popup-border-color: #37474f;
  --tbar-border-color: var(--border-color);
  --text-color: rgba(237, 245, 253, 0.9);
  --title-text-color: var(--xh-blue-gray-light);
  --xh-intent-primary-h: 211;
  --xh-intent-primary-s: 74%;
  --xh-intent-primary-l1: 23%;
  --xh-intent-primary-l2: 35%;
  --xh-intent-primary-l3: 47%;
  --xh-intent-primary-l4: 65%;
}
body.xh-app.xh-dark .xh-input ::placeholder {
  opacity: 0.4;
}
body.xh-app svg.highcharts-root {
  font-family: var(--xh-font-family) !important;
}
body.xh-app .xh-viewport {
  background: url(/static/media/login_bg.392090ea.jpg) no-repeat center center fixed;
  background-size: cover;
}
body.xh-app .xh-viewport::before {
  content: "";
  background-image: url(/static/media/logo.2b5bb1f8.svg);
  height: 84px;
  width: 160px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 120px 28px;
  background-position-x: 24px;
  background-position-y: 44%;
  background-repeat: no-repeat;
}
body.xh-app .xh-appbar {
  border-bottom: var(--dl-appbar-border);
  box-shadow: none;
}
body.xh-app .xh-appbar.dl-app-appbar .xh-appbar-title {
  height: 40px;
}
body.xh-app .xh-appbar.dl-app-appbar .xh-appbar-title img {
  cursor: pointer;
  height: 40px;
  margin-left: 3px;
}
body.xh-app .xh-appbar.dl-app-appbar .bp5-navbar-divider {
  border: none;
}
body.xh-app .xh-appbar.dl-app-appbar .xh-app-menu .xh-button {
  margin: 0 var(--xh-pad-half-px);
  font-size: 18px !important;
  background-color: transparent !important;
}
body.xh-app .xh-appbar.dl-app-appbar .bp5-navbar-group.bp5-align-right .xh-button:not(.dl-welcome-button) {
  font-size: 16px;
}
body.xh-app .xh-appbar.dl-app-appbar .bp5-navbar-group.bp5-align-right .dl-appbar-circle-button {
  border-radius: 50%;
  border: var(--xh-border-solid);
  cursor: pointer;
  font-size: 13px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}
body.xh-app .xh-appbar.dl-app-appbar .bp5-navbar-group.bp5-align-right .dl-appbar-circle-button:hover {
  color: var(--dl-active-color);
  border-color: var(--dl-active-color) !important;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
  background-color: transparent !important;
}
body.xh-app .xh-appbar.dl-app-appbar .bp5-navbar-group.bp5-align-right .dl-appbar-circle-button:hover svg {
  color: var(--dl-active-color);
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
}
body.xh-app .xh-appbar.dl-app-appbar .bp5-navbar-group.bp5-align-right .dl-appbar-circle-button.dl-appbar-refresh-button {
  margin-left: 10px;
}
body.xh-app .xh-appbar.dl-app-appbar .bp5-navbar-group.bp5-align-right .dl-welcome-button {
  background-color: var(--xh-bg);
}
body.xh-app .xh-appbar.dl-app-appbar .xh-tab-switcher.dl-icon-tab-switcher .dl-tab-button {
  border-radius: 50%;
  border: var(--xh-border-solid);
  cursor: pointer;
  font-size: 13px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}
body.xh-app .xh-appbar.dl-app-appbar .xh-tab-switcher.dl-icon-tab-switcher .dl-tab-button svg {
  color: var(--xh-button-text-color);
}
body.xh-app .xh-appbar.dl-app-appbar .xh-tab-switcher.dl-icon-tab-switcher .bp5-tab-list {
  gap: 0;
}
body.xh-app .xh-appbar.dl-app-appbar .xh-tab-switcher.dl-icon-tab-switcher .bp5-tab-list > *:not(:last-child) {
  margin-right: 10px;
}
body.xh-app .xh-appbar.dl-app-appbar .xh-tab-switcher.dl-icon-tab-switcher .bp5-tab {
  color: var(--dl-secondary-color);
  font-size: var(--xh-font-size-px);
  line-height: 24px;
  padding: 0;
}
body.xh-app .xh-appbar.dl-app-appbar .xh-tab-switcher.dl-icon-tab-switcher .bp5-tab[aria-selected=true] {
  box-shadow: none;
}
body.xh-app .xh-appbar.dl-app-appbar .xh-tab-switcher.dl-icon-tab-switcher .bp5-tab[aria-selected=true] .dl-tab-button {
  border-color: var(--dl-active-color);
}
body.xh-app .xh-appbar.dl-app-appbar .xh-tab-switcher.dl-icon-tab-switcher .bp5-tab[aria-selected=true] .dl-tab-button svg {
  color: var(--dl-active-color);
}
body.xh-app .xh-appbar.dl-app-appbar .xh-tab-switcher.dl-icon-tab-switcher .bp5-tab:hover {
  color: var(--dl-active-color);
}
body.xh-app .xh-appbar.dl-app-appbar .xh-tab-switcher.dl-icon-tab-switcher .bp5-tab:hover .dl-tab-button {
  border-color: var(--dl-active-color);
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
}
body.xh-app .xh-appbar.dl-app-appbar .xh-tab-switcher.dl-icon-tab-switcher .bp5-tab:hover .dl-tab-button svg {
  color: var(--dl-active-color);
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
}
body.xh-app .xh-message .bp5-dialog-body {
  max-height: 80vh;
  overflow: scroll;
}
body.xh-app .xh-panel-header:not(.xh-panel-header--right) {
  border-bottom: var(--xh-border-solid);
}
body.xh-app .xh-panel-header:not(.xh-panel-header--right) .xh-panel-header__title {
  display: block !important;
  text-overflow: ellipsis;
  margin-right: var(--xh-pad-half-px);
}
body.xh-app .xh-panel-header--compact {
  background-color: var(--dl-secondary-bg);
}
body.xh-app .xh-panel-header--compact .xh-icon {
  font-size: var(--xh-font-size-px);
}
body.xh-app .xh-popup__title {
  background-color: var(--dl-secondary-bg);
  border-bottom: var(--xh-border-solid);
}
body.xh-app .xh-placeholder {
  color: var(--dl-inactive-color);
  text-align: center;
}
body.xh-app .xh-placeholder * {
  max-width: 350px;
}
body.xh-app .bp5-dialog-header {
  border-bottom: var(--xh-border-solid);
  box-shadow: none;
}
body.xh-app .bp5-tooltip {
  border: 1px solid var(--xh-popup-border-color);
}
body.xh-app .bp5-tooltip .bp5-popover-arrow-fill {
  fill: var(--xh-popup-border-color);
}
body.xh-app .bp5-tooltip .bp5-popover-content code {
  border: var(--xh-border-solid);
  border-radius: 4px;
  color: var(--dl-secondary-color);
  font-family: var(--xh-font-family-mono);
  font-size: var(--xh-font-size-small-px);
  margin-left: var(--xh-pad-px);
  padding: 4px;
}
body.xh-app .xh-toast {
  text-align: center;
}
body.xh-app .xh-changelog__version li {
  margin-bottom: var(--xh-pad-px);
}
body.xh-app .xh-mask .xh-mask-body .xh-mask-text {
  max-width: 300px;
}
body.xh-app .xh-file-chooser__target {
  background-color: var(--dl-secondary-bg);
  border: var(--xh-border-solid);
  color: var(--dl-inactive-color);
}
body.xh-app .xh-file-chooser__target:hover {
  border-color: var(--xh-grid-bg-hover);
}
body.xh-app .xh-file-chooser__target .xh-placeholder {
  height: 100%;
}
body.xh-app .xh-file-chooser__reject-warning {
  text-align: center;
  color: var(--dl-inactive-color);
}
body.xh-app .xh-units-label {
  font-size: 0.8em;
}
body.xh-app .ag-cell.xh-intent-warning {
  color: var(--xh-intent-warning) !important;
}
body.xh-app .xh-grouping-chooser__add-control {
  margin-top: var(--xh-pad-half-px);
  padding-top: var(--xh-pad-half-px);
  margin-bottom: var(--xh-pad-px);
}
body.xh-app .xh-button:not(.xh-button--intent-none) {
  background-image: none;
}
body.xh-app .bp5-popover {
  box-shadow: none;
  border: 1px solid var(--xh-popup-border-color);
}
body.xh-app .bp5-popover .bp5-popover-content {
  color: var(--xh-text-color);
  background-color: var(--xh-bg-alt);
}
body.xh-app .bp5-menu .bp5-menu-item {
  padding: var(--xh-pad-px);
}
body.xh-app .bp5-menu .bp5-menu-header {
  padding: var(--xh-pad-half-px) 0 var(--xh-pad-half-px) 2px;
}
body.xh-app .bp5-menu .bp5-menu-header h6 {
  font-size: 15px;
}
body.xh-app .bp5-menu .bp5-menu-header .xh-icon {
  margin-right: 8px;
}
body.xh-app input,
body.xh-app select {
  font-family: var(--xh-font-family);
}
body.xh-app .bp5-input-group .xh-icon,
body.xh-app .xh-select__control__left-icon {
  font-size: 14px;
}
body.xh-app .xh-date-input__picker-icon--disabled {
  display: none;
}
body.xh-app .xh-inline-date-editor .xh-button-group {
  margin-top: 10px;
}
body.xh-app .xh-number-editor svg {
  margin-top: 15px;
}
body.xh-app .bp5-datepicker {
  background-color: var(--xh-bg-alt);
}
body.xh-app .xh-input:not(.xh-input-invalid) .bp5-input {
  border-radius: 0;
  border-bottom: var(--xh-border-solid);
}
body.xh-app .xh-input:not(.xh-input-invalid) .bp5-input:focus {
  border-color: var(--xh-focus-outline-color);
}
body.xh-app .xh-select .xh-select__control {
  border-bottom: var(--xh-border-solid);
}
body.xh-app .xh-select input {
  font-family: var(--xh-font-family);
}
body.xh-app .bp5-datepicker-caption select {
  font-weight: 400;
}
body.xh-app .bp5-control.bp5-switch input ~ .bp5-control-indicator {
  box-shadow: inset 0 0 0 1px var(--border-color), inset 0 1px 1px var(--border-color) !important;
}
body.xh-app .dl-input-show-disabled-as-readonly.xh-input-disabled input {
  color: var(--xh-text-color);
}
body.xh-app .dl-input-disabled-text-color {
  color: var(--xh-input-disabled-text-color);
  opacity: 0.4;
}
body.xh-app .dl-input-muted-icon .xh-icon {
  opacity: 0.5;
}
body.xh-app .xh-options-dialog {
  width: 600px;
}
body.xh-app .xh-options-dialog .xh-form-field .xh-form-field-label {
  min-width: 130px !important;
}
body.xh-app .xh-options-dialog .xh-form-field .xh-form-field-info {
  white-space: normal;
}
body.xh-app #xh-select-input-portal > * ::-webkit-scrollbar {
  border-radius: 5px;
}
body.xh-app #xh-select-input-portal > * ::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
}
body.xh-app .xh-grid {
  min-height: 120px;
}
body.xh-app .xh-grid.dl-inline-edit-grid {
  min-height: unset;
}
body.xh-app .xh-grid .xh-grid-header {
  text-transform: uppercase;
}
body.xh-app .xh-grid .ag-body,
body.xh-app .xh-grid .ag-floating-top,
body.xh-app .xh-grid .ag-floating-bottom {
  background-color: transparent;
}
body.xh-app .xh-grid .ag-overlay .ag-overlay-loading-wrapper {
  background-color: transparent;
}
body.xh-app .xh-grid .xh-action-col-cell {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
body.xh-app .xh-grid .xh-action-col-cell .xh-icon {
  font-size: var(--xh-font-size-small-px);
}
body.xh-app .ag-menu {
  --xh-menu-border: var(--xh-border-solid);
  box-shadow: none !important;
}
body.xh-app .dl-grid-row--isDelete .ag-cell {
  color: var(--dl-inactive-color) !important;
  text-decoration: line-through;
}
body.xh-app .xh-grid-autosize-header {
  text-transform: uppercase;
}
body.xh-app .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-focus) {
  border-left: 1px solid var(--xh-grid-pinned-column-border-color);
}
body.xh-app .dl-mini-grid .ag-center-cols-viewport {
  overflow-x: hidden;
}
body.xh-app .dl-secondary-color {
  color: var(--dl-secondary-color);
}
body.xh-app .dl-border-color {
  color: var(--xh-border-color);
}
body.xh-app .dl-active {
  color: var(--dl-active-color);
}
body.xh-app .dl-inactive {
  color: var(--dl-inactive-color) !important;
}
body.xh-app .dl-inactive-bg {
  background-color: var(--dl-inactive-bg);
}
body.xh-app .dl-units {
  color: var(--xh-text-color-muted);
  font-size: var(--xh-font-size-small-px);
  margin-left: 4px;
}
body.xh-app .dl-grid-selection-toolbar {
  background-color: var(--xh-bg-alt);
  padding-right: var(--xh-pad-px);
}
body.xh-app .dl-primary-toolbar {
  height: 60px;
  padding-right: 22px !important;
  background-color: inherit;
}
body.xh-app .dl-primary-toolbar--notices {
  padding-right: 24px !important;
  border-bottom: none !important;
}
body.xh-app .dl-primary-toolbar--switch-input-label {
  font-size: 11px;
  margin-top: 2px;
}
body.xh-app .dl-primary-toolbar .xh-button:not(.dl-add-button, .xh-button--outlined) .xh-icon {
  font-size: 16px;
}
body.xh-app .dl-primary-toolbar--non-inline-form-fields .xh-form-field {
  flex-direction: column;
  align-items: stretch;
}
body.xh-app .xh-view-manager__menu,
body.xh-app .xh-grouping-chooser-popover__inner {
  max-height: calc(100vh - 176px);
}
body.xh-app .dl-query-toolbar {
  background-color: inherit;
  min-height: 40px;
  height: 40px;
}
body.xh-app .dl-query-toolbar .xh-grouping-chooser {
  border-bottom: var(--xh-border-solid);
  min-width: 150px;
}
body.xh-app .dl-query-toolbar .xh-grouping-chooser button[title=Ungrouped] {
  color: var(--xh-input-placeholder-text-color) !important;
}
body.xh-app .dl-query-toolbar .xh-toolbar__separator {
  margin-left: var(--xh-tbar-item-pad-px) !important;
}
body.xh-app .dl-query-toolbar .xh-select .xh-select__indicator {
  font-size: unset;
  color: unset;
}
body.xh-app .dl-search-button {
  color: var(--dl-secondary-color) !important;
  margin-right: var(--xh-pad-px);
}
body.xh-app .dl-filter-toggle-button.xh-button--active {
  background-color: transparent !important;
  color: var(--dl-active-color) !important;
}
body.xh-app .dl-favorites-button .xh-icon {
  color: var(--xh-yellow);
}
body.xh-app .dl-favorites-button.xh-button--active:not(:hover) {
  background-color: inherit !important;
}
body.xh-app .dl-status-dot {
  height: 8.25px;
  width: 8.25px;
  margin: 0 10px 3px 0;
}
body.xh-app .dl-status-dot--not-started, body.xh-app .dl-status-dot--draft, body.xh-app .dl-status-dot--open {
  color: var(--dl-status-color-new);
}
body.xh-app .dl-status-dot--generated {
  color: var(--dl-status-color-generated);
}
body.xh-app .dl-status-dot--in-progress, body.xh-app .dl-status-dot--published {
  color: var(--dl-status-color-pending);
}
body.xh-app .dl-status-dot--completed, body.xh-app .dl-status-dot--complete, body.xh-app .dl-status-dot--dispatched, body.xh-app .dl-status-dot--reviewed, body.xh-app .dl-status-dot--sent {
  color: var(--dl-status-color-final);
}
body.xh-app .dl-form-field-info-warning {
  flex: 1 1;
  font-size: var(--xh-font-size-small-px);
  color: var(--xh-intent-warning);
  cursor: pointer;
  text-transform: uppercase;
  align-items: center;
}
body.xh-app .dl-form-field-info-warning .xh-icon {
  margin-right: 2px;
}
body.xh-app .dl-unpad-form-field .xh-form-field {
  margin-bottom: 0 !important;
}
body.xh-app .dl-hbox--info-warning-support {
  min-height: 84px;
  align-items: flex-start;
}
body.xh-app .dl-clickable,
body.xh-app .dl-clickable--underline {
  cursor: pointer;
}
body.xh-app .dl-clickable:hover,
body.xh-app .dl-clickable--underline:hover {
  color: var(--dl-active-color);
}
body.xh-app .dl-clickable--underline {
  text-decoration: underline;
}
body.xh-app .dl-dirty-icon {
  color: var(--xh-orange);
  margin: 0 var(--xh-pad-half-px);
  font-size: 0.6em;
}
body.xh-app .dl-add-button {
  color: var(--dl-active-color) !important;
  font-size: 16px !important;
}
body.xh-app .dl-add-button:hover {
  background-color: var(--dl-active-color) !important;
  color: white !important;
}
body.xh-app .dl-col-header--no-pad {
  padding: 0 !important;
}
body.xh-app .dl-tab-overflow-menu-item--active {
  color: var(--dl-active-color);
}
body.xh-app .xh-file-icon-pdf {
  color: var(--xh-red);
}
body.xh-app .xh-action-col-cell .dl-notices-icon {
  color: var(--xh-red);
}
body.xh-app .dl-raw-json-popup.bp5-dialog {
  width: 800px;
}
body.xh-app .dl-raw-json-popup.bp5-dialog .bp5-dialog-body {
  margin: 0;
  padding: 0;
}
body.xh-app .xh-tab-switcher .bp5-tab {
  color: var(--dl-secondary-color);
  font-size: var(--xh-font-size-px);
  padding: 0 6px;
}
body.xh-app .xh-tab-switcher .bp5-tab[aria-selected=true] {
  color: var(--xh-text-color);
  font-weight: 600;
  box-shadow: inset 0 -2px 0 var(--dl-active-color);
}
body.xh-app .xh-tab-switcher .bp5-tab:hover {
  color: var(--dl-active-color);
}
body.xh-app .dl-form-panel:not(.dl-form-panel--full-tab) .xh-tab-switcher--top {
  padding-left: 0;
}
body.xh-app .dl-form-panel:not(.dl-form-panel--full-tab) .xh-tab-switcher__tab {
  align-items: baseline;
  justify-content: center;
}
body.xh-app .dl-form-panel:not(.dl-form-panel--full-tab) .xh-tab-switcher__tab > span {
  flex: none;
}
body.xh-app .dl-form-panel:not(.dl-form-panel--full-tab) .xh-tab-switcher__scroll {
  flex: 1 1;
}
body.xh-app .dl-form-panel:not(.dl-form-panel--full-tab) .xh-tab-switcher .bp5-tab-list {
  column-gap: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.xh-app .dl-form-panel:not(.dl-form-panel--full-tab) .xh-tab-switcher .bp5-tab-list .bp5-tab {
  flex: 1 1;
  margin-right: 0;
}
body.xh-app .dl-form-panel:not(.dl-form-panel--full-tab) .xh-tab-switcher .bp5-tab-list .bp5-tab[aria-selected=false] {
  box-shadow: inset 0 -2px 0 var(--xh-border-color);
}
body.xh-app .dl-detail-view .xh-panel-header:not(.xh-panel-header--right) .xh-panel-header__items .xh-button-group .xh-button {
  font-size: var(--xh-font-size-px) !important;
}
body.xh-app .dl-detail-view .xh-panel-header:not(.xh-panel-header--right) .xh-panel-header__items > :last-child:not(.xh-button) {
  margin-right: var(--xh-pad-px);
}
body.xh-app .dl-detail-view .xh-panel-header:not(.xh-panel-header--right) .xh-panel-header__items > :not(:last-child) {
  margin-right: 0;
}
body.xh-app .dl-detail-view .xh-panel-header:not(.xh-panel-header--right) .xh-panel-header__items .xh-button .fa-times,
body.xh-app .dl-detail-view .xh-panel-header:not(.xh-panel-header--right) .xh-panel-header__items .xh-button .fa-chevron-right {
  color: var(--dl-secondary-color);
}
body.xh-app .dl-detail-view .xh-panel-header:not(.xh-panel-header--right) .xh-panel-header__title__inner {
  font-size: 16px;
}
body.xh-app .dl-detail-view .xh-panel-header.xh-panel-header--right .xh-button:first-child {
  margin-bottom: var(--xh-pad-half-px);
}
body.xh-app .dl-detail-view .xh-panel-header.xh-panel-header--right .xh-button:hover {
  background-color: transparent !important;
}
body.xh-app .dl-detail-view .xh-panel-header.xh-panel-header--right .xh-button:hover svg {
  color: var(--dl-active-color) !important;
}
body.xh-app .dl-detail-view--primary {
  max-width: 550px;
  min-width: 550px;
  border-left: var(--xh-border-solid);
}
body.xh-app .dl-widget .xh-toolbar--compact {
  color: var(--dl-widget-text-color);
  background-color: var(--xh-bg);
  padding-left: var(--xh-pad-half-px);
  padding-right: var(--xh-pad-half-px);
  height: unset !important;
  --xh-button-border-radius-px: 0;
  --xh-button-active-bg: var(--xh-intent-primary-trans2);
}
body.xh-app .dl-widget .xh-toolbar--compact .xh-button-group .xh-button {
  margin: 0;
  box-shadow: none !important;
  border: 1px solid var(--xh-button-border-color);
  --xh-button-bg: var(--xh-bg);
}
body.xh-app .dl-widget .xh-toolbar--compact .xh-button-group .xh-button:not(:last-child) {
  border-right: none;
}
body.xh-app .dl-widget .xh-toolbar--compact .bp5-input-action .xh-button-group .xh-button {
  border: none;
}
body.xh-app .xh-dash-tab .xh-panel-header__items > * {
  margin-right: 0 !important;
}
body.xh-app .xh-dash-tab .xh-panel-header__items > * .xh-button {
  min-width: 26px;
}
body.xh-app:not(.xh-dark) .xh-dash-tab .xh-panel-header__title {
  color: var(--xh-text-color) !important;
}
body.xh-app .dl-form-panel .dl-badge {
  font-size: var(--xh-font-size-small-px);
}
body.xh-app .dl-form-panel .xh-form-field-label {
  color: var(--dl-secondary-color);
  font-size: var(--xh-font-size-small-px);
}
body.xh-app .dl-form-panel .xh-form-field-label svg {
  font-size: var(--xh-font-size-px);
}
body.xh-app .dl-form-panel .xh-form-field-readonly:not(.xh-form-field-inline) .xh-form-field-readonly-display {
  border-bottom: var(--xh-border-solid);
  padding-left: var(--xh-pad-px);
  padding-right: var(--xh-pad-half-px);
  white-space: nowrap;
}
body.xh-app .dl-form-panel .xh-form-field-readonly:not(.xh-form-field-inline) .xh-input {
  border-bottom: var(--xh-border-solid);
  overflow: hidden;
}
body.xh-app .dl-form-panel .xh-form-field-readonly:not(.xh-form-field-inline) .xh-input .xh-form-field-readonly-display {
  border-bottom: none;
}
body.xh-app .dl-form-panel .xh-form-field-readonly:not(.xh-form-field-inline).dl-form-field--right-align .xh-form-field-readonly-display {
  text-align: right;
}
body.xh-app .dl-form-panel .xh-form-field-text-input .xh-form-field-readonly-display,
body.xh-app .dl-form-panel .xh-form-field-select .xh-form-field-readonly-display {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.xh-app .dl-form-panel .xh-form-field-readonly-display {
  min-height: 29px;
  cursor: default;
}
body.xh-app .dl-form-panel .xh-form-field-date-input .bp5-popover-target > div {
  flex: 1 1;
}
body.xh-app .xh-form-field-number-input .xh-form-field-readonly-display {
  flex: 1 1;
  text-align: right;
}
body.xh-app .xh-select--is-disabled .xh-select__value-container {
  opacity: 0.4;
}
body.xh-app .deal-filter-button__show,
body.xh-app .deal-filter-button__hide {
  cursor: pointer;
  height: 36px;
  background-color: var(--dl-blue-grey-bg);
  position: absolute;
  bottom: 6px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0 18px 18px 0;
}
body.xh-app .deal-filter-button__show svg,
body.xh-app .deal-filter-button__hide svg {
  font-size: 22px;
  margin-left: 2px;
  color: white;
}
body.xh-app .deal-filter-button__show {
  transition-property: width, opacity;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  width: 26px;
  opacity: 60%;
  box-shadow: var(--dl-box-shadow);
}
body.xh-app .deal-filter-button__show svg {
  margin-right: 1px;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
}
body.xh-app .deal-filter-button__show:hover {
  transition-property: width, opacity;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  width: 45px;
  opacity: 100%;
}
body.xh-app .deal-filter-button__show:hover div {
  padding-left: 18px;
}
body.xh-app .deal-filter-button__hide {
  transition-property: width, opacity, left, border-radius, background-color;
  transition-duration: 300ms;
  transition-timing-function: ease-in;
  left: 220px;
  width: 30px;
  opacity: 60%;
  border-radius: 18px 0 0 18px;
  background-color: transparent;
  justify-content: flex-start;
  border: var(--xh-border-solid);
  border-right: none;
  border-color: var(--xh-border-color);
}
body.xh-app .deal-filter-button__hide svg {
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  transform: rotate(180deg);
  color: var(--xh-text-color);
}
body.xh-app .deal-filter-button__hide:hover {
  transition-property: width, opacity, left, background-color, border;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  width: 42px;
  left: 207px;
  opacity: 100%;
  background-color: var(--dl-blue-grey-bg);
  border: none;
}
body.xh-app .deal-filter-button__hide:hover svg {
  color: white;
}
body.xh-app .deal-filter-button__hide:hover div {
  padding-right: 20px;
}
body.xh-app .dl-share-display-field .xh-form-field-readonly-display {
  text-align: right !important;
  width: 100%;
}
body.xh-app .xh-grid.dl-allocs-grid .ag-floating-bottom {
  border-top: 2px solid var(--xh-grid-border-color);
  border-bottom: 1px solid var(--xh-grid-border-color);
  overflow: hidden !important;
}
body.xh-app .dl-data-integrity-warning {
  max-height: 80vh;
}
body.xh-app .dl-whats-new-button {
  margin-left: var(--xh-pad-half-px);
}
body.xh-app .dl-whats-new-button .xh-icon {
  color: var(--dl-active-color);
  font-size: 11px;
}
body.xh-app .dl-user-account-badge {
  border-radius: 50%;
  cursor: pointer;
  color: white;
  font-size: 13px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}
body.xh-app .dl-customer-logo-wrapper {
  background-color: white;
  max-width: 100%;
  padding: var(--xh-pad-px);
  margin: var(--xh-pad-px);
  text-align: center;
}
body.xh-app .dl-customer-logo-wrapper img {
  max-width: 100%;
  object-fit: scale-down;
  margin: 0 auto;
}
body.xh-app .dl-inline-banner,
body.xh-app .dl-inline-banner--danger,
body.xh-app .dl-inline-banner--warning,
body.xh-app .dl-inline-banner--primary {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--xh-font-size-small-px);
  padding: var(--xh-pad-half-px) 2px;
}
body.xh-app .dl-inline-banner .dl-clickable,
body.xh-app .dl-inline-banner--danger .dl-clickable,
body.xh-app .dl-inline-banner--warning .dl-clickable,
body.xh-app .dl-inline-banner--primary .dl-clickable {
  text-decoration: underline;
}
body.xh-app .dl-inline-banner .xh-icon,
body.xh-app .dl-inline-banner--danger .xh-icon,
body.xh-app .dl-inline-banner--warning .xh-icon,
body.xh-app .dl-inline-banner--primary .xh-icon {
  margin-right: 0.5em;
}
body.xh-app .dl-inline-banner--primary {
  background-color: var(--xh-intent-primary-trans1);
  border-top: 1px solid var(--xh-intent-primary);
  color: var(--xh-intent-primary);
}
body.xh-app .dl-inline-banner--warning {
  background-color: var(--xh-intent-warning-trans1);
  border-top: 1px solid var(--xh-intent-warning);
  color: var(--xh-intent-warning);
}
body.xh-app .dl-inline-banner--danger {
  background-color: var(--xh-intent-danger);
  color: white;
}
body.xh-app .dl-api-error {
  padding: var(--xh-pad-px) 0;
}
body.xh-app .dl-api-error__id {
  color: var(--xh-text-color-muted);
  font-size: 0.8em;
  margin-bottom: 0;
}
body.xh-app .dl-api-error > :last-child {
  margin-bottom: 0;
}
@charset "UTF-8";
/*
 * This file belongs to Hoist, an application development toolkit
 * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
 *
 * Copyright © 2025 Extremely Heavy Industries Inc.
 */
.xh-file-chooser__target {
  margin: var(--xh-pad-px);
  padding: var(--xh-pad-px);
  border: var(--xh-border-dotted);
  cursor: pointer;
  flex: auto;
}
.xh-file-chooser__target--withGrid {
  flex: unset;
  width: 180px;
}
.xh-file-chooser__target--active {
  border-color: var(--xh-green);
}
.xh-file-chooser__reject-warning {
  color: var(--xh-red);
  margin-top: var(--xh-pad-double-px);
}
.xh-file-chooser__grid {
  flex: 1 1;
  border-left: var(--xh-border-solid);
}
.dl-deal-header {
  padding: var(--xh-pad-half-px);
  align-items: baseline;
}
.dl-deal-header__title {
  font-family: var(--xh-title-font-family);
  font-size: 16px;
  white-space: nowrap;
}
.dl-deal-header__title svg {
  font-size: 12px;
  margin: 1px var(--xh-pad-half-px);
}
.dl-deal-header__metrics {
  font-size: var(--xh-font-size);
  margin-top: 4px;
  white-space: nowrap;
}
.dl-deal-header__metrics .dl-label {
  color: var(--xh-text-color-muted);
  font-size: 11px;
  margin: 0 var(--xh-pad-half-px) 0 var(--xh-pad-px);
}
.dl-deal-header__metrics > .dl-label:nth-of-type(1) {
  margin-left: 0;
}
.dl-bank-branch-detail-card {
  margin-bottom: 0;
  margin-top: var(--xh-pad-px);
  max-height: 250px;
  flex: none;
  overflow-y: auto;
  padding: 0 !important;
}
.dl-bank-branch-detail-card .dl-section__heading {
  border-top: var(--xh-border-solid) !important;
}
.dl-bank-branch-detail-card .dl-section__heading .dl-clickable {
  margin-left: var(--xh-pad-px);
}
.dl-bank-branch-detail-card .dl-section__body {
  margin: 0 var(--xh-pad-px) !important;
}
.dl-bank-branch-detail-card th,
.dl-bank-branch-detail-card td {
  padding: 2px !important;
}
.dl-bank-branch-detail-card th ul,
.dl-bank-branch-detail-card td ul {
  margin: 2px 0;
}
.dl-bank-branch-detail-card--empty {
  background-color: transparent;
  min-height: 100px;
}
.dl-docs-add-button .xh-file-chooser__target {
  background-color: transparent !important;
  border: none !important;
  height: 30px;
  margin: 0;
  padding: 0;
}
.dl-form-panel.dl-form-panel--full-tab .xh-panel-header:not(.xh-panel-header--compact) {
  height: 56px;
}
.dl-form-panel.dl-form-panel--full-tab .xh-panel-header__items .xh-tab-switcher {
  border-bottom: unset;
  height: unset;
}
.dl-form-panel.dl-form-panel--full-tab .xh-panel-header--compact {
  align-items: center;
  color: var(--dl-secondary-color);
  background-color: var(--dl-secondary-bg);
  border-bottom: none;
  font-weight: 600;
  min-height: 35px;
  padding: var(--xh-pad-half-px) var(--xh-pad-px);
}
.dl-form-panel.dl-form-panel--full-tab .xh-panel-header--compact .xh-panel-header__title__inner {
  align-items: center;
}
.dl-form-panel.dl-form-panel--full-tab .dl-section__heading {
  min-height: 35px;
  padding: var(--xh-pad-half-px) var(--xh-pad-px);
}
.dl-form-panel.dl-form-panel--full-tab .dl-section__heading .xh-form-field {
  margin-bottom: 0;
}
.dl-form-panel.dl-form-panel--full-tab .xh-tab-switcher {
  border-bottom: var(--xh-border-solid);
  height: 35px;
  align-items: flex-end;
}
.dl-form-panel.dl-form-panel--full-tab .dl-docs-placeholder .xh-placeholder {
  background-color: var(--dl-secondary-bg);
}
.dl-form-panel.dl-form-panel--full-tab .xh-vframe .xh-placeholder {
  margin-top: var(--xh-pad-px);
}
.dl-grid-row-overdue:not(.ag-row-selected) {
  background-color: var(--xh-intent-danger-trans1) !important;
}

.dl-widget .xh-toolbar--compact button {
  text-transform: uppercase;
  font-size: 0.8em;
}
.dl-widget__header {
  background-color: transparent;
  flex-wrap: wrap;
}
.dl-widget__header__metric {
  background-color: var(--xh-bg-alt);
  border: 1px solid var(--xh-border-color);
  border-radius: 4px;
  padding: 4px 8px;
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 30px;
}
.dl-widget__header__metric__label {
  text-transform: uppercase;
  margin-left: 0.6em;
  font-size: var(--xh-font-size-small-px);
}
.dl-widget__header__metric__value {
  font-size: var(--xh-font-size-large-px);
}
.dl-widget__header__metric__value .xh-units-label {
  margin-left: 2px;
  font-size: var(--xh-font-size-small-px);
}
.dl-widget__header__metric--clickable:hover {
  cursor: pointer;
  background-color: var(--xh-button-bg-darkest);
}
.dl-widget__header__metric--inactive {
  color: var(--xh-text-color-muted);
}
.dl-widget__header__metric--overdue {
  color: white;
  background-color: var(--xh-intent-danger) !important;
}
.dl-widget__header__metric--today {
  color: white;
  background-color: var(--xh-intent-success) !important;
}
.dl-widget__header__metric--tomorrow {
  color: white;
  background-color: var(--xh-intent-success-darker) !important;
}
.dl-widget__header__metric--soon {
  color: white;
  background-color: var(--xh-intent-primary) !important;
}
.dl-widget__header__metric--later {
  color: white;
  background-color: var(--xh-intent-primary-darker) !important;
}
.dl-widget__header__metric--transactions {
  color: white;
  background-color: var(--xh-intent-primary) !important;
}
.dl-widget__header__metric--deals {
  color: white;
  background-color: var(--xh-intent-warning);
}
.dl-widget__header__metric--amount {
  background-color: var(--xh-intent-success);
}
.dl-widget__options > .xh-form-field {
  align-items: center;
}
.dl-widget__options > .xh-form-field label {
  min-width: 80px;
}

.dl-widget-menu {
  --xh-button-active-bg: var(--xh-intent-primary);
}
.dl-widget-menu > .xh-panel__content > .xh-vframe {
  padding: var(--xh-pad-half-px);
}
.dl-widget-menu .xh-form-field {
  padding: var(--xh-pad-half-px) var(--xh-pad-half-px) 0 var(--xh-pad-half-px);
}
.dl-widget-menu .xh-form-field-checkbox {
  margin: var(--xh-pad-half-px) 0;
}
.dl-widget-menu .xh-filter-chooser {
  padding: var(--xh-pad-half-px);
}
.dl-widget-menu .xh-hframe > .xh-form-field .xh-form-field-label {
  min-width: 0 !important;
}
.dl-checklist-dialog {
  --xh-grid-group-bg: var(--xh-border-color);
  --xh-grid-group-text-color: var(--xh-text-color);
  width: clamp(80vw, 1200px, 90vw);
  height: clamp(50vh, 800px, 90vh);
  /* Status column */
}
.dl-checklist-dialog .ag-group-value {
  width: 100%;
}
.dl-checklist-dialog .ag-group-expanded {
  display: none !important;
}
.dl-checklist-dialog .dl-grid-row--is-added-before-sync {
  opacity: 50%;
}
.dl-checklist-dialog [col-id=statusId] .xh-cell-inner-wrapper,
.dl-checklist-dialog [col-id=updatedBy] .xh-cell-inner-wrapper,
.dl-checklist-dialog [col-id=createdBy] .xh-cell-inner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dl-checklist-dialog [col-id=statusId] .xh-input,
.dl-checklist-dialog [col-id=updatedBy] .xh-input,
.dl-checklist-dialog [col-id=createdBy] .xh-input {
  flex: 1 1;
}

.dl-checklist-status-cell {
  padding: var(--xh-button-border-radius-px);
  margin-left: var(--xh-pad-px);
  border-radius: var(--xh-button-border-radius-px);
  width: 120px;
  color: white;
}
.dl-checklist-status-cell__status-cell-todo {
  background-color: var(--xh-intent-warning);
}
.dl-checklist-status-cell__status-cell-done {
  background-color: var(--xh-intent-success);
}
.dl-checklist-status-cell__status-cell-not-required {
  background-color: var(--xh-intent-primary);
}

.dl-user-renderer {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 27px;
  width: 54px;
}
.dl-dispatch-contacts-manager {
  width: clamp(60vw, 1200px, 100vw);
  height: clamp(50vh, 800px, 100vh);
}
.dl-select-button {
  border: var(--xh-border-solid);
  border-radius: 5px;
  background-color: var(--xh-bg);
}
.dl-select-button:hover {
  background-color: var(--dl-secondary-bg);
}
.dl-select-button__disabled:hover {
  background-color: var(--xh-bg);
}
.dl-select-button .xh-select__control {
  border: none !important;
}
.dl-select-button .xh-select__control--is-focused {
  background-color: var(--dl-secondary-bg);
}
.dl-tabs__labelled-item {
  margin: var(--xh-pad-half-px) 0;
  flex: 1 1;
}
.dl-tabs__labelled-item > span {
  color: var(--xh-text-color-muted);
  font-size: 11px;
  margin-bottom: var(--xh-pad-half);
}
.dl-tabs__recipients-tab > .xh-vframe {
  height: 100%;
}
.dl-tabs__email-preview {
  flex: 1 1;
}
.dl-tabs__email-preview > .dl-section__body {
  padding: 0;
}
.dl-document-preview-view iframe {
  height: 100%;
}
.dl-document-preview-view .xh-error-message__inner {
  max-width: unset;
}
.dl-document-preview-view .xh-modal-support__inline {
  height: unset !important;
}

.dl-document-version-selector .xh-select--is-disabled .xh-select__value-container {
  opacity: 1 !important;
}
.dl-document-version-selector .xh-select__single-value--is-disabled {
  color: var(--xh-input-text-color);
}
.dl-dispatch-editor {
  width: 90vw;
  height: 90vh;
}
.dl-dispatch-editor__flex-section {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.dl-ip-editor-form .dl-section {
  padding-bottom: var(--xh-pad-px);
}
.dl-ip-editor-form .xh-panel-header {
  background-color: transparent !important;
  border-bottom: 1px dotted var(--xh-border-color) !important;
}
.dl-ip-editor-form--collapsed .xh-panel-header {
  border-bottom: none !important;
}
.dl-ip-editor-form:not(:last-child) {
  border-bottom: var(--xh-border-solid);
}
.dl-ip-editor-form__idx-callout {
  font-size: var(--xh-font-size-small-px);
  line-height: var(--xh-font-size-small-px);
  justify-content: center;
  margin-bottom: var(--xh-pad-px);
}
.dl-ip-editor-form__idx-callout .xh-icon {
  margin-right: var(--xh-pad-px);
}
.dl-ip-editor-form .xh-error-message__inner {
  max-width: unset;
}
.dl-rounding-scale .xh-panel-header {
  background-color: transparent !important;
  border-bottom: 1px dotted var(--xh-border-color) !important;
}
.dl-rounding-scale__test-section {
  display: flex;
  align-items: center;
}
.dl-rounding-scale__test-section .xh-form-field-label {
  display: flex;
  align-items: center;
}
.dl-rate-options-view__table-shell {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.dl-rate-options-view table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 100%;
}
.dl-rate-options-view table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  min-width: 140px;
  text-align: left;
  border-bottom: var(--xh-border-solid) !important;
  color: var(--xh-grid-header-text-color);
  background-color: var(--xh-grid-header-bg);
  font-size: var(--xh-grid-header-font-size-px);
  font-weight: var(--xh-grid-header-font-weight);
  padding: 8px;
  text-transform: uppercase;
}
.dl-rate-options-view table thead th:first-child {
  left: 0;
  z-index: 2;
  min-width: 118px;
}
.dl-rate-options-view table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  border-bottom: 1px solid var(--xh-grid-border-color);
  background-color: var(--xh-bg-alt);
  font-size: var(--xh-font-size-small-px);
  font-weight: 500;
  padding: var(--xh-pad-px);
  text-align: left;
  vertical-align: top;
  width: 140px;
}
.dl-rate-options-view table tbody td {
  padding: var(--xh-pad-px);
  vertical-align: top;
  border-bottom: 1px solid var(--xh-grid-border-color);
}
.dl-rate-options-view table tbody td ul {
  font-size: var(--xh-font-size-small-em);
  list-style-type: circle;
  margin: var(--xh-pad-half-px) 0 0 0;
  padding: 0 0 0 10px;
}
.dl-rate-options-view table tbody tr:last-child th,
.dl-rate-options-view table tbody tr:last-child td {
  border-bottom: none;
}
.dl-notice-panel {
  border-left: var(--xh-border-solid);
}
.dl-notice-panel .xh-panel-header {
  height: 65px;
}
.dl-notice-panel__form .xh-hbox {
  padding: 2px 0;
  flex-grow: 1;
  max-width: 360px;
}
.dl-notice-panel__form .xh-form-field {
  align-items: center;
}
.dl-notice-panel__form .xh-form-field-label {
  font-size: var(--xh-font-size-small-px);
  color: var(--xh-text-color-muted);
  min-width: 0 !important;
  margin-right: 10px;
}
.dl-rate-option-detail-card {
  margin-bottom: 0;
  max-height: 300px;
  flex: none;
  overflow-y: scroll;
  padding: 0 0 var(--xh-pad-half-px) 0 !important;
}
.dl-rate-option-detail-card .dl-section {
  margin-top: 0 !important;
}
.dl-rate-option-detail-card .dl-section__body {
  margin: var(--xh-pad-half-px) var(--xh-pad-px) !important;
}
.dl-rate-option-detail-card th,
.dl-rate-option-detail-card td {
  padding: 2px !important;
}
.dl-rate-option-detail-card th ul,
.dl-rate-option-detail-card td ul {
  list-style-type: circle;
  margin: 2px 0;
  padding: 0 0 0 20px;
}
.dl-rate-option-detail-card--empty {
  background-color: transparent;
  padding: var(--xh-pad-px) !important;
}
.dl-rate-option-detail-card--popover {
  width: 400px;
  background-color: var(--xh-bg);
}

.dl-form-panel--readonly .dl-rate-option-detail-card--empty {
  height: 60px;
}
.dl-fee-fixing-form--readonly {
  padding: var(--xh-pad-px) var(--xh-pad-px) 0 var(--xh-pad-px);
}
.dl-fee-fixing-form--readonly .xh-form-field-disabled {
  opacity: 0.6;
}
.dl-fee-fixing-form--readonly:nth-child(odd) {
  border-top: var(--xh-border-solid);
}
.dl-fee-fixing-form--readonly .xh-switch-input {
  margin: var(--xh-pad-half-px) 0 0 20px;
}
.dl-participation-fixings {
  border-radius: 8px;
  border: var(--xh-border-solid);
  overflow: hidden;
  margin-bottom: 8px;
  background-color: var(--xh-border-color);
}
.dl-participation-fixings > .xh-input {
  border-bottom: 0;
}
.dl-participation-fixings > .xh-input > .xh-form-field-readonly-display {
  padding: 0;
}
.dl-participation-fixings__section {
  padding: 8px;
  border-radius: 8px;
  background-color: var(--xh-bg);
  margin-bottom: 8px;
}
.dl-participation-fixings__section-header__top {
  color: var(--xh-text-color);
}
.dl-participation-fixings__section-header__bottom {
  font-size: var(--xh-grid-small-font-size-px);
  font-weight: normal;
}
.dl-participation-fixings__grid {
  margin-top: 4px;
  border: var(--xh-border-solid);
}
.dl-contract-conversions__form-tab {
  margin-bottom: 0.5rem;
}
.dl-contract-conversions__form-tab > div {
  height: 100%;
  display: unset !important;
  overflow-y: auto !important;
}
.dl-contract-conversions__balance-label {
  margin-right: 0.5rem;
  text-align: end;
}
.dl-contract-conversions__section {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  overflow: hidden;
}
.dl-contract-conversions__section-body {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  justify-content: space-between;
  overflow: hidden;
}
.dl-contract-conversions__row-container {
  flex: 1 1;
}
.dl-contract-conversions__conversion-row {
  overflow: visible !important;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border: 1px solid var(--xh-border-color);
  border-radius: 1rem;
}
.dl-contract-conversions__conversion-row__status-icon {
  margin-right: 0.25rem;
}
.dl-contract-conversions__conversion-row__selected {
  background-color: var(--xh-grid-selected-row-bg);
}
.dl-contract-conversions__conversion-row__invalid {
  border-color: var(--xh-intent-danger);
}
.dl-contract-conversions__conversion-row__dirty {
  border-color: var(--xh-intent-warning-lighter);
}
.dl-contract-conversions__totals-invalid {
  padding: 0.5rem;
  border: 1px solid var(--xh-intent-danger);
  border-radius: 1rem;
}
.dl-contract-conversions__hidden-balance {
  visibility: hidden;
}
.dl-fee-fixing-panel:not(:first-of-type) {
  border-top: var(--xh-border-solid);
  margin-top: 18px;
}

.dl-fee-fixing-form {
  padding: var(--xh-pad-px) var(--xh-pad-px) 0 var(--xh-pad-px);
}
.dl-fee-fixing-form .xh-form-field-disabled {
  opacity: 0.6;
}
.dl-fee-fixing-form .xh-switch-input {
  margin: var(--xh-pad-half-px) 0 0 20px;
}
.dl-section .dl-rate-fixing__rate-row .xh-input .xh-icon {
  opacity: 0.5;
}
.dl-section .dl-rate-fixing__ref-rate-row {
  align-items: center !important;
  margin: 0;
  padding: var(--xh-pad-half-px) var(--xh-pad-px);
}
.dl-section .dl-rate-fixing__ref-rate-row--selected {
  background-color: var(--dl-active-color-trans);
}
.dl-section .dl-rate-fixing__ref-rate-row--selected .dl-rate-fixing__rate-label {
  color: var(--dl-active-color);
}
.dl-section .dl-rate-fixing__ref-rate-row--selected .xh-input input {
  color: var(--dl-active-color) !important;
  font-weight: bold;
}
.dl-section .dl-rate-fixing__ref-rate-row .xh-input .xh-icon {
  opacity: 0.5;
}
.dl-section .dl-rate-fixing__rate-label {
  flex: 1 1;
}
.dl-section .dl-rate-fixing__all-in-rate {
  color: var(--dl-active-color);
  font-weight: bold;
}
.dl-section .dl-rate-fixing__all-in-rate .xh-form-field-label {
  font-weight: normal;
}
.dl-section .dl-rate-fixing__all-in-rate .xh-input input {
  color: var(--dl-active-color) !important;
  font-weight: bold;
}
.dl-section .dl-rate-fixing__no-rate-icon {
  color: var(--xh-intent-warning);
  margin-left: var(--xh-pad-px);
}

.dl-section.dl-rate-fixing__ref-rate-view--grid-detail {
  margin-top: 0;
}
.dl-section.dl-rate-fixing__ref-rate-view--grid-detail .dl-empty-text-box {
  min-height: 100px;
}

.dl-rate-fixing__future-grid-row .ag-cell {
  color: var(--dl-inactive-color) !important;
}
.dl-participation-rates {
  border-radius: 8px;
  border: var(--xh-border-solid);
  overflow: hidden;
  margin-bottom: 8px;
  background-color: var(--xh-border-color);
}
.dl-participation-rates > .xh-input {
  border-bottom: 0;
}
.dl-participation-rates > .xh-input > .xh-form-field-readonly-display {
  padding: 0;
}
.dl-participation-rates__section {
  padding: 8px;
  border-radius: 8px;
  background-color: var(--xh-bg);
  margin-bottom: 8px;
}
.dl-participation-rates__section-header__top {
  color: var(--xh-text-color);
}
.dl-participation-rates__section-header__bottom {
  font-size: var(--xh-grid-small-font-size-px);
  font-weight: normal;
}
.dl-participation-rates__grid {
  margin-top: 4px;
  border: var(--xh-border-solid);
}
.dl-fee-payment .xh-tab {
  display: block !important;
  width: 100%;
  padding: var(--xh-pad-px);
}
.dl-transactions-generator__deal-instrument-input {
  border: var(--xh-border-solid);
  border-radius: 5px;
  background-color: var(--xh-bg);
  width: 100% !important;
}
.dl-transactions-generator__deal-instrument-input:hover {
  background-color: var(--dl-secondary-bg);
}
.dl-transactions-generator__deal-instrument-input .xh-select__control {
  border: none !important;
}
.dl-transactions-generator__deal-instrument-input .xh-select__control--is-focused {
  background-color: var(--dl-secondary-bg);
}
.dl-transactions-generator__deal-instrument-select-menu {
  width: 400px !important;
}
.dl-txn-gen-preview__grid .xh-cell--editable {
  background-color: var(--xh-intent-primary-trans1);
}
.dl-txn-gen-preview__errorlist {
  height: 250px;
  max-height: 250px;
  overflow: scroll;
}
.dl-txn-generator-filter__container {
  width: 100%;
  padding: 5px;
  margin-bottom: 0.5rem;
  background-color: var(--xh-appbar-bg);
  overflow-y: scroll !important;
}
.dl-txn-generator-filter__filter-row {
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid var(--xh-border-color);
  margin: 0.1rem 0;
  background-color: var(--dl-secondary-bg);
  flex-shrink: 0;
}
.dl-txn-generator-filter__icon-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dl-txn-generator-filter__icon-deal {
  padding: 0.5rem;
  background-color: var(--xh-blue);
}
.dl-txn-generator-filter__icon-inst {
  padding: 0.5rem;
  background-color: var(--xh-green);
}
.dl-txn-generator-filter__icons {
  align-items: center;
}
.dl-interest-payment-calc-section {
  border-left: var(--xh-border-solid);
}
.dl-interest-payment-calc-section .xh-panel:not(:first-child) {
  border-top: var(--xh-border-solid);
}

.dl-allocs-section .xh-panel:not(:first-child) {
  border-top: var(--xh-border-solid);
}
.dl-transactions-date-filter__token-container {
  color: var(--xh-text-color-muted);
  cursor: pointer;
  font-size: 11px;
  justify-content: flex-end;
  margin-top: 2px;
  padding-right: var(--xh-pad-half-px);
  width: 100%;
}
.dl-transactions-date-filter__token {
  margin: 0 var(--xh-pad-half-px);
}
.dl-transactions-date-filter__token--selected {
  color: var(--dl-active-color);
}
.dl-transactions-date-filter__token:hover {
  color: var(--dl-active-color);
  text-decoration: underline;
}
@charset "UTF-8";
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  appearance: button;
  cursor: pointer;
}

button[disabled].rbc-btn {
  cursor: not-allowed;
}

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.rbc-m-b-negative-3 {
  margin-bottom: -3px;
}

.rbc-h-full {
  height: 100%;
}

.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit;
}

.rbc-abs-full, .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rbc-ellipsis, .rbc-show-more, .rbc-row-segment .rbc-event-content, .rbc-event-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rbc-rtl {
  direction: rtl;
}

.rbc-off-range {
  color: #999999;
}

.rbc-off-range-bg {
  background: rgb(229.5, 229.5, 229.5);
}

.rbc-header {
  overflow: hidden;
  flex: 1 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #ddd;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-button-link {
  color: inherit;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-user-select: text;
          user-select: text;
}

.rbc-row-content {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}

.rbc-row-content-scrollable {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
  display: none;
}

.rbc-today {
  background-color: #eaf6ff;
}

.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.rbc-toolbar button:hover {
  color: #373a3c;
  cursor: pointer;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .rbc-toolbar {
    flex-direction: column;
  }
}
.rbc-event, .rbc-day-slot .rbc-background-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
  background-color: rgb(37.7432432432, 89.3513513514, 133.2567567568);
}
.rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
  outline: 5px auto #3b99fc;
}

.rbc-event-label {
  font-size: 80%;
}

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-row {
  display: flex;
  flex-direction: row;
}

.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  color: #3174ad;
}
.rbc-show-more:hover, .rbc-show-more:focus {
  color: rgb(37.7432432432, 89.3513513514, 133.2567567568);
}

.rbc-month-view {
  position: relative;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  flex: 1 0;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  height: 100%;
}

.rbc-month-header {
  display: flex;
  flex-direction: row;
}

.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd;
}

.rbc-date-cell {
  flex: 1 1;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  display: flex;
  flex-direction: row;
  flex: 1 0;
  overflow: hidden;
  right: 1px;
}

.rbc-day-bg {
  flex: 1 0;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}

.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " »";
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "« ";
}

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  flex: 1 1;
}

.rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap;
}

.rbc-time-gutter,
.rbc-header-gutter {
  flex: none;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
  border: 1px solid rgb(37.7432432432, 89.3513513514, 133.2567567568);
  display: flex;
  max-height: 100%;
  min-height: 20px;
  flex-flow: column wrap;
  align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-background-event {
  opacity: 0.75;
}
.rbc-day-slot .rbc-event-label {
  flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  flex: 1 1;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid rgb(246.5, 246.5, 246.5);
}

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #ddd;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0;
  flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1;
  flex-basis: 0 px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  flex: 1 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
  text-align: right;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #ddd;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #ddd;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #ddd;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
}

.rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-header-content {
  flex: 1 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
  flex-shrink: 0;
}

.rbc-time-content {
  display: flex;
  flex: 1 0;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #ddd;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
}

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}

.rbc-resource-grouping.rbc-time-header-content {
  display: flex;
  flex-direction: column;
}
.rbc-resource-grouping .rbc-row .rbc-header {
  width: 141px;
}

.dl-agenda-calendar {
  --dl-calendar-border: 2px solid var(--xh-border-color);
}
.dl-agenda-calendar .rbc-calendar {
  flex: 1 1;
  font-family: var(--xh-font-family);
}
.dl-agenda-calendar .rbc-off-range-bg {
  background: var(--dl-inactive-bg);
}
.dl-agenda-calendar .dl-date-cell-container {
  display: flex;
}
.dl-agenda-calendar .dl-day-container > .dl-add-agenda-event-btn {
  visibility: hidden;
}
.dl-agenda-calendar .dl-day-container:hover > .dl-add-agenda-event-btn {
  visibility: visible;
}
.dl-agenda-calendar .rbc-date-cell {
  text-align: center;
}
.dl-agenda-calendar .rbc-date-cell .dl-day-label {
  padding: 4px 8px;
  margin: 4px;
}
.dl-agenda-calendar .rbc-date-cell .dl-day-today {
  background-color: var(--dl-active-color);
  color: white;
  border-radius: 8px;
}
.dl-agenda-calendar .rbc-today {
  background: none;
}
.dl-agenda-calendar .rbc-month-view {
  border-color: var(--xh-border-color);
}
.dl-agenda-calendar .rbc-header {
  border-color: var(--xh-border-color);
  font-weight: var(--xh-grid-header-font-weight);
  padding: var(--xh-pad-half-px);
}
.dl-agenda-calendar .rbc-month-row {
  border-top: var(--dl-calendar-border);
}
.dl-agenda-calendar .rbc-day-bg {
  border-left: var(--dl-calendar-border);
}
.dl-agenda-calendar .rbc-row-segment {
  padding: var(--xh-pad-half-px);
}
.dl-agenda-calendar .rbc-show-more {
  background-color: unset;
}
.dl-agenda-calendar .rbc-event, .dl-agenda-calendar .rbc-day-slot .rbc-background-event, .rbc-day-slot .dl-agenda-calendar .rbc-background-event {
  background-color: transparent;
}
.dl-agenda-calendar__dl-event-wrapper {
  justify-content: space-between;
  align-items: center;
  border-color: var(--xh-border-color);
}
.dl-agenda-calendar__dl-event-wrapper:hover {
  cursor: pointer;
}
.dl-agenda-calendar__dl-event-selected, .dl-agenda-calendar__dl-event-wrapper:hover {
  outline: 3px solid var(--xh-intent-primary-trans2);
  background: var(--xh-intent-primary-trans2);
}
.dl-agenda-calendar__dl-event-title {
  width: calc(95% - 15px);
  padding: 2px 5px 2px 0;
  border-radius: 8px;
}
.dl-agenda-calendar__dl-event-title__overdue {
  background: var(--xh-intent-danger);
}
.dl-agenda-calendar__dl-assignee {
  width: 15px;
  height: 25px;
  border-radius: 8px;
}
.dl-customer-groups-filter__popover {
  width: clamp(60px, 20%, 350px);
  max-width: clamp(60px, 20%, 350px);
  margin-right: 0.5rem;
}
.dl-customer-groups-filter__popover > .bp5-popover-target {
  width: 100%;
}
.dl-customer-groups-filter__select-menu {
  position: static !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.dl-customer-groups-filter__button {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.dl-customer-groups-filter__button.xh-button--intent-none {
  background-color: var(--xh-bg) !important;
  color: var(--xh-input-placeholder-text-color) !important;
}
.dl-customer-groups-filter__button:hover {
  box-shadow: 1px 1px 8px -1px rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.dl-customer-groups-filter__button > span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dl-deal-dialog__np-tag {
  color: var(--dl-widget-text-color);
  font-weight: var(--xh-grid-header-font-weight);
}
.dl-deal-dialog__assignee-tag {
  color: var(--xh-intent-primary);
  font-weight: var(--xh-grid-header-font-weight);
}
.dl-deal-filter--list-mode .dl-deal-card--selected {
  animation: fadeIn 300ms ease-in;
}

.dl-deal-card {
  transition: opacity 0.5s;
  border-radius: 6px;
  border: var(--xh-border-solid);
  cursor: pointer;
  margin: var(--xh-pad-px) 0 var(--xh-pad-px) var(--xh-pad-px);
  max-height: 180px;
  opacity: 60%;
  padding: var(--xh-pad-px) 0;
  width: calc(100% - var(--xh-pad-px));
}
.dl-deal-card--selected {
  background-color: var(--dl-active-color-trans);
  border: 1px solid var(--xh-intent-primary-trans2);
  opacity: 100%;
  padding-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dl-deal-card--selected .xh-toolbar {
  margin-top: 15px;
  padding-right: 10px;
}
.dl-deal-card__title {
  align-items: flex-start;
  font-size: 15px;
  font-weight: 600;
  margin: 0 var(--xh-pad-px) 0 var(--xh-pad-px);
  max-height: 40px;
}
.dl-deal-card__title .dl-deal-card__dl-approve-icon {
  display: flex;
  justify-content: center;
  max-height: 20px;
  min-height: 20px;
  margin: 0;
}
.dl-deal-card:hover {
  opacity: 100%;
}
.dl-deal-card label {
  color: var(--dl-secondary-color);
  font-size: var(--xh-font-size-small-px);
  margin: 0 var(--xh-pad-px);
}
.dl-deal-card__commitment-amount {
  font-size: 15px;
  font-weight: 600;
  margin-left: var(--xh-pad-px);
}
.dl-deal-card__funding-amount {
  margin: 0 var(--xh-pad-px);
}
.dl-deal-card .dl-deal-funding-progress-bar {
  margin: var(--xh-pad-half-px) var(--xh-pad-px);
}
.dl-deal-card--list-item {
  justify-content: space-between;
  border: 1px solid transparent;
  color: var(--dl-secondary-color);
  font-size: 14px;
  font-weight: 600;
  min-height: unset;
  margin: 0 var(--xh-pad-px);
  padding: var(--xh-pad-half-px) var(--xh-pad-px);
}
.dl-deal-card--list-item:hover {
  color: var(--xh-text-color);
  border: var(--xh-border-solid);
  border-radius: 6px;
}
.dl-deal-card--icon {
  margin-top: 3px;
  margin-left: 4px;
  width: 14px !important;
}
.dl-deal-card__fave-btn--active {
  color: var(--xh-yellow) !important;
}

.dl-deal-card--external:not(.dl-deal-card--list-item) {
  border-left: var(--dl-external-color) solid 4px;
}

@keyframes fadeIn {
  0% {
    opacity: 30%;
  }
  100% {
    opacity: 1;
  }
}
.dl-deal-funding-progress-bar {
  height: 4px;
  cursor: pointer;
  border-radius: 4px;
}
.dl-deal-funding-progress-bar--empty {
  background-color: #d9dad9;
}
.dl-deal-funding-progress-bar--funded {
  background-color: var(--dl-active-green);
}
.dl-deal-funding-progress-bar--unfunded {
  background-color: #d9dad9;
}
.dl-deal-filter {
  border-right: var(--xh-border-solid);
}
.dl-deal-filter .xh-toolbar {
  background-color: var(--xh-bg);
}
.dl-deal-filter__container {
  overflow-y: auto;
  flex: 1 1;
  padding-right: var(--xh-pad-px);
}
.dl-deal-filter__section-break {
  border-top: 1px solid var(--dl-external-color);
  margin: var(--xh-pad-px) 0;
}
.dl-deal-filter__section-header {
  background-color: var(--xh-intent-primary-trans1);
  border-top: 1px solid var(--dl-external-color);
  color: var(--dl-external-color);
  font-size: var(--xh-font-size-large-px);
  margin: var(--xh-pad-px) 0;
  padding: var(--xh-pad-px) 24px;
  align-items: center;
}
.dl-deal-filter__pointer-header:hover {
  cursor: pointer;
}
.dl-deal-filter .xh-button-group-input .xh-button {
  color: var(--dl-secondary-color) !important;
}
.dl-deal-filter .xh-button-group-input .xh-button--active {
  color: var(--dl-active-color) !important;
  background-color: transparent !important;
}
.dl-deal-filter ::-webkit-scrollbar {
  display: none;
}
.dl-deal-filter:hover .dl-deal-filter__container {
  overflow-y: scroll;
  padding-right: 0;
}
.dl-deal-filter:hover ::-webkit-scrollbar {
  display: block;
}
.dl-deal-filter:hover .dl-deal-card--external,
.dl-deal-filter:hover .dl-deal-card {
  margin-right: 0 !important;
}
