/*------------------------------------------------------------- Variables */
/*------------------------------------------------------------- Background */
.olm-blue-gradient-background {
  background: linear-gradient(180deg, #0D3C6B 91%, #39A9DC 100%);
}
.olm-blue-solid-background {
  background-color: #0D3C6B !important;
  fill: #0D3C6B !important;
}
.olm-light-primary-background {
  background-color: white !important;
  fill: white !important;
}
.olm-light-secondary-background {
  background-color: #F5F5F5 !important;
  fill: #F5F5F5 !important;
}
.olm-light-tertiary-background {
  background-color: #BED3E0 !important;
  fill: #BED3E0 !important;
}
.olm-dark-primary-background {
  background-color: #616161 !important;
  fill: #616161 !important;
}
.olm-disabled-background {
  background-color: #AAAAAA !important;
  fill: #AAAAAA !important;
}
/*------------------------------------------------------------- Shadows */
.shadow {
  box-shadow: 0px 1px 5px;
}
/*------------------------------------------------------------- Borders */
.olm-blue-primary-border-color {
  border-color: #0D3C6B !important;
  stroke: #0D3C6B !important;
}
.olm-blue-secondary-border-color {
  border-color: #39A9DC !important;
  stroke: #39A9DC !important;
}
.olm-dark-primary-border-color {
  border-color: #616161 !important;
  stroke: #616161 !important;
}
.olm-divider-border-color {
  border-color: #AAAAAA !important;
  stroke: #AAAAAA !important;
}
.olm-disabled-border-color {
  border-color: #AAAAAA !important;
  stroke: #AAAAAA !important;
}
.olm-blue-tertiary-border-color {
  border-color: #BED3E0 !important;
  stroke: #BED3E0 !important;
}
.olm-light-grey-border-color {
  border-color: #BDBDBD !important;
  stroke: #BDBDBD !important;
}
/*------------------------------------------------------------- Font colours */
.olm-primary-text-color {
  color: #212121 !important;
  fill: #212121 !important;
}
.olm-primary-text-color font {
  color: #212121 !important;
}
.olm-secondary-text-color {
  color: #757575 !important;
  fill: #757575 !important;
}
.olm-secondary-text-color font {
  color: #757575 !important;
}
.olm-tertiary-text-color {
  color: white !important;
  fill: white !important;
}
.olm-tertiary-text-color font {
  color: white !important;
}
.olm-quaternary-text-color {
  color: #BDBDBD !important;
  fill: #BDBDBD !important;
}
.olm-quaternary-text-color font {
  color: #BDBDBD !important;
}
.olm-disabled-text-color {
  color: #CCCCCC !important;
  fill: #CCCCCC !important;
}
.olm-disabled-text-color font {
  color: #CCCCCC !important;
}
.olm-blue-primary-text-color {
  color: #0D3C6B !important;
  fill: #0D3C6B !important;
}
.olm-blue-primary-text-color font {
  color: #0D3C6B !important;
}
/*------------------------------------------------------------- Fonts */
@font-face {
  font-family: 'roboto--light';
  src: url('../lib/css/Roboto/roboto-light.ttf') format('truetype');
}
.olm-font-generic {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
}
.olm-font {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
}
.olm-font font {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
}
.olm-font-xxx-small {
  font-size: 11px;
}
.olm-font-xxx-small font {
  font-size: 11px;
}
.olm-font-xx-small {
  font-size: 12px;
}
.olm-font-xx-small font {
  font-size: 12px;
}
.olm-font-x-small {
  font-size: 13px;
}
.olm-font-x-small font {
  font-size: 13px;
}
.olm-font-small {
  font-size: 15px;
}
.olm-font-small font {
  font-size: 15px;
}
.olm-font-normal {
  font-size: 17px;
}
.olm-font-normal font {
  font-size: 17px;
}
.olm-font-big {
  font-size: 22px;
}
.olm-font-big font {
  font-size: 22px;
}
.olm-font-x-big {
  font-size: 27px;
}
.olm-font-x-big font {
  font-size: 27px;
}
.olm-font-xx-big {
  font-size: 32px;
}
.olm-font-xx-big font {
  font-size: 32px;
}
.olm-font-xxx-big {
  font-size: 42px;
}
.olm-font-xxx-big font {
  font-size: 42px;
}
/*------------------------------------------------------------- Icons */
* {
  box-sizing: border-box;
}
.app-container {
  webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.alert-popup-container {
  position: absolute;
  opacity: 0.7 !important;
  z-index: 3000;
  height: 10000%;
  width: 100%;
  background-color: black;
  top: 0px;
  left: 0px;
}
.alert-popup-container .alert-popup {
  width: 100%;
  z-index: 3001;
  font-size: 24px;
  color: red;
  text-align: center;
}
html {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
  background-color: white !important;
  fill: white !important;
}
html font {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
}
html body {
  margin: 0px;
}
#olmAppContainer {
  opacity: 1;
  display: none;
}
.fade-in {
  animation: fadeIn 250ms;
  opacity: 1;
}
.fade-out {
  animation: fadeOut 250ms;
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.app-header {
  box-shadow: 0px 1px 5px;
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.app-content {
  background-color: #F5F5F5 !important;
  fill: #F5F5F5 !important;
  position: absolute;
  width: 100%;
}
.text-overflow-elipsis {
  -webkit-margin-before: auto !important;
  -webkit-margin-after: auto !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
.text-overflow-elipsis-second-line {
  -webkit-margin-before: auto !important;
  -webkit-margin-after: auto !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.app-body-container {
  position: relative;
}
.app-resource-item-favicon-container {
  width: auto;
  height: auto;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0px;
}
.favicon-open {
  width: 24px !important;
  height: 24px !important;
}
.app-body {
  background-color: #F5F5F5 !important;
  fill: #F5F5F5 !important;
  position: fixed;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.app-body.small {
  padding-top: 90px;
}
.app-body.large {
  padding-top: 120px;
}
.transition {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.transition-short {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
.app-body.left {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.app-body.center {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.app-body.right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.header-closed {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.header-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.app-header-title-container {
  display: flex;
}
.app-header-title {
  font-size: 32px;
  color: white !important;
  fill: white !important;
  display: inline-flex;
  width: 100%;
  padding-bottom: 8px;
}
.app-header-title font {
  font-size: 32px;
}
.app-header-title font {
  color: white !important;
}
.app-header-sub-title {
  font-size: 15px;
  color: white !important;
  fill: white !important;
  -webkit-margin-before: auto !important;
  -webkit-margin-after: auto !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  height: 20px;
  line-height: 20px;
  margin-bottom: 1px;
  margin-top: 4px;
}
.app-header-sub-title font {
  font-size: 15px;
}
.app-header-sub-title font {
  color: white !important;
}
.app-header-bar {
  background: linear-gradient(180deg, #0D3C6B 91%, #39A9DC 100%);
  background-position: top;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 3px;
  transition: height 500ms ease;
  width: 100%;
  min-height: 90px;
  max-height: 120px;
  overflow: hidden;
}
.app-header-bar.small {
  height: 90px;
}
.app-header-bar.large {
  height: 120px;
}
.onelog-icon {
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 8px;
}
.onelog-icon i {
  color: white !important;
  fill: white !important;
  font-size: 27px;
  text-align: center;
  transition: opacity 125ms ease;
  opacity: 1;
}
.onelog-icon i font {
  color: white !important;
}
.onelog-icon i font {
  font-size: 27px;
}
.onelog-icon .active {
  opacity: 1;
  transition: opacity 125ms ease;
}
.app-header-icons {
  display: flex;
  line-height: 40px;
  height: 40px;
}
.app-header-icons .app-header-icon-container {
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer !important;
}
.app-header-icons .app-header-icon-container i {
  color: white !important;
  fill: white !important;
  font-size: 27px;
  text-align: center;
  transition: opacity 125ms ease;
  opacity: 0.5;
}
.app-header-icons .app-header-icon-container i font {
  color: white !important;
}
.app-header-icons .app-header-icon-container i font {
  font-size: 27px;
}
.app-header-icons .app-header-icon-container .active {
  opacity: 1;
  transition: opacity 125ms ease;
}
.app-tab-screen-icons {
  display: flex;
  justify-content: space-around;
}
.app-tab-screen-icons .active {
  border-bottom-style: solid;
  border-bottom-color: white;
  border-bottom-width: 3px !important;
  transition: border-bottom-width 250ms ease;
}
.app-tab-screen-icons .active i {
  transition: opacity 250ms ease;
  opacity: 1 !important;
  cursor: pointer !important;
}
.app-tab-screen-icons .app-tab-screen-icons-i-container {
  width: 100%;
  justify-content: space-around;
  display: flex;
  cursor: pointer !important;
}
.app-tab-screen-icons .app-tab-screen-icons-i-container i {
  color: white !important;
  fill: white !important;
  font-size: 22px;
  transition: opacity 250ms ease;
  text-align: center;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  opacity: 0.5;
}
.app-tab-screen-icons .app-tab-screen-icons-i-container i font {
  color: white !important;
}
.app-tab-screen-icons .app-tab-screen-icons-i-container i font {
  font-size: 22px;
}
.menu {
  height: 90px;
}
.resources {
  height: 120px;
}
.main-page-element {
  background-color: white !important;
  fill: white !important;
  border-color: #39A9DC !important;
  stroke: #39A9DC !important;
  border-left: 5px solid;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  cursor: pointer !important;
}
.main-page-element i {
  color: #0D3C6B !important;
  fill: #0D3C6B !important;
  font-size: 42px;
  text-align: center;
  min-width: 60px;
  line-height: 60px;
  opacity: 0.5;
}
.main-page-element i font {
  color: #0D3C6B !important;
}
.main-page-element i font {
  font-size: 42px;
}
.main-page-element.olm-disabled {
  opacity: 0.9;
}
.main-page-element-label {
  font-size: 22px;
  color: #212121 !important;
  fill: #212121 !important;
  -webkit-margin-before: auto !important;
  -webkit-margin-after: auto !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  line-height: 60px;
  padding-left: 30px;
}
.main-page-element-label font {
  font-size: 22px;
}
.main-page-element-label font {
  color: #212121 !important;
}
.app-header-resources-bar {
  background: linear-gradient(180deg, #0D3C6B 91%, #39A9DC 100%);
  padding: 10px;
  height: 200px;
  transition: height 250ms ease-in;
  width: 100%;
}
.app-body-element-container {
  opacity: 1;
}
.app-body-element-container.publisher-list {
  display: none;
}
.app-body-element-item-container {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.app-body-element {
  background-color: white !important;
  fill: white !important;
  border-color: #39A9DC !important;
  stroke: #39A9DC !important;
  cursor: pointer !important;
  border-radius: 5px;
  position: relative;
  height: 80px;
  margin-top: 5px;
  display: flex;
  border-left-width: 5px;
  border-left-style: solid;
  transition: background-color 250ms ease-in;
}
.app-body-element.open {
  background-color: #BED3E0 !important;
  fill: #BED3E0 !important;
}
.app-body-element .app-body-element-label:not(.news):not(.help) {
  font-size: 17px;
  color: #212121 !important;
  fill: #212121 !important;
  -webkit-margin-before: auto !important;
  -webkit-margin-after: auto !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  min-width: 30px;
  line-height: 80px;
  text-align: left;
  margin: 0px;
  width: 100%;
  padding-left: 30px;
}
.app-body-element .app-body-element-label:not(.news):not(.help) font {
  font-size: 17px;
}
.app-body-element .app-body-element-label:not(.news):not(.help) font {
  color: #212121 !important;
}
.app-body-element .app-body-element-label.news {
  font-size: 15px;
  color: #212121 !important;
  fill: #212121 !important;
  -webkit-margin-before: auto !important;
  -webkit-margin-after: auto !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-width: 30px;
  line-height: 20px;
  text-align: left;
  margin: 0px;
  width: 100%;
  padding-left: 30px;
}
.app-body-element .app-body-element-label.news font {
  font-size: 15px;
}
.app-body-element .app-body-element-label.news font {
  color: #212121 !important;
}
.app-body-element .app-body-element-label.help {
  font-size: 17px;
  color: #212121 !important;
  fill: #212121 !important;
  -webkit-margin-before: auto !important;
  -webkit-margin-after: auto !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-left: 10px;
  min-width: 30px;
  line-height: 20px;
  text-align: left;
  margin: 0px;
}
.app-body-element .app-body-element-label.help font {
  font-size: 17px;
}
.app-body-element .app-body-element-label.help font {
  color: #212121 !important;
}
.app-body-element .app-body-element-icon-container {
  position: relative;
}
.app-body-element .app-body-element-icon-container i:not(.badge) {
  color: #212121 !important;
  fill: #212121 !important;
  font-size: 27px;
  text-align: center;
  width: 40px;
  line-height: 80px;
  right: 0px;
}
.app-body-element .app-body-element-icon-container i:not(.badge) font {
  color: #212121 !important;
}
.app-body-element .app-body-element-icon-container i:not(.badge) font {
  font-size: 27px;
}
.app-body-element .app-body-element-icon-container span {
  top: 9px;
  right: 5px;
}
.app-body-element .app-body-element-icon-container .badge-circle {
  color: #0D3C6B !important;
  fill: #0D3C6B !important;
}
.app-body-element .app-body-element-icon-container .badge-circle font {
  color: #0D3C6B !important;
}
.app-body-element .app-body-element-icon-container .badge-number span {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
  font-size: 17px;
  color: white !important;
  fill: white !important;
  line-height: 40px !important;
}
.app-body-element .app-body-element-icon-container .badge-number span font {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
}
.app-body-element .app-body-element-icon-container .badge-number span font {
  font-size: 17px;
}
.app-body-element .app-body-element-icon-container .badge-number span font {
  color: white !important;
}
.time-label {
  font-size: 11px;
  position: absolute;
  z-index: 2;
  vertical-align: super;
  width: auto;
  line-height: 10px !important;
  height: 10px !important;
  right: 5px;
  top: 3px;
}
.time-label font {
  font-size: 11px;
}
.question-text {
  font-size: 17px;
  text-align: center;
  min-height: 90px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.question-text font {
  font-size: 17px;
}
.news-summary {
  font-size: 12px;
  min-height: 90px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.news-summary font {
  font-size: 12px;
}
.help-sign-in {
  font-size: 13px;
  min-height: 90px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.help-sign-in font {
  font-size: 13px;
}
.sub-element-footer {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.text-centered {
  margin: auto;
  max-width: 360px;
}
.app-body-block {
  overflow: hidden;
  transition: height 500ms ease;
}
.app-body-block.zero-height {
  height: 0px !important;
}
.app-body-sub-element-item-container {
  overflow: hidden;
  transition: height 500ms ease;
  box-shadow: 0px 3px 0px #BED3E0;
}
.app-body-sub-element-item-container.zero-height {
  height: 0px !important;
}
.app-body-sub-element-item {
  background-color: white !important;
  fill: white !important;
  border-color: #0D3C6B !important;
  stroke: #0D3C6B !important;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  border-left-width: 5px;
  border-left-style: solid;
  justify-content: space-between;
  cursor: pointer !important;
}
.app-body-sub-element-item .app-body-sub-element-item-label {
  font-size: 17px;
  color: #212121 !important;
  fill: #212121 !important;
  -webkit-margin-before: auto !important;
  -webkit-margin-after: auto !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  padding-left: 10px;
  text-align: center;
  min-width: 30px;
  line-height: 50px;
}
.app-body-sub-element-item .app-body-sub-element-item-label font {
  font-size: 17px;
}
.app-body-sub-element-item .app-body-sub-element-item-label font {
  color: #212121 !important;
}
.app-body-sub-element-item i {
  color: #212121 !important;
  fill: #212121 !important;
  font-size: 17px;
  text-align: center;
  width: 40px;
  line-height: 50px;
}
.app-body-sub-element-item i font {
  color: #212121 !important;
}
.app-body-sub-element-item i font {
  font-size: 17px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
  background-image: none !important;
}
.pin-in-items {
  background-color: white !important;
  fill: white !important;
  width: 90%;
  height: 90%;
  margin: 4%;
}
.olm-input-pin-element {
  display: flex !important;
  position: relative !important;
  margin: auto;
  max-width: fit-content;
}
.olm-input-pin-element .olm-pin-digit {
  font-size: 27px;
  border-color: #BDBDBD !important;
  stroke: #BDBDBD !important;
  margin-left: 8px;
  margin-right: 8px;
  text-align: center;
  background-color: transparent !important;
  border: 1px solid;
  height: 55px;
  width: 45px;
  margin-top: 10px;
}
.olm-input-pin-element .olm-pin-digit font {
  font-size: 27px;
}
.olm-input-pin-element .olm-control-label {
  font-size: 15px;
  color: #BDBDBD !important;
  fill: #BDBDBD !important;
  -webkit-margin-before: auto !important;
  -webkit-margin-after: auto !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  display: block !important;
  width: auto !important;
  margin: 0px !important;
  height: auto !important;
  min-height: 17px;
  text-align: left;
  position: absolute !important;
  top: 14px;
  left: 0px;
  -webkit-transition: 500ms !important;
  transition: 500ms !important;
  z-index: 1 !important;
  clip: auto !important;
  overflow: hidden !important;
  padding: 0px;
}
.olm-input-pin-element .olm-control-label font {
  font-size: 15px;
}
.olm-input-pin-element .olm-control-label font {
  color: #BDBDBD !important;
}
.olm-input-pin-element.filled .olm-control-label {
  font-size: 13px;
  color: #757575 !important;
  fill: #757575 !important;
  -webkit-margin-before: auto !important;
  -webkit-margin-after: auto !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  height: auto !important;
  width: auto !important;
  top: -14px;
}
.olm-input-pin-element.filled .olm-control-label font {
  font-size: 13px;
}
.olm-input-pin-element.filled .olm-control-label font {
  color: #757575 !important;
}
.olm-input-element {
  border-color: #AAAAAA !important;
  stroke: #AAAAAA !important;
  display: flex !important;
  justify-content: space-between !important;
  border-bottom: 2px solid;
  position: relative !important;
}
.olm-input-element .olm-control-label {
  font-size: 15px;
  color: #BDBDBD !important;
  fill: #BDBDBD !important;
  -webkit-margin-before: auto !important;
  -webkit-margin-after: auto !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  display: block !important;
  width: auto !important;
  margin: 0px !important;
  height: auto !important;
  min-height: 17px;
  text-align: left;
  position: absolute !important;
  top: 14px;
  left: 0px;
  -webkit-transition: 500ms !important;
  transition: 500ms !important;
  z-index: 1 !important;
  clip: auto !important;
  overflow: hidden !important;
  padding: 0px;
}
.olm-input-element .olm-control-label font {
  font-size: 15px;
}
.olm-input-element .olm-control-label font {
  color: #BDBDBD !important;
}
.olm-input-element:after {
  color: #212121 !important;
  fill: #212121 !important;
  background-color: #616161 !important;
  fill: #616161 !important;
  content: '';
  position: absolute;
  height: 2px;
  width: 0px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -2px;
  opacity: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.olm-input-element:after font {
  color: #212121 !important;
}
.olm-input-element.focus,
.olm-input-element.filled {
  background-color: transparent !important;
}
.olm-input-element.focus:after,
.olm-input-element.filled:after {
  background-color: #616161 !important;
  fill: #616161 !important;
  opacity: 1;
  width: 100%;
}
.olm-input-element.focus .olm-control-label,
.olm-input-element.filled .olm-control-label {
  font-size: 13px;
  color: #757575 !important;
  fill: #757575 !important;
  -webkit-margin-before: auto !important;
  -webkit-margin-after: auto !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  height: auto !important;
  width: auto !important;
  top: -14px;
}
.olm-input-element.focus .olm-control-label font,
.olm-input-element.filled .olm-control-label font {
  font-size: 13px;
}
.olm-input-element.focus .olm-control-label font,
.olm-input-element.filled .olm-control-label font {
  color: #757575 !important;
}
.olm-input-element.focus.olm-disabled:after,
.olm-input-element.filled.olm-disabled:after {
  background-color: #AAAAAA !important;
  fill: #AAAAAA !important;
}
.olm-input-element .olm-input-control {
  color: #212121 !important;
  fill: #212121 !important;
  box-shadow: 0 0 0px !important;
  border-radius: 5px !important;
  border: none !important;
  position: relative;
  z-index: 2;
  padding-top: 22px;
  background: none;
  width: 100% !important;
  max-width: 100% !important;
  background-color: transparent !important;
  margin: 0px !important;
  box-sizing: border-box;
  cursor: auto !important;
}
.olm-input-element .olm-input-control font {
  color: #212121 !important;
}
.olm-input-element .olm-input-control:focus,
.olm-input-element .olm-input-control:active {
  margin: 0px !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none;
  outline: none !important;
  outline-color: none !important;
  outline-style: none !important;
  outline-width: 0px !important;
}
.olm-input-element .olm-input-control:disabled {
  -webkit-margin-before: auto !important;
  -webkit-margin-after: auto !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  opacity: 0.8;
}
.olm-input-element .olm-input-control[type="search"] {
  font-family: 'roboto--light';
  padding-top: 13px;
  resize: none;
  overflow: hidden;
  line-height: normal;
  -webkit-appearance: textfield;
}
.olm-input-element .olm-input-control[type="search"]::-webkit-search-cancel-button,
.olm-input-element .olm-input-control[type="search"]::-webkit-search-decoration {
  -webkit-appearance: searchfield-cancel-button !important;
}
.olm-input-element .olm-input-control[type="search"]::-ms-clear {
  display: block !important;
}
.app-body-sub-element-item-container .active-class {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  color: #BED3E0 !important;
}
.app-body-sub-element-item-container .active-class ::selection {
  background: transparent !important;
}
.app-body-sub-element-item-container .active-class :focus {
  outline: none !important;
}
.app-body-sub-element-item-container .sub-element-label-item {
  font-size: 13px;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 20px;
}
.app-body-sub-element-item-container .sub-element-label-item font {
  font-size: 13px;
}
.app-body-sub-element-item-container .sub-element-label-item .olm-input-control {
  padding-top: 0px;
}
.olm-search-container {
  font-size: 17px;
  display: flex !important;
  justify-content: space-between !important;
  padding-left: 15px;
  padding-right: 15px;
}
.olm-search-container font {
  font-size: 17px;
}
.olm-search-container i {
  height: 30px !important;
}
.olm-search-container .olm-input-element {
  width: 100%;
}
.olm-search-container .olm-input-element input {
  font-size: 17px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
}
.olm-search-container .olm-input-element input font {
  font-size: 17px;
}
.url-value {
  overflow: hidden;
  word-wrap: break-word;
}
.url-value.open {
  height: auto;
}
.url-value.hidden {
  height: 0px;
}
.url-value.hidden:after {
  display: none;
}
.olm-input-items {
  box-sizing: content-box !important;
  padding-left: 15px !important;
  padding-right: 15 px !important;
  padding-top: 15px !important;
  cursor: pointer;
  overflow: visible !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.olm-input-items ::selection {
  background: transparent !important;
}
.olm-input-items :focus {
  outline: none !important;
}
.olm-form-elements-container {
  border-color: #616161 !important;
  stroke: #616161 !important;
  box-sizing: content-box !important;
  padding-top: 10px !important;
  padding-bottom: 40px !important;
  height: auto !important;
}
.olm-input-properties-container {
  border-color: #616161 !important;
  stroke: #616161 !important;
  padding-top: 30px !important;
  padding-left: 20px;
  padding-right: 20px;
  height: 80px !important;
  box-sizing: content-box !important;
}
.olm-input-properties-container i {
  font-size: 17px;
}
.olm-input-properties-container i font {
  font-size: 17px;
}
.olm-input-container {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}
.pin-code-input-new {
  text-align: center;
}
.pin-code-input-existing {
  text-align: center;
  -webkit-text-security: disc;
}
.olm-select-list {
  background-color: #0D3C6B !important;
  fill: #0D3C6B !important;
  border-color: #AAAAAA !important;
  stroke: #AAAAAA !important;
  box-shadow: 0 0 0px !important;
  border-radius: 5px !important;
  border: 2px solid;
  position: absolute !important;
  top: 45px;
  left: 0px;
  width: 100%;
  height: auto !important;
  z-index: 10 !important;
  align-items: normal !important;
  block-size: auto !important;
  box-sizing: content-box !important;
  max-height: 130px;
  overflow-y: scroll;
}
.olm-select-list .olm-select-option {
  font-size: 15px;
  color: white !important;
  fill: white !important;
  box-shadow: 0 0 0px !important;
  border-radius: 5px !important;
  border-style: none;
  text-align: left !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  padding: 10px;
  align-items: normal;
  align-self: normal;
  box-sizing: content-box;
  display: block;
  flex-shrink: 1;
  cursor: pointer !important;
}
.olm-select-list .olm-select-option font {
  font-size: 15px;
}
.olm-select-list .olm-select-option font {
  color: white !important;
}
.olm-select-list .olm-select-option:hover {
  color: #212121 !important;
  fill: #212121 !important;
  background-color: white !important;
  fill: white !important;
}
.olm-select-list .olm-select-option:hover font {
  color: #212121 !important;
}
.olm-items-container {
  padding: 25px;
}
.olm-button {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
  font-size: 15px;
  background-color: #0D3C6B !important;
  fill: #0D3C6B !important;
  color: white !important;
  fill: white !important;
  min-width: 120px !important;
  height: 40px !important;
  min-height: auto !important;
  text-align: center !important;
  line-height: 40px !important;
  border-width: 0 0 1px 0 !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  box-shadow: 0px 1px 5px;
}
.olm-button font {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
}
.olm-button font {
  font-size: 15px;
}
.olm-button font {
  color: white !important;
}
.olm-button i {
  color: white !important;
  fill: white !important;
}
.olm-button i font {
  color: white !important;
}
.olm-button text {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
  color: white !important;
  fill: white !important;
  padding-left: 5px;
}
.olm-button text font {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
}
.olm-button text font {
  color: white !important;
}
.olm-button div {
  text-align: center !important;
}
.olm-button:disabled {
  background-color: #AAAAAA !important;
  fill: #AAAAAA !important;
  color: #CCCCCC !important;
  fill: #CCCCCC !important;
  border-color: #AAAAAA !important;
  stroke: #AAAAAA !important;
  width: 120px !important;
  min-width: 120px !important;
  height: 40px !important;
  min-height: auto !important;
  text-align: center !important;
  line-height: 40px !important;
}
.olm-button:disabled font {
  color: #CCCCCC !important;
}
.olm-button:disabled i {
  color: #CCCCCC !important;
  fill: #CCCCCC !important;
}
.olm-button:disabled i font {
  color: #CCCCCC !important;
}
.olm-footer {
  background-color: white !important;
  fill: white !important;
  display: flex !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  vertical-align: middle;
  box-sizing: content-box !important;
  justify-content: space-between !important;
  flex-direction: row !important;
  height: auto !important;
  position: relative;
}
.olm-footer text {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
  font-size: 15px;
}
.olm-footer text font {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
}
.olm-footer text font {
  font-size: 15px;
}
@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.21);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.17);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes opacityPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.pulse {
  animation-name: pulse_animation;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
.olm-footer-message,
.olm-footer-info-message {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
  font-size: 13px;
  color: #212121 !important;
  fill: #212121 !important;
  height: 40px !important;
  max-height: 40px !important;
  padding-left: 5px;
  padding-right: 5px;
}
.olm-footer-message font,
.olm-footer-info-message font {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
}
.olm-footer-message font,
.olm-footer-info-message font {
  font-size: 13px;
}
.olm-footer-message font,
.olm-footer-info-message font {
  color: #212121 !important;
}
.info-message {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
  font-size: 12px;
  color: #212121 !important;
  fill: #212121 !important;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  min-height: 40px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.info-message font {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
}
.info-message font {
  font-size: 12px;
}
.info-message font {
  color: #212121 !important;
}
.info-message-link {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
  font-size: 15px;
  color: #212121 !important;
  fill: #212121 !important;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  text-decoration: underline;
}
.info-message-link font {
  font-family: 'roboto--light' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-weight: normal !important;
  font-size: initial;
  font-size-adjust: 100% !important;
  font-feature-settings: normal !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  text-align: initial;
}
.info-message-link font {
  font-size: 15px;
}
.info-message-link font {
  color: #212121 !important;
}
.fingerprint-login {
  font-size: 40px;
  padding: 40px;
  width: 100%;
  text-align: center;
}
