:not(.ui-loading-page) > svg {
  fill: currentColor;
}

#additive-load-indicator {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  max-height: 100%;
  width: 100%;
  background-color: #00172F;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

/* app specific styles */
/**
 * Theme colors
 */
/* default presets */
/* grey scales */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #f2f2f2;
  font-family: Roboto;
}

body {
  overflow: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /**
   * Flex is needed to make following work:
   * Container should has a min-height of 100% if content is lower than view-height
   * but keep the scroll functionality
   **/
  display: flex;
  min-height: 100%;
}

p,
a {
  font-size: 13px;
  line-height: 15px;
}

body > .ember-view {
  width: 100%;
}

.main {
  width: 100%;
  position: relative;
  overflow: auto;
}

.unverified-user {
  background-color: #092f3a;
}

.auth-logo {
  max-width: 240px;
  height: auto;
  margin-bottom: 40px;
  padding-top: 48px;
}

/*
  structure is just necessary for the auth views,
  as they are the only ones that have a content|footer structure
*/
.auth-views-wrapper {
  height: fit-content;
}
.auth-views-wrapper .auth-views {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  padding-bottom: 48px;
}
.auth-views-wrapper .auth-views > .ui-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding-bottom: 72px;
  overflow: hidden;
}

/**
 * IE 11 only hack for min-height: 100%; which does not work with flex-parent
 **/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .main {
    min-height: 100vh;
  }
}
/* login/signup view */
.login-card .login-form__forgot-password,
.mfa-card .login-form__forgot-password,
.signup-card .login-form__forgot-password {
  text-align: right;
}
.login-card a,
.mfa-card a,
.signup-card a {
  text-decoration: none;
}
.login-card .card-footer,
.mfa-card .card-footer,
.signup-card .card-footer {
  top: 100%;
  max-width: calc(100% - 16px);
}

/* max-width for both-cards */
.signup-card {
  max-width: 480px;
}

.login-card {
  max-width: 600px;
  min-width: 300px;
}

.mfa-card {
  min-width: 300px;
  max-width: 600px;
}

.main-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .main-footer {
    flex-direction: row;
    height: 56px;
  }
  .main-footer .footer__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 32px;
  }
}
@media screen and (min-width: 1280px) {
  .main-footer .footer__logo {
    padding-right: 128px;
  }
}
.main-footer .footer__links,
.main-footer .footer__logo {
  height: 48px;
  line-height: 48px;
}
.main-footer a {
  text-decoration: none;
  padding: 0 8px;
  color: #666;
}
.main-footer .ui-img {
  height: 32px;
}
.main-footer .ui-img img {
  max-height: 32px;
}

.aa-corporate-design__logo .aa-corporate-design__image-upload {
  overflow: hidden;
  height: 168px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.aa-corporate-design__logo .aa-corporate-design__image-upload, .aa-corporate-design__logo .aa-corporate-design__image-upload-skeleton {
  width: 240px;
}
.aa-corporate-design__logo .aa-corporate-design__image-upload.aa-image-upload__small {
  width: 96px;
  height: 96px;
}
.aa-corporate-design__logo .aa-corporate-design__image-upload.aa-image-upload__no-image-set {
  border: 1px #4d76f1 dashed;
}
.aa-corporate-design__logo .aa-corporate-design__image-upload .aa-image-upload__image-wrapper {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQoU2O8//T5fwY0oCgtyYguxjgUFKI7GsTH5m4M3w1ChQCI7SZdTtBEUQAAAABJRU5ErkJggg==);
  background-repeat: repeat;
}
.aa-corporate-design__logo .aa-corporate-design__image-upload .aa-image-upload__image-wrapper:before {
  content: "";
  height: 50%;
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.aa-corporate-design__logo .aa-corporate-design__image-upload .aa-image-upload__image-wrapper:before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0.24) 22%, rgba(0, 0, 0, 0.14) 43%, rgba(0, 0, 0, 0.06) 64%, rgba(0, 0, 0, 0.02) 82%, rgba(0, 0, 0, 0) 100%);
}
.aa-corporate-design__logo .aa-corporate-design__image-upload .aa-image-upload__image-wrapper img {
  width: auto;
  max-height: 100%;
}
.aa-corporate-design__logo .aa-corporate-design__image-upload:hover .aa-image-upload__image-wrapper:before {
  opacity: 1;
}
.aa-corporate-design__logo .aa-corporate-design__image-upload .aa-image-upload__delete-logo {
  color: #fff;
}
.aa-corporate-design__font-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-template-rows: repeat(auto-fill, 168px);
  grid-gap: 16px 16px;
}
.aa-corporate-design__font-grid .aa-font-item .header,
.aa-corporate-design__font-grid .aa-font-item .footer {
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0.24) 22%, rgba(0, 0, 0, 0.14) 43%, rgba(0, 0, 0, 0.06) 64%, rgba(0, 0, 0, 0.02) 82%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.aa-corporate-design__font-grid .aa-font-item .footer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0.24) 22%, rgba(0, 0, 0, 0.14) 43%, rgba(0, 0, 0, 0.06) 64%, rgba(0, 0, 0, 0.02) 82%, rgba(0, 0, 0, 0) 100%);
}
.aa-corporate-design__font-grid .aa-font-item .font-preview {
  font-size: 96px;
  line-height: 114px;
}
.aa-corporate-design__font-grid .aa-font-item--empty {
  border: #4d76f1 1px dashed;
  min-height: 168px;
}
.aa-corporate-design__font-grid .aa-font-item:hover .header,
.aa-corporate-design__font-grid .aa-font-item:hover .footer {
  opacity: 1;
}

.aa-font-item-dialog .aa-font-upload__wrapper--empty {
  border: #4d76f1 1px dashed;
}
.aa-font-item-dialog .aa-font-upload__wrapper {
  height: 168px;
  width: 250px;
}
.aa-font-item-dialog .aa-font-upload__wrapper .header {
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0.24) 22%, rgba(0, 0, 0, 0.14) 43%, rgba(0, 0, 0, 0.06) 64%, rgba(0, 0, 0, 0.02) 82%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.aa-font-item-dialog .aa-font-upload__wrapper:hover .header {
  opacity: 1;
}
.aa-font-item-dialog .aa-font-upload--small .aa-font-upload__wrapper {
  max-height: 64px;
  width: 64px;
}

#guide-url {
  margin-right: auto;
  padding: 8px 16px;
}

.aa-modules-border {
  border-width: 2px;
}

.color-indicator {
  width: 16px;
  height: 16px;
}

.simple-nav__trigger {
  cursor: default;
}
.simple-nav__trigger:not(.simple-nav__trigger--disabled) {
  cursor: pointer;
}

.typography-item {
  transition: background-color 0.3s;
}
.typography-item:hover {
  background-color: rgba(143, 158, 164, 0.15);
}
.typography-item__title {
  white-space: nowrap;
}
.typography-item__type {
  line-height: 1em;
}
.typography-item__color-select .ui-input-prepend {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .typography-item {
    height: 80px;
  }
  .typography-item__title {
    height: 48px;
  }
}

.ui-app-selection {
  height: 100%;
  transform: translateY(calc(100% - 58px));
  will-change: transform;
  transition: transform 0.325s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ui-app-selection .ui-app-selection__bar {
  height: 58px;
  background-color: #fff;
}
.ui-app-selection .ui-app-selection__header img {
  max-width: 180px;
}
.ui-app-selection .ui-app-selection__content {
  background-color: #fff;
}
.ui-app-selection {
  /* TODO: Update ui-button styles or we can't override them through classes*/
}
.ui-app-selection .ui-app-selection__add .ui-button {
  background-color: #8f9ea4;
  border-radius: 3px;
  margin: 0 4px 0 8px;
  padding: 0;
  width: 32px;
  height: 32px;
}
.ui-app-selection .ui-app-selection__selected-container,
.ui-app-selection .ui-app-selection__add {
  opacity: 1;
  transition: opacity 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ui-app-selection .close {
  opacity: 0;
  transition: opacity 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ui-app-selection .expand {
  transform: rotate(180deg);
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ui-app-selection--open {
  transform: translateY(0);
}
.ui-app-selection--open .ui-app-selection__add,
.ui-app-selection--open .ui-app-selection__selected-container {
  opacity: 0;
}
.ui-app-selection--open .close {
  opacity: 1;
}
.ui-app-selection--open .expand {
  transform: rotate(0);
}
@media screen and (min-width: 960px) {
  .ui-app-selection {
    transform: translateY(0);
    max-width: 280px;
  }
}
@media screen and (min-width: 1280px) {
  .ui-app-selection {
    max-width: 400px;
  }
}

@media screen and (min-width: 960px) {
  .ui-modal-container .ui-modal[size=lg].app-plan-detail {
    height: auto;
  }
}
.aa-organization__detail {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 0 16px;
}

.ui-item-group .ellipsis {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.aa-card {
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin: 8px;
}
.aa-card--has-title {
  margin-top: 32px;
}
.aa-card--flat {
  box-shadow: none;
}
.aa-card .aa-card-title {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  padding-left: 20px;
}

.aa-card-content {
  padding: 16px;
  overflow: hidden;
}

.mfa-code-input input[type=number]::-webkit-inner-spin-button,
.mfa-code-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
.mfa-code-input input[type=number],
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* route styles */
.list-bottom-padding {
  padding-bottom: 64px;
}

.empty-state {
  text-align: center;
}

.modelform-inputcontainer {
  min-height: 80px;
}

.layout-image-upload-wrapper .layout-image-upload {
  overflow: hidden;
  width: 240px;
  height: 168px;
  border: 1px #4d76f1 dashed;
}
.layout-image-upload-wrapper .layout-image-upload img {
  width: auto;
  max-height: 100%;
}
.layout-image-upload-wrapper .delete-logo {
  margin: 4px;
}

.ui-content-no-billing-data .description {
  text-align: center;
}

.subscription-dialog .StripeElement {
  border: 1px solid rgba(6, 28, 45, 0);
  transition: background 0.2s ease-out;
}
.subscription-dialog .StripeElement:hover {
  background: #dde1e3;
}
.subscription-dialog .StripeElement.StripeElement--invalid {
  border: 1px solid #f6374e;
}
.subscription-dialog .StripeElement.StripeElement--focus {
  background: #ffffff;
  border: 1px solid rgba(6, 28, 45, 0.1);
}

.message-action .ui-button {
  margin: 0;
}

.corporate-design-view__intro[size=xl] .description {
  padding-top: 16px;
}

.corporate-design-colors {
  height: 400px;
}

.ui-modal[size=lg].aa-email-preview .ui-modal__intro {
  padding: 0px 16px;
}
.ui-modal[size=lg].aa-email-preview .ui-modal__content {
  padding: 0;
  padding-top: 16px;
}

@media screen and (min-width: 960px) {
  .ui-modal-container .ui-modal[size=lg].aa-email-preview {
    height: 960px;
  }
}
.audit-log-table {
  margin-left: -16px;
  margin-right: -16px;
}
.audit-log-table__body {
  vertical-align: top;
  box-shadow: none;
}

.index-view .user-section {
  height: 320px;
}
.index-view .user-section .avatar-upload {
  width: 88px;
  height: 88px;
}
.index-view .user-section .background-image {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
.index-view .user-section .details {
  text-align: center;
}
.index-view-content {
  max-width: 800px;
}
@media screen and (min-width: 600px) {
  .index-view .user-section {
    height: 50vh;
    min-height: 250px;
  }
  .index-view .user-section--inner {
    max-width: 800px;
  }
  .index-view .user-section .avatar-upload {
    width: 80px;
    height: 80px;
  }
  .index-view .user-section .details {
    padding-left: 40px;
    text-align: left;
  }
  .index-view .user-section .details .name {
    margin-top: 0;
    font-size: 40px;
    line-height: 53px;
  }
  .index-view .user-section .details .email {
    font-size: 16px;
    line-height: 21px;
  }
}

.word-break {
  word-break: break-all;
}

/* refactor 22.08*/
.create-view {
  padding-bottom: 74px;
}
.create-view .organization-create,
.create-view .create__intro,
.create-view .breadcrumb-nav {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.create-view .organization-create .simple-nav__trigger--active .nav-trigger,
.create-view .create__intro .simple-nav__trigger--active .nav-trigger,
.create-view .breadcrumb-nav .simple-nav__trigger--active .nav-trigger {
  color: #ffffff;
}
.create-view .organization-create svg.rotate,
.create-view .create__intro svg.rotate,
.create-view .breadcrumb-nav svg.rotate {
  transform: rotate(90deg);
}
@media (max-width: 599px) {
  .create-view .organization-create table td,
  .create-view .create__intro table td,
  .create-view .breadcrumb-nav table td {
    display: block;
    vertical-align: top;
  }
  .create-view .organization-create table td + td,
  .create-view .create__intro table td + td,
  .create-view .breadcrumb-nav table td + td {
    padding-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .create-view .organization-create,
  .create-view .create__intro,
  .create-view .breadcrumb-nav {
    width: calc(100% - 64px);
  }
}
@media screen and (min-width: 960px) {
  .create-view {
    padding-left: 280px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .create-view {
    padding-left: 400px;
  }
}

.user-image-container {
  width: 40px;
  height: 40px;
  background-color: #dde1e3;
  overflow: hidden;
}

a {
  text-decoration: none;
}

.ui-navigation-drawer .app-menu {
  overflow: auto;
}
.ui-navigation-drawer .app-menu__routes a.active {
  background-color: #4d76f1;
  color: #ffffff;
}
.ui-navigation-drawer .app-menu__spacer {
  min-height: 24px;
}
.ui-navigation-drawer a {
  text-decoration: none;
}