html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.form-control,
.form-select {
    height: 40px;
}

.btnClassGeneric2:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

body {
    overscroll-behavior-x: none; /*disable chrome back/forward two finger swipe*/
    overscroll-behavior-y: contain; /*disable pull-down to refresh on mobile device*/
}

.popupHeader1 {
    background-image: url(/images/pic.png);
    background-size: 100%;
    height: 50px;
    margin-top: -10px;
}

.popupContent1 {
    background-size: 100%;
    padding: 10px;
    font-family: 'Segoe UI';
    text-align: center;
}


#divLoading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#imgLoading {
    z-index: 100;
}

.clsMTop {
    margin-top: 20px;
}

.card-type-icon {
    position: absolute;
    right: 12px;
    top: 39px;
    width: 42px;
    height: auto;
    z-index: 10;
}