.olp-avatar {
  display: inline-flex;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}
.olp-avatar.small {
  height: 40px;
  width: 40px;
}
.olp-avatar.small > span {
  color: #BABCC4;
  background-color: #1D232D;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.olp-avatar.small > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.olp-avatar.small i {
  font-size: 1.5rem;
}
.olp-avatar.medium {
  height: 75px;
  width: 75px;
}
.olp-avatar.medium > span {
  color: #BABCC4;
  background-color: #1D232D;
  font-size: 30px;
  font-weight: 300;
  line-height: 75px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.olp-avatar.medium > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.olp-avatar.medium i {
  font-size: 2.75rem;
}
.olp-avatar.large {
  height: 110px;
  width: 110px;
}
.olp-avatar.large > span {
  color: #BABCC4;
  background-color: #1D232D;
  font-size: 44px;
  font-weight: 300;
  line-height: 110px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.olp-avatar.large > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.olp-avatar.large i {
  font-size: 4rem;
}
.olp-checkbox.olp-checkbox-label,
.olp-radio.olp-checkbox-label,
olp-select-multi.olp-checkbox-label,
.olp-toggle.olp-checkbox-label,
.olp-checkbox.olp-toggle-label,
.olp-radio.olp-toggle-label,
olp-select-multi.olp-toggle-label,
.olp-toggle.olp-toggle-label {
  color: #6A6D74;
}
.olp-checkbox .olp-checkmark-wrapper,
.olp-radio .olp-checkmark-wrapper,
olp-select-multi .olp-checkmark-wrapper,
.olp-toggle .olp-checkmark-wrapper {
  position: relative;
  display: inline-block;
  line-height: 20px;
  bottom: -4px;
  margin: 0 0.5rem 0 0;
}
.olp-checkbox .olp-checkmark-wrapper > .olp-checkmark,
.olp-radio .olp-checkmark-wrapper > .olp-checkmark,
olp-select-multi .olp-checkmark-wrapper > .olp-checkmark,
.olp-toggle .olp-checkmark-wrapper > .olp-checkmark {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #B7B9BC;
  border-radius: 1px;
  width: 20px;
  height: 20px;
}
.olp-checkbox .olp-checkmark-wrapper > .olp-checkmark > .check,
.olp-radio .olp-checkmark-wrapper > .olp-checkmark > .check,
olp-select-multi .olp-checkmark-wrapper > .olp-checkmark > .check,
.olp-toggle .olp-checkmark-wrapper > .olp-checkmark > .check {
  position: absolute;
  display: none;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background: transparent no-repeat center;
}
.olp-checkbox .olp-checkmark-wrapper > input[type="checkbox"],
.olp-radio .olp-checkmark-wrapper > input[type="checkbox"],
olp-select-multi .olp-checkmark-wrapper > input[type="checkbox"],
.olp-toggle .olp-checkmark-wrapper > input[type="checkbox"],
.olp-checkbox .olp-checkmark-wrapper > input[type="radio"],
.olp-radio .olp-checkmark-wrapper > input[type="radio"],
olp-select-multi .olp-checkmark-wrapper > input[type="radio"],
.olp-toggle .olp-checkmark-wrapper > input[type="radio"] {
  position: absolute;
  left: -999em;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.olp-checkbox .olp-checkmark-wrapper > input[type="checkbox"]:active + .olp-checkmark,
.olp-radio .olp-checkmark-wrapper > input[type="checkbox"]:active + .olp-checkmark,
olp-select-multi .olp-checkmark-wrapper > input[type="checkbox"]:active + .olp-checkmark,
.olp-toggle .olp-checkmark-wrapper > input[type="checkbox"]:active + .olp-checkmark,
.olp-checkbox .olp-checkmark-wrapper > input[type="radio"]:active + .olp-checkmark,
.olp-radio .olp-checkmark-wrapper > input[type="radio"]:active + .olp-checkmark,
olp-select-multi .olp-checkmark-wrapper > input[type="radio"]:active + .olp-checkmark,
.olp-toggle .olp-checkmark-wrapper > input[type="radio"]:active + .olp-checkmark,
.olp-checkbox .olp-checkmark-wrapper > input[type="checkbox"]:focus + .olp-checkmark,
.olp-radio .olp-checkmark-wrapper > input[type="checkbox"]:focus + .olp-checkmark,
olp-select-multi .olp-checkmark-wrapper > input[type="checkbox"]:focus + .olp-checkmark,
.olp-toggle .olp-checkmark-wrapper > input[type="checkbox"]:focus + .olp-checkmark,
.olp-checkbox .olp-checkmark-wrapper > input[type="radio"]:focus + .olp-checkmark,
.olp-radio .olp-checkmark-wrapper > input[type="radio"]:focus + .olp-checkmark,
olp-select-multi .olp-checkmark-wrapper > input[type="radio"]:focus + .olp-checkmark,
.olp-toggle .olp-checkmark-wrapper > input[type="radio"]:focus + .olp-checkmark {
  border-color: #00AFAA;
}
.olp-checkbox:hover .olp-checkmark-wrapper > .olp-checkmark,
.olp-radio:hover .olp-checkmark-wrapper > .olp-checkmark,
olp-select-multi:hover .olp-checkmark-wrapper > .olp-checkmark,
.olp-toggle:hover .olp-checkmark-wrapper > .olp-checkmark {
  border-color: #CFD0D3;
}
.olp-checkbox.disabled,
.olp-radio.disabled,
olp-select-multi.disabled,
.olp-toggle.disabled {
  opacity: 1;
}
.olp-checkbox.disabled.olp-checkbox-label,
.olp-radio.disabled.olp-checkbox-label,
olp-select-multi.disabled.olp-checkbox-label,
.olp-toggle.disabled.olp-checkbox-label {
  color: #B7B9BC;
}
.olp-checkbox.disabled .olp-checkmark-wrapper > .olp-checkmark,
.olp-radio.disabled .olp-checkmark-wrapper > .olp-checkmark,
olp-select-multi.disabled .olp-checkmark-wrapper > .olp-checkmark,
.olp-toggle.disabled .olp-checkmark-wrapper > .olp-checkmark {
  border-color: #CFD0D3;
  background-color: #CFD0D3;
}
.olp-checkbox.disabled .olp-checkmark-wrapper > input[type="checkbox"]:active + .olp-checkmark,
.olp-radio.disabled .olp-checkmark-wrapper > input[type="checkbox"]:active + .olp-checkmark,
olp-select-multi.disabled .olp-checkmark-wrapper > input[type="checkbox"]:active + .olp-checkmark,
.olp-toggle.disabled .olp-checkmark-wrapper > input[type="checkbox"]:active + .olp-checkmark,
.olp-checkbox.disabled .olp-checkmark-wrapper > input[type="radio"]:active + .olp-checkmark,
.olp-radio.disabled .olp-checkmark-wrapper > input[type="radio"]:active + .olp-checkmark,
olp-select-multi.disabled .olp-checkmark-wrapper > input[type="radio"]:active + .olp-checkmark,
.olp-toggle.disabled .olp-checkmark-wrapper > input[type="radio"]:active + .olp-checkmark,
.olp-checkbox.disabled .olp-checkmark-wrapper > input[type="checkbox"]:focus + .olp-checkmark,
.olp-radio.disabled .olp-checkmark-wrapper > input[type="checkbox"]:focus + .olp-checkmark,
olp-select-multi.disabled .olp-checkmark-wrapper > input[type="checkbox"]:focus + .olp-checkmark,
.olp-toggle.disabled .olp-checkmark-wrapper > input[type="checkbox"]:focus + .olp-checkmark,
.olp-checkbox.disabled .olp-checkmark-wrapper > input[type="radio"]:focus + .olp-checkmark,
.olp-radio.disabled .olp-checkmark-wrapper > input[type="radio"]:focus + .olp-checkmark,
olp-select-multi.disabled .olp-checkmark-wrapper > input[type="radio"]:focus + .olp-checkmark,
.olp-toggle.disabled .olp-checkmark-wrapper > input[type="radio"]:focus + .olp-checkmark {
  border-color: #CFD0D3;
}
.olp-checkbox {
  display: block;
  margin: 0 0 1rem 0;
}
.olp-checkbox .olp-checkmark-wrapper > .olp-checkmark {
  border-radius: 1px;
}
.olp-checkbox .olp-checkmark-wrapper > .olp-checkmark > .check {
  top: 4px;
  left: 4px;
  background-image: url("../bento/plugins/bento-olp-choice/dist/assets/img/icon-checkmark-aqua-12x12.svg");
}
.olp-checkbox.checked .olp-checkmark-wrapper > .olp-checkmark > .check {
  display: block;
}
.olp-checkbox.disabled .olp-checkmark-wrapper > .olp-checkmark > .check {
  background-image: url("../bento/plugins/bento-olp-choice/dist/assets/img/icon-checkmark-darkgray-12x12.svg");
}
.olp-radio {
  display: block;
  margin: 0 0 1rem 0;
}
.olp-radio .olp-checkmark-wrapper > .olp-checkmark {
  border-radius: 50%;
}
.olp-radio .olp-checkmark-wrapper > .olp-checkmark > .check {
  background: #00AFAA;
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
}
.olp-radio.checked .olp-checkmark-wrapper > .olp-checkmark > .check {
  display: block;
}
.olp-radio.disabled .olp-checkmark-wrapper > .olp-checkmark > .check {
  background-color: #BABCC4;
}
olp-dropdown,
olp-select,
olp-select-multi {
  display: block;
  margin: 0 0 1rem 0;
  vertical-align: middle;
}
olp-dropdown:focus,
olp-select:focus,
olp-select-multi:focus {
  outline: none;
}
olp-dropdown .container,
olp-select .container,
olp-select-multi .container {
  position: relative;
}
olp-dropdown .container > .trigger,
olp-select .container > .trigger,
olp-select-multi .container > .trigger {
  cursor: default;
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
olp-dropdown .container > .trigger .indicator,
olp-select .container > .trigger .indicator,
olp-select-multi .container > .trigger .indicator {
  position: absolute;
  right: 0.4rem;
  line-height: inherit;
}
olp-dropdown .container > .trigger.button,
olp-select .container > .trigger.button,
olp-select-multi .container > .trigger.button {
  min-width: 0;
  padding-left: 0.9375rem;
  padding-right: 1.75rem;
}
olp-dropdown .container > .trigger.button .indicator,
olp-select .container > .trigger.button .indicator,
olp-select-multi .container > .trigger.button .indicator {
  right: 0.625rem;
}
olp-dropdown .container > .trigger:not(.button),
olp-select .container > .trigger:not(.button),
olp-select-multi .container > .trigger:not(.button) {
  border-radius: 1px;
  text-align: left;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.3125rem;
  height: 2.5rem;
  padding: 0.625rem 2.375rem 0.625rem 0.625rem;
  color: #383C45;
  border: 1px solid rgba(155, 157, 162, 0.3);
  background: #E4E6E9;
}
olp-dropdown .container.is-open > .trigger,
olp-select .container.is-open > .trigger,
olp-select-multi .container.is-open > .trigger {
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
olp-dropdown .container.is-open .pane,
olp-select .container.is-open .pane,
olp-select-multi .container.is-open .pane {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
olp-dropdown .container .pane,
olp-select .container .pane,
olp-select-multi .container .pane {
  z-index: 1;
  position: absolute;
  overflow: auto;
  right: 0;
  left: 0;
  background: #FFFFFF;
  max-height: 20rem;
  max-width: 100%;
  border: none;
  border-radius: 1px;
}
olp-dropdown .container .option,
olp-select .container .option,
olp-select-multi .container .option {
  padding: 0;
  margin: 0;
}
olp-dropdown .container .option > a:not(.button),
olp-select .container .option > a:not(.button),
olp-select-multi .container .option > a:not(.button) {
  min-width: 9.375rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.3125rem;
  height: 3.125rem;
  padding: 1rem 1.25rem 0.9375rem 1.25rem;
  color: #6A6D74;
  border-top: 1px solid #F2F2F2;
  white-space: nowrap;
}
olp-dropdown .container .option > a:not(.button).negative,
olp-select .container .option > a:not(.button).negative,
olp-select-multi .container .option > a:not(.button).negative {
  color: #C41C33;
}
olp-dropdown .container .option > a:not(.button):hover,
olp-select .container .option > a:not(.button):hover,
olp-select-multi .container .option > a:not(.button):hover {
  background-color: #F8F8F8;
}
olp-dropdown .container .option > a:not(.button):active,
olp-select .container .option > a:not(.button):active,
olp-select-multi .container .option > a:not(.button):active {
  background-color: #F8F8F8;
  color: #383C45;
}
olp-dropdown .container .option:first-of-type > a:not(.button),
olp-select .container .option:first-of-type > a:not(.button),
olp-select-multi .container .option:first-of-type > a:not(.button) {
  border-top: none;
}
olp-dropdown .container .option.selected > a:not(.button),
olp-select .container .option.selected > a:not(.button),
olp-select-multi .container .option.selected > a:not(.button) {
  background-color: #F8F8F8;
  color: #383C45;
}
olp-dropdown.ng-not-empty .trigger:not(.button),
olp-select.ng-not-empty .trigger:not(.button),
olp-select-multi.ng-not-empty .trigger:not(.button) {
  font-style: normal;
}
olp-dropdown.pane-align-left .container .pane,
olp-select.pane-align-left .container .pane,
olp-select-multi.pane-align-left .container .pane {
  left: 0;
  right: auto;
}
olp-dropdown.pane-align-right .container .pane,
olp-select.pane-align-right .container .pane,
olp-select-multi.pane-align-right .container .pane {
  left: auto;
  right: 0;
}
olp-dropdown.context {
  margin: 0;
  height: 2.5rem;
  width: 2.5rem;
}
olp-dropdown.context .container > .trigger {
  cursor: pointer;
  border: none;
  background: transparent;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0.625rem;
  font-style: normal;
  color: #6A6D74;
}
olp-dropdown.context .container.is-open > .trigger {
  opacity: 0;
}
olp-dropdown.context .container .pane {
  top: 0.5rem;
  right: 0.625rem;
  background: #FFFFFF;
  max-height: unset;
  max-width: unset;
  overflow: hidden;
}
olp-dropdown.context .container .option {
  padding: 0;
  margin: 0;
}
olp-dropdown.context .container .option > a {
  min-width: 7.5rem;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  height: 2.5rem;
  padding: 0.8125rem 0.9375rem 0.75rem 0.9375rem;
  white-space: nowrap;
}
olp-dropdown .container.is-open > .trigger.clear {
  background: none;
  border: 1px solid transparent;
  box-shadow: none;
}
olp-select-multi .container .option > a:not(.button) {
  line-height: 2.5rem;
  height: 2.5rem;
  padding: 0 0.625rem;
}
olp-select-multi .container .option.selected > a:not(.button) {
  background-color: #FFFFFF;
}
olp-select-multi .container .option a.select-link {
  color: #00AFAA;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 2.5rem;
}
olp-select-multi .container .option a.select-link:hover {
  color: #76E3DC;
  background-color: transparent;
}
olp-select-multi .container .option a.select-link:hover .plus-sign {
  background-image: url("../bento/plugins/bento-olp-choice/dist/assets/img/icon-plus-lightaqua-24x24.svg");
}
olp-select-multi .container .option a.select-link:hover .minus-sign {
  background-image: url("../bento/plugins/bento-olp-choice/dist/assets/img/icon-minus-lightaqua-24x24.svg");
}
olp-select-multi .container .option a.select-link:active {
  color: #00908A;
}
olp-select-multi .container .option a.select-link:active .plus-sign {
  background-image: url("../bento/plugins/bento-olp-choice/dist/assets/img/icon-plus-darkgreen-24x24.svg");
}
olp-select-multi .container .option a.select-link:active .minus-sign {
  background-image: url("../bento/plugins/bento-olp-choice/dist/assets/img/icon-minus-darkgreen-24x24.svg");
}
olp-select-multi .container .option a.select-link .plus-sign {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../bento/plugins/bento-olp-choice/dist/assets/img/icon-plus-aqua-24x24.svg");
}
olp-select-multi .container .option a.select-link .minus-sign {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../bento/plugins/bento-olp-choice/dist/assets/img/icon-minus-aqua-24x24.svg");
}
olp-select-multi .container .olp-checkmark-wrapper > .check {
  position: absolute;
  visibility: hidden;
  color: #00AFAA;
  font-size: 1rem;
  font-weight: bold;
  top: 1px;
  left: 1px;
}
olp-select-multi .container .selected .olp-checkmark-wrapper > .check {
  display: block;
}
.olp-toggle {
  display: inline-flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.olp-toggle .olp-toggle-slider-bar {
  position: relative;
  width: 2.5rem;
  height: 1.25rem;
  border-radius: 6.25rem;
  margin: 0 0.625rem 0 0.625rem;
  background-color: #CFD0D3;
}
.olp-toggle .olp-toggle-slider-bar input {
  display: none;
}
.olp-toggle .olp-toggle-slider-bar .olp-toggle-slider-handle-container {
  position: absolute;
  z-index: 1;
  width: 1.375rem;
  height: 1.375rem;
  top: -0.0625rem;
  left: 0;
  transform: translate3d(0, 0, 0);
  transition: all 80ms linear;
  transition-property: transform;
}
.olp-toggle .olp-toggle-slider-bar .olp-toggle-slider-handle {
  height: 1.375rem;
  width: 1.375rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0.0625rem 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.5);
}
.olp-toggle.checked:not(.disabled) > .olp-toggle-slider-bar {
  background-color: #00AFAA;
}
.olp-toggle.checked > .olp-toggle-slider-bar > .olp-toggle-slider-handle-container {
  transform: translate3d(1.1875rem, 0, 0);
}
.olp-toggle.disabled {
  cursor: not-allowed;
}
.olp-toggle.disabled.olp-toggle-label {
  color: #B7B9BC;
}
.olp-toggle.disabled .olp-toggle-slider-bar {
  opacity: 0.6;
}
.olp-toggle.disabled .olp-toggle-slider-handle {
  box-shadow: none;
  background-color: #B7B9BC;
}
.olp-toggle.olp-toggle-small .olp-toggle-slider-bar {
  height: 0.75rem;
  width: 1.5rem;
}
.olp-toggle.olp-toggle-small .olp-toggle-slider-handle-container {
  width: 0.875rem;
  height: 0.875rem;
  top: -0.09375rem;
}
.olp-toggle.olp-toggle-small .olp-toggle-slider-handle {
  width: 0.875rem;
  height: 0.875rem;
}
.olp-toggle.olp-toggle-small.checked .olp-toggle-slider-handle-container {
  transform: translate3d(0.65625rem, 0, 0);
}
.disabled-multi-select-checkmark {
  color: #BABCC4;
  cursor: not-allowed;
}
.reveal .olp-checkbox.olp-checkbox-label,
.reveal .olp-radio.olp-checkbox-label,
.reveal olp-select-multi.olp-checkbox-label,
.reveal .olp-toggle.olp-checkbox-label {
  color: #6f737a;
}
.reveal .olp-checkbox .olp-checkmark-wrapper > .olp-checkmark,
.reveal .olp-radio .olp-checkmark-wrapper > .olp-checkmark,
.reveal olp-select-multi .olp-checkmark-wrapper > .olp-checkmark,
.reveal .olp-toggle .olp-checkmark-wrapper > .olp-checkmark {
  background-color: #FFFFFF;
  border: 1px solid rgba(15, 22, 33, 0.2);
  color: #6f737a;
}
.reveal .olp-checkbox .olp-checkmark-wrapper > input[type="checkbox"]:active + .olp-checkmark,
.reveal .olp-radio .olp-checkmark-wrapper > input[type="checkbox"]:active + .olp-checkmark,
.reveal olp-select-multi .olp-checkmark-wrapper > input[type="checkbox"]:active + .olp-checkmark,
.reveal .olp-toggle .olp-checkmark-wrapper > input[type="checkbox"]:active + .olp-checkmark,
.reveal .olp-checkbox .olp-checkmark-wrapper > input[type="radio"]:active + .olp-checkmark,
.reveal .olp-radio .olp-checkmark-wrapper > input[type="radio"]:active + .olp-checkmark,
.reveal olp-select-multi .olp-checkmark-wrapper > input[type="radio"]:active + .olp-checkmark,
.reveal .olp-toggle .olp-checkmark-wrapper > input[type="radio"]:active + .olp-checkmark,
.reveal .olp-checkbox .olp-checkmark-wrapper > input[type="checkbox"]:focus + .olp-checkmark,
.reveal .olp-radio .olp-checkmark-wrapper > input[type="checkbox"]:focus + .olp-checkmark,
.reveal olp-select-multi .olp-checkmark-wrapper > input[type="checkbox"]:focus + .olp-checkmark,
.reveal .olp-toggle .olp-checkmark-wrapper > input[type="checkbox"]:focus + .olp-checkmark,
.reveal .olp-checkbox .olp-checkmark-wrapper > input[type="radio"]:focus + .olp-checkmark,
.reveal .olp-radio .olp-checkmark-wrapper > input[type="radio"]:focus + .olp-checkmark,
.reveal olp-select-multi .olp-checkmark-wrapper > input[type="radio"]:focus + .olp-checkmark,
.reveal .olp-toggle .olp-checkmark-wrapper > input[type="radio"]:focus + .olp-checkmark {
  border: 1px solid rgba(15, 22, 33, 0.4);
  color: #383C45;
}
.reveal .olp-checkbox:hover .olp-checkmark-wrapper > .olp-checkmark,
.reveal .olp-radio:hover .olp-checkmark-wrapper > .olp-checkmark,
.reveal olp-select-multi:hover .olp-checkmark-wrapper > .olp-checkmark,
.reveal .olp-toggle:hover .olp-checkmark-wrapper > .olp-checkmark {
  background-color: #FFFFFF;
  border: 1px solid rgba(15, 22, 33, 0.2);
  color: #6f737a;
}
.reveal .olp-checkbox .olp-checkmark-wrapper > .olp-checkmark > .check {
  background-image: url("../bento/plugins/bento-olp-choice/dist/assets/img/icon-checkmark-darkgray-12x12.svg");
}
.reveal .olp-radio .olp-checkmark-wrapper > .olp-checkmark > .check {
  background: #b7b9bc;
}
.reveal olp-select .container .trigger:not(.button),
.reveal olp-dropdown .container .trigger:not(.button),
.reveal olp-select-multi .container .trigger:not(.button) {
  background: #FFFFFF;
  border: 1px solid rgba(15, 22, 33, 0.2);
  color: #6f737a;
}
.reveal olp-select .container .trigger.button,
.reveal olp-dropdown .container .trigger.button,
.reveal olp-select-multi .container .trigger.button {
  border: 1px solid rgba(15, 22, 33, 0.2);
  color: #6f737a;
}
.reveal olp-select .container.is-open .trigger:not(.button),
.reveal olp-dropdown .container.is-open .trigger:not(.button),
.reveal olp-select-multi .container.is-open .trigger:not(.button) {
  background: #FFFFFF;
  border: 1px solid rgba(15, 22, 33, 0.4);
  color: #383C45;
}
.reveal olp-select .container.is-open .trigger.button,
.reveal olp-dropdown .container.is-open .trigger.button,
.reveal olp-select-multi .container.is-open .trigger.button {
  border: 1px solid rgba(15, 22, 33, 0.2);
  color: #00AFAA;
}
olp-select .container > .trigger {
  font-size: 13px;
  color: rgba(15, 22, 33, 0.6);
  font-style: normal;
}
olp-select .container > .trigger:not(.button) {
  line-height: 1.875rem;
  height: 1.875rem;
  padding-top: 0px;
  min-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #F2F2F2;
  font-size: 13px;
  color: rgba(15, 22, 33, 0.6);
  font-style: normal;
}
olp-select .container.is-open > .trigger:not(.button) {
  background-color: white;
}
olp-select .container .pane {
  margin-top: 1px;
  max-width: none;
  overflow: unset;
}
olp-select .container .pane .menu.vertical li.option {
  line-height: 32px;
  height: 32px;
}
olp-select .container .pane .menu.vertical li.option a {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: rgba(15, 22, 33, 0.6);
  font-style: normal;
  height: 32px;
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 6px;
  font-family: "Fira Sans", sans-serif;
  border-bottom: 1px solid #F2F2F2;
  border-top: 0;
  padding-left: 4px;
  letter-spacing: 0.01px;
}
olp-select .container .pane .menu.vertical li.option.selected a:not(.button) {
  color: #70747B;
  background-color: unset;
  font-weight: bold;
}
olp-select .container.large > .trigger {
  font-size: 13px;
  color: rgba(15, 22, 33, 0.6);
  font-style: normal;
}
olp-select .container.large > .trigger:not(.button) {
  width: 270px;
}
olp-select .container.large .pane {
  width: 270px;
}
olp-select .container.medium > .trigger {
  font-size: 13px;
  color: rgba(15, 22, 33, 0.6);
  font-style: normal;
}
olp-select .container.medium > .trigger:not(.button) {
  width: 230px;
}
olp-select .container.medium .pane {
  width: 230px;
}
olp-select .container.small > .trigger {
  font-size: 13px;
  color: rgba(15, 22, 33, 0.6);
  font-style: normal;
}
olp-select .container.small > .trigger:not(.button) {
  width: 190px;
}
olp-select .container.small .pane {
  width: 190px;
}
.olp-pagination {
  user-select: none;
  cursor: default;
  white-space: nowrap;
}
.olp-pagination .chevron-left,
.olp-pagination .chevron-right {
  display: inline-block;
  width: 0.3125rem;
  height: 0.5rem;
  margin-bottom: 0.05rem;
  background: url("../bento/plugins/bento-olp-pagination/dist/assets/img/chevron.svg");
}
.olp-pagination .chevron-left {
  transform: rotate(180deg);
}
.olp-pagination .material-icons.pagination {
  font-size: 1rem;
}
.olp-pagination .olp-pagination-previous {
  margin-right: 1.1875rem;
}
.olp-pagination .olp-pagination-next {
  margin-left: 1.1875rem;
}
.olp-pagination .olp-pagination-current-page {
  font-weight: bold;
  color: #6A6D74;
}
.olp-pagination .olp-pagination-ellipsis-left,
.olp-pagination .olp-pagination-ellipsis-right {
  color: #6A6D74;
}
.olp-pagination .olp-pagination-ellipsis-left {
  margin-right: 0.625rem;
}
.olp-pagination .olp-pagination-page,
.olp-pagination .olp-pagination-last,
.olp-pagination .olp-pagination-ellipsis-right {
  margin-left: 0.625rem;
}
/* fira-sans-300 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Fira Sans Light'), local('FiraSans-Light'), url('../bento/plugins/bento-olp-scaffolding/dist/assets/fonts/fira-sans-v8-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../bento/plugins/bento-olp-scaffolding/dist/assets/fonts/fira-sans-v8-latin-300.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-regular - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Fira Sans Regular'), local('FiraSans-Regular'), url('../bento/plugins/bento-olp-scaffolding/dist/assets/fonts/fira-sans-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../bento/plugins/bento-olp-scaffolding/dist/assets/fonts/fira-sans-v8-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-500 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  src: local('Fira Sans Medium'), local('FiraSans-Medium'), url('../bento/plugins/bento-olp-scaffolding/dist/assets/fonts/fira-sans-v8-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../bento/plugins/bento-olp-scaffolding/dist/assets/fonts/fira-sans-v8-latin-500.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-700 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Fira Sans Bold'), local('FiraSans-Bold'), url('../bento/plugins/bento-olp-scaffolding/dist/assets/fonts/fira-sans-v8-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../bento/plugins/bento-olp-scaffolding/dist/assets/fonts/fira-sans-v8-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('../bento/plugins/bento-olp-scaffolding/dist/assets/fonts/MaterialIcons-Regular.woff2') format('woff2'), url('../bento/plugins/bento-olp-scaffolding/dist/assets/fonts/MaterialIcons-Regular.woff') format('woff');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons {
  font-size: 1.1em;
  vertical-align: middle;
  margin-bottom: 0.1em;
  font-feature-settings: 'liga' 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.olp-icons {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-bottom: 0.2em;
  background: transparent no-repeat 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.olp-icons.icon-app {
  background-image: url(../bento/plugins/bento-olp-scaffolding/dist/assets/img/icon-app-lightgray-24x24.svg);
}
.olp-icons.icon-copy-clipboard {
  background-image: url(../bento/plugins/bento-olp-scaffolding/dist/assets/img/icon-copy-clipboard-24x24.svg);
}
.olp-icons.icon-close {
  background-image: url(../bento/plugins/bento-olp-scaffolding/dist/assets/img/icon-close-darkgray-24x24.svg);
}
.olp-icons.icon-group {
  background-image: url(../bento/plugins/bento-olp-scaffolding/dist/assets/img/icon-group-lightgray-24x24.svg);
}
.olp-icons.icon-loading {
  background-image: url(../bento/plugins/bento-olp-scaffolding/dist/assets/img/icon-loading-indicator-aqua-24x24@2x.png);
  background-size: 24px 24px;
}
.olp-icons.icon-user {
  background-image: url(../bento/plugins/bento-olp-scaffolding/dist/assets/img/icon-person-lightgray-24x24.svg);
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinningSlow {
  animation: spin 2s infinite linear;
}
.spinning {
  animation: spin 1s infinite linear;
}
.spinningFast {
  animation: spin .3s infinite linear;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Fira Sans, sans-serif;
  color: #383C45;
}
noscript {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-align: center;
}
hr {
  margin: 1.875rem auto;
  border-bottom-color: rgba(15, 22, 33, 0.1);
}
[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  background: #F2F2F2;
  color: #383C45;
  border: none;
  box-shadow: none;
}
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  border: none;
}
textarea {
  min-height: 140px;
}
select {
  width: auto;
  max-width: 100%;
  height: 40px;
  padding-right: 1.5rem;
  background-origin: border-box;
  background-size: 20px 6px;
  background-color: #F2F2F2;
  color: #383C45;
  border: none;
}
input[type=checkbox].check-box {
  display: none;
}
input[type=checkbox].check-box + label {
  padding-left: 30px;
  margin-left: 0;
  margin-top: 5px;
  position: relative;
}
input[type=checkbox].check-box + label:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  font-size: 1.1em;
  vertical-align: middle;
  margin-bottom: 0.1em;
  font-feature-settings: 'liga' 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background: rgba(15, 22, 33, 0.25);
  border-radius: 1px;
  color: #FFF;
  text-align: center;
}
input[type=checkbox].check-box:checked + label:before {
  content: "check";
}
label {
  font-size: 1rem;
  color: #383C45;
}
label.inline-radio {
  display: inline;
  margin-right: 25px;
}
.hint {
  display: block;
  text-align: left;
  font-weight: normal;
  font-style: italic;
  font-size: 0.8125rem;
  color: #9B9DA2;
  margin: 0 0 1.25rem 0;
}
.label {
  background: transparent;
  padding: 0;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .8125rem;
  line-height: 1.125rem;
  color: #6A6D74;
  white-space: normal;
}
.label.with-hint {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.label.with-hint .hint {
  color: inherit;
  font-weight: normal;
  font-style: italic;
  text-align: right;
  text-transform: none;
  margin: 0 0 0 0.625rem;
  opacity: 0.69;
}
b,
strong {
  font-weight: 500;
}
.button {
  max-height: 2.5rem;
  min-width: 10.625rem;
  white-space: nowrap;
  outline: 0 !important;
  border-radius: 1px;
  font-size: 1rem;
  line-height: 1.125rem;
  padding: 0.625rem;
  background-color: #00AFAA;
  transition: all 200ms ease-out;
}
.button.disabled,
.button:disabled {
  opacity: 1;
  background-color: rgba(0, 175, 170, 0.3);
}
.button.small {
  max-height: 1.875rem;
  min-width: 6.25rem;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  padding: 0.3125rem 0.625rem 0.375rem 0.625rem;
}
.button.tight {
  min-width: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.button.short {
  min-width: 6.25rem;
}
.button:hover {
  background-color: #48DAD0;
  transition: all 100ms ease-out;
}
.button:hover.disabled,
.button:hover:disabled {
  background-color: rgba(0, 175, 170, 0.3);
  transition: none;
}
.button:active,
.button:focus {
  background-color: #00908A;
  transition: all 60ms ease-out;
}
.button.outline {
  color: #00AFAA;
  border-color: #00AFAA;
  background-color: transparent;
}
.button.outline.disabled,
.button.outline:disabled {
  color: rgba(0, 175, 170, 0.3);
  border-color: rgba(0, 175, 170, 0.3);
}
.button.outline:hover {
  color: #48DAD0;
  border-color: #48DAD0;
}
.button.outline:hover.disabled,
.button.outline:hover:disabled {
  color: rgba(0, 175, 170, 0.3);
  border-color: rgba(0, 175, 170, 0.3);
  background-color: transparent;
  transition: none;
}
.button.outline:active,
.button.outline:focus {
  color: #00908A;
  border-color: #00908A;
}
.button.clear {
  color: #00AFAA;
  border-color: transparent;
  background-color: transparent;
  font-weight: bold;
  font-size: 0.8125rem;
  min-width: 0;
}
.button.clear .material-icons,
.button.clear .olp-icons {
  margin-right: 0.25rem;
}
.button.clear.disabled,
.button.clear:disabled {
  color: rgba(0, 175, 170, 0.3);
}
.button.clear:hover {
  color: #48DAD0;
}
.button.clear:hover.disabled,
.button.clear:hover:disabled {
  color: rgba(0, 175, 170, 0.3);
  background-color: transparent;
  transition: none;
}
.button.clear:active,
.button.clear:focus {
  color: #00908A;
}
.button.negative {
  color: #C41C33;
  border-color: #C41C33;
  background-color: transparent;
}
.button.negative.disabled,
.button.negative:disabled {
  color: rgba(196, 28, 51, 0.3);
  border-color: rgba(196, 28, 51, 0.3);
}
.button.negative:hover {
  color: #FFFFFF;
  border-color: #C41C33;
  background-color: #C41C33;
}
.button.negative:hover.disabled,
.button.negative:hover:disabled {
  color: rgba(196, 28, 51, 0.3);
  border-color: rgba(196, 28, 51, 0.3);
  background-color: transparent;
  transition: none;
}
.button.negative:active,
.button.negative:focus {
  color: #FFFFFF;
  border-color: #A5002F;
  background-color: #A5002F;
}
.button .olp-icons {
  width: 1.125rem;
  height: 1.125rem;
}
.button.has-icon {
  text-align: left;
}
.button.has-icon .material-icons {
  float: right;
  margin-left: 0.5rem;
}
.button.loading {
  line-height: 1.5rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
.button.loading .olp-icons {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}
.show-on-hover .revoke-access-btn {
  display: none;
}
.show-on-hover:hover .revoke-access-btn {
  display: unset;
}
.disabled {
  opacity: .5;
}
a,
a:hover,
a:focus,
a:active,
a:visited {
  color: #00AFAA;
}
a.button {
  color: #FFFFFF;
}
.input-group {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 0 1.25rem 0;
}
.input-group > :first-child {
  border-radius: 1px;
}
.input-group > .input-group:last-child,
.input-group > .row > .columns > .input-group:last-child {
  margin-bottom: 0;
}
.input-group .input-icon {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 32px;
  pointer-events: none;
  color: #6A6D74;
  line-height: 1.2em;
  font-size: 1.2em;
}
.input-group input,
.input-group select,
.input-group textarea {
  width: 100%;
  margin: 0;
}
.input-group input.has-icon,
.input-group select.has-icon,
.input-group textarea.has-icon {
  padding-left: 40px;
}
.input-group button,
.input-group .button {
  height: 40px;
  padding: 8px 18px;
  font-size: 21px;
  font-weight: 300;
  margin: 0;
}
.input-group .clear-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  color: #6A6D74;
  font-size: 1rem;
}
.input-group .validation-wrapper {
  display: flex;
  align-items: center;
}
.input-group .validation-wrapper [type='text'],
.input-group .validation-wrapper [type='password'],
.input-group .validation-wrapper [type='date'],
.input-group .validation-wrapper [type='datetime'],
.input-group .validation-wrapper [type='datetime-local'],
.input-group .validation-wrapper [type='month'],
.input-group .validation-wrapper [type='week'],
.input-group .validation-wrapper [type='email'],
.input-group .validation-wrapper [type='number'],
.input-group .validation-wrapper [type='search'],
.input-group .validation-wrapper [type='tel'],
.input-group .validation-wrapper [type='time'],
.input-group .validation-wrapper [type='url'],
.input-group .validation-wrapper [type='color'],
.input-group .validation-wrapper textarea,
.input-group .validation-wrapper select {
  flex-shrink: 0;
}
.button-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 18px 0;
}
.button-group button,
.button-group .button {
  flex: 1;
}
.button-group button:not(:first-child),
.button-group .button:not(:first-child) {
  margin-left: 18px;
}
.avatar {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.avatar.small {
  width: 40px;
  height: 40px;
  display: inline-flex;
  padding-bottom: 0;
  vertical-align: middle;
}
.avatar img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.avatar .initials {
  background-color: #1D232D;
  color: #BABCC4;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding-top: 12px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}
.avatar .change-mask {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: opacity .2s;
}
.avatar:hover .change-mask {
  opacity: 1;
}
.full-width {
  width: 100%;
}
.row.no-max-width {
  max-width: none;
}
.row.narrow {
  width: 600px;
}
.error,
.negative {
  color: #C41C33;
}
.success,
.postive {
  color: #06B87C;
}
.long-shadow {
  text-shadow: #e4e6e9 0px 0px 0px, rgba(228, 230, 233, 0.96) 1px 1px 0px, rgba(228, 230, 233, 0.92) 2px 2px 0px, rgba(228, 230, 233, 0.88) 3px 3px 0px, rgba(228, 230, 233, 0.84) 4px 4px 0px, rgba(228, 230, 233, 0.8) 5px 5px 0px, rgba(228, 230, 233, 0.76) 6px 6px 0px, rgba(228, 230, 233, 0.72) 7px 7px 0px, rgba(228, 230, 233, 0.68) 8px 8px 0px, rgba(228, 230, 233, 0.64) 9px 9px 0px, rgba(228, 230, 233, 0.6) 10px 10px 0px, rgba(228, 230, 233, 0.56) 11px 11px 0px, rgba(228, 230, 233, 0.52) 12px 12px 0px, rgba(228, 230, 233, 0.48) 13px 13px 0px, rgba(228, 230, 233, 0.44) 14px 14px 0px, rgba(228, 230, 233, 0.4) 15px 15px 0px, rgba(228, 230, 233, 0.36) 16px 16px 0px, rgba(228, 230, 233, 0.32) 17px 17px 0px, rgba(228, 230, 233, 0.28) 18px 18px 0px, rgba(228, 230, 233, 0.24) 19px 19px 0px, rgba(228, 230, 233, 0.2) 20px 20px 0px, rgba(228, 230, 233, 0.16) 21px 21px 0px, rgba(228, 230, 233, 0.12) 22px 22px 0px, rgba(228, 230, 233, 0.08) 23px 23px 0px, rgba(228, 230, 233, 0.04) 24px 24px 0px, rgba(228, 230, 233, 0) 25px 25px 0px;
}
.long-shadow-active {
  text-shadow: #f2f2f2 0px 0px 0px, rgba(242, 242, 242, 0.96) 1px 1px 0px, rgba(242, 242, 242, 0.92) 2px 2px 0px, rgba(242, 242, 242, 0.88) 3px 3px 0px, rgba(242, 242, 242, 0.84) 4px 4px 0px, rgba(242, 242, 242, 0.8) 5px 5px 0px, rgba(242, 242, 242, 0.76) 6px 6px 0px, rgba(242, 242, 242, 0.72) 7px 7px 0px, rgba(242, 242, 242, 0.68) 8px 8px 0px, rgba(242, 242, 242, 0.64) 9px 9px 0px, rgba(242, 242, 242, 0.6) 10px 10px 0px, rgba(242, 242, 242, 0.56) 11px 11px 0px, rgba(242, 242, 242, 0.52) 12px 12px 0px, rgba(242, 242, 242, 0.48) 13px 13px 0px, rgba(242, 242, 242, 0.44) 14px 14px 0px, rgba(242, 242, 242, 0.4) 15px 15px 0px, rgba(242, 242, 242, 0.36) 16px 16px 0px, rgba(242, 242, 242, 0.32) 17px 17px 0px, rgba(242, 242, 242, 0.28) 18px 18px 0px, rgba(242, 242, 242, 0.24) 19px 19px 0px, rgba(242, 242, 242, 0.2) 20px 20px 0px, rgba(242, 242, 242, 0.16) 21px 21px 0px, rgba(242, 242, 242, 0.12) 22px 22px 0px, rgba(242, 242, 242, 0.08) 23px 23px 0px, rgba(242, 242, 242, 0.04) 24px 24px 0px, rgba(242, 242, 242, 0) 25px 25px 0px;
}
.badge {
  color: #FFFFFF;
  background-color: #BABCC4;
  padding: 6px 15px 5px;
  border-radius: 100px;
  margin-left: 5px;
  text-transform: uppercase;
  height: 30px;
  min-width: initial;
  font-size: 0.8rem;
}
.badge.positive {
  background-color: rgba(6, 184, 124, 0.8);
}
.badge.negative {
  background-color: rgba(196, 28, 51, 0.8);
}
.badge.admin {
  background: #52A3DB;
  width: 16px;
  height: 16px;
  padding: 0;
  vertical-align: middle;
  font-weight: normal;
  font-size: .7rem;
  line-height: 1.55em;
  text-align: center;
  user-select: none;
  cursor: default;
}
toasts {
  display: block;
  position: fixed;
  top: 50px;
  bottom: auto;
  right: auto;
  width: 100%;
  z-index: 1;
  max-width: none;
  padding: 0;
  font-size: 1rem;
}
toasts .callout {
  padding: 8px 20px;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #FFF;
  background-color: rgba(56, 60, 69, 0.9);
  transition: opacity .2s;
}
toasts .callout.neutral {
  background-color: rgba(72, 218, 208, 0.9);
}
toasts .callout.positive {
  background-color: rgba(6, 184, 124, 0.9);
}
toasts .callout.negative {
  background-color: rgba(196, 28, 51, 0.9);
}
toasts .callout.warning {
  background-color: rgba(250, 184, 0, 0.9);
}
toasts .callout .close-button {
  display: none;
  top: 0;
  right: 0;
  color: #FFF;
  outline: none;
  min-height: 40px;
  min-width: 40px;
  text-align: center;
  font-family: Fira Sans, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}
toasts .callout ul {
  margin-bottom: 0;
  font-size: .8125rem;
}
toasts .callout ul li {
  line-height: 1.2em;
  margin-bottom: 5px;
  margin-top: 5px;
}
toasts .callout.closable {
  padding-right: 40px;
}
toasts .callout.closable .close-button {
  display: inline-block;
}
toasts .callout.ng-enter {
  animation: fadeInDown .2s;
}
toasts .callout.ng-leave-active {
  animation: fadeOutUp .2s;
}
body.is-reveal-open toasts {
  z-index: 1010;
  top: 0;
}
table thead {
  background: #E4E6E9;
  text-transform: uppercase;
  border: none;
  color: #383C45;
}
table tbody,
table tfoot {
  border: none;
  background-color: #FFF;
  color: #383C45;
}
table.transparent thead,
table.transparent tbody,
table.transparent tfoot {
  background-color: transparent;
}
table tbody tr:nth-child(even) {
  background: transparent;
}
table thead th,
table thead td,
table tfoot th,
table tfoot td {
  font-weight: 500;
}
.membrane--light {
  background: #F2F2F2;
}
.membrane--light [type='text']:not(:disabled),
.membrane--light [type='password']:not(:disabled),
.membrane--light [type='date']:not(:disabled),
.membrane--light [type='datetime']:not(:disabled),
.membrane--light [type='datetime-local']:not(:disabled),
.membrane--light [type='month']:not(:disabled),
.membrane--light [type='week']:not(:disabled),
.membrane--light [type='email']:not(:disabled),
.membrane--light [type='number']:not(:disabled),
.membrane--light [type='search']:not(:disabled),
.membrane--light [type='tel']:not(:disabled),
.membrane--light [type='time']:not(:disabled),
.membrane--light [type='url']:not(:disabled),
.membrane--light [type='color']:not(:disabled),
.membrane--light textarea:not(:disabled),
.membrane--light select:not(:disabled) {
  background-color: #FFFFFF;
}
.page.flex {
  display: flex;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
.page.flex.context-wrapper {
  background: #0F1621;
}
.page.flex .canvas-panel {
  flex: 1;
  min-height: 100%;
  overflow: auto;
  transition: width .4s;
  display: flex;
  flex-direction: column;
}
.page.flex .canvas-panel .flexed-content {
  padding: 1rem;
}
.page.flex .side-panel-left {
  background: #F2F2F2;
  width: 0;
  height: 100%;
  overflow: auto;
  font-size: 0.8rem;
  padding: 0 0 0 10px;
  color: #6A6D74;
}
.page.flex .side-panel-left.expanded {
  width: 120px;
}
.page.flex .side-panel-left button {
  display: block;
  width: 100%;
  min-height: 100px;
  border-left: 4px solid transparent;
  outline: none;
}
.page.flex .side-panel-left button.active {
  border-left-color: #00AFAA;
  background: #FFFFFF;
  color: #383C45;
}
.page.flex .side-panel-left button.active i {
  text-shadow: #f2f2f2 0px 0px 0px, rgba(242, 242, 242, 0.96) 1px 1px 0px, rgba(242, 242, 242, 0.92) 2px 2px 0px, rgba(242, 242, 242, 0.88) 3px 3px 0px, rgba(242, 242, 242, 0.84) 4px 4px 0px, rgba(242, 242, 242, 0.8) 5px 5px 0px, rgba(242, 242, 242, 0.76) 6px 6px 0px, rgba(242, 242, 242, 0.72) 7px 7px 0px, rgba(242, 242, 242, 0.68) 8px 8px 0px, rgba(242, 242, 242, 0.64) 9px 9px 0px, rgba(242, 242, 242, 0.6) 10px 10px 0px, rgba(242, 242, 242, 0.56) 11px 11px 0px, rgba(242, 242, 242, 0.52) 12px 12px 0px, rgba(242, 242, 242, 0.48) 13px 13px 0px, rgba(242, 242, 242, 0.44) 14px 14px 0px, rgba(242, 242, 242, 0.4) 15px 15px 0px, rgba(242, 242, 242, 0.36) 16px 16px 0px, rgba(242, 242, 242, 0.32) 17px 17px 0px, rgba(242, 242, 242, 0.28) 18px 18px 0px, rgba(242, 242, 242, 0.24) 19px 19px 0px, rgba(242, 242, 242, 0.2) 20px 20px 0px, rgba(242, 242, 242, 0.16) 21px 21px 0px, rgba(242, 242, 242, 0.12) 22px 22px 0px, rgba(242, 242, 242, 0.08) 23px 23px 0px, rgba(242, 242, 242, 0.04) 24px 24px 0px, rgba(242, 242, 242, 0) 25px 25px 0px;
}
.page.flex .side-panel-left button i {
  text-shadow: #e4e6e9 0px 0px 0px, rgba(228, 230, 233, 0.96) 1px 1px 0px, rgba(228, 230, 233, 0.92) 2px 2px 0px, rgba(228, 230, 233, 0.88) 3px 3px 0px, rgba(228, 230, 233, 0.84) 4px 4px 0px, rgba(228, 230, 233, 0.8) 5px 5px 0px, rgba(228, 230, 233, 0.76) 6px 6px 0px, rgba(228, 230, 233, 0.72) 7px 7px 0px, rgba(228, 230, 233, 0.68) 8px 8px 0px, rgba(228, 230, 233, 0.64) 9px 9px 0px, rgba(228, 230, 233, 0.6) 10px 10px 0px, rgba(228, 230, 233, 0.56) 11px 11px 0px, rgba(228, 230, 233, 0.52) 12px 12px 0px, rgba(228, 230, 233, 0.48) 13px 13px 0px, rgba(228, 230, 233, 0.44) 14px 14px 0px, rgba(228, 230, 233, 0.4) 15px 15px 0px, rgba(228, 230, 233, 0.36) 16px 16px 0px, rgba(228, 230, 233, 0.32) 17px 17px 0px, rgba(228, 230, 233, 0.28) 18px 18px 0px, rgba(228, 230, 233, 0.24) 19px 19px 0px, rgba(228, 230, 233, 0.2) 20px 20px 0px, rgba(228, 230, 233, 0.16) 21px 21px 0px, rgba(228, 230, 233, 0.12) 22px 22px 0px, rgba(228, 230, 233, 0.08) 23px 23px 0px, rgba(228, 230, 233, 0.04) 24px 24px 0px, rgba(228, 230, 233, 0) 25px 25px 0px;
  display: block;
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.page.flex .side-panel-left button:hover {
  color: #383C45;
}
.page.flex .side-panel-right {
  background: #FFF;
  width: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  color: #383C45;
  transition: width .4s;
}
.page.flex .side-panel-right.expanded {
  width: 400px;
}
.page.flex .side-panel-right .content {
  padding: 20px;
  width: 400px;
  height: 100%;
  overflow-y: auto;
}
.page.flex .side-panel-right .content .getting-started-links {
  font-size: 0.875rem;
  line-height: 1.25em;
  margin-left: 0;
}
.page.flex .side-panel-right .content .getting-started-links li {
  margin-left: 0;
}
.page.flex .side-panel-right .content .title {
  color: #383C45;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4375em;
  padding: 0 0 10px 0;
}
.page.flex .side-panel-right .content .subtitle {
  color: rgba(0, 5, 15, 0.4);
  font-size: 0.875rem;
  line-height: 1.25em;
  padding: 0 0 12px 0;
}
.page.flex .side-panel-right .content h6 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}
.page.flex .side-panel-right .content ul {
  list-style-type: none;
  font-size: .8125rem;
  margin-left: 1.4rem;
}
.page.flex .side-panel-right .content ul li {
  margin-bottom: 7px;
}
.open-in-new {
  position: relative;
}
.open-in-new:after {
  font-family: Material Icons;
  content: "open_in_new";
  position: absolute;
  margin-left: 5px;
  font-size: 1.2em;
  opacity: 0;
  transition: opacity .2s;
}
.open-in-new:hover:after {
  opacity: 1;
}
.no-bullets {
  list-style-type: none;
  margin-left: 0;
}
.margin-top {
  margin-top: 20px;
}
.margin-right {
  margin-right: 20px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-left {
  margin-left: 20px;
}
.margin-none {
  margin: 0;
}
.padding-top {
  padding-top: 20px;
}
.required:after {
  content: " *";
  color: #00AFAA;
}
.buttonBarRight {
  text-align: right;
}
.breadcrumbs {
  font-size: 1.375rem;
  font-weight: 300;
  padding: 15px 0 10px;
  border-bottom: 1px solid rgba(155, 157, 162, 0.5);
}
.breadcrumbs a {
  color: #383C45;
}
.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus {
  text-decoration: none;
  opacity: .5;
}
.breadcrumbs .divider {
  padding: 0 5px;
}
.breadcrumbs .active {
  font-weight: bold;
}
a.back {
  font-size: 0.8125rem;
  line-height: 0.9375px;
  color: #6A6D74;
}
.list {
  margin-top: 10px;
}
.list .list-item {
  background: #FFF;
  color: #6A6D74;
  font-size: .8125rem;
  display: flex;
  margin-bottom: 2px;
}
.list .list-item > div {
  padding: 15px 20px;
}
.list .list-item > div.fixed {
  text-align: center;
  width: 150px;
}
.list .list-item > div.fluid {
  flex: 1;
}
.list .list-item > div.aligned {
  padding: 45px 40px 10px 10px;
  min-width: 180px;
}
.list .list-item > div .badge {
  margin: 5px 0;
  height: 20px;
  padding-top: 1px;
  font-size: 0.8125rem;
}
.list .list-item > div .list-item-avatar {
  background: #393d46;
  border-radius: 100px;
  height: 54px;
  width: 54px;
  padding-top: 2px;
  margin: auto;
}
.list .list-item > div .list-item-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #383C45;
  margin-bottom: 5px;
}
.list .list-item > div .list-item-title a {
  color: #383C45;
}
.list .list-item > div .list-item-title a:hover,
.list .list-item > div .list-item-title a:active,
.list .list-item > div .list-item-title a:focus {
  text-decoration: none;
  opacity: .5;
}
.list .list-item > div .list-item-description {
  color: #9B9DA2;
}
.cover {
  min-width: 100%;
  min-height: 100%;
  margin: -1.25rem -2.5rem !important;
  position: absolute!important;
  left: initial!important;
  background: #48DAD0 url('/img/aqua_bg_1x.svg') center;
  background-size: cover;
}
.reveal-overlay {
  display: flex !important;
  flex-direction: column;
  background-color: rgba(15, 22, 33, 0.8);
  transition: opacity .4s !important;
  padding: 1.25rem 2.5rem;
}
.reveal-overlay .reveal {
  top: auto;
  margin: auto;
  padding: 1.25rem;
  border-radius: 3px;
  transition: opacity .4s !important;
  background-color: #FFFFFF;
  max-width: 100%;
}
.reveal-overlay .reveal .reveal-close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  outline: none;
}
.reveal-overlay .reveal p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 1rem 0;
}
.reveal-overlay .reveal p:last-of-type {
  margin-bottom: 2rem;
}
.reveal-overlay .reveal label {
  color: #6f737a;
}
.reveal-overlay .reveal [type='text'],
.reveal-overlay .reveal [type='password'],
.reveal-overlay .reveal [type='date'],
.reveal-overlay .reveal [type='datetime'],
.reveal-overlay .reveal [type='datetime-local'],
.reveal-overlay .reveal [type='month'],
.reveal-overlay .reveal [type='week'],
.reveal-overlay .reveal [type='email'],
.reveal-overlay .reveal [type='number'],
.reveal-overlay .reveal [type='search'],
.reveal-overlay .reveal [type='tel'],
.reveal-overlay .reveal [type='time'],
.reveal-overlay .reveal [type='url'],
.reveal-overlay .reveal [type='color'],
.reveal-overlay .reveal textarea {
  background: #FFFFFF;
  border: 1px solid rgba(15, 22, 33, 0.2);
  color: #6f737a;
  width: 100%;
}
.reveal-overlay .reveal [type='text']:focus,
.reveal-overlay .reveal [type='password']:focus,
.reveal-overlay .reveal [type='date']:focus,
.reveal-overlay .reveal [type='datetime']:focus,
.reveal-overlay .reveal [type='datetime-local']:focus,
.reveal-overlay .reveal [type='month']:focus,
.reveal-overlay .reveal [type='week']:focus,
.reveal-overlay .reveal [type='email']:focus,
.reveal-overlay .reveal [type='number']:focus,
.reveal-overlay .reveal [type='search']:focus,
.reveal-overlay .reveal [type='tel']:focus,
.reveal-overlay .reveal [type='time']:focus,
.reveal-overlay .reveal [type='url']:focus,
.reveal-overlay .reveal [type='color']:focus,
.reveal-overlay .reveal textarea:focus,
.reveal-overlay .reveal [type='text']:active,
.reveal-overlay .reveal [type='password']:active,
.reveal-overlay .reveal [type='date']:active,
.reveal-overlay .reveal [type='datetime']:active,
.reveal-overlay .reveal [type='datetime-local']:active,
.reveal-overlay .reveal [type='month']:active,
.reveal-overlay .reveal [type='week']:active,
.reveal-overlay .reveal [type='email']:active,
.reveal-overlay .reveal [type='number']:active,
.reveal-overlay .reveal [type='search']:active,
.reveal-overlay .reveal [type='tel']:active,
.reveal-overlay .reveal [type='time']:active,
.reveal-overlay .reveal [type='url']:active,
.reveal-overlay .reveal [type='color']:active,
.reveal-overlay .reveal textarea:active {
  box-shadow: none;
  background: #FFFFFF;
  border: 1px solid rgba(15, 22, 33, 0.4);
  color: #383C45;
}
.reveal-overlay .reveal [type='text']:placeholder-shown,
.reveal-overlay .reveal [type='password']:placeholder-shown,
.reveal-overlay .reveal [type='date']:placeholder-shown,
.reveal-overlay .reveal [type='datetime']:placeholder-shown,
.reveal-overlay .reveal [type='datetime-local']:placeholder-shown,
.reveal-overlay .reveal [type='month']:placeholder-shown,
.reveal-overlay .reveal [type='week']:placeholder-shown,
.reveal-overlay .reveal [type='email']:placeholder-shown,
.reveal-overlay .reveal [type='number']:placeholder-shown,
.reveal-overlay .reveal [type='search']:placeholder-shown,
.reveal-overlay .reveal [type='tel']:placeholder-shown,
.reveal-overlay .reveal [type='time']:placeholder-shown,
.reveal-overlay .reveal [type='url']:placeholder-shown,
.reveal-overlay .reveal [type='color']:placeholder-shown,
.reveal-overlay .reveal textarea:placeholder-shown {
  font-style: italic;
  font-weight: 300;
}
.reveal-overlay .reveal .hint,
.reveal-overlay .reveal .label.with-hint .hint {
  color: #9B9DA2;
}
.reveal-overlay .reveal .reveal-heading {
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.875rem;
  color: rgba(15, 22, 33, 0.8);
  text-align: left;
  text-shadow: none;
}
.reveal-overlay .reveal .reveal-button-group {
  margin-top: 1.875rem;
  display: flex;
  justify-content: flex-end;
}
.reveal-overlay .reveal .reveal-button-group .button {
  margin: 0 0 0 1.25rem;
}
.reveal-overlay .reveal .reveal-button-group .button:first-child {
  margin: 0;
}
.reveal-overlay .reveal .max-width-modal-wrapper {
  max-width: 530px;
  margin: auto;
}
.reveal-overlay .reveal.fullscreen .reveal-close,
.reveal-overlay .reveal.full .reveal-close {
  top: 1.25rem;
  right: 1.25rem;
}
.reveal-overlay .reveal.fullscreen .reveal-button-group,
.reveal-overlay .reveal.full .reveal-button-group {
  display: block;
  text-align: right;
}
.reveal-overlay .reveal.fullscreen {
  position: absolute !important;
  top: 0rem !important;
  bottom: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  border-radius: 0;
  max-width: none;
  width: auto;
}
.reveal-overlay .reveal.fullscreen > div {
  max-width: 100%;
  width: auto;
  padding: 0;
}
.reveal-overlay .reveal.full {
  margin: 0;
  height: initial;
  min-height: initial;
  overflow-y: visible;
}
.reveal-overlay .reveal.full > div {
  width: 530px;
  max-width: 100%;
  min-height: calc(100vh -  5rem );
  top: auto;
  margin: auto;
  padding: 1.25rem;
}
.reveal-overlay .reveal.full.narrow > div {
  width: 530px;
}
.reveal-overlay .reveal.full.wide > div {
  width: 1060px;
}
.reveal-overlay .reveal:not(.full) {
  width: 570px;
}
.reveal-overlay .reveal:not(.full).narrow {
  width: 570px;
}
.reveal-overlay .reveal:not(.full).wide {
  width: 1100px;
}
.reveal-overlay .reveal.positive,
.reveal-overlay .reveal.negative,
.reveal-overlay .reveal.warning {
  color: #FFFFFF;
}
.reveal-overlay .reveal.positive p,
.reveal-overlay .reveal.negative p,
.reveal-overlay .reveal.warning p,
.reveal-overlay .reveal.positive h1,
.reveal-overlay .reveal.negative h1,
.reveal-overlay .reveal.warning h1,
.reveal-overlay .reveal.positive h2,
.reveal-overlay .reveal.negative h2,
.reveal-overlay .reveal.warning h2,
.reveal-overlay .reveal.positive h3,
.reveal-overlay .reveal.negative h3,
.reveal-overlay .reveal.warning h3,
.reveal-overlay .reveal.positive h4,
.reveal-overlay .reveal.negative h4,
.reveal-overlay .reveal.warning h4,
.reveal-overlay .reveal.positive h5,
.reveal-overlay .reveal.negative h5,
.reveal-overlay .reveal.warning h5,
.reveal-overlay .reveal.positive h6,
.reveal-overlay .reveal.negative h6,
.reveal-overlay .reveal.warning h6,
.reveal-overlay .reveal.positive label,
.reveal-overlay .reveal.negative label,
.reveal-overlay .reveal.warning label,
.reveal-overlay .reveal.positive .reveal-heading,
.reveal-overlay .reveal.negative .reveal-heading,
.reveal-overlay .reveal.warning .reveal-heading,
.reveal-overlay .reveal.positive .hint,
.reveal-overlay .reveal.negative .hint,
.reveal-overlay .reveal.warning .hint,
.reveal-overlay .reveal.positive .label.with-hint .hint,
.reveal-overlay .reveal.negative .label.with-hint .hint,
.reveal-overlay .reveal.warning .label.with-hint .hint {
  color: #FFFFFF;
}
.reveal-overlay .reveal.positive .reveal-heading,
.reveal-overlay .reveal.negative .reveal-heading,
.reveal-overlay .reveal.warning .reveal-heading {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 300;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  text-shadow: none;
}
.reveal-overlay .reveal.positive .reveal-heading + p,
.reveal-overlay .reveal.negative .reveal-heading + p,
.reveal-overlay .reveal.warning .reveal-heading + p {
  margin-top: -1rem;
}
.reveal-overlay .reveal.positive .olp-icons.icon-loading,
.reveal-overlay .reveal.negative .olp-icons.icon-loading,
.reveal-overlay .reveal.warning .olp-icons.icon-loading {
  background-image: url(/bento/plugins/bento-olp-scaffolding/dist/assets/img/icon-loading-indicator-white-24x24@2x.png);
}
.reveal-overlay .reveal.positive .olp-icons.icon-close,
.reveal-overlay .reveal.negative .olp-icons.icon-close,
.reveal-overlay .reveal.warning .olp-icons.icon-close {
  background-image: url(../bento/plugins/bento-olp-scaffolding/dist/assets/img/icon-close-white-24x24.svg);
}
.reveal-overlay .reveal.positive .hint,
.reveal-overlay .reveal.negative .hint,
.reveal-overlay .reveal.warning .hint {
  color: rgba(0, 5, 15, 0.45);
}
.reveal-overlay .reveal.positive .button,
.reveal-overlay .reveal.negative .button,
.reveal-overlay .reveal.warning .button {
  color: #00AFAA;
  background-color: rgba(255, 255, 255, 0.8);
}
.reveal-overlay .reveal.positive .button.disabled,
.reveal-overlay .reveal.negative .button.disabled,
.reveal-overlay .reveal.warning .button.disabled,
.reveal-overlay .reveal.positive .button:disabled,
.reveal-overlay .reveal.negative .button:disabled,
.reveal-overlay .reveal.warning .button:disabled {
  opacity: 1;
  color: rgba(0, 175, 170, 0.5);
  background-color: rgba(255, 255, 255, 0.4);
}
.reveal-overlay .reveal.positive .button:hover,
.reveal-overlay .reveal.negative .button:hover,
.reveal-overlay .reveal.warning .button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.reveal-overlay .reveal.positive .button:hover.disabled,
.reveal-overlay .reveal.negative .button:hover.disabled,
.reveal-overlay .reveal.warning .button:hover.disabled,
.reveal-overlay .reveal.positive .button:hover:disabled,
.reveal-overlay .reveal.negative .button:hover:disabled,
.reveal-overlay .reveal.warning .button:hover:disabled {
  color: rgba(0, 175, 170, 0.5);
  background-color: rgba(255, 255, 255, 0.4);
}
.reveal-overlay .reveal.positive .button:active,
.reveal-overlay .reveal.negative .button:active,
.reveal-overlay .reveal.warning .button:active,
.reveal-overlay .reveal.positive .button:focus,
.reveal-overlay .reveal.negative .button:focus,
.reveal-overlay .reveal.warning .button:focus {
  background-color: rgba(255, 255, 255, 0.6);
}
.reveal-overlay .reveal.positive .button.outline,
.reveal-overlay .reveal.negative .button.outline,
.reveal-overlay .reveal.warning .button.outline {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background: transparent;
}
.reveal-overlay .reveal.positive .button.outline.disabled,
.reveal-overlay .reveal.negative .button.outline.disabled,
.reveal-overlay .reveal.warning .button.outline.disabled,
.reveal-overlay .reveal.positive .button.outline:disabled,
.reveal-overlay .reveal.negative .button.outline:disabled,
.reveal-overlay .reveal.warning .button.outline:disabled {
  color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
.reveal-overlay .reveal.positive .button.outline:hover,
.reveal-overlay .reveal.negative .button.outline:hover,
.reveal-overlay .reveal.warning .button.outline:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: transparent;
}
.reveal-overlay .reveal.positive .button.outline:hover.disabled,
.reveal-overlay .reveal.negative .button.outline:hover.disabled,
.reveal-overlay .reveal.warning .button.outline:hover.disabled,
.reveal-overlay .reveal.positive .button.outline:hover:disabled,
.reveal-overlay .reveal.negative .button.outline:hover:disabled,
.reveal-overlay .reveal.warning .button.outline:hover:disabled {
  color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
  background: transparent;
}
.reveal-overlay .reveal.positive .button.outline:active,
.reveal-overlay .reveal.negative .button.outline:active,
.reveal-overlay .reveal.warning .button.outline:active,
.reveal-overlay .reveal.positive .button.outline:focus,
.reveal-overlay .reveal.negative .button.outline:focus,
.reveal-overlay .reveal.warning .button.outline:focus {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  background: transparent;
}
.reveal-overlay .reveal.positive .button.clear,
.reveal-overlay .reveal.negative .button.clear,
.reveal-overlay .reveal.warning .button.clear {
  color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  background: transparent;
}
.reveal-overlay .reveal.positive .button.clear.disabled,
.reveal-overlay .reveal.negative .button.clear.disabled,
.reveal-overlay .reveal.warning .button.clear.disabled,
.reveal-overlay .reveal.positive .button.clear:disabled,
.reveal-overlay .reveal.negative .button.clear:disabled,
.reveal-overlay .reveal.warning .button.clear:disabled {
  color: rgba(255, 255, 255, 0.4);
}
.reveal-overlay .reveal.positive .button.clear:hover,
.reveal-overlay .reveal.negative .button.clear:hover,
.reveal-overlay .reveal.warning .button.clear:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
  background: transparent;
}
.reveal-overlay .reveal.positive .button.clear:hover.disabled,
.reveal-overlay .reveal.negative .button.clear:hover.disabled,
.reveal-overlay .reveal.warning .button.clear:hover.disabled,
.reveal-overlay .reveal.positive .button.clear:hover:disabled,
.reveal-overlay .reveal.negative .button.clear:hover:disabled,
.reveal-overlay .reveal.warning .button.clear:hover:disabled {
  color: rgba(255, 255, 255, 0.4);
  border-color: transparent;
  background: transparent;
}
.reveal-overlay .reveal.positive .button.clear:active,
.reveal-overlay .reveal.negative .button.clear:active,
.reveal-overlay .reveal.warning .button.clear:active,
.reveal-overlay .reveal.positive .button.clear:focus,
.reveal-overlay .reveal.negative .button.clear:focus,
.reveal-overlay .reveal.warning .button.clear:focus {
  color: rgba(255, 255, 255, 0.6);
  border-color: transparent;
  background: transparent;
}
.reveal-overlay .reveal.positive {
  background-color: rgba(6, 184, 124, 0.9);
}
.reveal-overlay .reveal.positive .button {
  color: #06B87C;
}
.reveal-overlay .reveal.negative {
  background-color: rgba(196, 28, 51, 0.9);
}
.reveal-overlay .reveal.negative .button {
  color: #C41C33;
}
.reveal-overlay .reveal.warning {
  background-color: rgba(250, 184, 0, 0.9);
}
.reveal-overlay .reveal.warning .button {
  color: #FAB800;
}
.modalTable {
  font-size: 0.8125rem;
}
.modalTable thead {
  color: #6A6D74;
  background: #E4E6E9;
  border: none;
}
.modalTable tbody {
  color: #383C45;
  background: #F2F2F2;
}
.modalTable button {
  margin: 0;
}
.context-layer .button {
  color: #383C45;
  background-color: #00AFAA;
}
.context-layer .button.disabled,
.context-layer .button:disabled {
  opacity: 0.3;
}
.context-layer .button:hover {
  background-color: #A3ECE7;
}
.context-layer .button:hover.disabled,
.context-layer .button:hover:disabled {
  background-color: #00AFAA;
}
.context-layer .button:active,
.context-layer .button:focus {
  background-color: #00AFAA;
}
.context-layer .button.outline {
  color: #00AFAA;
  border-color: #00AFAA;
  background: transparent;
}
.context-layer .button.outline:hover {
  color: #A3ECE7;
  border-color: #A3ECE7;
  background: transparent;
}
.context-layer .button.outline:hover.disabled,
.context-layer .button.outline:hover:disabled {
  color: #00AFAA;
  border-color: #00AFAA;
  background: transparent;
}
.context-layer .button.outline:active,
.context-layer .button.outline:focus {
  color: #00AFAA;
  border-color: #00AFAA;
  background: transparent;
}
.success-message {
  color: #06B87C;
}
.error-message {
  color: #C41C33;
}
.vertical-action-bar {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45px;
}
.vertical-action-bar .button {
  display: block;
  background: transparent;
  color: #383C45;
  margin: 0;
}
.action-bar {
  background: #00AFAA;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 45px;
  transition: bottom .2s;
}
.action-bar.visible {
  bottom: 0;
}
.action-bar .button {
  color: #FFFFFF;
  margin: 8px 10px 0;
}
.action-bar .button:hover,
.action-bar .button:focus {
  color: #e6e6e6;
}
.error-tooltip {
  color: white;
  background: #C41C33;
  padding: 10px 12px;
  font-size: .8rem;
  border-radius: 2px;
  position: absolute;
  right: 0;
  bottom: 4.2rem;
}
.error-tooltip:before {
  content: "";
  border: 8px solid transparent;
  position: absolute;
  bottom: -16px;
  right: 10px;
  border-top-color: #C41C33;
}
.info-tooltip {
  color: #00AFAA;
  float: right;
  margin-left: 10px;
  font-size: 1rem;
  margin-top: 3px;
  cursor: default;
}
.tooltip.wide-tooltip {
  top: initial;
  max-width: 20rem !important;
  transform: translateX(-50%) translateX(9px) translateY(-100%) translateY(-32px);
}
.tooltip.wide-tooltip:before {
  top: 99%;
}
.tooltip.wide-tooltip.ng-enter-active {
  transition: all .4s .2s;
}
.tooltip.wide-tooltip.ng-leave-active {
  transition: all .2s;
}
.menu-selector {
  padding: 0.3125rem 0.625rem;
  color: #6A6D74;
  background-color: transparent;
  border-radius: 3px 3px 0 0;
  min-width: 170px;
  text-align: center;
  display: inline-block;
}
.menu-selector > span {
  display: block;
  margin-top: -3px;
  padding: 0.46875rem 0.625rem;
  border-bottom: 3px solid transparent;
}
.menu-selector:visited {
  color: #6A6D74;
}
.menu-selector:focus > span,
.menu-selector:hover > span,
.menu-selector:active > span,
.menu-selector.active > span {
  color: #383C45;
}
.menu-selector.active {
  background-color: #FFFFFF;
}
.menu-selector.active > span {
  border-bottom-color: #00AFAA;
}
.flex-center-wrapper {
  display: flex;
  justify-content: center;
}
.issue-type-list-wrapper .issue-type-list {
  font-size: 1rem !important;
  list-style-type: initial !important;
}
.issue-type-list-wrapper .issue-type-list li {
  margin: 0;
}
olp-lang-select {
  margin-right: 30px;
  margin-left: 30px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.6);
  font-size: .875rem;
}
olp-lang-select select {
  margin: 0 0 0 10px;
  vertical-align: middle;
  background-color: #323741 !important;
  border: 1px solid #3C414A;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.8);
  height: 30px;
  font-size: .875rem;
  padding: 5px 25px 5px 7px;
}
olp-footer {
  display: block;
  background: #272D37;
  color: #FFF;
}
olp-footer .footer-wrapper {
  margin: auto;
  padding: 20px 30px;
  font-size: 0.875rem;
  min-height: 70px;
  display: flex;
  align-items: center;
}
olp-footer .footer-links {
  display: flex;
  flex: 1;
  flex-direction: row;
}
olp-footer .footer-links .footer-spacer {
  line-height: 1.3em;
  color: #6A6D74;
}
olp-footer .footer-links .flex-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
}
olp-footer .footer-links ul {
  list-style-type: none;
  margin: 0;
}
olp-footer .footer-links ul li {
  line-height: 1.3em;
}
olp-footer .footer-links ul li a:hover {
  color: #48DAD0;
}
olp-footer .footer-links .logo img {
  max-width: 120px;
  margin-top: -1rem;
}
olp-footer .footer-links .button {
  min-width: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1.5rem;
}
olp-footer .footer-copyright {
  line-height: 1.3em;
  flex-shrink: 0;
  padding-top: 6px;
}
.highlighted {
  background: yellow;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-column .flexed-content {
  flex: 1 0 auto;
}
.system-network-ops {
  margin-top: 20px;
}
.system-network-ops .list-item {
  color: rgba(0, 5, 15, 0.4);
  font-size: 0.875rem;
  line-height: 1.25em;
}
.system-network-ops .list-item .phone-number {
  font-weight: 600;
  color: #6A6D74;
}
olp-dev-tools .olp-dev-tools-wrapper {
  position: fixed;
  top: 100%;
  right: 20px;
  z-index: 10000;
  width: 500px;
  max-width: 90%;
  transition: top .2s;
}
olp-dev-tools .olp-dev-tools-wrapper .env-details {
  height: 20px;
  background: rgba(0, 5, 15, 0.3);
  padding: 0 7px;
  z-index: 10000;
  color: #FFF;
  font-size: 0.8125rem;
  border-radius: 2px 2px 0 0;
  cursor: pointer;
  transition: background .2s;
  top: -20px;
  right: 0;
  position: absolute;
}
olp-dev-tools .olp-dev-tools-wrapper .env-details:hover {
  background: #00AFAA;
}
olp-dev-tools .olp-dev-tools-wrapper .env-details .spacer {
  padding: 0 2px;
  font-weight: 300;
}
olp-dev-tools .olp-dev-tools-wrapper .env-details.open {
  background: #6A6D74;
}
olp-dev-tools .olp-dev-tools-wrapper .dev-tools-content {
  background: #383C45;
  word-break: break-word;
  color: #FFF;
  font-size: .8125rem;
  padding: 10px 15px;
  border-radius: 2px 0 0 0;
  overflow: hidden;
}
olp-dev-tools .olp-dev-tools-wrapper .dev-tools-content .dev-tools-content-container {
  position: relative;
}
olp-dev-tools .olp-dev-tools-wrapper .dev-tools-content h5 {
  color: #FFF;
  font-weight: 300;
}
olp-dev-tools .olp-dev-tools-wrapper .dev-tools-content .bold {
  font-weight: 500;
  color: #48DAD0;
}
olp-dev-tools .olp-dev-tools-wrapper .dev-tools-content ul {
  list-style: none;
  margin: 0;
}
olp-dev-tools .olp-dev-tools-wrapper .dev-tools-content ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  line-height: 1rem;
  background: transparent;
  transition: background .2s;
  padding: 0 3px;
  margin-left: -3px;
  border-radius: 2px;
}
olp-dev-tools .olp-dev-tools-wrapper .dev-tools-content [clipboard] {
  cursor: pointer;
}
olp-dev-tools .olp-dev-tools-wrapper .dev-tools-content [clipboard]:after {
  content: "Copied!";
  position: absolute;
  top: 5px;
  right: 0;
  background: #06B87C;
  padding: 2px 7px;
  border-radius: 30px;
  font-size: .75rem;
  opacity: 0;
  transition: opacity 2s .2s;
  z-index: 1;
}
olp-dev-tools .olp-dev-tools-wrapper .dev-tools-content [clipboard]:active {
  background: rgba(255, 255, 255, 0.5);
}
olp-dev-tools .olp-dev-tools-wrapper .dev-tools-content [clipboard]:active:after {
  opacity: 1;
  transition: all 0s;
}
olp-dev-tools .olp-dev-tools-wrapper .dev-tools-content .language-select {
  position: absolute;
  top: 5px;
  right: 0;
}
olp-dev-tools .olp-dev-tools-wrapper .dev-tools-content .language-select select {
  height: 20px;
  padding: 2px 1.2rem 2px 5px;
  font-size: 13px;
  margin: 0 0 0 5px;
}
olp-dev-tools .olp-dev-tools-wrapper.version-override .env-details {
  background: #C41C33;
}
olp-dev-tools .olp-dev-tools-wrapper.version-override .dev-tools-content .version-override-message {
  background: #D35667;
  margin: -10px -15px 10px;
  padding: 10px;
  font-size: .75rem;
}
olp-dev-tools .olp-dev-tools-wrapper.version-override .dev-tools-content .version-override-message a {
  text-decoration: underline;
  color: #FFF;
  font-weight: 500;
}
/* Gal Topnav */
gal-topnav {
  height: 50px;
  width: 100%;
  position: fixed;
  z-index: 2;
}
gal-topnav lui-desktopnavigation {
  background-color: #272d37;
  align-items: center;
  color: #FFF;
  display: flex;
  padding: 0 30px;
  width: 100%;
}
gal-topnav lui-desktopnavigation .lui-logo__seed {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  width: 40px;
}
gal-topnav lui-desktopnavigation .topnav-left {
  display: flex;
  position: relative;
  height: 50px;
  flex: 1;
  padding-left: 30px;
  overflow-x: auto;
}
gal-topnav lui-desktopnavigation .logo-separator {
  content: '';
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  height: 1.5rem;
  left: .75rem;
  top: 13px;
  position: absolute;
}
gal-topnav lui-desktopnavigation .topnav-title {
  display: flex;
  align-items: center;
  height: 50px;
  margin-right: 30px;
  white-space: nowrap;
  font-weight: 500;
  color: #FFF;
  text-decoration: none;
}
gal-topnav lui-desktopnavigation .topnav-title:empty {
  display: none;
}
gal-topnav lui-desktopnavigation lui-icon.new-window-icon {
  height: 1em;
  width: 1em;
  margin: 0.15em 0 0 2px;
  display: inline-block;
  vertical-align: top;
}
gal-topnav lui-desktopnavigation lui-tabbar {
  display: flex;
}
gal-topnav lui-desktopnavigation lui-tabbar a {
  align-items: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  display: flex;
  font-weight: 400;
  height: 50px;
  line-height: 20px;
  outline: none;
  padding: 9px 18px;
  position: relative;
  text-align: left;
  text-decoration: none;
  user-select: none;
  width: 100%;
  z-index: 5;
}
gal-topnav lui-desktopnavigation lui-tabbar a:hover,
gal-topnav lui-desktopnavigation lui-tabbar a:focus,
gal-topnav lui-desktopnavigation lui-tabbar a:active,
gal-topnav lui-desktopnavigation lui-tabbar a:visited {
  color: rgba(255, 255, 255, 0.6);
}
gal-topnav lui-desktopnavigation lui-tabbar a.active {
  color: #FFF;
}
gal-topnav lui-desktopnavigation lui-tabbar a.active:before {
  content: "";
  background: #2DD5C9;
  height: 3px;
  width: calc(100% - 20px);
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 7;
}
gal-topnav lui-desktopnavigation lui-tabbar a lui-tab {
  white-space: nowrap;
  border-radius: 4px;
  display: inline-block;
  margin: -3px -5px;
  padding: 3px 5px;
  box-shadow: transparent 0 0 0 9px;
  transition: all 150ms ease-in;
}
gal-topnav lui-desktopnavigation lui-tabbar a:focus lui-tab {
  color: #FFF;
}
gal-topnav lui-desktopnavigation .topnav-separator {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  margin-right: 15px;
  height: 50px;
}
gal-topnav lui-desktopnavigation .topnav-button button {
  color: rgba(255, 255, 255, 0.6);
  padding: 0 5px;
  margin-right: 5px;
  height: 50px;
  outline: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 150ms ease-in;
}
gal-topnav lui-desktopnavigation .topnav-button button:hover {
  color: rgba(255, 255, 255, 0.8);
}
gal-topnav lui-desktopnavigation .topnav-button button.open {
  color: #FFF;
}
gal-topnav lui-desktopnavigation .topnav-button button.open .profile-avatar {
  border-color: #48DAD0;
}
gal-topnav lui-desktopnavigation .topnav-button button#account-button {
  margin-right: 0;
}
gal-topnav lui-desktopnavigation .topnav-button button svg {
  height: 1.5rem;
  width: 1.5rem;
}
gal-topnav lui-desktopnavigation .topnav-button button .cart_items-count {
  padding: .1rem .4rem;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  border-radius: 1.5rem;
}
gal-topnav lui-desktopnavigation .profile-avatar {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  height: 32px;
  width: 32px;
  color: #9B9DA2;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  background-color: #1d232d;
}
gal-topnav lui-desktopnavigation .profile-avatar:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
gal-topnav lui-desktopnavigation .profile-avatar .profile-placeholder {
  width: 100%;
  height: 100%;
  fill: #9b9da2;
}
gal-topnav lui-desktopnavigation .profile-avatar .profile-placeholder svg {
  width: auto;
  height: auto;
}
gal-topnav lui-desktopnavigation .profile-avatar .profile-image {
  object-fit: cover;
  object-position: center;
}
gal-topnav lui-desktopnavigation .profile-avatar .profile-initials {
  background-color: #1D232D;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
gal-topnav .panel {
  width: 400px;
  right: -400px;
  background-color: #fff;
  height: calc(100vh - 50px);
  overflow-y: auto;
  position: fixed;
  z-index: 100;
  border-left: 1px solid rgba(15, 22, 33, 0.3);
  transition: transform 200ms ease-out;
}
gal-topnav .panel.improvedLauncher {
  max-height: calc(100vh - 50px);
  height: auto;
}
gal-topnav .panel.improvedLauncher .panel-links > ul {
  display: block;
}
gal-topnav .panel.open {
  transform: translate(-400px, 0);
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.2);
}
gal-topnav .panel .main {
  outline: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}
gal-topnav .panel .main .panel-heading {
  padding: 1rem 1.75rem;
  background-color: #f8f8f8;
}
gal-topnav .panel .main .panel-heading h1 {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}
gal-topnav .panel .main .panel-heading h1 svg {
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1rem;
  margin-right: 10px;
}
gal-topnav .panel .main .panel-heading h4 {
  margin: -4px 0 0;
  font-size: 0.8125rem;
  font-weight: normal;
  color: rgba(15, 22, 33, 0.6);
}
gal-topnav .panel .main .panel-links {
  display: flex;
  flex-direction: column;
  flex: 1;
}
gal-topnav .panel .main .panel-links > ul {
  display: flex;
  flex-direction: column;
  flex: 1;
  list-style: none;
  margin: 0;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-title {
  padding: 0.3rem 1.3125rem 0.3rem 1.3125rem;
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
  position: relative;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-title lui-icon {
  position: absolute;
  right: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  display: block;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading {
  background-color: var(--hds-gray-50);
  border: 0.06rem solid rgba(15, 22, 33, 0.05);
  height: 2.25rem;
  margin-bottom: 0;
  padding-right: 1.75rem;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading .launcher-category-title lui-icon[name='chevron-left'] {
  display: block;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading .launcher-category-title lui-icon[name='chevron-down'] {
  display: none;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li {
  position: relative;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: inherit;
  padding: 0.875rem 2.5rem 0.875rem 1.75rem;
  border-bottom: 1px solid rgba(15, 22, 33, 0.05);
  text-decoration: none;
  color: #383c45;
  cursor: pointer;
  position: relative;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li > a .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2em;
  font-size: 1.125rem;
  font-weight: 500;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li > a .title .new-window-icon svg {
  height: 0.8125em;
  width: 0.8125em;
  margin-top: 1px;
  margin-right: 0;
  margin-left: 2px;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li > a .description {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5em;
  font-size: 0.8125rem;
  color: #9b9da2;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li > a svg {
  margin-right: 5px;
  height: 1rem;
  width: 1rem;
  line-height: 1rem;
  vertical-align: middle;
  margin-bottom: 3px;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li > a:hover,
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li > a:focus {
  background-color: #f8f8f8;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li > a.active:before {
  content: '';
  height: 50px;
  border-right: 4px solid #00AFAA;
  position: absolute;
  margin-left: -14px;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li:first-child > a {
  border-top: 1px solid rgba(15, 22, 33, 0.05);
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li olp-dropdown {
  position: absolute;
  right: 10px;
  top: 8px;
  margin: 0;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li olp-dropdown .new-window-icon svg {
  height: 1em;
  margin-left: 2px;
  margin-right: 0;
  width: 1em;
  vertical-align: middle;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li olp-dropdown .trigger {
  display: flex;
  align-items: center;
  justify-content: center;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li olp-dropdown .trigger i {
  font-size: 1.5rem;
  margin: 0;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li olp-dropdown .pane {
  top: auto;
  right: 0;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li olp-dropdown .container.is-open > .trigger {
  opacity: 1;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li olp-dropdown .container.is-open > .pane {
  top: auto;
  right: 0;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li.end {
  margin-top: auto;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading + ul > li.end > a {
  border-bottom: none;
  border-top: 1px solid rgba(15, 22, 33, 0.05);
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading.opened + ul {
  display: block;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading.opened .launcher-category-title lui-icon[name='chevron-left'] {
  display: none;
}
gal-topnav .panel .main .panel-links > ul .launcher-category-heading.opened .launcher-category-title lui-icon[name='chevron-down'] {
  display: block;
}
gal-topnav .panel .main .panel-links > ul > li {
  position: relative;
}
gal-topnav .panel .main .panel-links > ul > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: inherit;
  padding: 0.875rem 2.5rem 0.875rem 1.75rem;
  border-bottom: 1px solid rgba(15, 22, 33, 0.05);
  text-decoration: none;
  color: #383c45;
  cursor: pointer;
  position: relative;
}
gal-topnav .panel .main .panel-links > ul > li > a .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2em;
  font-size: 1.125rem;
  font-weight: 500;
}
gal-topnav .panel .main .panel-links > ul > li > a .title .new-window-icon svg {
  height: 0.8125em;
  width: 0.8125em;
  margin-top: 1px;
  margin-right: 0;
  margin-left: 2px;
}
gal-topnav .panel .main .panel-links > ul > li > a .description {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5em;
  font-size: 0.8125rem;
  color: #9b9da2;
}
gal-topnav .panel .main .panel-links > ul > li > a svg {
  margin-right: 5px;
  height: 1rem;
  width: 1rem;
  line-height: 1rem;
  vertical-align: middle;
  margin-bottom: 3px;
}
gal-topnav .panel .main .panel-links > ul > li > a:hover,
gal-topnav .panel .main .panel-links > ul > li > a:focus {
  background-color: #f8f8f8;
}
gal-topnav .panel .main .panel-links > ul > li > a.active:before {
  content: '';
  height: 50px;
  border-right: 4px solid #00AFAA;
  position: absolute;
  margin-left: -14px;
}
gal-topnav .panel .main .panel-links > ul > li:first-child > a {
  border-top: 1px solid rgba(15, 22, 33, 0.05);
}
gal-topnav .panel .main .panel-links > ul > li olp-dropdown {
  position: absolute;
  right: 10px;
  top: 8px;
  margin: 0;
}
gal-topnav .panel .main .panel-links > ul > li olp-dropdown .new-window-icon svg {
  height: 1em;
  margin-left: 2px;
  margin-right: 0;
  width: 1em;
  vertical-align: middle;
}
gal-topnav .panel .main .panel-links > ul > li olp-dropdown .trigger {
  display: flex;
  align-items: center;
  justify-content: center;
}
gal-topnav .panel .main .panel-links > ul > li olp-dropdown .trigger i {
  font-size: 1.5rem;
  margin: 0;
}
gal-topnav .panel .main .panel-links > ul > li olp-dropdown .pane {
  top: auto;
  right: 0;
}
gal-topnav .panel .main .panel-links > ul > li olp-dropdown .container.is-open > .trigger {
  opacity: 1;
}
gal-topnav .panel .main .panel-links > ul > li olp-dropdown .container.is-open > .pane {
  top: auto;
  right: 0;
}
gal-topnav .panel .main .panel-links > ul > li.end {
  margin-top: auto;
}
gal-topnav .panel .main .panel-links > ul > li.end > a {
  border-bottom: none;
  border-top: 1px solid rgba(15, 22, 33, 0.05);
}
gal-topnav .panel .main .panel-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem 1.75rem;
}
gal-topnav .panel .main .panel-content ul.link-list {
  list-style: none;
  margin: 0;
}
gal-topnav .panel .main .panel-content hr {
  border-bottom: 1px solid rgba(15, 22, 33, 0.1);
  margin: 1rem auto;
  width: 100%;
}
gal-topnav .panel .main .panel-content h4 {
  color: #383c45;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.375em;
  margin: .67em 0;
}
gal-topnav .panel .main .panel-content p {
  color: rgba(15, 22, 33, 0.6);
  line-height: 1.625em;
  margin: 0;
}
gal-topnav .panel .main .panel-content a {
  font-weight: 500;
}
gal-topnav .panel .main .panel-content a.button {
  align-self: flex-start;
  padding: 9px 29px;
  margin: 0;
  border-radius: 2px;
  line-height: 20px;
}
gal-topnav .panel .main .panel-content a.button:hover {
  background: rgba(0, 182, 178, 0.15);
  border-color: #2DD5C9;
  color: #2DD5C9;
}
gal-topnav .panel .main .panel-content a.button:focus {
  box-shadow: rgba(0, 182, 178, 0.2) 0 0 0 3px;
}
gal-topnav .panel .main .panel-content .search {
  margin-bottom: 1.5rem;
}
gal-topnav .panel .main .panel-content .search form {
  display: flex;
}
gal-topnav .panel .main .panel-content .search form .input-group {
  max-width: 400px;
  display: inline-block;
  flex: 1;
  margin: 0 10px 0 0;
  height: 40px;
}
gal-topnav .panel .main .panel-content .search form .input-group input {
  border: 1px solid rgba(15, 22, 33, 0.25);
  border-radius: 2px;
  height: 40px;
  padding-right: 10px;
  background: rgba(15, 22, 33, 0.02);
  caret-color: #00B6B2 !important;
}
gal-topnav .panel .main .panel-content .search form .input-group input:focus {
  background: rgba(15, 22, 33, 0.04);
  border-color: rgba(15, 22, 33, 0.6);
  box-shadow: rgba(0, 182, 178, 0.2) 0 0 0 3px;
}
gal-topnav .panel .main .panel-content .search form .input-icon {
  font-size: 1.5em;
  top: 6px;
  left: 10px;
  color: #383C45;
}
gal-topnav .panel .main .panel-content .search form button {
  background: #00b6b2;
}
gal-topnav .panel .main .panel-content .search form button:hover {
  background: #2dd5c9;
}
gal-topnav .panel .main .panel-content .link-list li {
  margin-bottom: 0.75rem;
}
gal-topnav .panel .main .panel-content .link-list li a {
  color: #383c45;
}
gal-topnav .panel .main .panel-content .link-list li a i {
  font-size: 1em;
  margin-left: 0;
}
gal-topnav .panel .main .panel-content .link-list li:not(:first-child) {
  padding-top: 0.75rem;
}
gal-topnav .panel .main .panel-content .section-link {
  padding: 1rem 0 0.5rem;
}
gal-topnav .panel .main .panel-content .china-contact > div {
  color: rgba(15, 22, 33, 0.6);
}
gal-topnav .panel .main .panel-content .china-contact > div:not(:first-child) {
  margin-top: 10px;
}
gal-topnav .panel .main .panel-content .china-contact > div i {
  margin-right: 5px;
  font-size: 1.25em;
}
gal-topnav .panel .main .panel-content .china-contact > div i:not(.email) {
  color: #383C45;
}
gal-topnav .panel .main .panel-content .china-contact > div i:not(:first-of-type) {
  opacity: 0;
}
/* Project Switcher */
gal-project-switcher label {
  display: inline;
  font-size: 13px;
}
gal-project-switcher .dropdown-content {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  right: 0px;
  margin-top: -2px;
  width: 300px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
gal-project-switcher .main-container {
  position: relative;
}
gal-project-switcher .project-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
gal-project-switcher .project-header lui-icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
}
gal-project-switcher .project-label {
  color: #6a6e75;
  font-size: 13px;
  margin-right: 5px;
}
gal-project-switcher .select-project-container {
  padding: 10px;
  background-color: rgba(242, 242, 243, 0.5);
  display: flex;
  justify-content: space-between;
}
gal-project-switcher .select-project-container > .select-project-label {
  color: #b7b9bc;
  font-size: 13px;
  font-weight: 500;
}
gal-project-switcher .select-project-container > .view-all-projects {
  color: #00afaa;
  font-size: 13px;
}
gal-project-switcher .select-project-typeahead-container {
  padding: 10px;
}
gal-project-switcher .selected-project {
  color: #00b6b2;
  font-size: 13px;
  margin-right: 10px;
}
gal-project-switcher .no-project-selected {
  color: rgba(15, 22, 33, 0.6);
  font-size: 13px;
  font-style: italic;
  margin-right: 10px;
}
gal-project-switcher .toggle-button {
  height: 30px;
  width: 30px;
  border: 1px solid rgba(15, 22, 33, 0.1);
  border-radius: 1px;
  background-color: rgba(15, 22, 33, 0.03);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
gal-project-switcher .toggle-button.open {
  background: #FFF;
  outline: none;
}
gal-project-switcher .toggle-button i {
  margin: 0;
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
gal-project-switcher .remove-project-container {
  color: #00AFAA;
  font-size: 13px;
}
gal-project-switcher .remove-project-container > .remove-project-label {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}
gal-project-switcher .remove-project-container > .remove-project-label > .remove-project-icon {
  background-color: #00AFAA;
  color: white;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
}
gal-project-switcher .remove-project-container > .remove-project-divider {
  color: #6a6e75;
  border-left: solid;
  border-width: 1px;
}
gal-project-select-typeahead form olp-typeahead.olp-typeahead {
  margin-bottom: 0;
}
gal-project-select-typeahead form olp-typeahead.olp-typeahead .olp-typeahead {
  margin-bottom: 0;
}
gal-project-select-typeahead form olp-typeahead.olp-typeahead .olp-typeahead input {
  border: 1px solid rgba(15, 22, 33, 0.25);
  border-radius: 2px;
  background-color: #FFF;
  color: #383C45;
}
gal-project-select-typeahead form olp-typeahead.olp-typeahead .olp-typeahead input::placeholder {
  color: #9b9da2 !important;
  font-style: italic !important;
}
gal-project-select-typeahead form olp-typeahead.olp-typeahead .olp-typeahead .nowrap-wrapper {
  white-space: nowrap;
}
gal-project-select-typeahead form .no-projects .no-projects-label {
  font-size: 13px;
  line-height: 1.5em;
  display: block;
}
gal-project-select-typeahead form .no-projects .button {
  margin-top: 1rem;
  margin-bottom: 0;
}
.reveal-overlay .reveal.project-select-modal {
  width: 630px !important;
  padding: 40px;
}
.reveal-overlay .reveal.project-select-modal h1 {
  font-size: 1.375rem;
  margin-bottom: 0;
}
.reveal-overlay .reveal.project-select-modal p {
  font-size: .875rem;
  margin-bottom: 1.5rem;
  line-height: 1.4em;
  margin-top: 0.2rem;
}
.reveal-overlay .reveal.project-select-modal .viewOutsideProject {
  margin-top: 25px;
}
.reveal-overlay .reveal.project-select-modal .viewOutsideProject label {
  display: block;
  margin-bottom: .25rem;
}
.reveal-overlay .reveal.project-select-modal .viewOutsideProject a {
  font-size: .875rem;
}
.reveal-overlay .reveal.project-select-modal .olp-table[olp-table-theme="compact"] thead th {
  padding-top: 6px;
  padding-bottom: 5px;
}
.reveal-overlay .reveal.project-select-modal .olp-table[olp-table-theme="compact"] tbody td {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: .875rem;
}
.reveal-overlay .reveal.project-select-modal .olp-table[olp-table-theme="compact"] tbody td:first-child {
  width: 30px;
  padding-right: 0;
  padding-left: 10px;
}
.reveal-overlay .reveal.project-select-modal .olp-table[olp-table-theme="compact"] tbody td lui-icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}
@media screen and (max-width: 39.9375em) {
  .cover {
    margin: unset!important;
  }
  .reveal-overlay {
    padding: 0;
  }
  .reveal-overlay .reveal .reveal-heading {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .reveal-overlay .reveal.fullscreen,
  .reveal-overlay .reveal.full {
    border-radius: 0;
    min-height: 100vh;
    overflow-y: auto;
  }
  .reveal-overlay .reveal.fullscreen > div,
  .reveal-overlay .reveal.full > div {
    width: auto;
    padding: 0;
  }
  .reveal-overlay .reveal:not(.full) {
    width: auto;
  }
  .reveal-overlay .reveal:not(.full).narrow,
  .reveal-overlay .reveal:not(.full).wide {
    width: auto;
  }
}
@media screen and (max-width: 65rem) {
}
.browser-support-notice .browser-support-content {
  padding-right: 45px;
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.browser-support-notice .browser-support-content .browser-support-best-experience {
  font-size: 1rem;
  padding-bottom: 25px;
  line-height: 1.25em;
  text-align: center;
}
.browser-support-notice .browser-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.25em;
  margin: 0 10px;
}
.browser-support-notice .browser-item img {
  max-width: 80px;
}
.browser-support-notice .browser-item span {
  padding-top: 5px;
}
.browser-support-notice .browser-support-heading {
  padding-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.olp-permissions-management-list .revoke-access-cell {
  padding-top: 0;
  padding-bottom: 0;
  min-width: 150px;
}
.olp-permissions-management-list .revoke-access-btn {
  float: right;
}
.olp-permissions-management-list .flex-full-width {
  display: flex;
  width: 100%;
}
.olp-permissions-management-list .top-right-button-container {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
.olp-permissions-management-list .search-wrapper {
  margin-right: 15px;
  max-width: 400px;
  border: 1px solid #E4E6E9;
}
.olp-permissions-management-list .search-input {
  padding-right: 34px;
}
.olp-permissions-management-list .text-align-right {
  text-align: right;
}
.olp-permissions-management-list .olp-table-container-style {
  min-height: 500px;
  overflow: initial;
  position: relative;
}
.olp-permissions-management-list .flex-center {
  display: flex;
  justify-content: center;
}
.olp-permissions-management-list .cancel-multiselect-btn {
  margin-top: 20px;
  margin-right: 10px;
}
.olp-permissions-management-list .done-multiselect-btn {
  min-width: 5rem;
  margin-top: 20px;
}
.olp-permissions-management-list .app-avatar-wrapper {
  float: left;
  margin-right: 10px;
  text-align: center;
}
.olp-permissions-management-list .app-avatar-wrapper .app-avatar {
  font-size: 2rem;
  padding-top: 5px;
  width: 100%;
}
.olp-permissions-management-list .bento-olp-avatar-styles {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.olp-permissions-management-list .item-description {
  color: #9B9DA2;
}
.olp-permissions-management-list .olp-table tbody td:first-child,
.olp-permissions-management-list .olp-table tbody th:first-child {
  padding-right: 0;
  width: 40px;
}
.reveal-overlay .reveal.olp-permissions-management-share .reveal-heading {
  margin-bottom: 1rem;
}
.reveal-overlay .reveal.olp-permissions-management-share .share-subtitle {
  font-size: 0.8125rem;
  margin-bottom: 1rem;
}
.reveal-overlay .reveal.olp-permissions-management-share [type='search']:placeholder-shown {
  font-weight: normal;
}
.reveal-overlay .reveal.olp-permissions-management-share .add-another-btn.ng-leave {
  transition: all 0s;
}
.reveal-overlay .reveal.olp-permissions-management-share .olp-typeahead {
  margin-bottom: 0;
}
.reveal-overlay .reveal.olp-permissions-management-share .olp-typeahead input[type="search"] {
  background-color: #E4E6E9;
  border: 1px solid rgba(155, 157, 162, 0.3);
}
.reveal-overlay .reveal.olp-permissions-management-share .olp-typeahead input[type="search"]:focus,
.reveal-overlay .reveal.olp-permissions-management-share .olp-typeahead input[type="search"].is-open {
  background: #FFF;
}
.reveal-overlay .reveal.olp-permissions-management-share .share-modal-clear {
  margin: 0;
  color: #383C45;
  width: 40px;
}
.reveal-overlay .reveal.olp-permissions-management-share .share-modal-clear i {
  margin: 0;
}
.reveal-overlay .reveal.olp-permissions-management-share .olp-typeahead-suggestions .item-description {
  color: #9B9DA2;
}
.reveal-overlay .reveal.olp-permissions-management-share .olp-typeahead-suggestions .olp-typeahead-suggestion-wrapper {
  background: #FFF;
  color: #383C45;
}
.reveal-overlay .reveal.olp-permissions-management-share .olp-typeahead-suggestions ul.olp-typeahead-match-list {
  max-height: 200px !important;
}
.reveal-overlay .reveal.olp-permissions-management-share .olp-typeahead-suggestions .typeahead-list-item {
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: .75rem;
  padding-right: .75rem;
}
.reveal-overlay .reveal.olp-permissions-management-share .olp-typeahead-suggestions .typeahead-list-item .nowrap-wrapper {
  text-overflow: ellipsis;
  overflow: hidden;
}
.reveal-overlay .reveal.olp-permissions-management-share .olp-typeahead-suggestions .typeahead-list-item:focus {
  font-weight: normal;
  background: #F2F2F2;
  color: #383C45;
}
.reveal-overlay .reveal.olp-permissions-management-share olp-dropdown,
.reveal-overlay .reveal.olp-permissions-management-share olp-select,
.reveal-overlay .reveal.olp-permissions-management-share olp-select-multi {
  margin-bottom: 0;
}
.reveal-overlay .reveal.olp-permissions-management-share olp-select .container .trigger:not(.button),
.reveal-overlay .reveal.olp-permissions-management-share olp-dropdown .container .trigger:not(.button),
.reveal-overlay .reveal.olp-permissions-management-share olp-select-multi .container .trigger:not(.button) {
  background: #E4E6E9;
  border: 1px solid rgba(155, 157, 162, 0.3);
  color: #383C45;
}
.reveal-overlay .reveal.olp-permissions-management-share olp-select .container.is-open .trigger:not(.button),
.reveal-overlay .reveal.olp-permissions-management-share olp-dropdown .container.is-open .trigger:not(.button),
.reveal-overlay .reveal.olp-permissions-management-share olp-select-multi .container.is-open .trigger:not(.button) {
  color: #383C45;
  border: 1px solid transparent;
  background: #FFFFFF;
}
.reveal-overlay .reveal.olp-permissions-management-share olp-select .container.is-open .option:not(.button),
.reveal-overlay .reveal.olp-permissions-management-share olp-dropdown .container.is-open .option:not(.button),
.reveal-overlay .reveal.olp-permissions-management-share olp-select-multi .container.is-open .option:not(.button) {
  border-top: none;
}
.reveal-overlay .reveal.olp-permissions-management-share .olp-checkbox .olp-checkmark-wrapper > .olp-checkmark > .check {
  background-image: url(../bento/plugins/bento-olp-choice/dist/assets/img/icon-checkmark-aqua-12x12.svg);
}
.typeahead-content-wrapper {
  display: flex;
  align-items: center;
}
.flex {
  display: flex;
}
.typeahead-icon-style {
  margin-bottom: 0;
  margin-right: 10px;
  min-width: 24px;
}
.typeahead-suggestion-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-permissions-message {
  display: flex;
  justify-content: center;
  position: absolute;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 4.5rem;
}
.no-permissions-message .title {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  color: #272D37;
}
.no-permissions-message .body {
  padding-top: 0.625rem;
  color: #b7b9bc;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.tooltip-wrapper {
  display: inline-block;
  /* display: block works as well */
}
.tooltip-wrapper [disabled] {
  /* don't let button block mouse events from reaching wrapper */
  pointer-events: none;
}
.tooltip-wrapper.disabledBtn {
  /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
  cursor: not-allowed;
}
.filter-sort-label {
  height: 18px;
  width: auto;
  color: #9FA2A6;
  font-family: "Fira Sans";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01px;
  line-height: 18px;
  margin: 7px 6px 0 0 !important;
}
.provisioning-modal {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.provisioning-modal .title {
  font-size: 36px;
  padding-bottom: 30px;
}
.provisioning-modal .text-content {
  font-size: 18px;
  max-width: 736px;
  padding-bottom: 20px;
  text-align: center;
}
.provisioning-modal .text-content .link-header {
  padding-top: 40px;
}
.provisioning-modal .links {
  font-size: 16px;
  display: flex;
  padding-bottom: 13px;
  flex-direction: column;
  align-items: center;
}
.provisioning-modal .links a {
  color: #FFFFFF;
  text-decoration: underline;
}
.provisioning-modal .here-logo-wrapper {
  padding-top: 40px;
  padding-bottom: 70px;
}
.provisioning-modal .here-logo-wrapper .here-logo {
  height: 72px;
}
olp-support-banner {
  top: 50px;
  width: 100%;
  position: sticky;
}
.support-banner {
  background-color: #ff7e27;
  color: #FFFFFF;
  padding: 5px 0 5px 20px;
}
olp-table-container {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
olp-table-container.has-context-menu {
  overflow: visible;
}
olp-table-container > table {
  margin: 0;
}
.olp-table {
  position: relative;
  background: white;
  border-width: 0;
  border-collapse: collapse;
}
.olp-table thead {
  background-color: #E4E6E9;
}
.olp-table thead td,
.olp-table thead th {
  color: #6A6D74;
  font-size: 0.8125rem;
  padding: 10px;
  border: none;
}
.olp-table thead td:first-child,
.olp-table thead th:first-child {
  padding-left: 20px;
}
.olp-table thead td:last-child,
.olp-table thead th:last-child {
  padding-right: 20px;
}
.olp-table thead th {
  white-space: nowrap;
  vertical-align: baseline;
  line-height: 1.21875rem;
}
.olp-table thead th.orderable {
  cursor: pointer;
}
.olp-table thead th.orderable > .in::after {
  content: "↑";
  font-size: 1.5em;
  display: inline-block;
  margin-left: 0.2em;
  visibility: hidden;
}
.olp-table thead th.orderable.order-asc > .in::after {
  content: "↑";
  visibility: visible;
}
.olp-table thead th.orderable.order-desc > .in::after {
  content: "↓";
  visibility: visible;
}
.olp-table thead th.orderable.order-active {
  color: #575A61;
}
.olp-table thead th.orderable:hover,
.olp-table thead th.orderable.active:hover {
  color: #9FA2A6;
}
.olp-table tbody {
  background-color: #FFFFFF;
}
.olp-table tbody tr:hover,
.olp-table tbody tr.active {
  background-color: #F8F8F8;
}
.olp-table tbody tr:hover td.context-menu olp-dropdown,
.olp-table tbody tr.active td.context-menu olp-dropdown {
  visibility: visible;
}
.olp-table tbody td,
.olp-table tbody th {
  color: #6A6D74;
  font-size: 1rem;
  padding: 20px 10px;
  border-top: 1px solid #F2F2F2;
  border-right: none;
  border-bottom: 1px solid #F2F2F2;
  border-left: none;
  word-break: break-word;
}
.olp-table tbody td:first-child,
.olp-table tbody th:first-child {
  padding-left: 20px;
}
.olp-table tbody td:last-child,
.olp-table tbody th:last-child {
  padding-right: 20px;
}
.olp-table tbody td.clickable,
.olp-table tbody th.clickable {
  cursor: pointer;
}
.olp-table tbody td.space-double,
.olp-table tbody th.space-double {
  padding-left: 20px;
  padding-right: 20px;
}
.olp-table tbody td.space-triple,
.olp-table tbody th.space-triple {
  padding-left: 30px;
  padding-right: 30px;
}
.olp-table tbody td.space-quadruple,
.olp-table tbody th.space-quadruple {
  padding-left: 40px;
  padding-right: 40px;
}
.olp-table tbody td.border-vertical,
.olp-table tbody th.border-vertical {
  border-right: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
}
.olp-table tbody td > :first-child,
.olp-table tbody th > :first-child,
.olp-table tbody td > .in > :first-child,
.olp-table tbody th > .in > :first-child {
  margin-top: 0;
}
.olp-table tbody td > :last-child,
.olp-table tbody th > :last-child,
.olp-table tbody td > .in > :last-child,
.olp-table tbody th > .in > :last-child {
  margin-bottom: 0;
}
.olp-table tbody td {
  vertical-align: top;
  text-align: left;
}
.olp-table tbody td.valign-top {
  vertical-align: top;
}
.olp-table tbody td.valign-bottom {
  vertical-align: bottom;
}
.olp-table tbody td.valign-middle {
  vertical-align: middle;
}
.olp-table tbody td.align-left {
  text-align: left;
}
.olp-table tbody td.align-center {
  text-align: center;
}
.olp-table tbody td.align-right {
  text-align: right;
}
.olp-table tbody td.text-nowrap > .in {
  overflow: hidden;
  white-space: nowrap;
}
.olp-table tbody td.form {
  padding-top: 0;
  padding-bottom: 0;
}
.olp-table tbody td.form .button {
  margin: 0 0 0 1.25rem;
}
.olp-table tbody td.context-menu {
  padding-left: 10px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 1%;
}
.olp-table tbody td.context-menu olp-dropdown {
  visibility: hidden;
  float: right;
}
.olp-table tbody td.ellipsis {
  max-width: 0;
}
.olp-table tbody td.ellipsis > .in {
  overflow: hidden;
  text-overflow: ellipsis;
}
.olp-table tbody td.ellipsis > .in > div,
.olp-table tbody td.ellipsis > .in > p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.olp-table-theme-standard tbody td {
  vertical-align: middle;
}
.olp-table-theme-placard tbody td {
  vertical-align: top;
}
.olp-table-theme-placard p {
  color: #9FA2A6;
}
.olp-table-theme-placard .description {
  color: #9FA2A6;
  margin: 0 0 1rem 0;
}
.olp-table-theme-placard .olp-tags.olp-tag-pill {
  color: #6A6D74;
}
.olp-table-theme-placard .param > strong {
  color: #575A61;
}
.olp-table-theme-placard .name {
  color: #575A61;
  font-weight: bold;
  margin: 0;
}
.olp-table-theme-placard .name.primary {
  font-size: 1.375rem;
  margin-bottom: 0.25em;
}
.olp-table-theme-placard .name.secondary {
  font-size: 1.125rem;
  margin-bottom: -0.2em;
}
.olp-table-theme-placard .meta {
  text-transform: uppercase;
  font-size: 0.8125rem;
  margin: 0 0 1rem 0;
}
.olp-tags.olp-tag-list {
  display: flex;
  flex-wrap: wrap;
}
.olp-tags.olp-tag-list .olp-tag-pill {
  margin-bottom: 0.313rem;
  margin-right: 0.5rem;
}
.olp-tags.olp-tag-list .add-input {
  display: none;
}
.olp-tags.olp-tag-list.removeable .olp-tag-pill {
  padding-right: 1.75em;
  cursor: default;
}
.olp-tags.olp-tag-list.removeable .olp-tag-pill > .remove {
  cursor: pointer;
  position: absolute;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.875rem;
  right: 0.765625em;
}
.olp-tags.olp-tag-list.removeable .olp-tag-pill.gray > .remove {
  color: #FFFFFF;
}
.olp-tags.olp-tag-list.removeable .olp-tag-pill.white > .remove {
  color: #00AFAA;
}
.olp-tags.olp-tag-list.removeable .olp-tag-pill.dark > .remove {
  color: #00AFAA;
}
.olp-tags.olp-tag-list.removeable .olp-tag-pill.form > .remove {
  color: #00AFAA;
}
.olp-tags.olp-tag-list.removeable .olp-tag-pill.active > .remove {
  color: #FFFFFF;
}
.olp-tags.olp-tag-list.editable {
  padding: 0.313rem 0.313rem 0 0.313rem;
  display: flex;
}
.olp-tags.olp-tag-list.editable .add-input {
  flex-grow: 1;
  display: inline-block;
  margin: 0;
  padding: 0 0.1875rem;
  width: 7rem;
  height: 1.875rem;
  line-height: 1.875rem;
  color: #383C45;
  border: none;
  margin-bottom: 0.313rem;
}
.olp-tags.olp-tag-list.editable .add-input:focus {
  box-shadow: none;
  border: none;
  background-color: #E4E6E9;
}
.olp-tags.olp-tag-list.editable.gray,
.olp-tags.olp-tag-list.editable.white,
.olp-tags.olp-tag-list.editable.dark {
  border: 1px solid #9B9DA2;
  background-color: #E4E6E9;
}
.olp-tags.olp-tag-list.editable.gray .add-input,
.olp-tags.olp-tag-list.editable.white .add-input,
.olp-tags.olp-tag-list.editable.dark .add-input {
  background-color: #E4E6E9;
}
.olp-tags.olp-tag-list.editable.form {
  border: 1px solid rgba(15, 22, 33, 0.2);
  background: #FFFFFF;
}
.olp-tags.olp-tag-list.editable.form .add-input {
  background-color: #FFFFFF;
}
.olp-tags.olp-tag-pill {
  border-radius: 10rem;
  display: inline-block;
  position: relative;
  padding: 0 0.875em;
  margin-bottom: 0.313rem;
  margin-right: 0.5rem;
  font-size: 1rem;
  height: 1.875rem;
  line-height: 1.875rem;
  white-space: nowrap;
  background-color: #9B9DA2;
  color: #383C45;
}
.olp-tags.olp-tag-pill.olp-content-pill {
  height: 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 0 0.625rem;
  text-transform: uppercase;
}
.olp-tags.olp-tag-pill.clickable {
  cursor: pointer;
}
.olp-tags.olp-tag-pill.light-gray {
  background-color: #E4E6E9;
  color: #383C45;
}
.olp-tags.olp-tag-pill.active {
  background-color: #00AFAA;
  color: #FFFFFF;
}
.olp-tags.olp-tag-pill.gray {
  background-color: #9B9DA2;
  color: #FFFFFF;
}
.olp-tags.olp-tag-pill.white {
  background-color: #FFFFFF;
  color: #6A6D74;
}
.olp-tags.olp-tag-pill.dark {
  background-color: #272D37;
  color: #FFFFFF;
}
.olp-tags.olp-tag-pill.form {
  background-color: #272D37;
  color: #FFFFFF;
}
.status-tag {
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 6.25rem;
  padding: 0 0.9375rem;
  white-space: nowrap;
}
.status-tag .status-tag-icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.75rem;
  height: 0.75rem;
  background-size: 0.75rem 0.75rem;
  user-select: none;
  margin-top: -0.125rem;
}
.status-tag .status-tag-icon.icon-check-mark-positive {
  background-image: url('../bento/plugins/bento-olp-tags/dist/assets/img/icon-checkmark-white.svg');
}
.status-tag .status-tag-icon.icon-spinner-positive {
  animation: spin 2s infinite linear;
  background-image: url('../bento/plugins/bento-olp-tags/dist/assets/img/icon-spinner-white.png');
}
.status-tag .status-tag-icon.icon-spinner-neutral {
  animation: spin 2s infinite linear;
  background-image: url('../bento/plugins/bento-olp-tags/dist/assets/img/icon-spinner-darkgrey.png');
}
.status-tag .status-tag-icon.icon-scheduled-positive-light {
  background-image: url('../bento/plugins/bento-olp-tags/dist/assets/img/icon-scheduled-positive-light.svg');
}
.status-tag .status-tag-icon.icon-check-mark-neutral {
  background-image: url('../bento/plugins/bento-olp-tags/dist/assets/img/icon-checkmark-darkgray.svg');
}
.status-tag .status-tag-icon.icon-paused-neutral {
  background-image: url('../bento/plugins/bento-olp-tags/dist/assets/img/icon-paused-darkgray.svg');
}
.status-tag .status-tag-icon.icon-close-neutral {
  background-image: url('../bento/plugins/bento-olp-tags/dist/assets/img/icon-close-darkgray.svg');
}
.status-tag .status-tag-icon.icon-scheduled-neutral {
  background-image: url('../bento/plugins/bento-olp-tags/dist/assets/img/icon-scheduled-darkgray.svg');
}
.status-tag .status-tag-icon.icon-draft-neutral {
  background-image: url('../bento/plugins/bento-olp-tags/dist/assets/img/icon-draft-darkgray.svg');
}
.status-tag .status-tag-icon.icon-exclamation-negative {
  background-image: url('../bento/plugins/bento-olp-tags/dist/assets/img/icon-exclamation-white.svg');
}
.status-tag.regular {
  height: 1.875rem;
  font-size: 0.8125rem;
  line-height: 1.875rem;
  padding: 0 0.9375rem;
}
.status-tag.regular .status-tag-icon {
  margin-left: -0.3125rem;
  margin-right: 0.1875rem;
}
.status-tag.small {
  height: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 0 0.5rem;
}
.status-tag.small .status-tag-icon {
  margin-left: -0.0625rem;
  margin-right: 0.1875rem;
}
.status-tag.positive {
  background-color: #06B87C;
  color: #FFFFFF;
}
.status-tag.positive-light {
  background-color: #82DBBD;
  color: #069F71;
}
.status-tag.alerted {
  background-color: #FAB800;
  color: #FFFFFF;
}
.status-tag.negative {
  background-color: #C41C33;
  color: #FFFFFF;
}
.status-tag.neutral {
  background-color: #E4E6E9;
  color: #383C45;
}
.status-tag.fadeout {
  display: none;
}
.data-tag {
  display: inline-block;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 0 0.3125rem;
  font-size: 0.6875rem;
  font-weight: 500;
  text-align: center;
  line-height: 0.8125rem;
  color: #FFFFFF;
}
.data-tag.layer-type {
  background-color: #F1894A;
  border: 1px solid #F1894A;
}
.data-tag.catalog-type {
  background-color: #52A3DB;
  border: 1px solid #52A3DB;
}
.data-tag.pipeline-type {
  background-color: #8D6BAE;
  border: 1px solid #8D6BAE;
}
.data-tag.type-tag {
  color: #F1894A;
  border: 1px solid #F1894A;
  background-color: white;
}
.data-tag.type-tag.layer-type {
  color: #F1894A;
  border: 1px solid #F1894A;
}
.data-tag.type-tag.catalog-type {
  color: #52A3DB;
  border: 1px solid #52A3DB;
}
.data-tag.type-tag.pipeline-type {
  color: #8D6BAE;
  border: 1px solid #8D6BAE;
}
.tooltip {
  background-color: #0F1621;
  text-transform: none;
}
.olp-tooltip-indicator {
  display: inline-block;
  line-height: 1rem;
}
.olp-tooltip-indicator > .olp-tooltip-indicator-icon {
  cursor: pointer;
  outline: none;
  width: 1rem;
  height: 1rem;
  color: #6A6D74;
}
.olp-tooltip-indicator > .olp-tooltip-indicator-icon:hover {
  color: #00050F;
}
.olp-tooltip-indicator > .olp-tooltip-indicator-icon.alert + .tooltip {
  background-color: #A5002F;
}
.olp-tooltip-indicator > .olp-tooltip-indicator-icon.alert + .tooltip.top:before {
  border-color: #A5002F transparent transparent transparent;
}
.olp-tooltip-indicator > .olp-tooltip-indicator-icon.alert + .tooltip.right:before {
  border-color: transparent #A5002F transparent transparent;
}
.olp-tooltip-indicator > .olp-tooltip-indicator-icon.alert + .tooltip.bottom:before {
  border-color: transparent transparent #A5002F transparent;
}
.olp-tooltip-indicator > .olp-tooltip-indicator-icon.alert + .tooltip.left:before {
  border-color: transparent transparent transparent #A5002F;
}
.olp-tooltip-indicator > .olp-tooltip-indicator-icon + .tooltip {
  width: 11.5rem !important;
  max-width: 11.5rem !important;
  padding: 0.3125rem 0.625rem;
  text-align: initial;
  font-style: initial;
  font-weight: normal;
}
.olp-tooltip-indicator > .olp-tooltip-indicator-icon + .tooltip:before {
  border: inset 0.35rem;
}
.olp-tooltip-indicator > .olp-tooltip-indicator-icon + .tooltip.top:before {
  border-color: #0F1621 transparent transparent transparent;
}
.olp-tooltip-indicator > .olp-tooltip-indicator-icon + .tooltip.right:before {
  border-color: transparent #0F1621 transparent transparent;
}
.olp-tooltip-indicator > .olp-tooltip-indicator-icon + .tooltip.bottom:before {
  border-color: transparent transparent #0F1621 transparent;
}
.olp-tooltip-indicator > .olp-tooltip-indicator-icon + .tooltip.left:before {
  border-color: transparent transparent transparent #0F1621;
}
.olp-tooltip-indicator div {
  width: 11.5rem !important;
  max-width: 11.5rem !important;
  padding: 0.3125rem 0.625rem;
}
.olp-tooltip-indicator div.tooltip:before {
  border: inset 0.35rem;
}
.olp-tooltip-indicator div.tooltip.top:before {
  border-color: #0F1621 transparent transparent transparent;
}
.olp-tooltip-indicator div.tooltip.right:before {
  border-color: transparent #0F1621 transparent transparent;
}
.olp-tooltip-indicator div.tooltip.bottom:before {
  border-color: transparent transparent #0F1621 transparent;
}
.olp-tooltip-indicator div.tooltip.left:before {
  border-color: transparent transparent transparent #0F1621;
}
.olp-tooltip-indicator.wide > .olp-tooltip-indicator-icon + .tooltip {
  width: 23rem !important;
  max-width: 23rem !important;
}
.olp-typeahead {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0 0 1rem 0;
}
.olp-typeahead input {
  margin-bottom: 0;
  width: 100%;
}
.olp-typeahead .olp-typeahead-progress .olp-typeahead-progress-icon {
  position: absolute;
  right: 6px;
  bottom: 8px;
}
.input-group .olp-typeahead {
  margin: 0;
}
.olp-typeahead-suggestions {
  position: relative;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.olp-typeahead-suggestions .olp-typeahead-suggestion-wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  background: #E4E6E9;
  color: #6A6D74;
}
.olp-typeahead-suggestions .highlighted-suggestion {
  background: #00AFAA;
  color: #FFFFFF;
}
.olp-typeahead-suggestions .highlighted-text {
  font-weight: bolder;
}
.olp-typeahead-suggestions .item-description {
  font-size: .8125rem;
  line-height: 1.3em;
}
.olp-typeahead-suggestions ul.olp-typeahead-match-list {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  word-break: break-all;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.olp-typeahead-suggestions .vs-repeat-wrapper {
  overflow-y: auto;
}
.olp-typeahead-suggestions .typeahead-list-item {
  border-top: solid 1px #FFFFFF;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  cursor: pointer;
  user-select: none;
  outline: none;
  overflow: hidden;
}
.olp-typeahead-suggestions .typeahead-list-item:focus {
  background: #00AFAA;
  color: #FFFFFF;
  font-weight: bolder;
  outline: none;
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
olp-validation-messages {
  position: relative;
}
.requirement-message-box {
  background-color: #1D232D;
  color: #FFFFFF;
  font-size: 0.8125rem;
  line-height: 1.23;
  padding: 0.6em;
  position: absolute;
  width: 240px;
  z-index: 20;
  min-height: 40px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.requirement-message-box div:first-of-type {
  margin-right: 5px;
}
.requirement-message-box.hide {
  display: none;
}
.requirement-message-box.bottom {
  position: relative;
  min-width: 250px;
  max-width: none;
  width: 100%;
  z-index: 2;
}
.requirement-message-box.bottom:before {
  position: relative;
  top: -26px;
  left: 0px;
  width: 0;
  height: 0;
  border: 0.25rem inset transparent;
  border-bottom: solid #1D232D;
}
.requirement-message-box .requirement-message-req {
  padding: 5px;
  display: flex;
  align-content: flex-start;
}
.requirement-message-box .requirement-message-req .info {
  color: #52A3DB;
}
.requirement-message-box:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0.8em;
  border: 0.25rem inset transparent;
  border-right: solid #1D232D;
}
.ng-submitted .ng-invalid:not(:focus),
.ng-touched.ng-invalid:not(:focus) {
  border: 1px solid #A5002F !important;
  background-color: #C41C33 !important;
  color: white !important;
}
.ng-submitted .ng-invalid:not(:focus)::placeholder,
.ng-touched.ng-invalid:not(:focus)::placeholder {
  color: white !important;
}
.profile {
  padding: 3rem 2.5rem;
  min-height: calc(100% - 70px);
}
.profile-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.profile-header {
  padding-right: 2.5rem;
  display: flex;
}
.profile-body {
  display: flex;
}
.profile-basic-info {
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 0 2rem;
}
.profile-name-role {
  display: flex;
  flex-direction: row;
}
.profile-name {
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 0.3125rem;
  font-size: 1.9375rem;
}
.profile-user-info {
  display: flex;
  flex-direction: column;
  flex-grow: 3;
}
.profile-groups {
  display: flex;
  flex-grow: 3;
  flex-direction: column;
  margin: 0.3rem 0;
}
.profile-group {
  margin: 0 0 1.25rem;
}
.profile-group-id {
  display: flex;
  color: #9fa2a6;
  font-size: 0.6875rem;
  align-items: center;
}
.profile-block {
  margin-bottom: 1.875rem;
}
.profile .user-id {
  display: flex;
}
.profile .user-password {
  display: flex;
  align-items: center;
}
.profile .change-password-link {
  font-size: 0.8125rem;
  line-height: 15px;
  margin-left: 1rem;
}
.profile .role-badge {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.625rem;
}
.profile .role-badge-text {
  color: #9B9DA2;
  font-size: .8125rem;
  font-weight: 500;
  margin: 0 0 0 0.3125rem;
  text-transform: uppercase;
}
.profile .button-container {
  display: flex;
  justify-content: flex-end;
}
.profile .label {
  color: #9B9DA2;
  margin-bottom: 0.25rem;
}
.profile .copy-icon {
  margin: 0 0 0 0.3rem;
}
.organization {
  padding: 3rem 2.5rem;
  min-height: calc(100% - 70px);
}
.organization-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.organization-heading {
  font-size: 1.375rem;
  font-weight: bold;
}
.organization-user-info {
  align-items: stretch;
  display: flex;
  margin-bottom: 5rem;
}
.organization-user-info-terms-label {
  margin-top: 1.25rem;
}
.organization-user-info-terms-table {
  width: 50%;
}
.organization-user-info-terms-table tbody {
  background-color: transparent;
}
.organization-user-info-terms-table td {
  padding: .1rem;
}
.organization-user-info-terms-no-data {
  width: 20%;
}
.organization-column {
  flex: 1;
}
.organization-subscription {
  display: flex;
}
.organization .label {
  color: #9B9DA2;
  margin-bottom: 0.25rem;
  display: block;
}
.organization .no-details {
  margin: 100px 0;
  text-align: center;
}
.organization .no-details h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #6A6D74;
}
.repository {
  padding: 3rem 2.5rem;
  min-height: calc(100% - 70px);
}
.repository-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.repository-columns {
  display: grid;
  grid-template-columns: 48% 50%;
  grid-gap: 2%;
}
.repository .codeSnippet {
  border: 0;
  background: #383C45;
  color: #FFFFFF;
  font-size: .75rem;
  font-family: Fira Code, monospace;
  height: 30vh;
  width: 100%;
  cursor: text;
}
.repository .codeSnippet:active,
.repository .codeSnippet:focus {
  border: 0;
  background: #383C45;
  color: #FFFFFF;
}
.repository .page-instructions {
  color: #6A6D74;
  line-height: 1.2em;
}
.repository .loading-button {
  padding: 0.5rem 0 0;
}
.credit-usage {
  padding: 3rem 2.5rem;
  min-height: calc(100% - 70px);
  padding: 1rem 2rem 0;
}
.credit-usage-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.credit-usage .project-select-container {
  padding: 0.625rem;
}
.credit-usage .period-select {
  display: inline-block;
  margin: 0 0.625rem 0.3125rem 0;
  min-width: 14.375rem;
}
.credit-usage .rate-change-notice {
  background-color: #FAB800;
  display: flex;
  flex-direction: row;
  margin: -1rem -1rem 0;
  padding: 0.625rem 1.5625rem;
}
.credit-usage .rate-change-notice .rate-change-notice-content {
  flex: 1;
  font-size: .8125rem;
  line-height: 1.2em;
  padding-left: 0.625rem;
}
.credit-usage .rate-change-notice .rate-change-notice-content p {
  margin-bottom: 0;
}
.credit-usage .rate-change-notice .rate-change-notice-close {
  display: flex;
  align-items: center;
}
.credit-usage .legal-disclaimer {
  padding-top: 1.875rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.credit-usage .legal-disclaimer .legal-disclaimer-title {
  color: #6f737a;
  font-size: 0.8125rem;
  font-weight: 500;
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
  flex-shrink: 0;
  letter-spacing: 0.01px;
  line-height: 15px;
}
.credit-usage .legal-disclaimer .legal-disclaimer-content {
  color: #9B9DA2;
  font-size: 0.8125rem;
  letter-spacing: 0.01px;
  line-height: 20px;
  flex: 1 1 500px;
}
.credit-usage .credit-usage-disclaimer {
  padding-bottom: 1.875rem;
}
.credit-usage-history {
  padding: 3rem 2.5rem;
  min-height: calc(100% - 70px);
  padding: 1rem 2rem 0;
}
.credit-usage-history-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.rate-history-description .usage-start {
  color: #9B9DA2;
}
.rate-history-description .usage-start .account-start {
  font-weight: bold;
}
.usage {
  display: flex;
}
.usage .usage-nav {
  min-width: 12.5rem;
  border-right: 1px solid rgba(15, 22, 33, 0.1);
  padding: 2.5rem 0;
  position: fixed;
}
.usage .usage-nav-item {
  padding: 0.5rem 0;
}
.usage .usage-nav-item a {
  color: #9B9DA2;
  line-height: 1.4em;
  padding: 1px 0.3125rem;
}
.usage .usage-nav-item a.active {
  color: #383C45;
  font-weight: 500;
  border-left: 2px solid #00AFAA;
}
.usage .usage-content {
  flex: 1;
  margin: 0 0 0 12.5rem;
  padding: 2rem 0 3rem 2rem;
}
.usage .summary-heading {
  font-size: 1.375rem;
  font-weight: bold;
}
.usage .estimation-message {
  color: #9B9DA2;
  margin-bottom: 1.25rem;
}
.usage .usage-category-heading {
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.usage .rate-change-tag {
  background-color: #FAB800;
  border: 1px solid #FAB800;
  color: rgba(15, 22, 33, 0.85);
  display: inline-block;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 0 8px;
  font-size: 0.6875rem;
  font-weight: 500;
  text-align: center;
  line-height: 0.8125rem;
  margin-left: 0.625rem;
}
.usage hr.margin-top-none {
  margin-top: 0 !important;
}
.usage .creditUsageForm {
  display: flex;
}
.usage olp-dropdown.projectSelect {
  min-width: 300px;
  max-width: 320px;
}
.usage olp-dropdown.projectSelect .container > .trigger:not(.button) {
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.usage olp-dropdown.projectSelect .container li {
  display: block;
}
.usage olp-dropdown.projectSelect .container li a {
  font-size: .8125rem;
  line-height: 1rem;
  color: rgba(15, 22, 33, 0.6);
  padding: 0.75rem 1.25rem;
  min-height: 2.5rem;
  position: relative;
}
.usage olp-dropdown.projectSelect .container li a:hover {
  background: #F8F8F8;
}
.usage olp-dropdown.projectSelect .container li.selected a {
  color: #383C45;
  font-weight: 500;
}
.usage olp-dropdown.projectSelect .container li.selected a:before {
  content: "";
  border-left: 2px solid #00AFAA;
  position: absolute;
  left: .625rem;
  top: .625rem;
  height: 1.25rem;
}
.usage olp-dropdown.projectSelect .container li:not(:first-child) a {
  border-top: 1px solid #F2F2F2;
}
.usage olp-dropdown.projectSelect .container .pane {
  max-height: none;
}
.usage olp-dropdown.projectSelect .container .projectSelectDynamicOptionsLabel {
  background-color: rgba(242, 242, 243, 0.5);
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  min-height: 1.875rem;
  display: flex;
  align-items: center;
}
.usage olp-dropdown.projectSelect .container .projectSelectDynamicOptionsLabel label.label {
  margin: 0;
  padding: 0.3125rem 0.625rem;
}
.usage olp-dropdown.projectSelect .container .olp-typeahead-suggestions .olp-typeahead-suggestion-wrapper {
  position: relative;
}
.usage olp-select .container > .trigger:not(.button) {
  height: 2.5rem;
  border-radius: 1px;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.3125rem;
  padding: 0.625rem 2.375rem 0.625rem 0.625rem;
  color: #383C45;
  border: 1px solid rgba(155, 157, 162, 0.3);
  background: #E4E6E9;
}
.usage olp-select .container .pane .menu.vertical li.option {
  height: auto;
  line-height: initial;
}
.usage olp-select .container .pane .menu.vertical li.option a {
  margin-left: 0;
  line-height: 1rem;
  min-height: 2.5rem;
  white-space: normal;
  padding: .75rem 1.25rem;
  font-size: .8125rem;
  position: relative;
}
.usage olp-select .container .option.selected > a:not(.button) {
  background-color: transparent;
  color: #383C45;
  font-weight: 500;
}
.usage olp-select .container .option.selected > a:not(.button):hover {
  background-color: #F8F8F8;
}
.usage olp-select .container .option.selected > a:not(.button):before {
  content: "";
  border-left: 2px solid #00AFAA;
  position: absolute;
  left: .625rem;
  top: .625rem;
  height: 1.25rem;
}
.usage .csv-download {
  margin-left: auto;
  margin-top: 1.75rem;
}
.usage .customRangeControls,
.usage .presetRangeControls {
  display: inline-block;
  vertical-align: top;
}
.usage .customRangeControls input[type="date"],
.usage .presetRangeControls input[type="date"] {
  background: #F2F2F2;
}
.usage .customRangeControls input,
.usage .presetRangeControls input,
.usage .customRangeControls button,
.usage .presetRangeControls button {
  margin-bottom: 0.3125rem;
  height: 2.5rem;
  min-width: unset;
}
.usage .customRangeControls button,
.usage .presetRangeControls button {
  margin-left: 0.625rem;
  vertical-align: bottom;
}
.usage .invalidCustomRange {
  margin-top: 0.3125rem;
  font-size: .8125rem;
}
.usage .dateSeparator {
  width: 0.9375rem;
  height: 2px;
  background-color: rgba(15, 22, 33, 0.2);
  margin: 0 3px;
  vertical-align: middle;
  display: inline-block;
}
.usage .metric {
  color: #9B9DA2;
  margin-left: 0.3125rem;
}
.usage .olp-table.olp-table-theme-compact {
  margin-bottom: 2.5rem;
  overflow: hidden;
  width: 100%;
  table-layout: fixed;
}
.usage .olp-table.olp-table-theme-compact thead th:last-child {
  text-align: right;
}
.usage .olp-table.olp-table-theme-compact thead th .tooltip {
  white-space: initial;
  text-transform: initial;
  font-weight: normal;
}
.usage .olp-table.olp-table-theme-compact tbody td,
.usage .olp-table.olp-table-theme-compact tbody th {
  padding: 0.625rem;
  font-size: .8125rem;
  color: #383C45;
  vertical-align: top;
}
.usage .olp-table.olp-table-theme-compact tbody td:first-child,
.usage .olp-table.olp-table-theme-compact tbody th:first-child {
  padding-left: 1.25rem;
}
.usage .olp-table.olp-table-theme-compact tbody td:last-child {
  text-align: right;
  padding-right: 1.25rem;
}
.usage .olp-table.olp-table-theme-compact tbody td a {
  color: #00AFAA;
}
.usage .olp-table.olp-table-theme-compact tbody th {
  background-color: #F2F2F2;
  text-align: left;
  text-transform: uppercase;
}
.usage .olp-table.olp-table-theme-compact tbody tr .rates-links-separator {
  border-left: 1px solid #383C45;
  margin: 0 0.625rem 0 7px;
}
.usage .olp-table.olp-table-theme-compact tbody tr .rateChanges {
  display: none;
  background: #f3f3f4;
  margin: 0.625rem -0.625rem 0;
  padding: 1.25rem 0 0.9375rem;
}
.usage .olp-table.olp-table-theme-compact tbody tr .rateChanges .label {
  color: #BABCC4;
  border-bottom: 1px solid #E4E6E9;
  display: block;
  margin-bottom: 0;
  padding: 0.625rem 0;
}
.usage .olp-table.olp-table-theme-compact tbody tr .rateChanges .label span {
  padding: 0 0.625rem;
}
.usage .olp-table.olp-table-theme-compact tbody tr .rateChanges .rateChange {
  display: block;
  padding: 0.625rem 0;
}
.usage .olp-table.olp-table-theme-compact tbody tr .rateChanges .rateChange:not(:last-child) {
  border-bottom: 1px solid #E4E6E9;
}
.usage .olp-table.olp-table-theme-compact tbody tr .rateChanges .rateChange span {
  padding: 0 0.625rem;
}
.usage .olp-table.olp-table-theme-compact tbody tr td:first-child .rateChanges {
  margin-left: -1.25rem;
  padding-left: 5rem;
}
.usage .olp-table.olp-table-theme-compact tbody tr .future-text,
.usage .olp-table.olp-table-theme-compact tbody tr .current-rate-tag {
  display: none;
}
.usage .olp-table.olp-table-theme-compact tbody tr.status-future td {
  color: #9B9DA2;
}
.usage .olp-table.olp-table-theme-compact tbody tr.status-future .future-text {
  display: inline-block;
}
.usage .olp-table.olp-table-theme-compact tbody tr.status-current .current-rate-tag {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #00AFAA;
  color: #00AFAA;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 500;
  text-align: center;
  line-height: 0.8125rem;
}
.usage .olp-table.olp-table-theme-compact tbody tr.expanded td {
  padding-bottom: 0;
}
.usage .olp-table.olp-table-theme-compact tbody tr.expanded td:last-child .rateChanges .label,
.usage .olp-table.olp-table-theme-compact tbody tr.expanded td:last-child .rateChanges .rateChange {
  border-color: transparent;
}
.usage .olp-table.olp-table-theme-compact tbody tr.expanded .rateChanges {
  display: block;
}
.usage .olp-table.olp-table-theme-compact tbody tr:hover {
  background-color: #FFFFFF;
}
@media only screen and (min-width: 600px) {
  table.rates-changed .rate-column {
    width: 44%;
  }
  table.rates-changed .total-column {
    width: 12%;
  }
  table.rates-changed td:first-child .rateChanges {
    padding-left: 2rem !important;
  }
}
@media only screen and (min-width: 1370px) {
  table.rates-changed .rate-column {
    width: 30%;
  }
}
.profile-page {
  padding: 3rem 2.5rem;
  min-height: calc(100% - 70px);
}
.profile-page-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.loading-support.loading {
  display: flex;
  min-height: 12.5rem;
  align-items: center;
  justify-content: center;
}
.loading-support.loading:after {
  font-feature-settings: 'liga';
  content: "autorenew";
  animation: spin 2s infinite linear;
  font-family: Material Icons;
  font-size: 2rem;
}
.line {
  max-width: none;
}
.main-heading h2 {
  font-size: 2.25rem;
}
table.invite-table tbody .invite-row td {
  padding-right: 0;
  padding-left: 1.25rem;
}
table.invite-table tbody .invite-row td:first-child {
  width: 20px;
  padding-left: 0;
}
table.invite-table tbody .invite-row .invite-remove {
  vertical-align: top;
  padding: 10px;
  outline: none;
}
table.invite-table tbody .invite-row input[type=text],
table.invite-table tbody .invite-row input[type=email],
table.invite-table tbody .invite-row input[type=search],
table.invite-table tbody .invite-row .olp-typeahead,
table.invite-table tbody .invite-row .olp-checkbox,
table.invite-table tbody .invite-row .olp-radio {
  margin-bottom: 0;
}
table.invite-table tbody .button {
  margin-bottom: 0;
}
.badge.admin {
  background: #52A3DB;
  width: 16px;
  height: 16px;
  padding: 0;
  vertical-align: middle;
  font-size: .6875rem;
  line-height: 1.125rem;
}
.input-group .clear-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  color: #6A6D74;
  font-size: 1rem;
}
.input-group .message-box-container {
  position: relative;
  height: 3rem;
}
.input-group .message-box-container .message-box {
  background: #272D37;
  color: #fff;
  padding: 0.8rem;
  position: relative;
  float: left;
  margin-top: 0.5rem;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
}
.input-group .message-box-container .message-box:after {
  content: " ";
  position: absolute;
  left: 10px;
  top: -10px;
  border: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.85);
}
.input-group .message-box-container .message-box.error span > .success {
  color: #C41C33;
}
.olp-typeahead-suggestions .olp-typeahead-suggestion-wrapper {
  position: relative;
}
.divider {
  margin: 30px 0 15px 0;
  border-bottom: 1px solid #F2F2F2;
}
.invite-remove.material-icons {
  float: left;
  font-size: 14px;
  color: #9B9DA2 !important;
  margin-top: 5px;
  margin-right: 20px;
}
.addToGroup {
  width: 470px;
  margin-top: 10px;
}
.addToGroup.first {
  margin-top: 30px;
}
.addToGroup.addToGroupModal {
  width: 100%;
}
.groupRow td {
  padding: 20px 0 20px 5px !important;
}
.menu-selector {
  min-width: 0;
}
.invite-badge {
  position: absolute;
  margin-top: -2px;
  transition: opacity .4s;
}
.invite-badge.ng-leave,
.invite-badge.ng-enter.ng-enter-active {
  opacity: 1;
}
.invite-badge.ng-enter,
.invite-badge.ng-leave.ng-leave-active {
  opacity: 0;
}
.inline-search {
  float: none;
  display: inline-flex;
  padding: 0;
}
.search-bar {
  background: #FFFFFF;
}
.search-bar .search-input {
  max-width: 420px;
  display: inline-block;
  border: 1px solid #E4E6E9;
}
.states-admin {
  position: relative;
  background: #FFFFFF;
}
.account-groups,
.account-invites,
.account-members,
.account-apps,
.account-providers {
  padding: 3rem 2rem;
}
.account-members tr.is-disabled .dimmable {
  opacity: .5;
}
.account-members tr.is-disabled .enable-user-login {
  opacity: 0;
  margin-right: 1rem;
}
.account-members tr.is-disabled:hover .enable-user-login {
  opacity: 1;
}
.olp-table tbody td a {
  color: #6A6D74;
}
.olp-table tr {
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  font-size: 14px;
}
.deletingRow {
  background-color: #F2F2F2;
}
.deletingRow .dimmable {
  opacity: 0.5;
}
.deleteRow {
  opacity: 0;
  transition: opacity 1.2s;
}
.deleteRow.ng-leave-active {
  transition: all 0s;
}
.tooltip-wrapper.disabledBtn {
  /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
  cursor: not-allowed;
}
.button.invite {
  min-width: 170px;
  float: right;
  margin-top: 28px;
  margin-bottom: 10px;
}
.button.invite.action-btn-white {
  background: #FFFFFF;
  border: 1px solid #00AFAA;
  color: #00AFAA;
  float: right;
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 0;
}
.button.invite.ng-leave.ng-leave-active,
.button.invite.ng-enter {
  transition: all 0s;
}
.button.invite.ng-leave,
.button.invite.ng-enter.ng-enter-active {
  transition: all 0s;
}
.details-header-section {
  display: flex;
  padding: 2rem;
}
.banner {
  height: 40px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
}
.banner.attach-provider {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  justify-content: space-between;
}
.banner.attach-provider .modal-documentation-link {
  margin-right: 0.5rem;
}
.banner.banner-icon,
.banner.modal-banner > .banner.banner-icon {
  background-color: #a4adbb;
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner.banner-icon i,
.banner.modal-banner > .banner.banner-icon i {
  color: #FFFFFF;
}
.banner.banner-message {
  margin-left: 0.625rem;
  color: #6A6D74;
}
.truncated,
#truncated > span,
#invite-group olp-highlight span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 700px;
}
#truncated > span,
#invite-group olp-highlight > span {
  display: block;
}
@media screen and (max-width: 85em) {
  #details-groups-table.responsive,
  #details-apps-table.responsive {
    width: 100% !important;
  }
  #details-groups-table.responsive .truncated,
  #details-apps-table.responsive .truncated {
    max-width: 700px;
  }
}
@media screen and (max-width: 75em) {
  #details-groups-table.responsive,
  #details-apps-table.responsive {
    width: 100% !important;
  }
  #details-groups-table.responsive .truncated,
  #details-apps-table.responsive .truncated {
    max-width: 500px;
  }
}
@media screen and (max-width: 65em) {
  #details-groups-table.responsive,
  #details-apps-table.responsive {
    width: 100% !important;
  }
  #details-groups-table.responsive .truncated,
  #details-apps-table.responsive .truncated {
    max-width: 300px;
  }
}
@media screen and (min-width: 85em) {
  #details-groups-table.responsive,
  #details-apps-table.responsive {
    width: 49.5% !important;
  }
  #details-groups-table.responsive .truncated,
  #details-apps-table.responsive .truncated {
    max-width: 200px;
  }
}
@media screen and (min-width: 95em) {
  #details-groups-table.responsive,
  #details-apps-table.responsive {
    width: 49.5% !important;
  }
  #details-groups-table.responsive .truncated,
  #details-apps-table.responsive .truncated {
    max-width: 300px;
  }
}
.columns.responsive.single {
  float: left;
}
.detail-title-box .label {
  margin-bottom: 0.2rem;
}
.title-group-name {
  line-height: 1em;
  font-size: 27px;
  font-weight: bold;
  word-break: break-word;
}
.bread-crumb {
  font-size: 0.8125rem;
  font-weight: normal;
  position: relative;
  line-height: 2rem;
  padding: 0 1.4rem;
  white-space: nowrap;
}
.bread-crumb-divider {
  border-bottom: 1px solid #E4E6E9;
}
.olp-typeahead input {
  width: 100%;
}
.olp-typeahead-match-list {
  overflow-y: auto;
  max-height: 300px;
}
.remove-group-member {
  visibility: hidden;
}
.noTransition {
  transition: none;
}
.table-row-groupmembers.warning {
  background: rgba(196, 28, 51, 0.2) !important;
}
.table-row-groupmembers:hover .remove-group-member {
  visibility: visible;
}
.delete-badge {
  margin: 10px;
}
.account-group-members {
  padding: 20px;
}
.provider-details-tables {
  padding: 1.25rem;
}
.provider-details-tables.wrapper {
  display: flex;
  justify-content: space-between;
}
.group-action-buttons {
  margin-left: auto;
  margin-top: 15px;
  white-space: nowrap;
}
.flexed-content.loading-support.loading {
  position: relative;
}
.flexed-content.loading-support.loading:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  content: "";
  z-index: 1;
}
.flexed-content.loading-support.loading:after {
  position: fixed;
  top: 45%;
  left: 48%;
  content: "autorenew";
  text-align: center;
  animation: spin 2s infinite linear;
  font-family: 'Material Icons';
  font-size: 2rem;
  z-index: 2;
}
.result-count-pagination-top {
  padding: 1.25rem 0.625rem 0.625rem;
}
.pagination-counter {
  color: #9B9DA2;
}
.pagination-controls {
  text-align: right;
  display: block;
}
.olp-pagination {
  float: right;
}
.olp-pagination a.disabled {
  color: #6A6D74;
  cursor: default;
}
olp-table-container {
  min-height: 8em;
}
.tooltip-indicator-small {
  font-size: 0.9rem;
}
olp-tooltip-indicator.tooltip-indicator-small .material-icons {
  margin-bottom: 0.2rem;
}
table.loading-support.loading > thead,
table.loading-support.loading > tbody {
  display: table;
  width: 100%;
  position: relative;
}
table.loading-support.loading > tbody:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  z-index: 1;
}
table.loading-support.loading > tbody:after {
  font-feature-settings: 'liga';
  position: absolute;
  top: 1rem;
  left: 48%;
  content: "autorenew";
  text-align: center;
  animation: spin 2s infinite linear;
  font-family: Material Icons;
  font-size: 2rem;
  z-index: 2;
}
.entity-details {
  margin-top: 1rem;
}
.entity-details tr {
  font-size: 0.9rem;
}
.entity-details tr td {
  padding: 0.15rem;
  vertical-align: top;
}
.entity-details .label-dark {
  font-weight: 500;
  color: #00050F;
}
.entity-details .info {
  color: #6A6D74;
}
.entity-details .space {
  margin-right: 1rem;
}
.detail-title-table {
  line-height: 1em;
  font-size: 21px;
  font-weight: bold;
}
.detail-table-left {
  float: left;
}
.detail-table-right {
  float: right;
}
.admin-member-details .canvas-panel .flexed-content {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
.admin-member-details .profile-row {
  background: #FFF;
  padding: 1rem 4rem;
  margin: 0 -1rem;
  flex: 1;
}
.admin-member-details .profile-row.app-details-tab {
  padding: 2.5rem 3rem 0 3rem;
  display: flex;
  flex-direction: row;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .trusted-domains-status-bar {
  font-size: 0.8125rem;
  color: #BABCC4;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .trusted-domains-status-bar span {
  color: #00050F;
  font-weight: 500;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .domains-column {
  padding-left: 1.875rem;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .domains-column.active {
  border-left: 2px solid #F2F2F2;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .result-count-pagination-top {
  font-size: 0.8125rem;
  padding: 0.75rem 0 0.625rem 0;
}
.admin-member-details .profile-row.app-details-tab.domains-tab > div:first-child {
  padding-right: 1.875rem;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .description {
  width: auto;
}
.admin-member-details .profile-row.app-details-tab.domains-tab input[type="text"] {
  background: #FFFFFF;
  border: 1px solid #BABCC4;
  color: #383C45;
  width: 100%;
  box-shadow: none;
  display: inline-block;
}
.admin-member-details .profile-row.app-details-tab.domains-tab input[type="text"]:placeholder-shown {
  font-style: italic;
  font-weight: 300;
  color: #BABCC4;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .add-domain-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .add-domain-controls .add-button {
  margin-left: 0.625rem;
  min-width: 5rem;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .info-column {
  border-right: 1px solid #E4E6E9;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .info-column,
.admin-member-details .profile-row.app-details-tab.domains-tab .domains-column {
  flex: 1;
  margin-bottom: 2rem;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .info-column .input-group,
.admin-member-details .profile-row.app-details-tab.domains-tab .domains-column .input-group {
  display: block;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .info-column .upload-button,
.admin-member-details .profile-row.app-details-tab.domains-tab .domains-column .upload-button {
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 2.45rem 0.5rem 0.875rem;
  position: relative;
  min-width: unset;
  margin-left: 0.625rem;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .info-column .upload-button:hover .icon-upload-outline,
.admin-member-details .profile-row.app-details-tab.domains-tab .domains-column .upload-button:hover .icon-upload-outline {
  background-color: #48DAD0 !important;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .info-column .upload-button:active .icon-upload-outline,
.admin-member-details .profile-row.app-details-tab.domains-tab .domains-column .upload-button:active .icon-upload-outline,
.admin-member-details .profile-row.app-details-tab.domains-tab .info-column .upload-button:focus .icon-upload-outline,
.admin-member-details .profile-row.app-details-tab.domains-tab .domains-column .upload-button:focus .icon-upload-outline {
  background-color: #00908A !important;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .info-column .upload-button .icon-upload-outline,
.admin-member-details .profile-row.app-details-tab.domains-tab .domains-column .upload-button .icon-upload-outline {
  background-color: #00AFAA !important;
  mask-image: url(../img/icon-upload-outline-24.svg);
  -webkit-mask-image: url(../img/icon-upload-outline-24.svg);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: absolute;
  right: 0.75rem;
  top: 0.3rem;
  pointer-events: none;
  transition: all 100ms ease-out;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .info-column .download-button,
.admin-member-details .profile-row.app-details-tab.domains-tab .domains-column .download-button {
  width: auto;
  padding-left: 0.625rem;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .info-column .download-button .button,
.admin-member-details .profile-row.app-details-tab.domains-tab .domains-column .download-button .button {
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 2.25rem 0.5rem 0.875rem;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .info-column .download-button .button:hover .icon-download-outline,
.admin-member-details .profile-row.app-details-tab.domains-tab .domains-column .download-button .button:hover .icon-download-outline {
  background-color: #48DAD0;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .info-column .download-button .button:active .icon-download-outline,
.admin-member-details .profile-row.app-details-tab.domains-tab .domains-column .download-button .button:active .icon-download-outline,
.admin-member-details .profile-row.app-details-tab.domains-tab .info-column .download-button .button:focus .icon-download-outline,
.admin-member-details .profile-row.app-details-tab.domains-tab .domains-column .download-button .button:focus .icon-download-outline {
  background-color: #00908A;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .info-column .download-button .icon-download-outline,
.admin-member-details .profile-row.app-details-tab.domains-tab .domains-column .download-button .icon-download-outline {
  background-color: #00AFAA;
  mask-image: url(../img/icon-download-outline-24.svg);
  -webkit-mask-image: url(../img/icon-download-outline-24.svg);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: absolute;
  right: 0.75rem;
  top: 0.4rem;
  pointer-events: none;
  transition: all 100ms ease-out;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .info-column .label-text-enabled,
.admin-member-details .profile-row.app-details-tab.domains-tab .domains-column .label-text-enabled {
  color: #9B9DA2;
  display: inline;
  font-size: 0.8125rem;
  line-height: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: -4px;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .info-column .label-sub-text,
.admin-member-details .profile-row.app-details-tab.domains-tab .domains-column .label-sub-text {
  display: block;
  color: #6A6D74;
  font-size: 0.8rem;
  font-style: italic;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .added-domain {
  border: 1px solid #F2F2F2;
  border-bottom: none;
  color: #6A6D74;
  font-size: 1rem;
  line-height: 1.1875rem;
  padding: 0.6rem 1.25rem;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .added-domain:last-child {
  border-bottom: 1px solid #F2F2F2;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .added-domain a {
  display: block;
  float: right;
  font-weight: 500;
}
.admin-member-details .profile-row.app-details-tab.domains-tab .added-domain a.disabled {
  opacity: 0.2;
}
.admin-member-details .profile-row.app-details-tab h2 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: bold;
  margin: 0.75rem 0 2.2rem 0;
}
.admin-member-details .profile-row.app-details-tab .description {
  width: 80%;
  padding-bottom: 1.875rem;
}
.admin-member-details .profile-row.app-details-tab .description .documentation-link {
  font-weight: 500;
  padding-right: 20px;
  background: url(../img/icon-open-in-new-tab.svg) top right no-repeat;
  background-size: 1rem;
}
.admin-member-details .profile-row.app-details-tab .description .main-block {
  margin-bottom: 2.8rem;
}
.admin-member-details .profile-row.app-details-tab .credentials-menu {
  list-style: none;
  min-width: 11.25rem;
  max-width: 50%;
  margin: 0;
  border-right: 1px solid #E4E6E9;
  padding-right: 0.5rem;
}
.admin-member-details .profile-row.app-details-tab .credentials-menu li {
  display: block;
  height: 2.5rem;
}
.admin-member-details .profile-row.app-details-tab .credentials-menu li a {
  color: #6A6D74;
  display: block;
  line-height: 1.25rem;
  padding-left: 7px;
  border-left: 3px solid transparent;
}
.admin-member-details .profile-row.app-details-tab .credentials-menu li a:hover:not(.active) {
  color: #383C45;
}
.admin-member-details .profile-row.app-details-tab .credentials-menu li a.active {
  border-color: #00AFAA;
  font-weight: bold;
  color: #00050F;
}
.admin-member-details .profile-row.app-details-tab .sections-content {
  flex: 1;
}
.admin-member-details .profile-row.app-details-tab .sections-content .section {
  padding: 0 1.875rem;
}
.admin-member-details .profile-row .profile {
  display: flex;
}
.admin-member-details .profile-row .profile bento-olp-avatar {
  margin-right: 2rem;
}
.admin-member-details .profile-row .profile .profile-content {
  flex: 1;
  color: #383C45;
  position: relative;
}
.admin-member-details .profile-row .profile .profile-content .label {
  color: #9B9DA2;
  display: block;
}
.admin-member-details .profile-row .profile .profile-content .app-status {
  text-transform: capitalize;
}
.admin-member-details .profile-row .profile .profile-content .subtext {
  color: #9FA2A6;
  font-size: 11px;
}
.admin-member-details .profile-row .profile .profile-content h3 {
  font-weight: 300;
  line-height: 1em;
  color: #383C45;
  margin-bottom: 30px;
}
.admin-member-details .profile-row .profile .profile-content .edit-profile {
  min-width: 170px;
  position: absolute;
  right: 0;
  top: 0;
}
.admin-member-details .profile-row .profile .profile-content .badge.roles {
  text-transform: capitalize;
  font-size: 1rem;
  padding-top: 3px;
  margin-bottom: .5rem;
}
.admin-member-details .profile-row .profile .profile-content .badge.roles.admin {
  background: #52A3DB;
}
.admin-member-details .profile-row .profile .profile-content .profile-details .columns {
  margin-bottom: 2rem;
}
.admin-member-details .profile-row .profile.is-disabled {
  opacity: 0.5;
}
.wide-modal {
  width: 100%!important;
}
.wide-modal > div {
  width: 100%!important;
}
.cell-subtext {
  color: #BABCC4;
  font-size: 0.8125rem;
}
olp-dropdown.dots .material-icons {
  font-size: 1.6em;
  visibility: visible !important;
}
.details-page olp-dropdown.dots .material-icons {
  margin-top: -3px;
}
.invisible {
  opacity: 0;
}
#dropdown-filter.apps olp-dropdown .container > .button,
#dropdown-filter.apps olp-dropdown .container .option > a:not(.button) {
  width: 200px;
}
#dropdown-filter.groups olp-dropdown .container > .button,
#dropdown-filter.groups olp-dropdown .container .option > a:not(.button) {
  width: 260px;
}
#dropdown-filter olp-dropdown .container > .button {
  font-size: 0.9rem;
  padding: 0.75rem;
  text-align: left;
}
#dropdown-filter olp-dropdown .container .option > a:not(.button) {
  padding: 0.65rem;
  padding-bottom: 0.55rem;
  font-size: 0.9rem;
  height: inherit;
  color: #6A6D74;
}
#dropdown-filter olp-dropdown .button.outline {
  color: #383C45;
  border-color: #E4E6E9;
}
#dropdown-filter olp-dropdown .container.is-open .button.outline {
  border: none;
  border-bottom: 1px solid #E4E6E9;
}
#group-members-dropdown .select {
  font-weight: 500;
}
.label-group-filter {
  color: #BABCC4;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  top: 2px;
}
.reveal-overlay .reveal.medium {
  width: 770px;
}
.reveal-overlay .reveal .reveal-button-group {
  justify-content: center;
}
.reveal-overlay .reveal .reveal-button-group.add {
  justify-content: flex-end;
  margin-top: 2rem;
}
.reveal-overlay .reveal .reveal-button-group.add.addToGroupModal {
  margin-top: 1rem;
}
.reveal-overlay .reveal {
  margin-top: 10rem;
  padding: 2rem;
}
.reveal-overlay .reveal .reveal-button-group .button {
  margin: 0 0 0 0.8rem;
}
.reveal-overlay .reveal.positive .reveal-heading.group-admin,
.reveal-overlay .reveal.negative .reveal-heading.group-admin,
.reveal-overlay .reveal.warning .reveal-heading.group-admin {
  line-height: 2.2rem;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1.2rem;
}
.reveal-overlay .reveal p {
  line-height: 1.5rem;
}
.olp-toggle .olp-toggle-slider-bar {
  margin-left: 0;
}
.label-text {
  color: #9B9DA2;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}
span.small-text,
.add-group.small-text {
  color: #383C45;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-weight: normal;
}
.add-group.small-text {
  color: #6A6D74;
}
.search-input .material-icons.input-icon {
  font-size: 1.7em;
  left: 8px;
  top: 6px;
  color: #BABCC4;
}
#search {
  padding-right: 34px;
  font-style: italic;
}
.olp-table tbody td,
.olp-table tbody th {
  font-size: 0.9rem;
  padding: 20px 5px;
}
.olp-table tbody td:last-child,
.olp-table tbody th:last-child {
  padding-right: 10px;
}
.olp-avatar.small > span {
  color: #BABCC4;
  background-color: #383C45;
  font-size: 1.125rem;
  font-weight: 200;
}
.material-icons.admin-list {
  color: #383C45;
  font-size: 2.5rem;
  padding-top: 5px;
  width: 100%;
}
.circle {
  background-color: #E4E6E9;
  border-radius: 50%;
  height: 40px;
}
.circle > .unregistered-user {
  color: #fff;
  padding-top: 0;
  margin-bottom: 0;
  font-size: 2.7em;
}
.material-icons.details-page {
  color: #383C45;
  font-size: 6rem;
  padding: 0 10px 0;
  width: 100%;
}
.app-name {
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.olp-tooltip-indicator > .olp-tooltip-indicator-icon {
  color: #BABCC4;
  margin-bottom: 0.5rem;
}
#memberGroups .leaveGroup,
#memberGroups .leaveGroup > a {
  color: #9B9DA2 !important;
  font-size: 0.9rem;
}
#memberGroups .leaveGroup > a:hover {
  color: #00AFAA !important;
}
.olp-table tbody tr:hover .olp-table tr,
.olp-table tbody tr.active .olp-table tr,
.olp-table tbody tr:hover .olp-table tr > td,
.olp-table tbody tr.active .olp-table tr > td {
  background-color: #F8F8F8 !important;
  border: 0px solid #F8F8F8;
}
.olp-table tbody tr .olp-table tr,
.olp-table tbody tr .olp-table tr,
.olp-table tbody tr .olp-table tr > td,
.olp-table tbody tr .olp-table tr > td {
  background-color: #FFFFFF !important;
  border: 0px solid #FFFFFF;
  vertical-align: bottom;
  padding: 0px;
}
.olp-avatar.small > span {
  color: #F2F2F2;
  font-weight: 400;
}
.nowrap {
  white-space: nowrap;
}
.unavailable {
  color: #BABCC4 !important;
}
.linked {
  cursor: pointer;
}
.warning {
  color: #FAC93F;
}
.delete-warning {
  color: #C41C33 !important;
}
label > span.mandatory {
  color: #00AFAA;
}
.title-group-description {
  word-break: break-word;
}
#invitePage [type='text'],
#invitePage [type='password'],
#invitePage [type='date'],
#invitePage [type='datetime'],
#invitePage [type='datetime-local'],
#invitePage [type='month'],
#invitePage [type='week'],
#invitePage [type='email'],
#invitePage [type='number'],
#invitePage [type='search'],
#invitePage [type='tel'],
#invitePage [type='time'],
#invitePage [type='url'],
#invitePage [type='color'],
#invitePage textarea {
  background: #E4E6E9;
  border: 1px solid #6A6D74;
  width: 100%;
}
#invitePage [type='search'] {
  background: #fff;
}
#invitePage .ng-submitted .ng-invalid:not(:focus) {
  border: 0px solid #fff;
}
#invitePage .tooltip-hack {
  color: rgba(0, 175, 170, 0.3);
  font-weight: bold;
  font-size: 0.8125rem;
  position: relative;
  top: 30px;
  left: 15px;
  cursor: pointer;
}
#invitePage .invite-form,
#invitePage .header,
#invitePage .invite-button-group,
#invitePage .invite-add,
#invitePage .error {
  width: 820px;
  margin: 0 auto;
}
#invitePage .header {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
#invitePage .removed {
  display: none;
}
#invitePage .invite-form {
  padding: 15px 35px 10px 15px;
  margin: 15px auto;
}
#invitePage .top-row {
  position: relative;
}
#invitePage .invite-remove {
  color: #1D232D !important;
  position: absolute;
  top: 30px;
  right: -40px;
  font-size: 1.1rem;
}
#invitePage .invite-button-group {
  display: flex;
  justify-content: flex-end;
}
#invitePage .invite-button-group button {
  margin-left: 1rem;
}
#invitePage .invite-group-remove {
  font-size: 14px;
  color: #9B9DA2;
}
#invitePage .selectedGroup {
  padding: 9px 15px 8px 15px;
  background-color: #E4E6E9;
}
#invitePage .olp-typeahead-suggestions {
  top: -1px;
  z-index: 100;
}
#invitePage .olp-typeahead-suggestions .typeahead-list-item {
  font-size: 14px;
  border-top: 1px solid #E4E6E9;
  background-color: #fff;
}
#invitePage .olp-typeahead-suggestions .typeahead-list-item:focus {
  color: #6A6D74;
}
#invitePage .item-description {
  font-size: 12px;
  color: #BABCC4;
}
#invitePage .olp-typeahead-suggestions .typeahead-list-item:focus .item-description {
  font-weight: 400;
  color: #6A6D74;
}
#invitePage .olp-typeahead-suggestions .olp-typeahead-suggestion-wrapper ul {
  position: absolute;
  width: 355px;
}
#invitePage .group-selected .olp-typeahead-suggestions .typeahead-list-item {
  background: #E4E6E9;
}
#invitePage .invite-form.canvas-panel.dimmed {
  opacity: 0;
  transition: opacity 1s;
}
#invitePage .sent {
  display: none;
}
#tab-menu {
  margin: 0 2rem;
}
.tab-selector {
  color: #6A6D74;
  padding: 0.3125rem 0.625rem;
  background-color: transparent;
  border-radius: 3px 3px 0 0;
  text-align: center;
  display: inline-block;
}
.tab-selector > span {
  display: block;
  margin-top: -3px;
  padding: 0.46875rem 0.625rem !important;
  border-bottom: 3px solid transparent;
}
.tab-selector:visited {
  color: #6A6D74;
}
.tab-selector:focus > span,
.tab-selector:hover > span,
.tab-selector:active > span,
.tab-selector.active > span {
  color: #383C45;
}
.tab-selector.active {
  background-color: #FFFFFF;
}
.tab-selector.active > span {
  border-bottom-color: #00AFAA;
  font-weight: 600;
}
.app-details-section {
  padding-bottom: 0.5rem;
}
.app-info-section {
  padding: 0 2rem 2rem 2rem;
  display: flex;
  flex-direction: row;
}
.app-info-section .app-info-column {
  padding-right: 1.25rem;
  font-size: 0.8rem;
}
.app-info-section .app-info-column .prop-key {
  font-weight: 500;
  color: #00050F;
}
.app-info-section .app-info-column .prop-value {
  color: #6A6D74;
}
.app-info-section .app-info-column .prop-label-value-default-project {
  cursor: pointer;
}
.group-info-section {
  padding: 0 2rem 2rem 3rem;
  display: flex;
  flex-direction: row;
}
.group-info-section .group-info-column {
  padding-right: 1.25rem;
  font-size: 0.8rem;
}
.group-info-section .group-info-column .prop-key {
  font-weight: 500;
  color: #00050F;
}
.group-info-section .group-info-column .prop-value {
  color: #6A6D74;
}
.credentials-table-container {
  margin-top: 1.875rem;
}
.credentials-table-container olp-table-container {
  overflow-x: visible;
}
.credentials-table-container olp-table-container table {
  margin-bottom: 1rem;
}
.credentials-table-container olp-table-container table th:not(:first-child) {
  padding-left: 0;
}
.credentials-table-container olp-table-container table td {
  padding: 1px 0;
  height: 3.3125rem;
}
.credentials-table-container olp-table-container table td:first-child {
  padding-left: 1.25rem;
}
.credentials-table-container .access-key-status {
  font-size: 0.687rem;
  border-radius: 1rem;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0.175rem 0.7rem;
  font-weight: 500;
}
.credentials-table-container .access-key-status.enabled {
  background-color: #00BD7D;
}
.credentials-table-container .access-key-status.disabled {
  background-color: #BABCC4;
  color: rgba(15, 22, 33, 0.8);
}
.credentials-table-container.provider-details-table {
  width: 48%;
}
.reveal-heading.create-key-modal {
  font-size: 1.875rem !important;
  line-height: 1.875rem !important;
}
.reveal-heading.provider-modal-icon {
  margin-left: 5px;
}
.create-key-details {
  margin: 0;
  padding: 1.25rem;
  background: #F2F2F2;
  line-height: 1.875rem;
}
.create-key-details .download-credentials-btn {
  color: #00AFAA;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  margin-top: 1.25rem;
  display: block;
  padding-left: 1.5rem;
  background: url(../img/icon-download-24x24.svg) left top no-repeat;
  height: 1.5rem;
  line-height: 1.5rem;
}
.show-hidden-btn i {
  color: #00AFAA;
}
.toggle-typeahead-filter {
  display: inline-flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.toggle-typeahead-filter.olp-toggle-label {
  color: #00AFAA;
}
.toggle-typeahead-filter.olp-toggle-label span {
  color: #BABCC4;
  font-weight: bold;
}
.toggle-typeahead-filter.olp-toggle-label span.selected {
  color: #00AFAA;
}
.toggle-typeahead-filter.olp-toggle-label span.left {
  padding-right: 7px;
}
.toggle-typeahead-filter.olp-toggle-label span.right {
  padding-left: 5px;
}
.toggle-typeahead-filter.alwaysOn > .olp-toggle-slider-bar {
  background-color: #00AFAA;
}
.btn-margin-right {
  margin-right: 38px;
}
.olp-checkbox-label {
  float: left;
  padding-right: 8px;
  margin-bottom: 0px;
  text-transform: none;
  margin-top: 12px;
}
.olp-checkbox-label-disabled {
  cursor: not-allowed;
}
.message-box-container-new-registration-modal {
  height: 1.7rem !important;
  z-index: 1;
}
.default-project-options .warning-message {
  padding: 0.625rem;
  margin: 0 0 0.625rem;
  background-color: #fef7e2;
  border: 1px solid #FA9D00;
  font-size: 0.75rem;
  overflow: hidden;
}
.default-project-options .notice-message {
  padding: 0.625rem;
  margin: 0 0 0.625rem;
  background-color: #fde8b0;
  font-size: 0.75rem;
  overflow: hidden;
}
.default-project-options .default-project-settings .radio-label {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.3125rem !important;
}
.default-project-options .input-group-with-indicator {
  display: block;
  overflow: hidden;
}
.default-project-options .input-group-with-indicator.default-project-label .tooltip-indicator-large {
  float: right;
}
.default-project-options .input-group-with-indicator.default-project-label .olp-tooltip-indicator-icon {
  margin-top: 0!important;
}
.default-project-options .input-group-with-indicator .label {
  margin-top: 0 !important;
}
.default-project-options .input-group-with-indicator .olp-tooltip-indicator-icon {
  margin-bottom: 0 !important;
  margin-top: 0.3125rem !important;
}
.default-project-options .input-group.disabled-option .label,
.default-project-options .input-group.disabled-option .radio-label,
.default-project-options .input-group.disabled-option .warning-message,
.default-project-options .input-group.disabled-option .form-control,
.default-project-options .input-group.disabled-option olp-typeahead {
  opacity: 65% !important;
  cursor: not-allowed !important;
}
.default-project-options .input-group.disabled-option .form-control {
  background-color: #F2F2F2 !important;
}
.olp-typeahead-suggestions .typeahead-list-item.disabled,
.olp-typeahead-suggestions .typeahead-list-item.disabled:focus {
  color: #6A6D74;
  background-color: #E4E6E9;
  opacity: 0.7;
  cursor: not-allowed !important;
}
.olp-typeahead-suggestions .typeahead-list-item.disabled:hover {
  color: #6A6D74;
}
#edit-roles-dropdown a.trigger {
  color: #FFFFFF;
  background-color: #00AFAA;
}
.app-code-table {
  width: 80%;
}
.no-provider-text {
  text-align: center !important;
}
.setup-provider-btn {
  margin: 0.625rem 0 0.625rem 0 !important;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-0 {
  margin-top: 0;
}
.mt-20 {
  margin-top: 1.25rem !important;
}
.provider-more-btn {
  display: inline-block;
  margin: 0;
  padding-left: 1.25rem;
}
.provider-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.provider-links .provider-for-devices {
  font-weight: 500;
  margin-right: 1rem;
}
.provider-links .provider-for-users {
  margin-right: auto;
  align-self: center;
}
.provider-links .provider-for-users .opener-link {
  font-weight: 500;
  padding-right: 1rem;
  background: url(../img/icon-open-in-new-tab.svg) top right no-repeat;
  background-size: 1rem;
}
.read-documentation-link {
  margin-right: auto;
  align-self: center;
  margin-top: 3.125rem;
}
.read-documentation-link .documentation-link {
  font-weight: 500;
  padding-right: 20px;
  background: url(../img/icon-open-in-new-tab.svg) top right no-repeat;
  background-size: 1rem;
}
.issuer-table-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.issuer-table-details span {
  margin: 0;
}
.issuer-table-details span a {
  font-weight: bold;
}
.issuer-table-details span.disabled {
  color: #6A6D74;
  cursor: default;
}
.link-color {
  color: #00AFAA;
}
.issuer-data-column {
  display: flex !important;
  flex-direction: column !important;
  margin-top: 0.625rem !important;
}
.issuer-data-column .issuer-item {
  margin-bottom: 0.5rem;
}
.white-color {
  color: #FFFFFF !important;
}
.provider-name {
  margin-right: 5px;
}
.m-0 {
  margin: 0;
}
.text-tooltip {
  position: relative;
  top: 4px;
}
.issuer-urls {
  display: flex;
  flex-direction: column;
}
.linked-provider {
  margin-left: 25%;
}
.app-code-warning {
  float: left;
}
.app-code-warning-title {
  margin-left: 50px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}
.app-code-warning-body {
  margin-left: 50px;
}
.app-code-warning-link {
  margin-left: 85px;
}
.app-code-warning-link img {
  height: 24px;
  width: 24px;
  position: relative;
  top: -3px;
}
.float-left {
  float: left !important;
}
#invites-table thead tr td:not(:first-child) {
  padding-left: 5px;
}
.warning-text {
  position: relative;
  top: -16px;
  color: #FA9D00;
  font-family: FiraGO;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.008124999701976776px;
  text-align: left;
}
.role-tooltip-indicator {
  position: relative;
  top: 0.2rem;
  right: -18.8rem;
}
