.identity-logo {
    background-image: url("../img/logo.svg");
    background-size: contain;
    width: 84px;
    height: 40px;
}

.full-width {
  width: 100%
}
.mb-32px{
  margin-bottom: 32px;
}
.mb-40px{
  margin-bottom: 40px;
}
.mr-32px {
  margin-right: 32px;
}
.mt-32px {
  margin-top: 32px;
}
h3, .h3{
  color: #233840;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing:0%;
  text-decoration: none;
  font-family: proxima_nova;
}
h2, .h2{
  color: #233840;
  font-size: 32px;
  font-family: proxima_nova;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0%;
  text-decoration: none;
}
h5 , .h5{   
  color:#233840;
  font-size:18px;
  font-family: proxima_nova;
  font-weight:600;
  line-height:20px;
  letter-spacing:0%;
  text-decoration:none;
}
h6, .h6 {
  color:#233840;
  font-size: 16px;
  font-family: proxima_nova;
  font-weight: 600;
  line-height: 18px;
}
html,body {
  color: #3d5159;
  background-color: #f9fafb;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: proxima_nova , sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.body-link {
  color: #20a39e;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  font-size: 16px;
  text-underline-offset: 3px;
}
.tiny-link{
  color: #20a39e;
  font-weight: 400;
  line-height:18px;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.subtitle{
  font-size: 10px;
}
a{
  text-underline-offset: 3px;
}
.shadow-down-xl {
  box-shadow:  0px 8px 12px 0px #52656c1f;
}
.body-semi{
  font-family: proxima_nova;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0%;
}
.caption-regular {
  font-family: proxima_nova;
  font-weight: 400;
  line-height: 22px;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0;
}
.ui-bpi-button {
  height: 48px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  width: 100%
}
.ui-bpi-primary-button {
  height: 48px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  width: 100%;
  background: #d33b40;
  color: #ffffff;
  border: unset;
  font-weight: 600;
}
.disabled {
  background:#f2c4c6;
  pointer-events: none;
}
button.ui-bpi-primary-button:hover {
  &:not(.disabled){
    background: #be353a;
  }
}
.secondary {
  background: transparent;
  color: #233840;
  font-weight: 400;
  border: 1px solid #233840;
}
button.secondary:hover {
  font-weight: 600;
}

.hamburger {
  background-image: url("../img/hemberg.svg");
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
}
.top-bar-logo {
  background-image: url("../img/logo.svg");
  width: 52px;
  height: 24px;
  background-repeat: no-repeat;
}
.bancnet-logo {
  background-image: url("../img/bitmap-bancNet.svg");
  width:90px;
  height:19px;
  background-repeat: no-repeat;
}
.global-secure-logo{
  background-image: url("../img/bitmap-global.svg");
  width: 95px;
  height: 36px;
  background-repeat: no-repeat;
}
.pdic-logo{
  background-image: url("../img/pdic.svg");
  width:33px;
  height:36px;
  background-repeat: no-repeat;
}

#tooltip{
  position: relative;
  cursor:pointer;
}
#tooltipText{
  left: -63%;
  top: -150px;
  transform: translateX(-50%);
  visibility: hidden;
  max-width: 362px;
  width: 362px;
  position: absolute;
  z-index: 10;
  opacity: 0;
  padding:16px;
  background-color: #ffffff;
  will-change: transform;
  transition: opacity 0.15s linear;
  margin: unset;
  box-shadow: 0px 3px 12px 0px #52656c1f;
  text-align: unset;
  border-radius:7px;
}
#responsive-tooltipText{
  position: absolute;
    z-index: 10;
    opacity: 0;
    padding:8px;
    max-width:259px;
    background-color: #ffffff;
    top: 0px;
    left: 0px;
    will-change: transform;
    transform: translate(32px, 656px);
    transition: opacity 0.15s linear;
    margin: unset;
    box-shadow: 0px 3px 12px 0px #52656c1f;
    text-align: unset;
    border-radius:4px;

}
.show-tooltip
{
  opacity: 1 !important;
}
.tooltip-content{
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 24px;
  margin-top: 8px;
  line-height: 18px;
}
.tooltip-content-web{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
  margin-top: 8px;
  line-height: 18px;
}
.top-bar-menu > span {  
  cursor: pointer;    
  color: #3d5159;
  &:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
.tiny-regular {
  font-size: 12px;
  font-weight:400;
  line-height:18px;
  text-decoration: none;
  letter-spacing: 0%;
  color:#63747b;
  }
.main-container {
  display: flex;
  flex-direction: column;
}

.ui-bpi-login {
  min-height: 100vh;
  position: relative;
  flex-direction: row;
  background-color: unset;
  justify-content: space-around;
}

.ui-bpi-login__form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #ffffff;
    z-index: 10;
    width: 386px;
    padding: 40px 24px 40px 40px;
}

.ui-bpi-login__form__inquiryMenu {
  display: flex;
  align-items: center;
  justify-content:flex-start;
  border-bottom: 1px solid #e5e8e9;
  line-height: 16px;
}

.ui-bpi-login__form__inquiryMenu .icon-chevron-right { 
  margin-left: auto; 
}

.ui-bpi-login__form-notice {
  color: #63747b;
  font-size: 12px;
  line-height: 18px;
}
.ui-bpi-login__inquirymenus {
  background-color: #ffffff;
  padding: 24px;
  position: absolute;
  min-height: 100%;
  height: 100vh;
  width: 322px;
  z-index: 1;
  box-shadow:-10px 0px 7px rgba(0, 0, 0, 0.15);
}

.ui-bpi-login-form-orText {
  overflow: hidden;
  color: #bec5c8;
}
.ui-bpi-login-form-orText::before, .ui-bpi-login-form-orText::after {
  content: '';
  background-color:#e5e8e9;
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.ui-bpi-login-form-orText::before {
  right: 0.5em;
  margin-left: -50%;
}
.ui-bpi-login-form-orText::after {
  left: 0.5em;
  margin-right: -50%;
}

.ui-bpi-login-button{
  margin-top: 32px;
  margin-bottom: 12px;
}
.ui-bpi-login__inquirymenus-externallink {
  display: flex;
  cursor: pointer;
}

.shadow {
  filter: drop-shadow(3px 0px 12px rgba(82, 101, 108, 0.12));
}

.ui-bpi-login__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
}
.ui-bpi-login-main-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 32px 0px;
}
.ui-bpi-login-image-container{
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
#image-login{
  width: 585px;
  height: 484px;
}
.show-default-image{
  background:  url("../img/login.svg") no-repeat center center;
}
.ui-bpi-login-footer{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 40px;
}
.ui-bpi-login-footer-responsive{
  display:none;
}
.ui-bpi-login-footer-links{
  display: flex;
  align-items: center;
}
.ui-bpi-login-footer-links > span {
  color:  #3d5159;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ui-bpi-login-footer-logos {
  display: flex;
}
.service-agreement-link{
  margin-right: 32px;
}

.icon-chevron-right {
  background-image: url("../img/chevron-right.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.icon-eye-close {
  background-image: url("../img/eye-close.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.icon-eye-close.error {
  background-image: url("../img/error-eye-close.svg");
}
.icon-eye-open {
  background-image: url("../img/eye-open.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.icon-eye-open.error {
  background-image: url("../img/error-eye-open.svg");
}
.icon-remittance {
  background-image: url("../img/clock.svg");
  width: 24px;
  height: 24px;
}

.icon-prepaid-card {
  background-image: url("../img/prepaid-cards.svg");
  width: 24px;
  height: 24px; 
}
.icon-contact-us{
  background-image: url("../img/contact-us.svg");
  width: 24px;
  height: 24px; 
}
.icon-home{
  background-image: url("../img/home.svg");
  width: 24px;
  height: 24px;
}
.icon-close {
  background-image: url("../img/close.svg");
  width: 24px;
  height: 24px; 
}
.icon-small-close {
  background-image: url("../img/close.svg");
  width: 18px;
  height: 18px; 
  background-repeat: no-repeat;

}
.icon-transfer-to{
  background-image: url("../img/transfer-to.svg");
  width: 24px;
  height: 24px; 
}
.icon-cashflow-in{
  background-image: url("../img/cashflow-in.svg");
  width: 24px;
  height: 24px; 
}
.icon-rotate-cw{
  background-image: url("../img/rotate-cw.svg");
  width: 24px;
  height: 24px; 
}
.icon-sidebar-lock-account{
  background-image: url("../img/sidebar-lock-account.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.icon-sidebar-show-inquiry{
  background-image: url("../img/sidebar-show-inquiry.svg");
  width: 24px;
  height: 24px; 
  background-repeat: no-repeat;
}
.icon-sidebar-lock-account{
  background-image: url("../img/sidebar-lock-account.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.icon-sidebar-show-inquiry{
  background-image: url("../img/sidebar-show-inquiry.svg");
  width: 24px;
  height: 24px; 
  background-repeat: no-repeat;
}

.icon-warning {
  background-image: url("../img/warning.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.cursor-pointer {
  cursor: pointer;
}

a:hover{
    cursor:pointer;
    color: #20a39e;
    font-weight: 400;
    text-decoration: underline;
}
.username-retrival {
  background: url("../img/username-retrieval.svg") no-repeat center center;
  height: 210px;
  width: 366px;
}
.modal-content{
  padding:16px 16px 32px;
  border-radius: 8px;
  box-shadow: 0px 3px 12px 0px #52656c1f;
}
.modal-body-username{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-footer > * {
  margin: 0px; }

.modal{
  align-items: center;
  background-color: rgba(35, 56, 64, 0.6);
}
.modal-dialog{
  width: 400px;
  margin: 0 auto;
}
.ui-bpi-topbar {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  z-index: 10;
  height: 225px;
}
.menu-items{
  padding:24px 32px;
}
.ui-bpi-input-control{
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 0 16px;
  background-color: #f4f5f6;
  border-bottom: 2px solid #f4f5f6;
  height: 56px;
}

.ui-bpi-control-input{
  order: 2;
  color: #233840;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  &:focus::placeholder {
    color: transparent;
  }

  &::placeholder {
    color: #63747b;
    opacity: 1;
  }
}
.ui-bpi-input-control-field{
  width: calc(100% - 24px);
  display: flex;
  flex-direction: column;
}
input{
  width: 100%;
}
input:focus + label {
  display: block;
  pointer-events: none;
  }
  .ui-bpi-input-control:focus-within{
    border-bottom-color: #233840;
  }
  .ui-bpi-input-error-border:focus-within{
    border-bottom-color:#be353a;
  }
  .ui-bpi-control-input:not(:placeholder-shown) ~ .ui-bpi-input-control-label{
    display: inline-block;
  }
  
.ui-bpi-input-control-label{
  order: 1;
  margin: 0;
  color: #63747b;
  display: none;
  font-size: 12px;
  font-weight:400;
  line-height:18px;
  text-decoration: none;
  letter-spacing: 0%;
}
.ui-bpi-input-icon{
  display: none;
}

.ui-bpi-toaster {
  display: flex;
  position: absolute;
  top: 24px;
  z-index: 20;
  align-items: center;
  border-radius: 8px;
  visibility: hidden;
  background-color: #faeaeb;
  max-width: 600px;
  min-width: 328px;
}

.ui-bpi-toaster__icon {
  display: flex;
  align-self: normal;
  align-items: center;
  background-color: #be353a;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.ui-bpi-toaster__body {
  flex: auto;
  padding: 12px 16px;
}
.full-page-content {
  position: fixed;
  top: 0;
  left: 0;
  background: #f9fafb;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:60;
}
.ui-bpi-record-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 8.33%;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px #52656c1f;
  border-radius: 8px;
}
.ui-bpi-record-empty-title{
  margin-top: 32px;
}

.ui-bpi-record-empty-icon{
  background-image: url("../img/empty-record.svg");
  height: 112px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
}
.ui-bpi-input-error {
  color:#be353a;
}
.ui-bpi-input-error-border{
  border-bottom: 2px solid #be353a;
}

.button-loader {
  position: relative;
  overflow: hidden;
}

.button-loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 4px solid transparent;
  border-top: 3px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  box-sizing: border-box;
  transform-origin: 50% 50%;
}

@keyframes spin {
  0% { 
    transform: rotate(10deg); 
  }
  100% { 
    transform: rotate(360deg); 
  }
}

@media (max-width: 767px){

  .ui-bpi-login {
    position: relative;
    justify-content: space-between;
    flex-direction: column;
  }

  .ui-bpi-login__form {
    width: 100%;
    padding: 16px;
    flex-grow: 1;
  }

  .ui-bpi-login-footer{
    display:none;
  }

  .ui-bpi-login-footer-responsive{
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 16px 16px 32px;
    background-color: white;
  }

  .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top-bar-logo {
    width: 43px;
  }

  .top-bar-menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .ui-bpi-login__content {
    display: none;
  }

  .ui-bpi-login__inquirymenus {
    min-height: 94%;
    height: 94vh;
    top: 50px;
    z-index: 10;
    left: 0;
    width: 100%;
    box-shadow: none;
  }

  .ui-bpi-login-footer-links{
    margin-top: 16px;
  }

  .modal-dialog{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .ui-bpi-record-empty {
    padding: 32px 16px;
  }

  .ui-bpi-record-empty-title{
    margin-top: 24px;
  }

  .ui-bpi-toaster {
    max-width: auto;
    min-width: auto;
  }
}

@media only screen and  (max-width: 1200px) and (min-width: 768px)  {

  .top-bar-logo {
    width: 43px;
  }

  .ui-bpi-login__form {
    width: 360px;
  }

  #image-login{
    width: 400px;
    height: 334px;
  }

  .ui-bpi-login-footer{
    padding: 32px;
  }

  .service-agreement-link{
    margin-right: 24px;
  }
}

#kc-info-message > * {
  font-family: proxima_nova;  
}

