.c2-user-pane--ap {
  position: fixed;
  right: 0;
  visibility: hidden;
}
.c2-nav-items__item__icon {
  vertical-align: middle;
}
.c2-side-nav--collapse .c2-nav-items__item {
  column-gap: 12px;
}
.c2-navbar__app-name--ap {
  display: none;
}
@media (min-width: 475px) {
  .c2-navbar__app-name--ap {
    display: unset;
  }
}
.c2-navbar__tools__item__whats-new {
  display: none;
}
@media (min-width: 625px) {
  .c2-navbar__tools__item__whats-new {
    display: unset;
  }
}
.c2-button--whats-new {
  gap: 0.5em;
  padding: 0;
  position: relative;
  font-size: 16px;
}
.c2-button--whats-new.c2-button--action-link:hover,
.c2-button--whats-new.c2-button--action-link:active {
  text-decoration: none;
}
.c2-button--whats-new .HW_badge_cont {
  display: inline-block;
  user-select: none;
  position: absolute;
  top: calc(50% - 1px);
  left: 0.5em;
}
.c2-button--whats-new .HW_badge {
  background: #d63c00;
  top: 0;
  left: 0;
  user-select: none;
}
#HW_frame_cont {
  border: solid 1px #dfdfdf;
  border-radius: 0.5em;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
  user-select: none;
}
@media (min-width: 500px) {
  #HW_frame_cont {
    margin-left: 4.5em;
  }
}
.c2-wizard-dialog {
  width: 100%;
  height: 100%;
  padding-inline: 0;
}
@media (min-width: 730px) {
  .c2-wizard-dialog {
    width: min(95%, 1500px);
    height: min(95%, 800px);
  }
}
.c2-wizard-dialog .c2-dialog__header {
  font-size: calc(22em / 14);
  padding: calc(14em / 22 * 1.5);
  border-bottom: 1px solid #DFDFDF;
}
.c2-wizard-dialog .c2-dialog__content {
  display: flex;
}
.c2-wizard-dialog--tenant-registration + .c2-dialog__overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.c2-wizard {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: 1fr auto;
  width: 100%;
  min-height: 0;
  flex-grow: 1;
}
.c2-wizard-footer {
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  flex-wrap: wrap;
  padding-block: 1.5em;
  gap: clamp(1em, 5vw, 5.5em);
}
@media (min-width: 830px) {
  .c2-wizard-footer {
    flex-wrap: nowrap;
  }
}
.c2-wizard-footer .navigation-buttons {
  flex-grow: 1;
  justify-content: end;
  display: flex;
  gap: 0.5em;
  font-size: calc(16em / 14);
}
.c2-wizard-footer .action-button {
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
}
.c2-wizard-footer,
.c2-wizard-step {
  padding-inline: 1.5em;
}
.c2-wizard-step {
  grid-column: 2/3;
  grid-row: 1/2;
  overflow: auto;
  padding-block: 1.5em;
  display: none;
  grid-template-rows: auto auto 1fr;
  min-height: 0;
}
.c2-wizard-step.c2-active {
  display: grid;
}
.c2-wizard-step-name {
  grid-row: 1/2;
  margin: 0;
  font-size: calc(18em / 14);
  font-weight: bold;
  padding-block: calc(14em / 18 * 0.5);
}
.progress-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  flex: 1;
}
.progress-image-wrapper .c2-form-row {
  max-width: 70%;
}
.c2-wizard-step-description {
  grid-row: 2/3;
}
.c2-wizard-step-content {
  grid-row: 3/4;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.c2-wizard-step-complete-image {
  grid-row: 3;
  justify-content: center;
}
.c2-wizard-step-complete-image .edit-section {
  gap: 0;
  padding-block: 0;
  margin-block: 0;
  justify-content: stretch;
}
.c2-wizard-step-image {
  height: 423px;
}
.c2-wizard-step-image-name {
  text-align: center;
  font-size: 1.25em;
}
.c2-wizard-nav {
  grid-column: 1/2;
  grid-row: 1/3;
  background-color: #f7f7f7;
  height: 100%;
}
.c2-wizard-nav-list {
  list-style: none;
  padding: 1.5em 3.5em;
  margin: 0;
  height: 100%;
  overflow: auto;
  scrollbar-color: rgba(0, 0, 0, 0.5) #f7f7f7;
}
.c2-wizard-nav-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f7f7f7;
}
.c2-wizard-nav-item {
  color: #787878;
  column-gap: 1em;
  display: flex;
  align-items: center;
  display: grid;
  grid-template-columns: 2.5em;
  grid-template-rows: auto auto;
}
.c2-wizard-nav-item > div:nth-child(2) {
  display: none;
  font-size: calc(16em / 14);
}
@media (min-width: 515px) {
  .c2-wizard-nav-item {
    grid-template-columns: 2.5em auto;
  }
  .c2-wizard-nav-item > div:nth-child(2) {
    display: block;
  }
}
.c2-wizard-nav-item .c2-wizard-nav-item-index {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background-color: #E9E9E9;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(16em / 14);
  font-weight: bold;
}
.c2-wizard-nav-item.c2-active {
  color: #3695ff;
  font-weight: bold;
}
.c2-wizard-nav-item.c2-active .c2-wizard-nav-item-index,
.c2-wizard-nav-item.c2-completed .c2-wizard-nav-item-index {
  background-color: #3695ff;
  color: #ffffff;
}
.c2-wizard-nav-item:not(:last-child)::after {
  content: '';
  height: 2.5em;
  border-left-color: #e9e9e9;
  border-left-width: 0.4em;
  border-left-style: solid;
  margin-inline: auto;
  margin-block: 0.4em;
  margin-left: 1.2em;
}
.c2-wizard-nav-item:not(:last-child).c2-completed::after {
  border-left-color: #3695ff;
}
.progress-list {
  list-style: none;
  padding: 0;
  margin-block-start: 0;
}
.progress-list li:not(:last-child) {
  margin-bottom: 0.4em;
}
.edit-section {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-block: 0.5em;
  margin-block: 0.5em;
  max-height: 100%;
}
.edit-section__element {
  margin: 0;
}
.edit-section__element-image {
  max-width: 60%;
  align-self: center;
  text-align: center;
  align-items: start;
}
.edit-section__element-image img {
  margin-bottom: -0.25em;
  margin-right: 0.5em;
}
.edit-sections-divider {
  border-bottom: 1px solid #dfdfdf;
  margin-block: 2em;
}
.scope-region__box {
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: center;
  column-gap: 1em;
  row-gap: 0.5em;
}
.scope-region__box strong {
  white-space: nowrap;
}
.scope-region__box--span {
  grid-column: span 2;
}
.c2-dialog--scope {
  width: min(950px, 100%);
}
.c2-wizard-figure {
  display: flex;
  justify-content: center;
}
.c2-wizard-figure.c2-figure-max-100 > img,
.c2-wizard-figure.c2-figure-max-100 svg {
  max-width: 100%;
  height: auto;
  width: max-content;
}
.c2-wizard-figure.datacenter-map {
  min-height: 300px;
  margin: 1em 0 0;
}
@media (max-width: 800px) {
  .c2-wizard-figure.datacenter-map {
    display: none;
  }
}
.c2-wizard-figure.datacenter-map svg {
  width: 100vw;
}
.wizard-info-box {
  border: 1px solid #68afff;
  padding: 1em 2em;
}
.deregister-wizard__feedback__textarea {
  margin-top: 1em;
  resize: none;
  width: 100%;
  min-height: 10em;
}
.c2-rich-list--spf {
  grid-template-columns: repeat(3, max-content);
  white-space: nowrap;
}
.c2-rich-list__cell--spf-status {
  display: flex;
  gap: 0.5em;
  align-items: center;
  flex-wrap: nowrap;
}
.license-container {
  display: flex;
  flex-direction: column;
  gap: 1em;
  border: 1px solid #dfdfdf;
  color: #7E7E7E;
  padding: 1em;
  overflow: auto;
  min-height: 100px;
}
.regions-dropdown {
  width: 15em;
}
g.c2-geo {
  cursor: pointer;
}
g.c2-geo.readonly {
  cursor: default;
}
g.c2-geo:hover:not(.readonly) rect[stroke="#444"],
g.c2-geo:hover:not(.readonly) line[stroke="#444"] {
  stroke: #3695ff !important;
}
g.c2-geo:hover:not(.readonly) path[fill="#444"],
g.c2-geo:hover:not(.readonly) circle[fill="#444"] {
  fill: #3695ff !important;
}
g.c2-geo:hover:not(.readonly) > g > path {
  fill: #3695ff !important;
}
div.signature-mode {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media (max-width: 825px) {
  div.signature-mode {
    flex-direction: column;
  }
  div.signature-mode p {
    margin-bottom: 0;
  }
  div.signature-mode > div:not(.selected) hr,
  div.signature-mode > div:not(.selected) ul,
  div.signature-mode > div:not(.selected) button,
  div.signature-mode > div:not(.selected) div:not(:first-child) {
    display: none;
  }
}
.signature-mode__card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  align-items: center;
  border: 1px solid #D2D2D2;
  padding: calc(clamp(1em, 2vw, 2em) + 1px) calc(clamp(1em, 2vw, 2em) + 1px);
  border-radius: 0.5em;
  cursor: pointer;
}
.signature-mode__card.selected,
.signature-mode__card:not(.readonly):hover {
  border: 2px solid #3694FE;
  padding: clamp(1em, 2vw, 2em) clamp(1em, 2vw, 2em);
}
.signature-mode__card.selected .signature-mode__card__description hr,
.signature-mode__card:not(.readonly):hover .signature-mode__card__description hr {
  background: #3694FE;
}
.signature-mode__card:not(.selected).readonly {
  cursor: unset;
  color: #b6b6b6;
}
.signature-mode__card__description {
  width: 100%;
}
.signature-mode__card__description hr {
  border: 0;
  height: 1px;
  background: #D2D2D2;
}
.signature-mode__card__description__name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.signature-mode__card__description__points {
  padding-inline-start: 1.2em;
  margin-bottom: 1.5em;
}
.signature-mode__card__description__points li:not(:last-child) {
  margin-bottom: 1em;
}
.signature-mode__card__description__accordion-link {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-left: -0.4em;
}
.signature-mode__additional-info__list {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-inline-start: 1.2em;
  margin-bottom: 0;
}
.c2-tooltip-text .signature-mode__additional-info__list {
  padding-inline-start: 2em;
}
.signature-mode__scheme {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: calc(26em/14) 0 0 0;
}
.signature-mode__scheme > img {
  max-width: 100%;
}
.signature-mode__scheme > img.mobile {
  display: none;
}
@media (max-width: 825px) {
  .signature-mode__scheme > img.mobile {
    display: initial;
  }
  .signature-mode__scheme > img:not(.mobile) {
    display: none;
  }
}
.c2-rich-list__cell--payment-methods-toggle {
  grid-column: 1/4;
}
.c2-rich-list--payment-methods {
  grid-template-columns: repeat(2, 1fr) auto;
}
.c2-rich-list--payment-methods .c2-rich-list__cell--payment-methods-subscriptions {
  display: none;
}
@media (min-width: 515px) {
  .c2-rich-list--payment-methods {
    grid-template-columns: repeat(3, 1fr) auto;
  }
  .c2-rich-list--payment-methods .c2-rich-list__cell--payment-methods-subscriptions {
    display: block;
  }
  .c2-rich-list--payment-methods .c2-rich-list__cell--payment-methods-toggle {
    grid-column: 1/5;
  }
}
.c2-rich-list--grid .c2-rich-list__rows .c2-rich-list__cell.c2-rich-list__cell--payment-methods-toggle {
  border-bottom: none;
}
.contact-info__form.payment-method {
  grid-template-columns: 7.5em 1fr;
}
@media (min-width: 700px) {
  .contact-info__form.payment-method {
    grid-template-columns: max-content 7.5em 1fr;
  }
}
.contact-info__form.payment-method .contact-info__form__cell--label {
  grid-column: 1 / span 2;
  margin-bottom: -0.5em;
}
@media (min-width: 700px) {
  .contact-info__form.payment-method .contact-info__form__cell--label {
    grid-column: 1;
    margin-bottom: 0;
  }
}
.contact-info__form.payment-method .contact-info__form__cell--error {
  grid-column: span 2;
}
@media (min-width: 700px) {
  .contact-info__form.payment-method .contact-info__form__cell--error {
    grid-column: 1 / span 3;
  }
}
.settings__section__header--billing-history__search {
  max-width: 225px;
}
.card__header--billing-history {
  white-space: nowrap;
  flex-wrap: wrap;
  column-gap: 5em;
}
.c2-rich-list--billing-history {
  grid-template-columns: 1fr 1fr 1.5fr 1fr 1fr auto;
  white-space: nowrap;
  overflow-x: auto;
}
@media (min-width: 650px) {
  .c2-rich-list--billing-history {
    grid-template-columns: 1fr 1fr 2fr 1fr 1fr auto;
  }
}
.c2-rich-list__cell--billing-history-footer {
  display: flex;
  grid-column: 1 / span 6;
  border-bottom: 0;
}
.c2-rich-list__cell--billing-history-footer__left {
  flex: 1;
}
.c2-rich-list__cell--billing-history-footer__right {
  flex: 1;
  text-align: right;
}
.grid-layout {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (min-width: 1050px) {
  .grid-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.rows-layout {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.card {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: clamp(1.5em, 2vw, 2.5em);
  border: 1px solid #dfdfdf;
  border-radius: 0.5em;
  word-wrap: break-word;
}
.card--span {
  grid-column: span 2;
}
.card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.card__header h1 {
  font-size: calc(18em / 14);
  margin-top: 0;
  line-height: 1;
}
.card__licenses-action {
  width: 272px;
  max-width: 100%;
}
.c2-rich-list--admins {
  grid-template-columns: 4fr 5fr auto;
}
.c2-rich-list__cell--admins-spinner {
  grid-column: 1/4;
}
.c2-dialog--invite-admin {
  width: min(760px, 100%);
}
.c2-dialog--invite-admin__field_wrapper {
  width: min(30em, 100%);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}
.c2-dialog--invite-admin__field_wrapper > *:first-child {
  flex: 1;
  max-width: 100%;
  flex-basis: 10em;
}
.c2-dialog--invite-admin__field_wrapper .c2-form-control {
  width: 100%;
}
.c2-dialog--notification {
  width: min(500px, 100%);
}
.c2-dialog--notification__country {
  flex-basis: 10em;
  flex-grow: 1;
}
.c2-dialog--notification__phone {
  flex-basis: 20em;
  flex-grow: 1;
}
.settings__notifications {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em;
}
@media (min-width: 800px) {
  .settings__notifications {
    grid-template-columns: 2fr 3fr;
  }
}
@media (min-width: 1050px) {
  .settings__notifications {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1480px) {
  .settings__notifications {
    grid-template-columns: 2fr 3fr;
  }
}
.settings__notifications__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
}
.c2-rich-list--service-status-notifications {
  grid-template-columns: 1fr auto;
  width: 100%;
}
.c2-rich-list__cell--notifications-spinner {
  grid-column: 1/3;
}
.c2-dialog--change-owner {
  width: min(875px, 95%);
  word-break: break-word;
}
.c2-dialog--remove-admin {
  width: min(600px, 95%);
  word-break: break-word;
}
.c2-dialog--resend-invitation {
  width: min(500px, 95%);
  word-break: break-all;
}
.c2-dialog--cancel-invitation {
  width: min(400px, 95%);
  word-break: break-all;
}
.c2-main--tenants {
  padding-top: clamp(15px, 3vh, 35px);
  gap: 1em;
}
.c2-main--tenants__content {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 1em;
  padding-bottom: clamp(15px, 3vh, 35px);
  overflow-y: auto;
  container-type: size;
}
.add-tentant {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  text-align: center;
}
.tenants-top {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 1em;
}
.c2-button__icon--add-tenant {
  display: none;
}
@media (min-width: 230px) {
  .c2-button__icon--add-tenant {
    display: unset;
  }
}
.tenants-top__search {
  max-width: 225px;
  margin-left: auto;
}
.c2-rich-list--tenants {
  grid-template-columns: 1fr 285px auto;
}
.c2-rich-list__cell--tenants-plan,
.c2-rich-list__cell--tenants-subscription-status,
.c2-rich-list__cell--tenants-licenses,
.c2-rich-list__cell--tenants-region,
.c2-rich-list__cell--tenants-mode {
  display: none;
}
@container (min-width: 650px) {
  .c2-rich-list--tenants {
    grid-template-columns: 1fr 285px 165px auto;
  }
  .c2-rich-list__cell--tenants-plan {
    display: block;
  }
}
@container (min-width: 875px) {
  .c2-rich-list--tenants {
    grid-template-columns: 1fr 285px 165px 225px auto;
  }
  .c2-rich-list__cell--tenants-subscription-status {
    display: block;
  }
}
@container (min-width: 1000px) {
  .c2-rich-list--tenants {
    grid-template-columns: 1fr 285px 165px 225px 125px auto;
  }
  .c2-rich-list__cell--tenants-licenses {
    display: block;
  }
}
@container (min-width: 1125px) {
  .c2-rich-list--tenants {
    grid-template-columns: 1fr 285px 165px 225px 125px 125px auto;
  }
  .c2-rich-list__cell--tenants-region {
    display: block;
  }
}
@container (min-width: 1325px) {
  .c2-rich-list--tenants {
    grid-template-columns: 1fr 285px 165px 225px 125px 125px 200px auto;
  }
  .c2-rich-list__cell--tenants-mode {
    display: block;
  }
}
@container (min-width: calc(1325px * 1.25)) {
  .c2-rich-list--tenants {
    grid-template-columns: 1.5fr 1.5fr 1fr 1fr 0.75fr 0.75fr 1fr auto;
  }
}
.c2-rich-list__cell--tenants__grid {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  column-gap: 1em;
}
.c2-rich-list__cell--tenants__grid__label {
  grid-column: 2/3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c2-rich-list__cell--tenants__flex {
  display: flex;
  flex-direction: column;
}
.c2-rich-list__cell--more--tenants {
  display: flex;
  align-items: center;
}
.c2-rich-list__cell--tenants-header {
  white-space: nowrap;
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
}
.c2-rich-list__cell--tenants-status {
  min-height: calc(1em * 1.5 * 2 + 1em * 2 + 1px);
}
.c2-dialog--contact-info {
  width: min(666px, 100%);
}
.contact-info__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7em;
}
@media (min-width: 600px) {
  .contact-info__form {
    grid-template-columns: auto repeat(2, minmax(0, 1fr)) auto;
  }
}
.contact-info__form input,
.contact-info__form textarea {
  width: 100%;
}
.contact-info__form textarea {
  resize: none;
}
.contact-info__form__cell--header {
  grid-column: 1 / span 2;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 600px) {
  .contact-info__form__cell--header {
    grid-column: 1 / span 3;
  }
}
.contact-info__form__cell--label {
  grid-column: 1 / span 2;
  margin-right: 1em;
  margin-bottom: -0.5em;
}
@media (min-width: 600px) {
  .contact-info__form__cell--label {
    grid-column: 1;
    margin-bottom: 0;
  }
}
.contact-info__form__cell--center {
  display: flex;
  align-items: center;
}
.contact-info__form__cell--center img {
  vertical-align: middle;
}
.contact-info__form__cell--span {
  grid-column: span 2;
}
.contact-info__form__cell--info {
  grid-column: span 2;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
.contact-info__form__cell--phone {
  grid-column: 1/3;
}
@media (min-width: calc(600px / 2)) {
  .contact-info__form__cell--phone {
    grid-column: unset;
  }
}
.contact-info__form__cell--error {
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media (min-width: 600px) {
  .contact-info__form__cell--error {
    grid-column: 1 / span 4;
  }
}
.contact-info__form__cell--desktop {
  display: none;
}
@media (min-width: 600px) {
  .contact-info__form__cell--desktop {
    display: flex;
  }
}
.info-icon.contact-info__form__cell__info--mobile {
  display: inline-flex;
  margin-left: 0.5em;
}
@media (min-width: 600px) {
  .info-icon.contact-info__form__cell__info--mobile {
    display: none;
  }
}
.list-form.plan-and-license {
  grid-template-columns: 1fr;
  row-gap: 0.25em;
}
.list-form.plan-and-license > * {
  white-space: initial;
  height: unset;
}
.list-form.plan-and-license > *:nth-child(2n) {
  margin-bottom: 0.75em;
}
.list-form.plan-and-license > .desktop-spacer {
  display: none;
}
.list-form.plan-and-license > .input-container {
  max-width: 10em;
}
.list-form.plan-and-license > .payment-method {
  column-gap: 2em;
  flex-wrap: wrap;
}
.list-form.plan-and-license > .payment-method > *:first-child {
  max-width: 16em;
  flex-grow: 1;
}
.list-form.plan-and-license > .payment-method img {
  margin-top: 0.4em;
  height: 2em;
}
@media (min-width: 700px) {
  .list-form.plan-and-license {
    margin-top: 1em;
    grid-template-columns: auto 1fr;
    row-gap: 1em;
  }
  .list-form.plan-and-license > * {
    min-height: calc(1.5em + 0.75rem + 2px);
  }
  .list-form.plan-and-license > *:nth-child(2n) {
    margin-bottom: 0;
  }
  .list-form.plan-and-license > .desktop-spacer {
    display: initial;
  }
}
.order-summary {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2em 5em;
  background: #f4f8fd;
  padding: 2em;
  margin-top: 1em;
}
.order-summary__section {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1em;
}
.order-summary__section__icon {
  width: 1.75em;
}
.order-summary__section__icon img {
  height: 1.5em;
}
.order-summary__section__icon:not(:first-child) {
  display: none;
}
.order-summary__section__header {
  display: flex;
  align-items: center;
  gap: 2em;
  font-weight: bold;
  margin-bottom: 1em;
  grid-column: span 2;
}
.order-summary__section__label {
  font-weight: bold;
}
.order-summary__section__value {
  word-break: break-word;
}
.order-summary__section__value:not(:last-child) {
  margin-bottom: 1em;
}
.order-summary__section__label,
.order-summary__section__value {
  grid-column: 1 / span 3;
}
@media (min-width: 750px) {
  .order-summary__section {
    grid-template-columns: repeat(2, auto) 1fr;
    row-gap: calc(3em / 14);
  }
  .order-summary__section__label {
    grid-column: 2;
    width: 160px;
  }
  .order-summary__section__value {
    grid-column: 3;
  }
  .order-summary__section__value:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 850px) {
  .order-summary__section {
    width: unset;
  }
  .order-summary__section__value {
    word-break: unset;
  }
}
.edit-section__element--payment-method-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.edit-section__element .contact-info__form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  max-width: 600px;
}
@media (min-width: 730px) {
  .edit-section__element .contact-info__form {
    grid-template-columns: auto repeat(2, minmax(0, 1fr)) auto;
  }
}
.edit-section__element .contact-info__form__cell--header {
  grid-column: 1 / span 2;
}
@media (min-width: 730px) {
  .edit-section__element .contact-info__form__cell--header {
    grid-column: 1 / span 3;
  }
}
.edit-section__element .contact-info__form__cell--label {
  grid-column: 1 / span 2;
  margin-bottom: -0.5em;
}
@media (min-width: 730px) {
  .edit-section__element .contact-info__form__cell--label {
    grid-column: 1;
    margin-bottom: 0;
  }
}
.edit-section__element .contact-info__form__cell--error {
  grid-column: span 2;
}
@media (min-width: 730px) {
  .edit-section__element .contact-info__form__cell--error {
    grid-column: 1 / span 4;
  }
}
.edit-section__element .contact-info__form__cell--spacer {
  display: none;
}
@media (min-width: 730px) and (min-height: 820px) {
  .edit-section__element .contact-info__form__cell--spacer {
    grid-column: span 3;
    height: 1em;
    display: initial;
  }
}
.edit-section__element .contact-info__form__cell--desktop {
  display: none;
}
@media (min-width: 730px) {
  .edit-section__element .contact-info__form__cell--desktop {
    display: flex;
  }
}
.edit-section__element .contact-info__form__cell__info--mobile {
  display: inline-flex;
}
@media (min-width: 730px) {
  .edit-section__element .contact-info__form__cell__info--mobile {
    display: none;
  }
}
.edit-pane__main-content__nav-menu {
  min-height: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
  overflow: auto;
}
.edit-pane__main-content__nav-menu li {
  width: 100%;
  height: 3.15rem;
  max-height: 108px;
  display: flex;
  align-items: center;
}
.edit-pane__main-content__nav-menu .nav-item {
  font-size: clamp(10px, 1vw, 12px);
  height: 100%;
  width: 100%;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
.edit-pane__main-content__nav-menu .nav-item .nav-item__text {
  color: inherit;
}
.edit-pane__main-content__nav-menu .nav-item .nav-item__text:hover,
.edit-pane__main-content__nav-menu .nav-item .nav-item__text.active {
  text-decoration: none;
}
.edit-pane__main-content__nav-menu .nav-item:hover,
.edit-pane__main-content__nav-menu .nav-item.active {
  background-color: #e6f2ff;
  color: #3695ff;
  border-left: 5px solid #3695ff;
  padding-left: 5px;
}
@media (min-width: 1470px) {
  .edit-pane__main-content__nav-menu .nav-item {
    padding-left: 1.6rem;
    font-size: 16px;
  }
  .edit-pane__main-content__nav-menu .nav-item:hover,
  .edit-pane__main-content__nav-menu .nav-item.active {
    padding-left: calc(1.6rem - 5px);
  }
}
.edit-pane__main-content__nav-menu__section-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 0.5em;
}
@media (min-width: 1470px) {
  .edit-pane__main-content__nav-menu__section-title {
    font-size: calc(16em / 14);
    margin-left: 1.6rem;
  }
}
.edit-pane__main-content__edit-form {
  min-height: 0px;
  border-bottom: solid 1px #dfdfdf;
  border-top: solid 1px #dfdfdf;
  overflow-y: auto;
  scrollbar-gutter: stable;
  display: flex;
  flex-direction: column;
  gap: 1.4em;
  padding: calc(clamp(0.25em, 3vh, 1em) * 1.25) clamp(20px, 5vw, 50px) clamp(0.25em, 3vh, 1em);
}
.c2-dialog--cheats .edit-pane__main-content__edit-form {
  gap: clamp(0.25em, 3vh, 1em);
}
.edit-form__header {
  font-size: calc(18em / 14);
  margin: 0;
}
.edit-pane__tabs {
  display: flex;
  margin: 1.5em calc(clamp(20px, 5vw, 50px) * -1) 0;
  position: relative;
  padding-left: 0;
}
.edit-pane__tabs::before {
  border-bottom: 1px solid #dfdfdf;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  box-sizing: border-box;
}
.edit-pane__tabs__link {
  background: #f7f7f7;
  display: block;
  padding: 1em 3em;
  color: #000000;
  cursor: pointer;
}
.edit-pane__tabs__link:first-child {
  margin-left: clamp(20px, 5vw, 50px);
}
.edit-pane__tabs__link:not(:last-child) {
  border-right: 2px solid #FFFFFF;
}
.edit-pane__tabs__link.active,
.edit-pane__tabs__link:hover {
  background: #e6f2ff;
  border-left: 5px solid #3695ff;
  padding-left: calc(3em - 5px);
  text-decoration: none;
  color: #3695ff;
}
.used-licenses-container {
  margin-top: -0.5em;
  display: flex;
  flex-direction: column;
  gap: 1.4em;
}
.c2-dialog--used-licenses {
  width: min(90%, 750px);
  min-width: 400px;
  height: min(80%, 1000px);
}
.edit-pane-section__accordion-link {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.edit-pane__control-with-label {
  display: flex;
  gap: 1em;
}
.edit-pane__control-with-label__label {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
input[type="checkbox"].c2-switch:disabled + label + .edit-pane__control-with-label__label {
  color: #b6b6b6;
}
.grid-layout--edit-pane {
  margin-top: 1em;
}
@media (min-width: 1470px) {
  .grid-layout--edit-pane {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.card--edit-pane {
  padding-block: 1.5em;
  gap: 1.5em;
}
.card--licenses {
  min-width: 184px;
}
.card__content--licenses {
  justify-content: space-between;
  min-height: 140px;
}
@media (max-width: 448px) {
  .card__content--licenses {
    flex-direction: column;
    align-items: center;
  }
}
.card__header--edit-pane h2 {
  font-size: calc(16em / 14);
  margin: 0;
  line-height: calc(24em/14);
}
.card__header--licenses {
  justify-content: start;
}
.edit-pane__tokens-section {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.edit-pane__signature-mode-section {
  margin-bottom: 1.5em;
}
.subscription-detail {
  background-color: #f4f8fd;
  border-radius: 0.5em;
  padding-left: 2em;
  padding-bottom: 0.25em;
  display: flex;
}
.subscription-detail__list {
  padding: 0.5em 0em 0.5em 0em;
  display: flex;
  flex-direction: column;
}
.subscription-detail__list dd {
  margin-inline-start: 0px;
}
@media (min-width: 600px) {
  .subscription-detail__list {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    column-gap: clamp(1em, 3vw, 5em);
    line-height: calc(24em/14);
  }
}
.subscription-detail__list__term {
  font-weight: bold;
}
.edit-pane-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.edit-pane-section__advanced-options {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.c2-side-dialog--tenant .datacenter-map > svg {
  max-width: 850px;
}
.edit-pane-section--addin__image picture > * {
  min-width: 100px;
  max-width: min(440px, 100%);
}
.edit-pane__section-header {
  font-size: 16px;
  margin: 0;
}
.edit-pane__section-header__addin-options {
  font-size: 16px;
  margin: 0.9em 0;
}
.c2-side-dialog__container.c2-dialog__overlay {
  top: 60px;
}
.c2-side-dialog--tenant {
  width: max(50%, 1500px);
  display: flex;
  flex-direction: column;
}
.c2-side-dialog--tenant .c2-side-dialog__header {
  margin-left: 1.6rem;
}
.tenant-pane {
  min-height: 0;
  display: grid;
  grid-template-columns: clamp(100px, 15vw, 150px) minmax(0, 1fr);
  flex: 1;
}
@media (min-width: 1470px) {
  .tenant-pane {
    grid-template-columns: 265px minmax(0, 1fr);
  }
}
.new-account__body__wrapper {
  color: #000;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  justify-content: space-around;
  overflow: hidden;
  text-align: left;
}
.new-account__body__container {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  background: #FFFFFF;
  padding: 2em;
  overflow: auto;
  width: 100%;
  position: relative;
}
@media (min-width: 520px) {
  .new-account__body__container {
    width: 520px;
    margin-block: clamp(1em, 7.5vh, 5em);
    padding: 3em 6em;
  }
}
.new-account__body__container__header {
  font-size: 1.3rem;
  text-align: center;
  margin: 0;
}
.new-account__body__container__scrollable {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100px;
}
.c2-button--new-account-back {
  position: absolute;
  top: 1em;
  left: 1em;
  display: inline-flex;
  gap: 0.2em;
  color: #000000;
}
.c2-button__icon--new-account-back {
  transform: rotate(90deg);
}
.new-account__container__content__organization-list__item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #bfbfbf;
  gap: 0.1em;
  font-size: 0.8rem;
  padding-bottom: 1.5em;
  padding-top: 1em;
  white-space: nowrap;
}
.new-account__container__content__organization-list__item .item-row {
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-account__container__content__organization-list__item .item-header {
  font-weight: bold;
}
.new-account__container__content__organization-list__item .item-owner {
  color: #bfbfbf;
}
.new-account__container__content__organization-list__item .new-account__action-button {
  margin-top: 0.5em;
}
/* nromal latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(../fonts/figtree/_Xms-HUzqDCFdgfMm4S9DQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* normal latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(../fonts/figtree/_Xms-HUzqDCFdgfMm4q9DbZs.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* italic latin */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url(../fonts/figtree/_Xmu-HUzqDCFdgfMm4GND65o.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* italic latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url(../fonts/figtree/_Xmu-HUzqDCFdgfMm4GNAa5o_ik.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
.c2-main--home-page {
  padding-inline: 0;
  min-height: 100%;
}
.home-page {
  font-family: 'Figtree', 'Frutiger', 'frutiger linotype', 'Dejavu Sans', 'helvetica neue', 'Arial', sans-serif;
  overflow: auto;
}
@media (min-width: 992px) {
  .home-page {
    flex-direction: row;
    flex: 1;
    display: grid;
    flex-direction: column;
    grid-template-columns: 2fr 1fr;
  }
}
.home-page img {
  vertical-align: middle;
}
.home-page-col-bg,
.home-page-col-content {
  padding: 3em clamp(3em, 8vw, 6em);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
}
@media (min-width: 992px) {
  .home-page-col-bg,
  .home-page-col-content {
    padding: 5vh 5vw;
  }
}
.home-page-col-bg {
  background: #186D93;
  background: linear-gradient(149deg, #117ca2 0%, #081824 71%);
  background-attachment: scroll;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .home-page-col-bg {
    padding-inline: 14vw;
  }
}
.home-page-col-bg h1 {
  margin: 0.2em 0 0 0;
  font-size: clamp(1.5em, 4.5vw, calc(45em / 14));
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.home-page-col-bg h2 {
  margin: 0;
  font-size: clamp(1em, 3vw, calc(30em / 14));
  font-weight: 500;
  text-align: center;
}
@media (min-width: 992px) {
  .home-page-col-bg h2 {
    display: none;
  }
}
.home-page-col-content {
  gap: 5em;
}
.home-page-col-bg__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-page-col-bg__logo a {
  max-width: 28%;
}
.home-page-col-bg__logo img {
  width: 100%;
}
.home-page-col-bg__image {
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page-col-bg__image img {
  max-height: 100%;
  max-width: 100%;
  width: initial;
}
.home-page-col-bg__description {
  display: none;
}
@media (min-width: 992px) {
  .home-page-col-bg__description {
    display: flex;
    flex-direction: column;
    gap: calc(20em / 14);
  }
}
.home-page-col-bg__description a {
  color: #3695ff;
}
.home-page-col-bg__description a:hover,
.home-page-col-bg__description a:active {
  color: #037aff;
}
.home-page-col-bg__description p {
  font-size: calc(16em / 14);
  line-height: calc(20em / 14);
  font-weight: 300;
}
.home-page-col-bg__description .home-page-col-bg__clients {
  flex-shrink: 1;
}
.home-page-col-bg__description .home-page-col-bg__clients img {
  max-height: 100%;
  max-width: 100%;
  width: initial;
}
.home-page-col-content__buttons {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
@media (min-width: 992px) {
  .home-page-col-content__buttons {
    gap: 4em;
  }
}
.home-page-col-content__buttons .c2-button {
  color: #FFFFFF;
  font-size: calc(20em / 14);
  font-weight: 500;
  max-width: unset;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
.home-page-col-content__buttons .c2-button:hover {
  text-decoration: none;
}
.home-page-col-content__buttons .c2-button.dark {
  background-color: #1B476A;
  border-color: #1B476A;
}
.home-page-col-content__buttons__description {
  color: #727272;
  margin: 0.5em 0;
  font-size: calc(12em / 14);
  font-weight: 300;
}
.content__buttons__description__link {
  text-align: center;
  font-size: calc(12em / 14);
  margin-top: 0;
}
.home-page-col-content__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-page-col-content__footer p:last-child {
  margin-bottom: 0;
}
.home-page-col-content__footer__content {
  color: #727272;
  text-align: center;
  margin-bottom: 2em;
  font-size: calc(12em / 14);
}
.home-page-col-content__footer__content a {
  color: #727272;
}
.home-page-col-content__footer__logos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 2em;
  gap: 1em;
}
.home-page-col-content__footer__logos img {
  height: 35px;
}
@media (max-width: 1600px) {
  .c2-area-notification-toast {
    flex-direction: column;
    justify-items: flex-start;
    padding: 25px 0;
  }
}
.rows-layout--apps__header {
  margin: 0 0 1em 0;
  font-size: calc(18em / 14);
  line-height: 1;
}
.card__header--apps {
  position: relative;
}
.card__header--apps__icon {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
}
.card--apps__description {
  margin-bottom: 1em;
}
@media (min-width: 1050px) {
  .rows-layout--apps {
    gap: 2.5em;
  }
  .card__header--apps__icon {
    width: unset;
  }
  .card--apps__description {
    padding-right: 45px;
  }
}
.app-signatures-color {
  color: #184E88;
}
.app-admin-panel-color {
  color: #444444;
}
.app-outlook-color {
  color: #37ADCE;
}
.app-attributes-manager-color {
  color: #5060B5;
}
.app-user-info-editor-color {
  color: #0F80AB;
}
.app-insights-color {
  color: #5D84A7;
}
.progress-ring__wrapper {
  position: relative;
  width: 140px;
  height: 140px;
  min-width: 140px;
}
.progress-ring {
  width: 100%;
  height: 100%;
}
.progress-ring__background {
  stroke: #f7f7f7;
  fill: none;
}
.progress-ring__circle {
  fill: none;
  stroke-dashoffset: 0;
  stroke-dasharray: 0 47.12px;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}
.progress-ring__animation-down {
  animation: progress-down 1s ease-in-out forwards;
}
.progress-ring__animation-grow {
  animation: progress-grow 1s ease-in-out forwards;
}
@keyframes progress-grow {
  from {
    stroke-dasharray: 0 47.12px;
  }
  to {
    stroke-dasharray: var(--target) 47.12px;
  }
}
@keyframes progress-down {
  from {
    stroke-dasharray: var(--target) 47.12px;
  }
  to {
    stroke-dasharray: 0 47.12px;
  }
}
@property --counter {
  syntax: '<integer>';
  initial-value: 0;
  inherits: false;
}
.progress-ring__counter {
  font-weight: bold;
  animation: scale-animation 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
}
.progress-ring__counter::before {
  counter-reset: counter var(--counter);
  animation: progress-counter-grow 1s forwards;
  content: counter(counter);
}
.progress-ring__text-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@keyframes progress-counter-grow {
  from {
    counter-set: counter var(--counter);
    --counter: 0;
  }
  to {
    --counter: var(--usedLicenses);
  }
}
@keyframes scale-animation {
  0% {
    font-size: scale(1);
  }
  80% {
    transform: scale(1);
  }
  95% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
.c2-new-feature > .c2-dialog__content {
  margin-top: -1px;
}
p {
  margin: 0;
}
.c2-main--full-height {
  height: 100%;
}
.c2-form-control--user-copy {
  padding-inline: 1.5em;
  text-align: center;
  color: #3695ff;
  font-weight: bold;
  user-select: text;
}
.cheats {
  position: fixed;
  top: 55%;
  left: 0;
}
.cheats a {
  display: block;
  width: 50px;
  height: 50px;
}
.cheats a:hover {
  width: 80px;
}
.cheats__button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dd7272;
  cursor: pointer;
  border: 0;
}
.cheats__button:hover {
  width: 80px;
}
.cookie-law {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 11px;
  color: #000000;
  background-color: #f4f4f4;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c4c4c4;
  z-index: 100;
}
.cookie-law.hidden {
  display: none;
}
.cookie-law .cookie-law-container {
  margin: auto;
}
.cookie-law .cookie-law-container .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .cookie-law .cookie-law-container .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cookie-law .cookie-law-container .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cookie-law .cookie-law-container .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cookie-law .cookie-law-container .container {
    max-width: 1140px;
  }
}
.cookie-law .close {
  margin-top: 5px;
  font-size: 18px;
}
.cookie-law p {
  padding: 10px 20px;
}
.search-row.search-row--hidden {
  display: none;
}
.search-row__highlight {
  background: #faff91;
}
.list-form {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 5%;
  row-gap: 0.75em;
}
.list-form > * {
  height: calc(1.5em + 0.75rem + 2px);
  display: flex;
  gap: 1em;
  align-items: center;
  white-space: nowrap;
}
.list-form > *.span {
  grid-column: span 2;
}
.list-form > * > input {
  width: 100%;
  color: #787878;
}
.list-form.activation {
  margin: 0.5em 0 4em 0;
}
.list-form > .license-key {
  max-width: 20em;
}
.list-form__cell__wrap {
  white-space: initial;
}
.text-with-icon {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.text-with-icon img {
  vertical-align: middle;
}
#blazor-error-ui,
.components-reconnect-hide {
  display: none;
}
#blazor-error-ui > div,
.my-reconnect-modal > div {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-weight: bold;
  z-index: 9999999;
}
#blazor-error-ui .box,
.my-reconnect-modal .box {
  padding: 0 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 584px;
  max-width: 80vw;
  height: 346px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  color: #444444;
  line-height: 50px;
  display: grid;
  grid-template-rows: 1fr 2fr 1fr;
}
#blazor-error-ui .box div:first-child,
.my-reconnect-modal .box div:first-child {
  margin-top: auto;
}
#blazor-error-ui .error-icon,
.my-reconnect-modal .error-icon {
  width: 84px;
  height: 84px;
  margin: auto;
}
#blazor-error-ui .error-icon img,
.my-reconnect-modal .error-icon img {
  width: 100%;
  height: 100%;
}
#blazor-error-ui .not-connected-icon,
.my-reconnect-modal .not-connected-icon {
  width: 114px;
  height: 94px;
  margin: auto;
}
#blazor-error-ui .tripple-spinner,
.my-reconnect-modal .tripple-spinner {
  margin: auto;
  width: 92px;
  height: 92px;
}
#blazor-error-ui .reload,
.my-reconnect-modal .reload,
#blazor-error-ui #components-reconnect-failed-button,
.my-reconnect-modal #components-reconnect-failed-button,
#blazor-error-ui #components-reconnect-rejected-button,
.my-reconnect-modal #components-reconnect-rejected-button {
  width: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px auto;
  font-weight: 400;
  min-width: 144px;
  height: 32px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  background-color: #3695ff;
  border: 1px solid #3695ff;
  border-radius: 0.5em;
  color: #ffffff;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#blazor-error-ui .reload:hover:not(:disabled),
.my-reconnect-modal .reload:hover:not(:disabled),
#blazor-error-ui #components-reconnect-failed-button:hover:not(:disabled),
.my-reconnect-modal #components-reconnect-failed-button:hover:not(:disabled),
#blazor-error-ui #components-reconnect-rejected-button:hover:not(:disabled),
.my-reconnect-modal #components-reconnect-rejected-button:hover:not(:disabled) {
  opacity: 0.9;
}
#blazor-error-ui .reload:active,
.my-reconnect-modal .reload:active,
#blazor-error-ui #components-reconnect-failed-button:active,
.my-reconnect-modal #components-reconnect-failed-button:active,
#blazor-error-ui #components-reconnect-rejected-button:active,
.my-reconnect-modal #components-reconnect-rejected-button:active {
  outline: none;
}
.simple-details-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.5em 1.5em;
  width: min-content;
}
.simple-details-list__cell {
  white-space: nowrap;
}
.simple-details-list__cell--label {
  font-weight: bold;
}
.simple-details-list__cell--with-icon {
  display: flex;
  gap: 1em;
}
.fullscreen-form {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
  width: 100%;
}
.fullscreen-form__section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.fullscreen-form__section .c2-form-control {
  width: 100%;
}
.pointer {
  cursor: pointer;
}
.dialog-successful-tenat-register {
  width: 400px;
  padding: 0;
  border: 0;
  background-color: unset;
}
.dialog-successful-tenat-register .c2-dialog__content,
.dialog-successful-tenat-register .c2-dialog__header {
  padding: 0px;
}
.dialog-successful-tenat-register .c2-dialog__header__close-icon {
  position: absolute;
  margin-top: 30px;
  right: 30px;
}
.dialog-successful-tenat-register picture,
.dialog-successful-tenat-register img {
  display: block;
  width: 100%;
}
.dialog-successful-tenat-register--content-button {
  margin-left: auto;
}
.dialog-successful-tenat-register--message {
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  background-color: #FFFFFF;
}
.dialog-successful-tenat-register--message p,
.dialog-successful-tenat-register--message h3 {
  margin: 0;
}
.dialog-successful-tenat-register--message-title {
  color: #7E7E7E;
}
.dialog-successful-tenat-register--message-clientside {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 1em;
  flex-direction: column;
  align-items: center;
}
.dialog-successful-tenat-register--message-clientside .clientside-actions-preview {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  justify-content: center;
  align-items: center;
  padding-block: 0.75em;
  border: 1px solid #dfdfdf;
  text-align: center;
  width: 100%;
}
.dialog-successful-tenat-register--message-clientside .clientside-actions-preview .clientside-actions-preview--label {
  margin-top: 0.5em;
}
.dialog-successful-tenat-register--message-clientside .clientside-actions-preview .clientside-actions-preview--image {
  width: 200px;
}
@media (min-width: 650px) {
  .dialog-successful-tenat-register {
    width: 650px;
  }
  .dialog-successful-tenat-register--message-clientside {
    flex-direction: row;
  }
}
.vertical-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.c2-dialog--cheats {
  width: min(900px, 100%);
}
.c2-dialog--cheats__button-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c2-blue-screen__body__spinner-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.c2-dialog--attributes-sync {
  width: min(875px, 100%);
}
.c2-dialog--unassign-license-key {
  width: min(700px, 100%);
}
.c2-single-spinner--small {
  width: 16px;
  height: 16px;
  border-width: 3px;
}
.c2-single-spinner--table-small {
  width: calc(1.5em + 1px);
  height: calc(1.5em + 1px);
  border-width: 3px;
}
.c2-rich-list--fit-content {
  max-width: fit-content;
  white-space: nowrap;
}
.c2-rich-list__rows .c2-rich-list__row--loader.c2-rich-list__row--loader--no-height {
  height: unset;
}
.c2-rich-list__rows .c2-rich-list__row--loader .c2-single-spinner {
  margin: auto;
}
.c2-form-row--indent {
  margin-left: calc(16px + 1.3em);
}
input[type="radio"].c2-radio-button--label-with-icon + label {
  display: flex;
  align-items: center;
  gap: 1em;
}
input[type="radio"].c2-radio-button--label-with-icon + label > div {
  display: flex;
}
.wrapper-center {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-center--absolute {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.c2-menu-item__icon > img {
  width: 16px;
  height: 16px;
}
.color-grey {
  color: #7E7E7E;
}
.success {
  color: #5CB85C;
}
.warning {
  color: #EFAC4E;
}
.failure {
  color: #d63c00;
}
.info-icon {
  display: inline-flex;
  justify-content: center;
  align-content: center;
}
.c2-tooltip-narrow {
  max-width: 300px;
}
.c2-tooltip-wide {
  min-width: min(400px, 90%);
  max-width: min(400px, 90%);
}
@media (max-width: 762px) {
  .card__header__licenses-tooltip.c2-tooltip-wide {
    min-width: auto;
    max-width: 100%;
  }
}
.c2-link--disabled,
.c2-link--disabled:hover,
.c2-link--disabled:visited {
  color: #b6b6b6;
}
.c2-link--disabled:focus-visible {
  outline-color: #b6b6b6;
}
.display-contents {
  display: contents;
}
.display-flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-direction-column {
  flex-direction: column;
}
.gap-05 {
  gap: 0.5em;
}
.gap-1 {
  gap: 1em;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.margin-0 {
  margin: 0;
}
.margin-top-05 {
  margin-top: 0.5em;
}
.margin-top-1 {
  margin-top: 1em;
}
.min-height-auto {
  min-height: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.width-100 {
  width: 100%;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.visibility-hidden {
  visibility: hidden;
}
.word-break-break-word {
  word-break: break-word;
}
.datacenter-map-cls-1 {
  fill: #000;
}
.datacenter-map-cls-1,
.datacenter-map-cls-2,
.datacenter-map-cls-3,
.datacenter-map-cls-4,
.datacenter-map-cls-5,
.datacenter-map-cls-6 {
  stroke-width: 0px;
}
.datacenter-map-cls-2 {
  fill: #5cb85c;
}
.datacenter-map-cls-3 {
  fill: #3695ff;
}
.datacenter-map-cls-7 {
  stroke: #3695ff;
  stroke-width: 2px;
}
.datacenter-map-cls-7,
.datacenter-map-cls-8 {
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.datacenter-map-cls-8 {
  stroke: #444;
}
.datacenter-map-cls-4 {
  fill: #444;
}
.datacenter-map-cls-5 {
  fill: #fff;
}
.datacenter-map-cls-6 {
  fill: #e9e9e9;
}
.ellipsis {
  position: relative;
}
.ellipsis ::after {
  content: '';
  display: inline-block;
  position: absolute;
  animation: ellipsisAnimation 2s infinite;
}
@keyframes ellipsisAnimation {
  0%,
  20% {
    content: '';
  }
  40% {
    content: '.';
  }
  60% {
    content: '..';
  }
  80%,
  100% {
    content: '...';
  }
}
