@font-face {
    font-family: 'sukhumvit_semibold';
    src: url('./../font/sukhumvitset-semibold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

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: 20px;
    font-family: 'sukhumvit_semibold';
}

p, h1, h2, h3,h4,h5,h6,span {
    font-family: 'sukhumvit_semibold';
}

#tb_StockInfo {
    display: none;
}

.ImgbgDIV {
    width: 150px;
    opacity: 0.7;
    z-index: 1;
}

.txtOnbg {
    z-index: 2;
    position: relative;
}

.QRCodeimg {
    height: 120px;
    max-height: 120px;
}