/* http://prismjs.com/download.html?themes=prism-okaidia&languages=markup+css+clike+javascript+bash+coffeescript+java+scala+sql */
/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */

code[class*="language-"],
pre[class*="language-"] {
	color: #f8f8f2;
	background: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
	border-radius: 0.3em;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #272822;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #f8f8f2;
}

.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
	color: #f92672;
}

.token.boolean,
.token.number {
	color: #ae81ff;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #a6e22e;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
	color: #f8f8f2;
}

.token.atrule,
.token.attr-value,
.token.function {
	color: #e6db74;
}

.token.keyword {
	color: #66d9ef;
}

.token.regex,
.token.important {
	color: #fd971f;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

/* fira-sans-300 - latin */
@import "../../node_modules/@here/bento-angular-foundation/dist/plugin.css";
@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-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;
}
.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-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-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-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;
  }
}
.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,
.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 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;
}
body {
  background-color: #F9FAFC;
}
.olp-signup olp-spinner {
  padding: 35px 0 20px 0;
  display: inline-block;
}
.olp-signup button {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: max-content;
  padding-left: 24px;
  padding-right: 24px;
  height: 48px;
  border: none;
  border-radius: 24px;
  line-height: 1.71;
  background: 0 0;
  cursor: pointer;
  font-weight: 500;
  color: #393e47;
  margin-bottom: 0;
}
.olp-signup button span {
  position: relative;
  z-index: 3;
}
.olp-signup button.primary:before,
.olp-signup button.primary:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.olp-signup button.primary:before {
  z-index: 1;
  opacity: 1;
  background: linear-gradient(270deg, #65ebe2 0, #6b9cff 100%);
}
.olp-signup button.primary:after {
  z-index: 2;
  opacity: 0;
  background: linear-gradient(90deg, #3675f5 0, #1be0d7 100%);
}
.olp-signup button.primary:hover::after {
  opacity: 1;
}
.olp-signup button.secondary {
  background: #00378d0d;
}
.olp-signup button.secondary:hover {
  border-color: #133b791a;
  background: #133b791a;
}
.olp-signup #frame-container {
  min-height: 547px;
}
.olp-signup #frame-container iframe {
  border: 0;
  margin: 0;
  padding: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  inset: 0;
  display: block;
  overflow: hidden;
}
.olp-signup .olp-signup-wrapper {
  padding-top: 45px;
}
.olp-signup.o-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.olp-signup.o-page .o-page__content {
  flex-grow: 1;
}
.olp-signup.o-page .o-page__footer {
  flex-grow: 0;
}
.olp-signup.o-page .progress-bar {
  display: flex;
  justify-content: center;
  padding: 66px 22px 63px 22px;
  box-shadow: none;
}
.olp-signup.o-page .progress-bar__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.olp-signup.o-page progress-step {
  display: flex;
}
.olp-signup.o-page progress-step:not(:last-child):after {
  content: '';
  display: block;
  flex-grow: 1;
  margin-right: 14px;
  margin-left: 14px;
  max-width: 5px;
}
@media (max-width: 992px) {
  .olp-signup.o-page progress-step:not(:last-child):after {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.olp-signup.o-page .o-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1350px;
}
@media (min-width: 992px) {
  .olp-signup.o-page .o-main-content {
    padding-top: 40px;
    padding-bottom: 96px;
  }
}
@media (min-width: 760px) {
  .olp-signup.o-page .o-container {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.olp-signup.o-page .checkout-page {
  padding-top: 0;
}
@media (min-width: 992px) {
  .olp-signup.o-page .checkout-page__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 992px) {
  .olp-signup.o-page .checkout-page__main {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  .olp-signup.o-page .checkout-page__main {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .olp-signup.o-page .checkout-page__order-details {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.olp-signup.o-page .checkout-page__order-details {
  margin-bottom: 72px;
}
.olp-signup.o-page .o-card.o-card--dark {
  background-color: #333b48;
  border: 1px solid #292929;
}
.olp-signup.o-page .o-card.o-card--dark,
.olp-signup.o-page .o-card.o-card--dark h4,
.olp-signup.o-page .o-card.o-card--dark p,
.olp-signup.o-page .o-card.o-card--dark span,
.olp-signup.o-page .o-card.o-card--dark li {
  color: #fff;
}
.olp-signup.o-page .o-card.o-card--transparent {
  background-color: transparent;
  border: none;
}
.olp-signup.o-page .o-card {
  padding: 23px 23px;
  margin: 0 24px 24px;
  text-align: left;
  background-color: #fff;
  color: #fff;
}
.olp-signup.o-page .o-card.sign-up-provisioning,
.olp-signup.o-page .o-card.sign-up-billing-details,
.olp-signup.o-page .o-card.sign-up-error,
.olp-signup.o-page .o-card.sign-up-spinner {
  text-align: center;
}
.olp-signup.o-page .o-card.sign-up-provisioning h5,
.olp-signup.o-page .o-card.sign-up-billing-details h5,
.olp-signup.o-page .o-card.sign-up-error h5,
.olp-signup.o-page .o-card.sign-up-spinner h5 {
  margin: 0;
}
.olp-signup.o-page .o-card.sign-up-provisioning h5:first-of-type,
.olp-signup.o-page .o-card.sign-up-billing-details h5:first-of-type,
.olp-signup.o-page .o-card.sign-up-error h5:first-of-type,
.olp-signup.o-page .o-card.sign-up-spinner h5:first-of-type {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.olp-signup.o-page .o-card.sign-up-provisioning p,
.olp-signup.o-page .o-card.sign-up-billing-details p,
.olp-signup.o-page .o-card.sign-up-error p,
.olp-signup.o-page .o-card.sign-up-spinner p {
  font-size: 18px;
  line-height: 24px;
}
.olp-signup.o-page .o-card.sign-up-provisioning .badge,
.olp-signup.o-page .o-card.sign-up-billing-details .badge,
.olp-signup.o-page .o-card.sign-up-error .badge,
.olp-signup.o-page .o-card.sign-up-spinner .badge {
  background-color: transparent;
  margin: 10px 0 20px 0;
  display: inline-block;
  width: 68px;
  height: 68px;
}
.olp-signup.o-page .o-card.sign-up-provisioning .badge-done,
.olp-signup.o-page .o-card.sign-up-billing-details .badge-done,
.olp-signup.o-page .o-card.sign-up-error .badge-done,
.olp-signup.o-page .o-card.sign-up-spinner .badge-done {
  background-image: url(/img/badge-done.svg);
}
.olp-signup.o-page .o-card.sign-up-provisioning .badge-error,
.olp-signup.o-page .o-card.sign-up-billing-details .badge-error,
.olp-signup.o-page .o-card.sign-up-error .badge-error,
.olp-signup.o-page .o-card.sign-up-spinner .badge-error {
  background-image: url(/img/badge-error.svg);
}
.olp-signup.o-page .o-card.sign-up-provisioning .icon-credit-card,
.olp-signup.o-page .o-card.sign-up-billing-details .icon-credit-card,
.olp-signup.o-page .o-card.sign-up-error .icon-credit-card,
.olp-signup.o-page .o-card.sign-up-spinner .icon-credit-card {
  background-image: url(/img/credit-card.svg);
  margin-bottom: 30px;
  height: 80px;
  width: 80px;
  display: inline-block;
}
.olp-signup.o-page .o-card.sign-up-provisioning .icon-checkmark,
.olp-signup.o-page .o-card.sign-up-billing-details .icon-checkmark,
.olp-signup.o-page .o-card.sign-up-error .icon-checkmark,
.olp-signup.o-page .o-card.sign-up-spinner .icon-checkmark {
  background-image: url(/img/icon-checkmark.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
}
.olp-signup.o-page .o-card.sign-up-provisioning .icon-cross,
.olp-signup.o-page .o-card.sign-up-billing-details .icon-cross,
.olp-signup.o-page .o-card.sign-up-error .icon-cross,
.olp-signup.o-page .o-card.sign-up-spinner .icon-cross {
  background-image: url(/img/icon-cross.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
}
.olp-signup.o-page .o-card.sign-up-provisioning button.primary,
.olp-signup.o-page .o-card.sign-up-billing-details button.primary,
.olp-signup.o-page .o-card.sign-up-error button.primary,
.olp-signup.o-page .o-card.sign-up-spinner button.primary {
  margin: 25px 0 10px 0;
}
.olp-signup.o-page .o-card.sign-up-provisioning button.sign-up-done-migration-button,
.olp-signup.o-page .o-card.sign-up-billing-details button.sign-up-done-migration-button,
.olp-signup.o-page .o-card.sign-up-error button.sign-up-done-migration-button,
.olp-signup.o-page .o-card.sign-up-spinner button.sign-up-done-migration-button {
  margin: 0;
}
.olp-signup.o-page .o-card.sign-up-provisioning .options-header,
.olp-signup.o-page .o-card.sign-up-billing-details .options-header,
.olp-signup.o-page .o-card.sign-up-error .options-header,
.olp-signup.o-page .o-card.sign-up-spinner .options-header {
  margin-bottom: 0;
  font-weight: 500;
}
.olp-signup.o-page .o-card.sign-up-provisioning ul,
.olp-signup.o-page .o-card.sign-up-billing-details ul,
.olp-signup.o-page .o-card.sign-up-error ul,
.olp-signup.o-page .o-card.sign-up-spinner ul {
  display: flex;
  align-items: self-start;
  flex-direction: column;
  margin-left: 40%;
  line-height: 24px;
  margin-bottom: 20px;
}
.olp-signup.o-page .o-card.sign-up-provisioning li,
.olp-signup.o-page .o-card.sign-up-billing-details li,
.olp-signup.o-page .o-card.sign-up-error li,
.olp-signup.o-page .o-card.sign-up-spinner li {
  font-size: 16px;
  line-height: 32px;
  color: rgba(0, 10, 25, 0.8);
}
.olp-signup.o-page .o-card.sign-up-provisioning.sign-up-error li,
.olp-signup.o-page .o-card.sign-up-billing-details.sign-up-error li,
.olp-signup.o-page .o-card.sign-up-error.sign-up-error li,
.olp-signup.o-page .o-card.sign-up-spinner.sign-up-error li {
  line-height: 24px;
  color: #7f8697;
}
.olp-signup.o-page .o-card h4,
.olp-signup.o-page .o-card h5,
.olp-signup.o-page .o-card p,
.olp-signup.o-page .o-card ul,
.olp-signup.o-page .o-card li,
.olp-signup.o-page .o-card span {
  color: #383C45;
}
.olp-signup.o-page .o-card .form-row {
  text-align: right;
}
.olp-signup.o-page .o-card .form-row button {
  margin-left: 30px;
  margin-bottom: 10px;
}
.olp-signup.o-page .o-card .form-row button.primary {
  margin-top: 0;
}
.olp-signup.o-page .o-card#frame-container {
  margin: 0;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.olp-signup.o-page .plan-card .checkout-monthly-benefits__footer,
.olp-signup.o-page .plan-card .checkout-monthly-benefits__header {
  font-size: 20px;
}
.olp-signup.o-page .plan-card .checkout-monthly-benefits__body,
.olp-signup.o-page .plan-card .checkout-monthly-benefits__header {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 16px;
}
.olp-signup.o-page .plan-card .checkout-monthly-benefits__footer {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}
.olp-signup.o-page .plan-card .checkout-monthly-benefits__body {
  padding-left: 16px;
  list-style: disc;
  margin-left: 0;
}
.olp-signup.o-page .plan-card .checkout-monthly-benefits__body a {
  display: block;
  color: #fff;
  text-decoration: underline;
}
.olp-signup.o-page .plan-card .checkout-monthly-benefits__body li + li {
  padding-top: 16px;
}
.olp-signup.o-page .plan-card .checkout-monthly-benefits__header .head_base_plan {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
}
.olp-signup.o-page .plan-card .checkout-monthly-benefits__header .sub_head_monthly_benefits {
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 760px) {
  .olp-signup.o-page .o-card {
    margin: 0 0 32px;
  }
}
.olp-signup.o-page table thead {
  background-color: transparent;
  text-transform: none;
}
.olp-signup.o-page table thead th {
  text-align: center;
  width: 100%;
}
.olp-signup.o-page table tbody {
  border-bottom: 1px solid rgba(19, 59, 121, 0.1);
  border-top: 1px solid rgba(19, 59, 121, 0.1);
}
.olp-signup.o-page table tbody tr td:first-child {
  text-align: left;
}
.olp-signup.o-page table tbody tr:first-child td {
  padding-top: 20px;
}
.olp-signup.o-page table tbody tr:last-child td {
  padding-bottom: 20px;
}
.olp-signup.o-page signup-billing-details .o-card {
  padding: 60px 100px 50px;
}
@media (max-width: 1200px) {
  .olp-signup.o-page signup-billing-details .o-card {
    padding: 60px 30px 50px;
  }
}
.olp-signup.o-page signup-billing-details .o-card .credit-card-benefits-list {
  color: rgba(0, 10, 25, 0.8);
  padding-top: 30px;
}
@media (min-width: 720px) {
  .olp-signup.o-page signup-billing-details .o-card .credit-card-benefits-list table thead th {
    min-width: 180px;
  }
}
.olp-signup.o-page signup-billing-details .o-card .skip-cc-progress-spinner {
  padding-top: 5px;
}
.olp-signup .skipped-cc signup-plan-card {
  display: none;
}
olp-footer.olp-signup {
  background-color: #EDF0F6;
  color: #646E82;
}
olp-footer.olp-signup olp-lang-select {
  display: none;
  /* default/english only in first iteration */
  color: #646E82;
}
olp-footer.olp-signup olp-lang-select select,
olp-footer.olp-signup olp-lang-select select:focus {
  background-color: #fff !important;
  border: none;
  outline-color: #fff;
  color: #646E82;
}
olp-footer.olp-signup .footer-wrapper {
  min-height: 64px;
}
olp-footer.olp-signup .footer-copyright,
olp-footer.olp-signup .footer-links li {
  font-size: 12px;
}
olp-footer.olp-signup .footer-links ul li {
  padding-right: 25px !important;
}
olp-footer.olp-signup .footer-links ul li .footer-spacer {
  display: none;
}
olp-footer.olp-signup .footer-links ul li a {
  color: #126EF8;
}
olp-footer.olp-signup .footer-links ul li a:hover {
  color: #0D5ED9;
}
olp-footer.olp-signup .footer-copyright {
  padding-top: 0;
}
gal-topnav.olp-signup lui-desktopnavigation {
  background-color: #fff;
}
gal-topnav.olp-signup lui-desktopnavigation a:first-child {
  padding: 4px 0;
}
gal-topnav.olp-signup lui-desktopnavigation lui-logo svg path {
  fill: #383C45 !important;
}
gal-topnav.olp-signup lui-desktopnavigation .topnav-left,
gal-topnav.olp-signup lui-desktopnavigation [slot="controls"] {
  display: none;
}
notification-banner .notice {
  background-color: #383C45;
  color: #FFF;
  min-height: 40px;
  padding: 1.25rem 2rem;
  transition: all 0s;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #383C45;
}
notification-banner .notice .notice-icon {
  padding-right: 0.5rem;
  width: 2rem;
}
notification-banner .notice .close-icon img {
  vertical-align: unset;
}
notification-banner .notice p {
  flex: 1;
  margin: 0;
  line-height: 1.3em;
}
notification-banner .notice a:not(.button) {
  color: #FFF;
  text-decoration: underline;
}
notification-banner .notice .button {
  background: rgba(255, 255, 255, 0.9);
  color: #383C45;
  margin: 0 0 0 2rem;
}
notification-banner .notice .button:hover {
  background: #FFF;
}
notification-banner .notice.neutral {
  background-color: #48DAD0;
}
notification-banner .notice.neutral .button {
  color: #48DAD0;
}
notification-banner .notice.positive {
  background-color: #06B87C;
}
notification-banner .notice.positive .button {
  color: #06B87C;
}
notification-banner .notice.negative {
  background-color: #C41C33;
}
notification-banner .notice.negative .button {
  color: #C41C33;
}
notification-banner .notice.warning {
  background-color: #FAB800;
  color: #383C45;
}
notification-banner .notice.warning .button {
  color: #FAB800;
}
.olp-product-instruction {
  padding: 0 !important;
}
.olp-product-instruction .instructions {
  background: #E4E6E9;
}
.olp-product-instruction .instruction-steps {
  margin-left: 1rem;
}
.olp-product-instruction .instruction-steps li {
  list-style-type: decimal;
  line-height: 2rem;
  font-size: 0.8125rem;
}
.modal-container .content-space {
  padding: 1.25rem 1.5rem;
}
.modal-container button.icon-close {
  background-image: url('/img/icons/icon-close-light-gray.svg');
}
.modal-container .modal-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E4E6E9;
}
.modal-container .modal-header h5,
.modal-container .modal-header button {
  margin: 0;
}
.modal-container .modal-subheader .text,
.modal-container .modal-body .text {
  font-size: .8125rem;
  line-height: 1.4em;
  margin: 0 !important;
}
.modal-container .modal-subheader .light-text,
.modal-container .modal-body .light-text {
  color: rgba(15, 22, 33, 0.6);
}
.modal-container .modal-subheader .strong-text,
.modal-container .modal-body .strong-text {
  font-size: 1rem;
}
.modal-container .modal-footer {
  justify-content: flex-end;
  display: flex;
}
.modal-container .modal-footer .button {
  margin: 0;
  font-size: 0.875rem;
}
.olp-login,
.olp-unauthorized,
.olp-login-down,
.olp-activate {
  background: #48DAD0 url('/img/aqua_bg_1x.svg') center;
  background-size: cover;
}
.olp-login .row.login,
.olp-unauthorized .row.login,
.olp-login-down .row.login,
.olp-activate .row.login {
  max-width: 600px;
  text-align: center;
  margin-top: 5%;
}
.olp-login .row.login.wide-wrapper,
.olp-unauthorized .row.login.wide-wrapper,
.olp-login-down .row.login.wide-wrapper,
.olp-activate .row.login.wide-wrapper {
  max-width: 1000px;
}
.olp-login .login-header,
.olp-unauthorized .login-header,
.olp-login-down .login-header,
.olp-activate .login-header {
  color: #383C45;
  font-size: 2.25rem;
  line-height: 1.25em;
  font-weight: 300;
}
.olp-login .login-description,
.olp-unauthorized .login-description,
.olp-login-down .login-description,
.olp-activate .login-description {
  color: #383C45;
  font-size: 1.125rem;
  line-height: 1.375em;
  padding-bottom: 10px;
}
.olp-login .button,
.olp-unauthorized .button,
.olp-login-down .button,
.olp-activate .button {
  background: #FFF;
  color: #00AFAA;
}
.olp-login .button:hover,
.olp-unauthorized .button:hover,
.olp-login-down .button:hover,
.olp-activate .button:hover,
.olp-login .button:active,
.olp-unauthorized .button:active,
.olp-login-down .button:active,
.olp-activate .button:active,
.olp-login .button:focus,
.olp-unauthorized .button:focus,
.olp-login-down .button:focus,
.olp-activate .button:focus {
  background: rgba(255, 255, 255, 0.9);
}
.olp-login .button.outline,
.olp-unauthorized .button.outline,
.olp-login-down .button.outline,
.olp-activate .button.outline {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: transparent;
}
.olp-login .button.outline:hover,
.olp-unauthorized .button.outline:hover,
.olp-login-down .button.outline:hover,
.olp-activate .button.outline:hover,
.olp-login .button.outline:active,
.olp-unauthorized .button.outline:active,
.olp-login-down .button.outline:active,
.olp-activate .button.outline:active,
.olp-login .button.outline:focus,
.olp-unauthorized .button.outline:focus,
.olp-login-down .button.outline:focus,
.olp-activate .button.outline:focus {
  background: rgba(0, 5, 15, 0.05);
}
.known-issues-list li,
.limitations-workarounds-list li {
  margin-bottom: 1.25rem;
}
.search {
  max-width: 400px;
  display: inline-block;
  margin: 0;
}
.search input {
  padding-right: 34px;
}
.tags-class {
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tags-class .olp-tags.olp-tag-pill {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 0 0.625rem;
  margin: 0;
  height: unset;
  text-transform: uppercase;
}
.banner-overlay {
  background: rgba(15, 22, 33, 0.7);
  padding-bottom: 9.875rem;
}
.banner-bg {
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  position: relative;
}
.banner-bg .banner-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 5.5rem 2rem 4.5rem;
  max-width: 90rem;
  margin: auto;
  position: relative;
}
.banner-bg .banner-content .banner-heading {
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 300;
}
.banner-bg .banner-content .banner-heading .title {
  font-weight: bold;
}
.banner-bg .banner-content .banner-heading .subtitle {
  font-size: 1rem;
  line-height: 1.2em;
  padding-top: .75rem;
  color: rgba(255, 255, 255, 0.8);
}
.home-notice {
  background: #FAB800;
  color: #FFF;
}
.home-notice > div {
  max-width: 75rem;
  margin: auto;
  padding: 20px 2rem;
}
.home-notice > div a {
  color: #FFF;
  text-decoration: underline;
}
.home.page.flex {
  background: #0F1621;
}
.home.page.flex .canvas-panel .flexed-content {
  padding: 0;
  background: #000 url('/img/prism.svg') center -80px no-repeat;
  background-size: contain;
}
.home-content-container {
  padding: 0 2rem;
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
}
.home-launcher {
  width: 375px;
  margin-left: 40px;
  margin-bottom: auto;
}
.home-launcher .main {
  outline: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home-launcher .main .panel-heading {
  padding: 1rem 1.75rem;
  background-color: #f8f8f8;
}
.home-launcher .main .panel-heading h1 {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
}
.home-launcher .main .panel-heading h1 svg {
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1rem;
  margin-right: 10px;
}
.home-launcher .main .panel-heading h4 {
  margin: -4px 0 0;
  font-size: 0.8125rem;
  font-weight: normal;
  color: rgba(15, 22, 33, 0.6);
}
.home-launcher .main .panel-links {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.home-launcher .main .panel-links > ul {
  display: flex;
  flex-direction: column;
  flex: 1;
  list-style: none;
  margin: 0;
}
.home-launcher .main .panel-links > ul > li {
  position: relative;
}
.home-launcher .main .panel-links > ul > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  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;
}
.home-launcher .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;
}
.home-launcher .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;
}
.home-launcher .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;
}
.home-launcher .main .panel-links > ul > li > a svg {
  margin-right: 5px;
  height: 1rem;
  width: 1rem;
  line-height: 1rem;
  vertical-align: middle;
  margin-bottom: 3px;
}
.home-launcher .main .panel-links > ul > li > a:hover,
.home-launcher .main .panel-links > ul > li > a:focus {
  background-color: #f8f8f8;
}
.home-launcher .main .panel-links > ul > li > a.active:before {
  content: '';
  height: 50px;
  border-right: 4px solid #00AFAA;
  position: absolute;
  margin-left: -14px;
}
.home-launcher .main .panel-links > ul > li:first-child > a {
  border-top: 1px solid rgba(15, 22, 33, 0.05);
}
.home-launcher .main .panel-links > ul > li olp-dropdown {
  position: absolute;
  right: 10px;
  top: 8px;
  margin: 0;
}
.home-launcher .main .panel-links > ul > li olp-dropdown .new-window-icon svg {
  height: 1em;
  margin-left: 2px;
  margin-right: 0;
  width: 1em;
  vertical-align: middle;
}
.home-launcher .main .panel-links > ul > li olp-dropdown .trigger {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-launcher .main .panel-links > ul > li olp-dropdown .trigger i {
  font-size: 1.5rem;
  margin: 0;
}
.home-launcher .main .panel-links > ul > li olp-dropdown .pane {
  top: auto;
  right: 0;
}
.home-launcher .main .panel-links > ul > li olp-dropdown .container.is-open > .trigger {
  opacity: 1;
}
.home-launcher .main .panel-links > ul > li olp-dropdown .container.is-open > .pane {
  top: auto;
  right: 0;
}
.home-launcher .main .panel-links > ul > li.end {
  margin-top: auto;
}
.home-launcher .main .panel-links > ul > li.end > a {
  border-bottom: none;
  border-top: 1px solid rgba(15, 22, 33, 0.05);
}
.home-launcher .main .panel-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem 1.75rem;
}
.home-launcher .main .panel-content ul.link-list {
  list-style: none;
  margin: 0;
}
.home-launcher .main .panel-content hr {
  border-bottom: 1px solid rgba(15, 22, 33, 0.1);
  margin: 1rem auto;
  width: 100%;
}
.home-launcher .main .panel-content h4 {
  color: #383c45;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.375em;
  margin: .67em 0;
}
.home-launcher .main .panel-content p {
  color: rgba(15, 22, 33, 0.6);
  line-height: 1.625em;
  margin: 0;
}
.home-launcher .main .panel-content a {
  font-weight: 500;
}
.home-launcher .main .panel-content a.button {
  align-self: flex-start;
  padding: 9px 29px;
  margin: 0;
  border-radius: 2px;
  line-height: 20px;
}
.home-launcher .main .panel-content a.button:hover {
  background: rgba(0, 182, 178, 0.15);
  border-color: #2DD5C9;
  color: #2DD5C9;
}
.home-launcher .main .panel-content a.button:focus {
  box-shadow: rgba(0, 182, 178, 0.2) 0 0 0 3px;
}
.home-launcher .main .panel-content .search {
  margin-bottom: 1.5rem;
}
.home-launcher .main .panel-content .search form {
  display: flex;
}
.home-launcher .main .panel-content .search form .input-group {
  max-width: 400px;
  display: inline-block;
  flex: 1;
  margin: 0 10px 0 0;
  height: 40px;
}
.home-launcher .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;
}
.home-launcher .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;
}
.home-launcher .main .panel-content .search form .input-icon {
  font-size: 1.5em;
  top: 6px;
  left: 10px;
  color: #383C45;
}
.home-launcher .main .panel-content .search form button {
  background: #00b6b2;
}
.home-launcher .main .panel-content .search form button:hover {
  background: #2dd5c9;
}
.home-launcher .main .panel-content .link-list li {
  margin-bottom: 0.75rem;
}
.home-launcher .main .panel-content .link-list li a {
  color: #383c45;
}
.home-launcher .main .panel-content .link-list li a i {
  font-size: 1em;
  margin-left: 0;
}
.home-launcher .main .panel-content .link-list li:not(:first-child) {
  padding-top: 0.75rem;
}
.home-launcher .main .panel-content .section-link {
  padding: 1rem 0 0.5rem;
}
.home-launcher .main .panel-content .china-contact > div {
  color: rgba(15, 22, 33, 0.6);
}
.home-launcher .main .panel-content .china-contact > div:not(:first-child) {
  margin-top: 10px;
}
.home-launcher .main .panel-content .china-contact > div i {
  margin-right: 5px;
  font-size: 1.25em;
}
.home-launcher .main .panel-content .china-contact > div i:not(.email) {
  color: #383C45;
}
.home-launcher .main .panel-content .china-contact > div i:not(:first-of-type) {
  opacity: 0;
}
.home-launcher .panel-heading {
  padding: 1rem 1.75rem;
  background-color: #f8f8f8;
}
.home-launcher .panel-heading h1 {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
}
.home-launcher .panel-heading h1 svg {
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1rem;
  margin-right: 10px;
}
.home-launcher .panel-heading h4 {
  margin: -4px 0 0;
  font-size: 0.8125rem;
  font-weight: normal;
  color: rgba(15, 22, 33, 0.6);
}
.home-launcher .panel {
  border-radius: 0 0 1px 1px;
  overflow: hidden;
  background: #FFF;
}
.home-launcher .panel-heading {
  border-radius: 1px 1px 0 0;
  padding: 30px 40px;
}
.home-launcher .main .panel-links > ul > li > a {
  padding-left: 40px;
}
.home-launcher .home-launcher-description {
  padding-top: 10px;
}
.home-launcher .main .panel-heading {
  display: none;
}
.home-launcher .main .panel-links > ul > li olp-dropdown {
  display: none;
}
.cards-container .card-content .margin-top-none {
  margin-top: 0;
}
.cards-container {
  position: relative;
  flex: 1;
  margin-bottom: auto;
}
.cards-container .card {
  border-radius: 1px;
  background: #FFF;
}
.cards-container .card:not(:last-child) {
  margin-bottom: 30px;
}
.cards-container a {
  font-weight: 500;
  transition: all 150ms ease-in;
}
.cards-container a:hover {
  text-decoration: underline;
  color: #2bdacd;
}
.cards-container .card-header {
  display: flex;
  justify-content: space-between;
  background: rgba(15, 22, 33, 0.03);
  padding: 30px 40px 25px;
  color: rgba(15, 22, 33, 0.8);
}
.cards-container .card-header .card-header-left,
.cards-container .card-header .card-footer-left {
  margin-right: 10px;
}
.cards-container .card-header .card-header-right a,
.cards-container .card-header .card-footer-right a {
  display: inline-block;
  margin-top: 7px;
  white-space: nowrap;
}
.cards-container .card-header h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.2em;
  color: rgba(15, 22, 33, 0.8);
}
.cards-container .card-header p {
  margin: 0;
  line-height: 1.4em;
}
.cards-container .card-content {
  padding: 50px 40px;
}
.cards-container .card-content .card-content-row {
  display: flex;
}
.cards-container .card-content .card-content-row:not(:first-child) {
  margin-top: 30px;
}
.cards-container .card-content .card-content-item:not(.card-item-full-width) {
  width: 33.3%;
  display: flex;
  flex-direction: column;
}
.cards-container .card-content .card-content-item:not(:last-child) {
  margin-right: 30px;
}
.cards-container .card-content .card-content-list:not(.card-item-full-width) {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.cards-container .card-content .card-content-list:not(:last-child) {
  margin-right: 30px;
}
.cards-container .card-content .card-content-list .list-group {
  display: flex;
}
.cards-container .card-content .card-content-list .list-group img {
  width: min-content;
}
.cards-container .card-content .card-content-list .list-group .content {
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}
.cards-container .card-content img {
  display: block;
  margin-bottom: 1.4em;
  border-radius: 2px;
}
.cards-container .card-content img.card-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.cards-container .card-content h5 {
  font-size: 1.125rem;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 0.4em;
  color: rgba(15, 22, 33, 0.8);
}
.cards-container .card-content p {
  font-size: .8125rem;
  line-height: 1.4em;
  margin-bottom: 1em;
  color: rgba(15, 22, 33, 0.6);
}
.cards-container .card-content p span {
  color: #00AFAA;
}
.cards-container .card-content a.card-footer-left {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 0.5rem;
}
.cards-container .card-content a {
  font-size: .8125rem;
  margin-top: auto;
  display: inline-block;
}
.cards-container .card-footer {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E4E6E9;
}
.cards-container .card-footer h5 {
  font-size: 1.125rem;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 0.4em;
  color: rgba(15, 22, 33, 0.8);
}
.cards-container .card-footer p {
  font-size: .8125rem;
  line-height: 1.4em;
  margin-bottom: 1em;
  color: rgba(15, 22, 33, 0.6);
}
.cards-container .card-footer a {
  font-size: .8125rem;
  margin-top: auto;
  display: inline-block;
}
.text_align-right {
  text-align: right;
}
@media (max-width: 75rem) {
  .banner-bg .banner-content {
    max-width: 75rem;
  }
  .home-content-container {
    max-width: 75rem;
  }
  .home-launcher {
    display: none;
  }
}
@media (max-width: 45rem) {
  .home.page.flex .canvas-panel .flexed-content {
    background-position-y: 0;
  }
  .cards-container .card-header {
    flex-direction: column;
  }
  .cards-container .card-header .card-header-right a {
    margin-top: 1em;
  }
  .cards-container .card-content .card-content-row {
    flex-direction: column;
  }
  .cards-container .card-content .card-content-row .card-content-item {
    width: auto;
    margin-right: 0;
  }
  .cards-container .card-content .card-content-row .card-content-item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .cards-container .card-content .card-content-row .card-content-list {
    width: auto;
    margin-right: 0;
  }
  .cards-container .card-footer {
    flex-direction: column;
  }
  .cards-container .card-footer .card-footer-right {
    text-align: revert;
  }
}
.quick-links {
  display: flex;
}
.quick-links .quick-links-box {
  flex: 1 auto;
  margin: auto;
  padding: 0 2rem 4rem;
  max-width: 75rem;
}
.quick-links .quick-links-box .quick-links-container {
  display: grid;
  grid-template-areas: "first" "first" "first" "first" "first" "first" "first" "first" "first" "first";
  grid-template-columns: auto;
  border: 1px solid #E4E6E9;
  background-color: #FFFFFF;
  padding: 1.875rem 2.125rem;
}
.quick-links .quick-links-box .quick-links-container .quick-link {
  padding: 10px;
}
.quick-links .quick-links-box .quick-links-container .quick-link.section-title {
  grid-area: 1 / first-start / first-end / 1;
  font-size: 1.125rem;
  line-height: 1.444rem;
  font-weight: bold;
}
.quick-links .quick-links-box .quick-links-container .quick-link a {
  text-decoration: none;
  color: #00AFAA;
  font-weight: 500;
}
.quick-links .quick-links-box .quick-links-container .quick-link .description {
  color: #9B9DA2;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
@media (min-width: 45rem) {
  .quick-links .quick-links-box .quick-links-container {
    grid-template-areas: "first second" "first second" "first second" "first second" "first second" "first second" "first second";
    grid-template-columns: 380px auto;
  }
}
@media (min-width: 65rem) {
  .quick-links .quick-links-box .quick-links-container {
    grid-template-areas: "first second third" "first second third" "first second third" "first second third" "first second third";
  }
}
.learn-more-title {
  color: #383C45;
  font-size: 24px;
  line-height: 26px;
  padding: 3rem 2rem 40px;
  max-width: 75rem;
  margin: auto;
}
.learn-more-container {
  display: flex;
  padding: 0 2rem 4rem;
  flex-direction: row;
  margin: auto;
  max-width: 75rem;
}
.learn-more-container .tile {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  margin: 0 19px 0 0;
  padding: 32px;
  min-height: 130px;
  flex-basis: 33%;
}
.learn-more-container .tile .tile-title {
  color: #383C45;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.25em;
  padding: 0 0 0 23px;
}
.learn-more-container .tile .tile-description {
  color: #9B9DA2;
  font-size: 1rem;
  line-height: 1.25em;
  padding: 0 0 16px 0;
}
.learn-more-container .tile .tile-links {
  color: #00AFAA;
  font-size: 1rem;
  line-height: 1.125em;
  display: flex;
  flex-flow: column;
}
.learn-more-container .tile .tile-links .tile-link {
  padding: 0 0 11px 0;
}
.learn-more-container .tile .tile-header {
  display: flex;
  align-items: center;
  padding: 0 0 23px 0;
}
.learn-more-container .tile .tile-header i {
  font-size: 2rem;
}
.olp-activate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  overflow: auto;
}
.home-start .image-zoom {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.home-start .zoomed {
  left: 60px;
  top: 120px;
  position: absolute;
  width: 90%;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.home-start .start-banner {
  background: #F2F2F2;
  min-height: 180px;
  display: flex;
  max-width: none;
  width: 100%;
}
.home-start .start-banner .banner-title {
  font-weight: bold;
  font-size: 2rem;
}
.home-start ul.start-links {
  list-style-type: none;
  margin: -8px 20px 40px 0;
}
.home-start ul.start-links li a {
  display: block;
  padding: 11px 0 12px;
  color: #9B9DA2;
  line-height: 1.4em;
}
.home-start ul.start-links li a:hover {
  color: #383C45;
}
.home-start ul.start-links li a.active {
  color: #383C45;
}
.home-start ul.start-links li a.active:before {
  background-color: #00AFAA;
  content: "";
  float: left;
  height: 1.25em;
  margin-left: -10px;
  width: 3px;
}
.home-start ul.start-links li:not(:first-child) a {
  border-top: 1px solid #E4E6E9;
}
.home-start .start-content {
  color: #6A6D74;
  font-size: 1rem;
  line-height: 1.375rem;
  flex-grow: 1;
  flex-shrink: 1;
}
.home-start .content-title {
  color: #383C45;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.9375rem;
}
.home-start .section-title {
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #383C45;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.home-start .section-subtitle {
  color: #6A6D74;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.home-start .section-p {
  margin: 0 0 1.25rem 0;
}
.home-start strong {
  color: #383C45;
}
.home-start ul,
.home-start ol,
.home-start dl {
  line-height: inherit;
  margin-bottom: 1.25rem;
}
.home-start ul li.section-p,
.home-start ol li.section-p,
.home-start dl li.section-p {
  list-style: none;
}
.home-start .subsection-title {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #383C45;
  margin-bottom: 0.625rem;
}
.home-start table {
  margin: 0 0 1.25rem 0;
}
.home-start pre.pretty-print {
  border-radius: 0;
  border: none;
  background: #383C45;
  margin: 0 0 1.25rem 0;
  padding: 0.75rem;
}
.home-start pre.pretty-print code[class*="language-"] {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 1rem;
}
.home-start .analyzing-metrics-wrapper td:nth-child(2) {
  width: 180px;
}
.home-start table {
  border: 1px solid #e4e6e9;
}
.home-start table,
.home-start table code {
  font-size: 13px;
  line-height: 18px;
}
.home-start table caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
  text-align: left;
  font-size: inherit;
}
.home-start table th,
.home-start table td {
  vertical-align: top;
}
.home-start table thead tr:nth-child(n+2) {
  color: #6A6D74;
}
.home-start table tbody tr {
  border-bottom: 1px solid #E4E6E9;
}
.home-start .table-header {
  font-style: italic;
  padding: 10px 0 0;
}
.home-start .image-description {
  font-style: italic;
  font-size: 0.8125rem;
}
.home-start li {
  margin-left: 20px;
}
.home-cli .navigation,
.home-sdk .navigation {
  background: #F2F2F2;
  font-size: 13px;
  padding-top: 10px;
  margin-bottom: -31px;
  color: rgba(15, 22, 33, 0.6);
}
.home-cli .navigation hr,
.home-sdk .navigation hr {
  margin: 10px 0;
  max-width: 100%;
}
.home-cli .navigation .bread-crumb,
.home-sdk .navigation .bread-crumb {
  padding-left: 20px;
}
.home-cli .gray,
.home-sdk .gray,
.home-cli .banner-description,
.home-sdk .banner-description,
.home-cli .card-section p,
.home-sdk .card-section p {
  color: #6A6E75;
}
.home-cli .banner-title,
.home-sdk .banner-title {
  font-weight: bold;
  font-size: 2rem;
}
.home-cli .flexed-content > .row > .inner-banner,
.home-sdk .flexed-content > .row > .inner-banner,
.home-cli .flexed-content > .row.row-main > *,
.home-sdk .flexed-content > .row.row-main > * {
  max-width: 75rem;
  margin: 0 auto;
}
.home-cli .flexed-content > .flex-container,
.home-sdk .flexed-content > .flex-container {
  max-width: 75rem;
}
.home-cli .container,
.home-sdk .container {
  width: 100%;
  margin: auto;
}
.home-cli .row-main,
.home-sdk .row-main {
  margin-top: 60px;
}
.home-cli .row-main .card,
.home-sdk .row-main .card {
  background: #F2F2F2;
}
.home-cli .card-section h5,
.home-sdk .card-section h5 {
  font-weight: bold;
}
.home-cli .flex-container,
.home-sdk .flex-container {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}
.home-cli .flex-container > .secondary,
.home-sdk .flex-container > .secondary {
  flex: 1;
}
.home-cli .card,
.home-sdk .card {
  height: 100%;
  border: 1px solid #ddd;
  padding: 0;
  background: white;
}
.home-cli .center,
.home-sdk .center {
  text-align: center;
}
.home-sdk .row-main {
  margin-top: 30px;
}
.home-sdk .card-group-title {
  margin-top: 20px;
  font-weight: bold;
}
.home-sdk .actions a,
.home-sdk .actions button {
  margin-right: 20px;
  margin-bottom: 0;
}
.home-sdk .card-section {
  padding-left: 40px;
  padding-right: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home-sdk .card-group-title,
.home-sdk .sdk-additional-text-mp {
  margin-bottom: 30px;
}
.home-sdk .sdk-banner {
  background: #F2F2F2;
  display: flex;
  max-width: none;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.home-sdk .sdk-banner .background {
  float: right;
  margin-top: calc(-23.5px);
  padding-left: 10px;
}
.home-cli h3 {
  font-weight: bold;
}
.home-cli .size-14 {
  font-size: 14px;
}
.home-cli .cli-banner {
  z-index: -1;
  background: #F2F2F2;
  display: flex;
  max-width: none;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-cli .cli-banner .background {
  float: right;
  padding-left: 10px;
}
.home-cli .with-sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-cli .main.columns,
.home-cli .cli-updater {
  margin-top: 20px;
}
.home-cli .card-section {
  padding: 10px;
  height: 100%;
  position: relative;
}
.home-cli .card.secondary,
.home-cli .card.secondary .card-section {
  padding: 10px;
  margin-bottom: 10px;
}
.home-cli .card-footer {
  background: #efefef;
  padding: 10px;
  font-size: 0.8em;
}
.home-cli .card-footer > * {
  margin-bottom: 0;
}
.home-cli .code-container {
  text-align: left;
  margin: 0 40px;
}
.home-cli .code {
  font-family: monospace;
  font-size: 1.1em;
  background: #FDFDFD;
  border: 1px solid #ddd;
  padding: 10px 10px 50px;
}
.home-cli .system-requirements {
  background: rgba(15, 22, 33, 0.05);
}
.home-cli .second-heading {
  width: 75%;
  margin: 20px auto;
  padding-left: 0 60px;
}
.home-cli .external-icon {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.home-cli .button {
  font-size: 0.8125rem;
  line-height: 1.9em;
  /* need enough buffer for the spinner if it's shown */
  margin: 0;
}
.home-cli .no-margin {
  margin: 0;
}
.home-cli .horizontal-divider {
  margin-bottom: 7px;
  margin-top: 7px;
}
.home-cli .version {
  min-width: 40px;
}
.home-cli .spinner:after {
  position: absolute;
  margin-left: 20px;
  color: black;
  font-feature-settings: 'liga';
  content: "autorenew";
  text-align: center;
  animation: spin 2s infinite linear;
  font-family: 'Material Icons';
  font-size: 1rem;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .home-cli .divider-right {
    border-right: 1px solid #dddddd;
  }
}
@media screen and (max-width: 40em) {
  .home-cli .flex-container {
    display: block;
  }
  .home-cli .card.secondary {
    min-height: 150px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 64em) {
  .home-cli .with-sticky-footer {
    position: initial;
  }
}
.home-faq .expand-categories-text {
  color: #00AFAA;
}
.home-faq .expand-categories-number {
  color: #BABCC4;
}
.home-faq .tag-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.home-faq .faq-question-answer-wrapper p {
  display: inline;
}
.home-faq .faq-banner {
  background: #F2F2F2;
  min-height: 180px;
  display: flex;
  max-width: none;
  width: 100%;
}
.home-faq .faq-banner .banner-title {
  font-weight: bold;
  font-size: 2rem;
}
.home-faq .h5-additional-styles {
  padding-bottom: 1rem;
}
.home-faq .columns-wrapper {
  max-width: 75rem;
  margin: auto;
  width: 100%;
}
.home-faq .flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.home-faq .tags-wrapper {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home-faq .faq-link-list {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.home-faq .faq-link-list .useful-resources-item {
  margin-bottom: 25px;
}
.home-faq .faq-link-list li {
  flex-basis: 50%;
  line-height: 1.2rem;
  margin-bottom: 10px;
}
.home-faq .faq-link-list li:nth-child(odd) {
  padding-right: 2rem;
}
.home-faq .faq-link-list .link-list-detail {
  padding-top: 8px;
}
.home-faq .flex-column {
  flex-direction: column;
}
.home-faq .breadcrumb {
  color: #383C45;
  font-size: .875rem;
}
.plan-expired-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.plan-expired-wrapper .flex-center {
  display: flex;
  justify-content: center;
}
.plan-expired-wrapper .plan-expired-padding {
  padding-top: 10%;
  padding-bottom: 12%;
}
.plan-expired-wrapper .plan-expired-header {
  color: #383C45;
  font-size: 2.25rem;
  line-height: 2.75rem;
  text-align: center;
  text-shadow: 1px 1px 1px 0 #00050F;
  padding-bottom: 20px;
  max-width: 600px;
}
.plan-expired-wrapper .plan-expired-description {
  color: #383C45;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  max-width: 700px;
}
@media screen and (max-width: 65rem) {
  .quick-links-container {
    flex-wrap: wrap;
  }
  .quick-links-container .quick-link {
    flex-basis: 100%;
    margin-right: 0;
  }
}
.home-contact-us .expand-categories-text {
  color: #00AFAA;
}
.home-contact-us .expand-categories-number {
  color: #BABCC4;
}
.home-contact-us .contact-us-content .contact-us-sub-title {
  color: #272D37;
  font-size: 1.5rem;
  font-weight: 500;
}
.home-contact-us .contact-us-content .contact-us-text {
  color: #6A6D74;
  padding-top: 10px;
  padding-bottom: 28px;
}
.home-contact-us .contact-us-content .technical-support-text {
  color: #6A6D74;
  padding-top: 15px;
}
.home-contact-us .columns-wrapper {
  max-width: 75rem;
  margin: auto;
  width: 100%;
  padding-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.home-contact-us .medium-subtitle {
  color: #383C45;
  font-size: 1.25rem;
  padding-top: 45px;
  padding-bottom: 18px;
}
.home-contact-us .banner {
  background: #F2F2F2;
  min-height: 180px;
  display: flex;
  max-width: none;
  width: 100%;
}
.home-contact-us .banner .banner-title {
  font-weight: bold;
  font-size: 2rem;
  flex-grow: 1;
  display: flex;
}
.raise-a-ticket .form-subtext-help {
  color: #9B9DA2;
  font-size: 0.8125rem;
  font-style: italic;
  letter-spacing: 0.01px;
  line-height: 15px;
  padding-bottom: 15px;
}
.raise-a-ticket .supportForm .label.required:after {
  content: " *";
  color: #00AFAA;
}
.raise-a-ticket .input-subject {
  width: 100%;
}
.raise-a-ticket .textarea-body,
.raise-a-ticket .input-subject {
  color: #3F454D;
  border: 1px solid #B7B9BC;
  border-radius: 1px;
  font-size: 1rem;
  line-height: 1.25em;
  padding: 10px;
  width: 100%;
}
.raise-a-ticket .textarea-body::-webkit-input-placeholder,
.raise-a-ticket .input-subject::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9FA2A6;
  font-style: italic;
  font-weight: 300;
}
.raise-a-ticket .textarea-body::-moz-placeholder,
.raise-a-ticket .input-subject::-moz-placeholder {
  /* Firefox 19+ */
  color: #9FA2A6;
  font-style: italic;
  font-weight: 300;
}
.raise-a-ticket .textarea-body:-ms-input-placeholder,
.raise-a-ticket .input-subject:-ms-input-placeholder {
  /* IE 10+ */
  color: #9FA2A6;
  font-style: italic;
  font-weight: 300;
}
.raise-a-ticket .textarea-body:-moz-placeholder,
.raise-a-ticket .input-subject:-moz-placeholder {
  /* Firefox 18- */
  color: #9FA2A6;
  font-style: italic;
  font-weight: 300;
}
.raise-a-ticket .input-subject {
  margin: 0 0 10px 0;
}
.raise-a-ticket .textarea-body {
  margin: 0 0 5px 0;
  resize: none;
  height: 310px;
}
.success-message-modal .title {
  font-size: 2em;
  font-weight: bold;
  line-height: 2.5em;
  text-align: center;
}
.success-message-modal .msg-body {
  text-align: center;
  padding: 0px 40px 40px;
}
.success-message-modal .flex-center {
  display: flex;
  justify-content: center;
}
.flexible-width {
  width: 100%!important;
  display: flex!important;
}
.cards-container .get-started .card-header {
  padding: 0;
}
@media (max-width: 50rem) {
  .cards-container .get-started .card-header {
    display: block;
  }
}
.header-get-started-info {
  padding: 30px 40px 25px;
}
@media (min-width: 50rem) {
  .header-get-started-info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 40px;
  }
}
.header-get-started-info p {
  width: 20rem;
}
