
/* CSS Document */
#followUnfollow .btn-outline-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #fff;
  padding: 8px 16px;
  border-radius: 60px;
  z-index: 999;
  position: relative;
  font-size: 14px;
}
#followUnfollow .btn-outline-dark:hover {
  background: #e60d22;
}

.profile-stream {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
}
@media screen and (max-width: 992px) {
  .profile-stream {
    min-height: 60vh;
    text-align: center;
  }
}

.profile-stream h6 {
  color: lightgray;
}

.prof-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .prof-head {
    border-bottom: 0;
    flex-direction: column;
  }
}

.wager-feed h4 {
  color: #e60d22;
  font-weight: 600;
  font-size: 26px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .wager-feed h4 {
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
  }
}

.wager-feed h4 span {
  color: #00050d;
}

.prof-search {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prof-search-style {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .prof-search-style {
    margin: 0;
    justify-content: space-between;
  }
}

.prof-search .wager-search, .prof-search-style .wager-search {
  margin-right: 20px;
}
@media screen and (max-width: 576px) {
  .prof-search .wager-search, .prof-search-style .wager-search {
    margin-right: 0;
  }
}

#prof-table {
  text-align: center;
}

.profile-blocks {
  background: #efefef;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .profile-blocks {
    padding-top: 25px;
  }
}
.profile-blocks .info-block .user-image {
  display: inline-block;
  position: relative;
}
.profile-blocks .info-block .user-image:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #78b71d;
  display: inline-block;
  border-radius: 60px;
  position: absolute;
  top: 20px;
  left: 5px;
}
.profile-blocks .info-block .user-image.offline:before {
  background: #e61c22;
}
.profile-blocks .info-block .user-image .profileImage {
  width: 130px;
  height: 130px;
  border-radius: 90px;
}

.pr-info {
  margin-top: 20px;
  text-align: center;
}

.info-block {
  background: #fff;
  padding: 15px;
  text-align: center;
}

.info-block h6 {
  font-weight: 600;
  line-height: 30px;
}

.pr-info span {
  font-size: 15px;
  color: #e60d22;
  font-weight: 700;
}

.wager-history {
  background: #efefef;
  padding: 20px 0 15px;
}

.favorite-wagers-section {
  background: #efefef;
  padding-top: 30px;
  padding-bottom: 20px;
}

.game-tag h4 {
  color: #e60d22;
  font-weight: bold;
  font-size: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.game-tag h4 span {
  color: #00050d;
}

.game-tag {
  background: #fff;
  padding: 10px 20px;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .game-tag {
    padding: 10px 15px;
  }
}

.tag-icons span {
  display: block;
  padding-right: 50px;
}

.tag-icons {
  display: flex;
}
.tag-icons .gamerIcon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 3px;
}

.gamerIconTag {
  max-width: 100px; /* or 32px, adjust as needed */
  height: auto;
}

/* Mobile view: icons smaller */
@media (max-width: 768px) {
  .gamerIcon {
    max-width: 70px;
  }
}
/* Larger screens */
@media (min-width: 769px) {
  .gamerIcon {
    max-width: 50px;
  }
}
.tag-icons span img {
  margin-right: 10px;
}

div#profileGamerTags {
  position: relative;
}
div#profileGamerTags h4 {
  padding-right: 20px;
}

.editgameTagSection {
  position: absolute;
  right: 0;
  top: 7px;
}
.editgameTagSection a {
  width: 20px;
  height: 20px;
  background: #e60d22;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
}

div#gamerTagDetails {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

span#gameTagName {
  padding: 0 0 0 10px;
  line-height: 1.2;
}

.tropy-block {
  background: url(https://ewagers.co/assets/tropy_bg-200fef227c0f927bc3ae28b1c047f2352d0d49e2639d6b3aaf665f523c55f0ab.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 40px 0;
  min-height: 700px;
}

.tropy-block h3 {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  display: block;
  width: 100%;
}

.level-block {
  width: 100%;
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 600px;
}

.big-level strong {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
}

.red-bar span {
  background: #e60d22;
  width: 130px;
  height: 25px;
  position: relative;
}

.red-bar span:before {
  content: "";
  border-bottom: 25px solid #e60d22;
  border-left: 10px solid transparent;
  position: absolute;
  left: -10px;
}

.red-bar {
  display: flex;
  align-items: center;
}

.big-level big {
  font-size: 35px;
  color: #fff;
  letter-spacing: -1px;
  font-weight: 600;
  line-height: 0px;
  margin-left: -3px;
  position: relative;
}

.big-level {
  margin-bottom: 15px;
}

.big-level span img {
  width: 17px;
  border: none;
  display: inline-block;
}

.red-sm-bar {
  display: flex;
  align-items: center;
}

.red-sm-bar span {
  background: #e60d22;
  width: 100px;
  height: 25px;
  position: relative;
}

.red-sm-bar span:before {
  content: "";
  border-bottom: 25px solid #e60d22;
  border-left: 10px solid transparent;
  position: absolute;
  left: -10px;
}

.red-sm-bar span i {
  color: #fff;
  font-size: 13px;
}

.center-tropy {
  display: flex;
  align-items: center;
}

.center-tropy img {
  width: 100px;
}

.level-right span img {
  float: right;
  margin-right: 8px;
  margin-top: 3px;
}

.tropy-row {
  position: relative;
}

.center-tropy {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 9;
}

.level-block .level-left {
  float: left;
}

.level-block .level-right {
  float: right;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999;
}

.slick-prev:before {
  content: "〈";
}

.slick-prev:before, .slick-next:before {
  font-size: 15px !important;
}

.slick-next:before {
  content: "〉";
}

.slick-next {
  right: 0;
}

.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
}

.level-btn {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  display: inline-block;
  z-index: 999;
}

.user-btn {
  background: #fff;
  color: #000;
  font-weight: bold;
  position: absolute;
  width: 115px;
  display: block;
  height: 38px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
}

.user-btn:before {
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-right: 18px solid #fff;
  border-bottom: 19px solid transparent;
  content: "";
  position: absolute;
  left: -18px;
  top: 0;
}

.user-btn:after {
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-left: 18px solid #fff;
  border-bottom: 19px solid transparent;
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
}

.user-btn:hover {
  color: #000;
}

.transparent-btn {
  background: #eee;
  color: #000;
  font-weight: 600;
  position: absolute;
  width: 115px;
  display: block;
  height: 38px;
  text-align: center;
  outline: 7px solid #cac5c9;
  line-height: 36px;
}

.transparent-btn:before {
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-right: 23px solid #cac5c9;
  border-bottom: 26px solid transparent;
  content: "";
  position: absolute;
  left: -28.7px;
  top: -7px;
}

.transparent-btn:after {
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-left: 23px solid #cac5c9;
  border-bottom: 26px solid transparent;
  content: "";
  position: absolute;
  right: -29px;
  top: -7px;
}

.winr_user strong {
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 1199px) {
  .center-tropy {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    display: block;
  }
  .center-tropy img {
    width: 200px;
    margin: 30px auto;
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .center-tropy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%;
    display: block;
  }
  .tropy-block {
    padding: 40px 0;
  }
  .center-tropy img {
    width: 150px;
  }
  .big-level {
    margin-bottom: 5px;
  }
  .level-block {
    padding: 35px 20px;
    margin: 10px 50px;
  }
  .level-block .level-right {
    float: left;
  }
  .level-btn {
    bottom: 30px;
  }
}
.profile-blocks .editIcon {
  position: absolute;
  right: 17px;
  top: 2px;
  background: #e60d22;
  width: 25px;
  height: 25px;
  border-radius: 60px;
  text-align: center;
  padding: 2px;
}
.profile-blocks .editIcon i {
  color: #fff;
}

#userInfoBlock .pr-info .rankSection {
  font-size: 16px;
  padding: 5px;
  display: flex;
  margin-bottom: 3px;
  border: 1px solid #ececec;
  color: #545454;
  font-weight: bold;
  text-align: start;
}
#userInfoBlock .pr-info .rankSection strong {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  flex: 0.9;
}
#userInfoBlock .pr-info .rankSection strong i {
  width: 22px;
  height: 22px;
  background: #e60d22;
  text-align: center;
  color: #fff;
  border-radius: 60px;
  padding: 5px;
  font-size: 12px;
}
