html {
  font-size: 16px;
  line-height: 1.5;
}

@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;
}


.van-nav-bar,
.van-nav-bar--safe-area-inset-top,
.van-nav-bar--fixed {
  padding-top: env(safe-area-inset-top, 0px);
}

.van-nav-bar--fixed {
  top: 0;
}

.ios-webview-body {
   margin: 0;
   padding: 0;
   min-height: 100dvh;
 }

.van-checkbox,.van-radio{
  padding: 5px;
}

.top-left-button{
  position: absolute;
  top: 10px;
  left: 0px;
  padding: 5px;
  z-index: 9999;
}
.top-right-button{
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 5px;
  z-index: 9999;
}

.ios-webview-body .top-left-button {
  top: calc(10px + env(safe-area-inset-top, 0px));
}

.noTokenWarnning{
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  color: red  ;
  z-index: 9999;

}

.aspec2to1{
  aspect-ratio: 2/1;
}

.aspec1to1{
  aspect-ratio: 1/1;
}
.store_tab_image{
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
}

.require-dot::before {
  content: "*"; /* 插入星號字符 */
  color: red; /* 設定星號顏色為紅色 */
  margin-right: 5px; /* 在星號和標題文字之間添加一點間距 */
  font-weight: bold; 
}