.wb-additional-control {
  margin-top: 24px;
}

:not(:root) .ui-button.wb-button--large {
  padding: 10px 20px;
  font-weight: 600;
}
:not(:root) .ui-button.wb-button--back, :not(:root) .ui-button.wb-button--next {
  display: inline-flex;
  align-items: center;
}
:not(:root) .ui-button.wb-button--back::before, :not(:root) .ui-button.wb-button--back::after, :not(:root) .ui-button.wb-button--next::before, :not(:root) .ui-button.wb-button--next::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
:not(:root) .ui-button.wb-button--back::before {
  content: "";
  margin-right: 4px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.127%22%20height%3D%2212.127%22%20viewBox%3D%220%200%2012.127%2012.127%22%3E%20%3Cpath%20id%3D%22Path_69%22%20data-name%3D%22chevron%22%20d%3D%22M9.414%2C1.414%2C9.033%2C3.7%2C8.272%2C8.272%2C1.414%2C9.414%22%20transform%3D%22translate(14.011%206.064)%20rotate(135)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
}
:not(:root) .ui-button.wb-button--next::after {
  content: "";
  margin-left: 4px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.127%22%20height%3D%2212.127%22%20viewBox%3D%220%200%2012.127%2012.127%22%3E%20%3Cpath%20id%3D%22Path_69%22%20data-name%3D%22chevron%22%20d%3D%22M9.414%2C1.414%2C8.272%2C8.272%2C1.414%2C9.414%22%20transform%3D%22translate(-1.884%206.064)%20rotate(-45)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
}
:not(:root) .ui-button.wb-button--remove {
  border-color: #d9534f;
  color: #d9534f;
  background-color: white;
}
@media screen and (min-width: 640px) {
  :not(:root) .wb-button--prepend {
    margin-left: 25%;
  }
}

.wb-caption {
  padding: 6px 16px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background-color: rgba(13, 60, 154, 0.8);
}
@media screen and (min-width: 640px) {
  .wb-caption {
    padding: 7px 24px;
    font-size: 20px;
  }
}

.wb-def__title,
.wb-def__content {
  border: 1px solid #f0ecec;
}

.wb-def__title {
  background-color: rgba(13, 60, 154, 0.8);
}
.wb-def__title .ui-outputlabel {
  color: white !important;
}

.wb-def__content {
  background-color: white;
}

.wb-filelist:not(:first-child) {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #9fb2d9;
}

.wb-filelist__icon {
  margin-right: 12px;
  vertical-align: middle;
}

.wb-filelist__label {
  vertical-align: middle;
}

.wb-footer {
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
}
@media screen and (min-width: 768px) {
  .wb-footer {
    height: 40px;
  }
}

.wb-footer__inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 100%;
  margin-right: -8px;
  margin-left: -8px;
  padding: 12px 24px;
}
@media screen and (min-width: 768px) {
  .wb-footer__inner {
    padding: 0 24px;
  }
}

.wb-footer__link,
.wb-footer__copyright {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
@media screen and (min-width: 768px) {
  .wb-footer__link,
.wb-footer__copyright {
    flex: 1;
    width: auto;
  }
}

.wb-footer__link {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wb-footer__link {
    flex-flow: row wrap;
    text-align: left;
  }
}

.wb-footer__link__item:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .wb-footer__link__item:not(:first-child) {
    margin-top: 0;
    margin-left: 24px;
  }
}
.wb-footer__link__item a {
  font-size: 12px;
}

.wb-footer__copyright {
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
  color: #747474;
}
@media screen and (min-width: 768px) {
  .wb-footer__copyright {
    margin-top: 0;
    text-align: right;
  }
}

.wb-form__item:not(:first-child) {
  margin-top: 24px;
}

.wb-form__item__label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.wb-form__item__label:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .wb-form__item__label:not(:first-child) {
    margin-top: 0;
  }
}
.wb-form__item__label + .wb-form__item__control {
  margin-top: 8px;
}
.wb-form__item__label .badge.badge-required {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .wb-form__item__label .badge.badge-required {
    margin-left: auto;
  }
}

.wb-form__action {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .wb-form__action {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .wb-form__action--center {
    text-align: center;
  }
}

.wb-form__prepend {
  margin-top: 20px;
  text-align: center;
}

.wb-form__helpertext--right {
  display: inline-block;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .wb-form__helpertext--right {
    margin-top: 0;
    margin-left: 20px;
  }
}

.wb-grid--items-center {
  align-items: center;
}

.wb-header {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 16px 20px;
}

.wb-header__logo {
  flex: 1 0 auto;
}

.wb-header__userinfo {
  position: relative;
  display: none;
  flex: 0 0 auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .wb-header__userinfo {
    display: block;
  }
}

.wb-header__userinfo__list,
.wb-header__userinfo__item,
.wb-header__userinfo__title,
.wb-header__userinfo__content {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.wb-header__userinfo__list {
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px;
  border-radius: 5px;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .wb-header__userinfo__list {
    padding: 8px 16px;
  }
}

.wb-header__userinfo__item {
  line-height: 1.5;
  color: #0d3c9a;
}
@media screen and (min-width: 768px) {
  .wb-header__userinfo__item {
    line-height: 1;
  }
}
.wb-header__userinfo__item:not(:first-child) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .wb-header__userinfo__item:not(:first-child) {
    margin-top: 0;
    margin-left: 24px;
  }
}

.wb-header__userinfo__item--sm:not(:root) {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .wb-header__userinfo__item--sm {
    display: none;
  }
}

.wb-header__userinfo__icon {
  margin-right: 8px;
}

.wb-header__userinfo__content {
  position: relative;
  margin-left: auto;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .wb-header__userinfo__content {
    margin-left: 0;
  }
}

.wb-header__userinfo__content__logintime {
  margin-top: 16px;
  margin-left: 0;
  font-size: 12px;
  font-weight: 300;
  color: #747474;
}

.wb-header__userinfo__setting__toggle {
  display: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .wb-header__userinfo__setting__toggle {
    display: block;
  }
}
.wb-header__userinfo__setting__toggle img {
  vertical-align: middle;
}

.wb-header__userinfo__setting__body {
  position: absolute;
  top: 150%;
  right: -10px;
  display: none;
  width: 200px;
  padding: 20px;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.wb-header__userinfo__setting__body::before {
  content: "";
  position: absolute;
  top: -14px;
  right: 24px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 14px 8px;
  border-color: transparent transparent white transparent;
}
.wb-header__userinfo__setting__body.is-active {
  display: block;
}

.wb-header__sm {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .wb-header__sm {
    display: none;
  }
}

.wb-header__sm__toggle {
  appearance: none;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
}

.wb-header__sm__body {
  position: absolute;
  top: 100%;
  right: 5vw;
  display: none;
  max-width: 250px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.wb-header__sm__body::before {
  content: "";
  position: absolute;
  top: -14px;
  right: 24px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 14px 8px;
  border-color: transparent transparent white transparent;
}
@media screen and (min-width: 768px) {
  .wb-header__sm__body {
    position: static;
    display: block;
    max-width: none;
  }
  .wb-header__sm__body::before {
    display: none;
  }
  .wb-header__sm__logout__panel {
    display: none;
  }
}
.wb-header__sm__body.is-active {
  display: block;
}

.wb-history {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wb-history:not(:first-child) {
  border-top: 1px solid #9fb2d9;
}

.wb-history__date {
  font-size: 14px;
}

.wb-history__user {
  margin-top: 8px;
  font-size: 16px;
}

.wb-login {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: calc(100vh - 40px - 16px);
}

.wb-login__welcome-message {
  margin-top: auto;
  text-align: center;
}

.wb-login__welcome-message__title,
.wb-login__welcome-message__title-en {
  color: #0d3c9a;
}

.wb-login__welcome-message__title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.25;
  font-size: 24px;
}

.wb-login__welcome-message__title-en {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
}

.wb-login__logo {
  margin-top: 24px;
}
.wb-login__logo img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wb-login__controls,
.wb-login__logos {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.wb-login__controls {
  margin-top: 24px;
}

.wb-login__logos {
  margin-top: 12px;
}

.wb-login__logos__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.wb-login__logos__item:not(:first-child) {
  margin-left: 12px;
}

.wb-login__contact {
  margin-top: auto;
  margin-right: 24px;
  margin-left: 24px;
}
.wb-login__contact p {
  line-height: 2;
  font-size: 12px;
}

:not(:root) .wb-menu-button {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 20px 20px;
}
@media screen and (min-width: 768px) {
  :not(:root) .wb-menu-button {
    padding-top: 35% !important;
    background-position: top 20px center;
    background-size: 40px 40px;
  }
}

.wb-message {
  display: flex;
  padding: 12px 24px;
  font-size: 12px;
  background-color: white;
}

.wb-message__title {
  flex: 0 1 auto;
  margin-right: 24px;
}

.wb-message__body {
  flex: 1;
}

.wb-navigation {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .wb-navigation {
    justify-content: flex-start;
  }
}

.wb-navigation__item:not(:first-child) {
  margin-left: 20px;
}

.wb-paginator-extends {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .wb-paginator-extends {
    justify-content: flex-start;
    float: left;
    margin-bottom: 0;
  }
}

.wb-paginator-extends__item:not(:first-child) {
  margin-left: 12px;
}

:not(:root) .wb-panel--white {
  background: white;
}
:not(:root) .wb-panel--sub {
  border-left: 4px solid #0d3c9a;
}

.wb-page-title {
  margin-top: 24px;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #0d3c9a;
}

.wb-paper {
  padding: 24px 20px;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
}

.wb-paper--elevation-1 {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

.wb-separator {
  margin-top: 48px;
  margin-bottom: 48px;
  border: 1px solid #9fb2d9;
}

.wb-status {
  padding: 8px 16px;
  border: 1px solid #9fb2d9;
  border-radius: 5px;
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  background-color: white;
}

.wb-stepnavi {
  overflow: hidden;
  margin-bottom: 24px;
}

.wb-stepnavi__list {
  counter-reset: step;
  display: flex;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .wb-stepnavi__list {
    height: 48px;
  }
}

.wb-stepnavi__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 8px 8px 8px 16px;
  line-height: 1;
  text-align: left;
  color: white;
  background-color: #7f97c6;
}
@media screen and (min-width: 768px) {
  .wb-stepnavi__item {
    flex: 1;
    padding: 16px 12px 16px 32px;
  }
}
.wb-stepnavi__item::before, .wb-stepnavi__item::after {
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.wb-stepnavi__item:not(:first-child)::before {
  content: "";
  top: 50%;
  left: 0;
  z-index: 1;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #eef2f6;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .wb-stepnavi__item:not(:first-child)::before {
    border-width: 27px 0 27px 28px;
  }
}
.wb-stepnavi__item:not(:last-child)::after {
  content: "";
  left: 100%;
  z-index: 2;
  border-width: 15px 0 15px 8px;
  border-color: transparent transparent transparent #7f97c6;
}
@media screen and (min-width: 768px) {
  .wb-stepnavi__item:not(:last-child)::after {
    border-width: 24px 0 24px 24px;
  }
}
.wb-stepnavi__item.is-current {
  flex: 1;
  color: white;
  background-color: #0d3c9a;
}
.wb-stepnavi__item.is-current::after {
  border-color: transparent transparent transparent #0d3c9a;
}
.wb-stepnavi__item.is-current ~ .wb-stepnavi__item {
  color: #292b2c;
  background-color: white;
}
.wb-stepnavi__item.is-current ~ .wb-stepnavi__item::after {
  border-color: transparent transparent transparent white;
}
.wb-stepnavi__item.is-current .wb-stepnavi__label {
  line-height: 1;
  font-size: 12px;
}
.wb-stepnavi__item.is-current .wb-stepnavi__label::before {
  content: counter(step) ".";
}

.wb-stepnavi__label {
  position: relative;
  padding-left: 1em;
  line-height: 0;
  font-size: 0;
  font-weight: 400;
}
.wb-stepnavi__label::before {
  counter-increment: step;
  content: counter(step);
  line-height: 1;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .wb-stepnavi__label::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .wb-stepnavi__label {
    display: block;
    font-size: 12px;
    line-height: 1;
  }
  .wb-stepnavi__label::before {
    content: counter(step) ".";
  }
}

.wb-text--attention {
  color: #d9534f;
}

.wb-text--title {
  font-size: 24px;
  font-weight: 600;
  color: #0d3c9a;
}

.wb-text--subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #0d3c9a;
}

.wb-text--whitespace-nowrap {
  white-space: nowrap;
}

.wb-text--right {
  text-align: right;
}

.wb-text--center {
  text-align: center;
}

.wb-text--left {
  text-align: left;
}

.wb-textarea a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.769%22%20height%3D%2212%22%20viewBox%3D%220%200%2014.769%2012%22%3E%20%3Cpath%20id%3D%22Path_91%22%20data-name%3D%22Path%2091%22%20d%3D%22M14.769%2C0H1.731V1.731H0V12H13.038V10.269h1.731ZM13.9%2C2.538H12.231V.865H13.9ZM11.365.865V2.538H2.6V.865Zm.808%2C10.269H.865V2.6h.865v7.673H12.173ZM2.6%2C9.4v-6H13.9v6Z%22%20fill%3D%22%23747474%22%2F%3E%3C%2Fsvg%3E");
  vertical-align: -13%;
}

@media screen and (min-width: 768px) {
  .wb-scrollbuttom-wrapper {
    display: none;
  }
}

.wb-scrollbuttom {
  position: fixed;
  bottom:  50px;
  right:  20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0d3c9a;
  cursor: pointer;
  z-index: 99;
  display: none;
  text-align: center;
}

.wb-scrollbuttom i {
  color: #fff;
  font-size: 25px;
  line-height: 50px;
}

:not(:root) .wb-width--16 {
  width: 16px;
  max-width: 16px;
  min-width: 16px;
}
:not(:root) .wb-width--50 {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}
:not(:root) .wb-width--80 {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
}
:not(:root) .wb-width--85 {
  width: 85px;
  max-width: 85px;
  min-width: 85px;
}
:not(:root) .wb-width--100 {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
:not(:root) .wb-width--120 {
  width: 120px;
  max-width: 120px;
  min-width: 120px;
}
:not(:root) .wb-width--150 {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
}
:not(:root) .wb-width--200 {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
}
:not(:root) .wb-width--250 {
  width: 250px;
  max-width: 250px;
  min-width: 250px;
}
:not(:root) .wb-width--300 {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
}
:not(:root) .wb-width--400 {
  width: 400px;
  max-width: 400px;
  min-width: 400px;
}
:not(:root) .wb-width--full {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

:not(:root) .badge.badge-required {
  padding: 4px;
  line-height: 1;
  font-size: 10px;
}

:not(:root) .card {
  padding: 16px 12px;
}
@media screen and (min-width: 768px) {
  :not(:root) .card {
    padding: 16px;
  }
}
:not(:root) .card > *:first-child {
  margin-top: 0;
}
:not(:root) .card > *:last-child {
  margin-bottom: 0;
}
:not(:root) .card h2 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  :not(:root) .card h2 {
    font-size: 18px;
  }
}

:not(:root) .layout-wrapper .layout-main {
  padding: 118px 12px;
}
@media screen and (min-width: 768px) {
  :not(:root) .layout-wrapper .layout-main {
    padding: 118px 20px;
  }
}

:not(:root) .ui-button {
  padding: 2px 8px;
  border-radius: 7px;
  line-height: 1;
  font-size: 14px;
}
:not(:root) .ui-selectoneradio td,
:not(:root) .ui-selectmanycheckbox td {
  display: block;
}
:not(:root) .ui-selectoneradio td:not(:first-child),
:not(:root) .ui-selectmanycheckbox td:not(:first-child) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  :not(:root) .ui-selectoneradio td,
:not(:root) .ui-selectmanycheckbox td {
    display: table-cell;
  }
  :not(:root) .ui-selectoneradio td:not(:first-child),
:not(:root) .ui-selectmanycheckbox td:not(:first-child) {
    margin-top: 0;
  }
}
:not(:root) .ui-datatable-scrollable-header-box {
  margin-right: 0 !important;
}
:not(:root) .ui-inputfield {
  padding: 8px 16px;
  border-color: #9fb2d9;
  border-radius: 5px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  :not(:root) .ui-inputfield {
    font-size: 14px;
  }
}
:not(:root) .ui-inputtextarea {
  width: 100%;
}
:not(:root) .ui-calendar {
  display: inline-block;
}
:not(:root) .ui-calendar .ui-inputfield {
  border-radius: 5px 0 0 5px;
}
:not(:root) .ui-messages > *:first-child {
  margin-top: 0;
}
:not(:root) .ui-panel:not(:first-child),
:not(:root) .ui-outputpanel:not(:first-child) {
  margin-top: 40px;
}
:not(:root) .ui-panel > .ui-panel:not(:first-child),
:not(:root) .ui-panel > .ui-outputpanel:not(:first-child),
:not(:root) .ui-outputpanel > .ui-panel:not(:first-child),
:not(:root) .ui-outputpanel > .ui-outputpanel:not(:first-child) {
  margin-top: 16px;
}
:not(:root) .ui-panel {
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
:not(:root) .ui-panel:empty {
  display: none;
}
:not(:root) .ui-panel .ui-panel-content {
  padding: 7px;
}
@media screen and (min-width: 640px) {
  :not(:root) .ui-panel .ui-panel-content {
    padding: 15px;
  }
}
:not(:root) .ui-panel-content:empty {
  display: none;
}
:not(:root) .ui-outputlabel {
  color: #60686c;
}
@media screen and (min-width: 768px) {
  :not(:root) .ui-outputlabel {
    color: #292b2c;
  }
}
:not(:root) .ui-paginator {
  margin-top: 16px;
  margin-bottom: 16px;
  border-color: transparent;
  background-color: transparent;
}
:not(:root) .ui-column-title {
  color: #0d3c9a;
}
:not(:root) .ui-dialog {
  top: 50% !important;
  left: 50% !important;
  width: 100% !important;
  max-width: 95vw;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  :not(:root) .ui-dialog {
    max-width: 640px;
  }
}
:not(:root) .ui-dialog iframe {
  max-width: 100% !important;
}
:not(:root) .ui-dialog .ui-dialog-titlebar .ui-dialog-title,
:not(:root) .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
  color: #0d3c9a;
}

:not(:root) .layout-wrapper .topbar {
  position: fixed;
  top: 0;
  left: 0;
  height: 72px;
  background-color: #0d3c9a;
}

/*# sourceMappingURL=stylesheet.css.map */
