body {
  background: var(--bw-255);
}

.close-anchor {
  display: block;
  width: 44px;
  height: 100%;
  position: absolute;
  z-index: 988;
  right: -8px;
  opacity: 0.5;
  padding-top: 8px;
}

.fill-1 {
  height: 6px;
  background-color: var(--color-mbank-chathams-blue);
}
.fill-2 {
  height: 6px;
  background-color: var(--color-mbank-opal);
}

.fill-3 {
  height: 6px;
  background-color: var(--color-mbank-cerulean-blue);
}

.fill-4 {
  height: 6px;
  background-color: var(--color-mbank-mid-gray);
}

.fill-5 {
  height: 6px;
  background-color: var(--color-mbank-flush-orange);
}

.fill-6 {
  height: 6px;
  background-color: var(--color-mbank-daintree);
}

.error-msg-box {
  position: relative;
  bottom: 60px;
}

.progress-bar {
  position: relative;
  bottom: 15px;
}
.progress-bar-blue {
  height: 4px;
  background-color: var(--color-blue-500);
}

.progress-bar-grey {
  height: 4px;
  background-color: var(--bw-215);
}

.no-max-width {
  max-width: none;
}

#appletPlaceHolderTable {
  border: none;
}

.Rectangle {
  width: 100%;
  height: 147px;
  padding: 20px 13px 14px 20px;
  border-radius: 5px;
  background-color: var(--color-grey-bg);
}

.Rectangle:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}


.Rectangle a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--bw-255);
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  border-radius: 5px;
}

.arrowRight {
  width: 24px;
  height: 24px;
  margin: 41px 5px 0 275px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.icon-doc:before {
  font-size: var(--font-size-40);
  line-height: inherit;
  color: var(--color-blue-500);
  content: "\e920";
}

.pre {
  white-space: pre;
}

.loginInfo {
  font-size: var(--font-size-11);
  float: left;
}

#main-content {
  min-height: calc(100% - 106px);
}

main {
  height: 100% !important;
  padding-top: 0px !important;
}

#footer {
  width:100%;
  height: 100px;
}

.f-col:before {
  font-family: var(--font-family-icon);
  position: absolute;
  left: 5px;
  top: 13px;
  font-size: var(--font-size-16);
  line-height: 1em;
  color: var(--bw-151);
  margin-left: -2.5px;
}

.f-col .col-t {
  font-weight: 600;
  font-size: var(--font-size-13);
  line-height: 1.5em;
  margin: 1px 0 1px;
  width: 100%;
}

.qr-content {
  min-height: 650px !important;
}

.qr-login {
  font-size: var(--font-size-36);
  margin-left: 0px;
}

.contact-data-content {
  min-height: 450px !important;
}

.confirmation-content {
  min-height: 450px !important;
}
