/**
 * tracker
 * ---------------------------------------- */

.tracker-box .tracker-search {
  margin: 20px 10px 0 0;
  color: #000;
  background-color: #fff;
}
.tracker-box select {
  width: 20%;
  padding: 16px 25px;
  margin: 20px 10px 0 10px;
}
.tracker-box span {
  margin: 20px 0 0 0;
}
.apex-status {
  margin: 10px 20px;
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  align-self: center;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #444;
  padding: 10px 15px;
}
.valo-flex .apex-status {
  background: #263747;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.apex-status.win {
  background-image: linear-gradient(
    90deg,
    rgba(94, 231, 144, 0.25) 0%,
    transparent 7.5rem
  );
  padding: 10px 0px;
  width: 95%;
}
.apex-status.loss {
  padding: 10px 0px;
  width: 95%;
}
.map-status {
  width: 95%;
  background-size: cover;
}
.map-status::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.status-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-self: center;
  overflow: hidden;
  margin: 0 0 0 20px;
  z-index: 2;
}
.apex-line {
  width: 5px;
  background-color: var(--maincolor);
  z-index: 2;
}
.apex-line.win {
  background-color: #5ee790;
  width: 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.apex-line.loss {
  background-color: #e4485d;
  width: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.title {
  font-weight: 500;
}
.value {
  font-weight: 700;
}
.valo-main-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.valo-flex {
  display: flex;
  align-items: center;
  width: 50%;
}
.profile-flex {
  display: flex;
  align-items: center;
  margin: 40px 0 0 0;
}
.rank-flex {
  display: flex;
  width: 470px;
  align-items: center;
}
.valo-rank-flex {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}
.valo-name {
  margin: 10px 10px 0 10px;
}
.rank-rating {
  margin: 0 10px 10px 10px;
}
.rank-icon {
  margin: 10px;
}
.rank-icon img {
  width: 85px;
}
.rank {
  margin: 10px;
}

.highlight {
  font-size: x-large;
  font-weight: 600;
}

.highlight span {
  font-size: 0.875rem;
  position: relative;
  top: -1.175rem;
}

#apex-tracker .tracker-search {
  margin: 20px 0 0 0;
}

#valorant-tracker .tracker-search:nth-of-type(1) {
  margin: 20px 0 0 0;
}

#valorant-tracker .entry-header,
#apex-tracker .entry-header,
#genshin-tracker .entry-header {
  display: none;
}
