
html,
body {
  height: 100%;
  overflow-x: hidden;
  padding-right: 0 !important;
}

body {
  color: #333333;
  /* background: #F6F7F9; */
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  overflow: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

a {
  color: #0C5F20;
  font-size: 14px;
  font-weight: 600;
}

a,
a:hover {
  text-decoration: none;
}

:focus {
  outline: none;
}

*:-moz-full-screen,
*:-webkit-full-screen,
*:fullscreen *:-ms-fullscreen {
  overflow: auto;
}

[type=button]:focus,
a:active,
a:focus,
a:visited,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
select::-moz-focus-inner {
  outline: 0;
}

input,
.form-control:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  outline-width: 0;
  outline-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline-style: none;
}

.btn,
.btn-group.open .dropdown-toggle,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited,
a,
a:active,
a:checked,
a:focus,
a:hover,
a:visited,
body,
button,
button:active,
button:hover,
button:visited,
div,
input,
input:active,
input:focus,
input:hover,
input:visited,
select,
select:active,
select:focus,
select:visited,
textarea,
textarea:active,
textarea:focus,
textarea:hover,
textarea:visited {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button,
button:active,
button:checked,
button:focus,
button:hover,
button:visited {
  outline: 0;
  outline-offset: 0;
}

a:focus,
input:focus {
  outline: none;
}

.focus,
:focus {
  box-shadow: none !important;
}

.container-scroller {
  overflow: hidden;
}

.text-gray {
  color: #8c8c8c;
}

.text-black {
  color: #000;
}

.text-small {
  font-size: 12px;
}

.font-weight-light {
  font-family: 'Roboto', sans-serif;
}

.font-weight-bold {
  font-family: 'Roboto', sans-serif;
}

.font-weight-normal {
  font-family: 'Roboto', sans-serif;
}

/*============= Promo Animation ===================*/
#promo_animation{
  max-width: 14rem;
  position: absolute;
  top: 0;
  left: 0;
}


/* ------------ Login & Regsitration ------------ */
#app-backdrop{
  background: url("../images/backdrop.png") no-repeat;
  background-size: cover;
}
.container-login,
.container-register,
.container-otp,
.container-set-password,
.container-forgot {
  height: 100%;
}

.sign-in-up-des {
  position: absolute;
  top: 0;
  padding: 180px 0;
  margin-bottom: 10px;
}

.sign-in-up-des h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

.sign-in-up-des p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  opacity: .5;
}

.sign-in-up {
  padding-top: 0px;
}

.sign-in-up h4 {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
}

.sign-in-up p {
  color: #828282;
  font-size: 14px;
  font-weight: 400;
}

.sign-in-up h1 {
  color: #0C5F20;
  font-size: 20px;
  font-weight: 600;
}

.login-action .forgot {
  color: #F7941D;
}

.regsiter-action .register {
  color: #0C5F20;
}

.login-action a,
.regsiter-action ul,
.regsiter-action a {
  padding-top: 10px;
}

.agree-terms-conditions {
  color: #0C5F20;
  font-weight: 400;
}

.sign-in-up-footer {
  bottom: 10px;
  z-index: 100;
}


.language ul li,
.language ul li a,
.branch-atm-help ul li,
.branch-atm-help ul li a {
  color: #828282 !important;
}

.language ul li,
.language ul li a {
  font-size: 13px;
  font-weight: 600;
}

.language ul li.active a {
  color: #0C5F20 !important;
}

.branch-atm-help ul li,
.branch-atm-help ul li a {
  font-size: 13px;
  font-weight: 400;
}

.navbar.fixed-top+.page-body-wrapper {
  padding-top: 48px;
}

.page-body-wrapper {
  min-height: calc(100vh - 48px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  padding-top: 48px;
}

.page-body-wrapper.full-page-wrapper {
  width: 100%;
  min-height: 100vh;
}

.main-panel {
  -webkit-transition: width 0.25s ease, margin 0.25s ease;
  transition: width 0.25s ease, margin 0.25s ease;
  width: calc(100% - 260px);
  min-height: calc(100vh - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-wrapper {
  background: #f2f2f2;
  padding: 15px 0;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}


.show-pass {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

a.ui-dialog-titlebar-close {
  float: right;
}

.spacing-input::placeholder {
  text-align: left;
  letter-spacing: normal;
}

.spacing-input:-ms-input-placeholder {
  text-align: left;
  letter-spacing: normal;
}

.spacing-input::-ms-input-placeholder {
  text-align: left;
  letter-spacing: normal;
}

.right-align {
  text-align: right;
}

.highlight {
  background-color: #f2ed6f;
  border-radius: 0;
  padding: 0px 1px;
}

.ib-input.reference {
  height: 36px;
  background: #ffffff;
  font-size: 14.67px;
  font-weight: 400;
  padding: 0 14px 0 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.ib-input.reference::placeholder {
  color: #B3B3B3;
  font-size: 14.67px;
  font-weight: 400;
  text-align: left;
}

input.ng-dirty.ng-invalid,
select.ng-dirty.ng-invalid{
  border: 1px solid #DD7781 !important;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.card, .card-body{
  border: 0px;
}

.ib-input{
  height: 48px;
}

.custom-control {
  position: absolute;
  display: block;
  min-height: 0;
  padding-left: 0;
  z-index: 10;
  right: 30px;
}

.custom-control-label::before {
  top: 1px;
}
.custom-control-label::after {
  top: 5px;
  left: -20px;
}

.userid-padding {
  padding-right: 60px;
}

.password-padding {
  padding-right: 45px;
}

input:required.ng-invalid {
  border: 1px solid #0C5F20 !important;
}

input:required.ng-touched.ng-invalid {
  border: 1px solid #0C5F20 !important;
}

input:required.ng-valid {
  border: 1px solid #0C5F20 !important;
}

.btn-ac-op{
  width: 168px;
  background: transparent;
  color: #333333;
  border: 1px solid #0C5F20;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sign-in-up-footer{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.custom-checkbox {
  cursor: pointer;
}
.keyboard {
  cursor: pointer;
  margin-left: 10px;
  margin-top: -5px;
}
button.ui-keyboard-button {
  font-size: 12.82px;
  height: 30px;
}
.highlights-action-keys {
  color: #fff;
  background-color: #0C5F20;
}
.highlights-action-keys:hover {
  color: #fff;
  background-color: #0C5F20;
  border-color: #0C5F20;
}

.center {
  display: block;
  margin: 0 auto;
  /* margin-left: auto; */
  /* margin-right: auto; */
  width: 150px;
  /* height: 150px; */
}


@media (min-width: 100px) and (max-width: 991px) {
  /* button.ui-keyboard-button {
      font-size: 10px;
      height: 25px; 
   } */

   .keyboard{
     display: none !important;
   }
}


.login-top-right{
  margin-top: 18%;
  margin-bottom: 12%;
}


@media (min-width: 992px) {

  .sign-in-up{
    margin-top: 20%;
  }
  .sign-in-up-footer{
    position: relative !important;
    bottom: -80px;
  } 
}


@media (min-height: 150px) and (max-height: 279px){
  .login-top-right{
    margin-top: 5%;
  }
  .sign-in-up-footer{
    position: relative !important;
    bottom: 0;
    margin-top: 8%;
  } 
}


@media (min-height: 280px) and (max-height: 500px){
  .login-top-right{
    margin-top: 8%;
  }
  .sign-in-up-footer{
    position: relative !important;
    bottom: 0;
    margin-top: 12%;
  } 
}

@media (min-height: 501px) and (max-height: 640px){

  .login-top-right{
    margin-top: 18%;
    margin-bottom: 12%;
  }

    .sign-in-up-footer{
      position: relative !important;
      bottom: 0;
      margin-top: 15%;
    }  
}


@media (min-height: 641px) and (max-height: 700px){

  .login-top-right{
    margin-top: 18%;
    margin-bottom: 12%;
  }

    .sign-in-up-footer{
      position: relative !important;
      bottom: 0;
      margin-top: 20%;
    }  
}

@media (min-height: 701px) and (max-height: 760px){

  .login-top-right{
    margin-top: 18%;
    margin-bottom: 12%;
  }

    .sign-in-up-footer{
      position: relative !important;
      bottom: 0;
      margin-top: 30%;
    }  
}


@media (min-height: 761px) and (max-height: 840px){

  .login-top-right{
    margin-top: 18%;
    margin-bottom: 12%;
  }

    .sign-in-up-footer{
      position: relative !important;
      bottom: 0;
      margin-top: 47%;
    }  
}

@media (min-height: 841px) {

  .login-top-right{
    margin-top: 18%;
    margin-bottom: 12%;
  }

    .sign-in-up-footer{
      position: relative !important;
      bottom: 0;
      margin-top: 50%;
    }  
}


@media (min-width: 100px) and (max-width: 767px) {
  .login-left{
    display: none !important;
  }
  .ib-card-body {
    padding-left: 15px !important;
  }
  .reg-op > li.list-inline-item{
    display: block !important;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
 
  .language-margin{
  margin-top: 15px;
  }
}

@media (min-width: 371px) and (max-width: 991px) {
 
  .language-margin{
  margin-top: 30px;
  }
}


@media (min-width: 280px) and (max-width: 370px) {
  /* .sign-in-up-footer{
    position: relative !important;
    bottom: 0;
    margin-top: 8%;
  } */
  .language-margin{
    margin-top: 15px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .reg-op > li.list-inline-item{
    display: inline-block !important;
    margin-right: 0px;
    margin-bottom: 10px;

  }
  /* sign-in-up-footer{
    margin-top: 25%;
  }
  .language-margin{
    margin-top: 30px;
    } */
}
/* @media (max-width:768){
  .login-top-right{
    display: none !important;
  } */

  @media screen and (min-width: 990px) {
    .login-top-right{display:none;}
}


@media (min-width: 341px) and  (max-width: 989px) {

  .login-top-right{display:block;
    /* margin-top: 0% !important; */
    margin-bottom: 12% !important;
    text-align: center;
    }
}

@media (min-width: 50px) and (max-width: 340px) {
  .login-top-right{display:block;
    text-align: center;
    }
}

.branch-faq{
  padding-left: 0px;
}


.footer-basic {
  padding-top:20px;
  /* padding-left: 14px; */
  background-color:#ffffff;
  color:#4b4c4d;
  text-align:center;
  height: 60px;
  /* bottom: 0; */
  top:auto;
  left:0px;
  width:100%;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
}

.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}




@media (min-width: 50px) and (max-width: 330px) {

    .footer-basic {
      padding-top:20px;
    }
}

@media (min-width:331px) and (max-width: 360px) {

  .footer-basic {
    padding-top:30px;
  }
}

@media (min-width:361px) and (max-width: 420px) {

  .footer-basic {
    padding-top:30px;
  }
}

@media (min-width: 421px) and (max-width: 768px) {

  .footer-basic {
    padding-top:20px;
  }
}


@media (min-height: 150px) and (max-height: 279px){
  .footer-basic {
    padding-top:10px;
  }
}

@media (min-height: 280) and (max-height:  560px){
  .footer-basic {
    padding-top:30px;
  }
}

@media (min-height: 561) {
  .footer-basic {
    padding-top:50px;
  }
}


.text-color{

  color: #27AE60;

}

 .branch-help-bar{
  color: #828282 !important;
  font-size: 13px !important;
  font-weight: 600 !important;

 }


 #bkb_logo{
   display: none;
   opacity: 0;
 }

 /* #logo-wrapper{
   height: 136px;
 } */



 @media (min-height: 150px) and (max-height: 279px){
  .login-top-right-mobile{
    margin-top: 5%;
  }
}



@media (min-height: 280px) and (max-height: 500px){
  .login-top-right-mobile{
    margin-top: 6%;
  }
}
@media (min-height: 501px) and (max-height: 1200px){

  .login-top-right-mobile{
    margin-top: 12%;
    margin-bottom: 12%;
  }

}


@media (min-width: 341px) and  (max-width: 989px) {

.login-top-right-mobile{display:block;
  /* margin-top: 0% !important; */
  margin-bottom: 5% !important;
  text-align: center;
  }
}

@media (min-width: 50px) and (max-width: 340px) {
.login-top-right-mobile{display:block;
  text-align: center;
  }
}


@media screen and (min-width: 991px) {
  .bigScreen{
    justify-content: center;
    display: block;
    padding-left: 35%;
    /* padding-top: 4%; */
  }

  #logo-wrapper{
    padding-left: 15px;
  }
}

.support_icons{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.footer_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0.5rem;
}

.footer_btn_link{
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_btn_link span{
  margin: 0.5rem;
  color: #4F4F4F;
}

.footer_btn .lang{
  padding: 0.5rem 0;
}

#wrapper{
  /*padding-top: 2.5em;*/
}

/*Chatbot*/
.floating-button {
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border: 0;
}
.modal-dialog {
    position: fixed;
    bottom: 10px;
    right: 10px;
    margin: 0;
    width: 25%;
    height: 70%;
}
.modal-content {
    height: 100%;
    border-radius: 0;
    border: none;
}
.modal-title{
  font-size: 16px;
  font-weight: 500;
}
.modal-header {
    background-color: #0C5F20;
    color: white;
    border-radius: 0;
}
.modal-header .close {
    color: white;
    text-shadow: none;
    font-weight: 400;
    font-size: 1.8rem;
    opacity: 1;


}
.modal-body {
    padding: 0;
    height: calc(100% - 56px);
}
.iframe-container {
    width: 100%;
    height: 100%;
}

.floating-button-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

@media (max-width: 430px) {
  .modal-dialog {
      bottom: 20px;
      right: 20px;
      width: 80%;
      height: 80%;
  }
   .floating-button {
       bottom: 20px;
       right: 20px;
   }
}

@media (min-width: 1500px) {
    .modal-dialog {
        bottom: 10px;
        right: 10px;
        width: 18%;
        height: 55%;
    }
}

.pulse {
     animation: pulse 0.9s ease-out infinite;
}


@keyframes pulse {
  50% {
    box-shadow: 0 0 0 0.1em #0C5F20, 0 0 0 0.2em rgba(255, 255, 255, 0.20);
  }
  100% {
    box-shadow: 0 0 0 0.2em #0C5F20, 0 0 0 0.3em rgba(255, 255, 255, 0.30);
  }
}