.back img {
  padding-top: 5px;
  padding-left: 5px;
  width: 30px;
}

.container {
  padding: 15px;
  background-color: #00682d;
  font-family: "Times New Roman", serif;
}

.container h1 {
  text-align: left;
  margin: 10px auto;
  font-size: 22px;
}

.container p {
  text-align: left;
  margin: 10px auto;
  font-size: 15px;
}
.middle p{font-size: 11px;}

h2 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 22px;
  text-transform: uppercase;
}

p {
  font-size: 14px;
  text-align: center;
  color: #ddd;
  margin-bottom: 20px;
}

table.onecol {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

table.onecol td {
  padding: 12px;
  position: relative;
  border: none;
}

table.onecol td::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(180deg, #3bac66, #03522c);
}
table.containerindex td::after{
  background: none; /* 移除背景 */
}

.left_img {
  position: relative; /* 使得子元素的绝对定位相对于这个容器 */
  display: inline-block; /* 使容器宽度适应内容 */
}

.favorite-button {
  position: absolute; /* 绝对定位 */
  top: 51px; /* 距离上方的距离 */
  right: 25px; /* 距离右侧的距离 */
  width: 30px; /* 按钮宽度 */
  height: 30px; /* 按钮高度 */
  background: rgba(255, 0, 0, 0.5); /* 半透明背景 */
  border: none; /* 去掉边框 */
  border-radius: 20px; /* 圆形按钮 */
  cursor: pointer; /* 鼠标悬停时显示为可点击 */
  font-size: 20px; /* 字体大小 */
  color: white; /* 字体颜色 */
}

.row-text {
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(180deg, #3bac66, #03522c);
  text-align: center;
}

.media-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.play-btn {
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  background-color: #fee001;
  color: #00682d;
  white-space: nowrap;
}

.warrant-header {
  display: inline-block;
  padding: 20px;
  background-color: #03522c;
  color: white;
  font-family: "Times New Roman", serif;
}

.warrant-header img {
  float: right;
  width: 60px;
  height: auto;
}

.warrant-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-transform: none;
}

.warrant-header p {
  margin: 10px 0;
  font-size: 13px;
  color: white;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

.warrant-header a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

.hidden-text {
  display: none;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4em;
}

.warrant-title {
  margin-left: 20px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-transform: none;
  font-family: "Times New Roman", serif;
}

.warrant-card {
  width: 90%;
  border: 1px solid #555;
  border-radius: 8px;
  overflow: hidden;
  font-family: "Times New Roman", serif;
  text-align: center;
  background-color: #00682d;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  margin: 20px auto;
  color: #f0f0f0;
}

.arrow-icon {
  width: 25px;
  margin-left: 6px;
  vertical-align: middle;
}

.warrant-rank {
  background-color: #03522c;
  padding: 8px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #fee001;
}

.warrant-rank2 {
  background-color: #03522c;
  width: 25px;
  border-radius: 0 0 8px 0;
  padding: 8px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fee001;
}

.warrant-logo {
  margin: 10px 0;
}

.warrant-logo img {
  max-height: 40px;
}

.warrant-flag img {
  max-height: 20px;
  margin-bottom: 10px;
}

.warrant-bonus {
  font-weight: bold;
  color: #fee001;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: 8px 0;
  padding: 0 12px;
}

.warrant-label {
  color: #ccc;
  font-size: 15px;
  margin-bottom: 10px;
}

.warrant-btn {
  background-color: #fee001;
  color: #000;
  padding: 8px 15px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 10px;
}

.warrant-btn:hover {
  background-color: #fee001;
}

.warrant-stats {
  display: flex;
  justify-content: space-around;
  padding: 8px 0;
  font-size: 15px;
  border-top: 1px solid #03522c;
  color: #ddd;
}

.warrant-percent {
  color: #00ff00;
  font-weight: bold;
}

.warrant-container {
  position: relative;
}

.warrant-details {
  background-color: #03522c;
  padding: 6px;
  font-size: 20px;
  font-weight: bold;
  color: #fee001;
  border-top: 1px solid #555;
  cursor: pointer;
}

.warrant-box {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 93%;
  padding: 15px;
  background-color: #03522c;
  border-top: 2px solid #fee001;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  z-index: 10;
}

.drawer-title {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #fee001;
  text-transform: uppercase;
}

.icon-container img {
  width: 25px;
  margin: 10px 15px 10px 0;
  vertical-align: middle;
}

.green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #fff;
  color: #1a7d1a;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 8px;
}

.drawer-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.drawer-item p {
  margin: 0;
}

.left {
  display: flex;
  margin: 5px 0;
}
.floating-image-menu {
  position: fixed;
  bottom: 122px;
  left:85%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.toggle-button {
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}

.image-list {
  list-style: none;
  padding: 10px;
  width: 3.5rem;
  max-width: 100%;
  color: white;
  display: flex;
  flex-direction: column;
}

.image-list li {
  margin:10px 0;
}

.image-list img {
  width: 2.5rem; /* 设置图片宽度，根据需要调整 */
  height: auto; /* 自适应高度 */
}
.play-btn1{padding:10px 10px;}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* 确保在其他内容之上 */
  display: none;
}

.modal {
  background-image: linear-gradient(180deg, rgba(1, 142, 0, 0.85) 0%, rgba(0, 90, 0, 0.85) 100%);
 /* background-image: url("/static/static2/600x800.png");*/
  background-repeat: no-repeat; /* 防止图像重复 */
  background-size: cover; /* 缩放图像以覆盖整个背景 */
  background-position: center; /* 将图像居中显示在背景中 */
  border-radius: 10px;
  padding: 10px 20px 0 20px;
  width: 80%;
  max-width: 400px;
}
.content-text h3{
  margin: 0;
  font-size: 1rem;
}
.content-text p{
  padding: 0 0;
  margin: 5px 0;
  font-size: 0.8rem;
}

.modal img {
  max-width: 100%;
  height: auto;
}

.modal h2 {
  color: #333;
  margin-bottom: 10px;
}

.modal ul {
  list-style-type: none;
  padding: 0;
}

.modal li {
  margin: 5px 0;
}

.update-button {
  background-color: #fee001; /* 蓝色按钮 */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


#00682d

.inquire-button {
  background-color: #ddd; /* 灰色按钮 */
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.friendly-reminder {
  font-size: 0.8rem;
  color: #656565;
}
.content-text{
  background-color: green;
  padding: 5px 15px 1px 15px;
  border-radius: 10px;
}
.hdialog-pdd-close {
  width: 1.4rem;
  height: 1rem;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
}
.hdialog-pdd-close img {
  width: 1.4rem;
  height: 1.4rem;
}
.buttons-list{
  margin-top:10px;
  text-align: center;


}
.down-button,.down1-button{
  border-radius: 1rem;

  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
}

.play-btn2{
  background: #00682d;
  border-color: #ffffff;
}
.play-btn3{color:#00682d;}
.imggo{
  width:1.5rem;
  display: inline-block; /* 将图像视为内联块元素 */
  vertical-align: middle; /* 将图像与文本垂直对齐 */
}
.baixar{
  font-size: 14px;
}
.green-button{
  border: 1px solid white;
  background: #00682d;
  color: #ffffff;
}
.middle p{
  max-width: 100px;
}

.floating-bottom-menu {
  position: fixed;

  grid-template-rows: 32px 24px;
  grid-auto-flow: column;


  justify-content: space-around;
  row-gap: 4px;

  background-image: url('../BBRR.COM_files/aa.png');
  background-size: cover;
  width: 100%;
  max-width: 430px;

  box-shadow: 0 -0.08rem 0.16rem 0 rgba(0, 0, 0, 0.25);
  z-index: 1000;
  height: 5rem;
  bottom: 62px;
}

.floating-bottom-menu img{
  width: 4rem;
  height: 4rem;
}
.media-row .left_img img {
  width: 85%;
  height: auto;
  display: block;
  align-items: center;
}

.floating-bottom-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
}
.bbrr-banner{
  position: relative;
  width: 100%;
  max-width: 430px;
  height: 100%;
  padding: 0.75rem 0.9rem;
  box-sizing: border-box;
  /* display: grid; */
  /* grid-template-columns: 4rem 1fr auto; */
  display: flex;
  grid-column-gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #0e7a3f 0%, #0a6a37 60%, #0a6a37 100%);
  /* border-radius: 0.5rem; */
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 8px 16px rgba(0,0,0,0.25);
}
.banner-close{
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  background: rgba(255,255,255,0.25);
  color: #ffffff;
  border: none;
  border-radius: 0.7rem;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
}
.banner-text .brand{
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.02rem;
  font-size: 1.05rem;
}
.banner-text .subtitle{
  color: rgba(255,255,255,0.9);
  font-size: 0.6rem;
}
.cta-btn{
  background: #fee001;
  color: #FFF;
  border: none;
  border-radius: 0.4rem;
  padding: 0.2rem 0.5rem;
  font-weight: 800;
  font-size: 0.72rem;
}
.bbrr-logo {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 22%;
  background: none;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bbrr-logo-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 22%;
}

/* iOS install overlay styles (kept consistent with index page) */
.ios-install-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  display: none;
  align-items: flex-end;
  justify-content: center;
}
.ios-install-overlay.show { display: flex; }
.ios-install-sheet {
  position: relative;
  width: 100%;
  max-width: 576px !important;
  background: #fff;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.2);
  padding: 16px 16px 24px;
}
.ios-sheet-top { display: flex; justify-content: space-between; align-items: center; }
.ios-app-card { display: flex; align-items: center; margin: 20px 0; }
.ios-app-icon { width: 48px; height: 48px; border-radius: 10px; margin: 0 12px 0 0; }
.ios-app-meta { display: flex; flex-direction: column; }
.ios-app-name { font-size: 16px; font-weight: 700; color: #19232c; }
.ios-app-domain { font-size: 12px; color: #6c7381; }
.ios-install-close { margin: unset; background: transparent; border: none; font-size: 30px; color: #19232c; }
.ios-install-title { font-size: 18px; font-weight: 700; color: #19232c; text-align: center; }
.ios-install-steps { margin: 0; padding: 0 0 8px; color: #19232c; }
.ios-install-steps li { display: flex; align-items: center; font-size: 14px; line-height: 22px; margin-bottom: 6px; }
.ios-install-steps li span { font-weight: bolder; margin: unset; margin-right: 10px; }
.ios-install-steps li img { width: 20px; height: 20px;margin: 0 10px; }
.ios-share-glyph { display:inline-block; width:20px; height:20px; vertical-align:-2px; margin:0 6px!important; background-repeat:no-repeat; background-position:center; background-size:contain; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 3l4 4h-3v6h-2V7H8l4-4z' fill='%233080F8'/%3E%3Crect x='5' y='9' width='14' height='10' rx='2' stroke='%233080F8' stroke-width='2' fill='none'/%3E%3C/svg%3E"); }

@media all and (display-mode: standalone) {
  .floating-bottom-menu {
    display: none !important;
  }
}

/* Blue and white theme — aligned with the index page */
:root {
  --theme-blue: #4dabf7;
  --theme-blue-dark: #4dabf7;
  --theme-blue-light: #eaf4ff;
  --theme-accent: #4dabf7;
  --theme-white: #ffffff;
  --theme-border: #b9dcff;
}

body {
  background: var(--theme-blue-dark);
}

.app,
.content {
  background: var(--theme-white);
  color: #000000;
}

.header {
  background: linear-gradient(135deg, var(--theme-blue-dark), var(--theme-blue));
}

.warrant-header {
  background: linear-gradient(135deg, var(--theme-blue-dark), var(--theme-blue));
}

.warrant-title {
  color: var(--theme-blue-dark);
}

.warrant-card {
  background: var(--theme-white);
  color: var(--theme-blue-dark);
  border-color: var(--theme-border);
  box-shadow: 0 4px 14px rgba(7, 59, 140, 0.14);
}

.warrant-bonus,
.warrant-label,
.warrant-stats,
.warrant-stats strong {
  color: var(--theme-blue-dark);
}

.warrant-percent {
  color: var(--theme-blue);
}

.warrant-btn {
  background: var(--theme-blue);
  color: var(--theme-white);
  border: 1px solid var(--theme-blue);
}

.warrant-btn:hover {
  background: var(--theme-blue-dark);
}

.warrant-details,
.warrant-box,
.warrant-rank,
.warrant-rank2 {
  background: var(--theme-blue-dark);
  border-color: var(--theme-accent);
  color: var(--theme-white);
}

.warrant-box *,
.warrant-header *,
.header * {
  color: var(--theme-white);
}

.green {
  background: var(--theme-white);
  color: var(--theme-blue-dark);
}

.btm-nvbar {
  background: linear-gradient(180deg, var(--theme-blue), var(--theme-blue-dark));
  border-color: var(--theme-accent);
}

.btm-nvbar *,
.btm-nvbar a.active span {
  color: var(--theme-white);
}

.bbrr-banner {
  background: linear-gradient(90deg, #eaf4ff 0%, #d7eaff 100%);
  border-color: var(--theme-border);
}

.bbrr-banner * {
  color: #000000;
}

.cta-btn {
  background: var(--theme-white);
  color: var(--theme-blue-dark);
  border: 1px solid var(--theme-border);
}

.ios-install-sheet,
.ios-install-sheet * {
  color: #000000;
}