/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* End of _color.scss */
/*
  RCI default font size is 14px which follows browser standard

  Browser standard: 1rem = 16px
  10px = 0.625rem
  12px = 0.75rem
  13px = 0.8125rem
  14px = 0.875rem // default RCI font size
  16px = 1rem // browser standard
*/
/* End of _typography.scss */
/*
  BEM Naming Convention
  B (Block) - .stick-man
  E (Element) - .stick-man__head, .stick-man__body
  M (Modifier) - .stick-man--blue, .stickman--red

  .form { }
  .form--theme-xmas { }
  .form--simple { }
  .form__input { }
  .form__submit { }
  .form__submit--disabled { }
 */
:root {
  font-size: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #212121;
  position: fixed;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
:root html {
  box-sizing: border-box;
}
:root *,
:root *::before,
:root *::after {
  box-sizing: inherit;
}
:root body {
  margin: 0;
  font-size: 0.875rem;
}
:root {
  --field-label-width: auto;
  --customization-field-label-width: auto;
  /* used for the fallback header in non-argonath environments */
  --global-nav-height: 3.5rem;
  --header-height: 5.6875rem;
  --left-menu-nav-width: 12.25rem;
  --rebalancing-table-height: calc(
      100vh - (3.125rem + 2.6875rem + 2.6875rem + 8.375rem)
  );
}

* {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* hide scroll bar */
html {
  font-size: 1rem;
  overflow: auto;
  overflow-x: hidden;
}

body {
  text-align: center;
  background-color: #fff;
  line-height: inherit;
  overflow: hidden;
}

header {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1090;
  width: 100%;
  background-color: #082321;
  color: #fff;
  height: 5.6875rem;
  border-bottom: 1px solid var(--color-border-line-0);
}

@media screen and (max-width: 95rem) {
  header {
    min-width: 100%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 95.0625rem) {
  header {
    min-width: 100%;
    max-width: 95rem;
  }
}
b {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #0dafe5;
}
a[href^=mailto] {
  color: #666666;
}

.tooltip__instruction, .clearfix {
  width: 100%;
  display: flow-root;
}

@media only screen and (max-width : 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

#logo {
  height: 1.125rem;
  margin: 1rem;
}

#container, .container-after-logo {
  text-align: left;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
}

[apl-theme=dark] #container, [apl-theme=dark] .container-after-logo {
  background-color: var(--color-bg-surface);
}

.bold-text-1, .label-1, .header-1 {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  color: #212121;
  line-height: 1;
  font-weight: 700;
}

.header-1 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.text-1 {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  color: #212121;
  line-height: 1;
}

.large-page-title {
  font-family: "Tiempos Headline", serif;
  font-size: 1.375rem;
  line-height: 130%;
}

.sub-text {
  font-size: 0.75rem;
  line-height: 0.625rem;
  font-weight: 400;
  text-overflow: ellipsis;
  color: var(--color-text-secondary, 1);
}

.sub-text-dark {
  font-size: 0.75rem;
  line-height: 0.625rem;
  font-weight: 400;
  text-overflow: ellipsis;
}

.sub-text-dark-table {
  font-size: 0.75rem;
  line-height: 0.625rem;
  font-weight: 400;
  text-overflow: ellipsis;
  line-height: 0.75rem;
}

.sub-text-selected {
  font-size: 0.75rem;
  line-height: 0.625rem;
  font-weight: 400;
  text-overflow: ellipsis;
  color: #666666;
}

.alert {
  padding: 1rem;
  margin-top: 1rem;
  border: 1px solid var(--color-border-line-0);
  border-radius: 0.25rem;
}

.alert-warning, .assumptions-error-container {
  font-size: 0.75rem;
  border-color: #ffe5b8;
  background-color: #fff8eb;
}

.alert-success {
  border-color: #ccdbdb;
  background-color: #f2f6f6;
}

.alert-list-item, .assumptions-error {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}

.error-field-item {
  text-decoration: underline;
  font-weight: 700;
  font-size: 0.75rem;
  list-style: disc;
  display: list-item;
  margin-left: 1rem;
}

.error-warning-img {
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
}

.error-warning-img-no-margin {
  height: 1rem;
  width: 1rem;
  max-width: none;
}

.error-field-spacing {
  margin-top: 0.5rem;
}

.error-field-spacing-modal {
  padding-bottom: 0.25rem;
}

.assumptions-error-container {
  margin: 1rem 1.5rem 0;
  width: 100%;
}

.assumptions-error {
  font-size: 0.875rem;
}

.sidebar-review-errors {
  margin: 0 1rem 1rem;
}

.create-asset-review-errors {
  margin: 1rem;
}

.rci-flex {
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  height: inherit;
}

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

.flex-column {
  flex-direction: column;
}

.flex-min-height {
  min-height: 2.1875rem;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-align-center {
  align-items: center;
}

.flex-end {
  align-items: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.white-space-no-wrap {
  white-space: nowrap;
}

.relative {
  position: relative;
}

.center-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.list-view-item-with-icon {
  width: calc(100% - 1rem);
}

.flex-row-align-start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.flex-row-align-start > * {
  text-overflow: inherit;
  white-space: nowrap;
  overflow: visible;
}

.m1-inner-right > * {
  margin-right: 0.5rem;
}

.gap-m1 {
  gap: 0.5rem;
}

.flex-row-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.flex-row-space-between > :only-child {
  margin-right: 0;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

[hidden] {
  display: none !important;
}

.button {
  outline: none;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  color: #212121;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  display: flex;
  transition: background-color 80ms, color 80ms;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid var(--color-border-line-0);
}
.button:hover {
  background-color: #f5f5f5;
}

.button-primary, #two-factor-login .btn-info,
#two-factor-login .btn-primary {
  border-radius: 0.25rem;
  display: inline-block;
  transition: background-color 80ms, color 80ms;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid var(--color-action-primary, #055456);
  background: var(--color-action-primary, #055456);
  color: #fff;
  font-weight: 400;
}
.button-primary:hover:not([disabled]), #two-factor-login .btn-info:hover:not([disabled]),
#two-factor-login .btn-primary:hover:not([disabled]) {
  background-color: var(--color-action-primary-hover, #084c4e);
}
.button-primary:focus, #two-factor-login .btn-info:focus,
#two-factor-login .btn-primary:focus {
  outline: none;
}
.button-primary:disabled, #two-factor-login .btn-info:disabled,
#two-factor-login .btn-primary:disabled {
  cursor: default;
  color: #999999;
  background-color: #f5f5f5;
  border: 1px solid var(--color-border-line-0);
}

.button-secondary, #two-factor-login .btn-secondary {
  border-radius: 0.25rem;
  display: inline-block;
  transition: background-color 80ms, color 80ms;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #cfd2e0;
  background: #fff;
  color: #212121;
  font-weight: 400;
}
.button-secondary:hover:not([disabled]), #two-factor-login .btn-secondary:hover:not([disabled]) {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button-secondary:focus, #two-factor-login .btn-secondary:focus {
  outline: none;
}
.button-secondary:disabled, #two-factor-login .btn-secondary:disabled {
  cursor: default;
  color: #999999;
  background-color: #f5f5f5;
  border: 1px solid var(--color-border-line-0);
}

.button-danger, #two-factor-login .btn-danger {
  border-radius: 0.25rem;
  display: inline-block;
  transition: background-color 80ms, color 80ms;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #b21212;
  background: #b21212;
  color: #fff;
  font-weight: 400;
}
.button-danger:hover:not([disabled]), #two-factor-login .btn-danger:hover:not([disabled]) {
  background-color: rgb(154.8418367347, 15.6581632653, 15.6581632653);
}
.button-danger:focus, #two-factor-login .btn-danger:focus {
  outline: none;
}
.button-danger:disabled, #two-factor-login .btn-danger:disabled {
  cursor: default;
  color: #999999;
  background-color: #f5f5f5;
  border: 1px solid var(--color-border-line-0);
}

.menu-dropdown {
  background: green;
}
.menu-dropdown::after {
  content: " - Read this";
}

.button-with-icon {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
.button-with-icon img {
  width: 1rem;
  margin-right: 0.5rem;
  max-width: none;
}
.button-with-icon img:only-child {
  margin: 0;
}

.subtle-button-with-icon {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: transparent;
  border: 0;
  font-weight: 400;
}
.subtle-button-with-icon img {
  width: 1rem;
  margin-right: 0.5rem;
}
.subtle-button-with-icon img:only-child {
  margin: 0;
}
.subtle-button-with-icon:hover:not([disabled]) {
  background: #e6eded;
}

.button-add-new {
  display: block;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #00494b;
  font-weight: normal;
}

.button-disabled > img {
  opacity: 0.5;
}

.icon-button-wrapper {
  border: 1px solid var(--color-border-line-0);
  border-radius: 2px;
  background-color: #fff;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  cursor: pointer;
  position: relative;
}
.icon-button-wrapper:hover:not([disabled]) {
  background-color: rgb(242.25, 242.25, 242.25);
}
.icon-button-wrapper .icon {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
}
.icon-button-wrapper.icon-button-wrapper-disabled {
  background-color: rgb(242.25, 242.25, 242.25);
  cursor: default;
}
.icon-button-wrapper.icon-button-wrapper-disabled img {
  opacity: 0.5;
}

.file-input-wrapper {
  position: relative;
}

.file-input-wrapper > input[type=file],
.file-input-wrapper > button {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.file-input-wrapper > a {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 100%;
}

.file-input-wrapper:hover:not([disabled]) > .btn-file-input {
  background-color: rgb(242.25, 242.25, 242.25);
}

.button[disabled] {
  background-color: #f5f5f5;
  border-color: var(--color-border-line-0);
  color: #999999;
  cursor: default;
}
.button[disabled]:hover {
  background-color: #f5f5f5;
}

.button-full-width {
  display: block;
}

.button-half-width {
  width: 50%;
}

.button-inline {
  display: inline;
}

.button-primary, #two-factor-login .btn-info,
#two-factor-login .btn-primary {
  background-color: var(--color-action-primary, #055456);
  border-color: var(--color-action-primary, #055456);
  color: #fff;
}
.button-primary:hover, #two-factor-login .btn-info:hover,
#two-factor-login .btn-primary:hover {
  background-color: #084c4e;
}

.button-danger, #two-factor-login .btn-danger {
  background-color: #b21212;
  border-color: #b21212;
  color: #fff;
}
.button-danger:hover, #two-factor-login .btn-danger:hover {
  background-color: #a50000;
  border-color: #a50000;
}

.button-danger-outline {
  background-color: #c75c5c;
  border-color: #c75c5c;
  color: #fff;
}
.button-danger-outline:hover:not([disabled]) {
  background-color: rgb(192.4794520548, 73.0205479452, 73.0205479452);
  color: #fff;
}

.button-icon {
  display: flex;
  align-items: center;
}
.button-icon img {
  width: 16px;
  margin-right: 0.5rem;
}

.minus-button,
.plus-button {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  margin: 2px;
}

.minus-button {
  background-image: url("../img/minus_enabled.d199daa8f9ce.png");
}
.minus-button.disabled {
  background-image: url("../img/minus_disabled.c20e070d01cb.png");
}

.plus-button {
  background-image: url("../img/black_plus_enabled.2f8436f963f3.png");
}
.plus-button.disabled {
  background-image: url("../img/black_plus_disabled.de44cafe483e.png");
}

.clickable {
  cursor: pointer;
}
.clickable.disabled {
  cursor: default;
  opacity: 0.5;
}

/* End of _buttons.scss */
.dropdown-menu {
  box-sizing: border-box;
  border: 1px solid var(--color-border-line-0);
  border-top: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
  max-height: 10rem;
  overflow-y: auto;
  box-shadow: 0 2px 6px rgba(8, 35, 33, 0.2);
  background-color: var(--color-elevation-bg-4-eu, var(--decision-elevation-bg-level-4, #fff));
}

.dropdown-menu-non-selectable-item, .dropdown-menu-item {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid var(--color-border-line-0);
  min-height: 34px;
  word-break: break-word;
  line-height: initial;
}
.dropdown-menu-non-selectable-item span, .dropdown-menu-item span {
  color: #666666;
}

.dropdown-menu-item:hover {
  background-color: #f2f2f2;
}
.dropdown-menu-item:last-child {
  border-bottom: 0;
}
.dropdown-menu-item.active, .dropdown-menu-item.active:hover {
  background-color: #f2f2f2;
  color: #055456;
}
.dropdown-menu-item.active span, .dropdown-menu-item.active:hover span {
  color: #055456;
}

.dropdown-wrapper {
  outline: none;
  cursor: pointer;
  position: relative;
  min-height: 2.125rem;
  width: 100%;
}
.dropdown-wrapper.investment-panel-input {
  min-width: 6.25rem;
}

.rci-dropdown-wrapper {
  outline: none;
  cursor: pointer;
  position: relative;
  min-height: 2.125rem;
}

.rci-dropdown-menu-item .active:hover:active {
  background-color: white;
  color: #055456;
  cursor: default;
}
.rci-dropdown-menu-item .active,
.rci-dropdown-menu-item .active:hover {
  background-color: #f2f2f2;
  color: #055456;
  cursor: default;
}

.disabled-rci-dropdown-menu-item {
  cursor: default;
}

.year-select-container-item {
  min-width: 5rem;
}

#id-periods-duration-select,
#id-periods-interval-select {
  min-width: 6rem;
}

#id-freq-repeat-selector .rci-dropdown-menu-item {
  padding: 0;
}

.spinner {
  width: 40px;
  margin-right: 8px;
}

.spinner > div {
  width: 10px;
  height: 10px;
  background-color: var(--color-action-primary, #055456);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.label {
  display: flex;
  align-items: center;
}

.text-label-style-default, .text-label-style-inline-error, .text-label-style-mute, .text-label-style-status, .text-label-style-span, .text-label-style-bold, .text-label-style-warn, .text-label-style-error {
  font-weight: 400;
  margin: 0;
}

.text-label-style-bold, .text-label-style-warn, .text-label-style-error {
  font-weight: 700;
}

.text-label-style-span {
  color: #666666;
  padding-right: 0.25rem;
}

.text-label-style-status {
  color: #666666;
}

.text-label-style-mute {
  color: #666666;
}

.text-label-style-error {
  color: #b21212;
}

.text-label-style-inline-error {
  color: #b21212;
}

.text-label-style-warn {
  color: #a55f02;
}

.text-label-align-right {
  text-align: right;
}

.text-label-align-center {
  text-align: center;
}

.text-label-align-left {
  text-align: left;
}

.banner-view {
  background: #f5f5f5;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.banner-view .banner-icon {
  flex: 0;
  flex-flow: column;
  padding: 0.25rem;
  margin-right: 0.5rem;
}
.banner-view .banner-content p:not(:only-child) {
  margin-bottom: 0.5rem;
}
.banner-view .banner-content ul {
  padding-left: 1rem;
}
.banner-view .banner-header {
  margin-bottom: 0.5rem;
}

.apl-banner-view {
  border: 1px solid #fff1d9;
  border-radius: 0.25rem;
  background-color: #fff8eb;
}

.flex-container {
  display: flex;
  width: 100%;
}
.flex-container .form-field-section {
  margin-right: 1rem;
}
.flex-container .form-field-section:last-child {
  margin-right: 0;
}
.flex-container .form-field-section:only-child {
  width: 100%;
}
.flex-container.filter-to-selector {
  width: auto;
}
.flex-container.filter-to-selector .label {
  margin-right: 0.5rem;
}

.flex-fit {
  display: flex;
  align-items: center;
}
.flex-fit .form-field-section {
  margin-right: 1rem;
}
.flex-fit .form-field-section:last-child {
  margin-right: 0;
}
.flex-fit .form-field-section:only-child {
  width: 100%;
}

.flex-item {
  flex: 1 1 auto;
}

.flex-column > div:last-child {
  margin-bottom: 0;
}

#cash-flow-multiplier-id .default-label {
  margin-bottom: 0;
}

.strategic-targets > * {
  min-width: 3.125rem;
}
.strategic-targets > :nth-child(1) {
  justify-content: flex-start;
}
.strategic-targets > :nth-child(2) {
  justify-content: center;
}
.strategic-targets > :nth-child(3) {
  justify-content: flex-end;
}

.modified-by .default-label {
  margin: 0;
}
.modified-by .default-label label {
  font-weight: 700;
}
.modified-by > * {
  padding-right: 0.25rem;
}

.modified-by-right-align {
  width: fit-content;
}
.modified-by-right-align .text-label-with-styles {
  white-space: nowrap;
}
.modified-by-right-align .default-label {
  margin: 0;
}
.modified-by-right-align .default-label label {
  font-weight: 700;
}
.modified-by-right-align > * {
  padding-left: 0.25rem;
}

.form-content {
  background-color: #fff;
  position: relative;
  margin: auto;
  border: 1px solid var(--color-border-line-0);
  border-radius: 6px;
  width: 32.5rem;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  top: 50%;
  transform: translateY(-50%);
}

.form-header {
  padding: 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #f5f5f5;
  border-bottom: 1px solid var(--color-border-line-0);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.form-body {
  padding: 1.5rem;
}

.form-footer {
  border-top: 1px solid var(--color-border-line-0);
  display: flex;
  padding: 1.5rem;
}

.form-buttons {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
}
.form-buttons .button {
  margin-right: 1rem;
}
.form-buttons .button:last-child {
  margin-right: 0;
}

.form-input-button-in-label {
  min-height: 2.1875rem;
}

header li {
  position: relative;
  display: flex;
  align-items: center;
}
header li a {
  color: inherit;
  font-size: 0.875rem;
  opacity: 1;
  text-decoration: none;
  display: block;
  padding: 0.875rem 1rem;
  cursor: pointer;
  white-space: nowrap;
}
header li a:hover {
  background-color: #003c3e;
}
header li a.active {
  background-color: #003c3e;
}

#left-nav {
  display: flex;
  align-items: center;
  padding: 0;
}
#left-nav a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
#left-nav a .addepar-navigator-logo {
  padding-right: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  color: #fff;
}

#right-nav {
  display: flex;
  align-items: center;
}
#right-nav .dropdown-menu {
  width: 15rem;
  position: absolute;
  top: 3rem;
  right: 1rem;
  color: #212121;
}
#right-nav #navbar-dropdown {
  display: none;
}
#right-nav #navbar-dropdown a {
  color: #212121;
  text-decoration: none;
}
#right-nav #navbar-dropdown a .dropdown-menu-item {
  width: 100%;
  line-height: normal;
  border-bottom: 1px solid var(--color-border-line-0);
}
#right-nav #navbar-dropdown a:last-child .dropdown-menu-item {
  border-bottom: none;
}

#profile-button-static-page {
  background: transparent url("../img/solid_arrow_down_white.68e2582155ee.svg") no-repeat right 16px center;
  background-size: 1rem;
  padding-right: 2.5rem;
}

#overview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
#overview-header > input,
#overview-header > select {
  width: 50%;
}
#overview-header > :first-child {
  margin-right: 1rem;
}
#overview-header.flex-start {
  justify-content: flex-start;
}
#overview-header .fifty-percent-wrapper {
  width: 50%;
}
#overview-header {
  background-color: #003c3e;
  color: #fff;
  height: 34px;
}
#overview-header .right-nav {
  display: flex;
}
#overview-header .right-nav > * {
  padding: 0.5rem 1rem;
}
#overview-header #refresh-button {
  border-left: 1px solid var(--color-border-line-0);
  border-color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#overview-header #refresh-button img {
  padding-right: 0.5rem;
  height: 17px;
}
#overview-header .overwrite-header {
  padding: 0;
}
#overview-header .overwrite-header * {
  color: #212121;
}
#overview-header .overwrite-header .button-primary, #overview-header .overwrite-header #two-factor-login .btn-info, #two-factor-login #overview-header .overwrite-header .btn-info,
#overview-header .overwrite-header #two-factor-login .btn-primary,
#two-factor-login #overview-header .overwrite-header .btn-primary {
  color: #fff;
}
#overview-header .overwrite-header .modal-text {
  padding-bottom: 1rem;
}

@media screen and (max-width: 780px) {
  .configuration-bar .button-with-icon > img {
    margin-right: 0;
  }
  .configuration-bar .button-with-icon .button-label {
    display: none;
  }
}
.main-content-header-group-left {
  display: flex;
  align-items: center;
}
.main-content-header-group-left > * {
  margin-right: 16px;
}

.main-content-header-group-right {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.main-content-header-group-right > * {
  margin-left: 16px;
}
.main-content-header-group-right > :first-child,
.main-content-header-group-right #id-delete-confirmation-modal {
  margin-left: unset;
}

.modal-header {
  padding: 1.5rem 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: var(--color-bg-surface, #f5f5f5);
  border-bottom: 1px solid var(--color-border-line-0);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-body {
  padding: 1.5rem 1rem;
  background-color: var(--color-bg-surface, #f5f5f5);
  overflow-y: auto;
}

.modal-message {
  margin-bottom: 1rem;
}

.modal-buttons {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
}
.modal-buttons .button {
  margin-right: 1rem;
}
.modal-buttons .button:last-child {
  margin-right: 0;
}

.modal-content, .error-modal-content {
  background-color: var(--color-bg-surface, #fff);
  border-radius: 0.375rem;
  border: 1px solid var(--color-border-line-0);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.24);
  max-width: 37.5rem;
  min-width: 28.125rem;
}

.error-modal-content {
  box-shadow: none;
}

.loading-info {
  padding-left: 0.5rem;
  font-weight: 700;
}

.error-message {
  font-size: 30px;
  text-align: center;
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-message .button {
  width: 30%;
  flex-direction: column;
  align-items: center;
}

.icon {
  display: inline;
  height: 1rem;
}

.padding-bottom {
  padding-bottom: 1rem;
}

#instructions-title {
  font-size: 0.9125rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.instructions-sidebar-title {
  font-weight: 700;
  background-color: #fefefe;
  position: relative;
  padding: 1rem;
  text-align: center;
}

.edit-report-modal-header {
  text-align: center;
  font-weight: 700;
}

#instructions-modal-container {
  text-align: left;
}

#import-from-addepar .tooltip {
  top: 0;
  left: -388px;
}
#import-from-addepar .tooltip[data-instruction-for=api_key] {
  top: -6.25rem;
}
#import-from-addepar .tooltip[data-instruction-for=api_key]:before, #import-from-addepar .tooltip[data-instruction-for=api_key]:after {
  margin-top: 12.5rem;
}
#import-from-addepar .tooltip[data-instruction-for=api_secret] {
  top: -13.75rem;
}
#import-from-addepar .tooltip[data-instruction-for=api_secret]:before, #import-from-addepar .tooltip[data-instruction-for=api_secret]:after {
  margin-top: 100%;
}
#import-from-addepar .tooltip[data-instruction-for=view_url] {
  min-height: 18.75rem;
  top: 9.375rem;
}
#import-from-addepar .tooltip[data-instruction-for=view_url]:before, #import-from-addepar .tooltip[data-instruction-for=view_url]:after {
  margin-top: 6.875rem;
}
#import-from-addepar label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}
#import-from-addepar label[for=api_key]:before, #import-from-addepar label[for=api_secret]:before, #import-from-addepar label[for=view_url]:before {
  cursor: pointer;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.2;
  background-image: url("../img/tooltip_question_dark.36f4d599b900.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
#import-from-addepar label[for=api_key]:hover:before, #import-from-addepar label[for=api_secret]:hover:before, #import-from-addepar label[for=view_url]:hover:before {
  opacity: 1;
}

#instructions {
  color: var(--color-action-primary, #055456);
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}

.tooltip {
  padding: 1.5rem;
  background-color: #212121;
  color: #fff;
  border-radius: 0.375rem;
  width: 25rem;
  min-height: 31.25rem;
  position: absolute;
  display: none;
}
.tooltip.visible {
  display: block;
}
.tooltip__heading {
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.tooltip__instruction {
  margin-bottom: 0.8125rem;
}
.tooltip__instruction:last-child {
  margin-bottom: 0;
}
.tooltip__instruction-image {
  width: 100%;
  margin-bottom: 1.5rem;
}
.tooltip__instruction-image:last-child {
  margin-bottom: 0;
}
.tooltip__number {
  display: inline-block;
  background-color: var(--color-action-primary, #055456);
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.125rem;
  border-radius: 5rem;
  float: left;
  margin: -0.125rem 0.5rem 0 0;
}
.tooltip__text {
  float: left;
  width: 20rem;
}
.tooltip--notch-right:before, .tooltip--notch-right:after {
  left: 100%;
  top: 2.5rem;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
.tooltip--notch-right:before {
  border-left-color: #212121;
  border-width: 0.5rem;
  margin-top: -0.6875rem;
}
.tooltip--notch-right:after {
  border-left-color: #212121;
  border-width: 0.375rem;
  margin-top: -0.5625rem;
}

#use-addepar-data-for-bond[type=checkbox]:not(:checked), #use-addepar-data-for-bond[type=checkbox]:checked {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#use-addepar-data-for-bond[type=checkbox]:not(:checked):disabled, #use-addepar-data-for-bond[type=checkbox]:checked:disabled {
  cursor: default;
}
#use-addepar-data-for-bond[type=checkbox]:not(:checked) + label, #use-addepar-data-for-bond[type=checkbox]:checked + label {
  position: relative;
  cursor: pointer;
}
#use-addepar-data-for-bond {
  /* checkbox aspect */
}
#use-addepar-data-for-bond[type=checkbox]:not(:checked) + label:before, #use-addepar-data-for-bond[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--color-border-line-0);
  background: #fff;
  box-sizing: border-box;
}
#use-addepar-data-for-bond {
  /* checked mark aspect */
}
#use-addepar-data-for-bond[type=checkbox]:not(:checked) + label:after, #use-addepar-data-for-bond[type=checkbox]:checked + label:after {
  content: url("../img/checkmark.ee5db330d799.png");
  position: absolute;
  top: 0.0625rem;
  left: 0.25rem;
  line-height: 0.8;
  transition: all 0.2s;
}
#use-addepar-data-for-bond {
  /* checked mark aspect changes */
}
#use-addepar-data-for-bond[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#use-addepar-data-for-bond[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#use-addepar-data-for-bond {
  /* disabled checkbox */
}
#use-addepar-data-for-bond[type=checkbox]:disabled:not(:checked) + label:before, #use-addepar-data-for-bond[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: var(--color-border-line-0);
  background-color: #f5f5f5;
  cursor: default;
}
#use-addepar-data-for-bond[type=checkbox]:disabled:checked + label:after {
  color: #999;
}
#use-addepar-data-for-bond[type=checkbox]:disabled + label {
  color: #aaa;
}
#use-addepar-data-for-bond {
  /* accessibility */
}
#use-addepar-data-for-bond[type=checkbox]:checked:focus + label:before, #use-addepar-data-for-bond[type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid var(--color-action-primary, #055456);
}

#fetching-placeholder {
  margin: auto auto 0;
  position: relative;
  top: 50%;
  bottom: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-addepar {
  width: 1.5rem;
}

.button-primary-addepar {
  border: none;
  width: 100%;
  background-color: #055456;
  color: #fff;
  padding: 1rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-primary-addepar:hover {
  background-color: #084c4e;
}
.button-primary-addepar .button-text-addepar {
  width: 100%;
}

.login-separator {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
.login-separator hr {
  flex-grow: 1;
  border: none;
  border-top: 1px solid var(--color-border-line-0);
  clear: both;
}
.login-separator .login-separator-text {
  padding: 0 1rem;
  font-size: 0.75rem;
  font-weight: 700;
}

#id-owner-filter .disable-dropdown {
  background-image: none;
}

apl-internal-modal-dialog {
  text-align: left;
}

/* End of _color.scss */
/*
  RCI default font size is 14px which follows browser standard

  Browser standard: 1rem = 16px
  10px = 0.625rem
  12px = 0.75rem
  13px = 0.8125rem
  14px = 0.875rem // default RCI font size
  16px = 1rem // browser standard
*/
/* End of _typography.scss */
/*
  BEM Naming Convention
  B (Block) - .stick-man
  E (Element) - .stick-man__head, .stick-man__body
  M (Modifier) - .stick-man--blue, .stickman--red

  .form { }
  .form--theme-xmas { }
  .form--simple { }
  .form__input { }
  .form__submit { }
  .form__submit--disabled { }
 */
:root {
  font-size: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #212121;
  position: fixed;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
:root html {
  box-sizing: border-box;
}
:root *,
:root *::before,
:root *::after {
  box-sizing: inherit;
}
:root body {
  margin: 0;
  font-size: 0.875rem;
}
:root {
  --field-label-width: auto;
  --customization-field-label-width: auto;
  /* used for the fallback header in non-argonath environments */
  --global-nav-height: 3.5rem;
  --header-height: 5.6875rem;
  --left-menu-nav-width: 12.25rem;
  --rebalancing-table-height: calc(
      100vh - (3.125rem + 2.6875rem + 2.6875rem + 8.375rem)
  );
}

* {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* hide scroll bar */
html {
  font-size: 1rem;
  overflow: auto;
  overflow-x: hidden;
}

body {
  text-align: center;
  background-color: #fff;
  line-height: inherit;
  overflow: hidden;
}

header {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1090;
  width: 100%;
  background-color: #082321;
  color: #fff;
  height: 5.6875rem;
  border-bottom: 1px solid var(--color-border-line-0);
}

@media screen and (max-width: 95rem) {
  header {
    min-width: 100%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 95.0625rem) {
  header {
    min-width: 100%;
    max-width: 95rem;
  }
}
b {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #0dafe5;
}
a[href^=mailto] {
  color: #666666;
}

.clearfix, .tooltip__instruction {
  width: 100%;
  display: flow-root;
}

@media only screen and (max-width : 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

#logo {
  height: 1.125rem;
  margin: 1rem;
}

#container, .container-after-logo {
  text-align: left;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
}

[apl-theme=dark] #container, [apl-theme=dark] .container-after-logo {
  background-color: var(--color-bg-surface);
}

.login-body {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  font-family: "Inter", sans-serif;
}

.logo {
  margin-bottom: 68px;
}

.info-footer {
  margin-top: 68px;
}

.login-marketing-container,
.login-form-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow-y: auto;
}

.login-marketing-container {
  width: 100%;
  color: #f2f2f2;
  padding: 1.5rem 2.5rem;
  text-align: left;
  background: #082321 url("../img/background_pattern.103027bda2af.png") top right no-repeat;
  background-size: cover;
}

.serif-xl-headline {
  font-family: "Tiempos Headline", serif;
  font-size: 3.5rem;
  margin-bottom: 3rem;
}

.serif-large-page-title {
  font-family: "Tiempos Headline", serif;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.section-header {
  font-weight: 700;
  color: #f1d0a5;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.benefits-list {
  font-size: 1rem;
  line-height: 170%;
  list-style: disc outside;
  padding-left: 20px;
  margin-bottom: 1.5rem;
}

.cta-container {
  display: flex;
  align-items: center;
}

.learn-more-button {
  font-size: 1rem;
  margin-right: 1rem;
  border: none;
  background-color: #9f6483;
  color: #fff;
  line-height: 150%;
  font-family: "Inter", sans-serif;
}
.learn-more-button:hover {
  background-color: #763b5a;
}

.watch-demo-container {
  display: flex;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0.5rem 1rem;
  line-height: 150%;
  border-radius: 4px;
  -webkit-transition: border-color 200ms ease;
  -moz-transition: border-color 200ms ease;
  -ms-transition: border-color 200ms ease;
  -o-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}
.watch-demo-container img {
  margin-right: 8px;
}
.watch-demo-container:hover {
  border-color: #fff;
}
.watch-demo-container:hover .watch-demo-link {
  color: #fff;
}

.watch-demo-link {
  color: #f2f2f2;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
}

.login-form-container {
  min-width: 424px;
  width: 424px;
  background-color: #f5f5f5;
  flex-direction: row;
  align-items: center;
  padding: 1.5rem 2.5rem;
}

.form-inner-container {
  width: 100%;
}

.form-body {
  padding: 0;
}

.form-buttons {
  justify-content: flex-start;
}
.form-buttons .button {
  font-weight: 400 !important;
  height: initial;
}
.form-buttons a.button {
  color: #055456;
}

.sign-in-with-email {
  margin-top: 1rem;
}
.sign-in-with-email a {
  color: #047e76;
}
.sign-in-with-email a:hover {
  color: #055456;
}

.alert-info {
  border-color: #e8e8e8;
  background-color: #fff;
}

.alert-success {
  border-color: #85cca0;
  background-color: #f2fcf3;
}

.alert-warning, .assumptions-error-container {
  border-color: #ffe5b8;
  background-color: #fff8eb;
}

.alert-error {
  border-color: #ebabab;
  background-color: #fcf5f5;
}

.alert-list-item, .assumptions-error {
  display: flex;
  align-items: center;
}

.addepar-login-container.hidden {
  display: none;
}

.forgot-password-container .form-body {
  padding: 24px;
  text-align: left;
}
.forgot-password-container .login-form-field-section {
  text-align: left;
}

.access-blocked {
  text-align: left;
}
.access-blocked p {
  margin-bottom: 1.5rem;
  line-height: 150%;
}
.access-blocked a {
  color: #047e76;
  font-weight: 400 !important;
}
.access-blocked a:hover {
  color: #055456;
}
.access-blocked .form-footer {
  padding: 0;
  border: none;
}

.main-content-wrapper-without-sidebar-without-breadcrumb {
  float: unset;
  height: calc(100vh - 5.6875rem);
  width: 100vw;
  overflow-y: auto;
  background-color: #f5f5f5;
  padding: 1.5rem;
}

.login-form-field-section {
  padding: 0 0 1rem 0;
}

.login-form-content,
#oauth-consent,
#access-blocked {
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  border: 1px solid var(--color-border-line-0);
  border-radius: 0.375rem;
  width: 40.625rem;
  box-shadow: none;
  top: 50%;
  transform: translateY(-50%);
}
.login-form-content .form-header,
#oauth-consent .form-header,
#access-blocked .form-header {
  display: flex;
}

#access-blocked .form-body {
  flex-direction: column;
}
#access-blocked .form-body div {
  text-align: left;
  margin-bottom: 0.5rem;
}
#access-blocked .form-body div:last-child {
  margin: 0;
}
#access-blocked .form-footer {
  flex-direction: row-reverse;
}

#profile-form,
#error-form {
  background-color: #fff;
  position: relative;
  margin: auto;
  border: 1px solid var(--color-border-line-0);
  border-radius: 6px;
  width: 32.5rem;
  box-shadow: none;
  top: 50%;
  transform: translateY(-50%);
}

#oauth-consent {
  width: 650px;
}
#oauth-consent .form-body {
  background-color: #f5f5f5;
  padding: 1.5rem;
}
#oauth-consent .form-body div {
  text-align: left;
  margin-bottom: 0.5rem;
}
#oauth-consent .form-body ul {
  list-style: disc outside none;
  padding-left: 1rem;
}
#oauth-consent .form-footer {
  flex-direction: row-reverse;
}
#oauth-consent .form-footer input[type=submit] {
  padding-left: 1rem;
  padding-right: 1rem;
}
#oauth-consent .form-footer .button-secondary, #oauth-consent .form-footer #two-factor-login .btn-secondary, #two-factor-login #oauth-consent .form-footer .btn-secondary {
  margin-right: 1rem;
}

#sales-login .form-body {
  padding: 1.5rem;
}

#two-factor-login .center-flex {
  justify-content: unset;
  margin-top: 6.25rem;
  width: 70%;
}
#two-factor-login td {
  padding-left: 0.5rem;
  padding-bottom: 1rem;
}
#two-factor-login input[type=text],
#two-factor-login input[type=password] {
  width: 100%;
}
#two-factor-login .login-form-field-section {
  background-color: #f5f5f5;
  padding: 24px;
  border-bottom: 1px solid var(--color-border-line-0);
}
#two-factor-login .login-form-button-section {
  padding: 24px;
}
#two-factor-login li {
  padding-left: 1rem;
}
#two-factor-login .password-reset-link {
  margin-top: 1rem;
  text-align: center;
}
#two-factor-login [type=checkbox]:not(:checked),
#two-factor-login [type=checkbox]:checked {
  opacity: unset;
}
#two-factor-login input#id_understand {
  margin-left: 0.5rem;
  height: 1.4375rem;
}
#two-factor-login .btn {
  line-height: 1rem;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border: 0.5rem 1rem;
}
#two-factor-login .btn.focus, #two-factor-login .btn:focus {
  box-shadow: unset;
}
#two-factor-login .btn-info,
#two-factor-login .btn-primary {
  margin-left: 0.625rem;
}
@media screen and (min-width: 1798px) {
  .login-marketing-container {
    width: 70%;
  }
  .login-form-container {
    width: 30%;
  }
  .form-inner-container {
    width: 80%;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .large-desktop-center {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .marketing-inner-container {
    max-width: 1024px;
  }
}
@media only screen and (max-height: 400px) {
  .login-form-container {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1000px) {
  .logo {
    margin-bottom: 48px;
  }
  .login-body {
    flex-direction: column;
  }
  .login-marketing-container {
    height: 100%;
  }
  .login-form-container {
    min-height: 258px;
    width: initial;
  }
  .form-inner-container {
    width: 60%;
    margin: auto;
  }
}
@media screen and (max-width: 820px) {
  .serif-xl-headline {
    font-size: 3.125rem;
    margin-bottom: 24px;
  }
  .section-header {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 600px) {
  .serif-xl-headline {
    font-size: 2.5rem;
  }
  .section-header {
    font-size: 0.8125rem;
  }
  .benefits-list {
    font-size: 0.875rem;
  }
  .watch-demo-link {
    font-size: 0.875rem;
  }
  .form-inner-container {
    width: 100%;
  }
}
.unsupported-browser-body {
  background: #99a8b2 url("../img/Addepar-Logo-Pattern.dddb25369083.svg") repeat;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #333;
}
.unsupported-browser-body .main {
  background: #ffffff;
  padding: 32px;
  border-top: 8px solid #333333;
}
.unsupported-browser-body .addepar-logo {
  width: 50%;
  height: 150px;
  padding: 32px 0 32px;
  box-sizing: border-box;
  text-align: center;
}
.unsupported-browser-body .button-group {
  display: flex;
  margin-bottom: 14px;
}
.unsupported-browser-body button:last-child {
  margin-left: 7px;
  margin-right: 0;
}
.unsupported-browser-body .unsupported-browser-padding {
  padding: 64px 0 128px;
  display: flex;
  justify-content: center;
}
.unsupported-browser-body .unsupported-container {
  flex: 1 1 auto;
  min-width: 280px;
  max-width: 510px;
  height: 100%;
  padding: 0 16px 0;
}
.unsupported-browser-body button.download-chrome {
  color: #ffffff;
  background: #333333;
  padding: 5px 16px 6px;
  font-weight: 600;
  margin-right: 7px;
}
.unsupported-browser-body button.proceed-with-current-browser {
  color: #333;
  background: rgb(248, 248, 248);
  border: rgb(223, 224, 223) 1px solid;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-VariableFont_slnt,wght.fb4f43cc1ca6.woff2") format("woff2"), url("../fonts/inter/Inter-VariableFont_slnt,wght.0930073eae9c.ttf") format("truetype");
  font-weight: 1 999;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black.6aac2bc43f7a.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-BlackItalic.119307649b6b.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.09ad953751e1.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-BoldItalic.6319587c04e5.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-ExtraLight.9abcaabad7ed.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-ExtraLightItalic.71bc3fb711b3.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Italic.b556f79ff1e9.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.e7208e0bdca1.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-LightItalic.9e85b157c839.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.47dbe5824a2d.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-SemiBold.c1b4f417cf21.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-SemiBoldItalic.9128546958b0.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../fonts/tiempos-headline/TiemposHeadlineWeb-Light.80db666b84d7.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../fonts/tiempos-headline/TiemposHeadlineWeb-Regular.bdf88e0cb6c5.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
/* Media Queries */
@media screen and (max-width: 767px) {
  .container > header {
    text-align: center;
  }
}
.container-after-logo {
  display: flex;
}

.content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.sidebar-content-wrapper {
  border-right: 1px solid var(--color-border-line-0);
  min-width: 20rem;
  width: 20rem;
  max-width: 20rem;
  height: calc(100vh - 5.6875rem);
  left: 0;
  z-index: 1;
}

.main-content-wrapper {
  width: 100%;
  height: calc(100vh - 5.6875rem);
  overflow-x: auto;
}
.main-content-wrapper .main-content {
  min-width: 57.5rem;
  width: 100%;
}
.main-content-wrapper .main-content #asset-assumption.main-content {
  min-width: 7.5rem;
}

#id-models-assumptions .main-content-wrapper,
#id-models-pacing .main-content-wrapper {
  height: calc(100vh - 5.6875rem - 4.375rem);
}

.section {
  padding: 24px;
  height: 100%;
  min-height: 100vh;
  overflow: auto;
}

#interface.main-content-wrapper {
  width: 100%;
  height: calc(100vh - 5.6875rem);
  overflow-x: auto;
}
#interface.main-content-wrapper .main-content {
  min-width: 57.5rem;
  width: 100%;
}
#interface.main-content-wrapper .main-content #asset-assumption.main-content {
  min-width: 7.5rem;
}
#interface.main-content-wrapper {
  display: block;
}
#interface.main-content-wrapper header {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 20px 0px;
  position: relative;
  display: block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#interface.main-content-wrapper header h1 {
  font-size: 35px;
  line-height: inherit;
  position: relative;
  font-weight: 400;
  color: #186f8f;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding: 0px 0px 5px 0px;
}
#interface.main-content-wrapper header h1 span {
  color: #2ea2cd;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}
#interface.main-content-wrapper header h2 {
  font-size: 16px;
  font-style: italic;
  color: #4a3124;
  text-shadow: 0px 1px 1px rgb(255, 255, 255);
}

.projections-sidebar-controls {
  height: 35.3125rem;
  overflow-y: auto;
}

.sidebar-node {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-node .name {
  font-size: 15px;
  word-break: break-word;
}
.sidebar-node .model-type {
  font-size: 12px;
  color: #666666;
}
.sidebar-node.selected {
  background-color: #646d87;
  color: white;
  position: relative;
}
.sidebar-node.selected::before {
  content: "";
  height: 100%;
  width: 200px;
  background-color: #646d87;
  color: white;
  position: absolute;
  top: 0;
  left: -200px;
}
.sidebar-node.selected .model-type {
  color: white;
}
.sidebar-node.selected .data-text-name-white:hover:before {
  background: #003c3e;
  color: #fff;
}
.sidebar-node > div {
  width: calc(100% - 1rem);
}

#time-based-liquidity-table-section {
  flex-direction: row;
  width: 100%;
  height: 100%;
}
#time-based-liquidity-table-section .control-section-item {
  min-width: 250px;
  width: 300px;
}

[apl-theme=dark] .projections-sidebar-controls {
  background-color: var(--decision-action-bar-background-default);
}


