/* 💗 baddie leaderboards 💗 */
/* babie ~ 1136a830c68e68b55xb */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&display=swap");

/* 💕 main 💕 */
.wrap.baddielb-wrapper {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.baddielb-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  padding-top: 56px;
  min-height: 2000px;
  color: #201103;
  font-family: sans-serif;
  font-weight: bold;
  background: url(/wp-content/plugins/baddie-leaderboards/images/xbox360-blades-orange.webp) no-repeat top center;
  background-size: contain;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .6);
  text-shadow:
    0 0 12px rgba(255, 120, 30, .5),
    0 0 2px rgba(255, 120, 30, .8);
}

.baddielb-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 18%, rgba(254, 194, 82, .85) 0%, transparent 55%),
    radial-gradient(circle at 82% 22%, rgba(255, 170, 70, .55) 0%, transparent 60%),
    radial-gradient(circle at 30% 45%, rgba(255, 150, 60, .35) 0%, transparent 65%),
    radial-gradient(circle at 70% 55%, rgba(255, 130, 40, .3) 0%, transparent 70%),
    radial-gradient(circle at 25% 78%, rgba(255, 165, 90, .35) 0%, transparent 65%),
    radial-gradient(circle at 78% 82%, rgba(255, 150, 70, .38) 0%, transparent 60%),
    radial-gradient(circle at 200% 150%, rgba(255, 255, 70, .9) 20%, transparent 60%),
    radial-gradient(circle at 50% 50%, rgba(255, 160, 60, .5) 0%, rgba(244, 110, 30, .5) 40%, rgba(220, 100, 40, .4) 100%);
  background-color: #f46a1f;
  filter: blur(45px) saturate(1.05) contrast(1.03);
  -webkit-filter: blur(45px) saturate(1.05) contrast(1.03);
}

.baddielb-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.baddielb-card-header h1 {
  margin: 0;
  font-family: "Kiss Me Softly", sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 0 6px rgba(255, 105, 180, .6);
}

.baddielb-title-with-logo {
  display: none;
  align-items: center;
  margin: 20px 0 20px 40px;
}

.baddielb-title-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -23px;
}

.baddielb-subtitle {
  margin: -13px 0 0 3px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  opacity: .9;
}

.baddielb-live-wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
  position: absolute;
  top: -1px;
  left: 240px;
}

.baddielb-live-text {
  font-size: 10px;
  color: #f7dfca;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.baddielb-live-indicator {
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-1px);
  border-radius: 50%;
}

.baddielb-live-on {
  background: #ff4d6d;
  box-shadow:
    0 0 6px rgba(255, 77, 109, .8),
    0 0 10px rgba(255, 77, 109, .6),
    0 0 14px rgba(255, 77, 109, .4);
  animation: baddiePulse 1.2s infinite;
}

.baddielb-live-off {
  background: #666;
  box-shadow: none;
  animation: none;
}

@keyframes baddiePulse {
  0% {
    opacity: .6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .6;
  }
}

/* 💕 settings 💕 */
.baddielb-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.baddielb-settings-menu {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: auto;
  top: -12px;
  right: 4px;
  overflow: visible;
  z-index: 50;
  color: #000;
}

.baddielb-settings-toggle {
  background: transparent;
  border: none;
  color: inherit;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  border-radius: 4px;
}

.baddielb-settings-toggle:hover {
  background: rgba(255, 255, 255, .08);
}

.baddielb-settings-dropdown {
  position: absolute;
  right: 0;
  top: 28px;
  display: none;
  min-width: 110px;
  padding: 6px 0;
  border-radius: 6px;
  z-index: 999 !important;
  background:
    radial-gradient(circle at 20% 18%, rgba(120, 180, 255, .55) 0%, transparent 55%),
    radial-gradient(circle at 82% 22%, rgba(100, 160, 255, .4) 0%, transparent 60%),
    radial-gradient(circle at 30% 45%, rgba(90, 150, 255, .25) 0%, transparent 65%),
    radial-gradient(circle at 70% 55%, rgba(70, 130, 255, .22) 0%, transparent 70%),
    radial-gradient(circle at 25% 78%, rgba(110, 170, 255, .25) 0%, transparent 65%),
    radial-gradient(circle at 78% 82%, rgba(80, 150, 255, .28) 0%, transparent 60%),
    radial-gradient(circle at 50% 50%, rgba(100, 160, 255, .35) 0%, rgba(70, 130, 255, .35) 40%, rgba(50, 110, 220, .3) 100%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.baddielb-settings-dropdown.baddielb-open {
  display: block;
}

.baddielb-settings-option {
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  color: #c7d5e0;
}

.baddielb-settings-option:hover {
  background: rgba(255, 255, 255, .09);
}

.baddielb-settings-option.baddielb-active {
  font-weight: 600;
  color: #66c0f4;
}

.baddielb-settings-dropdown,
.baddielb-settings-dropdown * {
  text-shadow: none !important;
}

/* 💕 summary 💕 */
.baddielb-summary {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  background: url(/wp-content/plugins/baddie-leaderboards/images/360-summary.webp) center / contain no-repeat;
}

.baddielb-summary-item {
  flex: 0 0 170px;
  padding: 13px 14px;
}

.baddielb-summary-item h3 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #6e3500 !important;
}

.baddielb-number {
  font-size: 20px;
  font-weight: 600;
  color: #6e3500;
}

.baddielb-section {
  margin-bottom: 40px;
}

.baddielb-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 7px;
}

.baddielb-section-title {
  font-size: 16px;
  color: #fff;
  padding-left: 13px;
}

.baddielb-page-btn {
  background: rgba(255, 255, 255, .2);
  border: none;
  color: #6e3500;
  padding: 0 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.7;
  font-weight: bold;
}

.baddielb-page-btn:hover {
  background: #66c0f4;
  color: #000;
}

.baddielb-page-label {
  margin: 0;
  font-size: 12px;
  color: #6e3500;
}

.baddielb-summary-row {
  position: relative;
}

#baddielb-summary-thumb {
  position: absolute;
  top: 97px;
  right: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}

.baddielb-summary-thumb-img {
  height: 83px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity .25s ease, transform .15s ease, filter .15s ease;
  filter:
    drop-shadow(0 0 4px rgba(255, 120, 0, .2))
    drop-shadow(0 0 10px rgba(255, 90, 0, .1))
    drop-shadow(0 0 14px rgba(255, 60, 0, .2));
}

.baddielb-summary-thumb-img:hover {
  transform: scale(1.05);
  filter:
    drop-shadow(0 0 4px rgba(255, 120, 0, .2))
    drop-shadow(0 0 10px rgba(255, 90, 0, .1))
    drop-shadow(0 0 14px rgba(255, 60, 0, .2));
}

.baddielb-summary-thumb-default {
  height: 74px;
  padding-top: 5px;
  padding-right: 15px;
  pointer-events: none;
  transition: opacity .25s ease;
  filter:
    drop-shadow(0 0 4px rgba(255, 140, 0, .7))
    drop-shadow(0 0 10px rgba(255, 100, 0, .6));
}

/* 💕 filters 💕 */
.baddielb-dropdown {
  position: relative;
  display: inline-block;
}

.baddielb-filters-row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 12px;
}

.baddielb-filters-row label {
  color: #6e3500;
}

.baddielb-filters-row select {
  background: rgba(255, 255, 255, .25);
  border: 1px solid rgba(255, 255, 255, .25);
  color: #6e3500;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
}

.baddielb-dropdown select {
  display: none;
}

.baddielb-dropdown .dropdown-display {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
}

.baddielb-dropdown .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  min-width: 100%;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  border-radius: 6px;
  max-height: 569px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ff7a00 rgba(255, 255, 255, .15);
  display: none;
  z-index: 9999;
  background: rgba(255, 255, 255, .2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .3);
}

.baddielb-dropdown .dropdown-list::-webkit-scrollbar {
  width: 8px;
}

.baddielb-dropdown .dropdown-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .15);
  border-radius: 10px;
}

.baddielb-dropdown .dropdown-list::-webkit-scrollbar-thumb {
  background: #ff7a00;
  border-radius: 10px;
}

.baddielb-dropdown .dropdown-list::-webkit-scrollbar-thumb:hover {
  background: #ff8f2a;
}

.baddielb-dropdown .dropdown-list li {
  padding: 2px 12px;
  color: #6e3500;
  cursor: pointer;
  transition: background .2s ease;
}

.baddielb-dropdown .dropdown-list li:hover {
  background: rgba(255, 255, 255, .25);
}

.baddielb-filters-row select option:hover,
.baddielb-filters-row select option:checked {
  background: #223447;
  color: #fff;
}

.baddielb-filters-row select optgroup {
  font-weight: bold;
  color: #66c0f4;
  padding: 4px 0;
}

.baddielb-theme-barbie .baddielb-filters-row select optgroup {
  color: #ffb3e6;
}

.baddielb-filters-row select optgroup option {
  padding-left: 12px;
}

.dropdown-list li.baddie-heading {
  margin: 8px 0 1px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  cursor: default;
  opacity: .9;
  text-transform: uppercase;
  text-shadow:
    0 0 6px rgba(255, 110, 20, 1),
    0 0 14px rgba(255, 90, 10, .95),
    0 0 22px rgba(255, 70, 0, .85),
    0 0 32px rgba(255, 50, 0, .75);
}

.baddielb-dropdown .dropdown-list li.baddie-heading:hover {
  background: transparent !important;
  cursor: default !important;
}

.baddielb-dropdown .dropdown-list li.baddie-heading {
  pointer-events: none;
}

/* 💕 tables 💕 */
.baddielb-table-wrapper {
  display: block;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  text-align: center;
}

.baddielb-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  table-layout: fixed;
}

.baddielb-table thead th {
  padding: 7px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #100800;
  text-align: left;
  background: rgba(255, 255, 255, .2);
  text-shadow:
    0 0 2px rgba(255, 120, 30, .6),
    0 0 1px rgba(255, 120, 30, .4);
}

.baddielb-table thead tr {
  position: relative;
}

.baddielb-table thead tr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, .5), transparent);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .6);
}

.baddielb-table thead th::after {
  content: none !important;
}

.baddielb-table th,
.baddielb-table td {
  position: relative;
  padding: 8px 10px;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.baddielb-table tbody th::after,
.baddielb-table tbody td::after {
  content: none !important;
}

.baddielb-table tbody tr {
  position: relative;
}

.baddielb-table tbody tr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, .6) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

.baddielb-table tbody tr:hover {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, .2) 20%,
    rgba(255, 255, 255, .2) 80%,
    rgba(255, 255, 255, 0) 100%
  );
}

.baddielb-table tr:nth-child(even) {
  background: rgba(255, 199, 147, 0);
}

.baddielb-table tr:nth-child(odd) {
  background: rgba(10, 10, 10, 0);
}

.baddielb-table--main th:nth-child(1),
.baddielb-table--main td:nth-child(1),
.baddielb-table--recent th:nth-child(1),
.baddielb-table--recent td:nth-child(1) {
  width: 30%;
}

.baddielb-table--main th:nth-child(2),
.baddielb-table--main td:nth-child(2),
.baddielb-table--recent th:nth-child(2),
.baddielb-table--recent td:nth-child(2) {
  width: 10%;
}

.baddielb-table--main th:nth-child(3),
.baddielb-table--main td:nth-child(3),
.baddielb-table--recent th:nth-child(3),
.baddielb-table--recent td:nth-child(3) {
  width: 5.5%;
}

.baddielb-table--main th:nth-child(4),
.baddielb-table--main td:nth-child(4),
.baddielb-table--recent th:nth-child(4),
.baddielb-table--recent td:nth-child(4) {
  width: 35%;
}

.baddielb-table--main th:nth-child(5),
.baddielb-table--main td:nth-child(5),
.baddielb-table--recent th:nth-child(5),
.baddielb-table--recent td:nth-child(5) {
  width: 8%;
}

.baddielb-table--main th:nth-child(6),
.baddielb-table--main td:nth-child(6),
.baddielb-table--recent th:nth-child(6),
.baddielb-table--recent td:nth-child(6) {
  width: 11%;
}

.baddielb-table--main th:nth-child(7),
.baddielb-table--main td:nth-child(7),
.baddielb-table--recent th:nth-child(7),
.baddielb-table--recent td:nth-child(7) {
  width: 14%;
}

.baddielb-muted {
  color: #fff;
}

.baddielb-table tbody tr:has(.baddielb-muted)::after {
  content: none !important;
  padding-bottom: 10px;
}

.baddielb-table tbody td.baddielb-muted {
  padding-bottom: 1px;
}

.ba-table td {
  white-space: normal;
}

.baddielb-delete-log {
  margin-left: 6px;
  font-weight: bold;
  color: #ff4d4d;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease, transform .15s ease;
}

.baddielb-table tbody tr:hover .baddielb-delete-log {
  opacity: 1;
  pointer-events: auto;
}

.baddielb-delete-log:hover {
  transform: scale(1.15);
}

.baddielb-delete-disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
}

.baddielb-level-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 1;
}

.baddielb-level-thumb {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  object-fit: cover;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(255, 120, 30, .5);
}

.baddielb-level-thumb:hover {
  transform: scale(1.05);
}

.baddielb-level-click {
  cursor: pointer;
}

.baddielb-gem-icon {
  height: 17px;
  position: relative;
  top: 3.3px;
  left: -2px;
}

/* 💕 players 💕 */
.baddielb-player-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
}

.baddielb-avatar {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 0 8px rgba(255, 120, 30, .5);
}

.baddielb-name-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-weight: 600;
  color: #6e3500;
  text-decoration: none;
}

.baddielb-player-name {
  display: inline-flex;
  align-items: center;
  height: 38px;
  line-height: 1;
}

.baddielb-icons {
  display: inline-flex;
  gap: 4px;
  margin-left: 4px;
}

.baddielb-icons > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.baddielb-player-link {
  color: #6e3500;
  text-decoration: none !important;
}

.baddielb-player-link:hover .baddielb-player-name {
  color: #fff;
}

.baddielb-rank-1 {
  position: relative;
  top: -2px;
  font-size: 20px;
}

.baddielb-rank-2,
.baddielb-rank-3 {
  position: relative;
  top: -2px;
  font-size: 20px;
}

.baddielb-player-flag {
  position: relative;
  top: 1px;
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  filter: none;
}

.baddielb-player-input-icon {
  height: 20px;
  width: auto;
  position: relative;
  top: -1px;
  margin-left: 1px;
}

/* 💕 overall leaderboard 💕 */
.baddielb-table--overall th:nth-child(1),
.baddielb-table--overall td:nth-child(1) {
  width: 4%;
  text-align: center;
}

.baddielb-table--overall th:nth-child(2),
.baddielb-table--overall td:nth-child(2) {
  width: 28%;
}

.baddielb-table--overall th:nth-child(3),
.baddielb-table--overall td:nth-child(3) {
  width: 12%;
}

.baddielb-table--overall th:nth-child(4),
.baddielb-table--overall td:nth-child(4) {
  width: 10%;
}

.baddielb-table--overall th:nth-child(5),
.baddielb-table--overall td:nth-child(5) {
  width: 8%;
  text-align: center;
}

.baddielb-table--overall th:nth-child(6),
.baddielb-table--overall td:nth-child(6) {
  width: 8%;
  text-align: center;
}

.baddielb-table--overall th:nth-child(7),
.baddielb-table--overall td:nth-child(7) {
  width: 8%;
  text-align: center;
}

.baddielb-table--overall th:nth-child(8),
.baddielb-table--overall td:nth-child(8) {
  width: 12%;
  text-align: center;
}

.baddielb-table--overall .baddielb-rank-number {
  font-family: "Russo One", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #6e3500;
  text-align: center;
}

.baddielb-table--overall .baddielb-rank-1 {
  position: relative;
  top: -2px;
  font-size: 22px;
  color: #ffb300;
  margin-left: 3px;
  margin-right: -1px;
}

.baddielb-table--overall .baddielb-rank-2 {
  position: relative;
  top: -1px;
  font-size: 22px;
  color: #c0c0c0;
}

.baddielb-table--overall .baddielb-rank-3 {
  position: relative;
  top: -1px;
  font-size: 20px;
  color: #cd7f32;
}

.baddielb-table--overall .baddielb-player-flag {
  position: relative;
  top: 0;
  display: inline-block;
  margin-left: 0;
  font-size: 18px;
  line-height: 1;
}

.baddielb-table--overall .baddielb-player-input-icon {
  height: 20px;
  width: auto;
  position: relative;
  top: -1px;
  margin-left: 1px;
}

.baddielb-table--overall td.rank-1 {
  font-family: "Russo One", sans-serif;
  font-size: 29px;
  font-weight: 900;
  background: linear-gradient(90deg, #813400, #d48800, #813400, #d48800, #b36b00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 6px rgba(255, 140, 0, .9),
    0 0 14px rgba(255, 110, 0, .8),
    0 0 22px rgba(200, 80, 0, .7);
}

.baddielb-table--overall td.rank-2 {
  font-family: "Russo One", sans-serif;
  font-size: 29px;
  font-weight: 900;
  background: linear-gradient(90deg, #fff, #d9d9d9, #454545, #454545, #454545);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 4px rgba(255, 255, 255, .7),
    0 0 8px rgba(180, 180, 180, .5);
}

.baddielb-table--overall td.rank-3 {
  font-family: "Russo One", sans-serif;
  font-size: 29px;
  font-weight: 900;
  background: linear-gradient(90deg, #321400, #7a3f1a, #321400, #7a3f1a, #5a2f0f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 6px rgba(205, 127, 50, .9),
    0 0 12px rgba(140, 80, 30, .8);
}

.baddielb-table--overall .baddielb-avatar {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 0 8px rgba(255, 120, 30, .5);
}

.baddielb-table--overall th,
.baddielb-table--overall td {
  font-size: 14px;
}









