.back img {
  padding-top: 5px;
  padding-left: 5px;
  width: 30px;
}

.container {
  padding: 15px;
  background-color: #eaf4fa;
  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: #000000;
  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;
  color: #fff;
  background: linear-gradient(180deg, #66ccff, var(--theme-blue-dark));
  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: var(--theme-blue-dark);
  color: #eaf4fa;
  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: #eaf4fa;
  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;
}


#eaf4fa

.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: #eaf4fa;
  border-color: #000000;
}
.play-btn3{color:#eaf4fa;}
.imggo{
  width:1.5rem;
  display: inline-block; /* å°†å›¾åƒè§†ä¸ºå†…è”å—å…ƒç´  */
  vertical-align: middle; /* å°†å›¾åƒä¸Žæ–‡æœ¬åž‚ç›´å¯¹é½ */
}
.baixar{
  font-size: 14px;
}
.green-button{
  border: 1px solid white;
  background: #eaf4fa;
  color: #000000;
}
.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;
  align-items: center;
  justify-content: space-between;
  grid-column-gap: 0.75rem;
  align-items: center;
  background: linear-gradient(90deg, #c8e6fd 0%, #d7e6fd 60%, #d7e6fd 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{
  /* position: absolute; */
  /* right: 0.5rem; */
  /* top: 0.2rem; */
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  background: rgba(255,255,255,0.25);
  color: var(--theme-blue-dark);
  border: none;
  border-radius: 0.7rem;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
}
.banner-text .brand{
  color: var(--theme-blue-dark);
  font-weight: 800;
  letter-spacing: 0.02rem;
  font-size: 1.05rem;
}
.banner-text .subtitle{
  color: var(--theme-blue-dark);
  font-size: 0.6rem;
}
.cta-btn{
  background: #ffffff;
  color: var(--theme-blue-dark);
  border: 1px solid var(--theme-blue-dark);
  border-radius: 0.4rem;
  padding: 0.2rem 0.5rem;
  font-weight: 800;
  /*box-shadow: 0 2px 0 #c7a600, 0 6px 12px rgba(0,0,0,0.2);*/
  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%;
}
.bbrr-text {
  display: flex;
  gap: 0.12rem;
  margin-bottom: 0.28rem;
}
.bbrr-text span{
  display: inline-block;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-weight: 900;
  font-size: 1.08rem;
  line-height: 1;
  color: #fee001;
  letter-spacing: 0.02rem;
  text-shadow: 0 2px 0 #8b6f1e, 0 4px 8px rgba(0, 0, 0, 0.4);
}
.shine{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.05));
}
.flag{
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #067d3f;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 2px rgba(202, 162, 58, 0.5);
}
.flag::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.72rem;
  height: 0.72rem;
  background: #f4c343;
  transform: translate(-50%, -50%) rotate(45deg);
}
.flag::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.46rem;
  height: 0.46rem;
  background: #1e4ea8;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

@media all and (display-mode: standalone) {
  .floating-bottom-menu {
    display: none !important;
  }
}

.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"); }

