.blood_wanted_out {
  display: block;
  width: 100%;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  padding: 20px;
  background-size: 100% auto;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(/images/004/back.png);
  outline: 1px solid var(--designbordercolor);
}

.blood_wanted_in {
  width: 100%;
  margin: auto;
  background-color: var(--designbgcolor);
  padding: 10px;
  box-sizing: border-box;
}

.blood_wanted_title {
  width: 100%;
  margin-bottom: 15px;
  font-family: Wolfpack;
  text-align: center;
  font-size: 35px;
  color: var(--highlight);
  line-height: 36px;
}

.blood_wanted_text {
  text-align: justify;
  padding: 10px;
  box-sizing: border-box;
  font-size: 11px;
  background: #ffffff0a;
}

.blood_wanted_char {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.blood_wanted_charname {
  width: 100%;
  font-weight: bold;
  margin-bottom: -15px;
  font-family: Wolfpack;
  font-size: 30px;
  color: var(--accent);
}

.blood_wanted_charname.right {
  width: 100%;
  font-weight: bold;
  margin-bottom: -15px;
  font-family: Wolfpack;
  font-size: 30px;
  color: var(--accent);
  text-align: right;
}

.blood_wanted_charname span {
  font-size: 8px;
  color: var(--highlight);
  font-family: Montserat;
  text-transform: uppercase;
}

.blood_wanted_charava {
  width: 150px;
  height: 300px;
  position: relative;
  margin: 10px;
  border: 1px solid #ffffff40;
  box-sizing: border-box;
  filter: grayscale(100%);
}

.blood_wanted_charava2 {
  width: 200px;
  height: 300px;
  position: relative;
  margin: 10px;
  border: 1px solid #ffffff40;
  box-sizing: border-box;
  filter: grayscale(100%);
}

.blood_wanted_charava img,
.blood_wanted_charava2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blood_wanted_charava::before,
.blood_wanted_charava2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(183, 183, 183, 0.16);
  margin: 15px;
  border: 1px solid #ffffff40;
}

.blood_wanted_charcontent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.blood_wanted_chartext {
  flex: 1;
  height: 300px;
  font-size: 11px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  box-sizing: border-box;
  scrollbar-width: none; /* Hide scrollbar in Firefox */
}

/* Custom scrollbar styles for WebKit browsers (Chrome, Safari) */
.blood_wanted_chartext::-webkit-scrollbar {
  width: 5px; /* Width of the scrollbar track */
}

.blood_wanted_chartext::-webkit-scrollbar-thumb {
  background-color: rgba(211, 211, 211, 0.3); /* Color of the scrollbar thumb */
  border-radius: 10px; /* Rounded corners for the scrollbar thumb */
}

.blood_wanted_chartext::-webkit-scrollbar-track {
  background: transparent; /* Background color of the scrollbar track */
}

.blood_wanted_charfacts {
  font-size: 10px;
}

.blood_wanted_charfacts.right {
  font-size: 10px;
  text-align: right;
}

.blood_wanted_charfacts span {
  text-transform: uppercase;
  font-size: 8px;
  margin-right: 10px;
  color: #fff;
  background: #292929;
  padding: 4px;
}

.blood_wanted_out b, .blood_wanted_in b {
  color: var(--accent);
}

.blood_wanted_out i, .blood_wanted_in i {
  color: var(--accent);
}

.blood_wanted_out s, .blood_wanted_in s {
  color: var(--highlight);
  letter-spacing: 2px;
}

.blood_wanted_out u, .blood_wanted_in u {
  color: var(--accent);
  border-bottom: 1px solid var(--designbordercolor);
  text-decoration: none;
}

.bloodstyle_out {
  display: block;
  width: 100%;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  padding: 30px;
  background-size: 100% auto;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(/images/004/back.png);
  outline: 1px solid var(--designbordercolor);
}

.bloodstyle_in {
  background-color: var(--designbgcolor);
  position: relative;
  align-items: center;
  opacity: 1;
  padding: 30px;
 outline: 1px solid var(--designbordercolor);
}
